

/* Start:/local/templates/new_2024/css/style.css?1754898281157883*/
@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Aeroport";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  font-family: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24rem;
  height: 24rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport-Bold.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport-Medium.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport-Bold.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeroport";
  src: url("/local/templates/new_2024/css/../fonts/Aeroport-Medium.woff2") format("woff2"), url("/local/templates/new_2024/css/../fonts/Aeroport-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #237A81;
  --blue-dark: #1e6a70;
  --orange: #ff7654;
  --yellow-dark: #FF9F0F;
}

.pt_180 {
  padding-top: 180rem;
}
@media (max-width: 767px) {
  .pt_180 {
    padding-top: 150rem;
  }
}

.mt_40 {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.i-flex {
  display: inline-flex;
}

.cv {
  align-items: center;
}

.ch {
  justify-content: center;
}

.sb {
  justify-content: space-between;
}

.sa {
  justify-content: space-around;
}

.as {
  align-items: flex-start;
}

.js {
  justify-content: flex-start;
}

.je {
  justify-content: flex-end;
}

.fe {
  align-items: flex-end;
}

.fw {
  flex-wrap: wrap;
}

.dc {
  flex-direction: column;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid {
  display: grid;
}

.bg-i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.bg-i.contain {
  background-size: contain;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.br_32 {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .br_32 {
    border-radius: 16px;
  }
}

.br_16 {
  border-radius: 16px;
  overflow: hidden;
}

.pt_32 {
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .pt_32 {
    padding-top: 24px;
  }
}

.pt_175 {
  padding-top: 145px;
}
@media (max-width: 1199px) {
  .pt_175 {
    padding-top: 120px;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_20 {
  margin-bottom: 20rem;
}

.mt_20 {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .mt_20 {
    margin-top: 10rem;
  }
}

.mt_50 {
  margin-top: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mt_78 {
  margin-top: 78rem;
}
@media (max-width: 1023px) {
  .mt_78 {
    margin-top: 60rem;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_120 {
  margin-top: 120rem;
}
@media (max-width: 1023px) {
  .mt_120 {
    margin-top: 80rem;
  }
}
@media (max-width: 767px) {
  .mt_120 {
    margin-top: 60rem;
  }
}

.openShow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  transition: all 0.2s ease 0s;
}
.openShow.in {
  background: rgba(0, 0, 0, 0.38);
}

.dotts-default {
  display: flex;
  justify-content: center;
  position: static;
}
/*
.link-hover {
  transition: all 0.3s ease 0s;

  @media (any-hover: hover) {
    &:hover {
      color: #70B049;
    }
  }
}

*/
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  color: rgba(0, 0, 0, 0.25);
  display: inline;
  font-size: 12px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
}
.breadcrumbs li:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  margin: 0px 10px;
}

.link {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .link:hover {
    color: #237a81;
  }
}

.btn-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.btn-icon-primary {
  background: #237A81;
}
.btn-icon-primary svg {
  fill: #fff;
}
.btn-icon-secondary {
  background: #fff;
}
.btn-icon-secondary svg {
  stroke: #237A81;
}
.btn-icon svg {
  max-width: 12px;
  max-height: 12px;
}

@media (max-width: 1199px) {
  .lg {
    display: none !important;
  }
}

.title {
  font-size: 150px;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  line-height: 80%;
}
@media (max-width: 1399px) {
  .title {
    font-size: 126px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 102px;
  }
}
@media (max-width: 1023px) {
  .title {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 60px;
  }
}

.title-min {
  font-size: 120px;
}
@media (max-width: 1399px) {
  .title-min {
    font-size: 96px;
  }
}
@media (max-width: 1199px) {
  .title-min {
    font-size: 78px;
  }
}
@media (max-width: 1023px) {
  .title-min {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .title-min {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title-min.title-min2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .title-flex {
    flex-direction: column;
  }
  .title-flex span {
    text-align: left;
  }
}

.titleBlueBM {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .titleBlueBM {
    flex-direction: column;
  }
}
.titleBlueBM span:nth-child(1) {
  color: var(--blue);
}
.titleBlueBM span:nth-child(2) {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: right;
  color: #000;
}
@media (max-width: 767px) {
  .titleBlueBM span:nth-child(2) {
    font-size: 12px;
    text-align: left;
  }
}

.black {
  color: #000;
}

.dots {
  display: flex;
  gap: 3px;
}
.dots .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.25;
  border-radius: 50%;
}
.dots .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.1s !important;
}

.swiper,
._swiper {
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.swiper.swiper-initialized,
._swiper.swiper-initialized {
  opacity: 1;
}

.titleBigMin {
  align-items: baseline;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .titleBigMin {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .titleBigMin {
    flex-direction: column;
    gap: 24px;
  }
}
.titleBigMin .right {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}
.titleBigMin .right span {
  text-transform: uppercase;
}

.ymaps-2-1-79-copyrights-pane {
  display: none;
}

.ymaps-map {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.ymaps-2-1-79-controls-pane {
  top: calc(100% - 180px) !important;
}

.ymaps-2-1-79-inner-panes {
  -webkit-filter: grayscale(100%);
}

.sm {
  display: none !important;
}
@media (max-width: 767px) {
  .sm {
    display: flex !important;
  }
}

.banner-default {
  aspect-ratio: 1340/750;
}
@media (max-width: 767px) {
  .banner-default {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .banner-default .xl {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-default .sm {
    display: block !important;
  }
}
.banner-default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner-default img {
    object-position: 10%;
  }
}

.subtitle2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--blue);
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .subtitle2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .subtitle2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .subtitle2 {
    font-size: 24px;
  }
}

.col-4 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .col-4 {
    gap: 10px;
  }
}
.col-4 .cart {
  width: calc(25% - 20px);
}
@media (max-width: 1023px) {
  .col-4 .cart {
    width: calc(50% - 5px);
  }
}

.col-3 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .col-3 {
    gap: 10px;
  }
}
.col-3 .cart {
  width: calc(33.33% - 13.3333333333px);
}
@media (max-width: 767px) {
  .col-3 .cart {
    width: 100%;
  }
}

.col-2 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .col-2 {
    gap: 10px;
  }
}
.col-2 .cart {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .col-2 .cart {
    width: 100%;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  border-radius: 54px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  /*
     //.btn-secondary
     &-secondary {
       background: #8F9CA5;
       color: #fff;

       &:active {
         background: #294456;
       }
     }
  */
  /*
  &-black {
    background: #294456;
    color: #fff;

    @media (any-hover: hover) {
      &:hover {
        opacity: 0.8;
      }
    }

    &:active {
      background: #1a2730;
    }
  }

  &-outline-gray {
    border: 1rem solid #8F9CA5;
    color: #8F9CA5;

    @media (any-hover: hover) {
      &:hover {
        border-color: #70B049;
        color: #fff
      }
    }

    &:active {
      background: #8F9CA5;
      color: #fff;
    }
  }*/
}
@media (max-width: 767px) {
  .btn {
    height: 40px;
    font-size: 12px;
  }
}
.btn-big {
  height: 70px;
  letter-spacing: normal;
  padding: 0 20px 0 30px;
}
@media (max-width: 1023px) {
  .btn-big {
    height: 60px;
    padding: 20px 15px 20px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn-big {
    font-size: 12px;
  }
}
.btn-primary {
  background: #237A81;
  color: #fff;
}
@media (any-hover: hover) {
  .btn-primary:hover {
    background: #1E6A70;
  }
  .btn-primary:hover span {
    transform: rotate(45deg);
  }
}
.btn-primary svg {
  stroke: #fff;
  fill: transparent;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .btn-primary svg {
    width: 9px;
    height: 9px;
  }
}
.btn-primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  margin-left: auto;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .btn-primary span {
    width: 25px;
    height: 25px;
  }
}
.btn-primary span svg {
  stroke: #237A81;
}
.btn.btn-white {
  background: #fff;
  color: #237a81;
}
@media (any-hover: hover) {
  .btn.btn-white:hover {
    background: #1E6A70;
    color: #fff;
  }
  .btn.btn-white:hover span {
    background: #f9f9f9;
  }
  .btn.btn-white:hover span svg {
    stroke: #237a81;
  }
}
.btn.btn-white svg {
  stroke: #237a81;
}
.btn.btn-white span {
  background: #237a81;
}
.btn.btn-white span svg {
  stroke: #f9f9f9;
}
.btn-outline-primary {
  border: 1px solid #237A81;
  color: #237A81;
}
@media (any-hover: hover) {
  .btn-outline-primary:hover span {
    transform: rotate(45deg);
  }
}
@media (any-hover: hover) {
  .btn-outline-primary:hover {
    border-color: var(--blue-dark);
    color: var(--blue-dark);
  }
}
.btn-outline-primary:active {
  background: var(--blue);
  color: #fff;
}
.btn-outline-primary span {
  width: 25px;
  height: 25px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.btn-outline-primary span svg {
  width: 9px;
  height: 8px;
  stroke: var(--blue);
}
.btn-outline-secondary {
  border: 1px solid #000;
  color: #000;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .btn-outline-secondary:hover {
    opacity: 1;
  }
}
.btn-outline-secondary:active {
  opacity: 1;
  background: #000;
  color: #fff;
}
.btn-outline-black {
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.input-box label {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 130%;
  display: block;
}
@media (max-width: 767px) {
  .input-box label {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.input-box .input {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 64px;
  padding: 25px 20px 25px 25px;
  height: 75px;
  width: 100%;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .input-box .input {
    height: 60px;
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .input-box .input {
    font-size: 12px;
  }
}
.input-box .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-box .input:focus {
  background: rgba(35, 122, 129, 0.1);
}
.input-box .input.parsley-error {
  background: rgba(255, 0, 0, 0.03) !important;
}
.input-box .input.parsley-success {
  color: #237a81;
  background: rgba(35, 122, 129, 0.1);
}
.input-box .input.input-white {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.input-box .input.input-white::placeholder {
  color: #fff;
}
.input-box .input.input-white.parsley-error {
  background: rgba(255, 0, 0, 0.3) !important;
}
.input-box .parsley-errors-list.filled {
  display: none;
}

.error-text {
  margin-top: 30px;
  color: #f00;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .error-text {
    margin-top: 20px;
    font-size: 12px;
  }
}

.success-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .success-text {
    font-size: 12px;
  }
}

.radio-box {
  letter-spacing: -0.02em;
}
.radio-box label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .radio-box label:hover {
    color: var(--blue);
  }
  .radio-box label:hover span {
    border-color: var(--blue);
  }
}
.radio-box input {
  display: none;
}
.radio-box input:checked + span {
  border-color: var(--blue);
}
.radio-box input:checked + span::after {
  transform: translate(-50%, -50%) scale(1);
}
.radio-box span {
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.radio-box span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 6px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease 0s;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3.22222L2.53846 5L6 1' stroke='%23237A81' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/contain no-repeat;
}

.check-box input {
  display: none;
}
.check-box input:checked + span {
  border-color: var(--blue);
  color: var(--blue);
}
.check-box label span {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  cursor: pointer;
}

.quantity {
  border-radius: 49px;
  height: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  background: #f0f0f0;
}
.quantity__button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue);
  transition: all 0.3s ease 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .quantity__button:hover {
    background: var(--blue-dark);
  }
}
.quantity__button_minus svg {
  width: 5px;
  height: 1px;
}
.quantity__button_plus svg {
  width: 5px;
  height: 5px;
}
.quantity__input {
  width: 47px;
}
.quantity__input input {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: #000;
  padding: 0px 4px;
  background: transparent;
}

/*

.form {

  // .form__head
  &__head {
    font-size: 30rem;
    color: #2a2c36;
    margin-bottom: 40rem;
    line-height: calc(38 / 30);


    @include md {
      font-size: 20rem;
      margin-bottom: 30rem;
    }
  }

  // .form__send
  &__send {
    gap: 20rem;

    @include md {
      flex-direction: column;

    }

    .btn {
      width: 300rem;
      flex-shrink: 0;
      font-size: 16rem;
      height: 60rem;

      @include lg {
        width: 50%;
      }

      @include md {
        width: 100%;
      }
    }

    p {
      font-weight: 500;
      font-size: 16rem;
      color: rgba(42, 44, 54, 0.5);
      margin-bottom: 0;
      width: 280rem;
      flex-shrink: 0;

      @include lg {
        flex-shrink: 1;
        width: 100%;
        font-size: 14rem;
      }

      @include md {
        padding: 0rem 20rem;
        text-align: center;
      }
    }
  }
}*/
.select2-search {
  display: none !important;
}

.select-custom {
  display: none;
}

.select2 {
  min-width: 152px;
}

.select2-selection {
  width: 100%;
  height: 45px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 16px;
  border-radius: 50px;
  font-size: 12px;
}
.select2-selection::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #237A81 url("/local/templates/new_2024/css/../img/icons/check.svg") center no-repeat;
}

.select2-dropdown {
  display: block;
  margin-top: 8px;
}

.select2-results__option {
  height: 45px;
  border-radius: 50px;
  background: #F0F0F0;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .select2-results__option:hover {
    background: #237A81;
    color: #fff;
  }
}
.select2-results__option:not(:last-child) {
  margin-bottom: 4px;
}
.select2-results__option.select2-results__option--disabled {
  pointer-events: none;
  background: #acacac;
}
.select2-results__option.select2-results__option--selected {
  background: #237A81;
  color: #fff;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: -30px;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: var(--blue);
  border-radius: 6px;
  width: 4px;
  left: 2px;
  right: 0px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.simplebar-track.simplebar-vertical {
  background: rgba(35, 122, 129, 0.1);
  border-radius: 32px;
  width: 8px;
}

body {
  font-size: 16px;
  line-height: 125%;
  line-height: 1;
  font-family: "Aeroport", sans-serif;
  color: #000;
  background: #fafafa;
}
body._lock {
  overflow: hidden;
  touch-action: none;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1 1 auto;
}
body > * {
  min-width: 0;
}

.container {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.swiper-wrapper {
  display: flex;
}
.swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}

.header {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@media (max-width: 1199px) {
  .header {
    top: 30px;
  }
}
.header__wrap {
  height: 85px;
  padding: 32px 40px;
  background: #fff;
  position: relative;
  border-radius: 96px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.038);
}
@media (max-width: 1199px) {
  .header__wrap {
    height: 60px;
    padding: 18px;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__logo {
    width: 92px;
    position: static;
    transform: translate(0, 0);
  }
}
.header__logo img {
  max-width: 100%;
}

.burger-btn {
  display: none;
}
@media (max-width: 1199px) {
  .burger-btn {
    display: flex;
    width: 25px;
    height: 25px;
    background: #237a81;
    border-radius: 50%;
    position: relative;
  }
}
.burger-btn span {
  width: 10px;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 8px;
}
.burger-btn span:nth-child(1) {
  top: 8px;
}
.burger-btn span:nth-child(2) {
  top: 12px;
}
.burger-btn span:nth-child(3) {
  top: 16px;
}

@media (max-width: 1199px) {
  .menu-head {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: -30px;
    left: 0;
    z-index: 9;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    padding: 75px 30px;
    bottom: 0;
  }
  .menu-head .simplebar-track {
    right: 0;
  }
  .menu-head._active {
    top: -30px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .menu-head__wrap {
    width: 100%;
  }
}
.menu-head__top {
  display: none;
}
@media (max-width: 1199px) {
  .menu-head__top {
    display: flex;
    width: 100%;
  }
}
.menu-head__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  letter-spacing: -0.02em;
}
.menu-head__close svg {
  stroke: #fff;
}
@media (max-width: 1199px) {
  .menu-head__body {
    width: 60%;
    margin-top: 40px;
  }
  .menu-head__body .drop-head {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .menu-head__body {
    width: 100%;
    margin-bottom: 40px;
  }
}
.menu-head ul {
  gap: 30px;
}
@media (max-width: 1199px) {
  .menu-head ul {
    gap: 10px;
  }
}
.menu-head__item {
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .menu-head__item {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .menu-head__item {
    aspect-ratio: 1;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .menu-head__forms {
    width: 100%;
  }
}
.menu-head__forms .dh {
  display: block;
  position: static;
  pointer-events: all;
}

.dh {
  border-radius: 32px;
  background: #fff;
  position: absolute;
  top: calc(100% + 15px);
  padding: 50px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
}
@media (max-width: 1199px) {
  .dh {
    top: calc(100% + 10px);
    border-radius: 16px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .dh {
    padding: 0;
  }
}
.dh .dh__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #237a81;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dh .dh__title {
    font-size: 16px;
  }
}
.dh__login._active {
  display: none;
}

header ._active .dh {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.drop-head._active .drop-head__btn {
  color: #237a81;
}
.drop-head._active .drop-head__body {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .drop-head__name {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
.drop-head__arr {
  display: none;
}
@media (max-width: 1199px) {
  .drop-head__arr {
    display: flex;
    width: 25px;
    height: 25px;
  }
  .drop-head__arr svg {
    max-width: 7px;
    max-height: 7px;
  }
}
@media (max-width: 1199px) {
  .drop-head__btn {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
  }
  .drop-head__btn::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(35, 122, 129, 0.1) 30.69%, rgba(35, 122, 129, 0.5) 76.28%);
  }
}
.drop-head__body {
  left: 0;
  padding: 45px 50px 30px;
}
@media (max-width: 1199px) {
  .drop-head__body {
    display: none;
  }
}
.drop-head__item {
  margin-bottom: 15px;
}
.drop-head__sections {
  border-left: 1px solid rgba(16, 16, 16, 0.1);
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  background: #fff;
}
.drop-head__sections.active {
  width: max-content;
  opacity: 1;
  visibility: visible;
  padding-left: 40px;
  margin-left: 40px;
}
.drop-head__sections ul {
  columns: 2;
}
.drop-head__sections ul li {
  margin-bottom: 15px;
}
.drop-head__sections ul li .link {
  color: #000;
}
@media (any-hover: hover) {
  .drop-head__sections ul li .link:hover {
    color: #237a81;
  }
}
.drop-head ._active,
.drop-head .active {
  color: #237a81;
}

.menu-sm {
  margin-top: 40px;
  display: none;
}
.menu-sm._active {
  display: block;
}
.menu-sm .simplebar-track {
  right: -30px;
}
.menu-sm__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-sm__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-sm__item._active .menu-sm__sections {
  opacity: 1;
  visibility: visible;
  height: max-content;
  padding-bottom: 10px;
}
.menu-sm__btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
}
.menu-sm__btn::after {
  content: "";
  width: 10px;
  height: 6px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.47705L5 5.47705L9 1.47705' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/cover no-repeat;
}
.menu-sm__sections {
  columns: 2;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.menu-sm__sections li:not(:last-child) {
  margin-bottom: 20px;
}
.menu-sm__sections li a {
  font-size: 12px;
  line-height: 167%;
}

/**************************************/
.ctrl-head {
  gap: 25px;
}
@media (max-width: 1199px) {
  .ctrl-head {
    gap: 5px;
  }
}
.ctrl-head__item {
  display: flex;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .ctrl-head__item_basket {
    order: 2;
  }
}
@media (max-width: 1199px) {
  .ctrl-head__item_favorites {
    order: 1;
  }
}
@media (max-width: 1199px) {
  .ctrl-head__item_search {
    order: 3;
  }
  .ctrl-head__item_search .dh {
    max-width: calc(100vw - 60px) !important;
    padding: 10px;
    border-radius: 1000px;
  }
  .ctrl-head__item_search .dh .dh__title {
    display: none;
  }
  .ctrl-head__item_search .dh .input {
    height: 40px;
  }
}
.ctrl-head__icon {
  min-width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
}
@media (max-width: 1199px) {
  .ctrl-head__icon {
    min-width: 25px;
    height: 25px;
    background: rgba(35, 122, 129, 0.1);
    padding: 0px 8px;
    border-radius: 12px;
    gap: 5px;
  }
}
.ctrl-head__icon._active + .dh {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
  pointer-events: all;
}
.ctrl-head__icon img {
  max-width: 15px;
  max-height: 15px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .ctrl-head__icon img {
    max-width: 10px;
  }
}
.ctrl-head__icon span {
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 15px;
  padding-left: 23px;
}
@media (max-width: 1199px) {
  .ctrl-head__icon span {
    padding-left: 0px;
    font-size: 10px;
    color: var(--blue);
  }
}
.ctrl-head__icon .icon-ch,
.ctrl-head__icon .icon-ch-hover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .ctrl-head__icon .icon-ch,
  .ctrl-head__icon .icon-ch-hover {
    position: static;
    transform: translateY(0%);
  }
}
@media (max-width: 1199px) {
  .ctrl-head__icon .icon-ch {
    display: none;
  }
}
.ctrl-head__icon .icon-ch-hover {
  opacity: 0;
}
@media (max-width: 1199px) {
  .ctrl-head__icon .icon-ch-hover {
    opacity: 1;
    position: static;
  }
}
@media (any-hover: hover) {
  .ctrl-head__icon:hover .icon-ch {
    opacity: 0;
  }
  .ctrl-head__icon:hover .icon-ch-hover {
    opacity: 1;
  }
  .ctrl-head__icon:hover span {
    color: #237A81;
  }
}
.ctrl-head .dh {
  right: 0;
  left: auto;
  max-width: 544px;
  width: 100%;
}

.search-head {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .search-head {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .search-head__input {
    padding: 16px 35px 16px 15px;
  }
}
.search-head__btn {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #237A81;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .search-head__btn {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.search-head__btn svg {
  fill: transparent;
  stroke: #fff;
  width: 11px;
  height: 10px;
}
@media (max-width: 1199px) {
  .search-head__btn svg {
    width: 10px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .search-head__btn:hover {
    background: #1E6A70;
  }
}

.auth-form .input-box:not(:first-child),
.res-form .input-box:not(:first-child),
.reg-dh .input-box:not(:first-child) {
  margin-top: 10px;
}
.auth-form .btn-primary,
.res-form .btn-primary,
.reg-dh .btn-primary {
  padding: 0px 20px 0px 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .auth-form .btn-primary,
  .res-form .btn-primary,
  .reg-dh .btn-primary {
    margin-top: 20px;
  }
}
.auth-form__links,
.res-form__links,
.reg-dh__links {
  margin-top: 40px;
  gap: 10px;
}
.auth-form__links .btn,
.res-form__links .btn,
.reg-dh__links .btn {
  flex: 1;
}

.reg-dh {
  display: none;
}
.reg-dh._active {
  display: block;
}
.reg-dh__form._active {
  display: none;
}
.reg-dh__thanks {
  display: none;
}
.reg-dh__thanks._active {
  display: block;
}
.reg-dh .error-text {
  display: none;
}
.reg-dh .error-text._active {
  display: block;
}
.reg-dh__polit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000;
}
.reg-dh__polit span {
  width: 15px;
  height: 15px;
}
.reg-dh__polit span img {
  max-width: 100%;
}
.reg-dh__text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  line-height: 120%;
}

.res-dh {
  display: none;
}
.res-dh._active {
  display: block;
}
@media (max-width: 1199px) {
  .res-dh._active {
    padding-top: 40px;
  }
}
.res-dh__btn._active {
  display: none;
}
.res-dh__text {
  display: none;
  text-align: center;
  margin: 30px 47px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  line-height: 120%;
}
@media (max-width: 1199px) {
  .res-dh__text {
    margin-top: 20px;
    font-size: 12px;
  }
}
.res-dh__text._active {
  display: block;
}

.footer {
  background: #237A81;
  border-radius: 40px 40px 0 0;
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__wrap {
  padding: 67px 40px 60px 40px;
}
@media (max-width: 1199px) {
  .footer__wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .footer__wrap {
    padding: 110px 30px 50px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .footer__head {
    flex-direction: column-reverse;
  }
}
.footer__logo {
  margin: 10px 0px;
}
@media (max-width: 1023px) {
  .footer__logo {
    margin: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
  }
}
.footer__logo img {
  max-width: 100%;
}
.footer__info {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .footer__info {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__info {
    flex-direction: column;
  }
}
.footer__info a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__info a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1023px) {
  .footer__menu {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .footer__menu::before {
    content: "Покупателям";
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    letter-spacing: -0.02em;
    display: block;
  }
}
.footer__menu ul {
  columns: 2;
  margin-bottom: -30px;
}
.footer__menu ul li {
  margin-bottom: 30px;
}
.footer__menu ul li:nth-child(1) {
  margin-right: 67px;
}
@media (max-width: 1199px) {
  .footer__menu ul li:nth-child(1) {
    margin-right: 20px;
  }
}
.footer__bottom {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .footer__bottom {
    padding-top: 50px;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 1023px) {
  .footer__text {
    text-align: center;
  }
}
.footer__text:nth-child(2) {
  margin-left: 260px;
}
@media (max-width: 1199px) {
  .footer__text:nth-child(2) {
    margin-left: 110px;
  }
}
@media (max-width: 1023px) {
  .footer__text:nth-child(2) {
    margin-left: 0;
    margin-top: 12px;
  }
}
.footer__text:nth-child(3) {
  font-weight: 500;
  margin-left: auto;
  width: 412px;
  text-align: right;
}
@media (max-width: 1199px) {
  .footer__text:nth-child(3) {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .footer__text:nth-child(3) {
    width: 100%;
    margin-top: 46px;
    text-align: center;
  }
}
.footer__text:nth-child(3) span {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
}
.footer__text .link {
  color: #fff;
}
@media (any-hover: hover) {
  .footer__text .link:hover {
    opacity: 0.5;
  }
}

.contact-f {
  margin-left: 76px;
}
@media (max-width: 1199px) {
  .contact-f {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .contact-f {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 50px;
    padding-top: 50px;
  }
  .contact-f::before {
    content: "Контакты";
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 83%;
    letter-spacing: -0.02em;
    display: block;
  }
}
.contact-f ul li:not(:last-child) {
  margin-bottom: 18px;
}
.contact-f ul li a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.contact-f ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .contact-f ul li span {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .contact-f__all {
    margin-top: 22px;
  }
}
.contact-f__all svg {
  width: 9px;
  height: 9px;
  stroke: #237A81;
}

/*********************************/
.mailing-f {
  max-width: 412px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .mailing-f {
    max-width: 330px;
  }
}
@media (max-width: 1023px) {
  .mailing-f {
    max-width: 100%;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.mailing-f__title {
  font-size: 58px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 1199px) {
  .mailing-f__title {
    font-size: 46px;
  }
}
.mailing-f__subtitle {
  margin-top: 50px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .mailing-f__subtitle {
    margin-top: 12px;
    font-size: 12px;
  }
}
.mailing-f__form {
  margin-top: 30px;
}
.mailing-f__form .input-box {
  margin-bottom: 10px;
}
.mailing-f__form .btn._active .mailing-f__send_btn {
  display: none;
}
.mailing-f__form .btn._active .mailing-f__send_text {
  display: block;
}
.mailing-f .mailing-f__send_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mailing-f .mailing-f__send_text {
  display: none;
  text-align: center;
}

.big-banner {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .big-banner {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .big-banner .title {
    line-height: 100%;
  }
}
.big-banner .title span {
  display: block;
}
.big-banner .title span:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .big-banner .title span:last-child {
    text-align: left;
  }
}
.big-banner .title span span {
  display: inline-block;
  margin-left: 11.2%;
}
@media (max-width: 767px) {
  .big-banner .title span span {
    margin-left: 0;
  }
}
.big-banner .title.green1 {
  color: #237a81;
}
.big-banner .title.red1 {
  color: #d10000;
}
.big-banner__img {
  aspect-ratio: 1340/750;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .big-banner__img {
    aspect-ratio: 333/445;
  }
}
.big-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .big-banner__img .md {
    display: none;
  }
}
body .big-banner__img .sm {
  display: none;
}
@media (max-width: 1023px) {
  body .big-banner__img .sm {
    display: block;
    object-fit: contain;
  }
}

.prod-slider .title {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .prod-slider .title {
    padding-left: 0;
    padding-right: 0;
  }
}
.prod-slider .btn-icon {
  position: absolute;
  top: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .prod-slider .btn-icon {
    width: 25px;
    height: 25px;
  }
  .prod-slider .btn-icon svg {
    max-width: 12px;
  }
}
@media (any-hover: hover) {
  .prod-slider .btn-icon:hover {
    background: var(--blue-dark);
  }
}
.prod-slider .btn-icon svg {
  stroke: #fff;
}
.prod-slider .btn-icon_prev {
  left: 0;
}
.prod-slider .btn-icon_next {
  right: 0;
}
.prod-slider .btn-icon_next svg {
  transform: rotate(180deg);
}
.prod-slider .product-list {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .prod-slider .product-list {
    padding-left: 46px;
    padding-right: 46px;
  }
}
.prod-slider .product-list .product-list__wrap {
  overflow: hidden;
}
.prod-slider .product-list .product-list__wrap .swiper-wrapper {
  width: 100%;
}

/*********************************************/
.pslider {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pslider {
    margin-top: 60px;
  }
}
.pslider__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.pslider__wrap {
  margin-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
}
@media (max-width: 1023px) {
  .pslider__wrap {
    padding-left: 46px;
    padding-right: 46px;
  }
}
@media (max-width: 767px) {
  .pslider__wrap {
    margin-top: 30px;
  }
}
.pslider__wrap .btn-icon {
  position: absolute;
  top: calc(50% - 40px);
}
@media (max-width: 1023px) {
  .pslider__wrap .btn-icon {
    width: 25px;
    height: 25px;
  }
  .pslider__wrap .btn-icon svg {
    max-width: 12px;
  }
}
@media (any-hover: hover) {
  .pslider__wrap .btn-icon:hover {
    background: var(--blue-dark);
  }
}
.pslider__wrap .btn-icon svg {
  stroke: #fff;
}
.pslider__wrap .btn-icon_prev {
  left: 0;
}
.pslider__wrap .btn-icon_next {
  right: 0;
}
.pslider__wrap .btn-icon_next svg {
  transform: rotate(180deg);
}
.pslider__overlay {
  overflow: hidden;
}

.aside-lk {
  flex: 0 0 320px;
}
@media (max-width: 1023px) {
  .aside-lk {
    display: none;
  }
}
.aside-lk .link {
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (any-hover: hover) {
  .aside-lk .link:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9L5 5L1 1' stroke='%23237A81' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  }
}
.aside-lk .link::after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-flex;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9L5 5L1 1' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/contain no-repeat;
}
.aside-lk__menu {
  background: #fff;
  padding: 25px 20px 25px 25px;
  border-radius: 16px;
}
.aside-lk__menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.aside-lk__menu li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.aside-lk__menu .link {
  height: 48px;
}
.aside-lk__exit {
  height: 50px;
  border-radius: 16px;
  margin-top: 16px;
  padding: 0px 20px 0px 25px;
  background: rgba(35, 122, 129, 0.1);
}

.intro-banner {
  min-height: 100vh;
  width: 100%;
}
.intro-banner__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.intro-banner__fon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .intro-banner__fon .xl {
    display: none;
  }
}
.intro-banner__fon .sm {
  display: none;
}
@media (max-width: 767px) {
  .intro-banner__fon .sm {
    display: block;
  }
}
.intro-banner .title {
  padding: 0px 16px 52px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .intro-banner .title {
    padding: 0px 0px 46px 0px;
  }
}
.intro-banner .title span {
  display: block;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .intro-banner .title span {
    text-align: left;
    line-height: 1;
  }
}
.intro-banner .title span span {
  display: inline-block;
  margin-left: 6.8%;
}
@media (max-width: 767px) {
  .intro-banner .title span span {
    margin-left: 0;
  }
}

/************************************************/
@media (max-width: 1023px) {
  .our-section {
    margin-top: 16px;
  }
}
.our-section__list {
  margin-top: 26px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .our-section__list {
    gap: 40px 10px;
  }
}
.our-section__list .cart-os {
  width: calc(25% - 15px);
}
@media (max-width: 1199px) {
  .our-section__list .cart-os {
    width: calc(25% - 7.5px);
  }
}
@media (max-width: 1023px) {
  .our-section__list .cart-os {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .our-section__list .cart-os {
    width: 100%;
  }
}

.cart-os__bg {
  border-radius: 16px;
  aspect-ratio: 320/430;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .cart-os__bg {
    padding: 12px;
  }
}
@media (max-width: 1023px) {
  .cart-os__bg {
    padding: 30px;
  }
}
.cart-os__links {
  margin-top: auto;
  gap: 6px;
  width: 100%;
}
@media (max-width: 1023px) {
  .cart-os__links {
    gap: 10px;
  }
}
.cart-os__link {
  flex: 1;
  background: #fff;
  height: 40px;
  padding: 10px;
  border-radius: 150px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .cart-os__link {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .cart-os__link:hover {
    background: #237a81;
    color: #fff;
  }
}
.cart-os__body {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cart-os__body {
    margin-top: 20px;
  }
}
.cart-os__name {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

/*****************************************************/
@media (max-width: 767px) {
  .about-home .title {
    margin-top: 40px;
    flex-direction: column;
    text-align-last: left;
  }
}
.about-home__banner {
  margin-top: 50px;
  aspect-ratio: 16/9;
}
@media (max-width: 1023px) {
  .about-home__banner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-home__banner {
    aspect-ratio: 333/445;
  }
}
.about-home__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-home__banner img {
    object-position: 58%;
  }
}
.about-home__content {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-home__content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .about-home__content {
    margin-top: 40px;
  }
}
.about-home__content h3 {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .about-home__content h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-home__content h3 {
    font-size: 24px;
  }
}
.about-home__text {
  margin-top: 20px;
  gap: 50px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .about-home__text {
    margin-top: 40px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-home__text {
    flex-direction: column;
  }
}
.about-home__text p:not(:last-child) {
  margin-bottom: 16px;
}
.about-home__text div {
  flex: 1;
}
.about-home .btn {
  margin-top: 50px;
  max-width: 320px;
}
@media (max-width: 1023px) {
  .about-home .btn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-home .btn {
    max-width: 100%;
  }
}

/*****************************************************/
.our-shop.our-shop__home {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .our-shop.our-shop__home {
    margin-top: 40px;
  }
}
.our-shop__btns {
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .our-shop__btns {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .our-shop__btns .tab-btn {
    flex: 0 0 calc(25% - 7.5px);
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .our-shop__btns .tab-btn {
    flex: 0 0 calc(33.33% - 6.6666666667px);
  }
}
@media (max-width: 767px) {
  .our-shop__btns .tab-btn {
    flex: 0 0 100%;
  }
}
.our-shop__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .our-shop__list {
    margin-top: 35px;
  }
}
.our-shop__item {
  display: flex;
  gap: 45px;
}
@media (max-width: 1199px) {
  .our-shop__item {
    gap: 35px;
  }
}
@media (max-width: 1023px) {
  .our-shop__item {
    flex-direction: column;
  }
}
.our-shop__map {
  aspect-ratio: 1;
  width: 49%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .our-shop__map {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .our-shop__map {
    aspect-ratio: 1;
  }
}
.our-shop__map .ymaps-2-1-79-map {
  width: 100%;
}
.our-shop__wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.our-shop__content {
  margin-top: auto;
}
.our-shop__head {
  margin-top: auto;
}
.our-shop__head h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .our-shop__head h3 {
    font-size: 24px;
  }
}
.our-shop__head p {
  margin-top: 16px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.our-shop ul {
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.our-shop ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 90px;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .our-shop ul li {
    flex-direction: column;
    align-items: start;
    padding: 35px 0px;
  }
}
.our-shop ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.our-shop ul li div {
  line-height: 120%;
  letter-spacing: -0.02em;
  flex: 0 0 calc(50% - 10px);
}
.our-shop ul li div:first-child {
  color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .our-shop ul li div br {
    display: none;
  }
}
.our-shop__adress p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-shop__adress p span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
}
.our-shop__adress p .yellow-dark-bg {
  background: #FF9F0F;
}
.our-shop__phone a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767px) {
  .our-shop__phone a {
    gap: 20px;
  }
}
.our-shop__phone a span {
  flex-shrink: 0;
}
.our-shop__pay {
  gap: 50px;
}
@media (max-width: 1199px) {
  .our-shop__pay {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .our-shop__pay {
    gap: 50px;
  }
}

/********************************************/
.tab-btn {
  flex: 1;
  max-width: 206px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.25;
  height: 60px;
  border-radius: 150px;
  padding: 20px 10px;
  border: 1px solid #000;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .tab-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
    opacity: 1;
  }
}
.tab-btn.active {
  opacity: 1;
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.tab-item {
  display: none;
}
.tab-item.active {
  display: flex;
}

.product-list {
  margin-top: 20px;
}
.product-list__wrap {
  gap: 20px;
}
@media (max-width: 767px) {
  .product-list__wrap {
    gap: 40px;
  }
}
.product-list__wrap .cart-prod {
  width: calc(25% - 15px);
}
@media (max-width: 1023px) {
  .product-list__wrap .cart-prod {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .product-list__wrap .cart-prod {
    width: 100%;
  }
}
.product-list .btn {
  max-width: 320px;
  margin-top: 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .product-list .btn {
    margin-top: 40px;
    max-width: 100%;
  }
}

.cart-prod {
  position: relative;
}
@media (any-hover: hover) {
  .cart-prod:hover .cart-prod__add {
    opacity: 1;
    visibility: visible;
  }
}
.cart-prod.no-stock .slider-cp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 66.11%, rgba(0, 0, 0, 0.08) 100%);
}
.cart-prod__mailing, .cart-prod__add {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 3;
}
.cart-prod__mailing.in span:nth-child(1) {
  display: none;
}
.cart-prod__mailing.in span:nth-child(2) {
  display: block;
}
.cart-prod__mailing span:nth-child(2) {
  display: none;
}
.cart-prod__mailing, .cart-prod__add {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .cart-prod__mailing, .cart-prod__add {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cart-prod__mailing, .cart-prod__add {
    font-size: 12px;
    height: 40px;
  }
}
.cart-prod__mailing svg, .cart-prod__add svg {
  width: 10px;
  height: 10px;
}
.cart-prod__add {
  font-size: 12px;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .cart-prod__add:hover svg {
    transform: rotate(180deg);
  }
}
.cart-prod__add span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-prod__add span svg {
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}
.cart-prod .bandles {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .cart-prod .bandles {
    top: 10px;
    left: 10px;
  }
}
.cart-prod__body {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .cart-prod__body {
    margin-top: 8px;
  }
}
.cart-prod__name {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .cart-prod__name {
    font-size: 10px;
    font-weight: 400;
  }
}
.cart-prod__price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 1023px) {
  .cart-prod__price {
    margin-top: 12px;
    font-size: 16px;
  }
}
.cart-prod .cart-prod__price_old {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cart-prod .cart-prod__price_old {
    font-size: 10px;
  }
}

.icon-cp {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
}
@media (max-width: 1023px) {
  .icon-cp {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.icon-cp svg {
  transition: all 0.2s ease 0s;
}
.icon-cp.icon-cp-favorites svg {
  width: 13px;
  height: 13px;
  stroke: #000;
  fill: transparent;
}
@media (max-width: 1023px) {
  .icon-cp.icon-cp-favorites svg {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .icon-cp.icon-cp-favorites img {
    transform: scale(0.6);
  }
}
.icon-cp.icon-cp-favorites.active svg {
  stroke: #000;
  fill: #000;
}
.icon-cp.icon-cp-chech {
  display: none;
}
.icon-cp.icon-cp-chech.show {
  display: inline-flex;
}
.icon-cp.icon-cp-chech.in span {
  background: var(--blue);
}
.icon-cp.icon-cp-chech.in span::after {
  transform: scale(1);
}
.icon-cp.icon-cp-chech span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .icon-cp.icon-cp-chech span {
    width: 13px;
    height: 13px;
  }
}
.icon-cp.icon-cp-chech span::after {
  content: "";
  transform: scale(0);
  width: 10px;
  height: 8px;
  display: inline-flex;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 4.27777L3.65385 6.5L8.5 1.5' fill='%23237A81' /%3e%3cpath d='M1.5 4.27777L3.65385 6.5L8.5 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/contain no-repeat;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .icon-cp.icon-cp-chech span::after {
    width: 7px;
    height: 5px;
  }
}

.bandles {
  gap: 10px;
}
.bandles .bandle {
  height: 32px;
  min-width: 70px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  border-radius: 32px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .bandles .bandle {
    height: 18px;
    padding: 0px 12px;
    font-size: 6px;
    min-width: 40px;
  }
}
.bandles .bandle-sale {
  background: var(--orange);
}
.bandles .bandle-new {
  background: var(--blue);
}

.slider-cp {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 320/430;
}
@media (max-width: 1023px) {
  .slider-cp {
    border-radius: 8px;
    aspect-ratio: 160/220;
  }
}
@media (any-hover: hover) {
  .slider-cp:hover::after,
  .slider-cp:hover .slider-cp__arr,
  .slider-cp:hover .dots {
    opacity: 1;
  }
  .slider-cp:hover .dots {
    bottom: 25px;
  }
  .slider-cp:hover .slider-cp__arr_prev {
    left: 15px;
  }
  .slider-cp:hover .slider-cp__arr_next {
    right: 15px;
  }
}
.slider-cp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.01) 66.11%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.slider-cp__wrap {
  overflow: hidden;
}
.slider-cp__slide {
  width: 100%;
  height: 100%;
}
.slider-cp__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-cp__arr {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .slider-cp__arr {
    display: none;
  }
}
@media (any-hover: hover) {
  .slider-cp__arr:hover svg {
    stroke: var(--blue);
  }
}
.slider-cp__arr svg {
  width: 14px;
  height: 14px;
  stroke: #434343;
  transition: all 0.3s ease 0s;
}
.slider-cp__arr_prev {
  left: 0px;
}
.slider-cp__arr_next {
  right: 0px;
}
.slider-cp__arr_next svg {
  transform: rotate(180deg);
}
.slider-cp .dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.col-3 .cart-prod {
  width: calc(33.33% - 13.3333333333px);
}
@media (max-width: 767px) {
  .col-3 .cart-prod {
    width: calc(50% - 7px);
  }
}

.col-4 {
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .col-4 {
    gap: 25px 14px;
  }
}
.col-4 .cart-prod {
  width: calc(25% - 15px);
}
@media (max-width: 1199px) {
  .col-4 .cart-prod {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .col-4 .cart-prod {
    width: calc(50% - 7px);
  }
}

.blue {
  color: var(--blue);
}

.catalog {
  gap: 20px;
}
.catalog__aside {
  width: 320px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .catalog__aside {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .catalog__aside {
    display: none;
  }
}
.catalog__aside .breadcrumbs {
  margin-bottom: 20px;
}
.catalog__content {
  flex: 1;
  overflow: hidden;
}
.catalog__control-wrap {
  gap: 10px;
}
.catalog__products {
  gap: 40px 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .catalog__products {
    gap: 25px 14px;
  }
}
.catalog__desc {
  margin-top: 70px;
  padding: 0 140px;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 167%;
}
@media (max-width: 1399px) {
  .catalog__desc {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .catalog__desc {
    margin-top: 40px;
    font-size: 10px;
    line-height: 140%;
  }
}

.search-aside {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .search-aside {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.search-aside .input {
  width: 100%;
  height: 58px;
  padding: 0px 50px 0px 25px;
  background: #fff;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #000;
  border-radius: 16px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .search-aside .input {
    border-radius: 150px;
  }
}
.search-aside .input:valid {
  background: rgba(35, 122, 129, 0.05);
}
.search-aside .btn-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  background: var(--blue);
  width: 25px;
  height: 25px;
}
.search-aside .btn-icon svg {
  fill: transparent;
  stroke: white;
  width: 10px;
  height: 9px;
}

.da {
  border-radius: 16px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.038);
  font-size: 12px;
  letter-spacing: -0.02em;
}
.da:not(:last-child) {
  margin-bottom: 15px;
}
.da:last-child {
  margin-bottom: 20px;
}
.da.active1 .da__head::after {
  transform: rotate(180deg) translateY(50%);
}
.da.active1 .da__list {
  height: max-content;
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
}
.da__head {
  padding: 0px 20px 0px 25px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.da__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 8px;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 5L9 1' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/contain no-repeat;
}
.da a.da__head::after {
  display: none;
}
.da__list {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 0px 20px 0 25px;
}
.da__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.da__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.da__item.active2 .da__links {
  height: max-content;
  opacity: 1;
  visibility: visible;
  padding-bottom: 20px;
}
.da__item.active2 .da__btn::after {
  transform: rotate(180deg) translateY(50%);
}
.da__btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.da__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 8px;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 5L9 1' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") center/contain no-repeat;
}
.da__links {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.da__links ul {
  columns: 2;
  margin-bottom: -10px;
}
.da__links ul li:not(:last-child) {
  margin-bottom: 10px;
}

.banner-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  aspect-ratio: 320/300;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-aside::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/new_2024/css/../img/banners/aside_liner.png") center/cover no-repeat;
  z-index: 1;
}
.banner-aside__wrap {
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.banner-aside__wrap h4 {
  font-size: 30px;
  line-height: 1;
}
.banner-aside__wrap p {
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-top: 20px;
}

/****************************************/
.drop-min {
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 767px) {
  .drop-min.center {
    display: none;
  }
}
.drop-min.center .drop-min__wrap {
  transform: translateX(calc(-50% + 68px));
}
.drop-min.right .drop-min__wrap {
  right: 0;
  left: auto;
}
.drop-min.active .drop-min__btn {
  z-index: 10;
}
.drop-min.active .drop-min__bg {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.drop-min.active .drop-min__wrap {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
.drop-min__btn {
  gap: 19px;
  padding: 0px 15px;
  background: #fff;
  height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  min-width: 125px;
}
@media (max-width: 767px) {
  .drop-min__btn {
    font-size: 10px;
    min-width: 110px;
  }
}
.drop-min__btn span {
  width: 9px;
  transform: rotate(-90deg);
  margin-left: auto;
}
.drop-min__btn svg {
  width: 6px;
  height: 9px;
  stroke: #000;
  fill: transparent;
}
.drop-min__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.drop-min__wrap {
  position: absolute;
  top: calc(100% + 35px);
  z-index: 10;
  background: #fafafa;
  border-radius: 32px;
  padding: 40px;
  min-width: 410px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.drop-min__title {
  font-size: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .drop-min__title {
    font-size: 24px;
    font-weight: 700;
  }
}
.drop-min__close {
  width: 32px;
  height: 32px;
  background: var(--blue);
}
@media (max-width: 767px) {
  .drop-min__close {
    width: 30px;
    height: 30px;
  }
}
.drop-min__close svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
.drop-min__body {
  margin-top: 35px;
}
.drop-min__btns .btn:not(:last-child) {
  margin-bottom: 10px;
}
.drop-min.drop-min_sort.active .drop-min__wrap {
  top: calc(100% + 10px);
}
@media (max-width: 767px) {
  .drop-min.drop-min_sort .radio-box {
    font-size: 14px;
  }
}
.drop-min.drop-min_sort .radio-box input:checked + span {
  background: transparent;
}
.drop-min.drop-min_sort .radio-box span {
  width: 15px;
  height: 15px;
  padding: 0;
}
.drop-min.drop-min_sort .radio-box:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .drop-min.drop-min_sort .radio-box:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .drop-min.drop-min_sort .drop-min__wrap {
    border-radius: 16px;
    min-width: calc(100vw - 60px);
    padding: 30px;
  }
  .drop-min.drop-min_sort .drop-min__head {
    display: none;
  }
  .drop-min.drop-min_sort .drop-min__body {
    margin-top: 0;
  }
}

.filter .drop-min__btn {
  margin: 0px auto 0px 0px;
}
.filter .drop-min__btn span {
  width: 10px;
  height: 12px;
}
.filter .drop-min__btn span svg {
  width: inherit;
  height: inherit;
  stroke: #000;
}
.filter__item {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
}
.filter__item.filter__item_color .filter__body, .filter__item.filter__item_size .filter__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .filter__item.filter__item_color .filter__body, .filter__item.filter__item_size .filter__body {
    height: max-content;
    opacity: 1;
    visibility: visible;
  }
}
.filter__item.filter__item_color .filter__head, .filter__item.filter__item_size .filter__head {
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .filter__item.filter__item_color .filter__head, .filter__item.filter__item_size .filter__head {
    padding-bottom: 20px !important;
  }
}
.filter__item.filter__item_color.in .filter__body, .filter__item.filter__item_size.in .filter__body {
  height: max-content;
  visibility: visible;
  opacity: 1;
}
.filter__item.filter__item_color.in .filter__head, .filter__item.filter__item_size.in .filter__head {
  padding-bottom: 20px;
}
.filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.filter__name {
  font-size: 18px;
  line-height: 111%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .filter__name {
    font-size: 16px;
  }
}
.filter__btn {
  width: 25px;
  height: 25px;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter__btn {
    display: none;
  }
}
.filter__btn svg {
  width: 11px;
  height: 11px;
  stroke: #fff;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .filter__btn:hover {
    background: var(--blue-dark);
  }
}
.filter .btn {
  height: 50px;
}
@media (max-width: 767px) {
  .filter.active .drop-min__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 30px;
  }
  .filter.active .drop-min__body {
    height: calc(100vh - 230px);
  }
  .filter.active .drop-min__overlay {
    display: flex;
    flex-direction: column;
  }
  .filter.active .filter__item:nth-last-child(2) {
    order: 7;
  }
  .filter.active .filter__item:last-child {
    order: 8;
  }
  .filter.active .filter__item_size {
    order: 1;
  }
  .filter.active .filter__item_color {
    order: 2;
  }
  .filter.active .filter__item_price {
    order: 3;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .filter.active .btn {
    font-size: 14px;
  }
}

.filter-price {
  display: flex;
  gap: 10px;
}
.filter-price__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-price__item label {
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.02em;
}
.filter-price__item input {
  width: 100%;
  text-align: center;
  height: 33px;
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 767px) {
  .filter-price__item input {
    font-size: 14px;
  }
}

.filter-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter-color .radio-box {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 0 !important;
}
.filter-color .radio-box input:checked + span {
  background: transparent;
}
.filter-color .radio-box span {
  width: 15px;
  height: 15px;
  padding: 0;
}

.filter-size {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.filter-size .check-box {
  flex: 0 0 calc(25% - 3.75px);
}
.filter-size .check-box span {
  width: 100%;
}
@media (max-width: 767px) {
  .filter-size .check-box span {
    font-size: 12px;
  }
}

.filter-sn {
  display: flex;
  gap: 5px;
}
.filter-sn__item {
  flex: 1;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.filter-sn__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid;
  border-radius: 32px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter-sn__item span {
    height: 50px;
    font-size: 14px;
  }
}
.filter-sn__item input {
  display: none;
}
.filter-sn__item_sale {
  border-color: var(--orange);
  color: var(--orange);
}
.filter-sn__item_sale input:checked + span {
  background: var(--orange);
  color: #fff;
}
.filter-sn__item_new {
  border-color: var(--blue);
  color: var(--blue);
}
.filter-sn__item_new input:checked + span {
  background: var(--blue);
  color: #fff;
}
.filter-sn__item_bg span {
  height: 50px;
}

/****************************************/
.btn-more {
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .btn-more {
    font-size: 12px;
    gap: 15px;
  }
}
@media (any-hover: hover) {
  .btn-more:hover span svg {
    transform: rotate(45deg);
  }
}
.btn-more span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-more span svg {
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  stroke: #fff;
  transition: all 0.3s ease 0s;
}

.pagin {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .pagin {
    margin-top: 40px;
  }
}
.pagin__list {
  margin-top: 50px;
  gap: 5px;
}
@media (max-width: 1023px) {
  .pagin__list {
    margin-top: 40px;
  }
}
.pagin__list .link {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .pagin__list .link {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .pagin__list .link:hover {
    color: var(--blue);
  }
}
.pagin__list .link.active {
  background: var(--blue);
  color: #fff;
}
.pagin__arr {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagin__arr svg {
  stroke: var(--blue);
  width: 5px;
  height: 6px;
  fill: transparent;
}
.pagin__arr_prev {
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .pagin__arr_prev {
    margin-right: 10px;
  }
}
.pagin__arr_next {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .pagin__arr_next {
    margin-left: 10px;
  }
}
.pagin__arr_next svg {
  transform: rotate(180deg);
}

.column-2 {
  columns: 2;
}

.pd {
  margin-top: 30px;
  gap: 134px;
}
@media (max-width: 1199px) {
  .pd {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .pd {
    flex-direction: column;
    margin-top: 0;
    gap: 16px;
  }
}
.pd__images {
  width: 40%;
  flex-shrink: 0;
  gap: 20px;
}
@media (max-width: 1199px) {
  .pd__images {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .pd__images {
    width: 100%;
  }
}
.pd__info {
  flex: 1 1 auto;
}

.img-thumbs {
  width: 92px;
}
@media (max-width: 1199px) {
  .img-thumbs {
    width: 68px;
    display: none;
  }
}
.img-thumbs .swiper-wrapper {
  display: block;
}
.img-thumbs__slide {
  width: 92px;
  height: 125px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .img-thumbs__slide {
    width: 68px;
    height: 98px !important;
  }
}
.img-thumbs__slide img {
  max-width: 100%;
  max-height: 100%;
}

.img-big {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img-big .bandles {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.img-big__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 433/582;
  position: relative;
}
.img-big__slide img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .img-big__slide img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-big__slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.01) 66.11%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.img-big .dots {
  display: none;
}
@media (max-width: 767px) {
  .img-big .dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 4;
    width: 100%;
    gap: 8px;
  }
  .img-big .dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.arr-slider {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .arr-slider {
    width: 25px;
    height: 25px;
  }
}
.arr-slider svg {
  width: 13px;
  height: 13px;
  stroke: #000;
}
@media (max-width: 767px) {
  .arr-slider svg {
    width: 10px;
    height: 10px;
  }
}
.arr-slider_prev {
  left: 20px;
}
.arr-slider_next {
  right: 20px;
}
.arr-slider_next svg {
  transform: rotate(180deg);
}

/******************************************/
.info-dp__back {
  display: none;
}
@media (max-width: 767px) {
  .info-dp__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(35, 122, 129, 0.1);
  }
  .info-dp__back svg {
    width: 11px;
    height: 11px;
    stroke: #237a81;
  }
}
.info-dp__art {
  font-size: 12px;
  letter-spacing: -0.02em;
  opacity: 0.25;
}
@media (max-width: 767px) {
  .info-dp__art {
    font-size: 10px;
  }
}
.info-dp__content {
  padding-right: 158px;
}
@media (max-width: 1199px) {
  .info-dp__content {
    padding-right: 38px;
  }
}
@media (max-width: 767px) {
  .info-dp__content {
    padding-right: 0;
    margin-top: 24px;
  }
}
.info-dp__name {
  font-size: 30px;
  letter-spacing: -0.01em;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .info-dp__name {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .info-dp__name {
    margin-top: 0;
    font-size: 20px;
  }
}
.info-dp__text {
  margin-top: 35px;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 130%;
}
@media (max-width: 767px) {
  .info-dp__text {
    margin-top: 30px;
    font-size: 10px;
  }
}
.info-dp__control {
  margin-top: 40px;
  gap: 15px;
}
@media (max-width: 767px) {
  .info-dp__control {
    gap: 0 30px;
    margin-top: 35px;
  }
}

.share {
  position: relative;
}
.share.in .share__list .share__link {
  transform: scale(1);
}
@media (max-width: 767px) {
  .share._active .share__wrap {
    opacity: 1;
    visibility: visible;
  }
}
.share .share__btn,
.share .share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.share .share__btn svg,
.share .share__link svg {
  max-width: 12px;
  max-height: 12px;
}
.share__btn {
  background: rgba(35, 122, 129, 0.1);
  width: 30px;
  height: 30px;
}
.share__btn svg {
  stroke: var(--blue);
}
@media (max-width: 767px) {
  .share__wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767px) {
  .share__body {
    width: calc(100vw - 60px);
    left: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 16px;
    padding: 40px;
  }
}
.share__title {
  display: none;
}
@media (max-width: 767px) {
  .share__title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--blue);
    white-space: nowrap;
  }
}
.share__list {
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  .share__list {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 35px;
    position: static;
    border-top: 1px solid rgba(35, 123, 129, 0.1);
  }
}
.share__link {
  margin-top: 10px;
  background: var(--blue);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .share__link {
    margin-top: 0;
    width: 35px;
    height: 35px;
  }
}
.share__link img {
  transform: scale(1.2);
}
@media (any-hover: hover) {
  .share__link:hover {
    background: var(--blue-dark);
  }
}
.share__link_copy {
  position: relative;
}
.share__link_copy.show span {
  opacity: 1;
  visibility: visible;
}
.share__link_copy span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  font-size: 10px;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .share__link_copy span {
    display: none;
  }
}
@media (max-width: 767px) {
  .share__item {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(35, 123, 129, 0.1);
  }
}
@media (max-width: 767px) {
  .share__link {
    transform: scale(1);
  }
}
.share__text {
  display: none;
}
@media (max-width: 767px) {
  .share__text {
    display: block;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
  }
}

.price-dp {
  margin-top: 40px;
  letter-spacing: -0.01em;
}
.price-dp__new {
  font-size: 24px;
}
.price-dp__old {
  margin-top: 12px;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.25);
}

.color-dp {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .color-dp {
    margin-top: 35px;
  }
}
.color-dp__items {
  gap: 16px;
}
@media (max-width: 767px) {
  .color-dp__items {
    gap: 6px;
  }
}
.color-dp__item {
  width: 26px;
  height: 26px;
  padding: 3px;
  border-radius: 50%;
}
.color-dp__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-flex;
}
.color-dp__item.active {
  border: 1px solid #000;
}
.color-dp__value {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .color-dp__value {
    margin-top: 14px;
  }
}
.color-dp__value span {
  display: inline-flex;
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.5);
}

.size-dp {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.02em;
}
.size-dp__text {
  font-size: 12px;
}
.size-dp__overlay {
  height: 45px;
  border-radius: 50px;
  padding: 10px 10px 10px 16px;
  min-width: 152px;
  background: #f0f0f0;
}
.size-dp__overlay span {
  font-size: 12px;
}
.size-dp__overlay .btn-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .add-dp {
    flex: 0 0 100%;
    order: 3;
    margin-top: 35px;
  }
}
.add-dp .btn {
  width: 212px;
  padding: 10px 10px 10px 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .add-dp .btn {
    width: 100%;
    height: 60px;
    padding: 10px 20px 10px 25px;
  }
}
.add-dp .btn.in .add-dp__success {
  display: block;
}
.add-dp .btn.in .add-dp__info {
  display: none;
}
.add-dp__basket .add-dp__info span {
  transform: rotate(0);
}
.add-dp__basket .add-dp__info span img {
  width: 11px;
  height: 12px;
}
.add-dp__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-dp__info span {
  width: 25px;
  height: 25px;
}
.add-dp__success {
  display: none;
  text-align: center;
}
.add-dp__mailing.in {
  pointer-events: none;
}

.favorite-dp {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.favorite-dp__btn.active svg {
  fill: #fff;
}
.favorite-dp__btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .favorite-dp__btn {
    width: 25px;
    height: 25px;
  }
}
.favorite-dp__btn svg {
  width: 19px;
  height: 17px;
  stroke: #fff;
  fill: transparent;
}
@media (max-width: 767px) {
  .favorite-dp__btn svg {
    width: 11px;
    height: 11px;
  }
}
@media (any-hover: hover) {
  .favorite-dp__btn:hover {
    background: var(--blue-dark);
  }
}
.favorite-dp__text {
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.bottom-dp {
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bottom-dp {
    margin-top: 35px;
  }
}
.bottom-dp__link {
  width: calc(33.33% - 13.3333333333px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: -0.01em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(35, 123, 129, 0.1);
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .bottom-dp__link {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .bottom-dp__link {
    width: 100%;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .bottom-dp__link:hover .btn-icon svg {
    transform: rotate(180deg);
  }
}
.bottom-dp__link .btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.bottom-dp__link .btn-icon svg {
  width: 10px;
  height: 10px;
  stroke: #fff;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}

/*************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.popup._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9;
}
.popup._active .popup__wrap {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popup._active .popup__wrap.popup__wrap_size {
    transform: translate(0, 0);
  }
  .popup._active .popup__wrap .simplebar-track {
    right: 0;
  }
}
@media (max-width: 767px) {
  .popup._active .popup__wrap {
    transform: translate(0, 0);
  }
  .popup._active .popup__wrap.popup__wrap_options {
    transform: translate(0, 0);
  }
}
.popup__close {
  display: none;
}
@media (max-width: 767px) {
  .popup__close {
    display: flex;
    width: 30px;
    height: 30px;
    background: var(--blue);
    border-radius: 50%;
  }
  .popup__close svg {
    width: 12px;
    height: 12px;
  }
}
.popup__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fafafa;
  border-radius: 32px;
  padding: 40px;
  width: 100%;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .popup__wrap {
    height: 100vh;
    padding: 35px 30px;
    position: static;
    border-radius: 0;
    transform: translate(0, 0);
  }
}
.popup__wrap_md {
  max-width: 886px;
}
@media (max-width: 1023px) {
  .popup__wrap_md {
    max-width: 94%;
  }
}
@media (max-width: 767px) {
  .popup__wrap_md {
    max-width: 100%;
  }
}
.popup__wrap_size {
  max-width: 1180px;
  padding: 50px;
}
@media (max-width: 1023px) {
  .popup__wrap_size {
    max-width: 100%;
    height: 100vh;
    padding: 35px 30px;
    position: static;
    border-radius: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .popup__wrap_size {
    width: 100%;
  }
}
.popup__wrap_options {
  max-width: 720px;
  padding: 50px;
}
@media (max-width: 767px) {
  .popup__wrap_options {
    max-width: 100%;
    height: 100vh;
    padding: 35px 30px;
    position: static;
    border-radius: 0;
    transform: translate(0, 0);
    width: 100%;
  }
  .popup__wrap_options .popup__close {
    display: flex;
  }
}
@media (max-width: 767px) {
  .popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.popup__title {
  font-size: 60px;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  color: var(--blue);
  line-height: 80%;
}
@media (max-width: 767px) {
  .popup__title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: none;
  }
}
.popup__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .popup__text {
    font-size: 12px;
    text-align: left;
  }
  .popup__text br {
    display: none;
  }
}
.popup__text span {
  font-weight: 700;
  color: var(--blue);
}
.popup__list {
  margin-top: 60px;
}
.popup__list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .popup__list ul li {
    flex-direction: column;
    align-items: start;
    font-size: 12px;
  }
}
.popup__list ul li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
}
.popup__list ul li:not(:first-child) {
  padding-top: 20px;
}
.popup__list ul li div:nth-child(1) {
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}
.popup .color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 10px;
}
.popup .color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stock-map {
  margin-top: 45px;
  gap: 18px;
}
@media (max-width: 767px) {
  .stock-map {
    display: block;
  }
}
.stock-map__map {
  flex: 1;
  aspect-ratio: 1/1;
}
.stock-map__list {
  flex: 1;
  background: #fff;
  padding: 36px;
  max-height: 413px;
}
@media (max-width: 1199px) {
  .stock-map__list {
    flex: 0 0 44%;
  }
}
@media (max-width: 767px) {
  .stock-map__list {
    width: 100%;
    max-height: max-content;
    margin-top: 35px;
    background: transparent;
    padding: 0;
  }
}
.stock-map__list .simplebar-track {
  right: 20px;
  top: 30px;
  bottom: 30px;
}
.stock-map__item {
  letter-spacing: -0.01em;
  display: flex;
  flex-direction: column;
}
.stock-map__item:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(35, 123, 129, 0.1);
}
@media (max-width: 767px) {
  .stock-map__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.stock-map__item h4 {
  font-weight: 700;
  font-size: 12px;
  color: var(--blue);
}
.stock-map__item p {
  margin-top: 12px;
  font-size: 12px;
}
.stock-map__item a {
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
}

.popup-size__tabs {
  gap: 5px;
}
@media (max-width: 767px) {
  .popup-size__tabs {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
.popup-size__tabs .tab-btn {
  flex: auto;
  width: 129px;
  flex-shrink: 0;
  height: 50px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .popup-size__tabs .tab-btn {
    width: calc(50% - 4px);
    max-width: 100%;
  }
}
.popup-size__wrap {
  margin-top: 40px;
}
.popup-size__item {
  gap: 100px;
}
@media (max-width: 1199px) {
  .popup-size__item {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .popup-size__item {
    flex-direction: column;
  }
}
.popup-size__item_ps table tbody td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.popup-size__item_shoes table.popup-size__table {
  max-width: 537px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .popup-size__item_shoes table.popup-size__table {
    max-width: 100%;
  }
}
.popup-size__item_shoes table.popup-size__table tbody td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.popup-size__col {
  width: calc(50% - 50px);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .popup-size__col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1023px) {
  .popup-size__col {
    width: 100%;
  }
}
.popup-size__col h4 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}
.popup-size__table {
  letter-spacing: -0.01em;
  border-collapse: collapse;
  width: 100%;
}
.popup-size__table th,
.popup-size__table td {
  text-align: left;
  font-size: 14px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .popup-size__table th,
  .popup-size__table td {
    font-size: 12px;
  }
}
.popup-size__table thead tr {
  font-weight: 700;
  color: var(--blue);
}
.popup-size__table thead tr th {
  padding-bottom: 15px;
}
.popup-size tbody tr:last-child td {
  border: 0;
}
.popup-size tbody td {
  border-bottom: 1px solid rgba(35, 123, 129, 0.1);
  border-collapse: separate;
  padding-bottom: 12px;
  padding-top: 12px;
}

/*************************************************/
.popup-mailing .popup__wrap {
  max-width: 394px;
  padding: 0;
}
@media (max-width: 767px) {
  .popup-mailing .popup__wrap {
    max-width: calc(100vw - 60px);
    left: 30px;
    height: max-content;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) !important;
    border-radius: 16px !important;
    overflow: hidden;
  }
}
.popup-mailing__img {
  width: 100%;
  height: 224px;
}
@media (max-width: 767px) {
  .popup-mailing__img {
    height: max-content;
    aspect-ratio: 333/206;
  }
}
.popup-mailing__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-mailing__body {
  padding: 40px 30px 30px;
}
@media (max-width: 767px) {
  .popup-mailing__body {
    padding: 30px 16px 16px;
  }
}
.popup-mailing__subtitle {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .popup-mailing__subtitle {
    font-size: 16px;
  }
}
.popup-mailing__form {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .popup-mailing__form {
    margin-top: 30px;
  }
}
.popup-mailing__form .input-box {
  margin-bottom: 10px;
}
.popup-mailing__form .input-box .input {
  background: rgba(35, 122, 129, 0.1);
  color: var(--blue);
  height: 70px;
}
@media (max-width: 767px) {
  .popup-mailing__form .input-box .input {
    height: 60px;
  }
}
.popup-mailing__form .btn {
  height: 70px;
}
@media (max-width: 767px) {
  .popup-mailing__form .btn {
    height: 60px;
  }
}
.popup-mailing .popup-mailing__send_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-mailing .popup-mailing__send_text {
  display: none;
}

.favorites__head {
  margin-bottom: 20px;
  gap: 5px;
}
.favorites__head .btn-f {
  max-width: 157px;
}
@media (max-width: 767px) {
  .favorites__head .btn-f {
    flex: 1;
    max-width: 50%;
  }
}
.hide {
  display: none !important;
}

.btn-f {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
  border-radius: 32px;
  font-size: 12px;
  letter-spacing: -0.02em;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .btn-f {
    font-size: 10px;
    justify-content: start;
    padding: 10px;
  }
}
.btn-f svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
  fill: transparent;
  object-fit: contain;
}
.btn-f-secondary {
  border: 1.5px solid var(--blue);
  color: var(--blue);
}
@media (any-hover: hover) {
  .btn-f-secondary:hover {
    border-color: var(--blue-dark);
  }
  .btn-f-secondary:hover svg {
    stroke: var(--blue-dark);
  }
}
.btn-f-secondary svg {
  stroke: var(--blue);
}
.btn-f-primary {
  background: var(--blue);
  color: #fff;
}
@media (any-hover: hover) {
  .btn-f-primary:hover {
    background: var(--blue-dark);
  }
}

.panel-f {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.01) 100%);
  height: 700px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .panel-f {
    height: 80vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.panel-f.in {
  z-index: 99;
  opacity: 1;
}
.panel-f.in .panel-f__wrap {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.1s;
  pointer-events: all;
}
@media (max-width: 767px) {
  .panel-f.in .panel-f__wrap {
    bottom: 30px;
  }
}
.panel-f__wrap {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: #fff;
  max-width: 773px;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .panel-f__wrap {
    left: 30px;
    width: calc(100% - 60px);
    transform: translateX(0);
    padding: 30px 20px;
  }
}
.panel-f__title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .panel-f__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.panel-f__btns {
  gap: 10px;
}
@media (max-width: 767px) {
  .panel-f__btns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .panel-f__btns .btn {
    height: 60px;
  }
}
.panel-f__btns .btn span {
  transform: rotate(0);
}
.panel-f__btns .btn-icon {
  margin-left: auto;
}
@media (max-width: 767px) {
  .panel-f__btns .btn-outline-primary img {
    width: 11px;
    height: 13px;
    object-fit: contain;
  }
}

.basket {
  gap: 20px;
}
@media (max-width: 767px) {
  .basket {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .basket .basket__item_product {
    order: 1;
  }
}
.basket__item {
  padding: 60px 45px 30px;
  background: #fff;
  width: calc(50% - 10px);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .basket__item {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 767px) {
  .basket__item {
    order: 2;
    width: 100%;
  }
}
.basket__head {
  gap: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .basket__head {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .basket__head {
    flex-direction: column;
    align-items: center;
  }
}
.basket__step {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 20px;
}
@media (max-width: 1199px) {
  .basket__step {
    width: 35px;
    height: 35px;
  }
}
.basket__hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 40px 0px;
}
.basket__subtitle {
  font-size: 30px;
  line-height: 120%;
  color: var(--blue);
}
@media (max-width: 1023px) {
  .basket__subtitle {
    font-size: 24px;
  }
}
.basket__line {
  gap: 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  .basket__line {
    flex-direction: column;
  }
}
.basket__line:not(:last-child) {
  margin-bottom: 10px;
}
.basket__line .input-box {
  flex: 1;
}
.basket__send {
  margin: 40px auto 0px auto;
  max-width: 433px;
}
@media (max-width: 767px) {
  .basket__send {
    order: 6;
    max-width: 100%;
  }
}

/*****************************************/
.delivery-b__btns {
  gap: 10px;
}
.delivery-b__btn {
  flex: 0 0 calc(50% - 5px);
  height: 75px;
  color: var(--blue) !important;
}
@media (max-width: 1023px) {
  .delivery-b__btn {
    height: 60px;
    font-size: 14px;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .delivery-b__btn {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .delivery-b__btn:hover {
    background: rgba(35, 122, 129, 0.1);
  }
}
.delivery-b__btn.active {
  background: var(--blue);
  color: #fff !important;
}
.delivery-b__btn_big {
  flex: 0 0 100%;
}
.delivery-b__item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.delivery-b__item.active {
  padding-top: 40px;
  height: max-content;
  opacity: 1;
  visibility: visible;
}
.delivery-b__adress {
  gap: 10px;
}
.delivery-b__adress .basket__line {
  margin-bottom: 0;
}
.delivery-b__adress .input-box {
  width: 100%;
}
.delivery-b__subtitle {
  text-align: center;
  color: var(--blue);
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.radio-box {
  width: 100%;
}
.radio-box:not(:last-child) {
  margin-bottom: 10px;
}
.radio-box label {
  width: 100%;
}
.radio-box label input {
  display: none;
}
.radio-box label input:checked + span {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}
.radio-box label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 64px;
  padding: 0 10px;
  height: 75px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
@media (any-hover: hover) {
  .radio-box label span:hover {
    color: var(--blue);
    border-color: var(--blue);
  }
}

/*****************************/
.po__item {
  display: flex;
  align-items: center;
  gap: 58px;
}
@media (max-width: 1199px) {
  .po__item {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .po__item {
    flex-direction: column;
  }
}
.po__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.po__img {
  aspect-ratio: 132/178;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 178px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.po__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.po__content {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .po__content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.po__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .po__name {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .po__name {
    font-size: 12px;
  }
}
.po__control {
  margin-top: 24px;
  gap: 10px;
  position: relative;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .po__control {
    padding-right: 0;
  }
}
.po__offer {
  height: 45px;
  background: #f0f0f0;
  border-radius: 50px;
  padding: 10px 12px 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 152px;
  font-size: 12px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .po__offer {
    width: calc(50% - 5px);
    order: 1;
  }
}
.po__offer span {
  width: 25px;
  height: 25px;
}
.po__offer span svg {
  width: 11px;
  height: 7px;
}
.po__price {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .po__price {
    position: static;
  }
}
@media (max-width: 767px) {
  .po__price {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .po .quantity {
    order: 6;
    width: calc(50% - 5px);
  }
  .po .quantity .quantity__input {
    width: 100%;
  }
}

.del-po {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .del-po {
    position: static;
    width: calc(50% - 5px);
    margin-left: auto;
    background: #f0f0f0;
    height: 45px;
    padding: 10px 12px 12px 16px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: space-between;
    order: 7;
  }
}
.del-po__text {
  display: none;
}
@media (max-width: 767px) {
  .del-po__text {
    display: inline-block;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.02em;
  }
}
.del-po__icon {
  background: #f0f0f0;
  width: 17px;
  height: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .del-po__icon {
    width: 25px;
    height: 25px;
    background: var(--blue);
  }
}
.del-po__icon svg {
  fill: var(--blue);
  width: 17px;
  height: 19px;
}
@media (max-width: 767px) {
  .del-po__icon svg {
    fill: #fff;
    width: 12px;
    height: 13px;
  }
}

/*****************************/
.promo-cod {
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .promo-cod {
    order: 5;
    flex-direction: column;
  }
}
.promo-cod__text {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 767px) {
  .promo-cod__text {
    flex: 0 0 100%;
  }
}
.promo-cod__cod {
  margin-left: 20px;
  margin-right: 10px;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .promo-cod__cod {
    margin: 30px 0px 10px 0px;
  }
}
.promo-cod .btn {
  max-width: 220px;
}
@media (max-width: 1023px) {
  .promo-cod .btn {
    max-width: 156px;
  }
}
@media (max-width: 767px) {
  .promo-cod .btn {
    max-width: 100%;
  }
}

/*****************************/
@media (max-width: 767px) {
  .pay-b {
    order: 3;
  }
}
.pay-b__list {
  gap: 10px;
}
.pay-b__list .radio-box {
  width: calc(50% - 5px);
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .pay-b__list .radio-box {
    width: 100%;
  }
}
.pay-b__bottom {
  margin-top: 40px;
}
.pay-b__text {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .pay-b__text {
    flex-direction: column;
  }
}
.pay-b__text img {
  width: 15px;
  height: 15px;
  display: inline-flex;
  flex-shrink: 0;
}
.pay-b__text:not(:last-child) {
  margin-bottom: 20px;
}

/*****************************/
@media (max-width: 767px) {
  .total {
    order: 5;
  }
}
.total__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 100%;
  padding: 40px 0%;
}
.total__wrap ul {
  width: 100%;
}
.total__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .total__wrap ul li {
    font-size: 12px;
  }
}
.total__wrap ul li:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .total__wrap ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.total li.total__all {
  margin-top: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .total li.total__all {
    margin-top: 24px;
    font-size: 24px;
  }
}

/*****************************/
.bs__content {
  margin-top: 50px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .bs__content {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.bs__title {
  flex: 1;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .bs__title {
    font-size: 86px;
  }
}
@media (max-width: 1023px) {
  .bs__title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .bs__title {
    font-size: 60px;
  }
}
.bs__overlay {
  flex: 1;
  padding: 50px;
  background: rgba(35, 123, 129, 0.1);
  width: 100%;
}
@media (max-width: 1199px) {
  .bs__overlay {
    padding: 50px 30px;
  }
}
@media (max-width: 1023px) {
  .bs__overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bs__overlay p {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .bs__overlay p {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .bs__overlay p {
    font-size: 16px;
  }
}
.bs__overlay p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .bs__overlay p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.bs__overlay p span {
  font-weight: 700;
  color: var(--blue);
}
.bs__overlay small {
  margin-top: 50px;
  line-height: 125%;
  letter-spacing: -0.02em;
  display: block;
}
@media (max-width: 1023px) {
  .bs__overlay small {
    margin-top: 30px;
    text-align: center;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .bs__overlay small br {
    display: none;
    text-align: center;
  }
}
.bs .btn {
  margin-top: 50px;
  max-width: 432px;
}
@media (max-width: 1023px) {
  .bs .btn {
    margin-top: -10px;
  }
}

.banner-intro {
  aspect-ratio: 1340/520;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-intro {
    aspect-ratio: 1;
    margin-bottom: 20px;
  }
}
.banner-intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner-intro img {
    display: none;
  }
}
.banner-intro img.sm {
  display: none;
}
@media (max-width: 767px) {
  .banner-intro img.sm {
    display: block;
  }
}

.lk {
  gap: 20px;
}
@media (max-width: 1023px) {
  .lk {
    flex-direction: column;
  }
}
.lk_data {
  gap: 132px;
}
@media (max-width: 1399px) {
  .lk_data {
    gap: 20px;
  }
}
.lk .lk-home__exit-md {
  display: none;
}
@media (max-width: 1023px) {
  .lk .lk-home__exit-md {
    display: flex;
  }
}
.lk .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 767px) {
  .lk .subtitle {
    font-size: 16px;
  }
}
.lk .btn-outline-primary {
  justify-content: space-between;
  margin-top: -10px;
}

.lk-section {
  flex: 1 1 auto;
  gap: 20px;
}
@media (max-width: 767px) {
  .lk-section {
    gap: 10px;
  }
}
.lk-section__item {
  width: calc(33.33% - 13.3333333333px);
  background: rgba(35, 122, 129, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  gap: 30px;
  padding: 0px 20px;
}
@media (max-width: 1199px) {
  .lk-section__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .lk-section__item {
    padding: 0px 30px;
    width: calc(50% - 5px);
    height: max-content;
    aspect-ratio: 1;
  }
}
.lk-section__item span {
  width: 33px;
  height: 33px;
}
.lk-section__item span img {
  max-width: 100%;
}
.lk-section__item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--blue);
  text-align: center;
}
@media (max-width: 767px) {
  .lk-section__item p {
    font-size: 16px;
  }
}

/*********************************************/
.lk-form__data {
  gap: 50px 20px;
}
@media (max-width: 1023px) {
  .lk-form__data {
    gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  .lk-form__data {
    gap: 30px;
  }
}
.lk-form__data .input-box {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .lk-form__data .input-box {
    width: 100%;
  }
}
.lk-form__send {
  margin-top: 50px;
  max-width: 434px;
}
@media (max-width: 1023px) {
  .lk-form__send {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .lk-form__send {
    max-width: 100%;
  }
}
.lk-form .btn-outline-primary {
  margin-top: 10px;
}

.data-children {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
}
@media (max-width: 1023px) {
  .data-children {
    margin-top: 40px;
    padding: 25px 20px;
  }
}
.data-children__head .btn-icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 1023px) {
  .data-children__head .btn-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .data-children__head .btn-icon img {
    width: 17px;
    height: 17px;
  }
}
@media (any-hover: hover) {
  .data-children__head .btn-icon:hover {
    background: var(--blue-dark);
  }
}
.data-children__list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .data-children__list {
    margin-top: 40px;
  }
}
.data-children__item {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .data-children__item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .data-children__item:first-child div {
    order: 2;
  }
  .data-children__item:first-child::before, .data-children__item:first-child::after {
    width: calc(50% - 5px);
    order: 1;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .data-children__item:first-child::before {
    content: "Пол ребенка";
  }
  .data-children__item:first-child::after {
    content: "Дата рождения";
  }
}
.data-children__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .data-children__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.data-children__item div {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 54px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 30px;
  height: 75px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .data-children__item div {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .data-children__item div {
    font-size: 12px;
    justify-content: center;
  }
}
.data-children__form {
  gap: 15px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1399px) {
  .data-children__form {
    flex-wrap: wrap;
  }
}
.data-children__form.active {
  margin-top: 40px;
  opacity: 1;
  height: max-content;
  visibility: visible;
}
@media (max-width: 1399px) {
  .data-children__form .btn {
    max-width: 312px;
  }
}
@media (max-width: 767px) {
  .data-children__form .btn {
    max-width: 100%;
  }
}
.data-children__form .btn span {
  width: 36px;
  height: 36px;
}
@media (max-width: 1023px) {
  .data-children__form .btn span {
    width: 25px;
    height: 25px;
  }
  .data-children__form .btn span img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .data-children__pol {
    width: 100%;
  }
}
.data-children__pol > label {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .data-children__pol > label {
    display: none;
  }
}
@media (max-width: 767px) {
  .data-children__data {
    width: 100%;
  }
}
.data-children__data > label {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .data-children__data > label {
    display: none;
  }
}

.pol-data {
  gap: 15px;
}
@media (max-width: 767px) {
  .pol-data__item {
    flex: 1;
  }
}
.pol-data__item label input {
  display: none;
}
.pol-data__item label input:checked + span {
  border-color: var(--blue);
  color: var(--blue);
  opacity: 1;
}
.pol-data__item label > span {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  border: 2px solid #000;
  opacity: 0.25;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .pol-data__item label > span {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .pol-data__item label > span {
    width: 100%;
    border-radius: 64px;
    font-size: 12px;
    font-weight: 500;
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  .pol-data__item label > span .xl {
    display: none;
  }
}
.pol-data__item label > span .sm {
  display: none;
}
@media (max-width: 767px) {
  .pol-data__item label > span .sm {
    display: block;
  }
}
.picker__wrap {
  position: relative;
}
.picker__wrap input {
  height: 75px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0px 30px 0px 30px;
  border-radius: 60px;
  width: 215px;
}
@media (max-width: 1023px) {
  .picker__wrap input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .picker__wrap input {
    width: 100%;
    font-size: 12px;
  }
}
.picker__wrap .btn-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .picker__wrap .btn-icon {
    width: 25px;
    height: 25px;
  }
}
.picker__wrap .btn-icon img {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .picker__wrap .btn-icon img {
    width: 11px;
    height: 11px;
  }
}

/*********************************************/
.lk-adres {
  padding: 40px;
  background: #fff;
  flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .lk-adres {
    padding: 0;
    background: none;
    padding-bottom: 20px;
  }
}
.lk-adres__head .btn-icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  .lk-adres__head .btn-icon {
    width: 30px;
    height: 30px;
  }
}
.lk-adres__head .btn-icon img {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .lk-adres__head .btn-icon img {
    width: 17px;
    height: 17px;
  }
}
.lk-adres__list {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .lk-adres__list {
    margin-top: 40px;
  }
}
.lk-adres__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  border-radius: 150px;
  padding: 15px 25px 15px 40px;
  gap: 10px;
}
.lk-adres__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lk-adres__item {
    padding: 0;
  }
  .lk-adres__item:not(:first-child) {
    padding-top: 30px;
  }
  .lk-adres__item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(35, 122, 129, 0.05);
  }
}
.lk-adres__text {
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .lk-adres__text {
    font-size: 12px;
  }
}
.lk-adres__btns {
  gap: 10px;
}
.lk-adres__btn {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lk-adres__btn {
    width: 30px;
    height: 30px;
    background: rgba(35, 122, 129, 0.1);
  }
}
.lk-adres__btn_del svg {
  fill: var(--blue);
}
.lk-adres__btn_change svg {
  stroke: var(--blue);
  fill: transparent;
}
.lk-adres__btn svg {
  max-width: 18px;
  max-height: 18px;
}
@media (max-width: 767px) {
  .lk-adres__btn svg {
    max-width: 14px;
    max-height: 14px;
  }
}

/***************************************************/
.popup-adress .popup__title {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .popup-adress .popup__title {
    color: var(--blue);
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .popup-adress .popup__wrap {
    position: absolute;
    max-width: calc(100vw - 60px) !important;
    top: 50% !important;
    left: 30px !important;
    transform: translateY(-50%) !important;
    height: max-content;
    border-radius: 16px;
  }
}
.popup-adress__form {
  text-align: center;
}
.popup-adress__col-2 {
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .popup-adress__col-2 {
    flex-direction: column;
  }
}
.popup-adress__col-3 {
  gap: 15px;
}
@media (max-width: 767px) {
  .popup-adress__col-3 .input-box {
    flex: 0 0 calc(50% - 10px);
  }
  .popup-adress__col-3 .input-box:nth-child(1) {
    flex: 0 0 100%;
  }
}
.popup-adress .input-box {
  flex: 1;
}
.popup-adress .input-box label {
  text-align: left;
}
.popup-adress .btn {
  max-width: 434px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .popup-adress .btn {
    margin-top: 30px;
    max-width: 100%;
  }
}

/***************************************************/
.lk-password {
  flex: 1 1 auto;
  width: 100%;
}
.lk-password__row {
  gap: 20px;
}
@media (max-width: 767px) {
  .lk-password__row {
    flex-direction: column;
  }
}
.lk-password__row .input-box {
  flex: 1;
}
.lk-password__bottom {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lk-password__bottom {
    flex-direction: column-reverse;
  }
}
.lk-password__bottom .btn {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .lk-password__bottom .btn {
    width: 100%;
  }
}
.lk-password__bottom .success-text,
.lk-password__bottom .error-text {
  flex: 1;
  text-align: center;
  font-size: 20px;
  display: none;
}
@media (max-width: 767px) {
  .lk-password__bottom .success-text,
  .lk-password__bottom .error-text {
    margin-bottom: 20px;
  }
}
.lk-password__bottom .success-text.in,
.lk-password__bottom .error-text.in {
  display: block;
}

/*************************************/
.lk-f {
  gap: 20px;
}
@media (max-width: 1199px) {
  .lk-f {
    flex-direction: column;
  }
}
.lk-f__aside {
  width: 320px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .lk-f__aside .aside-lk {
    display: none;
  }
}
@media (max-width: 767px) {
  .lk-f__aside {
    width: 100%;
  }
}
.lk-f__btns {
  gap: 5px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .lk-f__btns {
    margin-bottom: 0;
  }
}
.lk-f__btns .btn-f {
  flex: 1;
}
.lk-f__products {
  flex: 1 1 auto;
  gap: 40px 20px;
  min-width: 0;
}
@media (max-width: 1023px) {
  .lk-f__products {
    gap: 25px 14px;
  }
  .lk-f__products .cart-prod {
    width: calc(50% - 7px);
  }
}

/*************************************/
.lk-order {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .lk-order {
    margin-bottom: 30px;
  }
}
.lk-order__item {
  padding: 40px 114px 28px 40px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .lk-order__item {
    padding: 40px 40px 28px 40px;
  }
}
@media (max-width: 1199px) {
  .lk-order__item {
    padding: 20px;
  }
}
.lk-order__item:not(:last-child) {
  margin-bottom: 20px;
}
.lk-order__img {
  width: 75px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.lk-order__img img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.lk-order__items {
  justify-content: space-between;
  gap: 2%;
  width: 100%;
}
@media (max-width: 767px) {
  .lk-order__items {
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px 20px;
  }
}
.lk-order__col {
  width: 19%;
}
@media (max-width: 767px) {
  .lk-order__col {
    width: calc(50% - 15px) !important;
  }
}
.lk-order__col:first-child {
  width: 17%;
}
.lk-order__col:last-child {
  text-align: right;
  width: 16%;
}
@media (max-width: 767px) {
  .lk-order__col:last-child {
    text-align: left;
  }
}
.lk-order__col div {
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
}
.lk-order__col div:nth-child(1) {
  font-weight: 700;
  color: var(--blue);
}
.lk-order__col div:nth-child(2) {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .lk-order__col div:nth-child(2) {
    margin-top: 6px;
  }
}
.lk-order__bottom {
  margin-top: 30px;
  gap: 12px;
}
@media (max-width: 767px) {
  .lk-order__bottom {
    flex-direction: column;
  }
}
.lk-order__bottom .btn {
  height: 45px;
  margin: 0;
  max-width: 205px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .lk-order__bottom .btn {
    max-width: 100%;
    height: 60px;
  }
}
.lk-order__bottom .btn span {
  width: 25px;
  height: 25px;
}
.lk-order__bottom .btn span svg {
  width: 9px;
  height: 9px;
}

/*************************************/
.order-d {
  width: 100%;
  min-width: 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .order-d {
    gap: 40px;
  }
}
.order-d__item {
  background: #fff;
  padding: 40px;
}
@media (max-width: 1199px) {
  .order-d__item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .order-d__item {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.order-d__item .subtitle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order-d__item .subtitle {
    margin-bottom: 20px;
  }
}
.order-d__delivery {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 767px) {
  .order-d__delivery {
    flex: 0 0 100%;
  }
}
.order-d__item_total {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 767px) {
  .order-d__item_total {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .order-d__list {
    padding: 25px 20px;
    background: #fff;
    border-radius: 16px;
  }
}
.order-d__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
  min-height: 58px;
  border-bottom: 1px solid rgba(35, 123, 129, 0.1);
}
@media (max-width: 767px) {
  .order-d__list li {
    min-height: 48px;
  }
}
.order-d__list li:first-child {
  border-top: 1px solid rgba(35, 123, 129, 0.1);
}
.order-d__list li div {
  flex: 0 0 calc(50% - 10px);
}
.order-d__list li div:nth-child(1) {
  font-weight: 700;
  color: var(--blue);
}
.order-d__list li div:nth-child(2) {
  text-align: right;
}
.order-d__btns {
  margin-top: 20px;
  gap: 12px;
}
@media (max-width: 767px) {
  .order-d__btns {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.order-d__btns .btn {
  height: 45px;
  margin: 0;
  flex: 1;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .order-d__btns .btn {
    max-width: 100%;
    height: 60px;
  }
  .order-d__btns .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.order-d__btns .btn span {
  width: 25px;
  height: 25px;
}
.order-d__btns .btn span svg {
  width: 9px;
  height: 9px;
}
.order-d__links {
  margin: 40px auto 0px auto;
  gap: 10px;
}
@media (max-width: 767px) {
  .order-d__links {
    margin: 0px auto 30px auto;
  }
}
.order-d__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: var(--blue);
}

.comp-order {
  flex: 0 0 100%;
}
.comp-order__head {
  gap: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: var(--blue);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
}
@media (max-width: 767px) {
  .comp-order__head {
    display: none;
  }
}
.comp-order__item {
  gap: 20px;
  padding: 30px 0px;
  align-items: center;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .comp-order__item {
    padding: 25px 20px;
    background: #fff;
    border-radius: 16px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .comp-order__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.comp-order__item:not(:last-child) {
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
}
@media (max-width: 767px) {
  .comp-order__item:not(:last-child) {
    border-bottom: 0;
  }
}
.comp-order__img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.comp-order__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-co {
  flex: 0 0 17.8%;
}
@media (max-width: 767px) {
  .p-co {
    flex: 0 0 100%;
  }
}

.n-co {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .n-co {
    flex: 0 0 100%;
  }
}

.s-co,
.c-co,
.t-co {
  flex: 0 0 70px;
  text-align: center;
}

.n-co,
.s-co,
.c-co,
.t-co {
  flex: 0 0 70px;
}
@media (max-width: 767px) {
  .n-co,
  .s-co,
  .c-co,
  .t-co {
    flex: 0 0 100%;
    display: flex;
    gap: 10px;
    min-height: 48px;
    padding-top: 20px;
    width: 100%;
  }
  .n-co:first-child,
  .s-co:first-child,
  .c-co:first-child,
  .t-co:first-child {
    padding-top: 30px;
  }
  .n-co:not(:last-child),
  .s-co:not(:last-child),
  .c-co:not(:last-child),
  .t-co:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(35, 122, 129, 0.1);
  }
  .n-co::before,
  .s-co::before,
  .c-co::before,
  .t-co::before {
    font-weight: 700;
    color: var(--blue);
    width: calc(50% - 5px);
    flex-shrink: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .n-co::before {
    content: "Наименование";
  }
  .s-co::before {
    content: "Скидка";
  }
  .c-co::before {
    content: "Количество";
  }
  .t-co::before {
    content: "Сумма";
  }
}
.detail-order {
  gap: 30px;
  flex: 0 0 100%;
}
@media (max-width: 1399px) {
  .detail-order {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .detail-order {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .detail-order {
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 16px;
    background: #fff;
    padding: 20px;
  }
}
.detail-order__col {
  flex: 0 0 110px;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .detail-order__col {
    flex: 0 0 calc(50% - 15px);
  }
}
.detail-order__col_name {
  flex: 1 1 auto;
}
.detail-order__col div:nth-child(1) {
  font-weight: 700;
  color: var(--blue);
}
.detail-order__col div:nth-child(2) {
  margin-top: 8px;
}

.banner-shop {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-shop {
    padding: 120px 20px 0px;
  }
}
.banner-shop__wrap {
  aspect-ratio: 1440/520;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .banner-shop__wrap {
    aspect-ratio: 1440/680;
  }
}
@media (max-width: 767px) {
  .banner-shop__wrap {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .banner-shop__wrap .xl, .big-banner__img .xl {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-shop__wrap .sm {
    display: block !important;
  }
}
.banner-shop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************************/
@media (max-width: 1199px) {
  .map-us {
    display: none;
  }
}
.map-us__map {
  aspect-ratio: 1340/750;
}
.map-us__item {
  display: flex;
}
.map-us__item:not(:last-child) {
  margin-bottom: 60px;
}
.map-us__subtitle {
  width: 18%;
  padding: 60px 0px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.map-us__row {
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.map-us__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.map-us__row ul {
  width: 60%;
  flex-shrink: 0;
}
.map-us__row ul li {
  display: flex;
  gap: 40px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.map-us__row ul li:not(:last-child) {
  margin-bottom: 16px;
}
.map-us__row ul li div {
  display: flex;
  align-items: center;
}
.map-us__row ul li div span {
  width: 10px;
  height: 10px;
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 10px;
}
.map-us__row ul li div:nth-child(1) {
  width: 130px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.25);
}
.map-us__list {
  flex: 1 1 auto;
}
.map-us__name {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about__content {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .about__content {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .about__content_feedback {
    flex-direction: column;
    gap: 30px;
  }
  .about__content_feedback .about__subtitle {
    display: block;
    width: 100%;
  }
}
.about__subtitle {
  flex: 0 0 33%;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399px) {
  .about__subtitle {
    font-size: 14px;
    flex: 0 0 16%;
  }
}
@media (max-width: 1023px) {
  .about__subtitle {
    display: none;
  }
}
.about__body {
  flex: 1 1 auto;
}

.text {
  letter-spacing: -0.01em;
}
.text .h3 {
  font-weight: 700;
  font-size: 45px;
  color: var(--blue);
  line-height: 130%;
}
@media (max-width: 1399px) {
  .text .h3 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .text .h3 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .text .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text .h3 {
    font-size: 20px;
  }
}
.text .h3:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .text .h3:not(:first-child) {
    margin-top: 40px;
  }
}
.text .h3:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .text .h3:not(:last-child) {
    margin-bottom: 30px;
  }
}
.text .text-col-2 {
  gap: 20px;
}
@media (max-width: 1023px) {
  .text .text-col-2 {
    gap: 40px;
    flex-direction: column;
  }
}
.text .text-col-2 > div {
  flex: 0 0 calc(50% - 10px);
}
.text p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 130%;
}
@media (max-width: 1199px) {
  .text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .text p {
    font-size: 12px;
  }
}
.text p:not(:last-child) {
  margin-bottom: 18px;
}
.text .btn {
  margin-top: 80px;
  max-width: 434px;
}
@media (max-width: 1023px) {
  .text .btn {
    margin-top: 40px;
    max-width: 100%;
  }
}

.feedback-a {
  padding: 60px;
  width: 100%;
  background: #fff;
}
@media (max-width: 1199px) {
  .feedback-a {
    padding: 20px;
  }
}
.feedback-a__subtitle {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .feedback-a__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .feedback-a__subtitle {
    font-size: 16px;
  }
}
.feedback-a p {
  margin-top: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .feedback-a p {
    margin-top: 16px;
    font-size: 12px;
  }
}
.feedback-a p br {
  display: none;
}
@media (max-width: 767px) {
  .feedback-a p br {
    display: block;
  }
}
.feedback-a__items {
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .feedback-a__items {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .feedback-a__items {
    flex-direction: column;
  }
}
.feedback-a__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 185px;
  background: rgba(35, 122, 129, 0.1);
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: var(--blue);
  gap: 30px;
}
@media (max-width: 1023px) {
  .feedback-a__item {
    font-size: 20px;
    min-height: 165px;
  }
}
@media (max-width: 767px) {
  .feedback-a__item {
    font-size: 16px;
    min-height: 146px;
    gap: 24px;
  }
}
.heritage__cart {
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 767px) {
  .heritage__cart {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.heritage__age {
  min-width: 95px;
  background: var(--blue);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 76px;
  height: 50px;
  border-radius: 64px;
}
@media (max-width: 1399px) {
  .heritage__age {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .heritage__age {
    width: 100%;
    background: rgba(35, 122, 129, 0.1);
    color: var(--blue);
    margin: 0px 0px 10px 0px;
  }
}
.heritage__images {
  position: relative;
  width: 547px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .heritage__images {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .heritage__images {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .heritage__images {
    width: 100%;
  }
}
.heritage__images .arr-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .heritage__images .arr-slider {
    display: none;
  }
}
.heritage__images .arr-slider_prev {
  left: 30px;
}
@media (max-width: 1199px) {
  .heritage__images .arr-slider_prev {
    left: 10px;
  }
}
.heritage__images .arr-slider_next {
  right: 30px;
}
@media (max-width: 1199px) {
  .heritage__images .arr-slider_next {
    right: 10px;
  }
}
.heritage__images .dots {
  display: none;
}
@media (max-width: 767px) {
  .heritage__images .dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .heritage__images .dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(35, 123, 129, 0.25);
  }
  .heritage__images .dots .swiper-pagination-bullet-active {
    background: var(--blue);
  }
}
.heritage__slide {
  aspect-ratio: 547/413;
}
@media (max-width: 767px) {
  .heritage__slide {
    aspect-ratio: 293/205;
  }
}
.heritage__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heritage__body {
  margin-left: 70px;
}
@media (max-width: 1399px) {
  .heritage__body {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .heritage__body {
    margin: 30px 0px 0px 0px;
  }
}
.heritage__name {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .heritage__name {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .heritage__name {
    font-size: 20px;
  }
}
.heritage__text {
  margin-top: 40px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .heritage__text {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .heritage__text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .heritage__text {
    margin-top: 16px;
  }
}
.heritage__text p:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__list {
  gap: 20px;
}
@media (max-width: 1399px) {
  .contacts__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .contacts__list {
    flex-direction: column;
  }
}
.contacts__item {
  display: flex;
  flex-direction: column;
  min-height: 352px;
  padding: 50px;
  background: #fff;
  flex: 1;
  overflow: visible;
}
@media (max-width: 1399px) {
  .contacts__item {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .contacts__item {
    min-height: 300px;
    padding: 30px 20px;
  }
}
.contacts__item h4 {
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
}
.contacts__item p {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--blue);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contacts__item p {
    margin-bottom: 30px;
  }
}
.contacts__body {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.contacts__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: var(--blue);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .contacts__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contacts__link {
    font-size: 16px;
    white-space: normal;
  }
}
.contacts__link span {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.contacts__link:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contacts__link:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contacts__bottom {
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .contacts__bottom {
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
  }
}
.contacts__social {
  flex: 1;
  background: rgba(35, 122, 129, 0.1);
  border-radius: 154px;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 30px 35px;
  gap: 40px;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .contacts__social {
    gap: 26px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contacts__social {
    font-size: 16px;
    height: 80px;
    padding: 23px 32px;
  }
}

.cooperation {
  gap: 20px;
}
.cooperation__cart {
  flex: 0 0 calc(50% - 10px);
  aspect-ratio: 660/433;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .cooperation__cart {
    padding: 35px 70px;
  }
}
@media (max-width: 767px) {
  .cooperation__cart {
    aspect-ratio: 1/1;
    flex: 0 0 100%;
  }
}
.cooperation__cart::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(35, 122, 129, 0) 30.5%, #237a81 91%);
}
.cooperation__name {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cooperation__name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cooperation__name {
    font-size: 16px;
  }
}

/********************************************/
.intro-cd__head p {
  max-width: 807px;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .intro-cd__head p {
    font-size: 18px;
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .intro-cd__head p {
    font-size: 12px;
  }
}
.intro-cd__head p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .intro-cd__head p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.intro-cd__subtitle {
  max-width: 640px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .intro-cd__subtitle {
    margin-top: 0px;
  }
}

/*******************************/
.list-cd {
  gap: 20px;
}
.list-cd__item {
  width: calc(33.33% - 13.3333333333px);
  border-radius: 32px;
  background: #fff;
  padding: 10px;
}
@media (max-width: 1023px) {
  .list-cd__item {
    width: calc(50% - 10px);
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .list-cd__item {
    width: 100%;
  }
}
.list-cd__img {
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .list-cd__img {
    border-radius: 12px;
  }
}
.list-cd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-cd__body {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .list-cd__body {
    height: 75px;
  }
}
.list-cd__name {
  text-align: center;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .list-cd__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list-cd__name {
    font-size: 13px;
  }
}

/*******************************/
.meas-cd {
  margin-top: 20px;
}
.meas-cd .subtitle2 {
  margin: 80px 0px 60px;
}
.meas-cd__cart {
  flex-shrink: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 204px;
  text-align: center;
}
@media (max-width: 1399px) {
  .meas-cd__cart {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .meas-cd__cart {
    min-height: 140px;
  }
}
.meas-cd__cart p {
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .meas-cd__cart p {
    font-size: 14px;
  }
}
.meas-cd__cart span {
  margin-top: 30px;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 1399px) {
  .meas-cd__cart span {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .meas-cd__cart span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .meas-cd__cart span {
    margin-top: 20px;
    font-size: 30px;
  }
}

.adv-cd .subtitle2 {
  margin: 80px 0 0;
}
.adv-cd__list {
  margin-top: 60px;
}
.adv-cd__list .cart-adv {
  min-height: 290px;
}
@media (max-width: 1023px) {
  .adv-cd__list .cart-adv {
    width: 100%;
    min-height: 234px;
  }
}
.adv-cd__list .cart-adv:nth-child(odd) {
  background: rgba(35, 122, 129, 0.1);
}

.cart-adv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background: #fff;
}
.cart-adv div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cart-adv h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cart-adv h4 {
    font-size: 30px;
  }
}
.cart-adv p {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .cart-adv p {
    font-size: 14px;
  }
}

/**********************************/
.coup-cd .cart-adv {
  background: #fff;
  min-height: 244px;
}
@media (max-width: 1023px) {
  .coup-cd .cart-adv {
    width: 100%;
    min-height: 252px;
    padding: 30px;
  }
}
.coup-cd .cart-adv:nth-child(1), .coup-cd .cart-adv:nth-child(4) {
  background: rgba(35, 122, 129, 0.1);
}
@media (max-width: 767px) {
  .coup-cd .cart-adv:nth-child(1) br, .coup-cd .cart-adv:nth-child(2) br {
    display: none;
  }
}

/**********************************/
@media (max-width: 1023px) {
  .cap-cd__list {
    gap: 10px;
  }
}
.cap-cd__cart {
  padding: 30px;
  background: #fff;
}
@media (max-width: 1399px) {
  .cap-cd__cart {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .cap-cd__cart {
    background: #fff !important;
  }
}
.cap-cd__cart div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cap-cd__cart div {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.cap-cd__cart p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 767px) {
  .cap-cd__cart p {
    margin-top: 66px;
    font-size: 12px;
  }
}
.cap-cd__cart:nth-child(1), .cap-cd__cart:nth-child(3), .cap-cd__cart:nth-child(6), .cap-cd__cart:nth-child(8) {
  background: rgba(35, 122, 129, 0.1);
}
@media (max-width: 1023px) {
  .cap-cd__cart:nth-child(1), .cap-cd__cart:nth-child(4), .cap-cd__cart:nth-child(5), .cap-cd__cart:nth-child(8) {
    background: rgba(35, 122, 129, 0.1) !important;
  }
}

/**********************************/
.pr-cd__list {
  gap: 20px;
}
@media (max-width: 767px) {
  .pr-cd__list {
    gap: 10px;
  }
}
.pr-cd__item {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .pr-cd__item {
    width: 100%;
  }
}
.pr-cd__item h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .pr-cd__item h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pr-cd__item h3 {
    font-size: 24px;
    font-weight: 700;
  }
}
.pr-cd__item p {
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .pr-cd__item p {
    font-size: 12px;
  }
}
.pr-cd__item p:not(:last-child) {
  margin-bottom: 8px;
}

.shol-cd {
  background: #fff;
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .shol-cd {
    padding: 40px 30px;
  }
}
.shol-cd__item {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .shol-cd__item {
    padding: 30px 0px;
  }
}
.shol-cd__item:not(:last-child) {
  border-top: 1px solid rgba(35, 122, 129, 0.1);
}
.shol-cd__item h4 {
  font-weight: 700;
  color: var(--blue);
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.col-cd__item {
  background: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .col-cd__item {
    padding: 40px 30px;
  }
}
.col-cd__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .col-cd__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.col-cd__item h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .col-cd__item h3 {
    font-size: 24px;
  }
}

.pre-cd h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pre-cd h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.pre-cd__body {
  padding: 50px 40px;
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pre-cd__body {
    padding: 40px 30px;
    margin-bottom: 10px;
  }
}
.pre-cd .col-cd__item h3 {
  margin-bottom: 0;
}
.pre-cd__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pre-cd__item {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
.pre-cd__item:nth-child(1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pre-cd__item:nth-child(2) {
  padding-top: 20px;
}
.pre-cd__item:not(:last-child) {
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
}
.pre-cd__item div {
  line-height: 120%;
  letter-spacing: -0.02em;
}
.pre-cd__item div:nth-child(2) {
  font-weight: 500;
  font-size: 30px;
  color: var(--blue);
}
@media (max-width: 767px) {
  .pre-cd__item div:nth-child(2) {
    font-size: 24px;
  }
}

.advent-cd p {
  min-height: 100px;
  padding: 45px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(35, 122, 129, 0.1);
}
@media (max-width: 767px) {
  .advent-cd p {
    padding: 30px 0px;
    font-size: 12px;
  }
}
.advent-cd p:first-child {
  border-top: 1px solid rgba(35, 122, 129, 0.1);
}
.advent-cd__body {
  background: #fff;
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .advent-cd__body {
    background: transparent;
    padding: 0;
  }
}

/**********************************/
.order-cd__item {
  padding: 60px 50px;
  background: #fff;
}
@media (max-width: 1399px) {
  .order-cd__item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .order-cd__item {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 767px) {
  .order-cd__item {
    background: #fff !important;
    width: 100% !important;
  }
}
.order-cd__item:nth-child(odd) {
  background: rgba(35, 122, 129, 0.1);
}
@media (max-width: 767px) {
  .order-cd__item:nth-child(odd) {
    background: rgba(35, 122, 129, 0.1) !important;
  }
}
@media (max-width: 1199px) {
  .order-cd__item:nth-child(1), .order-cd__item:nth-child(4), .order-cd__item:nth-child(5) {
    background: rgba(35, 122, 129, 0.1);
  }
}
.order-cd__count {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  margin-bottom: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .order-cd__count {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.order-cd h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 1399px) {
  .order-cd h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .order-cd h3 {
    font-size: 24px;
  }
}
.order-cd__body {
  margin-top: 40px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .order-cd__body {
    margin-top: 20px;
    font-size: 12px;
  }
}
.order-cd__body_inline p {
  display: inline !important;
}
.order-cd__body h4 {
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-cd__body h4 {
    margin-bottom: 30px;
  }
}
.order-cd__body p {
  display: flex;
}
@media (max-width: 767px) {
  .order-cd__body p {
    font-size: 12px;
  }
}
.order-cd__body p span {
  color: var(--blue);
  display: inline-block;
  margin-right: 4px;
}
.order-cd__body p:not(:last-child) {
  margin-bottom: 8px;
}
.order-cd__body p a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .order-cd__body p a:hover {
    color: var(--blue);
  }
}

.pay__item {
  padding: 50px;
  background: #fff;
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .pay__item {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .pay__item {
    flex-direction: column;
  }
}
.pay__item:not(:last-child) {
  margin-bottom: 20px;
}
.pay__name {
  width: 45%;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .pay__name {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .pay__name {
    font-size: 20px;
    width: 100%;
  }
}
.pay__text {
  flex: 1 1 auto;
  line-height: 120%;
  letter-spacing: -0.02em;
  width: 100%;
}
@media (max-width: 1023px) {
  .pay__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pay__text {
    font-size: 12px;
  }
}
.pay__text p:not(:last-child) {
  margin-bottom: 16px;
}

.drop {
  background: #fff;
}
.drop:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .drop:not(:last-child) {
    margin-bottom: 10px;
  }
}
.drop.active .drop__btn .btn-icon {
  transform: rotate(45deg);
}
.drop.active .drop__body {
  padding: 6px 40px 40px;
  opacity: 1;
  visibility: visible;
  height: max-content;
}
@media (max-width: 1023px) {
  .drop.active .drop__body {
    padding: 4px 20px 20px;
  }
}
.drop__head {
  padding: 40px;
  gap: 20px;
}
@media (max-width: 1023px) {
  .drop__head {
    padding: 30px 20px;
  }
}
.drop__title {
  font-size: 24px;
  line-height: 83%;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .drop__title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .drop__title {
    font-size: 16px;
  }
}
.drop__btn {
  display: flex;
  align-items: center;
  gap: 45px;
}
.drop__btn span {
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--blue);
}
@media (max-width: 1199px) {
  .drop__btn span {
    display: none;
  }
}
.drop__btn .btn-icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 1023px) {
  .drop__btn .btn-icon {
    width: 25px;
    height: 25px;
  }
  .drop__btn .btn-icon img {
    max-width: 15px;
  }
}
.drop__body {
  padding: 0px 40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .drop__body {
    padding: 0px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .drop__body {
    font-size: 12px;
  }
}
.drop__body_min {
  max-width: 660px;
}
@media (max-width: 1023px) {
  .drop__body_min {
    max-width: 100%;
  }
}
.drop__body.text .btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .drop__body.text .btn {
    margin-top: 14px;
  }
}
.drop__body h3 {
  font-weight: 700;
  color: var(--blue);
}
.drop__body h3:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .drop__body h3:not(:first-child) {
    margin-top: 16px;
  }
}
.drop__body h3:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .drop__body h3:not(:last-child) {
    margin-bottom: 16px;
  }
}
.drop__body ul:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .drop__body ul:not(:last-child) {
    margin-bottom: 16px;
  }
}
.drop__body ul li {
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .drop__body ul li {
    padding-left: 20px;
  }
}
.drop__body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 6px;
  top: 8px;
}
@media (max-width: 1023px) {
  .drop__body ul li::before {
    width: 4px;
    height: 4px;
    left: 8px;
  }
}
@media (max-width: 767px) {
  .drop__body ul li::before {
    top: 5px;
  }
}
.drop__body ul li:not(:last-child) {
  margin-bottom: 2px;
}
.drop__body p {
  color: #000;
}
.drop__body p:not(:last-child) {
  margin-bottom: 30px;
}
.drop__body a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .drop__body a:hover {
    color: var(--blue);
  }
}

.wrapper_flex {
  min-height: 70%;
  display: flex;
}

.not {
  padding-top: 314px;
  padding-bottom: 64px;
}
@media (max-width: 1023px) {
  .not {
    padding-top: 370px;
  }
}
.not p {
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .not p {
    font-size: 14px;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .not p {
    font-size: 12px;
    max-width: 250px;
    margin-top: 20px;
  }
}
.not .btn {
  margin-top: 180px;
  max-width: 434px;
}
@media (max-width: 1199px) {
  .not .btn {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .not .btn {
    margin-top: 100px;
  }
}
/* End */


/* Start:/local/templates/new_2024/css/jquery.fancybox.min.css?171335304812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/new_2024/template_styles.css?17447246031364*/
.mb-1,.my-1 { margin-bottom: .25rem!important }
.mb-2,.my-2 { margin-bottom: .5rem!important }
.mb-3,.my-3 { margin-bottom: 1rem!important }
.mb-4,.my-4 { margin-bottom: 1.5rem!important }
.mb-5,.my-5 { margin-bottom: 3rem!important }


.add-dp .btn.btn_added .add-dp__success {display: block; }
.add-dp .btn.btn_added .add-dp__info { display: none; }

.error-text-ajax { margin-top: 30px; color: #f00; font-weight: 500; line-height: 120%; flex: 1; text-align: center; font-size: 14px; }

.input-box .textarea {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 64px;
  padding: 25px 20px 25px 25px;
  width: 100%;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  transition: all 0.3s ease 0s;
}


#vacancy-modal .success-text{
  flex: 1;
  text-align: center;
  font-size: 20px;
}

.filter-size, .bx-filter-parameters-box, .drop-min__body{
  margin-bottom: 10px;
}

.active-N{
  background: #acacac;
  width: calc(100% + 24px);
  border-radius: 50px;
  height: 46px;
  margin-left: -12px;
  margin-right: -12px;
}
.active-N span{
  display: block;
  margin-top: 16px;
  margin-left: 12px;
}

/* Shrink wrap strategy 1 */
.easyzoom {
  float: left;
}
.easyzoom img {
  display: block;
}


/* Shrink wrap strategy 2 */
.easyzoom {
  display: inline-block;
}
.easyzoom img {
  vertical-align: bottom;
}

.img-thumbs {
  width: 124px;
  overflow: hidden;
}
/* End */
/* /local/templates/new_2024/css/style.css?1754898281157883 */
/* /local/templates/new_2024/css/jquery.fancybox.min.css?171335304812795 */
/* /local/templates/new_2024/template_styles.css?17447246031364 */
