@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}

@-webkit-keyframes animate-top-menu {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes animate-top-menu {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animate-nonfixed {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -50px;
    opacity: 0;
  }
}
@keyframes animate-nonfixed {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -50px;
    opacity: 0;
  }
}
header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
header.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-animation: animate-top-menu 0.5s;
          animation: animate-top-menu 0.5s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
header.shadow {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
header .header__content {
  color: #000;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
header .primary__menu {
  position: relative;
}
@media screen and (max-width:992px) {
  header .primary__menu {
    display: none;
  }
}
header .primary__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 30px;
}
header .primary__menu ul li {
  padding: 30px 0;
}
header .primary__menu ul li a {
  color: #000;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
header .primary__menu ul li a:hover {
  color: #E1B2A0;
}
header .primary__menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}
header .primary__menu ul li.current_page_item a {
  color: #E1B2A0;
}
header .primary__menu ul li.current_page_item .sub-menu li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .primary__menu ul li.current_page_item .sub-menu li a:hover {
  color: #E1B2A0;
}
header .primary__menu .sub-menu {
  position: absolute;
  z-index: 4;
  left: auto;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  padding: 30px 30px;
  gap: 20px;
  background-color: #FFF;
  border: 1px solid #F5F5F5;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-20%, 20px);
          transform: translate(-20%, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .primary__menu .sub-menu li {
  padding: 0;
}
header .primary__menu .sub-menu li a {
  color: #000;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .primary__menu .sub-menu::before {
  content: "";
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 0;
  -webkit-transform: translate(30%, -15px);
          transform: translate(30%, -15px);
  -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}
header .center__area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .center__area .logo__block {
  max-width: 115px;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  header .center__area .logo__block {
    max-width: 64px;
  }
}
header .center__area .logo__block img {
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .right__area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:992px) {
  header .right__area {
    gap: 20px;
  }
}
@media screen and (max-width:680px) {
  header .right__area {
    gap: 10px;
  }
}
header .lang__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .lang__block .curr {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
header .lang__block .curr:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3333 8.25L11.6335 14.9499C11.2836 15.2997 10.7164 15.2997 10.3666 14.9499L3.66667 8.25' stroke='%2380152A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .lang__block .lang__list {
  position: absolute;
  border: 1px solid #F5F5F5;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-30%, 30px);
          transform: translate(-30%, 30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .lang__block .lang__list ul {
  list-style: none;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
header .lang__block .lang__list ul a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px;
}
header .lang__block .lang__list ul a:hover {
  color: #E1B2A0;
}
header .lang__block:hover .lang__list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-30%, 0px);
          transform: translate(-30%, 0px);
}
header .lang__block:hover .curr::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header .tel__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:992px) {
  header .tel__block {
    display: none;
  }
}
header .tel__block ul {
  list-style: none;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
header .tel__block ul a {
  text-decoration: none;
  color: #0F1215;
}

.callback {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.callback .btn__primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  background: #80152A;
  border: 0;
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:680px) {
  .callback .btn__primary {
    padding: 18px 15px;
  }
}
.callback .btn__primary::after {
  display: none;
}
.callback .btn__primary:hover {
  background: #E1B2A0;
}

.hero__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 640px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  margin: 10px 0 0;
}
.hero__block.__blog__bg {
  min-height: 300px;
}
.hero__block::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='354' height='640' viewBox='0 0 354 640' fill='none'%3E%3Cg filter='url(%23filter0_b_70_244)'%3E%3Cpath d='M-174.528 318.495L-174.551 318.482C-254.392 274.744 -342.156 237.077 -436.906 205.874C-466.706 196.059 -487 168.189 -487 136.55L-487 81.7268C-487 74.7789 -482.877 68.512 -476.546 65.8153L335.952 -280.323C342.562 -283.139 350.017 -278.67 350.695 -271.435C352.22 -255.145 353 -238.734 353 -222.217C353 -17.9745 235.161 169.948 37.6374 318.613L36.5758 319.412L37.6374 320.211C235.161 468.877 353 656.798 353 861.042C353 877.56 352.22 893.97 350.694 910.26M-174.528 318.495L350.694 910.26M-174.528 318.495L-174.504 318.509M-174.528 318.495L-174.504 318.509M350.694 910.26C350.017 917.493 342.562 921.962 335.952 919.146M350.694 910.26L335.952 919.146M335.952 919.146C335.952 919.146 335.952 919.146 335.952 919.146M335.952 919.146L335.952 919.146M335.952 919.146L-476.546 573.01C-482.877 570.313 -487 564.046 -487 557.098L-487 502.999C-487 471.183 -466.851 442.813 -436.906 432.951C-342.156 401.746 -254.392 364.081 -174.551 320.342M335.952 919.146L-174.551 320.342M-174.504 318.509L-174.419 318.562L-173.052 319.411L-174.419 320.261L-174.504 320.314L-174.527 320.328M-174.504 318.509L-174.527 320.328M-174.527 320.328L-174.551 320.342M-174.527 320.328L-174.551 320.342M216.584 721.82L216.584 721.82C220.165 732.207 209.769 741.972 199.701 737.684L-296.767 526.179C-307.197 521.735 -306.982 506.802 -296.463 502.604C-212.337 469.022 -134.396 430.364 -63.8507 387.368L-63.295 387.029L-62.7603 387.4C24.9609 448.246 95.2582 515.576 146.738 588.239C177.63 631.845 200.946 676.476 216.584 721.82ZM-62.7603 251.425L-63.295 251.796L-63.8507 251.457C-134.412 208.45 -212.375 169.783 -296.525 136.195C-307.02 132.007 -307.238 117.105 -296.827 112.672L199.701 -98.8585L200.093 -97.9385L199.701 -98.8585C209.769 -103.147 220.165 -93.3819 216.584 -82.9946L215.638 -83.3205L216.584 -82.9945C200.946 -37.6524 177.63 6.98022 146.738 50.5857C95.2582 123.249 24.9609 190.579 -62.7603 251.425Z' stroke='url(%23paint0_linear_70_244)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_244' x='-518' y='-312.177' width='902' height='1263.18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_244'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_244' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_244' x1='179' y1='232.323' x2='214' y2='618.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero__block:after {
  content: "";
  background: rgba(15, 18, 21, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.hero__block .hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero__content .btn__group{
  gap: 16px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width:992px){
  .hero__content .btn__group{
 flex-direction: column;
}
}
.hero__block .hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__block .hero__title {
  color: #FFF;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 99px */
  width: 100%;
}
@media screen and (max-width:992px) {
  .hero__block .hero__title {
    font-size: 40px;
  }
}
.hero__block .time__stamp {
  color: #FFF;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.hero__block .time__stamp ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.hero__block .time__stamp strong {
  margin-left: 10px;
}
.hero__block .time__stamp .price {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5.8335' width='21' height='16.3333' rx='2.33333' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cpath d='M4 10.5H25' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cpath d='M7.5 17.5L12.1667 17.5' stroke='%23E1B2A0' stroke-width='1.72308' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 29px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.hero__block .time__stamp .squere {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.59201' y='4.63083' width='20.4127' height='20.4127' rx='2.96966' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cline x1='21.1916' y1='7.91968' x2='21.1916' y2='14.8371' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cline x1='21.7168' y1='8.78122' x2='14.7994' y2='8.78122' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cline x1='8.40409' y1='21.7544' x2='8.40409' y2='14.837' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3Cline x1='7.88086' y1='20.8929' x2='14.7983' y2='20.8929' stroke='%23E1B2A0' stroke-width='1.72308'/%3E%3C/svg%3E%0A");
  width: 29px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.hero__block .time__stamp .time {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 2C21.1258 2 26.5 7.37231 26.5 14C26.5 20.6277 21.1258 26 14.5 26C7.87231 26 2.5 20.6277 2.5 14C2.5 7.37231 7.87231 2 14.5 2ZM14.5 4C8.97688 4 4.5 8.47688 4.5 14C4.5 19.5231 8.97688 24 14.5 24C20.022 24 24.5 19.5224 24.5 14C24.5 8.47756 20.022 4 14.5 4ZM14 8.00009C14.5523 8.00009 15 8.4478 15 9.00009V14.1037L19.8746 16.0729C20.3866 16.2798 20.6341 16.8626 20.4272 17.3747C20.2203 17.8867 19.6375 18.1342 19.1254 17.9273L13.6254 15.7054C13.2475 15.5527 13 15.1859 13 14.7782V9.00009C13 8.4478 13.4477 8.00009 14 8.00009Z' fill='%23E1B2A0'/%3E%3C/svg%3E%0A");
  width: 29px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hero__block .time__stamp strong {
  color: #E1B2A0;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.hero__block .btn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width:992px) {
  .hero__block .btn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__block .btn__flex .btn__primary {
    width: 100%;
  }
}
.hero__block .hero__text {
  color: #FFF;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  max-width: 680px;
}
@media screen and (max-width:992px) {
  .hero__block .hero__text {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {
  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 80%;
  }
}

.toogle__icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #E1B2A0;
  border-radius: 50%;
  display: none;
  position: relative;
  z-index: 4;
}
@media screen and (max-width:992px) {
  .toogle__icon {
    display: grid;
    place-items: center;
  }
}

.toggle-mnu {
  display: none;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:992px) {
  .toggle-mnu {
    display: block;
  }
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #0F1215;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

.mobile__tel {
  display: none;
}
@media screen and (max-width:992px) {
  .mobile__tel {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile__tel ul {
    list-style: none;
    color: #0F1215;
    font-family: "Museo Sans Cyrl";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:992px) and (max-width:992px) {
  .mobile__tel ul {
    gap: 30px;
  }
}
@media screen and (max-width:992px) and (max-width:680px) {
  .mobile__tel ul {
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {
  .mobile__tel ul a {
    text-decoration: none;
    color: #0F1215;
  }
}
@media screen and (max-width:680px) {
  .mobile__tel {
    display: block;
  }
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: 0;
  right: -100%;
  background: #FFF;
  width: 70%;
  height: 100%;
  z-index: 3;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:992px) {
  .mobile__nav {
    opacity: 0;
    visibility: hidden;
  }
}
.mobile__nav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.mobile__nav .nav__wrap {
  padding: 160px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.mobile__nav .menu__primary {
  position: relative;
}
.mobile__nav .menu__primary ul {
  list-style: none;
  color: #000;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}
.mobile__nav .menu__primary ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.mobile__nav .menu__primary ul li.current-menu-item a {
  color: #E1B2A0;
}
.mobile__nav .menu__primary ul li.menu-item-has-children {
  display: block;
}
.mobile__nav .menu__primary ul li.menu-item-has-children .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11.25L9.51828 5.76828C9.23204 5.48204 8.76796 5.48204 8.48172 5.76828L3 11.25' stroke='%23E1B2A0' stroke-width='1.63636' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mobile__nav .menu__primary ul li.menu-item-has-children.active .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile__nav .menu__primary ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile__nav .menu__primary ul li:hover a {
  color: #E1B2A0;
}
.mobile__nav .menu__primary ul li .sub-menu {
  display: none;
  padding: 0 20px;
  margin: 20px 0;
  border-left: 1px solid #E1B2A0;
}
.mobile__nav .menu__primary ul li .sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.mobile__nav .menu__primary ul li .sub-menu li a {
  color: #000;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile__nav .mobile__phone {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile__nav .mobile__phone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
}
.mobile__nav .mobile__phone ul li a {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.mobile__nav .btn__primary {
  width: 100%;
}

footer {
  background: #0F1215;
  padding: 60px 0;
}

.footer__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__content .footer__wrap {
  display: grid;
  grid-template-columns: 1.5fr 2.8fr 3fr;
  grid-gap: 30px;
}
@media screen and (max-width:992px) {
  .footer__content .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:680px) {
  .footer__content .footer__wrap {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }
}
.footer__content .logo__block {
  max-width: 210px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (max-width:992px) {
  .footer__content .logo__block {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
}
.footer__content .logo__block img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__content .footer__copy {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 16.8px */
}
@media screen and (max-width:992px) {
  .footer__content .footer__copy {
    max-width: 210px;
    text-align: center;
  }
}
.footer__content .center__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}
@media screen and (max-width:992px) {
  .footer__content .center__block {
    gap: 60px;
  }
}
@media screen and (max-width:680px) {
  .footer__content .center__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__content .menu__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footer__content .menu__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__content .menu__item ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__content .menu__item ul li a:hover {
  color: #fff;
}
.footer__content .menu__title {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer__content .right__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 40px;
}
@media screen and (max-width:680px) {
  .footer__content .right__block {
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__content .contact__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:992px) {
  .footer__content .contact__block {
    gap: 10px;
  }
}
@media screen and (max-width:680px) {
  .footer__content .contact__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__content .contact__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__content .contact__block ul li a {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width:992px) {
  .footer__content .contact__block ul li a {
    font-size: 13px;
  }
}
.footer__content .contact__block .tel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer__content .contact__block .tel__icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
}
.footer__content .contact__block .mail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer__content .contact__block .mail__item .mail__icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
}
.footer__content .adr__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:992px) {
  .footer__content .adr__block {
    gap: 20px;
  }
}
.footer__content .adr__block .adres__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer__content .adr__block .adres__icon {
  width: 20px;
  height: 20px;
  display: block;
}
.footer__content .adr__block .adress {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  max-width: 210px;
}
@media screen and (max-width:992px) {
  .footer__content .adr__block .adress {
    font-size: 13px;
  }
}
.footer__content .adr__block .social__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:680px) {
  .footer__content .adr__block .social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__content .adr__block .social__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer__content .adr__block .social__item ul .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #2D2D31;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__content .adr__block .social__item ul .icon:hover {
  border-color: #E1B2A0;
}

.complex {
  position: relative;
}
@media screen and (max-width:992px) {
  .complex {
    margin: 60px 0;
  }
}
.complex::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='1354' viewBox='0 0 460 1354' fill='none'%3E%3Cg filter='url(%23filter0_b_70_224)'%3E%3Cpath d='M352.872 676.076L352.848 676.063C262.964 626.846 164.158 584.461 57.4863 549.349C23.883 538.287 0.999976 506.874 0.999978 471.216L0.99998 409.52C0.999981 401.652 5.67173 394.554 12.8463 391.499L927.631 1.97034C935.153 -1.2323 943.633 3.85193 944.404 12.0762C946.122 30.4124 947 48.8837 947 67.4755C947 297.373 814.296 508.885 591.886 676.201L590.824 677L591.886 677.799C814.296 845.116 947 1056.63 947 1286.53C947 1305.12 946.122 1323.59 944.404 1341.93C943.633 1350.15 935.152 1355.23 927.63 1352.03M352.872 676.076L927.63 1352.03M352.872 676.076L352.895 676.09L352.991 676.15L354.361 676.999L352.991 677.849L352.895 677.909L352.872 677.923L352.848 677.936C262.964 727.155 164.158 769.539 57.4863 804.652C23.7183 815.769 0.999961 847.744 0.99996 883.601L0.999957 944.481C0.999957 952.35 5.67171 959.448 12.8462 962.503L927.63 1352.03M352.872 676.076L927.239 1352.95L927.63 1352.03M793.165 1129.89L792.22 1130.22L793.165 1129.89C797.163 1141.48 785.558 1152.37 774.325 1147.59L774.717 1146.67L774.325 1147.59L215.357 909.571C203.717 904.614 203.956 887.955 215.696 883.273C310.419 845.479 398.179 801.972 477.611 753.582L478.167 753.243L478.701 753.614C577.456 822.08 656.592 897.84 714.543 979.599C749.318 1028.66 775.563 1078.88 793.165 1129.89ZM478.701 600.388L478.167 600.758L477.611 600.42C398.16 552.018 310.376 508.5 215.627 470.7C203.914 466.028 203.672 449.404 215.29 444.46L774.325 206.413C785.558 201.631 797.163 212.52 793.165 224.109L792.22 223.783L793.165 224.109C775.563 275.123 749.318 325.34 714.543 374.403C656.592 456.161 577.456 531.921 478.701 600.388Z' stroke='url(%23paint0_linear_70_224)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_224' x='-30' y='-30.0002' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_224'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_224' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_224' x1='750.969' y1='578.994' x2='790.338' y2='1013.58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 460px;
  height: 1354px;
  position: absolute;
  display: block;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width:992px) {
  .complex::after {
    display: none;
  }
}

.complex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.complex__row .comp__side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.complex__row .comp__side .side__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.complex__row .comp__side .side__title {
  color: #0F1215;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 30px 0;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width:992px) {
  .complex__row .comp__side .side__title {
    font-size: 36px;
  }
}
.complex__row .comp__side .side__title.__ab {
  font-size: 90px;
}
@media screen and (max-width:992px) {
  .complex__row .comp__side .side__title.__ab {
    font-size: 36px;
  }
}
.complex__row .comp__side .side__title::before {
  content: "";
  background-color: #D9D9DB;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  margin-left: 30px;
}
@media screen and (max-width:992px) {
  .complex__row .comp__side .side__title::before {
    margin: 0;
  }
}
.complex__row .comp__side .side__title::after {
  content: "";
  border-radius: 2px 2px 0px 0px;
  background: #80152A;
  width: 80px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
}
.complex__row .comp__side .side__text {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  max-width: 495px;
}
@media screen and (max-width:992px) {
  .complex__row .comp__side .side__text {
    font-size: 16px;
  }
}
.complex__row .compl__video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9DB;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 15px 15px;
  display: grid;
  place-items: center;
}
.complex__row .compl__video.__contact__block .video__block {
  height: 100%;
}
.complex__row .video__block {
  max-width: 540px;
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:992px) {
  .complex__row .video__block {
    height: 260px;
  }
}
.complex__row .video__block img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.complex__row .play__button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Cg filter='url(%23filter0_b_70_237)'%3E%3Ccircle cx='40' cy='40' r='40' fill='white' fill-opacity='0.7'/%3E%3Ccircle cx='40' cy='40' r='39.5' stroke='white'/%3E%3C/g%3E%3Cpath d='M48.7846 39.5769C49.6051 39.9188 49.6051 41.0812 48.7846 41.4231L34.3846 47.4231C33.7259 47.6975 33 47.2136 33 46.5L33 34.5C33 33.7864 33.7259 33.3025 34.3846 33.5769L48.7846 39.5769Z' fill='%2380152A'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_237' x='-10' y='-10' width='100' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_237'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_237' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  top: calc(50% - 40px);
  margin: 0 auto;
}

.uni {
  background-color: #F5F5F5;
  position: relative;
}
@media screen and (max-width:992px) {
  .uni .section__wrap {
    padding: 50px 0;
  }
}
.uni:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='631' viewBox='0 0 448 631' fill='none'%3E%3Cg filter='url(%23filter0_b_70_294)'%3E%3Cpath d='M-147.128 676.076L-147.152 676.063C-237.036 626.847 -335.842 584.461 -442.514 549.349C-476.117 538.287 -499 506.874 -499 471.216L-499 409.52C-499 401.652 -494.328 394.554 -487.154 391.499L427.631 1.97058C435.153 -1.23218 443.633 3.85217 444.404 12.0764C446.122 30.4126 447 48.8839 447 67.4757C447 297.373 314.296 508.885 91.8861 676.201L90.8238 677L91.8861 677.799C314.296 845.117 447 1056.63 447 1286.53C447 1305.12 446.122 1323.59 444.404 1341.93C443.633 1350.15 435.152 1355.23 427.63 1352.03M-147.128 676.076L427.63 1352.03M-147.128 676.076L-147.105 676.091L-147.009 676.15L-145.639 676.999L-147.009 677.85L-147.105 677.909L-147.128 677.923L-147.152 677.937C-237.036 727.155 -335.842 769.539 -442.514 804.652C-476.282 815.769 -499 847.744 -499 883.601L-499 944.482C-499 952.35 -494.328 959.448 -487.154 962.503L427.63 1352.03M-147.128 676.076L427.239 1352.95L427.63 1352.03M293.165 1129.89L292.22 1130.22L293.165 1129.89C297.163 1141.48 285.558 1152.37 274.325 1147.59L274.717 1146.67L274.325 1147.59L-284.643 909.571C-296.283 904.614 -296.044 887.956 -284.304 883.273C-189.581 845.479 -101.821 801.972 -22.3886 753.582L-21.8331 753.243L-21.2986 753.614C77.4563 822.081 156.592 897.84 214.543 979.599C249.318 1028.66 275.563 1078.88 293.165 1129.89ZM-21.2986 600.388L-21.8331 600.759L-22.3886 600.42C-101.84 552.018 -189.624 508.5 -284.373 470.7C-296.086 466.028 -296.328 449.404 -284.71 444.46L274.325 206.413C285.558 201.631 297.163 212.52 293.165 224.11L292.22 223.784L293.165 224.11C275.563 275.123 249.318 325.34 214.543 374.403C156.592 456.162 77.4563 531.921 -21.2986 600.388Z' stroke='url(%23paint0_linear_70_294)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_294' x='-530' y='-30' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_294'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_294' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_294' x1='257' y1='336' x2='275.961' y2='795.502' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 448px;
  height: 631px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:992px) {
  .uni:after {
    display: none;
  }
}
.uni .section__title {
  max-width: 800px;
  width: 100%;
}
.uni.__fix {
  margin: 0;
}
.uni.__fix:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='358' height='381' viewBox='0 0 358 381' fill='none'%3E%3Cg filter='url(%23filter0_b_136_1805)'%3E%3Cpath d='M407.917 463.27L407.894 463.283L407.87 463.297L407.805 463.338L406.435 464.187L407.804 465.037L407.87 465.078L407.893 465.093L407.917 465.106C469.565 498.863 537.33 527.931 610.486 552.012C633.507 559.59 649 581.392 649 605.844L649 647.588C649 652.858 645.871 657.61 641.069 659.655L13.8434 926.735C13.8434 926.735 13.8434 926.735 13.8434 926.735C8.88457 928.847 3.28752 925.496 2.77879 920.067C1.60184 907.505 0.999999 894.85 0.999998 882.112C0.999991 724.611 91.9132 579.672 244.36 464.987L245.422 464.188L244.36 463.389C91.9132 348.705 0.999968 203.764 0.999961 46.265C0.999961 33.5273 1.6018 20.8723 2.77875 8.30957C3.28751 2.87946 8.88438 -0.471009 13.8431 1.64032L641.069 268.722C645.871 270.767 649 275.519 649 280.789L649 323.091C649 347.404 633.398 368.822 610.486 376.365C537.33 400.445 469.565 429.514 407.917 463.27ZM105.866 774.613L106.811 774.939L105.866 774.613C103.037 782.813 111.248 790.525 119.204 787.138L118.812 786.218L119.204 787.138L502.463 623.94C510.703 620.431 510.532 608.642 502.224 605.328C437.292 579.42 377.134 549.597 322.687 516.428L322.132 516.089L321.597 516.46C253.862 563.421 199.573 615.391 159.814 671.484C135.955 705.146 117.946 739.602 105.866 774.613ZM321.597 411.917L322.132 412.287L322.687 411.949C377.147 378.772 437.321 348.941 502.271 323.029C510.561 319.723 510.735 307.957 502.509 304.457L119.204 141.239L118.812 142.159L119.204 141.239C111.248 137.852 103.037 145.564 105.866 153.764L106.811 153.438L105.866 153.764C117.946 188.773 135.955 223.231 159.814 256.893C199.573 312.986 253.862 364.956 321.597 411.917Z' stroke='url(%23paint0_linear_136_1805)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_136_1805' x='-20.5696' y='-20.5696' width='691.139' height='969.515' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10.2848'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_136_1805'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_136_1805' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_136_1805' x1='157' y1='228.5' x2='363.538' y2='674.982' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 358px;
  height: 381px;
  right: 0;
  bottom: 0;
  display: block;
  left: auto;
}

.complex__row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  z-index: 1;
  grid-gap: 16px;
}
.complex__row a {
  text-decoration: none;
}
.complex__row .complex__item {
  height: 360px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:992px) {
  .complex__row .complex__item {
    height: 260px;
  }
}
.complex__row .complex__item::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.complex__row .complex__item::before {
  content: "";
  border: 1px solid #FFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: 0 auto;
}
.complex__row .complex__item:hover::before {
  opacity: 0;
  visibility: hidden;
}
.complex__row .complex__item:hover .btn__primary {
  opacity: 1;
  visibility: visible;
}
.complex__row .item__wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.complex__row .item__wrap .item__name {
  color: #FFF;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
}
.complex__row .item__wrap .btn__primary {
  position: relative;
  display: block;
  padding: 14px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.club__cart {
  margin: 120px 0 -270px;
  width: 100%;
  background-repeat: no-repeat;
  height: 430px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:992px) {
  .club__cart {
    background-size: cover;
    height: 100%;
    margin: 60px 0 0;
  }
}
.club__cart .card__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 50%;
  padding: 60px 80px;
}
@media screen and (max-width:992px) {
  .club__cart .card__wrap {
    padding: 60px 30px;
    width: 100%;
  }
}
.club__cart .card__name {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
  position: relative;
}
.club__cart .card__name:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0 0;
}
.club__cart .card__name::before {
  content: "";
  border-radius: 2px 2px 0px 0px;
  background: #E1B2A0;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
}
.club__cart .card__text {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  max-width: 80%;
}

.advancet__set {
  margin: 220px 0 -160px;
  position: relative;
}
@media screen and (max-width:992px) {
  .advancet__set {
    margin: 0;
  }
}
.advancet__set.__advanered {
  margin: 0;
}
@media screen and (max-width:992px) {
  .advancet__set.__advanered {
    margin: 60px 0;
  }
}
.advancet__set:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='296' height='1354' viewBox='0 0 296 1354' fill='none'%3E%3Cg filter='url(%23filter0_b_70_390)'%3E%3Cpath d='M352.872 676.076L352.848 676.063C262.964 626.847 164.158 584.461 57.4863 549.349C23.883 538.287 0.999976 506.874 0.999978 471.216L0.99998 409.52C0.999981 401.652 5.67173 394.554 12.8463 391.499L927.631 1.97058C935.153 -1.23206 943.633 3.85217 944.404 12.0764C946.122 30.4126 947 48.8839 947 67.4757C947 297.373 814.296 508.885 591.886 676.201L590.824 677L591.886 677.799C814.296 845.117 947 1056.63 947 1286.53C947 1305.12 946.122 1323.59 944.404 1341.93C943.633 1350.15 935.152 1355.23 927.63 1352.03M352.872 676.076L927.63 1352.03M352.872 676.076L352.895 676.091L352.991 676.15L354.361 676.999L352.991 677.85L352.895 677.909L352.872 677.923L352.848 677.937C262.964 727.155 164.158 769.539 57.4863 804.652C23.7183 815.769 0.999961 847.744 0.99996 883.601L0.999957 944.482C0.999957 952.35 5.67171 959.448 12.8462 962.503L927.63 1352.03M352.872 676.076L927.239 1352.95L927.63 1352.03M793.165 1129.89L792.22 1130.22L793.165 1129.89C797.163 1141.48 785.558 1152.37 774.325 1147.59L774.717 1146.67L774.325 1147.59L215.357 909.571C203.717 904.614 203.956 887.956 215.696 883.273C310.419 845.479 398.179 801.972 477.611 753.582L478.167 753.243L478.701 753.614C577.456 822.081 656.592 897.84 714.543 979.599C749.318 1028.66 775.563 1078.88 793.165 1129.89ZM478.701 600.388L478.167 600.759L477.611 600.42C398.16 552.018 310.376 508.5 215.627 470.7C203.914 466.028 203.672 449.404 215.29 444.46L774.325 206.413C785.558 201.631 797.163 212.52 793.165 224.11L792.22 223.784L793.165 224.11C775.563 275.123 749.318 325.34 714.543 374.403C656.592 456.162 577.456 531.921 478.701 600.388Z' stroke='url(%23paint0_linear_70_390)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_390' x='-30' y='-30' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_390' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_390' x1='374' y1='343' x2='724.974' y2='642.03' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 296px;
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width:992px) {
  .advancet__set:after {
    display: none;
  }
}
.advancet__set.__fix {
  margin: 0 0 0;
}
@media screen and (max-width:992px) {
  .advancet__set.__fix {
    margin: 60px 0;
  }
}
.advancet__set.__fix:after {
  display: none;
}

.advancet {
  margin: 60px 0;
  position: relative;
  z-index: 99;
}
.advancet .advanc__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  grid-gap: 20px;
  position: relative;
  z-index: -2 !important;
}
.advancet .advanc__row .advanc__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9DB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  z-index: 1;
}
.advancet .advanc__row .advanc__item:hover {
  background: #F5F5F5;
  border: 1px solid transparent;
}
.advancet .advanc__row .advanct__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 80px 80px;
}
@media screen and (max-width:680px) {
  .advancet .advanc__row .advanct__wrap {
    padding: 30px 20px;
  }
}
.advancet .advanc__row .advanct__icon {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width:680px) {
  .advancet .advanc__row .advanct__icon {
    width: 64px;
    height: 64px;
  }
}
.advancet .advanc__row .advanct__icon img, .advancet .advanc__row .advanct__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advancet .advanc__row .advanct__name {
  color: #80152A;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
}
@media screen and (max-width:680px) {
  .advancet .advanc__row .advanct__name {
    font-size: 24px;
  }
}
.advancet .advanc__row .advanct__text {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
@media screen and (max-width:680px) {
  .advancet .advanc__row .advanct__text {
    font-size: 16px;
  }
}

.slider__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:992px) {
  .slider__block {
    margin: 0;
  }
  .slider__block .swiper-button-prev,
  .slider__block .swiper-button-next {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 20%;
    max-width: 120px;
  }
  .slider__block .swiper-button-next {
    left: 60px;
  }
}
.slider__block .slide-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__block .slide-item:after {
  content: "";
  background: rgba(15, 18, 21, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.slider__block .slider__content {
  position: relative;
  z-index: 1;
}
.slider__block .slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 740px;
}
.slider__block .slider__title {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  position: relative;
}
@media screen and (max-width:992px) {
  .slider__block .slider__title {
    font-size: 36px;
  }
}
.slider__block .slider__title:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0 0;
}
.slider__block .slider__title::before {
  content: "";
  border-radius: 2px 2px 0px 0px;
  background: #E1B2A0;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
}

.news__block {
  margin: 40px 0;
}
.news__block .news__row {
  display: grid;
 grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
}
@media screen and (max-width:992px) {
  .news__block .news__row {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }
}
.news__block .news__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news__block .news__item .news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 20px;
  display: grid;
}
@media screen and (max-width:992px) {
  .news__block .news__item .news__wrap {
    padding: 0;
  }
}
.news__block .news__item .news__cover {
  position: relative;
  width: 100%;
  height: 280px;
}
.news__block .news__item .news__cover::before {
  content: "";
  border: 1px solid #FFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 10px;
  top: 10px;
  bottom: 0;
  margin: 0 auto;
  display: block;
}
.news__block .news__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
}
@media screen and (max-width:992px) {
  .news__block .news__item img {
    width: 100%;
  }
}
.news__block .news__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news__block .news__date {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.news__block .news__title {
  color: #80152A;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
}
.news__block .link {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  position: relative;
  text-decoration: none;
}
.news__block .link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8 5L14.2065 10.3198C14.6236 10.6774 14.6236 11.3226 14.2065 11.6802L8 17' stroke='%230F1215' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.news__block .btn__group {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__section {
  background-color: #F5F5F5;
  margin: 180px 0 0;
  position: relative;
}
@media screen and (max-width:992px) {
  .contact__section {
    margin: 60px 0 0;
  }
  .contact__section .section__wrap {
    padding: 50px 0;
  }
}
.contact__section.__transparent {
  background-color: transparent;
  margin: 0;
}
.contact__section:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='716' viewBox='0 0 210 716' fill='none'%3E%3Cg filter='url(%23filter0_b_70_494)'%3E%3Cpath d='M-385.128 676.076L-385.152 676.063C-475.036 626.847 -573.842 584.461 -680.514 549.349C-714.117 538.287 -737 506.874 -737 471.216L-737 409.52C-737 401.652 -732.328 394.554 -725.154 391.499L189.631 1.97058C197.153 -1.23206 205.633 3.85217 206.404 12.0764C208.122 30.4126 209 48.8839 209 67.4757C209 297.373 76.2958 508.885 -146.114 676.201L-147.176 677L-146.114 677.799C76.2957 845.117 209 1056.63 209 1286.53C209 1305.12 208.122 1323.59 206.404 1341.93C205.633 1350.15 197.152 1355.23 189.63 1352.03M-385.128 676.076L189.63 1352.03M-385.128 676.076L-385.105 676.091L-385.009 676.15L-383.639 676.999L-385.009 677.85L-385.105 677.909L-385.128 677.923L-385.152 677.937C-475.036 727.155 -573.842 769.539 -680.514 804.652C-714.282 815.769 -737 847.744 -737 883.601L-737 944.482C-737 952.35 -732.328 959.448 -725.154 962.503L189.63 1352.03M-385.128 676.076L189.239 1352.95L189.63 1352.03M55.1653 1129.89L54.22 1130.22L55.1653 1129.89C59.1626 1141.48 47.5582 1152.37 36.3253 1147.59L36.717 1146.67L36.3252 1147.59L-522.643 909.571C-534.283 904.614 -534.043 887.956 -522.304 883.273C-427.581 845.479 -339.821 801.972 -260.389 753.582L-259.833 753.243L-259.298 753.614C-160.544 822.081 -81.4079 897.84 -23.4572 979.599C11.3182 1028.66 37.5629 1078.88 55.1653 1129.89ZM-259.298 600.388L-259.833 600.759L-260.389 600.42C-339.84 552.018 -427.624 508.5 -522.373 470.7C-534.086 466.028 -534.328 449.404 -522.71 444.46L36.3253 206.413C47.5582 201.631 59.1627 212.52 55.1653 224.11L54.22 223.784L55.1653 224.11C37.5629 275.123 11.3183 325.34 -23.4572 374.403C-81.4079 456.162 -160.544 531.921 -259.298 600.388Z' stroke='url(%23paint0_linear_70_494)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_494' x='-768' y='-30' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_494'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_494' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_494' x1='12.9692' y1='578.995' x2='52.3381' y2='1013.58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 210px;
  height: 716px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width:992px) {
  .contact__section:after {
    background-image: url("data:image/svg+xml,%3Csvg width='73' height='459' viewBox='0 0 73 459' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_233_8960)'%3E%3Cpath d='M-129.552 229.044L-129.544 229.049L-129.536 229.054L-129.503 229.074L-129.039 229.362L-129.503 229.65L-129.536 229.67L-129.544 229.675L-129.552 229.679C-160.004 246.354 -193.479 260.713 -229.618 272.609C-241.058 276.376 -248.755 287.208 -248.755 299.356L-248.755 319.982C-248.755 322.648 -247.172 325.053 -244.742 326.088L65.1795 458.056C65.1795 458.056 65.1795 458.056 65.1795 458.056C67.7279 459.141 70.6011 457.419 70.8622 454.633C71.4442 448.421 71.7418 442.163 71.7418 435.864C71.7418 357.976 26.7827 286.318 -48.5678 229.633L-48.9277 229.362L-48.5678 229.091C26.7827 172.406 71.7418 100.747 71.7418 22.8602C71.7418 16.5614 71.4442 10.3036 70.8622 4.0914C70.6011 1.30505 67.728 -0.41742 65.1797 0.667633L-244.742 132.637C-247.172 133.671 -248.755 136.076 -248.755 138.742L-248.755 159.644C-248.755 171.725 -241.002 182.367 -229.618 186.115C-193.479 198.01 -160.004 212.37 -129.552 229.044ZM19.6239 382.798L19.3036 382.908L19.6239 382.798C20.9781 386.724 17.0466 390.413 13.241 388.793L-176.133 308.155C-180.076 306.476 -179.995 300.832 -176.018 299.245C-143.927 286.441 -114.194 271.701 -87.2831 255.307L-87.0949 255.192L-86.9138 255.318C-53.4565 278.514 -26.6459 304.181 -7.01275 331.88C4.76886 348.502 13.6603 365.514 19.6239 382.798ZM-86.9138 203.406L-87.0949 203.532L-87.2831 203.417C-114.2 187.019 -143.941 172.276 -176.041 159.469C-180.009 157.886 -180.091 152.254 -176.155 150.579L13.241 69.931C17.0467 68.3108 20.9781 72.0001 19.6239 75.9265C13.6603 93.2094 4.76887 110.223 -7.01273 126.845C-26.6459 154.544 -53.4565 180.21 -86.9138 203.406Z' stroke='url(%23paint0_linear_233_8960)' stroke-width='0.677583'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_233_8960' x='-259.257' y='-10.1637' width='341.502' height='479.051' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5.08187'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_233_8960'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_233_8960' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_233_8960' x1='5.32819' y1='196.158' x2='18.666' y2='343.393' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 73px;
    height: 459px;
    top: 0;
  }
}
.contact__section::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='310' height='716' viewBox='0 0 310 716' fill='none'%3E%3Cg filter='url(%23filter0_b_70_539)'%3E%3Cpath d='M352.872 644.924L352.848 644.937C262.964 694.153 164.158 736.539 57.4863 771.651C23.883 782.713 0.999976 814.126 0.999978 849.784L0.99998 911.48C0.999981 919.348 5.67173 926.446 12.8463 929.501L927.631 1319.03C935.153 1322.23 943.633 1317.15 944.404 1308.92C946.122 1290.59 947 1272.12 947 1253.52C947 1023.63 814.296 812.115 591.886 644.799L590.824 644L591.886 643.201C814.296 475.883 947 264.373 947 34.4736C947 15.8818 946.122 -2.58932 944.404 -20.9255C943.633 -29.1477 935.152 -34.2322 927.63 -31.0294M352.872 644.924L927.63 -31.0294M352.872 644.924L352.895 644.909L352.991 644.85L354.361 644.001L352.991 643.15L352.895 643.091L352.872 643.077L352.848 643.063C262.964 593.845 164.158 551.461 57.4863 516.348C23.7183 505.231 0.999961 473.256 0.99996 437.399L0.999957 376.518C0.999957 368.65 5.67171 361.552 12.8462 358.497L927.63 -31.0294M352.872 644.924L927.239 -31.9495L927.63 -31.0294M793.165 191.108L792.22 190.782L793.165 191.108C797.163 179.518 785.558 168.629 774.325 173.411L774.717 174.331L774.325 173.411L215.357 411.429C203.717 416.386 203.956 433.044 215.696 437.727C310.419 475.521 398.179 519.028 477.611 567.418L478.167 567.757L478.701 567.386C577.456 498.919 656.592 423.16 714.543 341.401C749.318 292.338 775.563 242.123 793.165 191.108ZM478.701 720.612L478.167 720.241L477.611 720.58C398.16 768.982 310.376 812.5 215.627 850.3C203.914 854.972 203.672 871.596 215.29 876.54L774.325 1114.59C785.558 1119.37 797.163 1108.48 793.165 1096.89L792.22 1097.22L793.165 1096.89C775.563 1045.88 749.318 995.66 714.543 946.597C656.592 864.838 577.456 789.079 478.701 720.612Z' stroke='url(%23paint0_linear_70_539)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_70_539' x='-30' y='-63' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_70_539'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_70_539' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_70_539' x1='181.5' y1='419.5' x2='290.019' y2='643.991' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 310px;
  height: 716px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width:992px) {
  .contact__section::before {
    display: none;
  }
}
.contact__section .block__text {
  margin: 30px 0;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  position: relative;
  z-index: 1;
}
.contact__section .block__text p:not(:last-child) {
  margin-bottom: 30px;
}
.contact__section.__fix {
  margin: 0;
}
.contact__section.__fix:after, .contact__section.__fix::before {
  display: none;
}

.map__block {
  margin: 0 0 0 !important;
}

.map__area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 600px;
}
@media screen and (max-width:992px) {
  .map__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 980px;
  }
}
@media screen and (max-width:680px) {
  .map__area {
    height: 1000px;
  }
}
.map__area #map {
  height: 100%;
}
@media screen and (max-width:992px) {
  .map__area #map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.map__area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map__area .left__side {
  background: #FFF;
  padding: 40px 60px;
  display: block;
  position: absolute;
  top: 40px;
  max-width: 500px;
}
@media screen and (max-width:992px) {
  .map__area .left__side {
    max-width: none;
    position: relative;
    padding: 30px 30px;
    top: 0;
  }
}
.map__area .side__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.map__area .side__title {
  position: relative;
  color: #0F1215;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
}
.map__area .side__title:after {
  content: "";
  background-color: #D9D9DB;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0 0;
}
.map__area .side__title::before {
  content: "";
  background-color: #80152A;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
}
.map__area .btn__primary {
  background: #80152A;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #FFF;
}
.map__area .btn__primary:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8 5L14.2065 10.3198C14.6236 10.6774 14.6236 11.3226 14.2065 11.6802L8 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.map__area .map__init {
  position: absolute;
  right: 10%;
  bottom: 70px;
}
@media screen and (max-width:992px) {
  .map__area .map__init {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
}
.map__area .map__init .btn__primary {
  background: #E1B2A0;
  color: #0F1215;
}
.map__area .map__init .btn__primary:after {
  display: none;
}

.side__content {
  position: relative;
}

.s__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.s__data .btn__primary {
  padding: 12px 24px;
  background: #80152A;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
}
.s__data .btn__primary:after {
  display: none;
}

.s__item {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.s__item:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s__item:not(:last-child) {
  margin-bottom: 40px;
}

.s__icon {
  width: 50px;
  height: 50px;
  background-color: #E1B2A0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.s__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.s__text ul {
  list-style: none;
}
.s__text a {
  color: #0F1215;
  text-decoration: none;
}

.price__section {
  background: linear-gradient(95deg, #80152A 1.67%, #B12F48 98.67%);
  margin: 0;
  position: relative;
  padding: 70px 0;
}
.price__section:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='288' height='402' viewBox='0 0 288 402' fill='none'%3E%3Cg filter='url(%23filter0_b_136_1975)'%3E%3Cpath d='M-64.8718 335.924L-64.8481 335.937C25.036 385.153 123.842 427.539 230.514 462.651C264.117 473.713 287 505.126 287 540.784L287 602.48C287 610.348 282.328 617.446 275.154 620.501L-639.631 1010.03C-647.153 1013.23 -655.633 1008.15 -656.404 999.924C-658.122 981.587 -659 963.116 -659 944.524C-659 714.627 -526.296 503.115 -303.886 335.799L-302.824 335L-303.886 334.201C-526.296 166.883 -659 -44.6271 -659 -274.526C-659 -293.118 -658.122 -311.589 -656.404 -329.926C-655.633 -338.148 -647.152 -343.232 -639.63 -340.029M-64.8718 335.924L-639.63 -340.029M-64.8718 335.924L-64.8947 335.909L-64.9906 335.85L-66.3608 335.001L-64.9911 334.15L-64.8952 334.091L-64.872 334.077L-64.8481 334.063C25.036 284.845 123.842 242.461 230.514 207.348C264.282 196.231 287 164.256 287 128.399L287 67.5185C287 59.6502 282.328 52.5519 275.154 49.4971L-639.63 -340.029M-64.8718 335.924L-639.239 -340.949L-639.63 -340.029M-505.165 -117.892L-504.22 -118.218L-505.165 -117.892C-509.163 -129.482 -497.558 -140.371 -486.325 -135.589L-486.717 -134.669L-486.325 -135.589L72.6432 102.429C84.2827 107.386 84.0436 124.044 72.3039 128.727C-22.4188 166.521 -110.179 210.028 -189.611 258.418L-190.167 258.757L-190.701 258.386C-289.456 189.919 -368.592 114.16 -426.543 32.4013C-461.318 -16.6618 -487.563 -66.8765 -505.165 -117.892ZM-190.701 411.612L-190.167 411.241L-189.611 411.58C-110.16 459.982 -22.376 503.5 72.3731 541.3C84.086 545.972 84.3281 562.596 72.7105 567.54L-486.325 805.587C-497.558 810.369 -509.163 799.48 -505.165 787.89L-504.22 788.216L-505.165 787.89C-487.563 736.877 -461.318 686.66 -426.543 637.597C-368.592 555.838 -289.456 480.079 -190.701 411.612Z' stroke='url(%23paint0_linear_136_1975)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_136_1975' x='-690' y='-372' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_136_1975'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_136_1975' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_136_1975' x1='106.5' y1='110.5' x2='-2.01927' y2='334.991' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 288px;
  height: 402px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width:992px) {
  .price__section:after {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.price__section:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='402' viewBox='0 0 370 402' fill='none'%3E%3Cpath d='M528.528 374.672L528.551 374.658C608.392 330.92 696.156 293.254 790.906 262.051C820.706 252.236 841 224.365 841 192.727L841 137.904C841 130.956 836.877 124.689 830.546 121.992L18.0476 -224.146C11.4382 -226.962 3.98297 -222.493 3.30546 -215.258C1.78001 -198.968 0.999949 -182.558 0.99995 -166.04C0.999959 38.2022 118.839 226.125 316.363 374.789L317.424 375.588L316.363 376.387C118.839 525.054 0.999988 712.975 0.999997 917.219C0.999998 933.736 1.78006 950.147 3.30551 966.437M528.528 374.672L3.30551 966.437M528.528 374.672L528.504 374.686M528.528 374.672L528.504 374.686M3.30551 966.437C3.98299 973.67 11.4385 978.139 18.0481 975.323M3.30551 966.437L18.0481 975.323M18.0481 975.323C18.0481 975.323 18.0481 975.323 18.0481 975.323M18.0481 975.323L18.0481 975.323M18.0481 975.323L830.546 629.186C836.877 626.49 841 620.223 841 613.275L841 559.176C841 527.36 820.851 498.99 790.906 489.127C696.156 457.923 608.392 420.258 528.551 376.518M18.0481 975.323L528.551 376.518M528.504 374.686L528.419 374.739L527.052 375.588L528.419 376.438L528.504 376.491L528.527 376.505M528.504 374.686L528.527 376.505M528.527 376.505L528.551 376.518M528.527 376.505L528.551 376.518M137.416 777.996L137.416 777.996C133.835 788.384 144.231 798.149 154.299 793.86L650.767 582.355C661.197 577.912 660.982 562.979 650.463 558.781C566.337 525.199 488.396 486.541 417.851 443.545L417.295 443.206L416.76 443.577C329.039 504.423 258.742 571.752 207.262 644.416C176.37 688.022 153.054 732.652 137.416 777.996ZM416.76 307.602L417.295 307.973L417.851 307.634C488.412 264.627 566.375 225.959 650.525 192.372C661.02 188.184 661.238 173.282 650.827 168.849L154.299 -42.6817L153.907 -41.7617L154.299 -42.6818C144.231 -46.9703 133.835 -37.2051 137.416 -26.8178L138.362 -27.1437L137.416 -26.8177C153.054 18.5244 176.37 63.157 207.262 106.763C258.742 179.426 329.039 246.756 416.76 307.602Z' stroke='url(%23paint0_linear_136_1974)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_1974' x1='87' y1='68' x2='380' y2='498' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 370px;
  height: 402px;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width:992px) {
  .price__section:before {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.price__section .section__hd .section__title {
  color: #FFF;
}
.price__section .section__hd .section__title:after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
}
.price__section .section__hd .section__title::before {
  content: "";
  border-radius: 2px 2px 0px 0px;
  background: #E1B2A0;
}
.price__section .block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 30px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.price__section .block__text {
  color: #FFF;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  text-align: center;
  /*max-width: 440px;*/
  margin: 0 auto;
}
.price__section .tel__row {
  position: relative;
}
.price__section .tel__row ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width:992px) {
  .price__section .tel__row ul {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.price__section .tel__row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__section .tel__row ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Museo Sans Cyrl";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.price__section .tel__row ul li a strong {
  font-weight: 600;
}
.price__section .tel__row .icon__pack {
  width: 50px;
  height: 50px;
  background-color: #E1B2A0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.price__section .tel__row .tel {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6426 17.1407C11.1692 17.1407 10.7854 17.5245 10.7854 17.9979C10.7854 18.4713 11.1692 18.855 11.6426 18.855H13.3569C13.8303 18.855 14.214 18.4713 14.214 17.9979C14.214 17.5245 13.8303 17.1407 13.3569 17.1407H11.6426Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.64258 7.19787C5.64258 5.27769 5.64258 4.3176 6.01627 3.58419C6.34498 2.93906 6.86948 2.41456 7.51461 2.08585C8.24802 1.71216 9.20811 1.71216 11.1283 1.71216H13.8712C15.7913 1.71216 16.7514 1.71216 17.4848 2.08585C18.13 2.41456 18.6545 2.93906 18.9832 3.58419C19.3569 4.3176 19.3569 5.27769 19.3569 7.19787V16.7979C19.3569 18.7181 19.3569 19.6781 18.9832 20.4116C18.6545 21.0567 18.13 21.5812 17.4848 21.9099C16.7514 22.2836 15.7913 22.2836 13.8712 22.2836H11.1283C9.20811 22.2836 8.24802 22.2836 7.51461 21.9099C6.86948 21.5812 6.34498 21.0567 6.01627 20.4116C5.64258 19.6781 5.64258 18.7181 5.64258 16.7979V7.19787ZM11.1283 3.42644H13.8712C14.8595 3.42644 15.4977 3.42778 15.9834 3.46746C16.4491 3.50551 16.6218 3.5701 16.7066 3.61329C17.0291 3.77764 17.2914 4.0399 17.4557 4.36246C17.4989 4.44722 17.5635 4.61988 17.6016 5.08559C17.6412 5.57131 17.6426 6.2095 17.6426 7.19787V16.7979C17.6426 17.7863 17.6412 18.4244 17.6016 18.9102C17.5635 19.3759 17.4989 19.5485 17.4557 19.6333C17.2914 19.9558 17.0291 20.2181 16.7066 20.3825C16.6218 20.4256 16.4491 20.4902 15.9834 20.5283C15.4977 20.568 14.8595 20.5693 13.8712 20.5693H11.1283C10.1399 20.5693 9.50173 20.568 9.01601 20.5283C8.5503 20.4902 8.37764 20.4256 8.29288 20.3825C7.97032 20.2181 7.70806 19.9558 7.54371 19.6333C7.50052 19.5485 7.43593 19.3759 7.39788 18.9102C7.3582 18.4244 7.35686 17.7863 7.35686 16.7979V7.19787C7.35686 6.2095 7.3582 5.57131 7.39788 5.08559C7.43593 4.61988 7.50052 4.44722 7.54371 4.36246C7.70806 4.0399 7.97032 3.77764 8.29288 3.61329C8.37764 3.5701 8.5503 3.50551 9.01601 3.46746C9.50173 3.42778 10.1399 3.42644 11.1283 3.42644Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 24px;
  display: block;
}

.service__block {
  margin: 120px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:992px) {
  .service__block {
    margin: 60px 0;
  }
}
.service__block .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  position: relative;
  margin: 60px 0 0;
}
.service__block .services__list .services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:992px) {
  .service__block .services__list .services__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__block .services__list .services__row.__number__row .side__wrap {
  padding: 60px 70px;
}
@media screen and (max-width:992px) {
  .service__block .services__list .services__row.__number__row .side__wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 30px;
  }
}
.service__block .services__list .services__row.__number__row .serv__slider {
  padding: 20px 20px;
  height: 100%;
}
.service__block .services__list .services__row.__number__row .slide__bg {
  height: 720px;
}
@media screen and (max-width:992px) {
  .service__block .services__list .services__row.__number__row .slide__bg {
    height: 480px;
    width: 100%;
  }
}
.service__block .services__list .serv__side {
  display: grid;
  place-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service__block .services__list .side__wrap {
  padding: 100px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  background: #F5F5F5;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width:992px) {
  .service__block .services__list .side__wrap {
    padding: 30px 30px;
  }
}
.service__block .services__list .side__wrap:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='225' height='306' viewBox='0 0 225 306' fill='none'%3E%3Cg filter='url(%23filter0_b_136_2558)'%3E%3Cpath d='M178.42 342.322L178.403 342.312C132.972 317.436 83.034 296.014 29.1229 278.269C12.2442 272.712 0.750019 256.934 0.750019 239.022L0.750021 207.849C0.750021 203.971 3.05282 200.473 6.58678 198.969L468.804 2.14996C472.45 0.597595 476.565 3.06091 476.939 7.05383C477.807 16.3112 478.25 25.6366 478.25 35.0228C478.25 151.082 411.257 257.889 298.918 342.4L298.121 343L298.918 343.599C411.257 428.111 478.25 534.917 478.25 650.978C478.25 660.364 477.807 669.689 476.939 678.947L178.42 342.322ZM178.42 342.322L178.437 342.332M178.42 342.322L178.437 342.332M178.437 342.332L178.486 342.362L179.514 342.999L178.486 343.637L178.438 343.667L178.421 343.678M178.437 342.332L178.421 343.678M178.421 343.678L178.403 343.688M178.421 343.678L178.403 343.688M178.403 343.688C132.972 368.564 83.034 389.986 29.1229 407.732C12.1636 413.315 0.750011 429.375 0.75001 447.39L0.750009 478.151C0.750009 482.03 3.05283 485.527 6.58677 487.032L468.804 683.85C468.804 683.85 468.804 683.85 468.804 683.85C472.45 685.402 476.565 682.938 476.939 678.947L178.403 343.688ZM391.151 581.001L391.445 580.311L391.151 581.001L108.718 460.737C102.635 458.146 102.762 449.443 108.895 446.997C156.744 427.905 201.075 405.928 241.197 381.486L241.614 381.232L242.015 381.51C291.932 416.117 331.939 454.416 361.24 495.754C378.823 520.561 392.095 545.954 400.997 571.755L400.997 571.755C403.085 577.808 397.024 583.502 391.151 581.001ZM242.015 304.491L241.614 304.769L241.197 304.515C201.066 280.066 156.723 258.084 108.86 238.989C102.741 236.548 102.612 227.862 108.684 225.278L391.151 104.999C397.024 102.499 403.085 108.192 400.997 114.246C392.095 140.046 378.823 165.44 361.24 190.247C331.939 231.585 291.932 269.883 242.015 304.491Z' stroke='url(%23paint0_linear_136_2558)' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_136_2558' x='-15.1582' y='-14.229' width='509.316' height='714.458' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='7.57911'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_136_2558'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_136_2558' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_136_2558' x1='186' y1='126' x2='312.487' y2='276.511' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 225px;
  height: 306px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.service__block .services__list .side__wrap .serv__title {
  color: #80152A;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
}
.service__block .services__list .side__wrap .serv__title a {
  text-decoration: none;
  color: #80152A;
}
.service__block .services__list .side__wrap .serv__text {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  position: relative;
  z-index: 1;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .group__item {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .group__icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #80152A;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .group__label {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
@media screen and (max-width:992px) {
  .service__block .services__list .side__wrap .serv__text.__serv__list .group__label {
    font-size: 16px;
  }
}
.service__block .services__list .side__wrap .serv__text.__serv__list .phone {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1426 17.1429C10.6692 17.1429 10.2854 17.5267 10.2854 18.0001C10.2854 18.4735 10.6692 18.8572 11.1426 18.8572H12.8569C13.3303 18.8572 13.714 18.4735 13.714 18.0001C13.714 17.5267 13.3303 17.1429 12.8569 17.1429H11.1426Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14258 7.20007C5.14258 5.27989 5.14258 4.3198 5.51627 3.58639C5.84498 2.94126 6.36948 2.41676 7.01461 2.08805C7.74802 1.71436 8.70811 1.71436 10.6283 1.71436H13.3712C15.2913 1.71436 16.2514 1.71436 16.9848 2.08805C17.63 2.41676 18.1545 2.94126 18.4832 3.58639C18.8569 4.3198 18.8569 5.27989 18.8569 7.20007V16.8001C18.8569 18.7202 18.8569 19.6803 18.4832 20.4138C18.1545 21.0589 17.63 21.5834 16.9848 21.9121C16.2514 22.2858 15.2913 22.2858 13.3712 22.2858H10.6283C8.70811 22.2858 7.74802 22.2858 7.01461 21.9121C6.36948 21.5834 5.84498 21.0589 5.51627 20.4138C5.14258 19.6803 5.14258 18.7202 5.14258 16.8001V7.20007ZM10.6283 3.42864H13.3712C14.3595 3.42864 14.9977 3.42997 15.4834 3.46966C15.9491 3.50771 16.1218 3.5723 16.2066 3.61549C16.5291 3.77984 16.7914 4.04209 16.9557 4.36466C16.9989 4.44942 17.0635 4.62208 17.1016 5.08779C17.1412 5.57351 17.1426 6.21169 17.1426 7.20007V16.8001C17.1426 17.7884 17.1412 18.4266 17.1016 18.9124C17.0635 19.3781 16.9989 19.5507 16.9557 19.6355C16.7914 19.958 16.5291 20.2203 16.2066 20.3847C16.1218 20.4278 15.9491 20.4924 15.4834 20.5305C14.9977 20.5702 14.3595 20.5715 13.3712 20.5715H10.6283C9.63991 20.5715 9.00173 20.5702 8.51601 20.5305C8.0503 20.4924 7.87764 20.4278 7.79288 20.3847C7.47032 20.2203 7.20806 19.958 7.04371 19.6355C7.00052 19.5507 6.93593 19.3781 6.89788 18.9124C6.8582 18.4266 6.85686 17.7884 6.85686 16.8001V7.20007C6.85686 6.21169 6.8582 5.57351 6.89788 5.08779C6.93593 4.62208 7.00052 4.44942 7.04371 4.36466C7.20806 4.04209 7.47032 3.77984 7.79288 3.61549C7.87764 3.5723 8.0503 3.50771 8.51601 3.46966C9.00173 3.42997 9.63992 3.42864 10.6283 3.42864Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .clock {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0006 1.71423C17.6799 1.71423 22.2863 6.31907 22.2863 11.9999C22.2863 17.6808 17.6799 22.2857 12.0006 22.2857C6.31968 22.2857 1.71484 17.6808 1.71484 11.9999C1.71484 6.31907 6.31968 1.71423 12.0006 1.71423ZM12.0006 3.42852C7.26645 3.42852 3.42913 7.26584 3.42913 11.9999C3.42913 16.7341 7.26645 20.5714 12.0006 20.5714C16.7337 20.5714 20.572 16.7335 20.572 11.9999C20.572 7.26643 16.7337 3.42852 12.0006 3.42852ZM11.572 6.85716C12.0454 6.85716 12.4291 7.24092 12.4291 7.71431V12.0888L16.6073 13.7767C17.0463 13.954 17.2583 14.4536 17.081 14.8925C16.9037 15.3314 16.4041 15.5435 15.9652 15.3662L11.2509 13.4617C10.9269 13.3309 10.7148 13.0164 10.7148 12.667V7.71431C10.7148 7.24092 11.0986 6.85716 11.572 6.85716Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .box {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5776 1.32402C11.8616 1.27301 12.1395 1.27301 12.4235 1.32402C12.7065 1.37484 12.9361 1.45608 13.395 1.66464L20.7501 5.00788C21.2017 5.21314 21.4288 5.35378 21.6541 5.57335C21.876 5.78966 22.0405 6.0451 22.1455 6.33663C22.2522 6.63256 22.2863 6.89753 22.2863 7.39354V16.2654C22.2863 16.7615 22.2522 17.0264 22.1455 17.3224C22.0405 17.6139 21.876 17.8693 21.6541 18.0856C21.4288 18.3052 21.2017 18.4458 20.7501 18.6511L13.2331 22.0668C12.8779 22.2227 12.6711 22.2905 12.4235 22.335C12.1395 22.386 11.8616 22.386 11.5776 22.335C11.2946 22.2841 11.065 22.2029 10.6061 21.9943L3.251 18.6511C2.79945 18.4458 2.57231 18.3052 2.34705 18.0856C2.12514 17.8693 1.96066 17.6139 1.85557 17.3224C1.74889 17.0264 1.71484 16.7615 1.71484 16.2654L1.71651 7.21786C1.72449 6.83081 1.76222 6.59557 1.85557 6.33663C1.96066 6.0451 2.12514 5.78966 2.34705 5.57335C2.57231 5.35378 2.79945 5.21314 3.251 5.00788L10.768 1.59221C11.1232 1.43624 11.33 1.36849 11.5776 1.32402ZM3.42913 7.58919L3.4295 16.3589C3.43099 16.5308 3.43713 16.6163 3.45003 16.6773L3.46827 16.741C3.48536 16.7884 3.50756 16.8229 3.54364 16.8581C3.60432 16.9172 3.67371 16.9602 3.96038 17.0905L11.1434 20.3555L11.1433 11.085C11.1313 11.0808 11.1194 11.0765 11.1075 11.0721L10.9365 11.0016L3.42913 7.58919ZM20.572 7.58834L13.0646 11.0016C12.9969 11.0324 12.9282 11.0601 12.8587 11.0847L12.8577 20.3555L20.0407 17.0905C20.225 17.0067 20.3195 16.959 20.3796 16.92L20.4071 16.901L20.4575 16.8581C20.4936 16.8229 20.5158 16.7884 20.5328 16.741C20.5616 16.6613 20.572 16.5803 20.572 16.2654V7.58834ZM7.28627 5.05634L4.64284 6.25805L11.6459 9.44102C11.839 9.52882 12.0567 9.54137 12.2568 9.47865L12.3552 9.44102L14.6431 8.40091L7.28627 5.05634ZM12.1205 3.01131C12.0369 2.9963 11.9642 2.9963 11.8806 3.01131C11.7643 3.03221 11.6559 3.07053 11.3155 3.22527L9.35713 4.11434L16.7148 7.45891L19.3574 6.25805L12.6856 3.22527C12.4587 3.12211 12.3349 3.07069 12.2431 3.04168L12.1995 3.02891L12.1205 3.01131Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .delivery {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.67198 4.28568L9.81835 4.28572H14.1805L14.3269 4.28568C15.4157 4.28524 16.1679 4.28493 16.8493 4.51996C17.4499 4.7271 17.9968 5.06515 18.4507 5.50964C18.9656 6.014 19.3018 6.68696 19.7883 7.66105L19.8537 7.79197L20.672 9.42858H21.8566C22.33 9.42858 22.7137 9.81234 22.7137 10.2857V10.5889C22.7137 11.3884 22.1394 12.0127 21.428 12.1542V15.4286H21.428V17.3143L21.428 17.3341L21.428 17.3761V19.0972L21.428 19.1158C21.4281 19.2068 21.4281 19.3199 21.4199 19.4203C21.4103 19.5376 21.3854 19.7106 21.2926 19.8928C21.1734 20.1267 20.9833 20.3168 20.7494 20.436C20.5672 20.5288 20.3942 20.5538 20.2769 20.5633C20.1765 20.5715 20.0634 20.5715 19.9723 20.5714L19.9537 20.5714H19.4737L19.4551 20.5714C19.3641 20.5715 19.251 20.5715 19.1506 20.5633C19.0333 20.5538 18.8603 20.5288 18.6781 20.436C18.4442 20.3168 18.2541 20.1267 18.1349 19.8928C18.0421 19.7106 18.0171 19.5376 18.0076 19.4203C17.9994 19.3199 17.9994 19.2068 17.9994 19.1158L17.9995 19.0972V18.8572H5.99945V19.0972L5.99946 19.1158V19.1158C5.9995 19.2068 5.99955 19.3199 5.99135 19.4203C5.98177 19.5376 5.95684 19.7106 5.86399 19.8928C5.74483 20.1267 5.5547 20.3168 5.32084 20.436C5.13861 20.5288 4.96563 20.5538 4.8483 20.5633C4.74794 20.5715 4.63479 20.5715 4.54378 20.5714L4.52517 20.5714H4.04517L4.02656 20.5714C3.93554 20.5715 3.82239 20.5715 3.72203 20.5633C3.60471 20.5538 3.43172 20.5288 3.24949 20.436C3.01564 20.3168 2.8255 20.1267 2.70635 19.8928C2.6135 19.7106 2.58857 19.5376 2.57898 19.4203C2.57078 19.3199 2.57084 19.2068 2.57088 19.1158L2.57088 19.0972V17.4416L2.57088 17.4015L2.57088 17.3829V16.1006L2.57085 15.9738L2.57085 12.1542C1.85949 12.0127 1.28516 11.3884 1.28516 10.5889V10.2857C1.28516 9.81234 1.66891 9.42858 2.1423 9.42858H3.32682L4.14512 7.79197L4.21054 7.66104L4.21055 7.66104C4.69709 6.68695 5.03322 6.014 5.54817 5.50964C6.00201 5.06515 6.54898 4.7271 7.14952 4.51996C7.83092 4.28493 8.58314 4.28524 9.67198 4.28568ZM4.2998 16.7175C4.28724 16.5637 4.28541 16.3634 4.28517 16.0536V14.5714H4.28513V12.0177C4.34631 12.029 4.42182 12.0421 4.51307 12.0565C4.78864 12.1 5.20932 12.1557 5.81469 12.2108C7.0248 12.3208 8.98001 12.4286 11.9994 12.4286C15.0189 12.4286 16.9741 12.3208 18.1842 12.2108C18.7895 12.1557 19.2102 12.1 19.4858 12.0565C19.577 12.0421 19.6525 12.029 19.7137 12.0177V15.9429C19.7137 16.317 19.713 16.5461 19.699 16.7175C19.6925 16.7974 19.6843 16.8457 19.6774 16.875C19.6741 16.889 19.6714 16.8975 19.6697 16.9022C19.6681 16.9066 19.6672 16.9085 19.667 16.9089C19.6259 16.9895 19.5603 17.0551 19.4797 17.0962C19.4794 17.0963 19.4783 17.0969 19.4759 17.0978L19.473 17.0989C19.4684 17.1005 19.4598 17.1033 19.4458 17.1066C19.4165 17.1135 19.3682 17.1217 19.2884 17.1282C19.117 17.1422 18.8879 17.1429 18.5137 17.1429H5.48513C5.11096 17.1429 4.88187 17.1422 4.71048 17.1282C4.63063 17.1217 4.58233 17.1135 4.55299 17.1066C4.53904 17.1033 4.53045 17.1005 4.52581 17.0989C4.52135 17.0973 4.51948 17.0963 4.51914 17.0962C4.4385 17.0551 4.37293 16.9895 4.33184 16.9089C4.33167 16.9085 4.33072 16.9066 4.32913 16.9022C4.32747 16.8975 4.32472 16.889 4.32143 16.875C4.31452 16.8457 4.30633 16.7974 4.2998 16.7175ZM19.2224 10.3625L18.3204 8.55862C17.7422 7.40226 17.5346 7.01195 17.2512 6.73436C16.9788 6.46766 16.6507 6.26483 16.2903 6.14055C15.9153 6.01119 15.4733 6.00001 14.1805 6.00001H9.81835C8.5255 6.00001 8.08353 6.01119 7.7085 6.14055C7.34817 6.26483 7.01999 6.46766 6.74769 6.73436C6.46427 7.01195 6.25661 7.40226 5.67843 8.55862L4.77647 10.3625C4.77779 10.3628 4.77911 10.363 4.78044 10.3632C5.01381 10.4 5.39669 10.4514 5.96989 10.5035C7.11693 10.6078 9.01886 10.7143 11.9994 10.7143C14.98 10.7143 16.8819 10.6078 18.029 10.5035C18.6022 10.4514 18.9851 10.4 19.2184 10.3632C19.2198 10.363 19.2211 10.3628 19.2224 10.3625ZM18.1057 15.4219C18.5755 15.3632 18.9087 14.9348 18.85 14.4651C18.7912 13.9954 18.3628 13.6622 17.8931 13.7209L16.1788 13.9352C15.7091 13.9939 15.3759 14.4223 15.4346 14.892C15.4933 15.3618 15.9217 15.695 16.3915 15.6362L18.1057 15.4219ZM5.14893 14.4651C5.09022 14.9348 5.42341 15.3632 5.89314 15.4219L7.60743 15.6362C8.07716 15.695 8.50555 15.3618 8.56427 14.892C8.62298 14.4223 8.28979 13.9939 7.82006 13.9352L6.10577 13.7209C5.63604 13.6622 5.20765 13.9954 5.14893 14.4651Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.service__block .services__list .side__wrap .serv__text.__serv__list .complet {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20453 2.54747L7.21457 2.54278L7.22456 2.53813C8.50343 1.94539 10.0211 2.49269 10.6273 3.76522L11.9139 6.48202L12.1015 6.85716H17.8936C18.2531 6.85716 18.5616 6.85715 18.816 6.87299C19.0821 6.88956 19.3496 6.92593 19.6141 7.02719C20.3723 7.31751 20.9489 7.94888 21.1694 8.73028C21.2463 9.0028 21.2583 9.27255 21.2507 9.53904C21.2434 9.79385 21.2155 10.1011 21.1829 10.4591L21.1806 10.4843L21.1643 10.6643C21.0046 12.4252 20.9049 13.5236 20.5053 14.427C19.9839 15.6059 19.1016 16.5756 18.0003 17.2064V17.8285C18.0004 18.2955 18.0004 18.6984 17.9724 19.0299C17.9429 19.38 17.8776 19.7278 17.7015 20.0604C17.4603 20.516 17.0877 20.8885 16.6322 21.1297C16.2995 21.3058 15.9518 21.3711 15.6017 21.4006C15.2702 21.4286 14.8673 21.4286 14.4003 21.4286H14.4002H14.4002H9.60046H9.60043H9.6004C9.13337 21.4286 8.73048 21.4286 8.39899 21.4006C8.04892 21.3711 7.70117 21.3058 7.36852 21.1297C6.91297 20.8885 6.54043 20.516 6.29923 20.0604C6.1231 19.7278 6.05783 19.38 6.02828 19.0299C6.00031 18.6984 6.00032 18.2955 6.00034 17.8285L6.00034 17.7943V17.2064C4.89912 16.5756 4.01679 15.6059 3.49535 14.427C3.09575 13.5236 2.99611 12.4252 2.83638 10.6643L2.82005 10.4843L2.81775 10.4591C2.7852 10.1011 2.75726 9.79386 2.75 9.53904C2.74241 9.27255 2.75441 9.0028 2.83131 8.73028C3.0518 7.94888 3.62837 7.31751 4.38659 7.02719C4.65104 6.92593 4.9186 6.88956 5.18468 6.87299C5.43911 6.85715 5.7476 6.85716 6.10709 6.85716H6.38353L5.96366 5.95674C5.36844 4.67248 5.92307 3.14866 7.20453 2.54747ZM10.1948 6.85716H8.50543L8.27356 6.85716L8.2482 6.79962L7.51902 5.23587C7.32061 4.80778 7.50549 4.29984 7.93264 4.09945L7.94544 4.09348C8.37173 3.8959 8.87763 4.07833 9.0797 4.50251L10.1948 6.85716ZM8.5404 8.57145H6.13243C5.74058 8.57145 5.48594 8.57184 5.29121 8.58396C5.10219 8.59573 5.03118 8.61603 4.9996 8.62812C4.74686 8.7249 4.55467 8.93535 4.48117 9.19582C4.47199 9.22836 4.4582 9.30092 4.46359 9.49023C4.46915 9.68526 4.49181 9.93888 4.52729 10.3291C4.70918 12.3299 4.79242 13.1215 5.06313 13.7336C5.54891 14.8319 6.47321 15.676 7.61097 16.0603C8.24502 16.2745 9.04095 16.2857 11.05 16.2857H12.9507C14.9597 16.2857 15.7556 16.2745 16.3897 16.0603C17.5275 15.676 18.4518 14.8319 18.9375 13.7336C19.2082 13.1215 19.2915 12.3299 19.4734 10.3291C19.5089 9.93888 19.5315 9.68526 19.5371 9.49023C19.5425 9.30092 19.5287 9.22836 19.5195 9.19582C19.446 8.93535 19.2538 8.7249 19.0011 8.62812C18.9695 8.61603 18.8985 8.59573 18.7095 8.58396C18.5147 8.57184 18.2601 8.57145 17.8682 8.57145H12.9585L12.9586 8.5715L8.5404 8.57145ZM10.5285 18H7.71473C7.71524 18.3967 7.71832 18.6704 7.7365 18.8858C7.75677 19.126 7.79112 19.2146 7.81426 19.2582C7.89466 19.4101 8.01884 19.5343 8.17069 19.6147C8.21438 19.6378 8.30291 19.6722 8.54315 19.6924C8.7939 19.7136 9.12377 19.7143 9.63463 19.7143H14.3661C14.8769 19.7143 15.2068 19.7136 15.4575 19.6924C15.6978 19.6722 15.7863 19.6378 15.83 19.6147C15.9818 19.5343 16.106 19.4101 16.1864 19.2582C16.2096 19.2146 16.2439 19.126 16.2642 18.8858C16.2824 18.6704 16.2854 18.3967 16.286 18H13.4721C13.3614 18.0001 13.2478 18.0001 13.1314 18L12.9507 18H11.05L10.8693 18C10.7528 18.0001 10.6393 18.0001 10.5285 18Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.service__block .services__list .side__wrap .serv__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.service__block .services__list .side__wrap .serv__text ul li {
  position: relative;
  padding-left: 30px;
}
.service__block .services__list .side__wrap .serv__text ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2148 17.7582L5.30001 12.8434C4.93738 12.4808 4.34945 12.4808 3.98682 12.8434C3.62419 13.206 3.62419 13.794 3.98682 14.1566L9.55824 19.728C9.92087 20.0907 10.5088 20.0907 10.8714 19.728L22.0143 8.58517C22.3769 8.22254 22.3769 7.6346 22.0143 7.27197C21.6517 6.90934 21.0637 6.90934 20.7011 7.27197L10.2148 17.7582Z' fill='%2380152A'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.service__block .services__list .side__wrap .serv__price {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service__block .services__list .side__wrap .serv__price ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.service__block .services__list .side__wrap .serv__price ul li {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.service__block .services__list .side__wrap .serv__price ul strong {
  color: #80152A;
  margin-right: 5px;
}
.service__block .services__list .side__wrap .serv__price .price {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.25' y='5.91675' width='19.5' height='15.1667' rx='2.16667' stroke='%2380152A' stroke-width='1.6'/%3E%3Cpath d='M3.25 10.25H22.75' stroke='%2380152A' stroke-width='1.6'/%3E%3Cpath d='M6.5 16.75L10.8333 16.75' stroke='%2380152A' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.service__block .services__list .side__wrap .serv__price .squere {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.8' y='4.8' width='18.9547' height='18.9547' rx='2.75754' stroke='%2380152A' stroke-width='1.6'/%3E%3Cline x1='19.2141' y1='7.854' x2='19.2141' y2='14.2773' stroke='%2380152A' stroke-width='1.6'/%3E%3Cline x1='19.7012' y1='8.654' x2='13.2778' y2='8.654' stroke='%2380152A' stroke-width='1.6'/%3E%3Cline x1='7.33867' y1='20.7007' x2='7.33867' y2='14.2773' stroke='%2380152A' stroke-width='1.6'/%3E%3Cline x1='6.85352' y1='19.9007' x2='13.2769' y2='19.9007' stroke='%2380152A' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.service__block .services__list .serv__slider {
  width: 580px;
  height: 580px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #D9D9DB;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  display: grid;
  place-items: center;
}
@media screen and (max-width:992px) {
  .service__block .services__list .serv__slider {
    height: 100%;
    width: 100%;
  }
}
.service__block .services__list .slider__block {
  position: relative;
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width:992px) {
  .service__block .services__list .slider__block {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.service__block .services__list .slide__bg {
  display: block;
  background-size: cover;
  width: 100%;
  height: 540px;
}
@media screen and (max-width:992px) {
  .service__block .services__list .slide__bg {
    height: 320px;
    width: 100%;
  }
}
.service__block .swiper-button-next, .service__block .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 1;
  display: grid;
  place-items: center;
  max-width: none;
}
.service__block .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.07836 3.46979C6.73528 3.17572 6.21876 3.21545 5.92469 3.55853C5.63062 3.90162 5.67035 4.41814 6.01343 4.71221L7.07836 3.46979ZM6.01343 13.288C5.67035 13.582 5.63062 14.0986 5.92469 14.4416C6.21876 14.7847 6.73528 14.8245 7.07836 14.5304L6.01343 13.288ZM11.6239 9.55659L12.1564 10.1778L11.6239 9.55659ZM6.01343 4.71221L11.0915 9.0648L12.1564 7.82238L7.07836 3.46979L6.01343 4.71221ZM11.0915 8.93538L6.01343 13.288L7.07836 14.5304L12.1564 10.1778L11.0915 8.93538ZM11.0915 9.0648C11.0518 9.03079 11.0518 8.96939 11.0915 8.93538L12.1564 10.1778C12.8786 9.55875 12.8786 8.44143 12.1564 7.82238L11.0915 9.0648Z' fill='%230F1215'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: block;
}
.service__block .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.9216 3.46979C11.2647 3.17572 11.7812 3.21545 12.0753 3.55853C12.3694 3.90162 12.3297 4.41814 11.9866 4.71221L10.9216 3.46979ZM11.9866 13.288C12.3297 13.582 12.3694 14.0986 12.0753 14.4416C11.7812 14.7847 11.2647 14.8245 10.9216 14.5304L11.9866 13.288ZM6.37608 9.55659L5.84361 10.1778L6.37608 9.55659ZM11.9866 4.71221L6.90855 9.0648L5.84361 7.82238L10.9216 3.46979L11.9866 4.71221ZM6.90854 8.93538L11.9866 13.288L10.9216 14.5304L5.84361 10.1778L6.90854 8.93538ZM6.90855 9.0648C6.94823 9.03079 6.94823 8.96939 6.90854 8.93538L5.84361 10.1778C5.12139 9.55875 5.12139 8.44143 5.84361 7.82238L6.90855 9.0648Z' fill='%230F1215'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: block;
}

.dop__services {
  background: #F5F5F5;
  padding: 120px 0;
  margin: 120px 0 0;
  position: relative;
}
.dop__services.__other__services {
  background: #fff;
  margin: 0;
}
.dop__services.__other__services .swiper-button-next,
.dop__services.__other__services .swiper-button-prev {
  background-color: #F5F5F5;
}
.dop__services.__number__services {
  background: #fff;
  padding: 0;
}
.dop__services.__number__services:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='330' height='1354' viewBox='0 0 330 1354' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_210_3690)'%3E%3Cpath d='M352.872 676.076L352.848 676.063C262.964 626.847 164.158 584.461 57.4863 549.349C23.883 538.287 0.999976 506.874 0.999978 471.216L0.99998 409.52C0.999981 401.652 5.67173 394.554 12.8463 391.499L927.631 1.97058C935.153 -1.23206 943.633 3.85217 944.404 12.0764C946.122 30.4126 947 48.8839 947 67.4757C947 297.373 814.296 508.885 591.886 676.201L590.824 677L591.886 677.799C814.296 845.117 947 1056.63 947 1286.53C947 1305.12 946.122 1323.59 944.404 1341.93C943.633 1350.15 935.152 1355.23 927.63 1352.03M352.872 676.076L927.63 1352.03M352.872 676.076L352.895 676.091L352.991 676.15L354.361 676.999L352.991 677.85L352.895 677.909L352.872 677.923L352.848 677.937C262.964 727.155 164.158 769.539 57.4863 804.652C23.7183 815.769 0.999961 847.744 0.99996 883.601L0.999957 944.482C0.999957 952.35 5.67171 959.448 12.8462 962.503L927.63 1352.03M352.872 676.076L927.239 1352.95L927.63 1352.03M793.165 1129.89L792.22 1130.22L793.165 1129.89C797.163 1141.48 785.558 1152.37 774.325 1147.59L774.717 1146.67L774.325 1147.59L215.357 909.571C203.717 904.614 203.956 887.956 215.696 883.273C310.419 845.479 398.179 801.972 477.611 753.582L478.167 753.243L478.701 753.614C577.456 822.081 656.592 897.84 714.543 979.599C749.318 1028.66 775.563 1078.88 793.165 1129.89ZM478.701 600.388L478.167 600.759L477.611 600.42C398.16 552.018 310.376 508.5 215.627 470.7C203.914 466.028 203.672 449.404 215.29 444.46L774.325 206.413C785.558 201.631 797.163 212.52 793.165 224.11L792.22 223.784L793.165 224.11C775.563 275.123 749.318 325.34 714.543 374.403C656.592 456.162 577.456 531.921 478.701 600.388Z' stroke='url(%23paint0_linear_210_3690)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_210_3690' x='-30' y='-30' width='1008' height='1414' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='15'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_210_3690'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_210_3690' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_210_3690' x1='750.969' y1='578.995' x2='743.971' y2='916.999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  width: 330px;
  height: 100%;
  display: block;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:992px) {
  .dop__services.__number__services:after {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.dop__services .title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dop__services .section__hd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dop__services .slide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
.dop__services .swiper-button-next, .dop__services .swiper-button-prev {
  background-color: #FFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  opacity: 1;
  display: grid;
  place-items: center;
  position: relative;
  left: 0;
  right: 0;
}
.dop__services .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.07836 3.46973C6.73528 3.17566 6.21876 3.21539 5.92469 3.55847C5.63062 3.90156 5.67035 4.41807 6.01343 4.71215L7.07836 3.46973ZM6.01343 13.2879C5.67035 13.582 5.63062 14.0985 5.92469 14.4416C6.21876 14.7847 6.73528 14.8244 7.07836 14.5303L6.01343 13.2879ZM11.6239 9.55653L12.1564 10.1777L11.6239 9.55653ZM6.01343 4.71215L11.0915 9.06474L12.1564 7.82232L7.07836 3.46973L6.01343 4.71215ZM11.0915 8.93532L6.01343 13.2879L7.07836 14.5303L12.1564 10.1777L11.0915 8.93532ZM11.0915 9.06474C11.0518 9.03072 11.0518 8.96933 11.0915 8.93532L12.1564 10.1777C12.8786 9.55869 12.8786 8.44137 12.1564 7.82232L11.0915 9.06474Z' fill='%230F1215'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: block;
}
.dop__services .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.9216 3.46973C11.2647 3.17566 11.7812 3.21539 12.0753 3.55847C12.3694 3.90156 12.3297 4.41807 11.9866 4.71215L10.9216 3.46973ZM11.9866 13.2879C12.3297 13.582 12.3694 14.0985 12.0753 14.4416C11.7812 14.7847 11.2647 14.8244 10.9216 14.5303L11.9866 13.2879ZM6.37608 9.55653L5.84361 10.1777L6.37608 9.55653ZM11.9866 4.71215L6.90855 9.06474L5.84361 7.82232L10.9216 3.46973L11.9866 4.71215ZM6.90854 8.93532L11.9866 13.2879L10.9216 14.5303L5.84361 10.1777L6.90854 8.93532ZM6.90855 9.06474C6.94823 9.03072 6.94823 8.96933 6.90854 8.93532L5.84361 10.1777C5.12139 9.55869 5.12139 8.44137 5.84361 7.82232L6.90855 9.06474Z' fill='%230F1215'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: block;
}
.dop__services .dop__slider {
  margin: 60px 0 0;
}
.dop__services .dop__slider .dop__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
  grid-gap: 30px;
}
.dop__services .dop__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 450px;
  width: 100%;
}
.dop__services .dop__wrap {
  position: relative;
  width: 100%;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  display: block;
}
@media screen and (max-width:992px) {
  .dop__services .dop__wrap {
    max-width: none;
  }
}
.dop__services .dop__wrap:after {
  content: "";
  border: 1px solid #FFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: 0 auto;
}
.dop__services .dop__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dop__services .dop__title {
  color: #80152A;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
}
.dop__services .dop__text {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.dop__services .btn__primary {
  padding: 14px 20px;
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.advant {
  background-color: #F5F5F5;
  margin: 0;
}
@media screen and (max-width:992px) {
  .advant {
    margin: 60px 0;
  }
}
.advant .advant__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin: 60px 0 0;
}
@media screen and (max-width:992px) {
  .advant .advant__row {
    margin: 0;
    padding: 30px 0;
  }
}
.advant .advant__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advant .item__icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  background-color: #E1B2A0;
  border-radius: 50%;
}
.advant .item__title {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 150px;
}

.price__block {
  margin: 120px 0;
}
.price__block .table__block {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.price__block .table__block table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.price__block .table__block table thead {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #80152A;
  width: 100%;
}
.price__block .table__block table thead tr th {
  color: #80152A;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  padding: 20px 0;
}
.price__block .table__block table tbody tr {
  padding: 20px 0;
}
.price__block .table__block table tbody tr td {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  border-bottom: #D9D9DB 1px solid;
  padding: 20px 0;
}
.price__block .table__block table tbody tr td:first-child {
  font-weight: bold;
}
.price__block .btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.module {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.module img {
  max-width: none;
  width: 100%;
}

.resor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.resor .nav__wraper {
  position: relative;
}
.resor .nav__wraper .swiper-button-prev,
.resor .nav__wraper .swiper-button-next {
  z-index: 99;
  position: absolute;
}
.resor .restor__slider {
  position: relative;
}
.resor .restor__slider .slide__bg {
  height: 990px;
  width: 100%;
  display: block;
  background-size: cover;
}
@media screen and (max-width:992px) {
  .resor .restor__slider .slide__bg {
    height: 480px;
  }
}

.club__carts {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:992px) {
  .club__carts {
    margin: 60px 0;
  }
}
.club__carts .club__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 60px 0;
}
.club__carts .tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 100px;
  border: 2px solid #D9D9DB;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:680px) {
  .club__carts .tab__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
  }
}
.club__carts .tab__header.__rozklad {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.club__carts .tab__header .tab__item {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-align: center;
  padding: 18px 30px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:992px) {
  .club__carts .tab__header .tab__item {
    padding: 18px 20px;
  }
}
@media screen and (max-width:680px) {
  .club__carts .tab__header .tab__item {
    width: 100%;
  }
}
.club__carts .tab__header .tab__item.active, .club__carts .tab__header .tab__item:hover {
  color: #FFF;
  border-radius: 100px;
  background: #80152A;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width:680px) {
  .club__carts .tab__header .tab__item.active, .club__carts .tab__header .tab__item:hover {
    border-radius: 0;
  }
}
.club__carts .tab__body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.club__carts .tab__body:first-child {
  display: block;
}
.club__carts .tab__body table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* Apply border-radius to the bottom corners */
  /* Apply border-radius to the top corners */
}
@media screen and (max-width:992px) {
  .club__carts .tab__body table {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: block;
  }
}
.club__carts .tab__body table th {
  background: #E9E9E9;
  padding: 20px 20px;
  border-right: 1px solid #D9D9DB;
}
.club__carts .tab__body table th:nth-child(5) {
  border-right: 0;
}
.club__carts .tab__body table th:nth-child(1) {
  text-align: left;
  background: #FFF7F3;
  color: #80152A;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.club__carts .tab__body table th:nth-child(4), .club__carts .tab__body table th:nth-child(5) {
  background-color: #E1B2A0;
}
.club__carts .tab__body table td {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
  background: rgba(245, 245, 245, 0.5);
  border-bottom: 1px solid #D9D9DB;
  border-right: 1px solid #D9D9DB;
  text-align: center;
}
.club__carts .tab__body table td:nth-child(5) {
  border-right: 0;
}
.club__carts .tab__body table td ul {
  list-style: none;
}
.club__carts .tab__body table td:nth-child(1) {
  background: #FFF7F3;
  color: #80152A;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
.club__carts .tab__body table td:nth-child(4), .club__carts .tab__body table td:nth-child(5) {
  background-color: #FFF7F3;
}
.club__carts .tab__body table tbody tr:last-child td {
  border-bottom: none;
}
.club__carts .tab__body table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.club__carts .tab__body table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.club__carts .tab__body table thead th:first-child {
  border-radius: 16px 0 0 0;
}
.club__carts .tab__body table thead th:last-child {
  border-radius: 0 16px 0 0;
}
.club__carts .check {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2148 17.2582L5.30001 12.3434C4.93738 11.9808 4.34945 11.9808 3.98682 12.3434C3.62419 12.706 3.62419 13.294 3.98682 13.6566L9.55824 19.228C9.92087 19.5907 10.5088 19.5907 10.8714 19.228L22.0143 8.08517C22.3769 7.72254 22.3769 7.1346 22.0143 6.77197C21.6517 6.40934 21.0637 6.40934 20.7011 6.77197L10.2148 17.2582Z' fill='%2380152A'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
}
.club__carts .uncheck {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.club__carts .btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.document__body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.document__body:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.document__body iframe {
  max-width: 960px;
  width: 100%;
  height: 690px;
}
@media screen and (max-width:680px) {
  .document__body iframe {
    height: 380px;
  }
}

.news__date {
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}

.pagination {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0 0;
}
.pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.pagination ul li span.current {
  background-color: #80152A;
  color: #FFFFFF;
}
.pagination ul li span:hover {
  background-color: #E1B2A0;
  color: #FFFFFF;
}
.pagination ul li a, .pagination ul li span {
  text-decoration: none;
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #E1B2A0;
  display: grid;
  place-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination ul li a.current, .pagination ul li span.current {
  background-color: #80152A;
  color: #FFFFFF;
}
.pagination ul li a:hover, .pagination ul li span:hover {
  background-color: #E1B2A0;
  color: #FFFFFF;
}
.pagination ul li .page-numbers {
  text-decoration: none;
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #E1B2A0;
  display: grid;
  place-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9207 3.46967C11.2637 3.17559 11.7803 3.21533 12.0743 3.55841C12.3684 3.9015 12.3287 4.41801 11.9856 4.71209L10.9207 3.46967ZM11.9856 13.2878C12.3287 13.5819 12.3684 14.0984 12.0743 14.4415C11.7803 14.7846 11.2637 14.8243 10.9207 14.5303L11.9856 13.2878ZM6.3751 9.55647L5.84264 10.1777L6.3751 9.55647ZM11.9856 4.71209L6.90757 9.06468L5.84264 7.82226L10.9207 3.46967L11.9856 4.71209ZM6.90757 8.93526L11.9856 13.2878L10.9207 14.5303L5.84264 10.1777L6.90757 8.93526ZM6.90757 9.06468C6.94725 9.03066 6.94725 8.96927 6.90757 8.93526L5.84264 10.1777C5.12041 9.55863 5.12041 8.44131 5.84264 7.82226L6.90757 9.06468Z' fill='%230F1215'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .next {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' transform='translate(0 18) rotate(-90)' /%3E%3Cpath d='M7.07934 3.46967C6.73626 3.17559 6.21974 3.21533 5.92567 3.55841C5.63159 3.9015 5.67132 4.41801 6.01441 4.71209L7.07934 3.46967ZM6.01441 13.2878C5.67132 13.5819 5.63159 14.0984 5.92566 14.4415C6.21974 14.7846 6.73626 14.8243 7.07934 14.5303L6.01441 13.2878ZM11.6249 9.55647L12.1574 10.1777L11.6249 9.55647ZM6.01441 4.71209L11.0924 9.06468L12.1574 7.82226L7.07934 3.46967L6.01441 4.71209ZM11.0924 8.93526L6.01441 13.2878L7.07934 14.5303L12.1574 10.1777L11.0924 8.93526ZM11.0924 9.06468C11.0527 9.03066 11.0527 8.96927 11.0924 8.93526L12.1574 10.1777C12.8796 9.55863 12.8796 8.44131 12.1574 7.82226L11.0924 9.06468Z' fill='%230F1215'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.post__body {
  margin: 60px auto;
  max-width: 780px;
}
.post__body.is-blog-post {
   max-width: none;
}
.post__body img {
  max-width: none;
  width: 100%;
}
.post__body .section__hd .section__title {
  font-size: 70px;
}
@media screen and (max-width:992px) {
  .post__body .section__hd .section__title {
    font-size: 32px;
  }
}
.post__body .news__meta {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.post__body .news__meta .meta__date,
.post__body .news__meta .meta__author {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.post__body .news__meta .meta__date strong,
.post__body .news__meta .meta__author strong {
  margin-left: 5px;
}
.post__body .date {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4308 0.785645C15.8647 0.785645 16.2165 1.13742 16.2165 1.57136L16.2171 2.48264C16.877 2.58763 17.3042 2.75722 17.7334 2.98674C18.5016 3.39761 19.1046 4.00054 19.5154 4.76879C19.8887 5.46676 20.1034 6.15959 20.1396 7.85634L20.1451 7.85707V13.5993L20.1409 14.0787C20.1089 15.8227 19.8934 16.5243 19.5154 17.2311C19.1046 17.9993 18.5016 18.6023 17.7334 19.0131C16.9651 19.424 16.2031 19.6428 14.1016 19.6428H8.90282L8.4235 19.6386C6.67942 19.6066 5.97789 19.3911 5.2711 19.0131C4.50284 18.6023 3.89991 17.9993 3.48904 17.2311C3.09461 16.4935 2.87719 15.7618 2.86042 13.8452L2.85938 8.40052V7.85707C2.90102 6.15959 3.11577 5.46676 3.48904 4.76879C3.89991 4.00054 4.50284 3.39761 5.2711 2.98674C5.70045 2.75712 6.12785 2.58749 6.78819 2.48252L6.78795 1.57136C6.78795 1.13742 7.13972 0.785645 7.57366 0.785645C8.0076 0.785645 8.35938 1.13742 8.35938 1.57136L8.35864 2.36255C8.52951 2.3589 8.71056 2.35707 8.90282 2.35707H14.1016C14.2942 2.35707 14.4755 2.35891 14.6466 2.36256L14.6451 1.57136C14.6451 1.13742 14.9969 0.785645 15.4308 0.785645ZM18.5729 9.4285H4.4308L4.43153 13.8217L4.43848 14.2686C4.46903 15.4528 4.59416 15.9653 4.87475 16.49C5.13916 16.9844 5.51778 17.363 6.01218 17.6274C6.59857 17.941 7.16976 18.0604 8.6805 18.0706H14.324L14.7709 18.0637C15.9551 18.0331 16.4676 17.908 16.9923 17.6274C17.4867 17.363 17.8653 16.9844 18.1297 16.49C18.4433 15.9036 18.5627 15.3324 18.5729 13.8217L18.5729 9.4285ZM15.467 13.3571C15.807 13.3571 16.0747 13.4209 16.2988 13.5407C16.5229 13.6606 16.6987 13.8364 16.8186 14.0605C16.9384 14.2846 17.0022 14.5523 17.0022 14.8923V14.9647C17.0022 15.3047 16.9384 15.5724 16.8186 15.7965C16.6987 16.0206 16.5229 16.1964 16.2988 16.3163C16.0747 16.4361 15.807 16.4999 15.467 16.4999H15.3947C15.0546 16.4999 14.7869 16.4361 14.5628 16.3163C14.3387 16.1964 14.1629 16.0206 14.043 15.7965C13.9232 15.5724 13.8594 15.3047 13.8594 14.9647V14.8923C13.8594 14.5523 13.9232 14.2846 14.043 14.0605C14.1629 13.8364 14.3387 13.6606 14.5628 13.5407C14.7869 13.4209 15.0546 13.3571 15.3947 13.3571H15.467ZM14.324 3.92923H8.6805L8.35938 3.93322V4.71422C8.35938 5.14815 8.0076 5.49993 7.57366 5.49993C7.13972 5.49993 6.78795 5.14815 6.78795 4.71422L6.78736 4.07976C6.48824 4.14883 6.25148 4.24447 6.01218 4.37245C5.51778 4.63686 5.13916 5.01547 4.87475 5.50988C4.58449 6.05262 4.46059 6.58232 4.43566 7.85601L18.5682 7.85707L18.566 7.73124C18.5354 6.54704 18.4103 6.03455 18.1297 5.50988C17.8653 5.01547 17.4867 4.63686 16.9923 4.37245C16.753 4.2445 16.5163 4.14888 16.2173 4.07981L16.2165 4.71422C16.2165 5.14815 15.8647 5.49993 15.4308 5.49993C14.9969 5.49993 14.6451 5.14815 14.6451 4.71422L14.6469 3.93337C14.5443 3.93136 14.4367 3.92999 14.324 3.92923Z' fill='%23E1B2A0'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.post__body .author {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5028 1.57153C16.71 1.57153 20.9314 5.79285 20.9314 11.0001C20.9314 16.2074 16.71 20.4287 11.5028 20.4287C6.29553 20.4287 2.07422 16.2074 2.07422 11.0001C2.07422 5.79285 6.29553 1.57153 11.5028 1.57153ZM11.5028 16.1072C9.86384 16.1072 8.29711 16.5645 6.94817 17.4029C8.23278 18.3187 9.80489 18.8572 11.5028 18.8572C13.2003 18.8572 14.7722 18.3189 16.0568 17.4036C14.7081 16.5644 13.1415 16.1072 11.5028 16.1072ZM11.5028 3.14296C7.16341 3.14296 3.64565 6.66072 3.64565 11.0001C3.64565 13.0553 4.43471 14.9262 5.7264 16.3263C7.40578 15.1708 9.40571 14.5358 11.5028 14.5358C13.6001 14.5358 15.6002 15.171 17.2799 16.3252C18.5712 14.9255 19.3599 13.0549 19.3599 11.0001C19.3599 6.66072 15.8422 3.14296 11.5028 3.14296ZM11.5028 5.89296C13.5646 5.89296 15.2349 7.56327 15.2349 9.6251C15.2349 11.6869 13.5646 13.3572 11.5028 13.3572C9.44095 13.3572 7.77065 11.6869 7.77065 9.6251C7.77065 7.56327 9.44095 5.89296 11.5028 5.89296ZM11.5028 7.46439C10.3088 7.46439 9.34208 8.43114 9.34208 9.6251C9.34208 10.8191 10.3088 11.7858 11.5028 11.7858C12.6968 11.7858 13.6635 10.8191 13.6635 9.6251C13.6635 8.43114 12.6968 7.46439 11.5028 7.46439Z' fill='%23E1B2A0'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.post__body .post__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.post__body .post__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.post__body .post__content ul li {
  position: relative;
  padding-left: 30px;
}
.post__body .post__content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2148 17.7582L5.30001 12.8434C4.93738 12.4808 4.34945 12.4808 3.98682 12.8434C3.62419 13.206 3.62419 13.794 3.98682 14.1566L9.55824 19.728C9.92087 20.0907 10.5088 20.0907 10.8714 19.728L22.0143 8.58517C22.3769 8.22254 22.3769 7.6346 22.0143 7.27197C21.6517 6.90934 21.0637 6.90934 20.7011 7.27197L10.2148 17.7582Z' fill='%2380152A'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.post__body .post__content h2, .post__body .post__content h3 {
  margin: 60px 0;
  color: #80152A;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
}
.post__body .post__content p:not(:last-child) {
  margin-bottom: 20px;
}
.post__body .post__cover {
  margin: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post__body .post__cover:after {
  content: "";
  border: 1px solid #FFF;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 15px;
  top: 15px;
  margin: 0 auto;
  display: block;
}
.post__body .post__cover img {
  position: relative;
}
.post__body .post__text strong {
  margin: 20px 0;
}

.atept {
  position: relative;
  margin: 30px 0px 0;
  color: #0F1215;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-left: 70px;
}
.atept .atep__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atept .icon__atept {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2380152A'/%3E%3Cpath d='M11.5888 14.7168L11.512 8.16315H12.792L12.7024 14.7168H11.5888ZM11.512 17.2V15.9328H12.792V17.2H11.512Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}

.error__page {
  position: relative;
  display: grid;
  place-items: center;
  gap: 30px;
  background: #F5F5F5;
  padding: 120px 0;
}
.error__page:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='297' height='773' viewBox='0 0 297 773' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_215_7698)'%3E%3Cpath d='M93.2506 381.541L93.2709 381.53C145.151 353.123 202.178 328.659 263.743 308.395C283.018 302.049 296.144 284.031 296.144 263.577L296.144 227.978C296.144 223.549 293.514 219.556 289.478 217.837L-238.356 -6.9223C-242.52 -8.69513 -247.219 -5.88202 -247.647 -1.32227C-248.637 9.24921 -249.144 19.8986 -249.144 30.6172C-249.144 163.153 -172.64 285.122 -44.3528 381.631L-43.443 382.315L-44.3528 383C-172.64 479.51 -249.144 601.478 -249.144 734.015C-249.144 744.733 -248.637 755.383 -247.647 765.954L93.2506 381.541ZM93.2506 381.541L93.2309 381.553M93.2506 381.541L93.2309 381.553M93.2309 381.553L93.1756 381.587L92.002 382.315L93.1753 383.043L93.2307 383.077L93.2504 383.09M93.2309 381.553L93.2504 383.09M93.2504 383.09L93.2709 383.101M93.2504 383.09L93.2709 383.101M93.2709 383.101C145.151 411.509 202.178 435.971 263.743 456.237C283.11 462.613 296.144 480.953 296.144 501.525L296.144 536.653C296.144 541.082 293.514 545.076 289.478 546.795L-238.356 771.553C-238.356 771.553 -238.356 771.553 -238.356 771.553C-242.52 773.326 -247.219 770.513 -247.647 765.954L93.2709 383.101ZM-149.679 654.104L-149.679 654.104L172.848 516.767C179.795 513.808 179.65 503.87 172.646 501.076C118.004 479.274 67.3801 454.177 21.5616 426.265L21.0858 425.975L20.628 426.292C-36.3754 465.813 -82.0622 509.548 -115.522 556.755C-135.601 585.083 -150.758 614.081 -160.924 643.545L-160.114 643.824L-160.924 643.545C-163.308 650.458 -156.387 656.96 -149.679 654.104ZM20.628 338.34L21.0858 338.657L21.5616 338.367C67.3907 310.448 118.029 285.345 172.686 263.539C179.674 260.752 179.821 250.833 172.886 247.882L-149.679 110.528C-156.387 107.672 -163.308 114.174 -160.924 121.087L-160.114 120.808L-160.924 121.087C-150.758 150.55 -135.601 179.548 -115.522 207.877C-82.0622 255.084 -36.3754 298.819 20.628 338.34Z' stroke='url(%23paint0_linear_215_7698)' stroke-width='1.71294'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_215_7698' x='-267.31' y='-25.6265' width='581.62' height='815.884' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='8.65506'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_215_7698'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_215_7698' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_215_7698' x1='84.595' y1='134.51' x2='-59.8486' y2='306.388' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 297px;
  height: 773px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
@media screen and (max-width:992px) {
  .error__page:after {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.error__page::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='710' viewBox='0 0 300 710' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_215_7697)'%3E%3Cpath d='M203.749 390.541L203.729 390.53C151.849 362.123 94.8218 337.659 33.2572 317.395C13.9824 311.049 0.856467 293.031 0.856468 272.577L0.856469 236.978C0.856469 232.549 3.48623 228.556 7.52194 226.837L535.356 2.0777C539.52 0.30487 544.219 3.11798 544.647 7.67773C545.637 18.2492 546.144 28.8986 546.144 39.6172C546.144 172.153 469.64 294.122 341.353 390.631L340.443 391.315L341.353 392C469.64 488.51 546.144 610.478 546.144 743.015C546.144 753.733 545.637 764.383 544.647 774.954L203.749 390.541ZM203.749 390.541L203.769 390.553M203.749 390.541L203.769 390.553M203.769 390.553L203.824 390.587L204.998 391.315L203.825 392.043L203.769 392.077L203.75 392.09M203.769 390.553L203.75 392.09M203.75 392.09L203.729 392.101M203.75 392.09L203.729 392.101M203.729 392.101C151.849 420.509 94.8217 444.971 33.2573 465.237C13.8904 471.613 0.856458 489.953 0.856457 510.525L0.856456 545.653C0.856455 550.082 3.48622 554.076 7.52186 555.795L535.356 780.553C535.356 780.553 535.356 780.553 535.356 780.553C539.52 782.326 544.219 779.513 544.647 774.954L203.729 392.101ZM446.679 663.104L446.679 663.104L124.152 525.767C117.205 522.808 117.35 512.87 124.354 510.076C178.996 488.274 229.62 463.177 275.438 435.265L275.914 434.975L276.372 435.292C333.375 474.813 379.062 518.548 412.522 565.755C432.601 594.083 447.758 623.081 457.924 652.545L457.114 652.824L457.924 652.545C460.308 659.458 453.387 665.96 446.679 663.104ZM276.372 347.34L275.914 347.657L275.438 347.367C229.609 319.448 178.971 294.345 124.314 272.539C117.326 269.752 117.179 259.833 124.114 256.882L446.679 119.528C453.387 116.672 460.308 123.174 457.924 130.087L457.114 129.808L457.924 130.087C447.758 159.55 432.601 188.548 412.522 216.877C379.062 264.084 333.375 307.819 276.372 347.34Z' stroke='url(%23paint0_linear_215_7697)' stroke-width='1.71294'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_215_7697' x='-17.3101' y='-16.6265' width='581.62' height='815.884' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='8.65506'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_215_7697'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_215_7697' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_215_7697' x1='212.405' y1='143.51' x2='356.849' y2='315.388' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1B2A0' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  width: 300px;
  height: 710px;
  display: block;
  right: 0;
  top: 0;
}
@media screen and (max-width:992px) {
  .error__page::before {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.error__page .page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error__page .number {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.error__page .number:after {
  content: "";
  background-color: #D9D9DB;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0 0;
}
.error__page .number::before {
  content: "";
  background-color: #80152A;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.error__page .text {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  max-width: 480px;
}

.text__editor {
  margin: 60px 0;
}

.breadcrumbs {
  position: absolute;
  z-index: 2;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
}

.breadcrumbs__separator {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.16658L10.8726 8.03923C11.1271 8.29366 11.1271 8.70618 10.8726 8.96061L6 13.8333' stroke='%23E1B2A0' stroke-width='1.45455' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  margin: 15px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 17px;
}

.breadcrumbs__link {
  color: #E1B2A0;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.breadcrumbs__current {
  color: #FFF;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.all .breadcrumbs__separator {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.16658L10.8726 8.03923C11.1271 8.29366 11.1271 8.70618 10.8726 8.96061L6 13.8333' stroke='%23000000' stroke-width='1.45455' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.all .breadcrumbs__link,
.all .breadcrumbs__current {
  color: #0F1215;
}

.mess {
  padding: 20px 0 0;
  text-align: center;
}

.container {
  max-width: 1180px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

section {
  margin: 120px 0;
}
@media screen and (max-width:992px) {
  section {
    margin: 100px 0;
  }
}

.btn__group {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn__primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 100px;
  background: #E1B2A0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width:992px) {
  .btn__primary {
    padding: 15px 30px;
  }
}
.btn__primary:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(238, 175, 151, 0.3568627451);
          box-shadow: 0 0 0 4px rgba(238, 175, 151, 0.3568627451);
}
.btn__primary:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00003 5L14.2065 10.3198C14.6236 10.6774 14.6236 11.3226 14.2065 11.6802L8.00003 17' stroke='%230F1215' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.btn__primary.__download:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2288 14.8979C20.2288 14.4837 19.8931 14.1479 19.4788 14.1479C19.0646 14.1479 18.7288 14.4837 18.7288 14.8979H20.2288ZM3.27051 14.8979C3.27051 14.4837 2.93472 14.1479 2.52051 14.1479C2.10629 14.1479 1.77051 14.4837 1.77051 14.8979H3.27051ZM18.7288 14.8979V17.6487H20.2288V14.8979H18.7288ZM17.6455 18.7321H4.35384V20.2321H17.6455V18.7321ZM3.27051 17.6487V14.8979H1.77051V17.6487H3.27051ZM4.35384 18.7321C3.75553 18.7321 3.27051 18.247 3.27051 17.6487H1.77051C1.77051 19.0755 2.92711 20.2321 4.35384 20.2321V18.7321ZM18.7288 17.6487C18.7288 18.247 18.2438 18.7321 17.6455 18.7321V20.2321C19.0722 20.2321 20.2288 19.0755 20.2288 17.6487H18.7288Z' fill='black'/%3E%3Cpath d='M11.75 2.87964C11.75 2.46543 11.4142 2.12964 11 2.12964C10.5858 2.12964 10.25 2.46543 10.25 2.87964H11.75ZM10.25 14.208C10.25 14.6222 10.5858 14.958 11 14.958C11.4142 14.958 11.75 14.6222 11.75 14.208H10.25ZM10.25 2.87964V14.208H11.75V2.87964H10.25Z' fill='black'/%3E%3Cpath d='M15.8029 11.5099C16.0846 11.2063 16.0669 10.7317 15.7632 10.45C15.4596 10.1682 14.9851 10.186 14.7033 10.4896L15.8029 11.5099ZM11.1345 15.4383L10.5847 14.9281L10.5847 14.9281L11.1345 15.4383ZM10.8657 15.4383L11.4155 14.9281L11.4155 14.9281L10.8657 15.4383ZM7.29684 10.4896C7.01509 10.186 6.54055 10.1682 6.23692 10.45C5.93329 10.7317 5.91555 11.2063 6.1973 11.5099L7.29684 10.4896ZM14.7033 10.4896L10.5847 14.9281L11.6842 15.9484L15.8029 11.5099L14.7033 10.4896ZM11.4155 14.9281L7.29684 10.4896L6.1973 11.5099L10.3159 15.9484L11.4155 14.9281ZM10.5847 14.9281C10.8089 14.6865 11.1913 14.6865 11.4155 14.9281L10.3159 15.9484C10.6852 16.3464 11.3149 16.3464 11.6842 15.9484L10.5847 14.9281Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.btn__primary.__bron {
  border-radius: 100px;
  background: #80152A;
  color: #fff;
}
.btn__primary.__bron:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M9.15079 4.24074C8.73147 3.88132 8.10017 3.92988 7.74074 4.34921C7.38132 4.76853 7.42988 5.39983 7.84921 5.75926L9.15079 4.24074ZM7.84921 16.2407C7.42988 16.6002 7.38132 17.2315 7.74074 17.6508C8.10017 18.0701 8.73147 18.1187 9.15079 17.7593L7.84921 16.2407ZM14.7065 10.3198L15.3573 9.56058L14.7065 10.3198ZM14.7065 11.6802L15.3573 12.4394L14.7065 11.6802ZM7.84921 5.75926L14.0557 11.0791L15.3573 9.56058L9.15079 4.24074L7.84921 5.75926ZM14.0557 10.9209L7.84921 16.2407L9.15079 17.7593L15.3573 12.4394L14.0557 10.9209ZM14.0557 11.0791C14.0072 11.0375 14.0072 10.9625 14.0557 10.9209L15.3573 12.4394C16.24 11.6828 16.24 10.3172 15.3573 9.56058L14.0557 11.0791Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
  width: 23px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.section__wrap {
  padding: 110px 0;
}
@media screen and (max-width:992px) {
  .section__wrap {
    padding: 0;
  }
}

.section__hd {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.section__hd .section__title {
  color: #0F1215;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .section__hd .section__title {
    font-size: 36px;
  }
}
.section__hd .section__title:after {
  content: "";
  background-color: #D9D9DB;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0 0;
}
.section__hd .section__title::before {
  content: "";
  background-color: #80152A;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.section__hd .section__subtitle {
  color: #0F1215;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
@media screen and (max-width:992px) {
  .section__hd .section__subtitle {
    font-size: 16px;
  }
}
.section__hd .section__subtitle p:not(:last-child) {
  margin-bottom: 30px;
}

.swiper-button-next, .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 1;
  display: grid;
  place-items: center;
}

.swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8 5L14.2065 10.3198C14.6236 10.6774 14.6236 11.3226 14.2065 11.6802L8 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  display: block;
}

.swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14 5L7.79353 10.3198C7.37642 10.6774 7.37642 11.3226 7.79353 11.6802L14 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 18, 21, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=index.css.map */


