@charset "UTF-8";
@font-face {
  font-family: 'Greycliff_CF_Regular';
  src: url("../fonts/Greycliff_CF_Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Greycliff_CF_Regular.ttf") format("truetype"), url("../fonts/Greycliff_CF_Regular.otf") format("opentype"), url("../fonts/Greycliff_CF_Regular.woff") format("woff"), url("../fonts/Greycliff_CF_Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff_CF_Medium';
  src: url("../fonts/Greycliff_CF_Medium.ttf?#iefix") format("embedded-opentype"), url("../fonts/Greycliff_CF_Medium.ttf") format("truetype"), url("../fonts/Greycliff_CF_Medium.otf") format("opentype"), url("../fonts/Greycliff_CF_Medium.woff") format("woff"), url("../fonts/Greycliff_CF_Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff_CF_Light';
  src: url("../fonts/Greycliff_CF_Light.ttf?#iefix") format("embedded-opentype"), url("../fonts/Greycliff_CF_Light.ttf") format("truetype"), url("../fonts/Greycliff_CF_Light.otf") format("opentype"), url("../fonts/Greycliff_CF_Light.woff") format("woff"), url("../fonts/Greycliff_CF_Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff_CF_DemiBold';
  src: url("../fonts/Greycliff_CF_Demi_Bold.ttf?#iefix") format("embedded-opentype"), url("../fonts/Greycliff_CF_Demi_Bold.ttf") format("truetype"), url("../fonts/Greycliff_CF_Demi_Bold.otf") format("opentype"), url("../fonts/Greycliff_CF_Demi_Bold.woff") format("woff"), url("../fonts/Greycliff_CF_Demi_Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #fff;
  --black: #000;
}
html,
body{
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
}
.wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main{
  flex-grow: 1;
}

body {
  background: #fff;
  color: #000;
  font-family: "Greycliff_CF_Regular", "Arial", sans-serif;
  font-size: 1.46vw;
  line-height: 1.98vw;
}

a {
  text-decoration: none;
  color: inherit;
}

.c {
  clear: both;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}
body.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.container{
  width: 100%;
  max-width: 80.73vw;
  padding: 0 0.78vw;
  margin: 0 auto;
}
.header{
  height: 4.17vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.header__container{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.04vw;
}
.header__mob{
  display: none;
}
.header_text{
  display: none;
}
.header__desc{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.04vw;
}
.header__desc > span{
  display: none;
}
.header nav{
  width: 100%;
  margin-right: 1.77vw;
}
.header__menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.81vw;
}
.header__menu li{
  font-size: 0.83vw;
  line-height: 0.94vw;
}
.header__menu-item{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 0.83vw;
  line-height: 0.94vw;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: all .2s ease;
}
.header__info{
  display: flex;
  align-items: center;
  gap: 1.56vw;
  flex-shrink: 0;
}
.header__phone{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 0.94vw;
  letter-spacing: 0%;
  transition: all .2s ease;
}
.header__social{
  display: flex;
  align-items: center;
  gap: 0.26vw;
}
.header__social a{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #F3F3F4; */
  width: 1.08vw;
  height: 1.08vw;
  transition: all .2s ease;
}
/* .header__social a svg{
  width: 16px;
}
.header__social a:first-child svg{
  width: 14px;
} */
.header__social a path{
  transition: all .2s ease;
}
.top-block{
  padding-top: 5.31vw;
  padding-bottom: 7.81vw;
  margin-bottom: 7.81vw;
  background: #79A0C1;
}
.top-block__logo{
  width: 100%;
  max-width: 39.06vw;
  margin: 0 auto;
  margin-bottom: 1.56vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.04vw;
}
.top-block__logo img{
  width: 368px;
}
.top-block__logo span{
  color: rgba(255, 255, 255, 0.7);
  font-family: Greycliff_CF_Regular;
  font-size: 1.23vw;
  line-height: 1.54vw;
  text-transform: uppercase;
  letter-spacing: 0%;
  max-width: 13.54vw;
}
.top-block h1{
  width: 100%;
  max-width: 39.06vw;
  margin: 0 auto;
  margin-bottom: 1.30vw;
  position: relative;
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  transform: translateX(-7px);
}
.top-block h1 br{
  display: none;
}
.top-block h1::before{
  content: '';
  position: absolute;
  left: -3.65vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.34vw;
  height: 4px;
  background: #fff;
}
.top-block__description{
  width: 100%;
  max-width: 39.06vw;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-family: Greycliff_CF_Regular;
  font-size: 1.77vw;
  line-height: 2.29vw;
  letter-spacing: 0%;
  margin-bottom: 2.60vw;
}
.top-block__btn{
  display: none;
}
.top-block__video-container{
  height: 66.41vw;
  position: relative;
  transition: all .9s ease-in-out;
}
.top-block__video{
  width: 39.06vw;
  height: 44.27vw;
  margin: 0 auto;
  overflow: hidden;
  transition: all .9s ease-in-out;
  position: sticky;
  top: 2.60vw;
}
.top-block__video._view{
  width: 100%;
}
.top-block__video._view._fixed{
}
.top-block__video img,
.top-block__video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
video::-webkit-media-controls {
  display: none !important;
}
.target.container{
  max-width: 67.40vw;
}
.target{
  margin-bottom: 5.21vw;
}
.target h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  margin-bottom: 2.60vw;
}
.target__btn{
  background: #79A0C1;
  border: 2px solid #79A0C1;
  border-radius: 50px;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 1.15vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  cursor: pointer;
  width: 16.98vw;
  height: 3.85vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.21vw;
}
.hotel__item{
  position: relative;
  width: calc(50% - 3.33vw);
}
.hotel__item-img{
  width: 100%;
  margin-bottom: 2.08vw;
  overflow: hidden;
}
.hotel__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s ease-in-out;
}
.hotel__item-title{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 1.98vw;
  line-height: 2.50vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  max-width: 32.40vw
}
.hotel__item-description{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.56vw;
  max-width: 32.40vw
}
.hotel__item-description p:not(:last-child){
  margin-bottom: 1.04vw;
}
.hotel__item-btn{
  width: 11.46vw;
  height: 3.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79A0C1;
  border: 2px solid #79A0C1;
  border-radius: 50px;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.94vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  cursor: pointer;
}
.hotel__item:first-child{
}
.hotel__item:nth-child(2){
  margin-top: 27.60vw;
  margin-bottom: 5.21vw;
}
.hotel__item:last-child{
  margin: 0 auto;
  width: 52.40vw;
}
.hotel__item:first-child .hotel__item-img{
  width: 49.48vw;
  height: 46.46vw;
  transform: translateX(-10.42vw);
}
.hotel__item:nth-child(2) .hotel__item-img{
  width: 39.06vw;
  height: 44.27vw;
}
.hotel__item:last-child .hotel__item-img{
  width: 52.40vw;
  height: 46.88vw;
}
.hotel__item:last-child .hotel__item-title{
  max-width: 35vw;
}
.hotel__item:last-child .hotel__item-description{
  max-width: 45.73vw;
}
.catalog-page{
  margin-bottom: 0;
}
.catalog{
  margin-bottom: 5.21vw;
}
.catalog__top{
  background: #79A0C1;
  height: 100vh;
  width: 100%;
}
.catalog__top .catalog__container{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.catalog__info{
  padding: 5.21vw 0;
  align-self: flex-end;
}
.catalog__info h2{
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  margin-bottom: 1.56vw;
  max-width: 39.06vw;
}
.catalog__info-description{
  color: #fff;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 2.60vw;
  max-width: 32.40vw;
}
.catalog__info-btn{
  width: 11.67vw;
  height: 3.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  cursor: pointer;
}
.catalog__gallery{
  display: flex;
  gap: 1.56vw;
  transform: translateX(2.60vw);
}
.catalog__gallery-col,
.catalog__gallery-col-rev{
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}
.catalog__gallery-col{
  transform: translateY(-100%);
}
.catalog__gallery-col-rev{
  transform: translateY(100%);
}
.catalog__gallery-col-item{
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}
.catalog__gallery-col-item img{
  width: 20.05vw;
  height: 28.65vw;
}
.catalog__block{
  background: #79A0C1;
  display: none;
  transform: translateY(-1px);
}
.catalog-page .catalog__block{
  display: block;
}
.catalog-page .catalog__block h1{
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  margin-bottom: 14px;
  font-weight: normal;
}
.catalog__block .catalog__container{
  padding-top: 5.21vw;
  padding-bottom: 5.21vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-page .catalog__block .catalog__container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.catalog__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.52vw;
  gap: 3.65vw 0;
}
.catalog__item{
  width: calc(33.333% - 1.04vw);
  margin: 0 0.52vw;
}
.catalog__item-img{
  width: 100%;
  height: 33.33vw;
  overflow: hidden;
  margin-bottom: 1.30vw;
  display: block;
}
.catalog__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s ease;
}
.catalog__item-title{
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 1.98vw;
  line-height: 2.50vw;
  letter-spacing: 0%;
  margin-bottom: 0.78vw;
}
.catalog__item-description{
  color: #fff;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.56vw;
}
.catalog__item-btn{
  width: 9.38vw;
  height: 2.60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  cursor: pointer;
}
.catalog__more{
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.94vw;
  line-height: 0.94vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 3.65vw;
  text-decoration: underline;
}
.catalog-page .catalog__list{
  flex-direction: column;
  gap: 30px;
  margin: 0 -10px;
}
.catalog-page .catalog__item{
  width: calc(100% - 20px);
  margin: 0 10px;
}
.catalog-page .catalog__item-img{
  height: 120.31vw;
  margin-bottom: 15px;
}
.catalog-page .catalog__item-title{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 7px;
}
.catalog-page .catalog__item-description{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.catalog-page .catalog__item-btn{
  width: 143px;
  height: 35px;
  font-size: 13px;
  line-height: 13px;
}
.catalog-page .catalog__more{
   margin-top: 30px;
   font-size: 15px;
   line-height: 13px;
   border: none;
   background: none;
   text-decoration: underline;
   width: auto;
   height: auto;
}
.problems{
  margin-bottom: 5.21vw;
}
.problems h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  margin-bottom: 2.60vw;
  font-weight: normal;
}
.problems__item{
  border-bottom: 2px solid #E3E7E8;
  transition: all .2s ease;
}
.problems__item:not(:first-child) .problems__top{
  padding-top: 2.60vw;
}
.problems__item._open{
  border-bottom: 2px solid #79A0C1;
}
.problems__top{
  display: flex;
  align-items: flex-end;
  gap: 0.52vw;
  cursor: pointer;
  padding-bottom: 1.04vw;
}
.problems__top span{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 2.08vw;
  line-height: 2.50vw;
  letter-spacing: 0%;
  transition: all .2s ease;
}
.problems__top svg{
  flex-shrink: 0;
  margin-bottom: 0.52vw;
}
._open .problems__top svg{
  transform: rotate(-90deg);
}
.problems__bottom{
  display: none;
}
.problems__item:first-child .problems__bottom{
  display: block;
}
.problems__bottom-block{
  padding-bottom: 1.04vw;
}
.problems__description{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.56vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  max-width: 72.50vw;
}
.problems__text{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.56vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  max-width: 65.78vw;
  font-style: italic;
}
.real{
  background: #F3F3F3;
  padding: 5.21vw 0;
  margin-bottom: 5.21vw;
}
.real h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  text-align: center;
  font-weight: normal;
  max-width: 52.40vw;
  margin: 0 auto;
  margin-bottom: 1.56vw;
}
.real__description{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 2.60vw;
}
.real__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.52vw;
  gap: 1.04vw 0;
}
.real__item{
  position: relative;
  width: calc(33.333% - 1.04vw);
  margin: 0 0.52vw;
  overflow: hidden;
}
.real__item img{
  width: 100%;
  height: 34.11vw;
  object-fit: cover;
  transition: all .6s ease-in-out;
}
.real__info{
  position: absolute;
  left: 1.56vw;
  bottom: 1.56vw;
  width: calc(100% - 3.13vw);
  z-index: 2;
}
.real__title{
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 1.35vw;
  line-height: 1.77vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  display: block;
}
.real__btn{
  width: 9.38vw;
  height: 2.60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
}
.real__more{
  display: none;
}
.plan{
  margin-bottom: 5.21vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.plan__info{
  width: 50%;
  position: sticky;
  top: 0.52vw;
  padding-right: 4.84vw;
}
.plan__info h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  margin-bottom: 2.60vw;
}
.plan__description{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 3.65vw;
  max-width: 32.40vw;
}
.plan__btn{
  width: 15.10vw;
  height: 3.65vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #79A0C1;
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.94vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.plan__steps{
  width: 50%;
  display: flex;
  gap: 6.04vw;
}
.plan__line{
  position: relative;
  width: 3px;
  flex-shrink: 0;
  background: #79A0C1;
  margin-top: 1.30vw;
}
.plan__line-cover-wrp{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.plan__line-cover{
  width: 100%;
  height: 100%;
  transform-origin: center bottom;
  position: relative;
  background-color: #F3F3F3;
}
.plan__line-wrp{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.plan__line-wrp-item{
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 1px;
  color: #F3F3F3;
  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;
  z-index: 1;
  transition: all .2s ease;
}
.plan__line-wrp-item::before {
  content: ' ';
  width: 9px;
  height: 9px;
  background-color: currentColor;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all .2s ease;
}
.plan__steps-list{
  display: flex;
  flex-direction: column;
  gap: 3.65vw;
}
/* .plan__steps-item:not(:first-child){
  margin-top: 3.65vw;
} */
.plan__steps-item{
  opacity: .5;
}
.plan__steps-title{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 1.98vw;
  line-height: 2.50vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
}
.plan__steps-text{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
}
.plan__more{
  display: none;
}
.help{
  padding: 5.21vw 0;
  margin-bottom: 5.21vw;
  background: #79A0C1;
}
.help__container{
  display: flex;
  flex-direction: column;
}
.help h2{
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  margin-bottom: 2.60vw;
  max-width: 52.45vw;
}
.help__description{
  color: #fff;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-left: auto;
  max-width: 45.73vw;
}
.help__description p:not(:last-child){
  margin-bottom: 1.04vw;
}
.media{
  margin-bottom: 5.21vw;
}
.media__block{
  display: flex;
  justify-content: space-between;
  gap: 2.08vw;
}
.media__parallax{
  height: 26.04vw;
  /* height: 400px; */
  width: 20.05vw;
  overflow: hidden;
}
.media__parallax:nth-child(2){
  height: 41.15vw;
  /* height: 500px; */
  width: 39.06vw;
}
.media__parallax:last-child{
  height: 18.23vw;
  /* height: 200px; */
  width: 15.89vw;
  align-self: flex-end;
}
.media__parallax-block{
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media__parallax-block img{
  /* height: 100%; */
  width: 100%;
  transition: all .5s ease-in-out;
}
.text{
  margin-bottom: 5.21vw;
}
.text h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 4.43vw;
  line-height: 4.95vw;
  letter-spacing: 0%;
  font-weight: normal;
  margin-bottom: 1.56vw;
}
.text__description{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
}
.text__description p:not(:last-child){
  margin-bottom: 1.04vw;
}
.contacts{
  margin-bottom: 2.60vw;
}
.contacts__list{
  display: flex;
  justify-content: space-between;
  padding-top: 5.21vw;
  border-top: 2px solid #E3E7E8;
  gap: 1.04vw;
}
.page .contacts__list{
  border-top: 0;
}
.contacts__map{
  width: 45.47vw;
  height: 33.85vw;
  background: #79A0C1;
}
.contacts__info{
  display: flex;
  flex-direction: column;
  margin-right: 1.04vw;
  max-width: 25.68vw;
}
.contacts__info h2{
  color: #000;
  font-family: Greycliff_CF_Light;
  font-size: 3.13vw;
  line-height: 3.65vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  font-weight: normal;
}
.contacts__location{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 2.60vw;
}
.contacts__info-item{
  margin-bottom: 2.60vw;
}
.contacts__info-item-top{
  display: flex;
  align-items: center;
  gap: 1.30vw;
}
.contacts__info-item-top > a{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 1.77vw;
  line-height: 2.29vw;
  letter-spacing: 0%;
}
.contacts__social{
  display: flex;
  align-items: center;
  gap: 0.26vw;
}
.contacts__social a{
  width: 1.48vw;
  height: 1.48vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #F3F3F4; */
  transition: all .2s ease;
}
.contacts__social a svg{
  width: 100%;
  height: 100%;
}
.contacts__social a path{
  transition: all .2s ease;
}
.contacts__info-item p{
  color: rgba(0, 0, 0, 0.3);
  font-family: Greycliff_CF_Medium;
  font-size: 1.04vw;
  line-height: 1.56vw;
  letter-spacing: 0%;
}
.contacts__btn{
  margin-top: auto;
  width: 15.10vw;
  height: 3.65vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #79A0C1;
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.94vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.footer{
  height: 5.94vw;
  display: flex;
  align-items: center;
  border-top: 1px solid #E3E7E8;
}
.footer__container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo{
  margin-right: auto;
}
.footer__privacy{
  color: rgba(0, 0, 0, 0.5);
  font-family: Greycliff_CF_Medium;
  font-size: 1.04vw;
  line-height: 1.04vw;
  letter-spacing: 0%;
  transition: all .2s ease;
}
.footer__dev{
  color: rgba(0, 0, 0, 0.5);
  font-family: Greycliff_CF_Medium;
  font-size: 1.04vw;
  line-height: 1.04vw;
  letter-spacing: 0%;
  margin-left: auto;
}
.footer__dev a{
  transition: all .2s ease;
}
.page-shadow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}
.modal{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  display: none;
}
.modal-call,
.modal-call-final{
  width: 100%;
  max-width: 40.94vw;
}
.modal__block{
  position: relative;
  background: #fff;
  padding: 2.60vw;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.modal__title{
  color: #1E222E;
  font-family: Greycliff_CF_Light;
  font-size: 3.05vw;
  line-height: 3.65vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
}
.modal__description{
  color: #1E222E;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
}
.modal__text{
  margin-top: 0.52vw;
  color: #1E222E;
  font-family: Greycliff_CF_DemiBold;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
}
.modal__btn{
  margin-top: 0.52vw;
  width: 11.51vw;
  height: 3.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #79A0C1;
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all .2s ease;
}
.modal__inp{
  margin-bottom: 1.56vw;
}
.modal__inp-title{
  color: #7E7E7E;
  font-family: Greycliff_CF_Medium;
  font-size: 0.83vw;
  line-height: 1.25vw;
  letter-spacing: 0%;
  margin-bottom: 0.36vw;
}
.modal__inp input{
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  padding-bottom: 0.78vw;
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
  letter-spacing: 0%;
  border-bottom: 2px solid #DADADA;
  transition: all .2s ease;
  width: 100%;
}
.modal__inp input::placeholder,
.modal__inp input::-webkit-input-placeholder,
.modal__inp input:-ms-input-placeholder,
.modal__inp input::-moz-placeholder,
.modal__inp input:-moz-placeholder{
  opacity: 1;
  color: #DADADA;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
}
.modal__inp input:focus{
  border-bottom: 2px solid #000;
}
.modal__inp._valid .modal__inp-title{
  color: #E60000;
}
.modal__inp._valid input{
  border-bottom: 2px solid #E60000 !important;
}
.modal__bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.04vw;
}
.modal__agree{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 0.63vw;
  line-height: 0.94vw;
  letter-spacing: 0%;
}
.modal__agree a{
  color: #79A0C1;
  text-decoration: underline;
}
.modal__btn-go{
  flex-shrink: 0;
  width: 11.25vw;
  height: 3.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #79A0C1;
  border: 2px solid #79A0C1;
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all .2s ease;
}
.modal__close{
  position: absolute;
  left: calc(100% + 1.04vw);
  top: 0;
  width: 2.86vw;
  height: 2.86vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all .2s ease;
  cursor: pointer;
}
.modal__close path{
  transition: all .2s ease;
}
.modal-case{
  max-width: 56.88vw;
  width: 100%;
  height: calc(100vh - 5.21vw);
}
.modal-case-block{
  background: #fff;
  height: 100%;
}
.modal__container{
  padding: 0 2.60vw;
  background: #fff;
}
.modal-top{
  position: relative;
  margin-bottom: 2.60vw;
}
.modal-top__logo{
  display: none;
}
.modal-top img{
  width: 100%;
  height: 28.65vw;
  object-fit: cover;
}
.modal-top::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal-top__info{
  position: absolute;
  left: 2.60vw;
  bottom: 2.60vw;
  width: calc(100% - 5.21vw);
  z-index: 2;
}
.modal-case__location{
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.68vw;
  line-height: 1.46vw;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 0.36vw;
}
.modal-case__title{
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 3.13vw;
  line-height: 3.65vw;
  letter-spacing: 0%;
  margin-bottom: 0.78vw;
}
.modal-case__description{
  color: #fff;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
  margin-bottom: 1.56vw;
}
.modal-case__btn{
  width: 9.38vw;
  height: 2.60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid  rgba(255, 255, 255, 0);
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.case__slider{
  overflow: hidden;
}
.case__slider .swiper-wrapper{
  display: flex;
}
.case__slide{
  flex-shrink: 0;
  height: 31.25vw;
}
.case__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__slider-navigation{
  margin-top: 1.56vw;
  display: flex;
  gap: 0.52vw;
}
.case__slider-navigation div{
  width: 2.08vw;
  height: 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  transition: all .2s ease;
  cursor: pointer;
}
.case__slider-navigation div.swiper-button-disabled{
  opacity: .5;
  background: #fff !important;
}
.case__slider-navigation div.swiper-button-disabled path{
  fill: #000 !important;
}
.case__slider-navigation div path{
  transition: all .2s ease;
}
.case__slider-block{
  margin-bottom: 2.60vw;
}
.modal__steps{
  display: flex;
  padding-bottom: 2.60vw;
}
.modal__steps-line{
  flex-shrink: 0;
  width: 3px;
  background: #79A0C1;
}
.modal__steps-item{
  padding-left: 6.04vw;
  position: relative;
}
.modal__steps-item:not(:first-child){
  margin-top: 3.65vw;
}
.modal__steps-title{
  color: #000;
  font-family: Greycliff_CF_Medium;
  font-size: 1.98vw;
  line-height: 2.50vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  position: relative;
}
.modal__steps-title::before{
  content: '';
  position: absolute;
  left: -6.35vw;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #79A0C1;
}
.modal__steps-item:not(:first-child) .modal__steps-title::before{
  top: 50%;
  transform: translateY(-50%);
}
.modal__steps-text{
  color: #000;
  font-family: Greycliff_CF_Regular;
  font-size: 1.46vw;
  line-height: 1.98vw;
  letter-spacing: 0%;
}
.modal__works{
  padding-bottom: 2.60vw;
}
.sl-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 32.76vw;
  box-sizing: border-box;
}
.sl-container .view {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sl-container .view img {
  width: 51.67vw;
  height: 28.65vw;
  width: 51.67vw;
  height: 28.59vw;
  margin-top: 2.08vw;
}
.sl-container .view-before {
  z-index: 100;
}
.sl-container .view-after {
  width: 5.21vw;
  z-index: 200;
}
.sl-container .dragme {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: 5.21vw;
  background: url('../img/works-line.png') no-repeat center;
  cursor: pointer;
  z-index: 300;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.sl-container .dr-circle {
  position: absolute;
  top: calc(50% - 1.04vw);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 3.91vw;
  height: 3.91vw;
  text-align: center;
  background: url('../img/works-line-circle.png') no-repeat center;
  cursor: pointer;
  z-index: 300;
}
.modal__case-bottom{
  background: #79A0C1;
  padding-top: 2.60vw;
  padding-bottom: 2.60vw;
}
.modal__case-bottom .modal__container{
  background: #79A0C1;
}
.modal__bottom-title{
  color: #fff;
  font-family: Greycliff_CF_Light;
  font-size: 3.13vw;
  line-height: 3.65vw;
  letter-spacing: 0%;
  margin-bottom: 1.56vw;
}
.modal__bottom-inp{
  margin-bottom: 1.56vw;
}
.modal__bottom-inp-title{
  color: rgba(255,255,255,.7);
  font-family: Greycliff_CF_Medium;
  font-size: 0.83vw;
  line-height: 1.25vw;
  letter-spacing: 0%;
  margin-bottom: 0.36vw;
}
.modal__bottom-inp input{
  border-radius: 0;
  outline: none;
  border: none;
  background: none;
  padding-bottom: 0.78vw;
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
  letter-spacing: 0%;
  border-bottom: 2px solid rgba(255,255,255,.5);
  transition: all .2s ease;
  width: 100%;
}
.modal__bottom-inp input::placeholder,
.modal__bottom-inp input::-webkit-input-placeholder,
.modal__bottom-inp input:-ms-input-placeholder,
.modal__bottom-inp input::-moz-placeholder,
.modal__bottom-inp input:-moz-placeholder{
  opacity: 1 !important;
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
}
input::-webkit-input-placeholder{
  color: #fff !important;
}
textarea::-webkit-input-placeholder{
  color: #fff !important;
}
.modal__inp input::-webkit-input-placeholder{
  color: #DADADA !important;
}
.modal__bottom-inp input:focus{
  border-bottom: 2px solid #fff;
}
.modal__bottom-inp._valid .modal__bottom-inp-title{
  color: #E60000;
}
.modal__bottom-inp._valid input{
  border-bottom: 2px solid #E60000 !important;
}
.modal__bottom-inp textarea{
  border-radius: 0;
  resize: none;
  height: 2.14vw;
  outline: none;
  border: none;
  background: none;
  padding-bottom: 0.78vw;
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
  letter-spacing: 0%;
  border-bottom: 2px solid rgba(255,255,255,.5);
  transition: all .2s ease;
  width: 100%;
}
.modal__bottom-inp textarea::placeholder,
.modal__bottom-inp textarea::-webkit-input-placeholder,
.modal__bottom-inp textarea:-ms-input-placeholder,
.modal__bottom-inp textarea::-moz-placeholder,
.modal__bottom-inp textarea:-moz-placeholder{
  opacity: 1;
  color: #fff;
  font-family: Greycliff_CF_Medium;
  font-size: 0.94vw;
  line-height: 1.25vw;
}
.modal__bottom-inp textarea:focus{
  border-bottom: 2px solid #fff;
}
.modal__case-agree{
  color: #fff;
  font-family: Greycliff_CF_Regular;
  font-size: 0.63vw;
  line-height: 0.94vw;
  letter-spacing: 0%;
  margin-bottom: 1.04vw;
  max-width: 41.67vw;
}
.modal__case-agree a{
  text-decoration: underline;
}
.modal__case-btn{
  flex-shrink: 0;
  width: 10.42vw;
  height: 3.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0);
  color: #fff;
  font-family: Greycliff_CF_DemiBold;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all .2s ease;
}
.mCSB_scrollTools{
  width: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #79A0C1;
}





@media (any-hover: hover) {
  .modal__case-btn:hover{
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  .modal-case__btn:hover{
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .case__slider-navigation div:hover path{
    fill: #fff;
  }
  .case__slider-navigation div:hover{
    background: #79A0C1;
  }
  .modal__close:hover path{
    fill: #79A0C1;
  }
  .modal__close:hover{
    background: #fff;
  }
  .modal__btn-go:hover{
    background: #fff;
    color: #79A0C1;
  }
  .modal__btn:hover{
    background: #fff;
    color: #79A0C1;
  }
  .footer__dev a:hover{
    color: #79A0C1;
  }
  .footer__privacy:hover{
    color: #79A0C1;
  }
  .contacts__btn:hover{
    background: #fff;
    color: #79A0C1;
  }
  /* .contacts__social a:hover{
    background: rgba(121, 160, 193, 0.7);
  } */
  .contacts__social a:hover path{
    /* fill: #fff; */
    fill-opacity: 1;
  }
  .plan__btn:hover{
    color: #79A0C1;
    background: #fff;
  }
  .real__item:hover img{
    transform: scale(1.2);
  }
  .real__item:hover .real__btn{
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .problems__top:hover span{
    color: #79A0C1;
  }
  .problems__item:hover{
    border-bottom: 2px solid #79A0C1;
  }
  .catalog__more:hover{
    /* background: #79A0C1;
    border: 2px solid rgba(255, 255, 255, 0.4); */
    text-decoration: none;
  }
  .catalog__item-img:hover img{
    transform: scale(1.2);
  }
  .catalog__item-btn:hover{
    background: #79A0C1;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .catalog__info-btn:hover{
    background: #79A0C1;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .hotel__item-btn:hover{
    color: #79A0C1;
    background: #fff;
  }
  .target__btn:hover{
    color: #79A0C1;
    background: #fff;
  }/* 
  .header__social a:hover{
    background: rgba(121, 160, 193, 0.7);
  } */
  .header__social a:hover path{
    /* fill: #fff; */
    fill-opacity: 1;
  }
  .header__phone:hover{
    color: #79A0C1;
  }
  .header__menu-item:hover{
    color: #79A0C1;
  }
  .top-block__btn:hover{
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
}

/* .wow {
  visibility: hidden;
} */

