/*
        ////||| |||\\\\\\     \\\\\\\\\       ////|||    ///|||      ////||| ||||||||||| |||\\    |||  \\\\\\\\\  |||||||||
       //// ||| |||    |||   ||||   ||||     //// |||   /// |||     //// |||     |||     |||\\\   ||| ||||   |||| |||
      ////  ||| |||    |||   ||||   ||||    ////  |||  ///  |||    ////  |||     |||     ||| \\\  ||| ||||   |||| |||
     ////|||||| |||\\\\\\\   ||||   ||||   ////   ||| ///   |||   ////||||||     |||     |||  \\\ ||| ||||   |||| |||||||||
    ////    ||| |||    \\\\  ||||   ||||  ////    |||///    |||  ////    |||     |||     |||   \\\||| ||||   |||| |||
   ////     ||| |||     \\\\  ////////// ////     |||//     ||| ////     |||     |||     |||    \\\||  /////////  |||||||||     


*/

@charset "UTF-8";

  .left{
    display: flex;
    flex-direction: column;
    gap:2rem;
  }


.degustation_table_plus_cart{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  height: 100%;
  gap: 1rem;
}
/**************************************************************/
.headerBlock .section-title-header {
  color: #ffffff;
  margin: 0 auto;
  max-width: 47.3888888889rem;
}

.section-title-header {
  color: #ffffff;
  font-weight: 400;
}

.section-title-header>p {
  color: white;
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 91%;
}

.subtitle {
  color: #000000;
  text-align: center;
  font-family: Merriweather;
  font-size: 3.11688rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
/**************************************************************/
.degustation_subtitle_description {
  padding: 2rem;
  color: #724D34;
  text-align: center;
  font-family: "Monotype Corsiva Regular";
  font-size: 2.59738rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.degustation_gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
  gap: 1rem;
}
/**************************************************************/
.btn_sign {
  margin: 0 auto;
  display: flex;
  width: 30rem;
  height: 6rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  flex-shrink: 0;
  background: #882B28;
  color: white;
  border-radius: 1.55844rem;
}

.btn_sign>.btn_sign_link {
  padding: 4rem;
  color: #FFF;
  text-align: center;
  font-family: Merriweather;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/**************************************************************/
.photo_vinodel {
  display: flex;
  align-items: center;
  padding: 3rem;
  justify-content: center;
}

.photo_vinodel>.gallery_elements {
  width: 24rem;
  height: 30rem;
  flex-shrink: 0;
  aspect-ratio: 32/39;
  transition: transform 0.5s ease;
}

.gallery_elements:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

}

.degustation_subtitle_set {
  color: #000;
  text-align: center;
  font-family: Merriweather;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subtitle_description {
  color: #000;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 1.75325rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/**************************************************************/
.how_going_tasting_gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
  gap: 3rem;
}

.how_going_tasting {
  margin: 3rem;
}

.how_going_tasting>.subtitle_description {
  margin: 3rem;
}
/**************************************************************/
.table_testing>.subtitle{
  color: #882B28;
}

.table_tasting_date {
  width: 80%;
  margin: 1rem auto;
  display: flex;
  padding: 3.125rem 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 3.75rem;
  background: #FFC675;
}

.table_tasting_date_elements {

  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.875rem;
}

.table_tasting_date_elements>hr {
  float: center;
  width: 30rem;
  height: 0.3rem;
  background: #000;
}


.table_tasting_date_elements_first, 
.table_tasting_date_elements_second, 
.table_tasting_date_elements_third{
    margin:0 2rem ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
.table_tasting_date_elements_first {
  width: 15rem;
  gap:10rem;
}

.table_tasting_date_elements_second {
  width: 15rem;
  gap:10rem;
}

.table_tasting_date_elements_third {
width: 15rem;
  gap:10rem;
}
*/
.table_tasting_date_elements_first>#descr,
.table_tasting_date_elements_second>#descr,
.table_tasting_date_elements_third>#descr {
  color: #000;
  font-family: Merriweather;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table_tasting_date_elements_first>#sub,
.table_tasting_date_elements_second>#sub,
.table_tasting_date_elements_third>#sub {
  color: #000;
  font-display: swap;
  font-family: DIN2014;
  font-style: normal;
  font-size: 1.9375rem;
  font-weight: 400;
  line-height: normal;
  text-align: end;
}

/**************************************************************/

.degustation_set {
  padding: 5rem;
}

.degustation_set_img_background {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('/img/@2x/photos/back_set.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.degustation_set_main-container {
  margin-top: 3rem;
  background-color: white;
  border-radius: 3.5rem;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
}
/**************************************************************/
.grape-items {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.grape-item {
  display: flex;
  align-items: center;
  gap: 5rem;
  min-width: 200px;
}

.grape-svg {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.grape-name,
.additional-snacks {
  color: #000;
  font-family: Merriweather;
  font-size: 1.94806rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center
}
/**************************************************************/
.dots-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/**************************************************************/
.additional-snacks {
  background-color: white;
  border-radius: 3.5rem;
  padding: 2rem 6rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.degustation>.grape-name,
.table_testing>.grape-name {
  padding-top: 3rem;
}
/**************************************************************/
.photo_vinodel {
  display: none;
}

/**************************************************************/
 .crimean-cart-block {
   margin: 0 auto;
   width: 100%;
 }

 .crimean-cart-block>img {
   width: 100%
 }

 .crimean-cart-block {
   flex: 1 1 45%;
   min-width: 300px;
 }

 .crimean-cart-block img {
   height: auto;
 }
/**************************************************************/


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!/Адаптивность!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .subtitle {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .degustation_subtitle_description {
    font-size: clamp(1.2rem, 4vw, 2rem);
    padding: 0.8rem 0.3rem;
  }

  .degustation_gallery {
    gap: 0.3rem;
  }

  .degustation_subtitle_set {
    font-size: clamp(1.3rem, 4vw, 2rem);
  }

  .subtitle_description {
    font-size: clamp(1rem, 3vw, 1.5rem);
  }

  .table_tasting_date {
    width: 98%;
    padding: 1rem 0.5rem;
    border-radius: 1.5rem;
  }

  .table_tasting_date_elements>hr {
    width: 95%;
    max-width: 400px;
    height: 0.15rem;
  }

  .table_tasting_date_elements_first,
  .table_tasting_date_elements_second,
  .table_tasting_date_elements_third {
    width: 98%;
    max-width: 400px;
  }

  .table_tasting_date_elements_first>#descr,
  .table_tasting_date_elements_second>#descr,
  .table_tasting_date_elements_third>#descr,
  .table_tasting_date_elements_first>#sub,
  .table_tasting_date_elements_second>#sub,
  .table_tasting_date_elements_third>#sub {
    font-size: clamp(1rem, 3vw, 1.5rem);
  }

  .degustation_set {
    padding: 1.5rem 0.3rem;
  }

  .degustation_set_img_background {
    background-image: url('/img/@2x/photos/back_set__mob.png');
    margin: 0rem;
  }

  .degustation_set_main-container {
    margin-top: 1rem;
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .grape-items {
    gap: 0.8rem;
    padding: 0.3rem;
  }

  .grape-item {
    gap: 0.8rem;
  }

  .grape-name,
  .additional-snacks {
    font-size: clamp(1rem, 3vw, 1.5rem);
    padding: 0.3rem 0;
  }

  .dots-container {
    gap: 5px;
    margin: 0.8rem 0;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .additional-snacks {
    border-radius: 1.5rem;
    padding: 0.8rem 1.5rem;
    margin: 0.8rem auto;
    max-width: 95%;
  }

  .degustation>.grape-name,
  .table_testing>.grape-name {
    padding-top: 0.8rem;
    margin: 0.8rem auto;
  }
}

/* Для очень маленьких экранов (например, 320px) */
@media (max-width: 360px) {
  .subtitle {
    font-size: clamp(1rem, 10vw, 1.8rem);
  }

  .degustation_subtitle_description {
    font-size: clamp(0.9rem, 6vw, 1.3rem);
  }

  .btn_sign {
    padding: 0.5rem 0.6rem;
    border-radius: 0.5rem;
  }

  .btn_sign>.btn_sign_link {
    font-size: clamp(0.8rem, 5vw, 1rem);
  }

  .degustation_subtitle_set {
    font-size: clamp(1rem, 6vw, 1.5rem);
  }

  .subtitle_description {
    font-size: clamp(0.8rem, 5vw, 1rem);
  }

  .table_tasting_date {
    padding: 0.6rem 0.2rem;
    border-radius: 1rem;
  }

  .table_tasting_date_elements>hr {
    height: 0.08rem;
  }

  .table_tasting_date_elements_first>#descr,
  .table_tasting_date_elements_second>#descr,
  .table_tasting_date_elements_third>#descr,
  .table_tasting_date_elements_first>#sub,
  .table_tasting_date_elements_second>#sub,
  .table_tasting_date_elements_third>#sub {
    font-size: clamp(0.8rem, 5vw, 1rem);
  }

  .degustation_set_img_background {
    background-image: url('/img/@2x/photos/back_set__mob.png');
  }

  .degustation_set_main-container {
    border-radius: 1rem;
    padding: 0.6rem;
  }

  .grape-name,
  .additional-snacks {
    font-size: clamp(0.8rem, 5vw, 1rem);
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .additional-snacks {
    border-radius: 1rem;
    padding: 0.5rem 0.8rem;
  }
}

@media (max-width: 480px) {

  .degustation_table_plus_cart{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      height: 100%;
      gap: 1rem;

  }
    .left{
    display: flex;
    flex-direction: column;
    gap:2rem;
  }
 .crimean-cart-block {
   margin: 0 auto;
   width: 100%;
 }

 .crimean-cart-block>img {
   width: 100%
 }

 .crimean-cart-block {
   flex: 1 1 45%;
   min-width: 300px;
 }

 .crimean-cart-block img {
   height: auto;
 }
  .degustation_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.2rem;
    width: 100%;
    height: auto;
  }

  .degustation_gallery .gallery_elements {
    max-width: 13rem;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
  }

  .degustation_gallery .gallery_elements:nth-child(1),
  .degustation_gallery .gallery_elements:nth-child(2) {
    width: calc(50% - 0.15rem);
  }
  .degustation_gallery .gallery_elements:nth-child(3),
  .degustation_gallery .gallery_elements:nth-child(4) {
    flex-shrink: 0;
  }
  .degustation_gallery .gallery_elements:nth-child(5),
  .degustation_gallery .gallery_elements:nth-child(6),
  .degustation_gallery .gallery_elements:nth-child(7) {
    width: 7rem;
  }
  .degustation_gallery .gallery_elements:nth-child(1) {
    flex-shrink: 0;
    aspect-ratio: 172/221;
    order: 0;
  }
  .degustation_gallery .gallery_elements:nth-child(2) {
    flex-shrink: 0;
    aspect-ratio: 53/64;
    order: 1;
  }
  .degustation_gallery .gallery_elements:nth-child(3) {
    flex-shrink: 0;
    order: 2;
  }
  .degustation_gallery .gallery_elements:nth-child(4) {
    flex-shrink: 0;
    order: 4;
  }
  .degustation_gallery .gallery_elements:nth-child(5) {
    width: 15.1875rem;
    flex-shrink: 0;
    aspect-ratio: 95/123;
    order: 3;
  }
  .degustation_gallery .gallery_elements:nth-child(6) {
    flex-shrink: 0;
    order: 5;
  }
  .degustation_gallery .gallery_elements:nth-child(7) {
    flex-shrink: 0;
    aspect-ratio: 116/139;
    order: 6;
  }

  .container {
    padding: 0 5px;
  }

  .subtitle {
    font-size: clamp(1.2rem, 8vw, 2rem);
  }

  .degustation_subtitle_description {
    font-size: clamp(1rem, 5vw, 1.5rem);
  }

  .degustation_gallery {
    gap: 0.2rem;
  }

  .btn_sign {
    width: 17rem;
    margin: 1rem auto;
    display: flex;
    height: 4rem;
    padding: 0.4375rem 4.375rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
  }

  .btn_sign>.btn_sign_link {
    color: #FFF;
    text-align: center;
    font-family: Merriweather;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .photo_vinodel {
    padding: 1rem 0.3rem;
  }

  .photo_vinodel>.gallery_elements {
    height: 29.25rem;
    flex-shrink: 0;
    aspect-ratio: 32/39;
  }

  .subtitle_description {
    margin: 0.8rem auto;
  }

  .how_going_tasting_gallery {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
    gap: 0.2rem;
  }

  .how_going_tasting_gallery>.gallery_elements {
    object-fit: cover;
    width: calc(33% - 0.15rem);
    flex-shrink: 0;
  }

  .table_tasting_date {
    width: 25rem;
    padding: 0.8rem 0.3rem;
    border-radius: 1.2rem;
    margin: 1.5rem auto;
  }

  .table_tasting_date_elements {
    gap: 0.6rem;
  }

  .table_tasting_date_elements>hr {
    width: 98%;
    max-width: 350px;
    height: 0.1rem;
    margin: 0.3rem 0;
  }

  .table_tasting_date_elements_first,
  .table_tasting_date_elements_second,
  .table_tasting_date_elements_third {
    gap: 4rem;
    width: 100%;
    max-width: 350px;
    flex-direction: row;
    align-items: center;
  }

  .table_tasting_date_elements_first>#descr,
  .table_tasting_date_elements_second>#descr,
  .table_tasting_date_elements_third>#descr,
  .table_tasting_date_elements_first>#sub,
  .table_tasting_date_elements_second>#sub,
  .table_tasting_date_elements_third>#sub {
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    text-align: left;
    width: 100%;
    margin: 0.2rem 0;
  }

  .degustation_set {
    padding: 1rem 0.2rem;
  }

  .degustation_set_img_background {
    background-image: url('/img/@2x/photos/back_set__mob.png');
    margin: 0rem;
  }

  .degustation_set_main-container {
    margin-top: 0.8rem;
    border-radius: 1.2rem;
    padding: 0.8rem;
  }

  .grape-items {
    gap: 0.5rem;
    padding: 0.2rem;
  }

  .grape-item {
    gap: 0.5rem;
    flex-direction: row;
    align-items: center;
  }

  .grape-item>img {
    width: 3rem;
  }

  .grape-name,
  .additional-snacks {
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    padding: 0.2rem 0;
  }

  .dots-container {
    gap: 4px;
    margin: 0rem 0;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .additional-snacks {
    border-radius: 1.2rem;
    padding: 0.6rem 1.2rem;
    margin: 0rem;
    max-width: 100%;
  }

  .degustation>.grape-name,
  .left>.grape-name {
    margin-top: 0.5rem;
    margin: 0.5rem auto;
    font-size: clamp(0.9rem, 4vw, 1.2rem);
  }



  .photo_vinodel {
    display: flex;
  }

  .crimean-cart-block {
    flex: 1 1 100%;
    min-width: 100%;
  }
}















.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.carousel {
  box-sizing: border-box;
  position: relative;
}
.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel__viewport {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  -webkit-overflow-scrolling: touch;
  flex: 0 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  position: relative;
  touch-action: pan-y;
  width: var(--carousel-slide-width, 60%);
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  cursor: pointer;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22px;
}
.carousel__dots .carousel__dot:after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out;
  width: 8px;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  align-items: center;
  background: var(--carousel-button-bg, transparent);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  display: flex;
  height: var(--carousel-button-height, 48px);
  justify-content: center;
  padding: 0;
  pointer-events: all;
  transition: opacity 0.15s ease;
  width: var(--carousel-button-width, 48px);
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  height: var(--carousel-button-svg-height, 50%);
  pointer-events: none;
  width: var(--carousel-button-svg-width, 50%);
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  -webkit-tap-highlight-color: transparent;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  bottom: 0;
  box-sizing: border-box;
  color: var(--fancybox-color, #fff);
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top left;
  z-index: 1050;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: thin dotted;
}
body.is-using-mouse .fancybox__container :focus {
  outline: none;
}
.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.fancybox__carousel {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  cursor: default;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  outline: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 48px 8px 8px;
  position: relative;
  width: 100%;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  color: var(--fancybox-content-color, #374151);
  display: flex;
  flex-direction: column;
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  position: relative;
  z-index: 20;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1rem 0 0;
  visibility: visible;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  color: var(--fancybox-color, #fff);
  top: 100%;
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
.carousel__button.is-close {
  position: absolute;
  right: 8px;
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  top: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  z-index: 40;
}
.fancybox__content > .carousel__button.is-close {
  color: var(--fancybox-color, #fff);
  position: absolute;
  right: 0;
  top: -36px;
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  color: var(--fancybox-color, currentColor);
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: currentColor;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes fancybox-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes fancybox-rotate {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
  -webkit-animation: fancybox-fadeIn 0.15s ease backwards;
  animation: fancybox-fadeIn 0.15s ease backwards;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: fancybox-fadeOut 0.15s ease both;
  animation: fancybox-fadeOut 0.15s ease both;
}
.fancybox-fadeIn {
  -webkit-animation: fancybox-fadeIn 0.15s ease both;
  animation: fancybox-fadeIn 0.15s ease both;
}
.fancybox-fadeOut {
  -webkit-animation: fancybox-fadeOut 0.1s ease both;
  animation: fancybox-fadeOut 0.1s ease both;
}
.fancybox-zoomInUp {
  -webkit-animation: fancybox-zoomInUp 0.2s ease both;
  animation: fancybox-zoomInUp 0.2s ease both;
}
.fancybox-zoomOutDown {
  -webkit-animation: fancybox-zoomOutDown 0.15s ease both;
  animation: fancybox-zoomOutDown 0.15s ease both;
}
.fancybox-throwOutUp {
  -webkit-animation: fancybox-throwOutUp 0.15s ease both;
  animation: fancybox-throwOutUp 0.15s ease both;
}
.fancybox-throwOutDown {
  -webkit-animation: fancybox-throwOutDown 0.15s ease both;
  animation: fancybox-throwOutDown 0.15s ease both;
}
@-webkit-keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes fancybox-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-color: #ccc hsla(0, 0%, 100%, 0.1);
  scrollbar-width: thin;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__image {
  touch-action: none;
  transform-origin: 0 0;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.has-image .fancybox__content {
  background: transparent;
  min-height: 1px;
  padding: 0;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  height: auto;
  max-width: 100%;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 80%;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  opacity: var(--fancybox-opacity, 1);
  padding: 0 3px;
  position: relative;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 8px 3px;
  width: var(--fancybox-thumbs-width, 96px);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__thumb {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  padding-top: calc(100% / var(--fancybox-thumbs-ratio, 1.5));
  position: relative;
  width: 100%;
}
.fancybox__toolbar {
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  background: linear-gradient(
    0deg,
    transparent 0,
    rgba(0, 0, 0, 0.006) 8.1%,
    rgba(0, 0, 0, 0.021) 15.5%,
    rgba(0, 0, 0, 0.046) 22.5%,
    rgba(0, 0, 0, 0.077) 29%,
    rgba(0, 0, 0, 0.114) 35.3%,
    rgba(0, 0, 0, 0.155) 41.2%,
    rgba(0, 0, 0, 0.198) 47.1%,
    rgba(0, 0, 0, 0.242) 52.9%,
    rgba(0, 0, 0, 0.285) 58.8%,
    rgba(0, 0, 0, 0.326) 64.7%,
    rgba(0, 0, 0, 0.363) 71%,
    rgba(0, 0, 0, 0.394) 77.5%,
    rgba(0, 0, 0, 0.419) 84.5%,
    rgba(0, 0, 0, 0.434) 91.9%,
    rgba(0, 0, 0, 0.44)
  );
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
  top: 0;
  touch-action: none;
  z-index: 20;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
.fancybox__counter {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--carousel-button-height, 48px);
  min-width: 72px;
  padding: 0 10px;
  text-align: center;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 30;
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}
.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:first-child {
  display: none;
}
.fancybox__container:-moz-full-screen
  .fancybox__button--fullscreen
  g:first-child {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:-moz-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
@font-face {
  font-display: swap;
  font-family: DIN2014;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/DIN2014/DIN2014-Light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: DIN2014;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DIN2014/DIN2014-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: DIN2014;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/DIN2014/DIN2014-DemiBoldItalic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: DIN2014;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DIN2014/DIN2014-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Bodoni;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Bodoni/BodoniFLF-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff2) format("woff2");
}
.icon {
  fill: currentColor;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.icon-basket {
  font-size: 2.4rem;
  width: 0.9166666667em;
}
.icon-check {
  font-size: 2.7rem;
  width: 1em;
}
.icon-fb,
.icon-instagram {
  font-size: 2.4rem;
  width: 1em;
}
.icon-modal-reg-1 {
  font-size: 3.2rem;
  width: 0.84375em;
}
.icon-modal-reg-2 {
  font-size: 3rem;
  width: 0.8em;
}
.icon-telegram,
.icon-viber {
  font-size: 1.6rem;
  width: 1em;
}
.icon-vk {
  font-size: 2.4rem;
  width: 1em;
}
.icon-whatsapp {
  font-size: 1.6rem;
  width: 1em;
}
:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #dedede;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #323232;
  --bs-primary: #89785f;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #882b28;
  --bs-light: #f8f9fa;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-dark: #323232;
  --bs-primary-rgb: 137, 120, 95;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 136, 43, 40;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 50, 50, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 50, 50, 50;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "DIN2014", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #323232;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.1111111111rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.45833rem + 1.77632vw);
}
.h2,
h2 {
  font-size: calc(1.40278rem + 1.30263vw);
}
.h3,
h3 {
  font-size: calc(1.34722rem + 0.82895vw);
}
.h4,
h4 {
  font-size: calc(1.29167rem + 0.35526vw);
}
.h5,
h5 {
  font-size: 1.249999999rem;
}
.h6,
h6 {
  font-size: 0.9999999992rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #89785f;
  text-decoration: none;
}
a:hover {
  color: #6e604c;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #323232;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.21316vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.249999999rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 3.19737vw);
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: calc(1.575rem + 2.77105vw);
}
.display-3 {
  font-size: calc(1.525rem + 2.34474vw);
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: calc(1.475rem + 1.91842vw);
}
.display-5 {
  font-size: calc(1.425rem + 1.49211vw);
}
.display-5,
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: calc(1.375rem + 1.06579vw);
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.249999999rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
.container,
.container-base,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 15px);
  padding-right: var(--bs-gutter-x, 15px);
  width: 100%;
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(1rem + 1px);
  padding-top: calc(1rem + 1px);
}
.col-form-label-lg {
  font-size: 1.249999999rem;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.8749999993rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-text {
  color: #6c757d;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0.1666666667rem;
  color: #323232;
  display: block;
  font-size: 0.9999999992rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 1.1111111111rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #c4bcaf;
  box-shadow: none;
  color: #323232;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  -webkit-margin-end: 1.1111111111rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #323232;
  margin: -1rem -1.1111111111rem;
  margin-inline-end: 1.1111111111rem;
  padding: 1rem 1.1111111111rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 1.1111111111rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #323232;
  margin: -1rem -1.1111111111rem;
  margin-inline-end: 1.1111111111rem;
  padding: 1rem 1.1111111111rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #323232;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 1rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.8749999993rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.249999999rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 2rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: auto;
  padding: 1rem;
  width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border-radius: 0.1666666667rem;
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.1666666667rem;
  height: 1.5em;
}
.form-select,
.select2-container--default .select2-selection--single {
  -moz-padding-start: calc(1.11111rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 1.1111111111rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #dedede;
  border-radius: 0.1666666667rem;
  color: #323232;
  display: block;
  font-size: 0.9999999992rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 3.3333333333rem 1rem 1.1111111111rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-select:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #c4bcaf;
  box-shadow: 0 0 0 0.25rem rgba(137, 120, 95, 0.25);
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]),
.select2-container--default [multiple].select2-selection--single,
.select2-container--default [size].select2-selection--single:not([size="1"]) {
  background-image: none;
  padding-right: 1.1111111111rem;
}
.form-select:disabled,
.select2-container--default .select2-selection--single:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring,
.select2-container--default .select2-selection--single:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #323232;
}
.form-select-sm {
  font-size: 0.8749999993rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.form-select-lg {
  font-size: 1.249999999rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color-adjust: exact;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #c4bcaf;
  box-shadow: none;
  outline: 0;
}
.form-check-input:checked {
  background-color: #89785f;
  border-color: #89785f;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #89785f;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #89785f;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23c4bcaf'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .btn,
.btn-check:disabled + .modal-adult__foot-btn,
.btn-check:disabled + .modal-tg__foot-btn,
.btn-check:disabled + .prod-item__add-btn,
.btn-check:disabled + .prod-item__c-btn,
.btn-check:disabled + .sCart__btn,
.btn-check:disabled + .sCart__remove-btn,
.btn-check:disabled + .sCert__a-btn,
.btn-check:disabled + .sCert__share-btn,
.btn-check[disabled] + .btn,
.btn-check[disabled] + .modal-adult__foot-btn,
.btn-check[disabled] + .modal-tg__foot-btn,
.btn-check[disabled] + .prod-item__add-btn,
.btn-check[disabled] + .prod-item__c-btn,
.btn-check[disabled] + .sCart__btn,
.btn-check[disabled] + .sCart__remove-btn,
.btn-check[disabled] + .sCert__a-btn,
.btn-check[disabled] + .sCert__share-btn,
.modal-reg .btn-check:disabled + .form-wrap__btn,
.modal-reg .btn-check[disabled] + .form-wrap__btn,
.sCart .btn-check:disabled + .form-wrap__pay-btn,
.sCart .btn-check[disabled] + .form-wrap__pay-btn,
.sForm .btn-check:disabled + .form-wrap__btn,
.sForm .btn-check[disabled] + .form-wrap__btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #89785f;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #dcd7cf;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #89785f;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.form-range::-moz-range-thumb:active {
  background-color: #dcd7cf;
}
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.select2-container--default .form-floating > .select2-selection--single {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control,
.form-floating > label {
  padding: 1rem 1.1111111111rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select,
.select2-container--default .form-floating > .select2-selection--single {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.select2-container--default
  .form-floating
  > .select2-selection--single
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.select2-container--default .input-group > .select2-selection--single {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.select2-container--default .input-group > .select2-selection--single:focus {
  z-index: 3;
}
.input-group .btn,
.input-group .modal-adult__foot-btn,
.input-group .modal-tg__foot-btn,
.input-group .modal-reg .form-wrap__btn,
.input-group .prod-item__add-btn,
.input-group .prod-item__c-btn,
.input-group .sCart .form-wrap__pay-btn,
.input-group .sCart__btn,
.input-group .sCart__remove-btn,
.input-group .sCert__a-btn,
.input-group .sCert__share-btn,
.input-group .sForm .form-wrap__btn,
.modal-reg .input-group .form-wrap__btn,
.sCart .input-group .form-wrap__pay-btn,
.sForm .input-group .form-wrap__btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus,
.input-group .modal-adult__foot-btn:focus,
.input-group .modal-tg__foot-btn:focus,
.input-group .modal-reg .form-wrap__btn:focus,
.input-group .prod-item__add-btn:focus,
.input-group .prod-item__c-btn:focus,
.input-group .sCart .form-wrap__pay-btn:focus,
.input-group .sCart__btn:focus,
.input-group .sCart__remove-btn:focus,
.input-group .sCert__a-btn:focus,
.input-group .sCert__share-btn:focus,
.input-group .sForm .form-wrap__btn:focus,
.modal-reg .input-group .form-wrap__btn:focus,
.sCart .input-group .form-wrap__pay-btn:focus,
.sForm .input-group .form-wrap__btn:focus {
  z-index: 3;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #dedede;
  border-radius: 0.1666666667rem;
  color: #323232;
  display: flex;
  font-size: 0.9999999992rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 1.1111111111rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .modal-adult__foot-btn,
.input-group-lg > .modal-tg__foot-btn,
.input-group-lg > .prod-item__add-btn,
.input-group-lg > .prod-item__c-btn,
.input-group-lg > .sCart__btn,
.input-group-lg > .sCart__remove-btn,
.input-group-lg > .sCert__a-btn,
.input-group-lg > .sCert__share-btn,
.modal-reg .input-group-lg > .form-wrap__btn,
.sCart .input-group-lg > .form-wrap__pay-btn,
.select2-container--default .input-group-lg > .select2-selection--single,
.sForm .input-group-lg > .form-wrap__btn {
  border-radius: 0.3rem;
  font-size: 1.249999999rem;
  padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .modal-adult__foot-btn,
.input-group-sm > .modal-tg__foot-btn,
.input-group-sm > .prod-item__add-btn,
.input-group-sm > .prod-item__c-btn,
.input-group-sm > .sCart__btn,
.input-group-sm > .sCart__remove-btn,
.input-group-sm > .sCert__a-btn,
.input-group-sm > .sCert__share-btn,
.modal-reg .input-group-sm > .form-wrap__btn,
.sCart .input-group-sm > .form-wrap__pay-btn,
.select2-container--default .input-group-sm > .select2-selection--single,
.sForm .input-group-sm > .form-wrap__btn {
  border-radius: 0.2rem;
  font-size: 0.8749999993rem;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select,
.select2-container--default .input-group-lg > .select2-selection--single,
.select2-container--default .input-group-sm > .select2-selection--single {
  padding-right: 4.4444444444rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.valid-feedback {
  color: #198754;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.1666666667rem;
  color: #fff;
  display: none;
  font-size: 0.8749999993rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-select.is-valid,
.select2-container--default .is-valid.select2-selection--single,
.select2-container--default .was-validated .select2-selection--single:valid,
.was-validated .form-select:valid,
.was-validated .select2-container--default .select2-selection--single:valid {
  border-color: #198754;
}
.form-select.is-valid:focus,
.select2-container--default .is-valid.select2-selection--single:focus,
.select2-container--default
  .was-validated
  .select2-selection--single:valid:focus,
.was-validated .form-select:valid:focus,
.was-validated
  .select2-container--default
  .select2-selection--single:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.input-group .select2-container--default .is-valid.select2-selection--single,
.select2-container--default .input-group .is-valid.select2-selection--single,
.select2-container--default
  .was-validated
  .input-group
  .select2-selection--single:valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid,
.was-validated
  .input-group
  .select2-container--default
  .select2-selection--single:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.input-group
  .select2-container--default
  .is-valid.select2-selection--single:focus,
.select2-container--default
  .input-group
  .is-valid.select2-selection--single:focus,
.select2-container--default
  .was-validated
  .input-group
  .select2-selection--single:valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated
  .input-group
  .select2-container--default
  .select2-selection--single:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  color: #882b28;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(136, 43, 40, 0.9);
  border-radius: 0.1666666667rem;
  color: #fff;
  display: none;
  font-size: 0.8749999993rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #882b28;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #882b28;
  box-shadow: 0 0 0 0.25rem rgba(136, 43, 40, 0.25);
}
.form-select.is-invalid,
.select2-container--default .is-invalid.select2-selection--single,
.select2-container--default .was-validated .select2-selection--single:invalid,
.was-validated .form-select:invalid,
.was-validated .select2-container--default .select2-selection--single:invalid {
  border-color: #882b28;
}
.form-select.is-invalid:focus,
.select2-container--default .is-invalid.select2-selection--single:focus,
.select2-container--default
  .was-validated
  .select2-selection--single:invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated
  .select2-container--default
  .select2-selection--single:invalid:focus {
  border-color: #882b28;
  box-shadow: 0 0 0 0.25rem rgba(136, 43, 40, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #882b28;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #882b28;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 43, 40, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #882b28;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.input-group .select2-container--default .is-invalid.select2-selection--single,
.select2-container--default .input-group .is-invalid.select2-selection--single,
.select2-container--default
  .was-validated
  .input-group
  .select2-selection--single:invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid,
.was-validated
  .input-group
  .select2-container--default
  .select2-selection--single:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group
  .select2-container--default
  .is-invalid.select2-selection--single:focus,
.select2-container--default
  .input-group
  .is-invalid.select2-selection--single:focus,
.select2-container--default
  .was-validated
  .input-group
  .select2-selection--single:invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated
  .input-group
  .select2-container--default
  .select2-selection--single:invalid:focus {
  z-index: 3;
}
.btn,
.modal-adult__foot-btn,
.modal-tg__foot-btn,
.modal-reg .form-wrap__btn,
.prod-item__add-btn,
.prod-item__c-btn,
.sCart .form-wrap__pay-btn,
.sCart__btn,
.sCart__remove-btn,
.sCert__a-btn,
.sCert__share-btn,
.sForm .form-wrap__btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1666666667rem;
  color: #323232;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9999999992rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 2.1111111111rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn:hover,
.modal-adult__foot-btn:hover,
.modal-tg__foot-btn:hover,
.modal-reg .form-wrap__btn:hover,
.prod-item__add-btn:hover,
.prod-item__c-btn:hover,
.sCart .form-wrap__pay-btn:hover,
.sCart__btn:hover,
.sCart__remove-btn:hover,
.sCert__a-btn:hover,
.sCert__share-btn:hover,
.sForm .form-wrap__btn:hover {
  color: #323232;
}
.btn-check:focus + .btn,
.btn-check:focus + .modal-adult__foot-btn,
.btn-check:focus + .modal-tg__foot-btn,
.btn-check:focus + .prod-item__add-btn,
.btn-check:focus + .prod-item__c-btn,
.btn-check:focus + .sCart__btn,
.btn-check:focus + .sCart__remove-btn,
.btn-check:focus + .sCert__a-btn,
.btn-check:focus + .sCert__share-btn,
.btn:focus,
.modal-adult__foot-btn:focus,
.modal-tg__foot-btn:focus,
.modal-reg .btn-check:focus + .form-wrap__btn,
.modal-reg .form-wrap__btn:focus,
.prod-item__add-btn:focus,
.prod-item__c-btn:focus,
.sCart .btn-check:focus + .form-wrap__pay-btn,
.sCart .form-wrap__pay-btn:focus,
.sCart__btn:focus,
.sCart__remove-btn:focus,
.sCert__a-btn:focus,
.sCert__share-btn:focus,
.sForm .btn-check:focus + .form-wrap__btn,
.sForm .form-wrap__btn:focus {
  box-shadow: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled,
.disabled.modal-adult__foot-btn,
.disabled.modal-tg__foot-btn,
.disabled.prod-item__add-btn,
.disabled.prod-item__c-btn,
.disabled.sCart__btn,
.disabled.sCart__remove-btn,
.disabled.sCert__a-btn,
.disabled.sCert__share-btn,
.modal-adult__foot-btn:disabled,
.modal-tg__foot-btn:disabled,
.modal-reg .disabled.form-wrap__btn,
.modal-reg .form-wrap__btn:disabled,
.modal-reg fieldset:disabled .form-wrap__btn,
.prod-item__add-btn:disabled,
.prod-item__c-btn:disabled,
.sCart .disabled.form-wrap__pay-btn,
.sCart .form-wrap__pay-btn:disabled,
.sCart__btn:disabled,
.sCart__remove-btn:disabled,
.sCart fieldset:disabled .form-wrap__pay-btn,
.sCert__a-btn:disabled,
.sCert__share-btn:disabled,
.sForm .disabled.form-wrap__btn,
.sForm .form-wrap__btn:disabled,
.sForm fieldset:disabled .form-wrap__btn,
fieldset:disabled .btn,
fieldset:disabled .modal-adult__foot-btn,
fieldset:disabled .modal-tg__foot-btn,
fieldset:disabled .modal-reg .form-wrap__btn,
fieldset:disabled .prod-item__add-btn,
fieldset:disabled .prod-item__c-btn,
fieldset:disabled .sCart .form-wrap__pay-btn,
fieldset:disabled .sCart__btn,
fieldset:disabled .sCart__remove-btn,
fieldset:disabled .sCert__a-btn,
fieldset:disabled .sCert__share-btn,
fieldset:disabled .sForm .form-wrap__btn {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary,
.modal-adult__foot-btn,
.modal-tg__foot-btn,
.modal-reg .form-wrap__btn {
  background-color: #89785f;
  border-color: #89785f;
  color: #000;
}
.btn-primary:hover,
.modal-adult__foot-btn:hover,
.modal-tg__foot-btn:hover,
.modal-reg .form-wrap__btn:hover {
  background-color: #9b8c77;
  border-color: #95866f;
  color: #000;
}
.btn-check:focus + .btn-primary,
.btn-check:focus + .modal-adult__foot-btn,
.btn-check:focus + .modal-tg__foot-btn,
.btn-primary:focus,
.modal-adult__foot-btn:focus,
.modal-tg__foot-btn:focus,
.modal-reg .btn-check:focus + .form-wrap__btn,
.modal-reg .form-wrap__btn:focus {
  background-color: #9b8c77;
  border-color: #95866f;
  box-shadow: 0 0 0 0.25rem rgba(116, 102, 81, 0.5);
  color: #000;
}
.active.modal-adult__foot-btn,
.active.modal-tg__foot-btn,
.btn-check:active + .btn-primary,
.btn-check:active + .modal-adult__foot-btn,
.btn-check:active + .modal-tg__foot-btn,
.btn-check:checked + .btn-primary,
.btn-check:checked + .modal-adult__foot-btn,
.btn-check:checked + .modal-tg__foot-btn,
.btn-primary.active,
.btn-primary:active,
.modal-adult__foot-btn:active,
.modal-tg__foot-btn:active,
.modal-reg .active.form-wrap__btn,
.modal-reg .btn-check:active + .form-wrap__btn,
.modal-reg .btn-check:checked + .form-wrap__btn,
.modal-reg .form-wrap__btn:active,
.modal-reg .show > .dropdown-toggle.form-wrap__btn,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.modal-adult__foot-btn,
.show > .dropdown-toggle.modal-tg__foot-btn {

  background-color: #a1937f;
  border-color: #95866f;
  color: #000;
}
.active.modal-adult__foot-btn:focus,
.active.modal-tg__foot-btn:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:active + .modal-adult__foot-btn:focus,
.btn-check:active + .modal-tg__foot-btn:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:checked + .modal-adult__foot-btn:focus,
.btn-check:checked + .modal-tg__foot-btn:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.modal-adult__foot-btn:active:focus,
.modal-tg__foot-btn:active:focus,
.modal-reg .active.form-wrap__btn:focus,
.modal-reg .btn-check:active + .form-wrap__btn:focus,
.modal-reg .btn-check:checked + .form-wrap__btn:focus,
.modal-reg .form-wrap__btn:active:focus,
.modal-reg .show > .dropdown-toggle.form-wrap__btn:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.modal-adult__foot-btn:focus,
.show > .dropdown-toggle.modal-tg__foot-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 102, 81, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.modal-adult__foot-btn,
.modal-adult__foot-btn:disabled,
.disabled.modal-tg__foot-btn,
.modal-tg__foot-btn:disabled,
.modal-reg .disabled.form-wrap__btn,
.modal-reg .form-wrap__btn:disabled {
  background-color: #89785f;
  border-color: #89785f;
  color: #000;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.modal-tg {
  max-width: 500px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.modal-tg__content {
  margin-bottom: 30px;
}

.modal-tg__img {
  margin-bottom: 20px;
}

.modal-tg__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.modal-tg__descr {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.modal-tg__foot-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #862D2B;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-tg__close-btn {
  background: none;
  border: none;
  color: #862D2B;
  cursor: pointer;
  font-size: 14px;
}
  */
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #565e64;
  border-color: #51585e;
  color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #146c43;
  border-color: #13653f;
  color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #3dd5f3;
  border-color: #25cff2;
  color: #000;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ffcd39;
  border-color: #ffc720;
  color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-danger,
.sCert__a-btn,
.sForm .form-wrap__btn {
  background-color: #882b28;
  border-color: #882b28;
  color: #fff;
}
.btn-danger:hover,
.sCert__a-btn:hover,
.sForm .form-wrap__btn:hover {
  background-color: #742522;
  border-color: #6d2220;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-check:focus + .sCert__a-btn,
.btn-danger:focus,
.sCert__a-btn:focus,
.sForm .btn-check:focus + .form-wrap__btn,
.sForm .form-wrap__btn:focus {
  background-color: #742522;
  border-color: #6d2220;
  box-shadow: 0 0 0 0.25rem rgba(154, 75, 72, 0.5);
  color: #fff;
}
.active.sCert__a-btn,
.btn-check:active + .btn-danger,
.btn-check:active + .sCert__a-btn,
.btn-check:checked + .btn-danger,
.btn-check:checked + .sCert__a-btn,
.btn-danger.active,
.btn-danger:active,
.sCert__a-btn:active,
.sForm .active.form-wrap__btn,
.sForm .btn-check:active + .form-wrap__btn,
.sForm .btn-check:checked + .form-wrap__btn,
.sForm .form-wrap__btn:active,
.sForm .show > .dropdown-toggle.form-wrap__btn,
.show > .btn-danger.dropdown-toggle,
.show > .dropdown-toggle.sCert__a-btn {
  background-color: #6d2220;
  border-color: #66201e;
  color: #fff;
}
.active.sCert__a-btn:focus,
.btn-check:active + .btn-danger:focus,
.btn-check:active + .sCert__a-btn:focus,
.btn-check:checked + .btn-danger:focus,
.btn-check:checked + .sCert__a-btn:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.sCert__a-btn:active:focus,
.sForm .active.form-wrap__btn:focus,
.sForm .btn-check:active + .form-wrap__btn:focus,
.sForm .btn-check:checked + .form-wrap__btn:focus,
.sForm .form-wrap__btn:active:focus,
.sForm .show > .dropdown-toggle.form-wrap__btn:focus,
.show > .btn-danger.dropdown-toggle:focus,
.show > .dropdown-toggle.sCert__a-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 75, 72, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled,
.disabled.sCert__a-btn,
.sCert__a-btn:disabled,
.sForm .disabled.form-wrap__btn,
.sForm .form-wrap__btn:disabled {
  background-color: #882b28;
  border-color: #882b28;
  color: #fff;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-white,
.btn-white,
.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85%, 0.5);
}
.btn-check:active + .btn-white,
.btn-check:checked + .btn-white,
.btn-white.active,
.btn-white:active,
.show > .btn-white.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-check:active + .btn-white:focus,
.btn-check:checked + .btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85%, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-black,
.btn-black:focus,
.btn-black:hover,
.btn-check:focus + .btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-black:focus,
.btn-check:focus + .btn-black {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black.active,
.btn-black:active,
.btn-check:active + .btn-black,
.btn-check:checked + .btn-black,
.show > .btn-black.dropdown-toggle {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-black.active:focus,
.btn-black:active:focus,
.btn-check:active + .btn-black:focus,
.btn-check:checked + .btn-black:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-dark {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #2b2b2b;
  border-color: #282828;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 81, 81, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #282828;
  border-color: #262626;
  color: #fff;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(81, 81, 81, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.btn-outline-primary {
  border-color: #89785f;
  color: #89785f;
}
.btn-outline-primary:hover {
  background-color: #89785f;
  border-color: #89785f;
  color: #000;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(137, 120, 95, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #89785f;
  border-color: #89785f;
  color: #000;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(137, 120, 95, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #89785f;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-success {
  border-color: #198754;
  color: #198754;
}
.btn-outline-success:hover {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #198754;
}
.btn-outline-info {
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.btn-outline-info:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #0dcaf0;
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-danger {
  border-color: #882b28;
  color: #882b28;
}
.btn-outline-danger:hover {
  background-color: #882b28;
  border-color: #882b28;
  color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 43, 40, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #882b28;
  border-color: #882b28;
  color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 43, 40, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #882b28;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-white,
.sCart .form-wrap__pay-btn,
.sCart__remove-btn {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover,
.sCart .form-wrap__pay-btn:hover,
.sCart__remove-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-check:focus + .btn-outline-white,
.btn-check:focus + .sCart__remove-btn,
.btn-outline-white:focus,
.sCart .btn-check:focus + .form-wrap__pay-btn,
.sCart .form-wrap__pay-btn:focus,
.sCart__remove-btn:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.active.sCart__remove-btn,
.btn-check:active + .btn-outline-white,
.btn-check:active + .sCart__remove-btn,
.btn-check:checked + .btn-outline-white,
.btn-check:checked + .sCart__remove-btn,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active,
.dropdown-toggle.show.sCart__remove-btn,
.sCart .active.form-wrap__pay-btn,
.sCart .btn-check:active + .form-wrap__pay-btn,
.sCart .btn-check:checked + .form-wrap__pay-btn,
.sCart .dropdown-toggle.show.form-wrap__pay-btn,
.sCart .form-wrap__pay-btn:active,
.sCart__remove-btn:active {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.active.sCart__remove-btn:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-check:active + .sCart__remove-btn:focus,
.btn-check:checked + .btn-outline-white:focus,
.btn-check:checked + .sCart__remove-btn:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus,
.dropdown-toggle.show.sCart__remove-btn:focus,
.sCart .active.form-wrap__pay-btn:focus,
.sCart .btn-check:active + .form-wrap__pay-btn:focus,
.sCart .btn-check:checked + .form-wrap__pay-btn:focus,
.sCart .dropdown-toggle.show.form-wrap__pay-btn:focus,
.sCart .form-wrap__pay-btn:active:focus,
.sCart__remove-btn:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled,
.disabled.sCart__remove-btn,
.sCart .disabled.form-wrap__pay-btn,
.sCart .form-wrap__pay-btn:disabled,
.sCart__remove-btn:disabled {
  background-color: transparent;
  color: #fff;
}
.btn-outline-black,
.prod-item__add-btn {
  border-color: #000;
  color: #000;
}
.btn-outline-black:hover,
.prod-item__add-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-check:focus + .btn-outline-black,
.btn-check:focus + .prod-item__add-btn,
.btn-outline-black:focus,
.prod-item__add-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.active.prod-item__add-btn,
.btn-check:active + .btn-outline-black,
.btn-check:active + .prod-item__add-btn,
.btn-check:checked + .btn-outline-black,
.btn-check:checked + .prod-item__add-btn,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show,
.btn-outline-black:active,
.dropdown-toggle.show.prod-item__add-btn,
.prod-item__add-btn:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.active.prod-item__add-btn:focus,
.btn-check:active + .btn-outline-black:focus,
.btn-check:active + .prod-item__add-btn:focus,
.btn-check:checked + .btn-outline-black:focus,
.btn-check:checked + .prod-item__add-btn:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus,
.btn-outline-black:active:focus,
.dropdown-toggle.show.prod-item__add-btn:focus,
.prod-item__add-btn:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled,
.disabled.prod-item__add-btn,
.prod-item__add-btn:disabled {
  background-color: transparent;
  color: #000;
}
.btn-outline-dark {
  border-color: #323232;
  color: #323232;
}
.btn-outline-dark:hover {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 50, 50, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 50, 50, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #323232;
}
.btn-link {
  color: #89785f;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #6e604c;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.249999999rem;
  padding: 0.5rem 1rem;
}
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.8749999993rem;
  padding: 0.25rem 0.5rem;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.link-primary {
  color: #89785f;
}
.link-primary:focus,
.link-primary:hover {
  color: #a1937f;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #882b28;
}
.link-danger:focus,
.link-danger:hover {
  color: #6d2220;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-white,
.link-white:focus,
.link-white:hover {
  color: #fff;
}
.link-black,
.link-black:focus,
.link-black:hover {
  color: #000;
}
.link-dark {
  color: #323232;
}
.link-dark:focus,
.link-dark:hover {
  color: #282828;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.hstack {
  align-items: center;
  flex-direction: row;
}
.hstack,
.vstack {
  align-self: stretch;
  display: flex;
}
.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #89785f !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #882b28 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-white {
  border-color: #fff !important;
}
.border-black {
  border-color: #000 !important;
}
.border-dark {
  border-color: #323232 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.45833rem + 1.77632vw) !important;
}
.fs-2 {
  font-size: calc(1.40278rem + 1.30263vw) !important;
}
.fs-3 {
  font-size: calc(1.34722rem + 0.82895vw) !important;
}
.fs-4 {
  font-size: calc(1.29167rem + 0.35526vw) !important;
}
.fs-5 {
  font-size: 1.249999999rem !important;
}
.fs-6 {
  font-size: 0.9999999992rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.1666666667rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.1666666667rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.1666666667rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.1666666667rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.1666666667rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.1666666667rem !important;
}
.rounded-start {
  border-top-left-radius: 0.1666666667rem !important;
}
.visible {
  visibility: visible !important;
}
.custom-input input,
.invisible {
  visibility: hidden !important;
}
:root {
  --animate-delay: 1.2s;
  --sPT: 3.3333333333rem;
  --sPB: 3.3333333333rem;
  --sTPB: 2.5rem;
  --bs-body-font-size: 13px;
  --shift-top: 2.2222222222rem;
  --swiperArrowSize: 3.7777777778rem;
  --swiperArrowPosition: calc(var(--swiperArrowSize) * -1 / 2);
  --swiperBorderColorDef: var(--bs-primary);
  --swiperColorDef: var(--bs-primary);
  --swiperBgDef: #fff;
  --swiperBorderColorDefHover: var(--bs-primary);
  --swiperColorDefHover: var(--bs-primary);
  --swiperBgDefHover: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.77);
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0/0.4));
}
.pixel-perfect {
  background-position: center 0;
  display: block;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
body,
html {
  font-size: var(--bs-body-font-size);
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 36, 41, 0);
}
body {
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
body.fancybox-active,
body.fixed {
  margin-right: var(--spacing-end);
}
body.fancybox-active .header,
body.fixed .header {
  padding-right: var(--spacing-end);
}
body.loaded_hiding {
  --s: 0.36s;
  opacity: 0;
  pointer-events: none;
  transition: all var(--s) ease-in-out;
}
body.loaded_hiding:before {
  display: none;
}
body.loaded {
  opacity: 1;
  pointer-events: visible;
}
body:before {
  --s: 0.36s;
  background-color: #323232;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
  z-index: -1;
}
body.fancybox-active,
body.fixed {
  overflow: hidden;
}
body.fixed {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
body.fixed:before {
  opacity: 0.76;
  z-index: 999;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  width: 100%;
}
.section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--sPB);
  padding-top: var(--sPT);
}
.section-title {
  padding-bottom: var(--sTPB);
}
.section-title > :last-child {
  margin-bottom: 0;
}
.mono {
  font-family: var(--bs-font-monospace);
}
.small {
  font-size: 0.7777777778rem;
}
.tdn {
  text-decoration: none !important;
}
.ttu {
  text-transform: uppercase;
}
.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-900 {
  font-weight: 900;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-100 {
  font-weight: 100;
}
.row--sm {
  --bg-gutter-x: 1.1111111111rem;
}
.slick-slide img {
  display: inline;
}
.image-source-link {
  color: #98c3d1;
}
.slick-slide {
  outline: 0 !important;
}
.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow.l {
  left: 0;
}
.slick-arrow.l svg {
  transform: rotateY(180deg);
}
.slick-arrow.r {
  right: 0;
}
.slick-arrow svg {
  height: auto;
  width: 17px;
}
.strong {
  font-weight: 700;
}
ul {
  padding-left: 0;
}
.res-i,
picture img {
  height: auto;
  max-width: 100%;
}
.img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.img-bg img {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bgs {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
.tabs__btn-accordion {
  width: 100%;
}
.tabs__btn:hover {
  cursor: pointer;
}
.tabs__content {
  --s: 0.36s;
  display: none;
  opacity: 0;
  transition: all var(--s) ease-in-out;
}
.tabs__content.active {
  display: block;
  opacity: 1;
}
.custom-input input,
.invisible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.control-wrap {
  position: relative;
}
.swiper-button-hand {
  --s: 0.36s;
  background-color: var(--swiperBgDef);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid var(--swiperBorderColorDef);
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
  color: var(--swiperColorDef);
  height: var(--swiperArrowSize);
  margin: auto 0;
  outline: none !important;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--swiperArrowSize);
  z-index: 300;
}
.swiper-button-hand:hover {
  background-color: var(--swiperBgDefHover);
  border-color: var(--swiperBorderColorDefHover);
  color: var(--swiperColorDefHover);
}
.swiper-button-hand .icon {
  font-size: 0.6666666667rem;
}
.swiper-button-hand:after {
  display: none;
}
.swiper-button-hand-next {
  right: var(--swiperArrowPosition);
}
.swiper-button-hand-prev {
  left: var(--swiperArrowPosition);
}
picture {
  display: block;
}
img.object-fit-js {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.object-fit-js img,
img.img-bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
a {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.picture-bg,
img.img-bg {
  z-index: -1;
}
.picture-bg,
.picture-bg .object-fit-js,
img.img-bg,
img.img-bg .object-fit-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-wrap {
  position: relative;
  z-index: 2;
}
.browsehappy {
  background: #000;
  color: #fff;
  font-size: 10px;
  min-height: 100px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
iframe {
  border: none;
}
.custom-scroll {
  scrollbar-color: var(--bs-primary) transparent;
  scrollbar-width: thin;
}
.custom-scroll::-webkit-scrollbar-thumb {
  display: block;
  opacity: 1;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border: transparent;
  -webkit-box-shadow: none;
}
.custom-scroll::-webkit-scrollbar {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  height: 2px;
  opacity: 0;
  width: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 2.5px;
}
.custom-scroll::-webkit-scrollbar-button {
  display: none;
}
::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%2389785F" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
.h1,
h1 {
  line-height: 1.25;
}
.h2,
h2 {
  line-height: 1.26;
}
.h4,
h4 {
  line-height: 1.2666666667;
}
.accept-ratio-frame,
.sSlider__img {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.accept-ratio-frame:hover img,
.sSlider__img:hover img {
  filter: brightness(80%);
}
.accept-ratio-frame img,
.sSlider__img img {
  --s: 0.36s;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
}
.accept-ratio-frame-nh,
.sAbout__portrait {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.accept-ratio-frame-nh img,
.sAbout__portrait img {
  --s: 0.36s;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
}
.swiper-pagination {
  text-align: center;
  width: 100%;
}
.swiper-pagination-bullet {
  --s: 0.36s;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-left: 0.4444444444rem;
  margin-right: 0.2777777778rem;
  opacity: 1;
  outline: none !important;
  transition: all var(--s) ease-in-out;
  width: 8px;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background-color: var(--bs-primary);
}
.swiper-pagination-progressbar {
  background-color: transparent;
  height: 6px !important;
  position: relative;
  z-index: 1;
}
.swiper-pagination-progressbar:after {
  background-color: #9a9a9a;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.swiper-pagination-progressbar-fill {
  background-color: #000 !important;
  display: block;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.footer {
  background-color: #882b28;
  margin-top: auto;
  padding: 1.7222222222rem 0;
}
.footer .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.footer .menu a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1875;
  padding: 0.5555555556rem;
}
.footer .menu a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.footer__logo {
  display: block;
  margin: 0 auto;
  width: 13.2222222222rem;
}
.footer__logo img {
  width: 100%;
}
.form-wrap__input {
  resize: none;
}
.form-wrap__btn {
  cursor: pointer;
}
.form-wrap label {
  display: block;
  width: 100%;
}
.parsley-error {
  border: 2px solid red !important;
  -o-border-image: none;
  border-image: none;
  color: red;
  outline: 0 !important;
}
.parsley-success {
  border: 2px solid #00d600 !important;
}
.parsley-errors-list {
  color: red;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select::-ms-expand {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select2-container--default .select2-selection--single {
  height: auto !important;
  padding-left: 0.5555555556rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.headerBlock {
  --s: 0.36s;
  --sPT: 5.0555555556rem;
  --sPB: 3.6111111111rem;
  --sTPB: 1.7222222222rem;
  min-height: calc(100vh - var(--shift-top) * 1.5);
  padding-bottom: calc(var(--header-h) + var(--sPT));
  padding-top: 8.3333333333rem;
  position: relative;
  transition: all var(--s) ease-in-out;
  z-index: 1;
}
.headerBlock__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.headerBlock__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.headerBlock .section-title {
  color: #ffffff;
  margin: 0 auto;
  max-width: 47.3888888889rem;
}
.headerBlock .section-title .h1,
.headerBlock .section-title .h2,
.headerBlock .section-title h1,
.headerBlock .section-title h2 {
  color: #ffffff;
  font-weight: 400;
}
.headerBlock .section-title p {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 91%;
}
.soc {
  --bs-gutter-x: 10px;
  display: flex;
  margin-left: calc(var(--bs-gutter-x) * -1 / 2);
  margin-right: calc(var(--bs-gutter-x) * -1 / 2);
}
.soc > * {
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
}
.soc__item {
  --s: 0.36s;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  transition: all var(--s) ease-in-out;
  vertical-align: middle;
}
.soc .icon {
  font-size: 1.6666666667rem;
}
.counter {
  counter-reset: num;
}
.counter__item {
  position: relative;
}
.counter__item:before {
  content: counter(num);
  counter-increment: num;
}
.modal-win {
  border-radius: 0.2777777778rem !important;
  max-width: 27.7777777778rem;
  position: relative;
  width: 100%;
}
.modal-win .carousel__button.is-close {
  color: #000;
  font-size: 2.2222222222rem;
  font-weight: 100;
  right: 0.5555555556rem !important;
  top: 0.5555555556rem !important;
}
.fancybox__container {
  --carousel-button-svg-filter: none !important;
  z-index: 10000;
}
.modal-thanks {
  max-width: 36.4444444444rem !important;
  padding: 2.6666666667rem 1.7777777778rem;
}
.modal-thanks__img {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-bottom: 0.9444444444rem;
  width: 100%;
}
.modal-thanks__img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.modal-thanks__title {
  margin-bottom: 0.5555555556rem;
}
.modal-thanks__descr {
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
}
.modal-adult {
  max-width: 36.4444444444rem !important;
  padding: 0 !important;
}
.modal-adult__content {
  padding: 2.2222222222rem 1.6666666667rem;
}

.modal-tg {
  max-width: 26rem !important;
  padding: 0 !important;
}
.modal-tg__content {
  padding: 2.2222222222rem 1.6666666667rem;
}


.modal-adult__img, .modal-tg__img  {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-bottom: 1.3333333333rem;
  width: 100%;
}
.modal-adult__img img, .modal-tg__img img  {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.modal-adult__title, .modal-tg__title  {
  margin-bottom: 0.8333333333rem;
}
.modal-adult__descr, .modal-tg__descr {
  margin-bottom: 1.6666666667rem;
}
.modal-adult__check-box {
  align-items: center;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
}
.modal-adult__check-box input:checked + .square:after {
  opacity: 1;
}
.modal-adult__check-box .square {
  border: 2px solid #89785f;
  border-radius: 0.2222222222rem;
  flex-shrink: 0;
  height: 1.1111111111rem;
  position: relative;
  width: 1.1111111111rem;
}
.modal-adult__check-box .square:after {
  --s: 0.36s;
  background-image: url(../img/svg/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5555555556rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all var(--s) ease-in-out;
  width: 0.5555555556rem;
}
.modal-adult__check-box .txt {
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
  margin-left: 0.5rem;
}
/*--------------------------------------------------------------------*/
.modal-adult__foot-btn , .modal-tg__foot-btn  {
  color: #fff !important;
  font-size: 1.1111111111rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.modal-reg {
  max-width: 50.0555555556rem !important;
  padding: 0 !important;
}
.modal-reg .carousel__button.is-close {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 2.2222222222rem;
  font-weight: 100;
}
.modal-reg__img {
  background: #323232;
  min-height: 100%;
  width: 16.7222222222rem;
}
.modal-reg__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.modal-reg .form-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.modal-reg .form-wrap__steps,
.modal-reg .form-wrap form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.modal-reg .form-wrap__step {
  display: none;
  flex-direction: column;
  flex-grow: 1;
}
.modal-reg .form-wrap__step.active {
  display: flex;
}
.modal-reg .form-wrap__step-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem 1.3333333333rem 1.1111111111rem;
}
.modal-reg .form-wrap__icon-row {
  --bs-gutter-x: 1.8333333333rem;
  --bs-gutter-y: 0.5555555556rem;
  padding-bottom: 1.8888888889rem;
}
.modal-reg .form-wrap__icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 3.1666666667rem;
  justify-content: center;
  padding: 0.5555555556rem;
  width: 3.1666666667rem;
}
.modal-reg .form-wrap__icon.current {
  --icon-col: #000;
  border: 1px solid #000;
}
.modal-reg .form-wrap__icon.next {
  --icon-col: #dadada;
  border: 1px dashed #dadada;
}
.modal-reg .form-wrap__icon.done {
  --icon-col: #89785f;
  border: 1px solid #89785f;
}
.modal-reg .form-wrap__icon .icon {
  color: var(--icon-col, #000);
  font-size: 1.3333333333rem;
}
.modal-reg .form-wrap__title {
  margin-bottom: 0.5555555556rem;
}
.modal-reg .form-wrap__descr {
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
}
.modal-reg .form-wrap__inputs {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.2777777778rem;
  width: 100%;
}
.modal-reg .form-wrap__inputs > * {
  margin-bottom: 0.5555555556rem;
}
.modal-reg .form-wrap__inputs > :last-child {
  margin-bottom: 0;
}
.modal-reg .form-wrap__input--regular {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  color: #000 !important;
  padding: 0.8333333333rem 0;
}
.modal-reg .form-wrap__input--regular::-webkit-input-placeholder {
  color: #000;
}
.modal-reg .form-wrap__input--regular:-moz-placeholder,
.modal-reg .form-wrap__input--regular::-moz-placeholder {
  color: #000;
}
.modal-reg .form-wrap__input--regular:-ms-input-placeholder {
  color: #000;
}
.modal-reg .form-wrap__input--c-num {
  border: none !important;
  color: #bababa;
  font-family: Merriweather;
  font-size: 1.6666666667rem;
  font-weight: 700;
  line-height: 1.2666666667;
  margin-bottom: 1.2777777778rem;
  padding: 0 !important;
  text-align: center;
}
.modal-reg .form-wrap__input--c-num::-webkit-input-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__input--c-num:-moz-placeholder,
.modal-reg .form-wrap__input--c-num::-moz-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__input--c-num:-ms-input-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__input--c-code {
  border-radius: 3.3333333333rem;
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  max-width: 13.8888888889rem;
  padding: 0.6666666667rem 1.7777777778rem;
  text-align: center;
}
.modal-reg .form-wrap__input--c-code::-webkit-input-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__input--c-code:-moz-placeholder,
.modal-reg .form-wrap__input--c-code::-moz-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__input--c-code:-ms-input-placeholder {
  color: #9a9a9a;
}
.modal-reg .form-wrap__no-cert {
  font-size: 1rem;
  line-height: 1.2777777778;
  margin-top: auto;
  padding-top: 0.5555555556rem;
}
.modal-reg .form-wrap__no-cert a {
  border-bottom: 1px dashed;
  border-top: 1px dashed transparent;
  color: #89785f;
  display: inline-block;
}
.modal-reg .form-wrap__no-cert a:hover {
  border-bottom: 1px dashed transparent;
}
.modal-reg .form-wrap__btn {
  box-shadow: none !important;
  color: #fff !important;
  display: block;
  font-size: 1.1111111111rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  padding: 1.1666666667rem 3.0555555556rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.modal-reg .form-wrap__btn--reg:after {
  background-image: url(../img/svg/chevron-right-big.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.1111111111rem;
  position: absolute;
  right: 1.3333333333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1111111111rem;
  z-index: 2;
}
.sAbout {
  --sPT: 1.6666666667rem;
  --sPB: 3.3333333333rem;
  --sTPB: 0rem;
  position: relative;
  z-index: 1;
}
.sAbout .section-title .h2,
.sAbout .section-title h2,
.sAbout .section-title p {
  margin-bottom: 2.1111111111rem;
}
.sAbout .section-title p {
  font-size: 1.5555555556rem;
  line-height: 1.1428571429;
}
.sAbout__box {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2rem 2.6666666667rem;
}
.sAbout__box p {
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.4444444444rem;
}
.sAbout__row {
  --bs-gutter-y: 2.5rem;
}
.sAbout__portrait {
  padding-top: 100%;
}
.gray-txt {
  --s: 0.36s;
  color: #f5f5f5;
  display: none;
  font-family: Merriweather;
  font-size: calc(1.79167rem + 4.61842vw);
  font-weight: 700;
  left: 0;
  line-height: 1;
  opacity: 0.7;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  z-index: -1;
}
.sCart {
  --sPT: 4.4444444444rem;
  --sPB: 3.8333333333rem;
  --sTPB: 2.5rem;
  background-color: #882b28;
}
.sCart,
.sCart .h1,
.sCart .h2,
.sCart .h3,
.sCart .h4,
.sCart h1,
.sCart h2,
.sCart h3,
.sCart h4 {
  color: #fff;
}
.sCart__left-col {
  position: relative;
}
.sCart__left-col:after {
  background: #fff;
  height: calc(100% + 4.44444rem);
  position: absolute;
  top: -2.3888888889rem;
  width: 1px;
}
.sCart__title {
  color: #fff;
  font-size: 1.6666666667rem;
  font-weight: 400;
  margin-bottom: 1.8333333333rem;
}
.sCart__items {
  counter-reset: list 0;
}
.sCart__item {
  border: 1px solid #fff;
  border-radius: 0.1666666667rem;
  list-style-type: none;
  margin-bottom: 0.6666666667rem;
  padding: 0.8888888889rem 1.1111111111rem;
}
.sCart__item:last-child {
  margin-bottom: 0;
}
.sCart__i-row {
  --bs-gutter-x: 1.6666666667rem;
}
.sCart__num {
  color: #dadada;
  font-family: Bodoni;
  font-size: 1.4444444444rem;
  line-height: 1;
}
.sCart__num:after {
  content: "0" counter(list);
  counter-increment: list;
}
.sCart__name {
  font-size: 1.2777777778rem;
  line-height: 1.2608695652;
}
.sCart__descr {
  color: #fff;
  font-size: 1.1111111111rem;
  line-height: 1.3;
  text-transform: lowercase;
}
.sCart__control {
  position: relative;
  width: 7rem;
  z-index: 1;
}
.sCart__input {
  background-color: transparent !important;
  border-color: #fff !important;
  border-radius: 2.2222222222rem;
  color: #fff !important;
  font-size: 1.2777777778rem;
  line-height: 1.3043478261;
  padding: 0.2222222222rem 2.5rem;
  text-align: center;
}
.sCart__btn {
  --s: 0.36s;
  background-color: transparent;
  color: #fff;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 2.2222222222rem;
}
.sCart__btn:hover {
  background-color: #fff;
  color: #000;
}
.sCart__btn:after {
  background-color: #fff;
  content: "";
  height: calc(100% - 0.88889rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.sCart__btn--minus {
  border-radius: 2.2222222222rem 0 0 2.2222222222rem;
  left: 0;
}
.sCart__btn--minus:after {
  right: 0;
}
.sCart__btn--plus {
  border-radius: 0 2.2222222222rem 2.2222222222rem 0;
  right: 0;
}
.sCart__btn--plus:after {
  left: 0;
}
.sCart__price {
  color: #fff;
  font-size: 1.2777777778rem;
  font-weight: 600;
  line-height: 1.2608695652;
  min-width: 5.5555555556rem;
  text-align: right;
}
.sCart__remove-btn {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 1.6666666667rem !important;
  font-weight: 300;
  height: 2.6111111111rem;
  justify-content: center;
  padding: 0 !important;
  text-align: center;
  width: 2.6111111111rem;
}
.sCart .form-wrap__inputs {
  margin-bottom: 2.6666666667rem;
}
.sCart .form-wrap__input-wrap {
  margin-bottom: 0.3333333333rem;
}
.sCart .form-wrap__input-wrap:last-child {
  margin-bottom: 0;
}
.sCart .form-wrap .label {
  margin-bottom: 1.3333333333rem;
  position: relative;
}
.sCart .form-wrap .label input.not-empty + span,
.sCart .form-wrap .label input:focus + span,
.sCart .form-wrap .label select.not-empty + span,
.sCart .form-wrap .label select:focus + span,
.sCart .form-wrap .label textarea.not-empty + span,
.sCart .form-wrap .label textarea:focus + span {
  top: -1.11111rem !important;
}
.sCart .form-wrap__l-title {
  --s: 0.36s;
  font-size: 1.1111111111rem;
  font-weight: 300;
  left: 0;
  line-height: 1.3;
  pointer-events: none;
  position: absolute;
  top: 0.8333333333rem;
  transition: all var(--s) ease-in-out;
}
.sCart .form-wrap__input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  border-top: 1px solid transparent !important;
  color: #fff !important;
  font-size: 1.1111111111rem;
  line-height: 1.3;
  padding: 0.8333333333rem 0 !important;
}
.sCart .form-wrap__input::-webkit-input-placeholder {
  color: #fff;
}
.sCart .form-wrap__input:-moz-placeholder,
.sCart .form-wrap__input::-moz-placeholder {
  color: #fff;
}
.sCart .form-wrap__input:-ms-input-placeholder {
  color: #fff;
}
.sCart .form-wrap__pay-btn {
  font-size: 1.2222222222rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2727272727;
  min-width: 12.6111111111rem;
  position: relative;
  text-transform: uppercase;
}
.sCart .form-wrap__pay-btn:after {
  background-color: #882b28;
  content: "";
  height: calc(100% - 10px);
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.sCart .form-wrap__pay-btn:before {
  --s: 0.36s;
  background-image: url(../img/svg/long-arrow-right-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.2222222222rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  transition: all var(--s) ease-in-out;
  width: 2.5rem;
  z-index: 2;
}
.sCart .form-wrap__pay-btn:hover:after {
  opacity: 0;
}
.sCart .form-wrap__pay-btn:hover:before {
  transform: translateY(-50%) translateX(150%);
}
.cart-radio {
  cursor: pointer;
}
.cart-radio input:checked + .circle {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.cart-radio .circle {
  --s: 0.36s;
  align-items: center;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 3.3333333333rem;
  color: #fff;
  display: flex;
  font-family: Bodoni;
  font-size: 0.9444444444rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  line-height: 1.4117647059;
  min-width: 2rem;
  text-align: center;
  transition: all var(--s) ease-in-out;
}
.sCert {
  --sPT: 3.6111111111rem;
  --sPB: 0rem;
  --sTPB: 2.3888888889rem;
}
.sCert .gray-txt {
  margin-bottom: 2.2222222222rem;
  position: static;
}
.sCert__top-row {
  padding-bottom: 2.2222222222rem;
}
.sCert__descr-title {
  color: #000;
  font-family: Merriweather;
  font-size: 1.1111111111rem;
  line-height: 1.25;
  margin-bottom: 1.0555555556rem;
}
.sCert__descr {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2777777778;
}
.sCert__descr > :last-child {
  margin-bottom: 0;
}
.sCert__descr p {
  margin-bottom: 0.4444444444rem;
}
.sCert__descr ul {
  list-style: none;
  margin: 0 0 0.4444444444rem;
  padding: 0;
}
.sCert__descr ul li {
  margin-bottom: 0.25rem;
}
.sCert__descr ul li:last-child {
  margin-bottom: 0;
}
.sCert__descr ul li:before {
  content: "-";
  margin-right: 4px;
}
.sCert__already-box {
  max-width: 20.8333333333rem;
}
.sCert__a-txt {
  color: #000;
  font-family: Merriweather;
  font-size: 1.1111111111rem;
  line-height: 1.25;
  margin-bottom: 1.4444444444rem;
}
.sCert__a-txt p {
  margin-bottom: 0.4444444444rem;
}
.sCert__a-txt > :last-child {
  margin-bottom: 0;
}
.sCert__a-btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.2222222222rem !important;
  font-style: italic;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.2727272727;
}
.sCert__a-icon {
  display: block;
  margin-left: 1.1111111111rem;
  width: 2.0555555556rem;
}
.sCert__a-icon img {
  width: 100%;
}
.sCert__share-btn {
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  height: 2.9444444444rem;
  justify-content: center;
  padding: 0;
  width: 2.9444444444rem;
}
.sCert__share-btn img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.prod-item {
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.6666666667rem 1.3333333333rem 2.2222222222rem;
}
.prod-item__img {
  align-items: center;
  display: flex;
  height: 21.1111111111rem;
  justify-content: center;
  margin-bottom: 1.1111111111rem;
  width: 100%;
}
.prod-item__img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.prod-item__descr-bl {
  margin-bottom: 1.3888888889rem;
}
.prod-item__sm-txt {
  color: #787878;
  font-size: 0.8888888889rem;
  font-weight: 300;
  line-height: 1.25;
}
.prod-item__sm-txt p {
  margin-bottom: 0.7222222222rem;
}
.prod-item .rm-visible-js {
  position: relative;
}
.prod-item .rm-visible-js:after {
  --s: 0.36s;
  content: "...";
  opacity: 1;
  transition: all var(--s) ease-in-out;
}
.prod-item .rm-visible-js:before {
  --s: 0.36s;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.8)
  );
  bottom: -0.5555555556rem;
  content: "";
  height: 4.4444444444rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: all var(--s) ease-in-out;
  width: 100%;
  z-index: 2;
}
.prod-item .rm-visible-js.active:after,
.prod-item .rm-visible-js.active:before {
  opacity: 0 !important;
}
.prod-item__price {
  color: #000;
  font-size: 1.4444444444rem;
  line-height: 1.2692307692;
  margin-bottom: 1.7777777778rem;
  margin-top: auto;
}
.prod-item__price b {
  font-weight: 600;
}
.prod-item__c-row {
  --bs-gutter-x: 0.5555555556rem;
  --bs-gutter-y: 0.5555555556rem;
}
.prod-item__controll {
  min-height: 100%;
  position: relative;
  width: 7rem;
  z-index: 1;
}
.prod-item__c-inp-group {
  width: 7rem;
}
.prod-item__c-btn {
  --s: 0.36s;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
}
.prod-item__c-btn:hover {
  background: #89785f;
  color: #fff;
}
.prod-item__c-btn--min {
  left: 0;
}
.prod-item__c-btn--plus {
  right: 0;
}
.prod-item__input {
  border-color: #000;
  color: #000;
  font-size: 1.2777777778rem;
  padding-left: 2.7777777778rem;
  padding-right: 2.7777777778rem;
  text-align: center;
}
.prod-item__add-btn {
  color: #000;
  font-size: 1.1111111111rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  min-height: 100%;
  padding-left: 0.8888888889rem;
  padding-right: 0.8888888889rem;
  text-transform: uppercase;
  width: 100%;
}
.prod-item__black-title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2777777778;
  margin-bottom: 0.8333333333rem;
}
.prod-item__size-txt {
  color: #9a9a9a;
  font-family: Merriweather;
  font-size: 0.8888888889rem;
  line-height: 1.25;
  margin-bottom: 0.6666666667rem;
}
.prod-item__radio-row {
  --bs-gutter-x: 1.0555555556rem;
  --bs-gutter-y: 0.6666666667rem;
  padding-bottom: 1.3888888889rem;
}
.prod-item__read-more {
  color: #882b28;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
.custom-input {
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-input input:checked + .circle {
  background: #882b28;
  border: 1px solid #882b28;
  color: #fff;
}
.custom-input .circle {
  --s: 0.36s;
  align-items: center;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 3.3333333333rem;
  color: #000;
  display: flex;
  font-family: Bodoni;
  font-size: 0.9444444444rem;
  font-weight: 700;
  height: 2.3888888889rem;
  justify-content: center;
  line-height: 1.4117647059;
  min-width: 2.3888888889rem;
  text-align: center;
  transition: all var(--s) ease-in-out;
}
.rm-hidden-js {
  display: none;
}
.rm-hidden-js.active {
  display: block;
}
.rm-btn-js {
  cursor: pointer;
}
.rm-btn-js,
.rm-btn-js span:first-child {
  display: inline-block;
}
.rm-btn-js.active span:first-child,
.rm-btn-js span:last-child {
  display: none;
}
.rm-btn-js.active span:last-child {
  display: inline-block;
}
.sForm {
  border-top: 1px solid #e7e7e7;
}
.sForm__row > * {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2.2222222222rem;
  padding-top: 2.2222222222rem;
}
.sForm__title {
  font-family: Merriweather;
  font-size: 1.5555555556rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.9444444444rem;
}
.sForm .form-wrap {
  position: relative;
  z-index: 1;
}
.sForm .form-wrap__img {
  max-width: 50%;
  transform: scale(0.7);
}
.sForm .form-wrap__img--bot {
  margin-left: 50%;
}
.sForm .form-wrap .input-group {
  width: 100%;
}
.sForm .form-wrap__input {
  border-color: #882b28 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.1111111111rem;
  line-height: 1.3;
  padding: 1rem 1.5rem;
}
.sForm .form-wrap__btn {
  align-items: center;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  padding: 0.8888888889rem;
  width: 3.4444444444rem;
}
.sForm .form-wrap__btn img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.sForm__c-descr {
  color: #000;
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.1666666667rem;
}
.sForm__c-row {
  --bs-gutter-y: 0.5555555556rem;
  padding-bottom: 1.4444444444rem;
}
.sForm__c-row a {
  color: #000;
  display: inline-block;
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.3;
}
.sForm .soc-row {
  --bs-gutter-x: 2.0555555556rem;
  --bs-gutter-y: 0.5555555556rem;
  padding-bottom: 1.6666666667rem;
}
.sForm .soc-row__item {
  height: 1.8888888889rem;
  width: 1.8888888889rem;
}
.sForm__investors {
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3;
}
.sPlan {
  --sTPB: 3.3333333333rem;
  color: #6a5d47;
  position: relative;
  z-index: 1;
}
.sPlan__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sPlan__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sPlan .section-title .h2,
.sPlan .section-title h2 {
  color: #6a5d47;
}
.sPlan__row {
  --bs-gutter-x: 1.6666666667rem;
  --bs-gutter-y: 1.6666666667rem;
}
.sPlan__col:last-child {
  --year-aft-content: none;
}
.sPlan__item.dot-active {
  --dot-bg: #6a5d47;
}
.sPlan__img,
.sInfo__img {
  align-items: flex-end;
  display: flex;
  height: 8.8888888889rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 8.8888888889rem;
}
.sPlan__img img,
.sInfo__img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.sPlan__year {
  font-family: Bodoni;
  font-size: 2.7777777778rem;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.sPlan__year:after {
  background-color: var(--dot-bg, transparent);
  border: 1px solid #6a5d47;
  border-radius: 50%;
  height: 0.5555555556rem;
  left: calc(100% + var(--bs-gutter-x) / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5555555556rem;
}
.sPlan__title {
  font-family: Merriweather;
  font-size: 1.2777777778rem;
  font-weight: 300;
  line-height: 1.2608695652;
  margin-bottom: 0.5rem;
}
.sPlan__descr {
  font-size: 1.1111111111rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}
.sSlider {
  --sPT: 0;
  --sPB: 1.6666666667rem;
  --sTPB: 2.2222222222rem;
  --btn-width: 1.1111111111rem;
  margin-top: calc(var(--shift-top) * -1);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
.sSlider__slider-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: var(--shift-top) 1.3333333333rem 0;
}
.sSlider__slider-wrap .swiper-wrapper {
  margin-bottom: var(--shift-top);
}
.sSlider__slider-wrap .swiper-slide {
  max-width: calc(100% - 36px);
  width: 22.2222222222rem;
}
.sSlider__pugin-row {
  --bs-gutter-x: 2rem;
}
.sSlider__pugin-col {
  max-width: calc(100% - var(--btn-width) - var(--bs-gutter-x));
  width: calc(50.22222rem + var(--bs-gutter-x)) !important;
}
.sSlider .swiper-next {
  align-items: center;
  display: flex;
  height: var(--btn-width);
  justify-content: center;
  width: var(--btn-width);
}
.sSlider .swiper-next img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.sSlider .swiper-next:hover {
  transform: scale(1.1);
}
.sSlider__img {
  padding-top: 100%;
}
.sSoc {
  --sTPB: 0rem;
  color: #000;
  position: relative;
}
.sSoc .gray-txt {
  left: -1.6666666667rem;
  top: 9.1111111111rem;
}
.sSoc .section-title .h2,
.sSoc .section-title h2 {
  margin-bottom: 1rem;
}
.sSoc .section-title p {
  font-size: 1.3888888889rem;
  line-height: 1.28;
  margin-bottom: 0;
}
.sSoc .section-title a {
  color: #000;
  font-size: 1.3888888889rem;
  line-height: 1.28;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.sSoc .section-title a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.sSoc__slider-wrap {
  position: relative;
}
.sSoc__slider-wrap .swiper-container {
  border: 1px solid #000;
  border-radius: 0.1666666667rem;
  margin-bottom: 1.7777777778rem;
}
.sSoc__slider-wrap .swiper-slide {
  height: auto;
  width: 100%;
}
.sSoc__slider-wrap .swiper-pagination {
  color: #787878;
  font-family: Bodoni;
  font-size: 1.2222222222rem;
  line-height: 1;
  padding-left: 2.2222222222rem;
  position: static;
  text-align: left;
}
.sSoc__slider-wrap .swiper-pagination-current:before,
.sSoc__slider-wrap .swiper-pagination-total:before {
  content: "0";
}
.sSoc__slider-wrap .swiper-pagination-current {
  color: #000;
  font-size: 1.6666666667rem;
}
.sSoc .swiper-next,
.sSoc .swiper-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 2.3333333333rem;
  justify-content: center;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 2.3333333333rem;
  z-index: 3;
}
.sSoc .swiper-next img,
.sSoc .swiper-prev img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.sSoc .swiper-prev {
  right: calc(100% - 3.55556rem);
}
.sSoc .swiper-next {
  left: calc(100% - 3.55556rem);
}
.sSoc__item {
  padding: 1.7777777778rem 1.1111111111rem;
}
.sSoc__img {
  display: block;
  height: 28.3888888889rem;
  margin: 0 auto;
  width: 100%;
}
.sSoc__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sSoc__descr {
  color: #000;
  font-size: 1rem;
  line-height: 1.2222222222;
}
.sSoc__hash-tags {
  margin-bottom: 1.5rem;
}
.sSoc__hash-tags a {
  color: #000;
  font-weight: 700;
  margin-right: 0.1666666667rem;
}
.sSoc__c-icons-row {
  --bs-gutter-x: 1.1111111111rem;
}
.sSoc__c-icon {
  align-items: center;
  display: flex;
  height: 1.1111111111rem;
  justify-content: center;
  width: 1.1111111111rem;
}
.sSoc__c-icon img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.sVideo {
  --sPB: 0rem;
}
.sVideo__link {
  -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  display: block;
  height: 28.1666666667rem;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}
.sVideo__link img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sVideo__link:after {
  --s: 0.36s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(56, 56, 56, 0.5), rgba(56, 56, 56, 0.5));
  content: "";
  height: 100%;
  left: 0;
  opacity: var(--link-aft-o, 1);
  position: absolute;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
  z-index: 1;
}
.sVideo__link:hover {
  --link-aft-o: 0.7;
}
.sVideo__link:hover .circle {
  -webkit-animation: fly 0.4s ease-in-out 1 forwards !important;
  animation: fly 0.4s ease-in-out 1 forwards !important;
}
@-webkit-keyframes fly {
  0% {
    height: calc(100% + var(--circle-distance, 10px));
    opacity: var(--circle-o);
    width: calc(100% + var(--circle-distance, 10px));
  }
  to {
    height: calc(100% + var(--circle-distance, 10px) * 20);
    opacity: 0;
    width: calc(100% + var(--circle-distance, 10px) * 20);
  }
}
@keyframes fly {
  0% {
    height: calc(100% + var(--circle-distance, 10px));
    opacity: var(--circle-o);
    width: calc(100% + var(--circle-distance, 10px));
  }
  to {
    height: calc(100% + var(--circle-distance, 10px) * 20);
    opacity: 0;
    width: calc(100% + var(--circle-distance, 10px) * 20);
  }
}
.sVideo__btn {
  --s: 0.36s;
  display: block;
  height: 3.8611111111rem;
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%) translateX(-50%);
  transition: all var(--s) ease-in-out;
  width: 3.8611111111rem;
  z-index: 10;
}
.sVideo__btn:hover {
  transform: translateY(-50%) translateX(-50%) scale(1.3);
}
.sVideo__btn img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sVideo__btn .circle {
  --s: 0.36s;
  border: 1px solid #fff;
  border-radius: 50%;
  height: calc(100% + var(--circle-distance, 10px));
  left: 50%;
  opacity: var(--circle-o, 1);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(var(--cirlce-scale, 1));
  transition: all var(--s) ease-in-out;
  width: calc(100% + var(--circle-distance, 10px));
  z-index: -1;
}
.sVideo__btn .circle:first-child {
  --circle-distance: 0.6666666667rem;
  --circle-o: 1;
}
.sVideo__btn .circle:nth-child(2) {
  --circle-distance: 1.7777777778rem;
  --circle-o: 0.58;
}
.sVideo__btn .circle:nth-child(3) {
  --circle-distance: 3.6666666667rem;
  --circle-o: 0.31;
}
.sVideo__btn .circle:nth-child(4) {
  --circle-distance: 6.1111111111rem;
  --circle-o: 0.12;
}
.toggle-menu-mobile {
  color: #89785f;
  cursor: pointer;
  display: block;
  font-size: 32px;
  height: 24px;
  position: relative;
  width: 1em;
}
.toggle-menu-mobile.on {
  color: #fff;
}
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  content: "";
  left: 0;
  position: absolute;
}
.toggle-menu-mobile span {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}
.toggle-menu-mobile span:before {
  top: 6px;
}
.toggle-menu-mobile span:after {
  bottom: 6px;
}
.toggle-menu-mobile span {
  display: block;
}
.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: currentColor;
  border-radius: 6px;
  height: 2px;
  transform-origin: 50% 50%;
  transition: all 0.3s;
  width: 1em;
}
.toggle-menu-mobile.on span {
  background-color: transparent;
}
.toggle-menu-mobile.on span:after,
.toggle-menu-mobile.on span:before {
  bottom: 0;
  top: 0;
}
.toggle-menu-mobile.on span:before {
  transform: rotate(45deg);
}
.toggle-menu-mobile.on span:after {
  transform: rotate(-45deg);
}
.menu-mobile {
  --s: 0.6s;
  background-color: #c3c3c3;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 85%;
  position: fixed !important;
  right: 0;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 380px;
  will-change: transform;
  z-index: 999;
}
.menu-mobile:not(.active) {
  --opacity: 0;
  transform: translate3d(120%, 0, 0);
}
.menu-mobile__inner {
  -webkit-overflow-scrolling: touch;
  --s: 0.3s;
  background-color: #fff;
  height: 100%;
  opacity: var(--opacity);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.1111111111rem;
  transition: all var(--s) ease-in-out;
  transition-delay: 0.4s;
}
.menu-mobile.active .toggle-menu-mobile {
  opacity: 1;
}
.menu-mobile .toggle-menu-mobile {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  left: 0;
  margin-left: -15%;
  opacity: 0;
  position: absolute;
  right: auto;
  top: 10px;
  z-index: 9999;
}
.menu-mobile .toggle-menu-mobile span,
.menu-mobile .toggle-menu-mobile span:after,
.menu-mobile .toggle-menu-mobile span:before {
  background-color: #fff;
}
.menu-mobile .toggle-menu-mobile.on {
  opacity: 1;
}
.menu-mobile .toggle-menu-mobile.on span {
  background-color: transparent;
}
.menu-mobile__logo {
  display: block;
  width: 13.3333333333rem;
}
.menu-mobile__logo img {
  width: 100%;
}
.menu-mobile ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  position: relative;
}
.menu-mobile ul li {
  margin-bottom: 0.8888888889rem;
}
.menu-mobile ul li:last-child {
  margin-bottom: 0;
}
.menu-mobile ul a {
  color: #89785f;
  display: inline-block;
  font-size: 1.1111111111rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.menu-mobile ul a,
.menu-mobile ul a:after {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.menu-mobile ul a:after {
  background-color: #89785f;
  content: "";
  height: 2px;
  left: 0;
  opacity: var(--aft-op, 0);
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
}
.menu-mobile ul a.active,
.menu-mobile ul a:hover {
  --aft-op: 1;
  text-shadow: 0 0 0.5px rgba(137, 120, 95, 0.75);
}
.menu-mobile ul a.active {
  text-transform: uppercase;
}
.top-nav {
  --s: 0.36s;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 5px 10px rgba(48, 47, 47, 0);
  height: auto;
  left: 0;
  padding: 0.8888888889rem 0;
  position: fixed;
  top: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
  z-index: 900;

}
.top-nav.fixed {
  --soc-col-o: 1;
  --pe: auto;
  --row-align-items: center;
  --menu-pe: 0px;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 5px 10px rgba(48, 47, 47, 0.15);
  padding: 1.1111111111rem 0;
}
.top-nav__soc-col {
  --s: 0.36s;
  opacity: var(--soc-col-o, 0);
  pointer-events: var(--pe, none);
  transition: all var(--s) ease-in-out;
}
.top-nav__row {
  align-items: center;
}
.top-nav__logo {
  display: block;
  width: 13.2222222222rem;
}
.top-nav__logo img {
  height: auto;
  width: 100%;
}
.top-nav .menu {
  --s: 0.36s;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all var(--s) ease-in-out;
  width: 100%;
}
.top-nav .menu li {
  margin-right: 1.8888888889rem;
}
.top-nav .menu li:last-child {
  margin-right: 0;
}
.top-nav .menu a {
  color: white;
  display: block;
  font-size: 1.0555555556rem;
  font-weight: 400;
  line-height: 1.2631578947;
  position: relative;
  z-index: 1;
}
.top-nav .menu a,
.top-nav .menu a:after {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.top-nav .menu a:after {
  background-color: white;
  content: "";
  height: 2px;
  left: 0;
  opacity: var(--aft-op, 0);
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
}
.top-nav .menu a.active,
.top-nav .menu a:hover {
  --aft-op: 1;
  text-shadow: 0 0 0.5px rgba(137, 120, 95, 0.75);
}
.top-nav .menu a.active {
  text-transform: uppercase;
}
.soc-row {
  --bs-gutter-x: 1.1111111111rem;
  --bs-gutter-y: 1.8333333333rem;
}
.soc-row__item {
  border-radius: 50%;
  display: block;
  height: 1.6666666667rem;
  overflow: hidden;
  width: 1.6666666667rem;
}
.soc-row__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#sInfo a.sPlan__row {
  color: #6a5d47;
}
@media (min-width: 375px) {
  :root {
    --bs-body-font-size: 14px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .sSlider__slider-wrap {
    padding: var(--shift-top) 2.2222222222rem 0;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  :root {
    --sPT: 4.4444444444rem;
    --sPB: 5rem;
    --sTPB: 2.5rem;
    --bs-body-font-size: 14px;
  }
  .footer .menu {
    justify-content: flex-start;
  }
  .footer .menu li {
    margin-right: 1.6666666667rem;
  }
  .footer .menu li:last-child {
    margin-right: 0;
  }
  .footer .menu a {
    padding: 0;
  }
  .footer__logo {
    margin: 0;
  }
  .modal-thanks {
    padding: 2.5rem 5.5555555556rem 2.6666666667rem;
  }
  .modal-reg .form-wrap__step-content {
    padding: 3.0555555556rem 1.3333333333rem 1.1111111111rem;
  }
  .prod-item__img {
    height: 24.7222222222rem;
  }
  .sPlan__img {
    height: 11.11rem;
    justify-content: center;
    width: 100%;
  }
  .sSlider__slider-wrap .swiper-slide {
    max-width: calc(33.33% - 24px);
    width: calc(33.33% - 24px);
  }
  .sSoc__item {
    padding: 2.2222222222rem 1.6666666667rem;
  }
  .sVideo {
    --sPT: 2.7777777778rem;
  }
  .sVideo__link {
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
  .top-nav {
    padding: 1.1111111111rem 0;
  }
  .info_item {
    max-width: calc(33.33%);
    padding: 0 2rem;
  }
  .sInfo__img {
    height: 11rem;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .wow {
    visibility: hidden;
  }
  .modal-reg .carousel__button.is-close {
    right: 0 !important;
    top: 0 !important;
    transform: translateY(-50%) translateX(50%);
  }
  .prod-item:nth-child(3n + 3) {
    border-right: 1px solid #e7e7e7;
  }
  .prod-item {
    padding: 1.6666666667rem 1.1111111111rem 3.3333333333rem;
  }
  .sForm__row {
    --bs-gutter-x: 3.3333333333rem;
  }
  .sForm__row > * {
    border-bottom: 0;
  }
  .sForm__left-col {
    border-right: 1px solid #e7e7e7;
  }
  .sForm .form-wrap .input-group {
    margin-bottom: 6.6666666667rem;
  }
  .sSoc__slider-wrap {
    margin-right: 6.6666666667rem;
    width: 30.2222222222rem;
  }
  .sSoc .swiper-next,
  .sSoc .swiper-prev {
    transform: translateY(-50%);
  }
  .sSoc .swiper-prev {
    right: calc(100% + 3.61111rem);
  }
  .sSoc .swiper-next {
    left: calc(100% + 3.61111rem);
  }
  .sInfo__img {
    height: 17rem;
  }
}
@media (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
  .fancybox__slide {
    padding: 64px 100px;
  }
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
  .carousel__button.is-close {
    right: 40px;
  }
  .fancybox__toolbar {
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  :root {
    --shift-top: 4.4444444444rem;
  }
  .footer .menu {
    -moz-columns: 2;
    column-count: 2;
    display: block;
    max-width: 320px;
  }
  .footer .menu li {
    margin: 0 0 0.5555555556rem;
  }
  .headerBlock {
    min-height: 100vh;
    padding-top: 11.1111111111rem;
  }
  .headerBlock__soc-col {
    width: calc(var(--bs-gutter-x) + 1.66667rem);
  }
  .sAbout {
    --sPT: 5rem;
  }
  .sAbout__title-col {
    width: calc(39.16667rem + var(--bs-gutter-x));
  }
  .sAbout__portrait-col {
    margin-left: auto;
    width: calc(31.44444rem + var(--bs-gutter-x));
  }
  .gray-txt {
    display: block;
  }
  .sCart__left-col {
    width: calc(40.11111rem + var(--bs-gutter-x)) !important;
  }
  .sCart__left-col:after {
    content: "";
    right: -6.6666666667rem;
  }
  .sCart__right-col {
    margin-left: auto;
    width: calc(25rem + var(--bs-gutter-x)) !important;
  }
  .sCert__top-row {
    padding-bottom: 4.0555555556rem;
  }
  .sCert__left-col {
    max-width: calc(39.33333rem + var(--bs-gutter-x));
  }
  .sCert__already-box {
    margin-left: auto;
    padding-top: 2.9444444444rem;
  }
  .prod-item {
    padding: 1.6666666667rem 1.9444444444rem 3.3333333333rem;
  }
  .prod-item__c-row {
    --bs-gutter-x: 0.7222222222rem;
    --bs-gutter-y: 0.7222222222rem;
  }
  .sForm {
    border-top: none;
  }
  .sForm__container {
    border-top: 1px solid #e7e7e7;
  }
  .sForm__row > * {
    padding-bottom: 4.2222222222rem;
    padding-top: 3.4444444444rem;
  }
  .sForm__left-col {
    width: 56.8% !important;
  }
  .sForm__lc-content {
    margin: 0 auto;
    width: 25.8888888889rem;
  }
  .sForm__title--miss {
    margin-bottom: 9.3333333333rem;
  }
  .sForm .form-wrap__img {
    max-width: 100%;
    position: absolute;
    z-index: -1;
  }
  .sForm .form-wrap__img--top {
    bottom: calc(100% - 20px);
    left: -8.0555555556rem;
  }
  .sForm .form-wrap__img--bot {
    left: 47%;
    margin-left: 0;
    top: calc(100% - 20px);
  }
  .sForm__c-row {
    --bs-gutter-x: 2.8333333333rem;
  }
  .sForm .soc-row {
    padding-bottom: 4.4444444444rem;
  }
  .sPlan {
    --sPT: 5.6111111111rem;
    --sPB: 5.1666666667rem;
    --sTPB: 2.7777777778rem;
  }
  .sPlan__col {
    width: 20% !important;
  }
  .sPlan__year {
    font-size: 3.8888888889rem;
  }
  .sPlan__year:after {
    content: var(--year-aft-content, "");
  }
  .sSlider {
    --sPB: 4.6666666667rem;
  }
  .sSlider__slider-wrap {
    padding: calc(var(--shift-top) - 3px) 4.7777777778rem;
  }
  .sSlider__slider-wrap .swiper-wrapper {
    margin-bottom: 3.8333333333rem;
  }
  .sSoc {
    --sPT: 7.1666666667rem;
    --sPB: 6rem;
  }
  .sSoc__item {
    padding: 2.3333333333rem 2.3333333333rem 1.5555555556rem;
  }
  .top-nav {
    padding: 3.3888888889rem 0;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  :root {
    --bs-body-font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-base,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1750px;
  }
  .col-base {
    flex: 1 0 0%;
  }
  .row-cols-base-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-base-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-base-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-base-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-base-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-base-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-base-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-base-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-base-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-base-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-base-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-base-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-base-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-base-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-base-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-base-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-base-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-base-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-base-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-base-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-base-0 {
    margin-left: 0;
  }
  .offset-base-1 {
    margin-left: 8.33333333%;
  }
  .offset-base-2 {
    margin-left: 16.66666667%;
  }
  .offset-base-3 {
    margin-left: 25%;
  }
  .offset-base-4 {
    margin-left: 33.33333333%;
  }
  .offset-base-5 {
    margin-left: 41.66666667%;
  }
  .offset-base-6 {
    margin-left: 50%;
  }
  .offset-base-7 {
    margin-left: 58.33333333%;
  }
  .offset-base-8 {
    margin-left: 66.66666667%;
  }
  .offset-base-9 {
    margin-left: 75%;
  }
  .offset-base-10 {
    margin-left: 83.33333333%;
  }
  .offset-base-11 {
    margin-left: 91.66666667%;
  }
  .g-base-0,
  .gx-base-0 {
    --bs-gutter-x: 0;
  }
  .g-base-0,
  .gy-base-0 {
    --bs-gutter-y: 0;
  }
  .g-base-1,
  .gx-base-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-base-1,
  .gy-base-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-base-2,
  .gx-base-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-base-2,
  .gy-base-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-base-3,
  .gx-base-3 {
    --bs-gutter-x: 1rem;
  }
  .g-base-3,
  .gy-base-3 {
    --bs-gutter-y: 1rem;
  }
  .g-base-4,
  .gx-base-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-base-4,
  .gy-base-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-base-5,
  .gx-base-5 {
    --bs-gutter-x: 3rem;
  }
  .g-base-5,
  .gy-base-5 {
    --bs-gutter-y: 3rem;
  }
  .sticky-base-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .float-base-start {
    float: left !important;
  }
  .float-base-end {
    float: right !important;
  }
  .float-base-none {
    float: none !important;
  }
  .d-base-inline {
    display: inline !important;
  }
  .d-base-inline-block {
    display: inline-block !important;
  }
  .d-base-block {
    display: block !important;
  }
  .d-base-grid {
    display: grid !important;
  }
  .d-base-table {
    display: table !important;
  }
  .d-base-table-row {
    display: table-row !important;
  }
  .d-base-table-cell {
    display: table-cell !important;
  }
  .d-base-flex {
    display: flex !important;
  }
  .d-base-inline-flex {
    display: inline-flex !important;
  }
  .d-base-none {
    display: none !important;
  }
  .flex-base-fill {
    flex: 1 1 auto !important;
  }
  .flex-base-row {
    flex-direction: row !important;
  }
  .flex-base-column {
    flex-direction: column !important;
  }
  .flex-base-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-base-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-base-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-base-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-base-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-base-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-base-wrap {
    flex-wrap: wrap !important;
  }
  .flex-base-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-base-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-base-0 {
    gap: 0 !important;
  }
  .gap-base-1 {
    gap: 0.25rem !important;
  }
  .gap-base-2 {
    gap: 0.5rem !important;
  }
  .gap-base-3 {
    gap: 1rem !important;
  }
  .gap-base-4 {
    gap: 1.5rem !important;
  }
  .gap-base-5 {
    gap: 3rem !important;
  }
  .justify-content-base-start {
    justify-content: flex-start !important;
  }
  .justify-content-base-end {
    justify-content: flex-end !important;
  }
  .justify-content-base-center {
    justify-content: center !important;
  }
  .justify-content-base-between {
    justify-content: space-between !important;
  }
  .justify-content-base-around {
    justify-content: space-around !important;
  }
  .justify-content-base-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-base-start {
    align-items: flex-start !important;
  }
  .align-items-base-end {
    align-items: flex-end !important;
  }
  .align-items-base-center {
    align-items: center !important;
  }
  .align-items-base-baseline {
    align-items: baseline !important;
  }
  .align-items-base-stretch {
    align-items: stretch !important;
  }
  .align-content-base-start {
    align-content: flex-start !important;
  }
  .align-content-base-end {
    align-content: flex-end !important;
  }
  .align-content-base-center {
    align-content: center !important;
  }
  .align-content-base-between {
    align-content: space-between !important;
  }
  .align-content-base-around {
    align-content: space-around !important;
  }
  .align-content-base-stretch {
    align-content: stretch !important;
  }
  .align-self-base-auto {
    align-self: auto !important;
  }
  .align-self-base-start {
    align-self: flex-start !important;
  }
  .align-self-base-end {
    align-self: flex-end !important;
  }
  .align-self-base-center {
    align-self: center !important;
  }
  .align-self-base-baseline {
    align-self: baseline !important;
  }
  .align-self-base-stretch {
    align-self: stretch !important;
  }
  .order-base-first {
    order: -1 !important;
  }
  .order-base-0 {
    order: 0 !important;
  }
  .order-base-1 {
    order: 1 !important;
  }
  .order-base-2 {
    order: 2 !important;
  }
  .order-base-3 {
    order: 3 !important;
  }
  .order-base-4 {
    order: 4 !important;
  }
  .order-base-5 {
    order: 5 !important;
  }
  .order-base-last {
    order: 6 !important;
  }
  .m-base-0 {
    margin: 0 !important;
  }
  .m-base-1 {
    margin: 0.25rem !important;
  }
  .m-base-2 {
    margin: 0.5rem !important;
  }
  .m-base-3 {
    margin: 1rem !important;
  }
  .m-base-4 {
    margin: 1.5rem !important;
  }
  .m-base-5 {
    margin: 3rem !important;
  }
  .m-base-auto {
    margin: auto !important;
  }
  .mx-base-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-base-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-base-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-base-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-base-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-base-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-base-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-base-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-base-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-base-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-base-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-base-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-base-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-base-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-base-0 {
    margin-top: 0 !important;
  }
  .mt-base-1 {
    margin-top: 0.25rem !important;
  }
  .mt-base-2 {
    margin-top: 0.5rem !important;
  }
  .mt-base-3 {
    margin-top: 1rem !important;
  }
  .mt-base-4 {
    margin-top: 1.5rem !important;
  }
  .mt-base-5 {
    margin-top: 3rem !important;
  }
  .mt-base-auto {
    margin-top: auto !important;
  }
  .me-base-0 {
    margin-right: 0 !important;
  }
  .me-base-1 {
    margin-right: 0.25rem !important;
  }
  .me-base-2 {
    margin-right: 0.5rem !important;
  }
  .me-base-3 {
    margin-right: 1rem !important;
  }
  .me-base-4 {
    margin-right: 1.5rem !important;
  }
  .me-base-5 {
    margin-right: 3rem !important;
  }
  .me-base-auto {
    margin-right: auto !important;
  }
  .mb-base-0 {
    margin-bottom: 0 !important;
  }
  .mb-base-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-base-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-base-3 {
    margin-bottom: 1rem !important;
  }
  .mb-base-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-base-5 {
    margin-bottom: 3rem !important;
  }
  .mb-base-auto {
    margin-bottom: auto !important;
  }
  .ms-base-0 {
    margin-left: 0 !important;
  }
  .ms-base-1 {
    margin-left: 0.25rem !important;
  }
  .ms-base-2 {
    margin-left: 0.5rem !important;
  }
  .ms-base-3 {
    margin-left: 1rem !important;
  }
  .ms-base-4 {
    margin-left: 1.5rem !important;
  }
  .ms-base-5 {
    margin-left: 3rem !important;
  }
  .ms-base-auto {
    margin-left: auto !important;
  }
  .p-base-0 {
    padding: 0 !important;
  }
  .p-base-1 {
    padding: 0.25rem !important;
  }
  .p-base-2 {
    padding: 0.5rem !important;
  }
  .p-base-3 {
    padding: 1rem !important;
  }
  .p-base-4 {
    padding: 1.5rem !important;
  }
  .p-base-5 {
    padding: 3rem !important;
  }
  .px-base-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-base-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-base-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-base-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-base-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-base-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-base-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-base-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-base-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-base-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-base-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-base-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-base-0 {
    padding-top: 0 !important;
  }
  .pt-base-1 {
    padding-top: 0.25rem !important;
  }
  .pt-base-2 {
    padding-top: 0.5rem !important;
  }
  .pt-base-3 {
    padding-top: 1rem !important;
  }
  .pt-base-4 {
    padding-top: 1.5rem !important;
  }
  .pt-base-5 {
    padding-top: 3rem !important;
  }
  .pe-base-0 {
    padding-right: 0 !important;
  }
  .pe-base-1 {
    padding-right: 0.25rem !important;
  }
  .pe-base-2 {
    padding-right: 0.5rem !important;
  }
  .pe-base-3 {
    padding-right: 1rem !important;
  }
  .pe-base-4 {
    padding-right: 1.5rem !important;
  }
  .pe-base-5 {
    padding-right: 3rem !important;
  }
  .pb-base-0 {
    padding-bottom: 0 !important;
  }
  .pb-base-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-base-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-base-3 {
    padding-bottom: 1rem !important;
  }
  .pb-base-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-base-5 {
    padding-bottom: 3rem !important;
  }
  .ps-base-0 {
    padding-left: 0 !important;
  }
  .ps-base-1 {
    padding-left: 0.25rem !important;
  }
  .ps-base-2 {
    padding-left: 0.5rem !important;
  }
  .ps-base-3 {
    padding-left: 1rem !important;
  }
  .ps-base-4 {
    padding-left: 1.5rem !important;
  }
  .ps-base-5 {
    padding-left: 3rem !important;
  }
  .text-base-start {
    text-align: left !important;
  }
  .text-base-end {
    text-align: right !important;
  }
  .text-base-center {
    text-align: center !important;
  }
  :root {
    --bs-body-font-size: 18px;
  }
  .footer .menu a {
    font-size: 0.8888888889rem;
  }
  .headerBlock {
    padding-top: 13.6111111111rem;
  }
  .headerBlock__container {
    max-width: calc(100% - 6.66667rem + 30px) !important;
  }
  .sAbout__container {
    max-width: 1470px !important;
  }
  .gray-txt {
    font-size: calc(1.95833rem + 6.03947vw);
    left: -0.5rem;
  }
  .sCart__container {
    width: 1600px;
  }
  .sCart__left-col:after {
    right: -8.3333333333rem;
  }
  .sCart__right-col {
    margin-right: 4.5rem;
  }
  .sCart__title--mb-alt {
    margin-bottom: 2.6111111111rem;
  }
  .sCart__item {
    padding: 1rem 1.7222222222rem 0.8333333333rem 1.3333333333rem;
  }
  .sCert .gray-txt {
    margin-bottom: 4.0555555556rem;
  }
  .sCert__container {
    max-width: calc(87.22222rem + 30px) !important;
  }
  .sCert__share-btn {
    margin-left: 2.7222222222rem;
    margin-right: 0;
    margin-top: 0.5555555556rem;
  }
  .prod-item {
    padding: 1.6666666667rem 5.4444444444rem 3.8888888889rem;
  }
  .sForm__container {
    max-width: 1600px !important;
  }
  .sForm__row {
    --bs-gutter-x: 6.1111111111rem;
  }
  .sForm__lc-content {
    margin-left: 9.0555555556rem;
    margin-right: 0;
  }
  .sForm .form-wrap__img {
    transform: scale(1);
  }
  .sPlan__container {
    max-width: calc(87.77778rem + 30px) !important;
  }
  .sPlan__descr {
    margin: 0 -0.5555555556rem;
  }
  .sSlider__container {
    max-width: calc(89.33333rem + 30px) !important;
  }
  .sSoc__container {
    max-width: 1600px !important;
  }
  .sSoc .section-title {
    padding-top: 13.9444444444rem;
  }
  .sSoc__slider-wrap {
    margin-right: 12rem;
  }
  .sSoc__img {
    width: calc(100% - 3.33333rem);
  }
  .sVideo__link {
    -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
  }
  .top-nav__row {
    align-items: var(--row-align-items, stretch);
  }
  .top-nav .menu {
    padding-right: var(--menu-pe, 6rem);
  }
}
@media (min-width: 1900px) {
  .h1,
  h1 {
    font-size: 3.3333333333rem;
  }
  .h2,
  h2 {
    font-size: 2.7777777778rem;
  }
  .h3,
  h3 {
    font-size: 2.2222222222rem;
  }
  .h4,
  h4 {
    font-size: 1.6666666667rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
  legend {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1.25rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 3.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
  .display-6 {
    font-size: 2.5rem;
  }
  .blockquote,
  .col-form-label-lg {
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    font-size: 0.875rem;
  }
  .form-control {
    font-size: 1rem;
  }
  .form-control-sm {
    font-size: 0.875rem;
  }
  .form-control-lg {
    font-size: 1.25rem;
  }
  .form-select,
  .select2-container--default .select2-selection--single {
    font-size: 1rem;
  }
  .form-select-sm {
    font-size: 0.875rem;
  }
  .form-select-lg {
    font-size: 1.25rem;
  }
  .input-group-text {
    font-size: 1rem;
  }
  .input-group-lg > .btn,
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .modal-adult__foot-btn,
    .input-group-lg > .modal-tg__foot-btn,
  .input-group-lg > .prod-item__add-btn,
  .input-group-lg > .prod-item__c-btn,
  .input-group-lg > .sCart__btn,
  .input-group-lg > .sCart__remove-btn,
  .input-group-lg > .sCert__a-btn,
  .input-group-lg > .sCert__share-btn,
  .modal-reg .input-group-lg > .form-wrap__btn,
  .sCart .input-group-lg > .form-wrap__pay-btn,
  .select2-container--default .input-group-lg > .select2-selection--single,
  .sForm .input-group-lg > .form-wrap__btn {
    font-size: 1.25rem;
  }
  .input-group-sm > .btn,
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .modal-adult__foot-btn,
  .input-group-sm > .modal-tg__foot-btn,
  .input-group-sm > .prod-item__add-btn,
  .input-group-sm > .prod-item__c-btn,
  .input-group-sm > .sCart__btn,
  .input-group-sm > .sCart__remove-btn,
  .input-group-sm > .sCert__a-btn,
  .input-group-sm > .sCert__share-btn,
  .invalid-tooltip,
  .modal-reg .input-group-sm > .form-wrap__btn,
  .sCart .input-group-sm > .form-wrap__pay-btn,
  .select2-container--default .input-group-sm > .select2-selection--single,
  .sForm .input-group-sm > .form-wrap__btn,
  .valid-tooltip {
    font-size: 0.875rem;
  }
  .btn,
  .modal-adult__foot-btn,
    .modal-tg__foot-btn,
  .modal-reg .form-wrap__btn,
  .prod-item__add-btn,
  .prod-item__c-btn,
  .sCart .form-wrap__pay-btn,
  .sCart__btn,
  .sCart__remove-btn,
  .sCert__a-btn,
  .sCert__share-btn,
  .sForm .form-wrap__btn {
    font-size: 1rem;
  }
  .btn-lg {
    font-size: 1.25rem;
  }
  .btn-sm {
    font-size: 0.875rem;
  }
  .fs-1 {
    font-size: 3.3333333333rem !important;
  }
  .fs-2 {
    font-size: 2.7777777778rem !important;
  }
  .fs-3 {
    font-size: 2.2222222222rem !important;
  }
  .fs-4 {
    font-size: 1.6666666667rem !important;
  }
  .fs-5 {
    font-size: 1.25rem !important;
  }
  .fs-6 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1199.98px) {
  .sForm .form-wrap__imgs {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .sSoc .swiper-next,
  .sSoc .swiper-prev {
    background: #fff;
    border: 2px solid #89785f;
    border-radius: 50%;
    padding: 0.4444444444rem;
  }
}
@media (max-width: 767.98px) {
  .sSlider__slider-wrap .swiper-container {
    overflow: visible !important;
  }
  .animated {
    -webkit-animation: none !important;
    animation: none !important;
    transform: none !important;
    transition-property: none !important;
  }
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .prod-item:nth-child(2n + 2) {
    border-right: 1px solid #e7e7e7;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-select,
  .form-switch .form-check-input,
  .select2-container--default .select2-selection--single {
    transition: none;
  }
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .btn,
  .form-floating > label,
  .modal-adult__foot-btn,
    .modal-tg__foot-btn,
  .modal-reg .form-wrap__btn,
  .prod-item__add-btn,
  .prod-item__c-btn,
  .sCart .form-wrap__pay-btn,
  .sCart__btn,
  .sCart__remove-btn,
  .sCert__a-btn,
  .sCert__share-btn,
  .sForm .form-wrap__btn {
    transition: none;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}








/*------------------------------------------------------------------------------------------*/
ul li, ul li a {
  color: white; /* Исходный цвет */
  transition: color 0.3s ease; 
}

ul li.scrolled, ul li a.scrolled  {
  color: #89785f !important; /* Цвет при прокрутке */
}

ul li a.scrolled::after {
  color: #89785f !important; 
}

@media (max-width: 767px) {
  ul li, ul li a {
      color: #89785f !important; /* Цвет текста для мобильной версии */
  }
}

#telegrampost, #telegram-post-aromatnoe-518{
height: 560px!important;
}


.footer >.container>.menu>li.scrolled, .footer >.container ul li a.scrolled  {
  color: #ffffff !important; /* Цвет при прокрутке */
}