section {
  scroll-margin-top: 100px;
  position: relative;
}

.sections__container {
  gap: 100px;
  width: 100%;
  padding-block: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sections__container.blue{
  background:var(--section-background);
  border-radius:40px;
}

.sections__container.start {
  background-image: url("../images/bl1_bg1.webp");
  /*color: #fff;*/
}

.sections__container.reg {
  background-image: url("../images/bl14_bg1.webp");
  /*color: #ffffff;*/
}


@media screen and (max-width:480px) {
    .sections__container.blue{
      border-radius:16px;
  }

  /* .sections__container.reg {
  background-image: url("../images/bl14_bg1-mob.webp");
} */
}

.section__bg-image {
  position: absolute;
  bottom: 0;
  right: 118px;
}

@media screen and (max-width:1440px) {
  
  .section__bg-image {
    right: 0px;
    object-position: center;
  }

  
}




.sections__container.gray {
  background: #ffe5e3;
}

.sections__container.gray.gradient-1 {
  background: linear-gradient(172deg, rgba(255, 254, 250, 0.7) 41.14%, rgba(131, 193, 0, 0.7) 141.61%);
}

.sections__container.blue .section__card,
.sections__container.blue .section__image-card,
.sections__container.gray .boxed,
.sections__container.gray .section__card,
.sections__container.gray .section__image-card {
  background-color: var(--card-color-2);
  border:none;
}
.sections__container.blue .section__image-card .section__item-text-container{
  border:none;
}

.section__bg-deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100dvw;
  z-index: -1;
  object-fit: fill;
}

.section__container {
  gap: var(--gap-large-section-container);
}

.section__top-container,
.section__bottom-container {
  align-items: center;
  gap: var(--gap-small-section-container);
  width: 100%;
  margin-inline: auto;
  text-align: center;
}



.section__row-container {
  gap: var(--gap-medium-section-container);
  flex-wrap: wrap;
  justify-content: center;
}

.section__row-container.boxed {
  padding: 32px;
  border-radius: 16px;
  background: #fffefa;
  position: relative;
}

.section__row-container.boxed .large:last-child {
  max-width: 520px;
}

.reg .section__row-container {
  gap: var(--gap-medium-section-container);
}

.section__column-container {
  gap: var(--gap-medium-section-container);
  width: 100%;
}

.section__item {
  gap: var(--gap-medium-section-container);
  width: 100%;
}

.section__item.small{
  max-width: 282px;
}

.section__item.medium{
  max-width: 384px;
}

.section__item.large{
  max-width: 588px;
}

.section__item.min-height {
  min-height: 290px;
  justify-content: space-between;
}

.section__card {
  align-items: flex-start;
  gap: 48px;
  padding: 24px;
  height: unset;
  transition: 0.3s ease;
  border-radius: 16px;
  background: #fbf3cd;
}

.section__card > i {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: -0.64px;
  color: #0f4146;
}

.section__card .section__card-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-small-section-container);
  width: 100%;
}

.section__card-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
}

.section__card-icon {
  width: 48px;
  height: 48px;
}

.section__image-card {
  gap: 0;
  background: var(--card-color);
  border-radius: 16px;
  overflow: hidden;
  height: unset;
  padding: 0;
  position: relative;
}

.section__image-card.horizontal {
  flex-direction: row;
}

.section__image-card-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
  text-align: center;
  z-index: 1;
}

.section__image-card .section__item-text-container {
  padding: 24px;
  border-radius:0 0 16px 16px;
}

.section__image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section__image {
  width: 100%;
  max-width: 689px;
  border-radius: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.section__image-price {
  position: absolute;
  left: 60px;
  top: -25px;
  width: 140px;
  height: 140px;
  background-image: url("../images/icons/price-icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section__image-price p {
  color: #f42f29;
  text-align: center;
  font-family: Domine, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
  letter-spacing: -0.96px;
  white-space: wrap;
  line-break: anywhere;
}

.section__image-card.horizontal img {
  max-width: 384px;
}

.section__item-text-container {
  justify-content: space-between;
  gap: var(--gap-small-section-container);
}

.section__list-container {
  gap: var(--gap-medium-section-container);
}

.section__list-container > div {
  position: relative;
  padding-left: 34px;
  gap: 8px;
}

.section__list-container > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("../images/icons/list-icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper .section__card {
  padding: 32px;
  gap: var(--gap-small-section-container);
  justify-content: flex-start;
}

.section__form {
  position: relative;
  width: 100%;
  max-width: 588px;
  padding: 24px;
  gap: 18px;
  border-radius: 16px;
  border: 1px solid var(--standarts-stroke, #E5E5E1);
  background: var(--standarts-white, #FFF);
}

.section__form h3{
  color:var(--title-color);
  text-align: center;
}


.section__form-price {
  overflow: hidden;
  text-align: center;
  border-radius:16px;
  padding: 12px;
  border: 2.5px dashed var(--standarts-red, #F42F29);
  background: var(--standarts-red-light, rgba(244, 47, 41, 0.10));
}

.section__form-price p{
    color: var(--standarts-red, #F42F29);
      font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}



.section__form-discount {
  font-size: var(--fs-text-sm-section);
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  margin-bottom: -15px;
  text-align: center;
}

.section__form-discount span {
  text-decoration-line: line-through;
}

.section__form-row {
  gap: 18px;
}

.section__form-input-wrapper {
  position: relative;
}
.section__form-input {
  width: 100%;
  padding: 14px 12px;

  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */

  outline: none;
  border: none;
  border-radius: 16px;
  background: var(--backgrounds-light, #FEEAD0);
}

.section__form-input::placeholder{
 overflow: hidden;
  color: var(--texts-light, #5A5956);
  text-overflow: ellipsis;

  /* paragraphs/p - small (regular) */
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.section__form-button {
  width: 100% !important;
}

.section__nest-icon {
  flex-shrink: 0;
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #0f4146;
  border-radius: 100%;
}

.section__nest-icon::before,
.section__nest-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #0f4146;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  transform-origin: center;
}

.section__nest-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.section__card.active .section__nest-icon::before {
  transform: translate(-50%, -50%);
}

/* .small {
  max-width: 282px;
}

.medium {
  max-width: 384px;
}

.large {
  max-width: 588px;
} */

.full-width {
  max-width: 100%;
}

.full-height {
  height: 100%;
}

.section__column-container.center {
  align-items: center;
}


.text-center{
  text-align: center;
}

@media (max-width: 1200px) {
  .section__bg-image {
    right: 0px;
  }

  .sections__container {
    padding-block: 32px;
    gap: 64px;
  }

  .section__container {
    gap: var(--gap-medium-section-container);
  }

  .section__row-container {
    gap: var(--gap-small-section-container);
  }

  .section__item.min-height {
    min-height: auto;
  }

  .section__item.large {
    max-width: 384px;
  }

  .section__card {
    padding: 16px;
    gap: var(--gap-small-section-container);
  }

  .section__image {
    max-width: 400px;
    margin-inline: auto;
    object-fit: contain;
  }

  .section__image-card img {
    min-height: 200px;
  }
}

@media (max-width: 700px) {
  .sections__container.start {
    background-position: -1200px 0;
  }



  .section__top-container,
  .section__bottom-container {
    text-align: left;
    align-items: flex-start;
  }

  .section__image-card.horizontal {
    flex-direction: column;
    max-width: 380px;
  }

  .section__image-card.horizontal img {
    max-width: 100%;
  }

  .section__image-price {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 74px;
    height: 74px;
  }

  .section__image-price p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
  }

  .section__form {
    padding: 16px;
    gap: 12px;
  }

  .section__form-row {
    gap: 12px;
  }

  .section__form-price {
    padding: 12px 3px;
  }
}

.section__swiper .section__item {
  max-width: none;
}

@media (max-width: 480px) {
  .sections__container.start {
    background-position:center;
  }



  .section__item{
    max-width: none;
  }

  .section__image-card img{
    max-height: 220px;
  }
}
