 .plagin_gorm_container_oll .form__container {
  max-width: 350px;
  background: #212121;
  color: #fff;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}


.plagin_gorm_container_oll .form__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.plagin_gorm_container_oll .bottom {
  padding-top: 30px;
}
.plagin_gorm_container_oll .form__subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.plagin_gorm_container_oll .form__desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  margin: 15px 0;
  text-align: left;
}
.plagin_gorm_container_oll .form__desc ul {
  list-style: none;
  margin: 5px 0 10px 0;
  padding-left: 0;
}

/* Чекбоксы и радио */
.plagin_gorm_container_oll .checkbox-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

.plagin_gorm_container_oll .check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border: 2px solid #888;
  border-radius: 8px;
  background: #212121;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  user-select: none;
}
.plagin_gorm_container_oll .check input[type="checkbox"],
.plagin_gorm_container_oll .check input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.plagin_gorm_container_oll .check_title {
  pointer-events: none;
  display: inline-block;
  text-align: center;
  line-height: normal;
}


.plagin_gorm_container_oll .check input:checked + .check_title {
  color: #fff;
  background: #1A6ACA;
  border-radius: 6px;
  padding: 2px 5px;
}

 .plagin_gorm_container_oll .check input[type="checkbox"]:checked {
    accent-color: blue;
}

.plagin_gorm_container_oll .padding_big {
  height: 70px;
}



.name-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
}
.name-fields input {
  padding: 10px;
  font-size: 14px;
  width: 220px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.add-btn {
  width: 40px;
  height: 40px;
  background: #1A6ACA;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}


.price-input {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-inline: 20px;
  flex-wrap: wrap; 
}
.price-input input {
  height: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 5px;
}


.order-btn {
  width: 100%;
  background: #1A6ACA;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 12px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.order-btn:hover {
  background: #155a9c;
}



.check:has(input:checked) {
    background: #1A6ACA;
    border-color: #1A6ACA;
    color: #fff;
}



.accordion{
  width: 93%;
}
.accordion {
    overflow: hidden;
    color: #fff;
    margin: 0 auto;ß
}

.accordion-header {
    display: block;
    padding: 5px 8px;
    background: #2D6AC2;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    font-family: 'font_r1';
    font-weight: 100;
}

.accordion[open] .accordion-header {
    background: #214f90;
}