:root {
  --xscale: 1;
  --real-vh: 100vh;
  --vh: calc(1vh / var(--xscale));
  --svh: calc(1svh / var(--xscale));
  --dvh: calc(1dvh / var(--xscale));
}

@media (max-width: 991px) {
  .brands {
    background-color: #FFFFFF !important;
  }
}
.brands * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .brands .container {
    max-width: 100%;
  }
}
.brands .section {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .brands .section .section__head .section__head_breadcrumbs {
    padding: 0 32px;
  }
}
.brands .section .section__head .section__head_breadcrumbs .breadcrumbs {
  margin: 0;
}
.brands .section .section__head .section__head_form {
  padding: 0 70px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .brands .section .section__head .section__head_form {
    padding: 0 32px;
  }
}
@media (max-width: 495px) {
  .brands .section .section__head .section__head_form {
    padding: 0 20px;
  }
}
.brands .section .section__head .section__head_form input {
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding: 24px 16px;
}
.brands .section .swiper_brands {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands {
    padding: 0;
  }
}
.brands .section .swiper_brands .slide {
  padding: 24px 0 46px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands .section .swiper_brands .slide .swiper_brands_items {
  position: relative;
  overflow: hidden;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item {
    padding: 0 32px;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide__img {
  max-width: 310px;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide__img {
    max-width: 165px;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide__img {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  max-height: 540px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide__img img {
    max-height: 300px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content {
  max-width: 620px;
  width: 100%;
  margin-left: 30px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content {
    margin-left: 16px;
    padding-right: 0;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content {
    margin-left: 0;
    margin-top: 24px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos {
    margin-bottom: 0;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos .slide__logo {
  max-width: 100%;
  margin-bottom: 24px;
  opacity: 0.4;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos .slide__logo.__active {
  opacity: 1;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos .slide__logo:not(:last-child) {
  margin-right: 24px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos .slide__logo img,
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__logos .slide__logo svg {
  width: 100%;
  height: 100%;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__title {
    font-size: 32px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__subtitle {
  font-size: 20px;
  font-weight: 400;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 32px 0 24px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__descr {
    margin: 24px 0;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__text p:nth-child(2) {
  font-weight: 700;
  margin-left: 20px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info {
  margin-top: 24px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info p {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item:not(:last-child) {
  margin-right: 32px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item .item__icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item .item__icon img,
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item .item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__info .slide__info_items .slide__info_item .item__text p {
  margin-left: 8px;
  white-space: nowrap;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links {
    margin-top: 32px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links .slide__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links .slide__link:not(:last-child) {
  margin-right: 10px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links .slide__link img,
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links .slide__link svg {
  max-width: 100px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .slide_item .slide_content .slide__links .slide__link:hover {
  opacity: 0.8;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px solid #E7E7E7;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item.__active .accordion__item_head svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item.__active .accordion__item_body {
  margin-top: 24px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_head p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_head svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_body .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_body .text span,
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_body .text b {
  font-weight: 700;
}
.brands .section .swiper_brands .slide .swiper_brands_items .accordion .accordion__item .accordion__item_body .item__body_info {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 24px;
  color: #818181;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select {
  width: 100%;
  position: relative;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select input {
  display: none;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select .select__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid #818181;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select .select__toggle p {
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select .select__items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select .select__items .select__item {
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 8px 12px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .select .select__items .select__item:hover {
  background-color: #F8F8F8;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table {
  display: none;
  margin-top: 8px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table.__active {
  display: block;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -40px;
  padding: 8px 12px;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item:nth-child(even) {
  background-color: #F8F8F8;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box:nth-child(1) {
    width: auto;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box:nth-child(1) p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box:nth-child(2) {
    width: auto;
    white-space: nowrap;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box:nth-child(2) p {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box p:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .table .table__item .table__item_box p:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .table .table__item p {
  margin: 0;
}
.brands .section .swiper_brands .slide .swiper_brands_items .swiper__buttons {
  max-width: 290px;
  top: 580px;
  left: 16px;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .swiper__buttons {
    max-width: 165px;
    left: 32px;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .swiper__buttons {
    max-width: 280px;
    top: 250px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .swiper__buttons .swiper__button {
  max-width: 30px;
  position: relative;
  pointer-events: all;
  cursor: pointer;
  z-index: 10;
}
.brands .section .swiper_brands .slide .swiper_brands_items .swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  max-width: 290px;
  position: absolute;
  top: 580px;
  left: 60px;
  right: 60px;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .swiper__pagination {
    max-width: 165px;
    left: 65px;
    right: 65px;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .slide .swiper_brands_items .swiper__pagination {
    display: none;
  }
}
.brands .section .swiper_brands .slide .swiper_brands_items .swiper__pagination .swiper-pagination-bullet {
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.brands .section .swiper_brands .slide .swiper_brands_items .swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.brands .section .swiper_brands .swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 991px) {
  .brands .section .swiper_brands .swiper__buttons {
    top: 24px;
    left: 32px;
    right: 32px;
  }
}
@media (max-width: 495px) {
  .brands .section .swiper_brands .swiper__buttons {
    top: 125px;
    left: 20px;
    right: 20px;
  }
}
.brands .section .swiper_brands .swiper__buttons .swiper__button {
  max-width: 40px;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}
.brands .section .swiper_brands .swiper__buttons .swiper__button svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  height: 50px;
  padding: 12px 16px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ba0c2f;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn-special:hover {
  color: #fff;
  opacity: 0.7;
}

em {
  font-style: italic !important;
}

.sectionBox.__anketa .sectionBox__title {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .sectionBox.__anketa .sectionBox__title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .sectionBox.__anketa .sectionBox__title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .sectionBox.__anketa .formBox {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.sectionBox.__anketa .formBox .form {
  position: relative;
}
@media (max-width: 1200px) {
  .sectionBox.__anketa .formBox .form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .sectionBox.__anketa .formBox .form {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .sectionBox.__anketa .formBox .form {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
.sectionBox.__anketa .formBox .form .form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__fields {
    margin-left: 0;
  }
}
.sectionBox.__anketa .formBox .form .form__fields .field {
  position: relative;
  width: 100%;
  width: calc(50% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__fields .field {
    width: 100%;
    margin-left: 0;
  }
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(2) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__fields .field:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(3) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__fields .field:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(7) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.sectionBox.__anketa .formBox .form .form__fields .field:nth-child(9) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.sectionBox.__anketa .formBox .form .form__fields .field:not(.__select) .fieldBox input {
  padding-right: 0;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input {
  color: #ff1530;
  border-color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input::-webkit-input-placeholder {
  color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input::-moz-placeholder {
  color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input:-ms-input-placeholder {
  color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input::-ms-input-placeholder {
  color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__error .fieldBox input::placeholder {
  color: #ff1530;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__select.__active .fieldBox .fieldBox__head::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sectionBox.__anketa .formBox .form .form__fields .field.__select .fieldBox .fieldBox__head {
  position: relative;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__select .fieldBox .fieldBox__head input {
  cursor: pointer;
}
.sectionBox.__anketa .formBox .form .form__fields .field.__select .fieldBox .fieldBox__head::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid #000;
  top: 1.125rem;
  right: 0.75rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox {
  position: relative;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  right: -1.1875rem;
  left: -1.1875rem;
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options .fieldBox__option_list {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options .fieldBox__option_list .option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  line-height: normal;
  color: #000;
  padding: 0 1.1875rem 0.0625rem;
  border: 0.0625rem solid transparent;
  height: 3.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options .fieldBox__option_list .option::after {
  position: absolute;
  content: "";
  display: block;
  left: 1.1875rem;
  right: 1.1875rem;
  bottom: -0.0625rem;
  height: 0.0625rem;
  background-color: #ccc;
  z-index: -1;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options .fieldBox__option_list .option:hover {
  border-color: #000;
}
.sectionBox.__anketa .formBox .form .form__fields .field .fieldBox .fieldBox__options .fieldBox__option_list .option:hover::after {
  opacity: 0;
}
.sectionBox.__anketa .formBox .form .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sectionBox.__anketa .formBox .form .form__actions .btn {
  white-space: nowrap;
}
.sectionBox.__anketa .formBox .form .form__actions .btn.__disabled {
  pointer-events: none;
  opacity: 0.6;
}
.sectionBox.__anketa .formBox .form .form__actions .form-anketa_error {
  padding-top: 0;
  margin-left: 16px;
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}
@media (max-width: 495px) {
  .sectionBox.__anketa .formBox .form .form__actions .form-anketa_error {
    margin-top: 32px;
  }
}
.sectionBox.__anketa .formBox .form .form__actions .form-anketa_error.__active {
  opacity: 1;
  z-index: 0;
  visibility: visible;
}
.sectionBox.__anketa .formBox .form-success {
  background-color: #FFFFFF;
  bottom: 0;
}
.sectionBox.__anketa .formBox .form-success.__active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.modal[data-name=anketa] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal[data-name=anketa].__active {
  opacity: 1;
  pointer-events: all;
}
.modal[data-name=anketa].__active .modal_inner .modal_content {
  pointer-events: all;
}
.modal[data-name=anketa] .modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 72px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .modal[data-name=anketa] .modal_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 52px;
  }
}
@media (max-width: 495px) {
  .modal[data-name=anketa] .modal_inner {
    padding: 20px;
  }
}
.modal[data-name=anketa] .modal_inner .modal_content {
  max-width: 1100px;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .modal[data-name=anketa] .modal_inner .modal_content {
    max-width: 640px;
  }
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items {
  margin-top: 16px;
}
@media (max-width: 495px) {
  .modal[data-name=anketa] .modal_inner .modal_content .modal__items {
    margin-top: 32px;
  }
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items .modal__item {
  position: relative;
  border: 1px solid #CBC4BC;
  padding: 14px 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items .modal__item.__error {
  border: 1px solid #BA0C2F;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items .modal__item.__active {
  border: 1px solid #000000;
  z-index: 1;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items .modal__item:not(:first-child) {
  margin-top: -1px;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__items .modal__item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__actions {
  margin-top: 45px;
}
@media (max-width: 495px) {
  .modal[data-name=anketa] .modal_inner .modal_content .modal__actions {
    margin-top: 32px;
  }
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__actions .btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 14px 24px;
  background-color: #BA0C2F;
  color: #FFFFFF;
  height: auto;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__actions .btn.__disabled {
  pointer-events: none !important;
  background-color: #CBC4BC;
}
.modal[data-name=anketa] .modal_inner .modal_content .modal__actions .btn:hover {
  opacity: 0.9;
}

.bon_season {
  background-color: #F6F1E8;
  max-width: 100%;
}
@font-face {
  font-family: "Bon-Season-Rus";
  src: url("./fonts/BonSeasonRus-Regular.eot");
  src: url("./fonts/BonSeasonRus-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/BonSeasonRus-Regular.woff2") format("woff2"), url("./fonts/BonSeasonRus-Regular.woff") format("woff"), url("./fonts/BonSeasonRus-Regular.ttf") format("truetype"), url("./fonts/BonSeasonRus-Regular.svg#BonSeasonRus-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("./fonts/OpenSansCondensed-Light.eot");
  src: url("./fonts/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("./fonts/OpenSansCondensed-Light.woff") format("woff"), url("./fonts/OpenSansCondensed-Light.ttf") format("truetype"), url("./fonts/OpenSansCondensed-Light.svg#OpenSansCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.bon_season h1,
.bon_season h2,
.bon_season h3,
.bon_season h4,
.bon_season h5,
.bon_season h6,
.bon_season p {
  margin: 0;
  padding: 0;
  color: #633231;
}
.bon_season h1::before, .bon_season h1::after,
.bon_season h2::before,
.bon_season h2::after,
.bon_season h3::before,
.bon_season h3::after,
.bon_season h4::before,
.bon_season h4::after,
.bon_season h5::before,
.bon_season h5::after,
.bon_season h6::before,
.bon_season h6::after,
.bon_season p::before,
.bon_season p::after {
  display: none;
}
.bon_season h1,
.bon_season .h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season h1,
  .bon_season .h1 {
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .bon_season h1,
  .bon_season .h1 {
    font-size: 42px;
  }
}
.bon_season h2,
.bon_season .h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season h2,
  .bon_season .h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .bon_season h2,
  .bon_season .h2 {
    font-size: 32px;
  }
}
.bon_season h3,
.bon_season .h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season h3,
  .bon_season .h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .bon_season h3,
  .bon_season .h3 {
    font-size: 32px;
  }
}
.bon_season p,
.bon_season .p1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  font-family: "Open Sans Condensed", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season p,
  .bon_season .p1 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .bon_season p,
  .bon_season .p1 {
    font-size: 16px;
  }
}
.bon_season .container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .bon_season .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .bon_season .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .bon_season .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.bon_season section {
  padding: 0;
  margin: 0;
}
.bon_season .promo .promo__bg {
  position: relative;
}
.bon_season .promo .promo__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 241, 232, 0)), color-stop(94.06%, #F6F1E8));
  background: linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, #F6F1E8 94.06%);
  right: 0;
  bottom: 0;
  left: 0;
}
.bon_season .promo .promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 495px) {
  .bon_season .promo .promo__bg img {
    min-height: 560px;
  }
}
.bon_season .promo .section_inner {
  background-color: #FFFFFF;
  border-radius: 30px 0 30px 0;
  padding: 60px 20px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .bon_season .promo .section_inner {
    padding: 48px;
    border-radius: 20px 0 20px 0;
  }
}
@media (max-width: 600px) {
  .bon_season .promo .section_inner {
    padding: 32px 16px;
    border-radius: 40px 0 40px 0;
  }
}
.bon_season .promo .section_inner .promo__title {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bon_season .promo .section_inner .promo__text {
  max-width: 540px;
}
.bon_season .promo .section_inner .promo__text p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .bon_season .promo .section_inner .promo__text p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.bon_season .products {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season .products {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .products {
    margin-top: 40px;
  }
}
.bon_season .products .section_inner {
  border-top: 2px solid #CBC4BC;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season .products .section_inner {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .products .section_inner {
    padding-top: 40px;
  }
}
.bon_season .products .section_inner .products__title {
  text-align: center;
}
.bon_season .products .section_inner .products__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bon_season .products .section_inner .products__cards.__col_2 {
  margin-left: -30px;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards.__col_2 {
    margin-left: 0;
  }
}
.bon_season .products .section_inner .products__cards.__col_2 .card {
  width: calc(50% - 30px);
  margin-left: 30px;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards.__col_2 .card {
    width: 100%;
    margin-left: 0;
  }
}
.bon_season .products .section_inner .products__cards.__col_3 {
  margin-left: -30px;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards.__col_3 {
    margin-left: 0;
  }
}
.bon_season .products .section_inner .products__cards.__col_3 .card {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards.__col_3 .card {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards.__col_3 .card .card__img {
    margin-bottom: 0;
  }
}
.bon_season .products .section_inner .products__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards .card:not(:last-child) {
    margin-bottom: 24px;
  }
}
.bon_season .products .section_inner .products__cards .card .card__img {
  max-width: 430px;
  width: 100%;
  margin-bottom: 46px;
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards .card .card__img {
    margin-bottom: 40px;
  }
}
.bon_season .products .section_inner .products__cards .card .card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season .products .section_inner .products__cards .card .card__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 52px 54px;
  border-radius: 28px 0 28px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .bon_season .products .section_inner .products__cards .card .card__content {
    padding: 48px 12px;
  }
}
@media (max-width: 600px) {
  .bon_season .products .section_inner .products__cards .card .card__content {
    padding: 28px 12px;
  }
}
.bon_season .products .section_inner .products__cards .card .card__content .card__content_title,
.bon_season .products .section_inner .products__cards .card .card__content .card__content_text {
  text-align: center;
}
.bon_season .products .section_inner .products__cards .card .card__content .card__content_title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bon_season .about {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season .about {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .about {
    margin-top: 40px;
  }
}
.bon_season .about .section_inner {
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #CBC4BC;
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .about .section_inner {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bon_season .about .section_inner .about__content {
  position: relative;
  padding: 46px 80px;
  background-color: #FFFFFF;
  margin-top: 120px;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 28px 0 28px 0;
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner .about__content {
    min-width: 340px;
    max-width: 340px;
    padding: 48px 12px;
  }
}
@media (max-width: 600px) {
  .bon_season .about .section_inner .about__content {
    min-width: auto;
    max-width: 100%;
    margin-top: 95px;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 36px 12px 28px;
  }
}
.bon_season .about .section_inner .about__content .about__content_img {
  position: absolute;
  max-width: 195px;
  width: 100%;
  top: -150px;
  left: 70px;
}
@media (max-width: 1200px) {
  .bon_season .about .section_inner .about__content .about__content_img {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner .about__content .about__content_img {
    max-width: 140px;
    left: -20px;
  }
}
@media (max-width: 600px) {
  .bon_season .about .section_inner .about__content .about__content_img {
    max-width: 80px;
    top: -100px;
    left: 0;
  }
}
.bon_season .about .section_inner .about__content .about__content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season .about .section_inner .about__content .about__content_title {
  position: absolute;
  text-align: center;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  min-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner .about__content .about__content_title {
    max-width: 340px;
    min-width: 340px;
  }
}
@media (max-width: 600px) {
  .bon_season .about .section_inner .about__content .about__content_title {
    top: -95px;
    max-width: 270px;
    min-width: 270px;
    font-size: 40px;
  }
}
.bon_season .about .section_inner .about__content .about__content_title::before {
  position: absolute;
  content: "";
  background-image: url("https://abinbev.spans.dev/wp-content/uploads/2025/03/asset_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 195px;
  height: 133px;
  display: block;
  top: -60px;
  left: -10px;
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner .about__content .about__content_title::before {
    width: 133px;
    height: 86px;
    top: -50px;
    left: -20px;
  }
}
@media (max-width: 600px) {
  .bon_season .about .section_inner .about__content .about__content_title::before {
    width: 78px;
    height: 48px;
    top: -25px;
    left: -25px;
  }
}
.bon_season .about .section_inner .about__content .about__content_text {
  text-align: center;
}
.bon_season .about .section_inner .about__img {
  border-radius: 28px 0 28px 0;
  overflow: hidden;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 1200px) {
  .bon_season .about .section_inner .about__img {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .bon_season .about .section_inner .about__img {
    min-width: auto;
    max-width: none;
  }
}
.bon_season .about .section_inner .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season .info {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season .info {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .info {
    margin-top: 40px;
  }
}
.bon_season .info .section_inner {
  padding-top: 64px;
  border-top: 2px solid #CBC4BC;
}
@media (max-width: 1024px) {
  .bon_season .info .section_inner {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .info .section_inner {
    padding-top: 40px;
  }
}
.bon_season .info .section_inner .info__title {
  text-align: center;
  margin-bottom: 24px;
}
.bon_season .info .section_inner .info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}
@media (max-width: 600px) {
  .bon_season .info .section_inner .info__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.bon_season .info .section_inner .info__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 600px) {
  .bon_season .info .section_inner .info__cards .card {
    width: 100%;
    margin-left: 0;
  }
}
.bon_season .info .section_inner .info__cards .card .card__img {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .bon_season .info .section_inner .info__cards .card .card__img {
    margin-bottom: 35px;
  }
}
.bon_season .info .section_inner .info__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season .info .section_inner .info__cards .card .card__content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 28px 0 28px 0;
  padding: 48px 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .bon_season .info .section_inner .info__cards .card .card__content {
    padding: 48px 12px;
  }
}
@media (max-width: 600px) {
  .bon_season .info .section_inner .info__cards .card .card__content {
    padding: 28px 12px;
  }
}
.bon_season .info .section_inner .info__cards .card .card__content .card__content_title {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bon_season .info .section_inner .info__cards .card .card__content .card__content_text {
  text-align: center;
}
.bon_season .info .info__assets .asset {
  position: absolute;
}
.bon_season .info .info__assets .asset:nth-child(1) {
  max-width: 220px;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season .info .info__assets .asset:nth-child(1) {
    max-width: 130px;
    top: 70%;
  }
}
@media (max-width: 600px) {
  .bon_season .info .info__assets .asset:nth-child(1) {
    max-width: 85px;
    top: 95px;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season .info .info__assets .asset:nth-child(2) {
  max-width: 200px;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season .info .info__assets .asset:nth-child(2) {
    max-width: 130px;
    top: 80%;
  }
}
@media (max-width: 600px) {
  .bon_season .info .info__assets .asset:nth-child(2) {
    max-width: 85px;
    top: 120px;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season .info .info__assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season .footerBox {
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season .footerBox {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season .footerBox {
    padding-top: 40px;
  }
}
.bon_season .footerBox .footerBox__bg {
  max-width: 100%;
  position: relative;
}
.bon_season .footerBox .footerBox__bg::before, .bon_season .footerBox .footerBox__bg::after {
  position: absolute;
  content: "";
  width: 100%;
}
.bon_season .footerBox .footerBox__bg::before {
  top: 0;
  right: 0;
  left: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F1E8), color-stop(94.06%, rgba(246, 241, 232, 0)));
  background: linear-gradient(180deg, #F6F1E8 0%, rgba(246, 241, 232, 0) 94.06%);
}
.bon_season .footerBox .footerBox__bg::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 241, 232, 0)), to(#F6F1E8));
  background: linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, #F6F1E8 100%);
}
.bon_season .footerBox .footerBox__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 495px) {
  .bon_season .footerBox .footerBox__bg img {
    min-height: 260px;
  }
}
.bon_season .footerBox .footerBox__text {
  padding: 64px 16px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bon_season .footerBox .footerBox__text {
    padding: 56px 16px;
  }
}
@media (max-width: 495px) {
  .bon_season .footerBox .footerBox__text {
    padding: 40px 16px;
  }
}
.bon_season .footerBox .footerBox__text::after {
  display: none;
}
.bon_season .footerBox .footerBox__text br {
  display: none;
}
@media (max-width: 495px) {
  .bon_season .footerBox .footerBox__text br {
    display: block;
  }
}

.bon_season_rose {
  background-color: #F6F1E8;
  max-width: 100%;
  overflow: hidden;
}
@font-face {
  font-family: "Bon-Season-Rus";
  src: url("./fonts/BonSeasonRus-Regular.eot");
  src: url("./fonts/BonSeasonRus-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/BonSeasonRus-Regular.woff2") format("woff2"), url("./fonts/BonSeasonRus-Regular.woff") format("woff"), url("./fonts/BonSeasonRus-Regular.ttf") format("truetype"), url("./fonts/BonSeasonRus-Regular.svg#BonSeasonRus-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("./fonts/OpenSansCondensed-Light.eot");
  src: url("./fonts/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("./fonts/OpenSansCondensed-Light.woff") format("woff"), url("./fonts/OpenSansCondensed-Light.ttf") format("truetype"), url("./fonts/OpenSansCondensed-Light.svg#OpenSansCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.bon_season_rose h1,
.bon_season_rose h2,
.bon_season_rose h3,
.bon_season_rose h4,
.bon_season_rose h5,
.bon_season_rose h6,
.bon_season_rose p {
  margin: 0;
  padding: 0;
  color: #633231;
}
.bon_season_rose h1::before, .bon_season_rose h1::after,
.bon_season_rose h2::before,
.bon_season_rose h2::after,
.bon_season_rose h3::before,
.bon_season_rose h3::after,
.bon_season_rose h4::before,
.bon_season_rose h4::after,
.bon_season_rose h5::before,
.bon_season_rose h5::after,
.bon_season_rose h6::before,
.bon_season_rose h6::after,
.bon_season_rose p::before,
.bon_season_rose p::after {
  display: none;
}
.bon_season_rose h1,
.bon_season_rose .h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season_rose h1,
  .bon_season_rose .h1 {
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose h1,
  .bon_season_rose .h1 {
    font-size: 42px;
  }
}
.bon_season_rose h2,
.bon_season_rose .h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season_rose h2,
  .bon_season_rose .h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose h2,
  .bon_season_rose .h2 {
    font-size: 32px;
  }
}
.bon_season_rose h3,
.bon_season_rose .h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  font-family: "Bon-Season-Rus", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season_rose h3,
  .bon_season_rose .h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose h3,
  .bon_season_rose .h3 {
    font-size: 32px;
  }
}
.bon_season_rose p,
.bon_season_rose .p1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  font-family: "Open Sans Condensed", sans-serif !important;
}
@media (max-width: 1024px) {
  .bon_season_rose p,
  .bon_season_rose .p1 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose p,
  .bon_season_rose .p1 {
    font-size: 16px;
  }
}
.bon_season_rose .container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .bon_season_rose .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .bon_season_rose .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .bon_season_rose .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.bon_season_rose section {
  padding: 0;
  margin: 0;
}
.bon_season_rose .promo .promo__bg {
  position: relative;
}
.bon_season_rose .promo .promo__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 241, 232, 0)), color-stop(94.06%, #F6F1E8));
  background: linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, #F6F1E8 94.06%);
  right: 0;
  bottom: 0;
  left: 0;
}
.bon_season_rose .promo .promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 495px) {
  .bon_season_rose .promo .promo__bg img {
    min-height: 560px;
  }
}
.bon_season_rose .promo .section_inner {
  background-color: #FFFFFF;
  border-radius: 30px 0 30px 0;
  padding: 60px 20px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .bon_season_rose .promo .section_inner {
    padding: 48px;
    border-radius: 20px 0 20px 0;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .promo .section_inner {
    padding: 32px 16px;
    border-radius: 40px 0 40px 0;
  }
}
.bon_season_rose .promo .section_inner .promo__title {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bon_season_rose .promo .section_inner .promo__text {
  max-width: 540px;
}
.bon_season_rose .promo .section_inner .promo__text p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .bon_season_rose .promo .section_inner .promo__text p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.bon_season_rose .products {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season_rose .products {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products {
    margin-top: 40px;
  }
}
.bon_season_rose .products .section_inner {
  border-top: 2px solid #CBC4BC;
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season_rose .products .section_inner {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .section_inner {
    padding-top: 40px;
  }
}
.bon_season_rose .products .section_inner .products__title {
  text-align: center;
}
.bon_season_rose .products .section_inner .products__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .bon_season_rose .products .section_inner .products__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bon_season_rose .products .section_inner .products__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 100%;
}
.bon_season_rose .products .section_inner .products__cards .card .card__img {
  max-width: 430px;
  width: 100%;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .bon_season_rose .products .section_inner .products__cards .card .card__img {
    max-width: 330px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .section_inner .products__cards .card .card__img {
    margin-bottom: 40px;
  }
}
.bon_season_rose .products .section_inner .products__cards .card .card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season_rose .products .section_inner .products__cards .card .card__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 52px 54px;
  border-radius: 28px 0 28px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .bon_season_rose .products .section_inner .products__cards .card .card__content {
    padding: 48px 12px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .section_inner .products__cards .card .card__content {
    padding: 28px 12px;
  }
}
.bon_season_rose .products .section_inner .products__cards .card .card__content .card__content_title,
.bon_season_rose .products .section_inner .products__cards .card .card__content .card__content_text {
  text-align: center;
}
.bon_season_rose .products .section_inner .products__cards .card .card__content .card__content_title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bon_season_rose .products .section_inner .products__cards .card .card__content .card__content_text {
  max-width: 540px;
  margin: 0 auto;
}
.bon_season_rose .products .products__assets .asset {
  position: absolute;
  width: 100%;
}
.bon_season_rose .products .products__assets .asset:nth-child(1) {
  max-width: 370px;
  top: 35%;
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .products .products__assets .asset:nth-child(1) {
    max-width: 230px;
    top: 30%;
    left: -45px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .products__assets .asset:nth-child(1) {
    max-width: 140px;
    top: -40px;
    left: -80px;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season_rose .products .products__assets .asset:nth-child(2) {
  max-width: 205px;
  top: 65%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .products .products__assets .asset:nth-child(2) {
    max-width: 130px;
    top: 50%;
    left: 10px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .products__assets .asset:nth-child(2) {
    max-width: 80px;
    top: 80px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season_rose .products .products__assets .asset:nth-child(3) {
  max-width: 210px;
  top: 35%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .products .products__assets .asset:nth-child(3) {
    max-width: 130px;
    top: 25%;
    right: -10px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .products__assets .asset:nth-child(3) {
    max-width: 80px;
    top: 40%;
    right: -40px;
  }
}
.bon_season_rose .products .products__assets .asset:nth-child(4) {
  max-width: 295px;
  top: 65%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .products .products__assets .asset:nth-child(4) {
    max-width: 185px;
    top: 50%;
    right: -25px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .products .products__assets .asset:nth-child(4) {
    max-width: 115px;
    top: 60%;
    right: -50px;
  }
}
.bon_season_rose .products .products__assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season_rose .info {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season_rose .info {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .info {
    margin-top: 40px;
  }
}
.bon_season_rose .info .section_inner {
  padding-top: 64px;
  border-top: 2px solid #CBC4BC;
}
@media (max-width: 1024px) {
  .bon_season_rose .info .section_inner {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .info .section_inner {
    padding-top: 40px;
  }
}
.bon_season_rose .info .section_inner .info__title {
  text-align: center;
  margin-bottom: 24px;
}
.bon_season_rose .info .section_inner .info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}
@media (max-width: 600px) {
  .bon_season_rose .info .section_inner .info__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.bon_season_rose .info .section_inner .info__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
  height: auto;
}
@media (max-width: 600px) {
  .bon_season_rose .info .section_inner .info__cards .card {
    width: 100%;
    margin-left: 0;
  }
}
.bon_season_rose .info .section_inner .info__cards .card:last-child {
  height: 100%;
}
.bon_season_rose .info .section_inner .info__cards .card .card__img {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .bon_season_rose .info .section_inner .info__cards .card .card__img {
    margin-bottom: 35px;
  }
}
.bon_season_rose .info .section_inner .info__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season_rose .info .section_inner .info__cards .card .card__content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 28px 0 28px 0;
  padding: 48px 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .bon_season_rose .info .section_inner .info__cards .card .card__content {
    padding: 48px 12px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .info .section_inner .info__cards .card .card__content {
    padding: 28px 12px;
  }
}
.bon_season_rose .info .section_inner .info__cards .card .card__content .card__content_title {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bon_season_rose .info .section_inner .info__cards .card .card__content .card__content_text {
  text-align: center;
}
.bon_season_rose .info .info__assets .asset {
  position: absolute;
}
.bon_season_rose .info .info__assets .asset:nth-child(1) {
  max-width: 220px;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .info .info__assets .asset:nth-child(1) {
    max-width: 130px;
    top: 70%;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .info .info__assets .asset:nth-child(1) {
    max-width: 85px;
    top: 180px;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season_rose .info .info__assets .asset:nth-child(2) {
  max-width: 200px;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .bon_season_rose .info .info__assets .asset:nth-child(2) {
    max-width: 130px;
    top: 80%;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .info .info__assets .asset:nth-child(2) {
    max-width: 85px;
    top: 120px;
    -webkit-transform: none;
            transform: none;
  }
}
.bon_season_rose .info .info__assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bon_season_rose .footerBox {
  padding-top: 64px;
}
@media (max-width: 1024px) {
  .bon_season_rose .footerBox {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .bon_season_rose .footerBox {
    padding-top: 40px;
  }
}
.bon_season_rose .footerBox .footerBox__bg {
  max-width: 100%;
  position: relative;
}
.bon_season_rose .footerBox .footerBox__bg::before, .bon_season_rose .footerBox .footerBox__bg::after {
  position: absolute;
  content: "";
  width: 100%;
}
.bon_season_rose .footerBox .footerBox__bg::before {
  top: 0;
  right: 0;
  left: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F1E8), color-stop(94.06%, rgba(246, 241, 232, 0)));
  background: linear-gradient(180deg, #F6F1E8 0%, rgba(246, 241, 232, 0) 94.06%);
}
.bon_season_rose .footerBox .footerBox__bg::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 241, 232, 0)), to(#F6F1E8));
  background: linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, #F6F1E8 100%);
}
.bon_season_rose .footerBox .footerBox__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 495px) {
  .bon_season_rose .footerBox .footerBox__bg img {
    min-height: 260px;
  }
}
.bon_season_rose .footerBox .footerBox__text {
  padding: 64px 16px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bon_season_rose .footerBox .footerBox__text {
    padding: 56px 16px;
  }
}
@media (max-width: 495px) {
  .bon_season_rose .footerBox .footerBox__text {
    padding: 40px 16px;
  }
}
.bon_season_rose .footerBox .footerBox__text::after {
  display: none;
}
.bon_season_rose .footerBox .footerBox__text br {
  display: none;
}
@media (max-width: 495px) {
  .bon_season_rose .footerBox .footerBox__text br {
    display: block;
  }
}

.istoriya-abbe {
  background-color: #000000;
  overflow: hidden;
}
@font-face {
  font-family: "Intro";
  src: url("./fonts/IntroLight.woff2") format("woff2"), url("./fonts/IntroLight.woff") format("woff"), url("./fonts/IntroLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: url("./fonts/Intro-Regular.woff2") format("woff2"), url("./fonts/Intro-Regular.woff") format("woff"), url("./fonts/Intro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: url("./fonts/Intro-Bold.woff2") format("woff2"), url("./fonts/Intro-Bold.woff") format("woff"), url("./fonts/Intro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PalatinoLinotype";
  src: url("./fonts/PalatinoLinotype-Italic.woff2") format("woff2"), url("./fonts/PalatinoLinotype-Italic.woff") format("woff"), url("./fonts/PalatinoLinotype-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PalatinoLinotype";
  src: url("./fonts/PalatinoLinotype-Bold.woff2") format("woff2"), url("./fonts/PalatinoLinotype-Bold.woff") format("woff"), url("./fonts/PalatinoLinotype-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PalatinoLinotype";
  src: url("./fonts/PalatinoLinotype-Roman.woff2") format("woff2"), url("./fonts/PalatinoLinotype-Roman.woff") format("woff"), url("./fonts/PalatinoLinotype-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PalatinoLinotype";
  src: url("./fonts/PalatinoLinotype-BoldItalic.woff2") format("woff2"), url("./fonts/PalatinoLinotype-BoldItalic.woff") format("woff"), url("./fonts/PalatinoLinotype-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.istoriya-abbe h1,
.istoriya-abbe h2,
.istoriya-abbe h3,
.istoriya-abbe h4,
.istoriya-abbe h5,
.istoriya-abbe h6,
.istoriya-abbe p {
  margin: 0;
  padding: 0;
}
.istoriya-abbe h1::before, .istoriya-abbe h1::after,
.istoriya-abbe h2::before,
.istoriya-abbe h2::after,
.istoriya-abbe h3::before,
.istoriya-abbe h3::after,
.istoriya-abbe h4::before,
.istoriya-abbe h4::after,
.istoriya-abbe h5::before,
.istoriya-abbe h5::after,
.istoriya-abbe h6::before,
.istoriya-abbe h6::after,
.istoriya-abbe p::before,
.istoriya-abbe p::after {
  display: none;
}
.istoriya-abbe h1,
.istoriya-abbe .h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120% !important;
  color: #FFFFFF;
  font-family: "PalatinoLinotype", sans-serif !important;
}
@media (max-width: 1024px) {
  .istoriya-abbe h1,
  .istoriya-abbe .h1 {
    font-size: 32px;
  }
}
.istoriya-abbe h2,
.istoriya-abbe .h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120% !important;
  color: #FFFFFF;
  font-family: "PalatinoLinotype", sans-serif !important;
}
@media (max-width: 1024px) {
  .istoriya-abbe h2,
  .istoriya-abbe .h2 {
    font-size: 24px;
  }
}
.istoriya-abbe p,
.istoriya-abbe .p1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 120% !important;
  color: #FFFFFF;
  font-family: "Intro", sans-serif !important;
}
@media (max-width: 1024px) {
  .istoriya-abbe p,
  .istoriya-abbe .p1 {
    font-size: 16px;
  }
}
.istoriya-abbe .p2 {
  font-size: 12px;
  font-weight: 300;
  line-height: 120% !important;
  color: #FFFFFF;
  font-family: "Intro", sans-serif !important;
}
.istoriya-abbe .container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .istoriya-abbe .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .istoriya-abbe .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .istoriya-abbe .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.istoriya-abbe section {
  padding: 0;
  margin: 0;
}
.istoriya-abbe .promo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100svh;
  z-index: 1;
}
.istoriya-abbe .promo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.istoriya-abbe .promo .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.istoriya-abbe .promo .section_inner .promo__img {
  max-width: 775px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .istoriya-abbe .promo .section_inner .promo__img {
    max-width: 100%;
  }
}
.istoriya-abbe .promo .section_inner .promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .promo .section_inner .promo__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .istoriya-abbe .promo .section_inner .promo__content {
    left: auto;
    right: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .promo .section_inner .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.istoriya-abbe .promo .section_inner .promo__content .promo__content_logo {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1024px) {
  .istoriya-abbe .promo .section_inner .promo__content .promo__content_logo {
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .promo .section_inner .promo__content .promo__content_logo {
    max-width: 120px;
  }
}
.istoriya-abbe .promo .section_inner .promo__content .promo__content_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .promo .section_inner .promo__content .promo__content_text {
  max-width: 350px;
  width: 100%;
  -webkit-transform: translateX(190px);
          transform: translateX(190px);
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .promo .section_inner .promo__content .promo__content_text {
    -webkit-transform: none;
            transform: none;
    margin-left: 90px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .promo .section_inner .promo__content .promo__content_text {
    margin-left: 0;
    margin-top: 6px;
  }
}
.istoriya-abbe .about {
  position: relative;
  padding: 140px 0;
}
@media (max-width: 1024px) {
  .istoriya-abbe .about {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .about {
    padding: 60px 0;
  }
}
.istoriya-abbe .about .section_inner .about__img {
  position: absolute;
  pointer-events: none;
  max-width: 300px;
  width: 100%;
  top: 0;
  right: 40px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .about .section_inner .about__img {
    right: -120px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .about .section_inner .about__img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.istoriya-abbe .about .section_inner .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .about .section_inner .about__title {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1024px) {
  .istoriya-abbe .about .section_inner .about__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .about .section_inner .about__title {
    margin-bottom: 30px;
  }
}
.istoriya-abbe .about .section_inner .about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}
@media (max-width: 600px) {
  .istoriya-abbe .about .section_inner .about__cards {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -20px;
  }
}
.istoriya-abbe .about .section_inner .about__cards .card {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .istoriya-abbe .about .section_inner .about__cards .card {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.istoriya-abbe .about .section_inner .about__cards .card .card__title,
.istoriya-abbe .about .section_inner .about__cards .card .card__text {
  text-align: center;
}
.istoriya-abbe .about .section_inner .about__cards .card .card__title {
  color: #B6782D;
}
.istoriya-abbe .about .section_inner .about__cards .card .card__text {
  margin-top: 10px;
}
.istoriya-abbe .about .section_inner .about__text {
  margin-top: 48px;
  color: #CBC4BC;
}
.istoriya-abbe .brands {
  position: relative;
  padding: 140px 0 20px;
  background-color: #000 !important;
}
@media (max-width: 1024px) {
  .istoriya-abbe .brands {
    padding: 64px 0 100px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .brands {
    padding: 60px 0 0;
  }
}
.istoriya-abbe .brands .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.istoriya-abbe .brands .section_inner .brands__img {
  position: absolute;
  pointer-events: none;
  max-width: 300px;
  width: 100%;
  top: 0;
  right: 40px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .brands .section_inner .brands__img {
    right: -120px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .brands .section_inner .brands__img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.istoriya-abbe .brands .section_inner .brands__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .brands .section_inner .brands__title {
  text-align: center;
}
.istoriya-abbe .brands .section_inner .brands__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 48px;
  margin-left: -25px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .brands .section_inner .brands__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .brands .section_inner .brands__cards {
    margin-top: 0;
    margin-left: -10px;
  }
}
.istoriya-abbe .brands .section_inner .brands__cards .card {
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .brands .section_inner .brands__cards .card {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .brands .section_inner .brands__cards .card {
    margin-left: 10px;
  }
}
.istoriya-abbe .brands .section_inner .brands__cards .card .card__img {
  width: 100%;
}
@media (max-width: 1024px) {
  .istoriya-abbe .brands .section_inner .brands__cards .card .card__img {
    max-width: 90px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .brands .section_inner .brands__cards .card .card__img {
    max-width: 70px;
  }
}
.istoriya-abbe .brands .section_inner .brands__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .brands .section_inner .brands__cards .card .card__text {
  color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
}
.istoriya-abbe .info .info__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 26px;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
    padding: 0 1.625rem !important;
  }
}
.istoriya-abbe .info .info__cards .card.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 26px;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card.__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
  }
}
.istoriya-abbe .info .info__cards .card:last-child .card__img img {
  width: 85%;
}
@media (max-width: 1024px) {
  .istoriya-abbe .info .info__cards .card:last-child .card__img img {
    width: 100%;
  }
}
.istoriya-abbe .info .info__cards .card .card__content {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1024px) {
  .istoriya-abbe .info .info__cards .card .card__content {
    max-width: 340px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content {
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_title {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_title {
    text-align: center;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_info {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_info {
    text-align: center;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_info p span {
  font-weight: 600;
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_info p:not(:last-child) {
  margin-bottom: 10px;
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_text {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_text {
    text-align: center;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_subtitle {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_subtitle {
    margin-top: 48px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_subtitle {
    text-align: center;
    margin-top: 32px;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_items {
    max-width: 220px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto 40px;
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(20% - 12px);
  margin-left: 12px;
}
@media (max-width: 1024px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_items .item {
    width: calc(33.3333333333% - 12px);
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__content .card__content_items .item {
    width: calc(50% - 12px);
  }
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_items .item .item__img {
  max-width: 70px;
  width: 100%;
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_items .item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.istoriya-abbe .info .info__cards .card .card__content .card__content_items .item .item__text {
  text-align: center;
  margin-top: 10px;
}
.istoriya-abbe .info .info__cards .card .card__img {
  width: 60%;
}
@media (max-width: 600px) {
  .istoriya-abbe .info .info__cards .card .card__img {
    width: calc(100% + 3.25rem);
  }
}
.istoriya-abbe .info .info__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.istoriya-abbe .traditions {
  min-height: 455px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .istoriya-abbe .traditions {
    min-height: 430px;
    background-image: none !important;
  }
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions {
    min-height: 310px;
    padding-top: 50px;
  }
}
.istoriya-abbe .traditions .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions .section_inner {
    padding-top: 0;
  }
}
.istoriya-abbe .traditions .section_inner .traditions__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions .section_inner .traditions__bg {
    top: auto;
    bottom: 0;
  }
}
.istoriya-abbe .traditions .section_inner .traditions__bg img {
  display: none;
}
@media (max-width: 768px) {
  .istoriya-abbe .traditions .section_inner .traditions__bg img:nth-child(1) {
    display: block;
  }
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions .section_inner .traditions__bg img:nth-child(1) {
    display: none;
  }
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions .section_inner .traditions__bg img:nth-child(2) {
    display: block;
  }
}
.istoriya-abbe .traditions .section_inner .traditions__title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding: 0 26px 10px;
}
@media (max-width: 600px) {
  .istoriya-abbe .traditions .section_inner .traditions__title {
    padding: 0 0 10px;
  }
}
.istoriya-abbe .traditions .section_inner .traditions__title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.istoriya-abbe .traditions .section_inner .traditions__logo {
  max-width: 160px;
  width: 100%;
}
@media (max-width: 768px) {
  .istoriya-abbe .traditions .section_inner .traditions__logo {
    max-width: 140px;
  }
}
@media (max-width: 495px) {
  .istoriya-abbe .traditions .section_inner .traditions__logo {
    max-width: 100px;
  }
}
.istoriya-abbe .traditions .section_inner .traditions__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dss.__searchingpartners.__light.unscroll .container.nav-container {
  border-color: #FFFFFF;
}
.dss.__searchingpartners.__light.unscroll .nav-icon span {
  background-color: #FFFFFF;
}
.dss.__searchingpartners.__light.unscroll .nav-menu_text {
  color: #FFFFFF;
}
.dss.__searchingpartners.__light.unscroll .nav-lang .nav-lang_link {
  color: #FFFFFF;
}
.dss.__searchingpartners.__light.unscroll .nav-lang::after {
  border-top-color: #FFFFFF;
}

.dss.__searchingpartners.bon_season .container.nav-container {
  border-color: #633231;
}

nav.__default {
  background-color: #FFFFFF !important;
}
nav.__default .nav-menu .nav-icon span {
  background-color: #000000 !important;
}
nav.__default .nav-menu .nav-menu_text {
  color: #000000 !important;
}
nav.__default .nav-lang::after {
  border-top-color: #000000 !important;
}
nav.__default .nav-lang .nav-lang_link {
  color: #000000 !important;
}
nav.__default .nav-lang .nav-lang__list li {
  color: #000000 !important;
}

.el_capulco_header {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F1E8), to(rgba(246, 244, 241, 0.7))) !important;
  background: linear-gradient(180deg, #F6F1E8 0%, rgba(246, 244, 241, 0.7) 100%) !important;
}
.el_capulco_header .nav-container {
  border-bottom: 1px solid #00B3B8;
}
.el_capulco_header .nav-container::after {
  background-color: #00B3B8;
}
.el_capulco_header .nav-icon span {
  background-color: #00B3B8;
}
.el_capulco_header .nav-menu_text {
  color: #00B3B8;
}
.el_capulco_header .nav-lang_link {
  color: #00B3B8;
}
.el_capulco_header .nav-lang::after {
  border-top: 0.25rem solid #00B3B8;
}

.kozel_header.unscroll {
  background-color: #ACD3B1;
}
.kozel_header .nav-logo {
  max-width: 115px;
}

.nav-container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .nav-container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .nav-container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .nav-container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
@media (max-width: 495px) {
  .nav-container {
    height: 54px !important;
  }
}
.nav-container .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav-container .row.align-items-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-container .row .offset-md-14 {
  margin-left: 0;
}
.nav-container .row .offset-2 {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-left: 0;
}
@media (max-width: 600px) {
  .nav-container .row .offset-2 {
    margin-left: 0;
  }
}
.nav-container .row .nav-logo {
  max-width: 130px;
  width: 100%;
  height: auto;
}
@media (max-width: 495px) {
  .nav-container .row .nav-logo {
    max-width: 75px;
  }
}
.nav-container .row .nav-logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: auto;
  max-height: none;
}

footer .footer-logo {
  max-width: 200px;
  margin-bottom: 24px;
}

.nav-panel {
  top: 100px !important;
}
@media (max-width: 495px) {
  .nav-panel {
    top: 54px !important;
  }
}

.spaten {
  background-color: #F6F2DE;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 495px) {
  .spaten {
    padding-top: 60px;
  }
}
@font-face {
  font-family: "Lora";
  src: url("./fonts/Lora-SemiBold.eot");
  src: url("./fonts/Lora-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Lora-SemiBold.woff2") format("woff2"), url("./fonts/Lora-SemiBold.woff") format("woff"), url("./fonts/Lora-SemiBold.ttf") format("truetype"), url("./fonts/Lora-SemiBold.svg#Lora-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.spaten h1,
.spaten .h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  font-family: "Lora", sans-serif;
  color: #00372C;
}
@media (max-width: 768px) {
  .spaten h1,
  .spaten .h1 {
    font-size: 28px;
  }
}
@media (max-width: 495px) {
  .spaten h1,
  .spaten .h1 {
    font-size: 24px;
  }
}
.spaten p,
.spaten .p1 {
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .spaten p,
  .spaten .p1 {
    font-size: 20px;
  }
}
@media (max-width: 495px) {
  .spaten p,
  .spaten .p1 {
    font-size: 16px;
  }
}
.spaten .p2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .spaten .p2 {
    font-size: 14px;
  }
}
.spaten .p3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .spaten .p3 {
    font-size: 14px;
  }
}
.spaten p {
  font-family: "Times New Roman", sans-serif;
}
.spaten section {
  padding: 0;
  margin: 0;
}
.spaten .container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .spaten .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .spaten .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .spaten .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.spaten .promo {
  position: relative;
  z-index: 2;
  padding: 0;
}
.spaten .promo .promo__logo {
  display: none;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .spaten .promo .promo__logo {
    top: 30px;
  }
}
@media (max-width: 495px) {
  .spaten .promo .promo__logo {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .spaten .promo .promo__logo img {
    max-width: 95px;
  }
}
@media (max-width: 495px) {
  .spaten .promo .promo__logo img {
    max-width: 50px;
  }
}
@media (max-width: 495px) {
  .spaten .promo .promo__bg {
    padding-top: 90px;
  }
}
.spaten .promo .promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spaten .promo .promo__text {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 26px;
  top: 60px;
}
.spaten .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 100px 0 50px;
}
@media (max-width: 768px) {
  .spaten .info {
    margin: 50px 0 50px;
  }
}
@media (max-width: 495px) {
  .spaten .info {
    margin: 25px 0 25px;
    padding: 60px 0;
  }
}
.spaten .info .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1110px;
  margin: 0 auto;
}
.spaten .info .info__img {
  position: absolute;
  left: -150px;
  top: -150px;
  z-index: -1;
}
@media (max-width: 768px) {
  .spaten .info .info__img {
    top: -100px;
    left: -110px;
  }
}
@media (max-width: 495px) {
  .spaten .info .info__img {
    left: -60px;
  }
}
@media (max-width: 768px) {
  .spaten .info .info__img img {
    max-width: 300px;
  }
}
@media (max-width: 495px) {
  .spaten .info .info__img img {
    max-width: 265px;
  }
}
.spaten .info .info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-left: -30px;
}
@media (max-width: 991px) {
  .spaten .info .info__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .spaten .info .info__items {
    margin-left: -25px;
  }
}
@media (max-width: 495px) {
  .spaten .info .info__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}
.spaten .info .info__items .info__item {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .spaten .info .info__items .info__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .spaten .info .info__items .info__item {
    width: calc(33.3333333333% - 25px);
    margin-left: 25px;
  }
}
@media (max-width: 495px) {
  .spaten .info .info__items .info__item {
    width: 100%;
    margin-left: 0;
  }
}
.spaten .info .info__items .info__item .info__item_title {
  white-space: nowrap;
}
.spaten .items {
  position: relative;
  z-index: 1;
  padding: 0;
}
.spaten .items.__reverse .section_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 495px) {
  .spaten .items.__reverse .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.spaten .items.__reverse .section_inner .items_content {
  padding-left: 0;
  padding-right: 26px;
}
@media (max-width: 495px) {
  .spaten .items.__reverse .section_inner .items_content {
    max-width: 100%;
    padding: 0 26px;
  }
}
.spaten .items.__reverse .section_inner .items_content .items__title {
  text-align: left;
}
@media (max-width: 495px) {
  .spaten .items.__reverse .section_inner .items__img img:nth-child(1) {
    display: none;
  }
}
.spaten .items.__reverse .section_inner .items__img img:nth-child(2) {
  display: none;
}
@media (max-width: 495px) {
  .spaten .items.__reverse .section_inner .items__img img:nth-child(2) {
    display: block;
  }
}
.spaten .items .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 495px) {
  .spaten .items .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.spaten .items .section_inner .items_content {
  max-width: 640px;
  width: 100%;
  text-align: center;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items_content {
    max-width: 350px;
  }
}
@media (max-width: 495px) {
  .spaten .items .section_inner .items_content {
    max-width: 100%;
    padding: 0 26px;
  }
}
.spaten .items .section_inner .items_content .items__title {
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items_content .items__title {
    margin-bottom: 15px;
    white-space: normal;
  }
}
.spaten .items .section_inner .items_content .items__list:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items_content .items__list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.spaten .items .section_inner .items_content .items__list .items__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 495px) {
  .spaten .items .section_inner .items_content .items__list .items__list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 495px) {
  .spaten .items .section_inner .items_content .items__list .items__list_item ul {
    margin-top: 2px;
  }
}
.spaten .items .section_inner .items_content .items__list .items__list_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: left;
}
.spaten .items .section_inner .items_content .items__list .items__list_item ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items_content .items__list .items__list_item ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 495px) {
  .spaten .items .section_inner .items_content .items__list .items__list_item ul li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.spaten .items .section_inner .items_content .items__list .items__list_item ul li .p3 {
  margin: 0;
}
.spaten .items .section_inner .items_content .items__list .items__list_item .p2 {
  position: relative;
  padding-right: 10px;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.spaten .items .section_inner .items_content .items__list .items__list_item .p2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 2px;
  background-color: #000000;
  height: 20px;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items_content .items__list .items__list_item .p2::before {
    height: 14px;
  }
}
.spaten .items .section_inner .items__img img {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 768px) {
  .spaten .items .section_inner .items__img img {
    max-width: 375px;
  }
}
@media (max-width: 495px) {
  .spaten .items .section_inner .items__img img {
    max-width: 100%;
  }
}
.spaten .items .items__logo {
  margin: 20px auto 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 495px) {
  .spaten .items .items__logo {
    margin: 40px 0 30px;
  }
}
.spaten .items .items__logo img {
  max-width: 105px;
}
@media (max-width: 1024px) {
  .spaten .items .items__logo img {
    max-width: 70px;
  }
}

.el_capulco {
  background-color: #FEF7EA;
}
@font-face {
  font-family: "El Capulco";
  src: url("./fonts/ElCapulco-Regular.eot");
  src: url("./fonts/ElCapulco-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/ElCapulco-Regular.woff2") format("woff2"), url("./fonts/ElCapulco-Regular.woff") format("woff"), url("./fonts/ElCapulco-Regular.ttf") format("truetype"), url("./fonts/ElCapulco-Regular.svg#ElCapulco-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.el_capulco h1,
.el_capulco h2,
.el_capulco h3,
.el_capulco h4,
.el_capulco h5,
.el_capulco h6,
.el_capulco p {
  margin: 0;
  padding: 0;
}
.el_capulco h1::before, .el_capulco h1::after,
.el_capulco h2::before,
.el_capulco h2::after,
.el_capulco h3::before,
.el_capulco h3::after,
.el_capulco h4::before,
.el_capulco h4::after,
.el_capulco h5::before,
.el_capulco h5::after,
.el_capulco h6::before,
.el_capulco h6::after,
.el_capulco p::before,
.el_capulco p::after {
  display: none;
}
.el_capulco h1,
.el_capulco .h1 {
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  font-family: "El Capulco", sans-serif;
}
@media (max-width: 495px) {
  .el_capulco h1,
  .el_capulco .h1 {
    font-size: 42px;
  }
}
.el_capulco h2,
.el_capulco .h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  font-family: "El Capulco", sans-serif;
}
@media (max-width: 495px) {
  .el_capulco h2,
  .el_capulco .h2 {
    font-size: 26px;
  }
}
.el_capulco h3,
.el_capulco .h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "El Capulco", sans-serif;
}
@media (max-width: 495px) {
  .el_capulco h3,
  .el_capulco .h3 {
    font-size: 18px;
  }
}
.el_capulco p,
.el_capulco .p1 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "Helvetica", sans-serif;
}
@media (max-width: 495px) {
  .el_capulco p,
  .el_capulco .p1 {
    font-size: 14px;
  }
}
.el_capulco .p2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-family: "Helvetica", sans-serif;
}
.el_capulco .container {
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .el_capulco .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .el_capulco .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .el_capulco .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.el_capulco section {
  padding: 0;
  margin: 0;
}
.el_capulco img {
  display: block;
  pointer-events: none;
}
.el_capulco .promo {
  min-height: 100svh;
  position: relative;
}
.el_capulco .promo .promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 495px) {
  .el_capulco .promo .promo__bg img {
    min-height: 100svh;
  }
}
.el_capulco .promo .section_inner .promo__content {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 350px;
  background: #FDF7EB;
  width: 100%;
}
@media (max-width: 1440px) {
  .el_capulco .promo .section_inner .promo__content {
    left: 64%;
  }
}
@media (max-width: 1199px) {
  .el_capulco .promo .section_inner .promo__content {
    top: 30%;
    left: 70%;
  }
}
@media (max-width: 767px) {
  .el_capulco .promo .section_inner .promo__content {
    max-width: 250px;
  }
}
@media (max-width: 495px) {
  .el_capulco .promo .section_inner .promo__content {
    top: 25%;
    left: 60%;
    background: #FDF7EB;
    max-width: 170px;
  }
}
.el_capulco .promo .section_inner .promo__content .promo__content_title {
  color: #2A5673;
}
.el_capulco .promo .section_inner .promo__content .promo__content_subtitle {
  color: #2A5673;
  margin-top: 12px;
  opacity: 0.6;
}
.el_capulco .info {
  position: relative;
  padding-bottom: 12vw;
  z-index: 1;
}
@media (min-width: 1200px) {
  .el_capulco .info {
    margin-top: -10rem;
  }
}
.el_capulco .info .info__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.el_capulco .info .info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_capulco .info .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .el_capulco .info .section_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.el_capulco .info .section_inner .info__logo {
  max-width: 430px;
}
@media (max-width: 1200px) {
  .el_capulco .info .section_inner .info__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 495px) {
  .el_capulco .info .section_inner .info__logo {
    max-width: 268px;
  }
}
.el_capulco .info .section_inner .info__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_capulco .info .section_inner .info__img {
  max-width: 220px;
  width: 100%;
  margin: 0 22px 0 62px;
}
@media (min-width: 1920px) {
  .el_capulco .info .section_inner .info__img {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .el_capulco .info .section_inner .info__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 495px) {
  .el_capulco .info .section_inner .info__img {
    max-width: 108px;
  }
}
.el_capulco .info .section_inner .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_capulco .info .section_inner .info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 26px 0;
}
@media (max-width: 1200px) {
  .el_capulco .info .section_inner .info__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
.el_capulco .info .section_inner .info__content .info__content_title {
  color: #2A5673;
}
.el_capulco .info .section_inner .info__content .info__content_text {
  background-color: #2A5673;
  color: #FEF7EA;
  padding: 12px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding-top: 20px;
}
@media (max-width: 495px) {
  .el_capulco .info .section_inner .info__content .info__content_text {
    padding-top: 15px;
  }
}
.el_capulco .about {
  position: relative;
  padding: 12px 0 36px;
  z-index: 1;
  min-height: 42vw;
}
@media (min-width: 1920px) {
  .el_capulco .about {
    min-height: 37vw;
  }
}
@media (max-width: 1550px) {
  .el_capulco .about {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .el_capulco .about {
    min-height: 50vw;
  }
}
@media (max-width: 1300px) {
  .el_capulco .about {
    min-height: 700px;
    padding: 12px 0 36px;
  }
}
@media (max-width: 1200px) {
  .el_capulco .about {
    min-height: 700px;
    padding: 36px 0;
  }
}
@media (max-width: 495px) {
  .el_capulco .about {
    min-height: 550px;
    padding: 52px 0 72px;
  }
}
.el_capulco .about .about__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.el_capulco .about .about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .el_capulco .about .about__bg img {
    min-height: 700px;
  }
}
@media (max-width: 495px) {
  .el_capulco .about .about__bg img {
    min-height: 550px;
  }
}
.el_capulco .about .about__description {
  position: absolute;
  bottom: 5vw;
  right: 24px;
  color: #FEF7EA;
}
@media (min-width: 1920px) {
  .el_capulco .about .about__description {
    bottom: 15%;
  }
}
@media (max-width: 1440px) {
  .el_capulco .about .about__description {
    bottom: 10vw;
  }
}
@media (max-width: 1200px) {
  .el_capulco .about .about__description {
    position: relative;
    text-align: center;
    bottom: auto;
    right: auto;
    margin-top: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .el_capulco .about .about__description {
    margin-top: 16px;
  }
}
@media (max-width: 495px) {
  .el_capulco .about .about__description {
    margin-top: 1.5rem;
  }
}
.el_capulco .about .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.el_capulco .about .section_inner .about__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 495px) {
  .el_capulco .about .section_inner .about__items .item {
    max-width: 268px;
  }
}
.el_capulco .about .section_inner .about__items .item:not(:last-child) {
  margin-bottom: 8vw;
}
@media (min-width: 1921px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 7rem;
  }
}
@media (min-width: 2000px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 12rem;
  }
}
@media (min-width: 3000px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 15rem;
  }
}
@media (max-width: 1550px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 7rem;
  }
}
@media (max-width: 1200px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 495px) {
  .el_capulco .about .section_inner .about__items .item:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.el_capulco .about .section_inner .about__items .item:nth-child(1) .item__text span {
  background-color: #00B3B8;
}
.el_capulco .about .section_inner .about__items .item:nth-child(2) .item__text {
  margin-top: 0;
}
.el_capulco .about .section_inner .about__items .item:nth-child(2) .item__text span {
  background-color: #2A5673;
  color: #FEF7EA;
  position: relative;
}
.el_capulco .about .section_inner .about__items .item .item__text {
  line-height: 120%;
  margin-top: 16px;
  text-align: center;
  color: #FEF7EA;
}
@media (max-width: 495px) {
  .el_capulco .about .section_inner .about__items .item .item__text {
    margin-top: 0;
  }
}
.el_capulco .about .section_inner .about__items .item .item__text span {
  padding: 0 2px;
}
.el_capulco .about .section_inner .about__items .item .item__img {
  max-width: 84px;
  width: 100%;
}
@media (max-width: 495px) {
  .el_capulco .about .section_inner .about__items .item .item__img {
    max-width: 64px;
  }
}
.el_capulco .about .section_inner .about__items .item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_capulco .about .section_inner .about__img {
  position: absolute;
  left: -11vw;
  bottom: -10vw;
  max-width: 420px;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .el_capulco .about .section_inner .about__img {
    left: -9vw;
    bottom: -11vw;
  }
}
@media (max-width: 1024px) {
  .el_capulco .about .section_inner .about__img {
    left: 240px;
    bottom: -145px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .el_capulco .about .section_inner .about__img {
    max-width: 200px;
    top: 56%;
    left: -135px;
    bottom: auto;
    -webkit-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
  }
}
@media (max-width: 495px) {
  .el_capulco .about .section_inner .about__img {
    max-width: 140px;
    left: -105px;
    -webkit-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
  }
}
.el_capulco .about .section_inner .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.el_capulco .fact {
  position: relative;
  z-index: 1;
  padding: 11vw 0 0px;
}
@media (max-width: 1200px) {
  .el_capulco .fact {
    padding: 72px 0 0px;
  }
}
@media (max-width: 495px) {
  .el_capulco .fact {
    padding: 16px 0 0px;
  }
}
.el_capulco .fact .fact__bg {
  max-width: 860px;
  width: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .el_capulco .fact .fact__bg {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -3rem;
  }
}
.el_capulco .fact .fact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 495px) {
  .el_capulco .fact .fact__bg img {
    min-width: 495px;
    -o-object-position: center center;
    object-position: center center;
  }
}
.el_capulco .fact .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .el_capulco .fact .section_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.el_capulco .fact .section_inner .fact__logo {
  max-width: 520px;
  width: 100%;
}
.el_capulco .fact .section_inner .fact__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.el_capulco .fact .section_inner .fact__title {
  margin-top: 48px;
  color: #00B3B8;
  font-weight: 400;
}
@media (max-width: 495px) {
  .el_capulco .fact .section_inner .fact__title {
    margin-top: 2rem;
  }
}
.el_capulco .fact .section_inner .fact__subtitle {
  margin-top: 8px;
  max-width: 410px;
  color: #00B3B8;
  font-family: "Helvetica", sans-serif;
}
@media (max-width: 1200px) {
  .el_capulco .fact .section_inner .fact__subtitle {
    text-align: center;
  }
}
@media (max-width: 495px) {
  .el_capulco .fact .section_inner .fact__subtitle {
    margin-top: 2px;
  }
}
.el_capulco .fact .section_inner .fact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media (max-width: 495px) {
  .el_capulco .fact .section_inner .fact__info {
    margin-top: 0.75rem;
  }
}
.el_capulco .fact .section_inner .fact__info .fact__info_text {
  color: #FFFFFF;
  background-image: url("/wp-content/uploads/2025/04/ref_capulco_img_4.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 33px 110px 33px 56px;
}
@media (max-width: 768px) {
  .el_capulco .fact .section_inner .fact__info .fact__info_text {
    padding: 33px 50px 33px 56px;
  }
}
@media (max-width: 495px) {
  .el_capulco .fact .section_inner .fact__info .fact__info_text {
    padding: 16px 80px 16px 16px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border: 2px solid #00B3B8;
    background-size: auto;
    background-position: center center;
  }
}
@media (max-width: 350px) {
  .el_capulco .fact .section_inner .fact__info .fact__info_text {
    padding: 16px 60px 16px 16px;
  }
}
.el_capulco .fact .section_inner .fact__info .fact__info_text p {
  max-width: 310px;
  color: #FFFFFF;
  max-width: 300px;
}
.el_capulco .fact .section_inner .fact__info .fact__info_text p span {
  font-weight: 600;
}
.el_capulco .fact .section_inner .fact__info .fact__info_img {
  max-width: 200px;
  width: 100%;
  margin-left: -40px;
}
@media (max-width: 495px) {
  .el_capulco .fact .section_inner .fact__info .fact__info_img {
    max-width: 130px;
  }
}
.el_capulco .fact .section_inner .fact__info .fact__info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.el_capulco .video {
  height: 100svh;
}
.el_capulco .video .videoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.el_capulco .video .videoPlayer .videoPlayer__video {
  width: 100%;
  height: 100%;
}
.el_capulco .video .videoPlayer .videoPlayer__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.el_capulco .video .videoPlayer .videoPlayer__actions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_capulco .video .videoPlayer .videoPlayer__actions:hover .btn {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.el_capulco .video .videoPlayer .videoPlayer__actions.__hidden {
  opacity: 0;
  pointer-events: none;
}
.el_capulco .video .videoPlayer .videoPlayer__actions .btn {
  width: 60px;
  height: 60px;
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_capulco .video .videoPlayer .videoPlayer__actions .btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.kozel {
  background: #413121;
  position: relative;
}
.kozel *::-webkit-scrollbar {
  display: none;
}
.kozel:not([data-id=promo]) .parallax-wrapper .parallax:nth-child(1) {
  -webkit-transform: translate3d(0, -140%, 0);
          transform: translate3d(0, -140%, 0);
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}
.kozel:not([data-id=promo]) .parallax-wrapper .parallax:nth-child(2) {
  -webkit-transform: translate3d(0, -140%, 0);
          transform: translate3d(0, -140%, 0);
  -webkit-transition-duration: 3.2s;
          transition-duration: 3.2s;
}
.kozel:not([data-id=promo]) .parallax-wrapper .parallax:nth-child(3) {
  -webkit-transform: translate3d(0, -140%, 0);
          transform: translate3d(0, -140%, 0);
  -webkit-transition-duration: 3.6s;
          transition-duration: 3.6s;
}
.kozel:not([data-id=promo]) .main-bg-parallax {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.kozel[data-id=info] .main-bg-parallax {
  -webkit-transform: translate3d(-6%, 0, 0);
          transform: translate3d(-6%, 0, 0);
}
.kozel[data-id=rewards] .main-bg-parallax {
  -webkit-transform: translate3d(-12%, 0, 0);
          transform: translate3d(-12%, 0, 0);
}
.kozel[data-id=qr] .main-bg-parallax {
  -webkit-transform: translate3d(-18%, 0, 0);
          transform: translate3d(-18%, 0, 0);
}
@font-face {
  font-family: "Poplar Kozel Cyr";
  src: url("./fonts/PoplarKozelCyr.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("./fonts/pt-sans_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.kozel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 75rem !important;
  margin: 0 auto;
  padding: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .kozel .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .kozel .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .kozel .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.kozel h1,
.kozel h2,
.kozel h3,
.kozel h4,
.kozel h5,
.kozel h6,
.kozel p {
  margin: 0;
  padding: 0;
  color: #F1EDE4;
}
.kozel h1::after,
.kozel h1 ::before,
.kozel h2::after,
.kozel h2 ::before,
.kozel h3::after,
.kozel h3 ::before,
.kozel h4::after,
.kozel h4 ::before,
.kozel h5::after,
.kozel h5 ::before,
.kozel h6::after,
.kozel h6 ::before,
.kozel p::after,
.kozel p ::before {
  display: none;
}
.kozel h1,
.kozel .h1 {
  font-family: "Poplar Kozel Cyr";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .kozel h1,
  .kozel .h1 {
    font-size: 50px;
  }
}
@media (max-width: 495px) {
  .kozel h1,
  .kozel .h1 {
    font-size: 30px;
  }
}
.kozel h2,
.kozel .h2 {
  font-family: "Poplar Kozel Cyr";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .kozel h2,
  .kozel .h2 {
    font-size: 2.875rem;
  }
}
@media (max-width: 495px) {
  .kozel h2,
  .kozel .h2 {
    font-size: 24px;
  }
}
.kozel h3,
.kozel .h3 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "Poplar Kozel Cyr";
}
@media (max-width: 495px) {
  .kozel h3,
  .kozel .h3 {
    font-size: 24px;
  }
}
.kozel p,
.kozel .p1 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "El Capulco", sans-serif;
}
@media (max-width: 495px) {
  .kozel p,
  .kozel .p1 {
    font-size: 1rem;
  }
}
.kozel .p2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-family: "Helvetica", sans-serif;
}
.kozel .t1 {
  font-family: "PT Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 495px) {
  .kozel .t1 {
    font-size: 16px;
  }
}
.kozel .t2 {
  font-family: "PT Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 495px) {
  .kozel .t2 {
    font-size: 12px;
  }
}
.kozel .t3 {
  font-family: "PT Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 495px) {
  .kozel .t3 {
    font-size: 8px;
  }
}
.kozel .parallax {
  position: absolute;
  height: 100%;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
  -webkit-transition: -webkit-transform 1.1s ease;
  pointer-events: none;
}
@media (min-width: 800px) {
  .kozel .parallax {
    background-position: 50% 70% !important;
  }
}
.kozel .parallax,
.kozel .parallax-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover !important;
}
.kozel .parallax-wrapper {
  position: fixed;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
}
@media (max-width: 495px) {
  .kozel .parallax-wrapper {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
.kozel .parallax-wrapper .parallax:nth-child(1) {
  background: url("/wp-content/uploads/2025/04/ref_kozel_parallax_1.png") no-repeat 70% 100%;
  z-index: 3;
}
.kozel .parallax-wrapper .parallax:nth-child(1)::after {
  height: 30%;
  width: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: url("/wp-content/uploads/2025/04/ref_kozel_parallax_4.png") repeat-x 50% 0;
  background-size: cover;
}
@media (min-width: 800px) {
  .kozel .parallax-wrapper .parallax:nth-child(1)::after {
    background-size: contain;
  }
}
.kozel .parallax-wrapper .parallax:nth-child(2) {
  background: url("/wp-content/uploads/2025/04/ref_kozel_parallax_2.png") no-repeat 70% 100%;
  z-index: 2;
}
.kozel .parallax-wrapper .parallax:nth-child(3) {
  background: url("/wp-content/uploads/2025/04/ref_kozel_parallax_3.png") no-repeat 70% 100%;
  z-index: 1;
}
.kozel .main-bg-parallax {
  background: url("/wp-content/uploads/2025/04/ref_kozel_main-bg495px.jpg") no-repeat 50% 0;
  background-size: cover;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: fixed;
  top: 0;
  z-index: 0;
  left: 0;
  height: 100%;
  width: 150%;
}
@media (min-width: 900px) {
  .kozel .main-bg-parallax {
    min-width: 150%;
    background: url("/wp-content/uploads/2025/04/ref_kozel_main-bg.jpg") no-repeat 50% 0;
    background-size: cover;
  }
}
.kozel .section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(100 * var(--svh));
  color: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 0;
  margin: 0;
}
.kozel .section .container {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.kozel .section.__active {
  z-index: 10;
}
.kozel .section.__active.promo .container {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kozel .section.__active .container {
  opacity: 1;
}
.kozel .promo {
  height: 100svh !important;
}
@media (max-width: 495px) {
  .kozel .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 120px;
  }
}
.kozel .promo .container {
  width: 100%;
}
.kozel .promo .section_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kozel .promo .section_inner .promo__content {
  max-width: 650px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #372817;
  padding: 40px;
}
@media (max-width: 1200px) {
  .kozel .promo .section_inner .promo__content {
    max-width: 390px;
  }
}
@media (max-width: 495px) {
  .kozel .promo .section_inner .promo__content {
    padding: 16px;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.kozel .bottles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1200px) {
  .kozel .bottles {
    padding-top: 140px;
  }
}
@media (max-width: 495px) {
  .kozel .bottles {
    padding-top: 100px;
  }
}
.kozel .bottles .bottles__title {
  text-align: center;
  max-width: 665px;
  margin: 0 auto;
}
.kozel .bottles .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kozel .bottles .bottles_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 1;
  width: 100%;
}
.kozel .bottles .bottles_inner.__desk {
  position: relative;
  min-height: 500px;
  max-height: 675px;
}
@media (max-width: 1200px) {
  .kozel .bottles .bottles_inner.__desk {
    display: none;
    min-height: 675px;
    margin-top: 28px;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card:not(.__active) {
  opacity: 0;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card.__active:nth-child(1) .card__img {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card.__active:nth-child(2) .card__img {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card.__active .card__img .card__img_bottom {
  opacity: 1;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__preInit .card .card__preview {
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards.__init .card:not(.__active) {
  opacity: 1;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__visible .card__content {
  opacity: 1;
  pointer-events: all;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__visible .card__content .card__content_img,
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__visible .card__content .card__content_inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(1) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(1) .card__img {
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(1) .card__img {
    left: 105%;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(2) .card__img {
  right: 100%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card.__next:nth-child(2) .card__img {
    right: 105%;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(1) {
  padding-left: 180px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(1) .card__img {
  left: 180px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(1) .card__preview {
  left: 0;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(2) {
  padding-right: 180px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(2) .card__img {
  right: 180px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card:nth-child(2) .card__preview {
  right: 0;
  text-align: right;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img {
  position: absolute;
  max-width: 280px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: all;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img.__opacity-low {
  opacity: 0.4;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img.__hover {
  -webkit-transform: translateY(-55%) scale(1.1);
          transform: translateY(-55%) scale(1.1);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img.__hover .card__img_bottom {
  opacity: 1;
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img {
    max-width: 230px;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img .card__img_bottom {
  position: absolute;
  bottom: -45px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img .card__img_bottom {
    bottom: -35px;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__preview {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: all;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  opacity: 1;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__preview.__opacity-low {
  opacity: 0.4;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__preview .card__preview_actions {
  margin-top: 32px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__preview .card__preview_actions .btn {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 20px;
  background-color: #DEC395;
  color: #3A2A1A;
  height: auto;
  font-weight: 700;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__preview .card__preview_actions .btn:hover {
  opacity: 0.8;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content {
    padding: 0 80px;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_img {
  max-width: 360px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_img {
    max-width: 260px;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_inner {
  max-width: 360px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_inner .card__content_text {
  margin-top: 20px;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_inner .card__content_info {
  margin-top: 20px;
  color: #DEC395;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_inner .card__content_info span {
  display: inline-block;
}
.kozel .bottles .bottles_inner.__desk .bottles__cards .card .card__content .card__content_inner .card__content_info span:not(:last-child) {
  margin-bottom: 4px;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  right: -5vw;
  left: -5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .kozel .bottles .bottles_inner.__desk .bottles__actions {
    right: -1vw;
    left: -1vw;
  }
}
.kozel .bottles .bottles_inner.__desk .bottles__actions.__active {
  opacity: 1;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions.__active .btn {
  pointer-events: all;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions .btn {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 !important;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions .btn:not(.__disabled):hover {
  opacity: 0.8;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions .btn.__disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.4;
}
.kozel .bottles .bottles_inner.__desk .bottles__actions .btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kozel .bottles .bottles_inner.__desk_min {
  display: none;
}
@media (max-width: 1200px) {
  .kozel .bottles .bottles_inner.__desk_min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card {
  width: 100%;
  min-height: 100svh;
  will-change: transform;
  isolation: isolate;
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card {
    min-height: auto;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 150px 0 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 56px 0 56px;
    min-height: auto;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__img {
  max-width: 310px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-30%) scale(0.8);
          transform: translateX(-50%) translateY(-30%) scale(0.8);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__img {
    max-width: 210px;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0) scale(1) translateZ(0) !important;
            transform: translateX(0) scale(1) translateZ(0) !important;
    margin-bottom: 62px;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__img .card__img_bottom {
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__img .card__img_bottom {
    max-width: 160px;
    bottom: -25px;
    opacity: 1;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content {
  position: absolute;
  max-width: 38vw;
  right: -50vw;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content {
    position: relative;
    max-width: 100%;
    right: 0;
    left: 0;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img {
  width: 100%;
  max-width: 300px;
  max-height: 350px;
  overflow: hidden;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img {
    position: relative;
    max-width: 100%;
    max-height: none;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img::before {
  content: "";
  padding-bottom: 100%;
  display: none;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img::before {
    display: block;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_title {
  margin-top: 50px;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_title {
    margin-top: 24px;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_subtitle {
  margin-top: 20px;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_subtitle {
    margin-top: 12px;
  }
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_text {
  margin-top: 20px;
  color: #DEC395;
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_text span {
  display: inline-block;
}
.kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_text span:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 495px) {
  .kozel .bottles .bottles_inner.__desk_min .bottles__cards .card .card__content .card__content_text {
    margin-top: 12px;
  }
}
.kozel .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 190px 0 90px;
}
@media (max-width: 1200px) {
  .kozel .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 160px 0 90px;
  }
}
@media (max-width: 495px) {
  .kozel .info {
    padding: 100px 0 60px;
  }
}
.kozel .info .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .kozel .info .section_inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.kozel .info .section_inner .info__content {
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .kozel .info .section_inner .info__content {
    max-width: 100%;
    padding-bottom: 45vw;
  }
}
@media (max-width: 1024px) {
  .kozel .info .section_inner .info__content {
    padding-bottom: 70vw;
  }
}
@media (max-width: 495px) {
  .kozel .info .section_inner .info__content {
    padding-bottom: 90vw;
  }
}
@media (max-width: 1200px) {
  .kozel .info .section_inner .info__content .info__content_title {
    font-size: 70px;
  }
}
@media (max-width: 495px) {
  .kozel .info .section_inner .info__content .info__content_title {
    text-align: center;
    font-size: 24px;
  }
}
.kozel .info .section_inner .info__content .info__content_list {
  max-width: 560px;
  width: 39vw;
  margin-top: 32px;
  list-style-type: none;
}
@media (max-width: 1200px) {
  .kozel .info .section_inner .info__content .info__content_list {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 495px) {
  .kozel .info .section_inner .info__content .info__content_list {
    margin-top: 24px;
  }
}
.kozel .info .section_inner .info__content .info__content_list li {
  position: relative;
  padding-left: 30px;
  color: #F1EDE4;
}
.kozel .info .section_inner .info__content .info__content_list li:not(:last-child) {
  margin-bottom: 20px;
}
.kozel .info .section_inner .info__content .info__content_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2025/04/ref_kozel_listicon.svg") no-repeat center;
  background-size: contain;
}
.kozel .info .section_inner .info__img {
  position: absolute;
  max-width: 700px;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1440px) {
  .kozel .info .section_inner .info__img {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .kozel .info .section_inner .info__img {
    max-width: 45vw;
    right: auto;
    top: auto;
    bottom: -6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .kozel .info .section_inner .info__img {
    width: 70vw;
    max-width: 100%;
  }
}
@media (max-width: 495px) {
  .kozel .info .section_inner .info__img {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.kozel .info .section_inner .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kozel .rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kozel .rewards .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 190px 0 32px;
}
@media (max-width: 1200px) {
  .kozel .rewards .section_inner {
    padding: 160px 0 90px;
  }
}
@media (max-width: 495px) {
  .kozel .rewards .section_inner {
    padding: 100px 0 60px;
  }
}
.kozel .rewards .section_inner .rewards__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kozel .rewards .section_inner .rewards__cards .rewards__cards_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .kozel .rewards .section_inner .rewards__cards .rewards__cards_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.kozel .rewards .section_inner .rewards__cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.3333333333% - 16px);
  margin-left: 16px;
}
@media (max-width: 1200px) {
  .kozel .rewards .section_inner .rewards__cards .card {
    width: 100%;
    max-width: 330px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .kozel .rewards .section_inner .rewards__cards .card:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (max-width: 495px) {
  .kozel .rewards .section_inner .rewards__cards .card:not(:last-child) {
    margin-bottom: 16px;
  }
}
.kozel .rewards .section_inner .rewards__cards .card .card__img {
  max-width: 145px;
  width: 100%;
}
@media (max-width: 495px) {
  .kozel .rewards .section_inner .rewards__cards .card .card__img {
    max-width: 115px;
  }
}
.kozel .rewards .section_inner .rewards__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kozel .rewards .section_inner .rewards__cards .card .card__title {
  text-align: center;
  margin-top: 12px;
  max-width: 330px;
}
@media (max-width: 495px) {
  .kozel .rewards .section_inner .rewards__cards .card .card__title {
    margin-top: 8px;
  }
}
.kozel .rewards .section_inner .rewards__text {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 495px) {
  .kozel .rewards .section_inner .rewards__text {
    margin-top: 22px;
  }
}
.kozel .qr {
  background-image: url("/wp-content/uploads/2025/04/ref_kozel_qrbg_l.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 190px 0 90px;
}
@media (max-width: 1200px) {
  .kozel .qr {
    padding: 190px 0 32px;
  }
}
@media (max-width: 495px) {
  .kozel .qr {
    padding: 100px 0 60px;
  }
}
.kozel .qr .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.kozel .qr .section_inner .qr__logo {
  max-width: 450px;
}
@media (max-width: 495px) {
  .kozel .qr .section_inner .qr__logo {
    max-width: 160px;
  }
}
.kozel .qr .section_inner .qr__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kozel .qr .section_inner .qr__actions {
  margin-top: 22px;
}
@media (max-width: 495px) {
  .kozel .qr .section_inner .qr__actions {
    margin-top: 16px;
  }
}
.kozel .qr .section_inner .qr__actions .btn {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #3A2A1A;
  color: #F1EDE4;
  padding: 10px 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  font-weight: 700;
}
.kozel .qr .section_inner .qr__actions .btn:hover {
  opacity: 0.8;
}
.kozel .video {
  display: none;
  height: 100svh;
  padding-top: 100px;
}
@media (max-width: 495px) {
  .kozel .video {
    padding-top: 54px;
  }
}
.kozel .video .videoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.kozel .video .videoPlayer .videoPlayer__video {
  width: 100%;
  height: 100%;
}
.kozel .video .videoPlayer .videoPlayer__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kozel .video .videoPlayer .videoPlayer__actions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kozel .video .videoPlayer .videoPlayer__actions:hover .btn {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.kozel .video .videoPlayer .videoPlayer__actions.__hidden {
  opacity: 0;
  pointer-events: none;
}
.kozel .video .videoPlayer .videoPlayer__actions .btn {
  width: 60px;
  height: 60px;
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kozel .video .videoPlayer .videoPlayer__actions .btn img {
  display: block;
  width: 100%;
  height: 100%;
}

body.__hidden_scrollbar {
  overflow: hidden;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: calc(100 * var(--svh));
}
body.__hidden_scrollbar::-webkit-scrollbar {
  display: none;
}

footer.__kozel {
  height: calc(100 * var(--svh));
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 190px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  footer.__kozel {
    padding-top: 160px;
  }
}
@media (max-width: 495px) {
  footer.__kozel {
    padding-top: 100px;
  }
}

.choose-online {
  max-width: 100%;
  width: 100%;
}
@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.choose-online .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 75rem !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .choose-online .container {
    max-width: 60rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .choose-online .container {
    max-width: 45rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .choose-online .container {
    max-width: 100% !important;
    padding: 0 1.625rem !important;
  }
}
.choose-online h1,
.choose-online h2,
.choose-online h3,
.choose-online h4,
.choose-online h5,
.choose-online h6,
.choose-online p {
  margin: 0;
  padding: 0;
}
.choose-online h1::before, .choose-online h1::after,
.choose-online h2::before,
.choose-online h2::after,
.choose-online h3::before,
.choose-online h3::after,
.choose-online h4::before,
.choose-online h4::after,
.choose-online h5::before,
.choose-online h5::after,
.choose-online h6::before,
.choose-online h6::after,
.choose-online p::before,
.choose-online p::after {
  display: none;
}
.choose-online img {
  display: block;
}
.choose-online h1,
.choose-online .h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1200px) {
  .choose-online h1,
  .choose-online .h1 {
    font-size: 48px;
  }
}
@media (max-width: 495px) {
  .choose-online h1,
  .choose-online .h1 {
    font-size: 22px;
  }
}
.choose-online h2,
.choose-online .h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 495px) {
  .choose-online h2,
  .choose-online .h2 {
    font-size: 32px;
  }
}
.choose-online h3,
.choose-online .h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 495px) {
  .choose-online h3,
  .choose-online .h3 {
    font-size: 20px;
  }
}
.choose-online p,
.choose-online .p1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 495px) {
  .choose-online p,
  .choose-online .p1 {
    font-size: 12px;
  }
}
.choose-online .p2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 495px) {
  .choose-online .p2 {
    font-size: 12px;
  }
}
.choose-online .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  width: auto;
  height: auto;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choose-online .btn.__primary {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  background-color: #BCFF00;
  color: #1B1B1B;
  padding: 16px 12px;
  border-radius: 10px;
}
@media (max-width: 495px) {
  .choose-online .btn.__primary {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 8px;
  }
}
.choose-online .btn.__primary:hover {
  background-color: #a9e600;
}
.choose-online .section {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 495px) {
  .choose-online .section.catalog, .choose-online .section.support {
    padding-bottom: 90vw;
  }
}
@media (max-width: 495px) {
  .choose-online .section.catalog .section__bg, .choose-online .section.support .section__bg {
    top: auto;
    height: 110vw;
  }
}
.choose-online .section .section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.choose-online .section .section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-online .section .contentBox {
  max-width: 445px;
  width: 100%;
  padding: 32px 40px 40px 40px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
@media (max-width: 495px) {
  .choose-online .section .contentBox {
    max-width: 100%;
    padding: 22px 20px 20px 20px;
  }
}
.choose-online .section .contentBox .contentBox__head .contentBox__head_title.__top span::before {
  top: 1px;
}
.choose-online .section .contentBox .contentBox__head .contentBox__head_title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.choose-online .section .contentBox .contentBox__head .contentBox__head_title span::before {
  position: absolute;
  content: "";
  top: 6px;
  right: -4px;
  bottom: 0;
  left: -4px;
  background-color: #BCFF00;
  border-radius: 10px;
  height: 42px;
  z-index: -1;
}
@media (max-width: 495px) {
  .choose-online .section .contentBox .contentBox__head .contentBox__head_title span::before {
    height: 20px;
    border-radius: 5px;
    top: 4px;
    right: -2px;
    left: -2px;
  }
}
.choose-online .section .contentBox .contentBox__body {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
}
@media (max-width: 495px) {
  .choose-online .section .contentBox .contentBox__body {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.choose-online .section .contentBox .contentBox__body .contentBox__body_text span {
  font-weight: 800;
}
.choose-online .promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 100px);
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .choose-online .promo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 570px;
  }
}
@media (max-width: 495px) {
  .choose-online .promo {
    margin-top: 54px;
    padding-bottom: 320px;
    min-height: calc(100svh - 54px);
  }
}
.choose-online .promo .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .choose-online .promo .section_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 6vw;
  }
}
.choose-online .promo .section_inner .promo__logo {
  max-width: 215px;
  width: 100%;
}
@media (max-width: 1024px) {
  .choose-online .promo .section_inner .promo__logo {
    max-width: 160px;
  }
}
@media (max-width: 495px) {
  .choose-online .promo .section_inner .promo__logo {
    max-width: 120px;
  }
}
.choose-online .promo .section_inner .promo__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-online .promo .section_inner .section__title {
  color: #FFFFFF;
  margin-top: 46px;
}
@media (max-width: 1024px) {
  .choose-online .promo .section_inner .section__title {
    margin-top: 32px;
  }
}
@media (max-width: 495px) {
  .choose-online .promo .section_inner .section__title {
    margin-top: 16px;
  }
}
.choose-online .promo .section_inner .section__title span {
  color: #BCFF00;
}
.choose-online .about {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .choose-online .about {
    padding: 80px 0;
  }
}
@media (max-width: 495px) {
  .choose-online .about {
    padding: 80px 0 70px;
  }
}
.choose-online .about .about__assets {
  pointer-events: none;
}
.choose-online .about .about__assets .asset {
  position: absolute;
  z-index: -1;
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1024px) {
  .choose-online .about .about__assets .asset {
    max-width: 305px;
  }
}
@media (max-width: 495px) {
  .choose-online .about .about__assets .asset {
    max-width: 150px;
  }
}
.choose-online .about .about__assets .asset:nth-child(1) {
  top: -80px;
  right: -45px;
}
@media (max-width: 1024px) {
  .choose-online .about .about__assets .asset:nth-child(1) {
    top: -105px;
    right: -55px;
  }
}
@media (max-width: 495px) {
  .choose-online .about .about__assets .asset:nth-child(1) {
    top: -55px;
    right: -50px;
  }
}
.choose-online .about .about__assets .asset:nth-child(2) {
  bottom: -80px;
  left: -45px;
}
@media (max-width: 1024px) {
  .choose-online .about .about__assets .asset:nth-child(2) {
    bottom: -105px;
    left: -55px;
  }
}
@media (max-width: 495px) {
  .choose-online .about .about__assets .asset:nth-child(2) {
    bottom: -55px;
    left: -50px;
  }
}
.choose-online .about .about__assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-online .about .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-online .about .section_inner .about__title {
  text-align: center;
}
.choose-online .about .section_inner .about__text {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .choose-online .about .section_inner .about__text {
    margin-top: 40px;
  }
}
@media (max-width: 495px) {
  .choose-online .about .section_inner .about__text {
    margin-top: 32px;
  }
}
.choose-online .about .section_inner .about__text span {
  font-weight: 700;
}
.choose-online .delivery {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 250px 0;
}
@media (max-width: 1200px) {
  .choose-online .delivery {
    padding-top: 96px;
    padding-bottom: 620px;
  }
}
@media (max-width: 495px) {
  .choose-online .delivery {
    padding-top: 24px;
    padding-bottom: 290px;
  }
}
.choose-online .delivery .delivery__img {
  position: absolute;
  z-index: -1;
  width: 2015px;
  top: 50%;
  right: -50vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 1921px) {
  .choose-online .delivery .delivery__img {
    right: -1000px;
  }
}
@media (max-width: 1735px) {
  .choose-online .delivery .delivery__img {
    right: -1150px;
  }
}
@media (max-width: 1200px) {
  .choose-online .delivery .delivery__img {
    width: 2100px;
    top: auto;
    right: 0;
    left: -140px;
    bottom: -240px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 495px) {
  .choose-online .delivery .delivery__img {
    width: 930px;
    right: auto;
    left: -64px;
    bottom: -70px;
  }
}
.choose-online .delivery .delivery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-online .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16vw 0;
}
@media (max-width: 1900px) {
  .choose-online .catalog {
    padding: 250px 0;
  }
}
@media (max-width: 1024px) {
  .choose-online .catalog {
    padding-top: 110px;
    padding-bottom: 80vw;
  }
}
@media (max-width: 495px) {
  .choose-online .catalog {
    padding-top: 24px;
    padding-bottom: 100vw;
  }
}
.choose-online .catalog .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .choose-online .catalog .section_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.choose-online .support {
  position: relative;
  padding: 220px 0;
}
@media (max-width: 1024px) {
  .choose-online .support {
    padding-top: 110px;
    padding-bottom: 70vw;
  }
}
@media (max-width: 495px) {
  .choose-online .support {
    padding-top: 24px;
    padding-bottom: 100vw;
  }
}
.choose-online .info {
  position: relative;
  padding-top: 115px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .choose-online .info {
    padding-top: 80px;
  }
}
@media (max-width: 495px) {
  .choose-online .info {
    padding-top: 60px;
  }
}
.choose-online .info .info__assets {
  pointer-events: none;
}
.choose-online .info .info__assets .asset {
  position: absolute;
  max-width: 305px;
  width: 100%;
}
@media (max-width: 1024px) {
  .choose-online .info .info__assets .asset {
    max-width: 230px;
  }
}
@media (max-width: 495px) {
  .choose-online .info .info__assets .asset {
    max-width: 115px;
  }
}
.choose-online .info .info__assets .asset:nth-child(1) {
  top: -85px;
  right: -35px;
}
@media (max-width: 1024px) {
  .choose-online .info .info__assets .asset:nth-child(1) {
    top: -95px;
    right: -65px;
  }
}
@media (max-width: 495px) {
  .choose-online .info .info__assets .asset:nth-child(1) {
    top: -50px;
    right: -12px;
  }
}
.choose-online .info .info__assets .asset:nth-child(2) {
  bottom: -85px;
  left: -35px;
}
@media (max-width: 1024px) {
  .choose-online .info .info__assets .asset:nth-child(2) {
    bottom: -95px;
    left: -65px;
  }
}
@media (max-width: 495px) {
  .choose-online .info .info__assets .asset:nth-child(2) {
    bottom: -50px;
    left: -12px;
  }
}
.choose-online .info .info__assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-online .info .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 520px;
}
@media (max-width: 1024px) {
  .choose-online .info .section_inner {
    padding-bottom: 410px;
  }
}
@media (max-width: 495px) {
  .choose-online .info .section_inner {
    padding-bottom: 280px;
  }
}
.choose-online .info .section_inner .info__title {
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.choose-online .info .section_inner .info__actions {
  margin-top: 36px;
}
.choose-online .info .section_inner .info__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 775px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .choose-online .info .section_inner .info__img {
    max-width: 580px;
  }
}
@media (max-width: 495px) {
  .choose-online .info .section_inner .info__img {
    max-width: 320px;
    width: 320px;
  }
}
.choose-online .info .section_inner .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-regular .article-regular__container {
  padding-bottom: 0;
}
.article-regular .article-regular__container .fw-page-builder-content {
  height: auto;
}
.article-regular .article-regular__container .share-block {
  padding-top: 0;
}

.sectionBox_principle {
  padding: 96px 0;
}
.sectionBox_principle .container {
  padding: 0 15px;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  font-family: "IBMPlexSans", sans-serif;
  padding-bottom: 32px;
  margin-bottom: 52px;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__title::before {
  position: absolute;
  content: "";
  width: 86px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-top: -24px;
  counter-reset: counter;
}
@media (max-width: 600px) {
  .sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards {
    margin-left: 0;
  }
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card {
  width: calc(50% - 24px);
  margin-left: 24px;
  margin-top: 24px;
  background-color: #F1F2F4;
  padding: 24px;
  min-height: 240px;
}
@media (max-width: 1024px) {
  .sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card {
    min-height: 310px;
  }
}
@media (max-width: 600px) {
  .sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card {
    width: 100%;
    margin-left: 0;
    min-height: auto;
  }
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card.__img {
  padding: 0;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card:not(.__img) {
  counter-increment: counter;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__head .card__head_num::before {
  display: block;
  content: counter(counter);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  font-family: "IBMPlexSans", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__head .card__head_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  font-family: "IBMPlexSans", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #BDBDBD;
  text-stroke: 1px #BDBDBD;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__body .card__body_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  font-family: "IBMPlexSans", sans-serif;
  color: #000000;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__body .card__body_text span {
  font-weight: 600;
  color: #A03639;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__cards .card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__img {
  margin-top: 24px;
}
.sectionBox_principle .sectionBox_principle_inner .sectionBox_principle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anketa_hotline {
  position: relative;
  overflow: hidden;
  background-color: #F4F4F5;
}
.anketa_hotline h1,
.anketa_hotline h2,
.anketa_hotline h3,
.anketa_hotline h4,
.anketa_hotline h5,
.anketa_hotline h6,
.anketa_hotline p {
  margin: 0;
  padding: 0;
  color: inherit;
}
.anketa_hotline h1::before, .anketa_hotline h1::after,
.anketa_hotline h2::before,
.anketa_hotline h2::after,
.anketa_hotline h3::before,
.anketa_hotline h3::after,
.anketa_hotline h4::before,
.anketa_hotline h4::after,
.anketa_hotline h5::before,
.anketa_hotline h5::after,
.anketa_hotline h6::before,
.anketa_hotline h6::after,
.anketa_hotline p::before,
.anketa_hotline p::after {
  display: none;
}
.anketa_hotline input,
.anketa_hotline button {
  height: auto !important;
  background: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: auto;
}
.anketa_hotline label {
  margin: 0;
  padding: 0;
}
.anketa_hotline img,
.anketa_hotline svg {
  display: block;
}
.anketa_hotline h1,
.anketa_hotline .h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .anketa_hotline h1,
  .anketa_hotline .h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline h1,
  .anketa_hotline .h1 {
    font-size: 28px;
  }
}
.anketa_hotline h2,
.anketa_hotline .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) {
  .anketa_hotline h2,
  .anketa_hotline .h2 {
    font-size: 24px;
  }
}
.anketa_hotline h3,
.anketa_hotline .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 600px) {
  .anketa_hotline h3,
  .anketa_hotline .h3 {
    font-size: 16px;
  }
}
.anketa_hotline p,
.anketa_hotline .p1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.anketa_hotline .p2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.anketa_hotline .p3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.anketa_hotline .btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 14px 24px;
  background-color: #BA0C2F;
  color: #FFFFFF;
}
.anketa_hotline .btn.__border {
  color: #050505;
  background-color: transparent;
  border: 1px solid #BA0C2F;
}
.anketa_hotline .btn.__white {
  background-color: #FFFFFF;
  color: #000000;
}
.anketa_hotline .btn.__disabled {
  cursor: auto !important;
  pointer-events: none !important;
  opacity: 0.8 !important;
}
.anketa_hotline .sections {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100svh;
  padding-top: 180px;
  padding-bottom: 72px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections {
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 90px;
  }
}
.anketa_hotline .sections .section {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.anketa_hotline .sections .section.__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anketa_hotline .sections .section.__start .section__page_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_inner {
    max-width: 580px;
  }
}
.anketa_hotline .sections .section.__start .section__page_title,
.anketa_hotline .sections .section.__start .section__page_subtitle {
  max-width: 800px;
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (max-width: 1440px) {
  .anketa_hotline .sections .section.__start .section__page_title,
  .anketa_hotline .sections .section.__start .section__page_subtitle {
    max-width: 790px;
  }
}
.anketa_hotline .sections .section.__start .section__page_title {
  text-transform: uppercase;
  margin: 0;
}
.anketa_hotline .sections .section.__start .section__page_subtitle {
  margin: 0;
  margin-top: 24px !important;
  color: #000000 !important;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_subtitle {
    margin-top: 16px !important;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-top: 64px;
}
@media (max-width: 1440px) {
  .anketa_hotline .sections .section.__start .section__page_cards {
    max-width: 864px;
  }
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_cards {
    max-width: 580px;
    margin-top: 28px;
    margin-left: -20px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards {
    margin-top: 16px;
    margin-left: -16px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card {
  width: calc(25% - 24px);
  margin-left: 24px;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card {
    width: calc(50% - 16px);
    margin-left: 16px;
    margin-top: 16px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card:hover .card__content {
  background-color: #A03639;
  border-color: #A03639;
}
.anketa_hotline .sections .section.__start .section__page_cards .card:hover .card__content .card__content_text {
  color: #FFFFFF;
}
.anketa_hotline .sections .section.__start .section__page_cards .card:hover .card__content .card__content_img svg path {
  stroke: #FFFFFF;
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__head {
  padding: 10px 12px;
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__head {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__head {
    padding: 10px 12px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__head .card__head_img {
  min-width: 28px;
  max-width: 28px;
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__head .card__head_img {
    min-width: 40px;
    max-width: 40px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__head .card__head_img {
    min-width: 28px;
    max-width: 28px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__head .card__head_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 8px 14px 10px;
  border-top: 1px solid #EDEDED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__content {
    padding: 20px 8px 20px 10px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__content {
    padding: 12px 8px 12px 10px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__content .card__content_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__start .section__page_cards .card .card__content .card__content_text {
    font-size: 14px;
  }
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__content .card__content_img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__content .card__content_img svg {
  width: 100%;
  height: 100%;
}
.anketa_hotline .sections .section.__start .section__page_cards .card .card__content .card__content_img svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section.__final .section__page .section__page_inner {
    padding: 32px 24px !important;
  }
}
.anketa_hotline .sections .section.__final .section__page .section__page_title {
  max-width: 100% !important;
}
.anketa_hotline .sections .section.__final .section__page .section__page_subtitle {
  max-width: 480px !important;
  margin-left: auto;
  margin-right: auto;
}
.anketa_hotline .sections .section.__final .section__page .section__page_inner {
  max-width: 670px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 64px;
}
.anketa_hotline .sections .section.__final .section__page .section__page_inner .section__page_actions {
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
}
.anketa_hotline .sections .section.__final .section__page .section__page_inner .section__page_actions .btn {
  width: auto;
  margin: 0;
}
.anketa_hotline .sections .section .section__progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anketa_hotline .sections .section .section__progress .section__progress_steps {
  max-width: 410px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: -16px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__progress .section__progress_steps {
    margin-left: -8px;
  }
}
.anketa_hotline .sections .section .section__progress .section__progress_steps .step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 16px;
  width: 100px;
  height: 4px;
  background-color: #A03639;
  border-radius: 100px;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__progress .section__progress_steps .step {
    margin-left: 8px;
  }
}
.anketa_hotline .sections .section .section__progress .section__progress_steps .step.__active {
  opacity: 1;
}
.anketa_hotline .sections .section .section__pages {
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages {
    margin-top: 32px;
  }
}
.anketa_hotline .sections .section .section__pages .section__page {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anketa_hotline .sections .section .section__pages .section__page.__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_title,
.anketa_hotline .sections .section .section__pages .section__page .section__page_subtitle {
  max-width: 670px;
  width: 100%;
  text-align: center;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_subtitle {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_subtitle {
    margin-top: 16px;
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form {
  max-width: 670px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 64px 64px 48px;
  margin-top: 48px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_form {
    padding: 40px 32px;
    margin-top: 32px;
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item {
  width: 100%;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item.__hidden {
  display: none;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field .fieldBox {
  position: relative;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__active.__search .field__items, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__active.__drop .field__items {
  opacity: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: all;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__active.__drop .field__img {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__search .field__items, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__drop .field__items {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
  border: 1px solid #CBC4BC;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__search .field__items ._scroller, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__drop .field__items ._scroller {
  max-height: 170px;
  overflow-y: auto;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__search .field__items .field__item, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__drop .field__items .field__item {
  background-color: #FFFFFF;
  padding: 10px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__search .field__items .field__item.__hidden, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__drop .field__items .field__item.__hidden {
  display: none;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__search .field__items .field__item:hover, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__drop .field__items .field__item:hover {
  background-color: #F6F6F6;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  border: 1px dashed #CBC4BC;
  margin-top: 16px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox .fieldBox__img {
  width: 36px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox .fieldBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox .fieldBox__title {
  max-width: 340px;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .fieldBox .fieldBox__hint {
  color: #000000;
  opacity: 0.64;
  text-align: center;
  margin-top: 8px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items {
  margin-top: 16px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  background-color: #F4F4F5;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item:not(:last-child) {
  margin-bottom: 4px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_text {
  width: 90%;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_text * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_action span {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #000000;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_action span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__items .field__item .field__item_action span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  background-color: #E1E8F6;
  padding: 12px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__hint .field__hint_img {
  min-width: 28px;
  max-width: 28px;
  margin-right: 12px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__file .field__hint .field__hint_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox.__active .fieldBox .field__cehckbox {
  background-color: #1890FF;
  border-color: #1890FF;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox.__active .fieldBox .field__cehckbox img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox .field__cehckbox {
  position: relative;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox .field__cehckbox input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox .field__cehckbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox p {
  margin-left: 8px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox p a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field.__checkbox .fieldBox p a:hover {
  opacity: 0.8;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input {
  background: none;
  outline: none;
  border: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 14px 52px 14px 12px;
  color: #000000;
  border: 1px solid #CBC4BC;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input::-webkit-input-placeholder, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input::-webkit-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input::-moz-placeholder, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input::-moz-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input:-ms-input-placeholder, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input:-ms-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input::-ms-input-placeholder, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input::-ms-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__file) input::placeholder, .anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field:not(.__checkbox) input::placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field .field__error {
  margin-top: 16px;
  color: #FF4146;
  display: none;
  width: 100%;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field .field__error.__active {
  display: block;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea {
  resize: block;
  height: auto;
  margin: 0;
  padding: 14px 12px;
  border: 1px solid #CBC4BC;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea::-webkit-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea::-moz-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea:-ms-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea::-ms-input-placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field textarea::placeholder {
  color: rgb(171, 163, 154);
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field .field__img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .form__items .form__item .field .field__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions {
    gap: 8px;
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions .btn {
    width: calc(50% - 4px);
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions .btn:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 600px) {
  .anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions .btn:not(:last-child) {
    margin-right: 0;
  }
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_form .section__form_actions .btn:hover {
  opacity: 0.8;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_actions {
  max-width: 790px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-left: -24px;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_actions .btn {
  width: calc(50% - 24px);
  margin-left: 24px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .sections .section .section__pages .section__page .section__page_actions .btn:hover {
  opacity: 0.8;
}
.anketa_hotline .assets {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.anketa_hotline .assets .asset {
  position: absolute;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anketa_hotline .assets .asset.__hidden {
  opacity: 0;
}
.anketa_hotline .assets .asset:nth-child(1) {
  max-width: 34vw;
  bottom: -8.5vw;
  left: -10vw;
}
@media (max-width: 1440px) {
  .anketa_hotline .assets .asset:nth-child(1) {
    max-width: 38vw;
    bottom: -11.5vw;
    left: -13vw;
  }
}
@media (max-width: 1024px) {
  .anketa_hotline .assets .asset:nth-child(1) {
    max-width: 640px;
    bottom: -250px;
    left: -230px;
    -webkit-transform: scale(-1, 1) rotate(-65deg);
            transform: scale(-1, 1) rotate(-65deg);
  }
}
@media (max-width: 600px) {
  .anketa_hotline .assets .asset:nth-child(1) {
    max-width: 270px;
    bottom: -70px;
    left: -107px;
    -webkit-transform: scale(-1, 1) rotate(-60deg);
            transform: scale(-1, 1) rotate(-60deg);
  }
}
.anketa_hotline .assets .asset:nth-child(2) {
  max-width: 47vw;
  bottom: -25vw;
  left: 50%;
  -webkit-transform: translateX(-22%);
          transform: translateX(-22%);
}
@media (max-width: 1440px) {
  .anketa_hotline .assets .asset:nth-child(2) {
    max-width: 52vw;
    bottom: -29vw;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}
@media (max-width: 1024px) {
  .anketa_hotline .assets .asset:nth-child(2) {
    display: none;
  }
}
.anketa_hotline .assets .asset:nth-child(3) {
  max-width: 37vw;
  right: -10vw;
  bottom: -7vw;
}
@media (max-width: 1440px) {
  .anketa_hotline .assets .asset:nth-child(3) {
    max-width: 41vw;
    right: -22vw;
    bottom: -10vw;
  }
}
@media (max-width: 1024px) {
  .anketa_hotline .assets .asset:nth-child(3) {
    max-width: 510px;
    right: -150px;
    bottom: -250px;
  }
}
@media (max-width: 600px) {
  .anketa_hotline .assets .asset:nth-child(3) {
    max-width: 270px;
    right: -105px;
    bottom: -105px;
  }
}
.anketa_hotline .assets .asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

blockquote {
  padding-bottom: 1.25rem !important;
}
blockquote div {
  position: static !important;
  margin-bottom: 0 !important;
}

.parked_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.parked_section .parked__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.parked_section .parked__img::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.parked_section .parked__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parked_section .parked__content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
.parked_section .parked__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .parked_section .parked__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parked_section .parked__actions .btn {
  font-family: "Arial MT Pro Cyr", sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  font-size: 1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .parked_section .parked__actions .btn {
    max-width: 100%;
    width: 100%;
  }
}
.parked_section .parked__actions .btn:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.header-index__back .slider-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.header-index__back .slider-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-press {
  padding-bottom: 0 !important;
}

.section-contact-press .stats_col {
  border: none;
}
.section-contact-press .stats_col:empty {
  display: none;
}

.section-top .row-pdf {
  padding-top: 2.1875rem;
}
@media (max-width: 767px) {
  .section-top .row-pdf {
    padding-top: 1.8125rem;
  }
}
.section-top .row-pdf .pdf-block {
  margin-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  .section-top .row-pdf .pdf-block {
    margin-bottom: 1.8125rem;
  }
}