.cnt-page {
  /*overflow-x: hidden;*/
  background-color: #F2FAFB;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 300;
  color: #000;
  background: #fff;
  min-height: 100vh;
  width: 100%; }
  .cnt-page * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.cnt-page .mainContainer {
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cnt-page textarea, .cnt-page input[type="text"], .cnt-page input[type="button"], .cnt-page input[type="submit"] {
  box-sizing: border-box;
  -webkit-appearance: none;}

.cnt-page input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.cnt-page input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.cnt-page input[type="search"]::-webkit-search-decoration,
.cnt-page input[type="search"]::-webkit-search-cancel-button,
.cnt-page input[type="search"]::-webkit-search-results-button,
.cnt-page input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.cnt-page button, .cnt-page input, .cnt-page textarea {
  font-family: 'Gotham Pro', sans-serif; }

.cnt-page .hidden {
  display: none !important; }

.cnt-page .tab-content{
  display: none !important;
}
.cnt-page .tab-content.active{
  display: block !important;
}
.cnt-page .ski-catalog_list.tab-content.active{
  display: flex !important;
}

.swiper-wrapper{
  height: auto;
}

/** MAP **/
#map {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  position: relative;
}
#map .marker {
	width: 370px;
	height: 240px;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	padding: 50px 16px 60px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
  color: #fff;
}
#map .marker:after {
	content: ''; 
	position: absolute;
	right: 100px; bottom: -40px;
	border: 20px solid transparent; 
	border-top: 20px solid rgba(0, 0, 0, 0.75);
}
#map .marker-icon {
	width: 30px;
	margin: 0 auto;
	display: block;
	height: 42px;
	margin-bottom: 30px;
}


.cnt-banner{
  height: 900px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 120px;
}
/*.cnt-banner::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 84.9%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}*/
.cnt-banner_content{
  position: relative;
  z-index: 1;
}
.cnt-banner_heading{
  margin-top: 0;
  color: #FFFFFF;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 20px;
}
.cnt-banner_descr{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  max-width: 950px;
  margin-bottom: 55px;
}
.cnt-banner_params{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 69px;
}
.cnt-banner_params li{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  width: 23%;
}
.cnt-banner_params li img{
  margin-right: 10px;
  max-width: 28px;
  height: auto;
}
.cnt-banner_params li:last-child{
  margin-right: 0;
}
.cnt-banner .cnt-lead{
  padding: 0;
}
.cnt-banner .cnt-lead_wrapp{
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 32px 52px 32px 70px;
}
.cnt-banner .cnt-lead_text{
  color: #fff;
}
.cnt-banner .cnt-lead_form button[type="submit"]{
  border: 1px solid #FFFFFF;
  background: #fff;
  color: #333434;
}
.cnt-banner .cnt-lead_form button[type="submit"]:hover{
  color: #fff;
}
.cnt-lead{
  padding-top: 54px;
  padding-bottom: 54px;
}
.cnt-lead.blacklead{
  background: #000000;
}
.cnt-lead_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #FFFFFF;
  padding: 39px 49px 39px 73px;
}
.cnt-lead_user{
  display: flex;
  align-items: center;
  width: 100%;
}
.cnt-lead_avatar{
  position: relative;
  flex-shrink: 0;
  margin-right: 45px;
  width: 69px;
  height: 69px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.cnt-lead_avatar::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #9EC793;
  border-radius: 50%;
  border: 3px solid #fff;
}
.cnt-banner .cnt-lead_avatar::after{
  display: none;
}
.cnt-banner .cnt-lead_avatar{
  margin-right: 22px;
}
.cnt-leadsection .cnt-lead_avatar{
  margin-right: 22px;
}
.cnt-leadsection .cnt-lead_form input{
  margin-right: 0;
}
.cnt-lead_form button[type="submit"], .cnt-lead_form input[type="submit"]{
  height: 51px;
  padding: 0 22px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  border: 1px solid #333434;
  border-radius: 3px;
  background: #333434;
  font-weight: 500;
  transition: all 0.2s;
  margin-right: 0;
  margin-left: 22px;
  outline: none;
}
.cnt-banner .cnt-lead_form button[type="submit"], .cnt-banner .cnt-lead_form input[type="submit"], .cnt-leadsection .cnt-lead.greylead .cnt-lead_form input[type="submit"] {
  border: 1px solid #D7D2BE;
  background: #D7D2BE;
  color: #333434;
  width: auto;
}
.cnt-leadsection .cnt-lead.greylead .cnt-lead_form input[name="directions"]{
  padding-left: 12px;
  margin-right: 7px;
  font-size: 13px;
}
.cnt-leadsection .cnt-lead.greylead .cnt-lead_form input{
  width: 280px;
  outline: none;
}
.cnt-leadsection .cnt-lead.greylead .cnt-lead_form input[type="submit"] {
  font-size: 14px;
}
.cnt-leadsection .cnt-lead{
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.cnt-lead.greylead .cnt-lead_form button[type="submit"], .cnt-lead.greylead .cnt-lead_form input[type="submit"] {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #333434;
  width: auto;
  padding: 0 43px;
}
.cnt-lead_content{
  flex-shrink: 0;
}
.cnt-lead_form{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 48px;
}
.cnt-lead_form input{
  width: 300px;
  margin-right: 39px;
  height: 51px;
  border: 1px solid #898989;
  padding: 0 16px 0 70px;
  font-weight: 300;
  border-radius: 3px;
}
.cnt-lead_form button[type="submit"]{
  height: 51px;
  padding: 0 43px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  border: 1px solid #333434;
  border-radius: 3px;
  background: #333434;
  font-weight: 500;
  transition: all 0.2s;
}
.cnt-lead_form button[type="submit"]:hover{
  background-color: #000;
  border-color: #000;
}
.cnt-lead_text{
  width: 100%;
}
.cnt-lead_heading{
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 6px;
}
.cnt-lead_descr{
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
.cnt-lead_descr p{
  margin-bottom: 0;
}
.cnt-lead_form p{
  margin-bottom: 0;
}
.cnt-banner_content .cnt-lead_form input[type="tel"]{
  margin-right: 0;
  width: 380px;
  outline: none;
}

.ctn-tours{
  padding-top: 30px;
  background-color: #000;
}
.cnt-tours_heading{
  margin-bottom: 39px;
  font-size: 38px;
  line-height: 45px;
  color: #D7D2BE;
  font-weight: 500;
}
.ctn-tours_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.ctn-tours_wrapp::after{
  content: '';
  flex-shrink: 1;
  display: block;
  flex-basis: calc(33.3333% - 19px);
  height: 0;
}
.ctn-tours_item{
  height: auto;
  width: calc(33.3333% - 19px);
  margin-bottom: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.ctn-tours_item_slider{
  width: 100%;
  margin-bottom: 19px;
  overflow: hidden;
  width: 100%;
  border-radius: 40px;
  position: relative;
}
.ctn-tours_item_slide{
  height: 303px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.ctn-tours_item_name{
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
.ctn-tours_item_descr{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 19px;
}
.ctn-tours_item_descr ul{
  padding-left: 23px;
}
.ctn-tours_item_descr ul li{
  margin-bottom: 2px;
}
.ctn-tours_item_descr p{
  margin-bottom: 2px;
}
.ctn-tours_item_price{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #D7D2BE;
  margin-bottom: 20px;
  margin-top: auto;
}
.ctn-tours_item_btn{
  display: block;
  padding: 14px;
  width: 100%;
  max-width: 241px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: #D7D2BE;
  font-size: 16px;
  font-weight: 500;
  color: #333434;
  text-align: center;
}
.ctn-tours_item_slider .ctn-tours_item_pagination{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 1;
}
.ctn-tours_item_pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
}
.ctn-tours_item_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}


.cnt-moment{
  position: relative;
  padding-top: 90px;
  padding-bottom: 57px;
  background-color: #000;
}
.cnt-moment .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-moment_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cnt-moment_preview{
  flex-shrink: 0;
  margin-left: 38px;
  width: 715px;
}
.cnt-moment_preview.mob{
  display: none;
}
.cnt-moment_preview iframe{
  height: 395px;
}
.cnt-moment_content{
  width: 100%;
}
.cnt-moment_heading{
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}
.cnt-moment_descr{
  margin-bottom: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.cnt-moment_descr p{
  margin-bottom: 12px;
  margin-top: 0;
}
.cnt-moment_descr p:last-child{
  margin-bottom: 0;
}
.cnt-moment_submit{
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 16px 72px;
  background-color: #D7D2BE;
  color: #333434;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 1300px){
  .cnt-moment_preview{
    width: 500px;
  }
  .cnt-moment_heading{
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px){
  .cnt-moment{
    padding-top: 60px;
  }
  .cnt-moment_wrapp{
    display: block;
  }
  .cnt-moment_preview{
    display: none;
  }
  .cnt-moment_preview.mob{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .cnt-moment_preview iframe{
    height: 266px;
  }
  .cnt-moment_heading{
    font-size: 26px;
    line-height: 35px;
  }
  .cnt-moment_descr{
    font-size: 13px;
    line-height: 19px;
  }
  .cnt-moment_submit{
    padding: 16px;
    text-align: center;
    font-size: 15px;
    display: block; 
    width: 100%;
  }
}


.cnt-services{
  position: relative;
  padding-top: 57px;
  padding-bottom: 60px;
  background-color: #000;
  overflow: hidden;
}
.cnt-services .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-services_title{
  font-size: 38px;
  line-height: 42px;
  color: #D7D2BE;
  font-weight: 500;
  margin-bottom: 36px;
}
.cnt-services_tabs{
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cnt-services_tabs::-webkit-scrollbar { 
  display: none;
}
.cnt-services_tabs-container{
  width: 100%;
  margin-bottom: 29px;
  position: relative;
}
.cnt-servicestop_nav button{
  position: absolute;
  top: 65px;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.cnt-servicestop_nav .next{
  right: -35px;
}
.cnt-servicestop_nav .prev{
  transform: rotate(180deg);
  left: -35px;
}
.cnt-servicestop_nav .swiper-button-disabled{
  display: none;
}
/*.cnt-services_tabs-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  background-color: #898989;
}
.cnt-services_tabs-container::-webkit-scrollbar-thumb {
  border-radius: 22px;
  background-color: #fff;
}*/
.cnt-services_tabs .swiper-slide{
  width: 114px;
}
.cnt-services_tab{
  width: 100%;
  padding-top: 7px;
  padding-bottom: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
  text-decoration: none;
  border: 1px solid transparent;
  display: block;
  background: transparent;
  text-align: left;
}
.cnt-services_tab:focus{
  outline: none;
  text-decoration: none;
}
.cnt-services_tab.active{
  border: 1px solid #D7D2BE;
}
.cnt-services_tab_icon{
  width: 66px;
  height: 66px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  margin-bottom: 3px;
  display: block; 
}
.cnt-services_tab_text{
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  text-decoration: none;
}
.cnt-services_section{
  display: none;
}
.cnt-services_section.active{
  display: block;
}
.cnt-services_section_wrapp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cnt-services_section_preview{
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
  width: calc(50% - 6px);
}
.cnt-services_section_content{
  width: calc(50% - 6px);
  padding-top: 28px;
}
.cnt-services_section_heading{
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  color: #FFF;
  max-width: 500px;
}
.cnt-services_section_descr{
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 32px;
  max-width: 600px;
}
.cnt-services_section_btns{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.cnt-services_section_btn{
  outline: none;
  border-radius: 3px;
  border: 1px solid #D7D2BE;
  text-align: center;
  padding: 11px 43px;
  margin-right: 14px;
  color: #333434;
  font-size: 16px;
  background-color: #D7D2BE;
}
.cnt-services_section_btn.black{
  color: #D7D2BE;
  background-color: #000;
}
.cnt-services_section_btn:last-child{
  margin-right: 0;
}
.cnt-services_section_images{
  width: calc(50% - 6px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cnt-services_section_image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(50% - 6px);
  height: 447px;
}

.cnt-services_nav{
  margin: 0 auto;
  margin-top: 72px;
}
.cnt-services_nav .pag{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.cnt-services_nav .pag div{
  width: 11px;
  margin: 0 4px;
  height: 3px;
  background-color: #898989;
  border-radius: 15px;
}
.cnt-services_nav .pag div.active{
  width: 60px;
  background-color: #fff;
}
.cnt-services_nav .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-services_nav .buttons button{
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0 12px;
}

@media screen and (max-width: 1400px){
  .cnt-services_tabs-container{
    padding-left: 60px;
    padding-right: 60px;
  }
  .cnt-servicestop_nav .prev{
    left: 0;
  }
  .cnt-servicestop_nav .next{
    right: 0;
  }
}
@media screen and (max-width: 1200px){
  .cnt-services_title{
    font-size: 34px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px){
  .cnt-services_tabs-container{
    padding-left: 0;
    padding-right: 38px;
  }
  .cnt-servicestop_nav .prev{
    display: none;
  }
  .cnt-servicestop_nav .next{
    right: -7px;
  }
  .cnt-services{
    padding-top: 45px;
  }
  .cnt-services_title{
    font-size: 26px;
    line-height: 35px;
  }
  .cnt-services_tab_text{
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .cnt-services_tab_icon{
    width: 50px;
    height: 50px;
  }
  .cnt-services_tab{
    width: 96px;
  }
  .cnt-services_section_preview{
    height: 210px;
    order: 0;
    margin-bottom: 12px;
  }
  .cnt-services_section_image{
    height: 210px;
  }
  .cnt-services_section_heading{
    font-size: 28px;
    line-height: 37px;
  }
  .cnt-services_section_images{
    width: 100%;
    order: 1;
  }
  .cnt-services_section_content{
    width: 100%;
    order: 2;
    padding-top: 32px;
  }
  .cnt-services_section_btns{
    display: block;
  }
  .cnt-services_section_btn{
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    display: block;
  }
  .cnt-services_nav{
    margin-top: 50px;
  }
  .cnt-services{
    padding-bottom: 98px;
  }
}


.cnt-impression{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: #000;
  margin-bottom: -80px;
}
.cnt-impression .mainContainer{
  z-index: 2;
  position: relative;
}
.cnt-impression_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cnt-impression_avatar{
  margin-left: 10px;
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.cnt-impression_icon{
  margin-bottom: 41px;
}
.cnt-impression_descr{
  margin-bottom: 26px;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}
.cnt-impression_name{
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.cnt-impression_position{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.cnt-impression_content{
  max-width: 715px;
  flex-shrink: 0;
  padding-top: 130px;
}
.cnt-impression_container{
  margin: 0 auto;
  max-width: 1138px;
}

@media screen and (max-width: 1200px){
  .cnt-impression_descr{
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 992px){
  .cnt-impression_wrapp{
    flex-direction: column-reverse;
  }
  .cnt-impression_avatar{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .cnt-impression_descr{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 22px;
  }
  .cnt-impression_name{
    font-size: 22px;
    line-height: 26px;
  }
  .cnt-impression_position{
    font-size: 13px;
  }
  .cnt-impression{
    margin-bottom: -1px;
    padding-bottom: 63px;
    padding-top: 60px;
    margin-top: -1px;
  }
  .cnt-impression_content{
    padding-top: 0;
  }
  .cnt-impression_avatar{
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
}

.cnt-base{
  padding-top: 134px;
  padding-bottom: 160px;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cnt-base .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-base_title{
  color: #333434;
  margin-bottom: 26px;
  font-size: 38px;
  line-height: 49px;
  font-weight: 500;
  max-width: 520px;
}
.cnt-base_descr{
  margin-bottom: 31px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  max-width: 1020px;
}
.cnt-base_list{
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
}
.cnt-base_slider{
  width: 100%;
  overflow: visible;
  margin-bottom: 20px;
}
.cnt-base_nav .swiper-pagination{
  position: static;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-base_nav .swiper-pagination .swiper-pagination-bullet{
  display: block;
  width: 12px;
  height: 3px;
  background: #898989;
  border-radius: 15px;
  margin-right: 8px;
  opacity: 1;
}
.cnt-base_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 80px;
  background: #fff;
}
.cnt-base_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #3D3737;
}
.cnt-base_item{
  width: 24%;
}
.cnt-base_item_item{
  border: 3px solid #D7D2BE;
  border-radius: 40px 0px;
  padding: 59px 20px 80px;
  position: relative;
}
.cnt-base_item_item .item_link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cnt-base_item_item img{
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}
.cnt-base_item_item span{
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}
.cnt-base_item_item svg{
  margin: 0 auto;
  display: block;
}
.cnt-base_item_preview{
  width: 100%;
  height: 352px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  border-radius: 40px 0px;
}
.cnt-base_item_heading{
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.cnt-base_item_descr{
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.cnt-base_link{
  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 15px 60px;
  outline: none;
  color: #333434;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #D7D2BE;
  background-color: #D7D2BE;
}
.cnt-base::after{
  content: '';
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, #000 0.99%, #FFF 91.19%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);;
}
.cnt-base::before{
  content: '';
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #000 0.99%, #FFF 91.19%);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1200px){
  .cnt-base_title{
    font-size: 35px;
    line-height: 45px;
  }
  .cnt-base_item_preview{
    height: 275px;
  }
  .cnt-base_item_heading{
    font-size: 18px;
    line-height: 23px;
  }
}

@media screen and (max-width: 992px){
  .cnt-base_title{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
  .cnt-base::before{
    height: 120px;
  }
  .cnt-base::after{
    height: 180px;
  }
  .cnt-base{
    padding-top: 79px;
    padding-bottom: 130px;
  }
  .cnt-base_list{
    flex-wrap: wrap;
  }
  .cnt-base_item{
    width: 48%;
    margin-bottom: 34px;
  }
  .cnt-base_item_item{
    padding: 27px 4px 41px;
  }
  .cnt-base_item_item img{
    max-width: 25px;
    height: auto;
  }
  .cnt-base_item_item span{
    font-size: 14px;
    line-height: 20px;
  }
  .cnt-base_item_item svg{
    max-width: 42px;
  }
  .cnt-base_item_preview{
    height: 230px;
    border-radius: 35px 0px;
    margin-bottom: 14px;
  }
  .cnt-base_item_heading{
    font-size: 16px;
    line-height: 21px;
  }
  .cnt-base_item_descr{
    font-size: 13px;
    line-height: 18px;
  }
  .cnt-base_link{
    padding: 15px 40px;
    font-size: 15px;
    margin-top: 10px;
  }
}

.cnt-partners{
  padding-top: 10px;
  position: relative;
  background-color: #000;
  padding-bottom: 70px;
}
.cnt-partners .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-partners_title{
  margin-bottom: 52px;
  color: #FFF;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}
.cnt-partners_slide{
  width: max-content;
  display: flex;
  align-items: center;
}
.cnt-partners .swiper-wrapper{
  display: flex;
  align-items: center;
}
.cnt-partners_slide img{
  max-height: 95px;
  width: auto;
  max-width: 198px;
}
.cnt-partners_container{
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.cnt-partners_nav .prev, .cnt-partners_nav .next{
  position: absolute;
  top: 50%;
  z-index: 3;
  outline: none;
  border: none;
  background: transparent;
}
.cnt-partners_nav .prev{
  left: -5px;
}
.cnt-partners_nav .next{
  right: -5px;
}
.cnt-partners_nav .swiper-pagination{
  display: none;
}

@media screen and (max-width: 1200px){
  .cnt-partners_nav .prev{
    left: -10px;
  }
  .cnt-partners_nav .next{
    right: -10px;
  }
}
@media screen and (max-width: 992px){
  .cnt-partners_title{
    font-size: 26px;
    line-height: 35px;
  }
  .cnt-partners{
    padding-top: 55px;
    padding-bottom: 120px;
  }
  .cnt-partners_bnts{
    display: none;
  }
  .cnt-partners_container{
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-partners_slide img{
    max-height: 70px;
    max-width: 128px;
  }
  .cnt-partners_nav .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .cnt-partners_nav .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
  }
  .cnt-partners_nav .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.2;
    margin: 0 3px;
  }
}

.cnt-reviews{
  position: relative;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 60px;
}
.cnt-reviews_title{
  margin-bottom: 62px;
  color: #D7D2BE;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}
.cnt-reviews_container{
  position: relative;
  margin-bottom: 80px;
  padding-left: 90px;
  padding-right: 90px;
}
.cnt-review_avatar{
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.cnt-review_name{
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  color: #D7D2BE;
  font-size: 16px;
}
.cnt-review_descr.full .cnt-review_descr_text{
  max-height: initial;
}
.cnt-review_descr.full .cnt-review_descr_more{
  display: none;
}
.cnt-review_descr_text{
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  max-height: 117px;
  overflow: hidden;
}
.cnt-review_descr_more{
  outline: none;
  padding: 0;
  border: none;
  background: transparent;
  display: block;
  margin: 0 auto;
  text-decoration: underline;
  color: #fff;
  margin-top: 5px;
}
.cnt-reviews_nav .prev, .cnt-reviews_nav .next{
  position: absolute;
  top: 50%;
  z-index: 3;
  outline: none;
  border: none;
  background: transparent;
}
.cnt-reviews_nav .prev{
  left: -5px;
}
.cnt-reviews_nav .next{
  right: -5px;
}
.cnt-reviews_nav .swiper-pagination{
  display: none;
}
.cnt-reviews_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt-reviews_hint{
  font-size: 26px;
  line-height: 34px;
  color: #D7D2BE;
  font-weight: 500;
}
.cnt-reviews_submit{
  flex-shrink: 0;
  margin-left: 30px;
  display: block;
  outline: none;
  border: 1px solid #D7D2BE;
  background:#D7D2BE;
  border-radius: 3px;
  text-align: center;
  padding: 15px 60px;
  color: #333434;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 992px){
  .cnt-reviews_title{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 65px;
  }
  .cnt-reviews_container {
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-reviews_nav .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
    position: static;
  }
  .cnt-reviews_nav .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
  }
  .cnt-reviews_nav .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.2;
    margin: 0 3px;
  }
  .cnt-reviews_bnts{
    display: none;
  }
  .cnt-reviews_wrapp{
    display: block;
  }
  .cnt-reviews_hint{
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 23px;
    text-align: center;
  }
  .cnt-reviews_submit{
    margin: 0 auto;
    font-size: 15px;
  }
  .cnt-reviews_container{
    margin-bottom: 90px;
  }
}

.cnt-leadsection{
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #000;
}
.cnt-leadsection_title{
  margin-bottom: 13px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}
.cnt-leadsection_descr{
  max-width: 1020px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  margin-bottom: 31px;
}
.cnt-leadsection .greylead .cnt-lead_wrapp{
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 992px){
  .cnt-leadsection_title{
    font-size: 26px;
    line-height: 35px;
  }
  .cnt-leadsection_descr{
    font-size: 13px;
    line-height: 18px;
  }
  .cnt-leadsection .greylead .cnt-lead_wrapp{
    background: transparent;
    backdrop-filter: none;
    margin-bottom: 0; 
    padding-bottom: 0;
    padding-top: 30px;
  }
  .cnt-lead_heading{
    color: #fff;
  }
  .cnt-lead_descr{
    color: #fff;
  }
  .cnt-leadsection .cnt-lead_form input{
    margin-bottom: 0;
  }
}

.map-delimetr{
  padding-top: 140px;
  padding-bottom: 130px;
  background-color: #000;
}
.map-delimetr_title{
  text-align: center;
  margin-bottom: 28px;
  color: #D7D2BE;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}
.map-delimetr_descr{
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 1200px){
  .map-delimetr_title{
    font-size: 34px;
    line-height: 43px;
  }
  .map-delimetr_descr{
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px){
  .map-delimetr{
    padding-top: 95px;
    padding-bottom: 90px;
  }
  .map-delimetr_title{
    font-size: 26px;
    line-height: 35px;
  }
  .map-delimetr_descr{
    font-size: 16px;
    line-height: 23px;
  }
}


.cnt-locations{
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cnt-locations .swiper-container{
  position: relative;
  z-index: 2;
}
.cnt-locations_item_submit{
  position: relative;
  z-index: 2;
}
.cnt-locations_item_wrapp{
  position: relative;
  z-index: 3;
}
.cnt-locations_heading_title{
  max-width: 760px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 38px;
  line-height: 47px;
}
.cnt-locations_heading{
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 107px;
}
.cnt-locations_item{
  min-height: 900px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cnt-locations_item::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 15.1%, rgba(0, 0, 0, 0) 89.06%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.cnt-locations_item_wrapp{
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 70px;
}
.cnt-locations_item_info{
  max-width: 960px;
  width: 100%;
}
.cnt-locations_item_info_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.cnt-locations_item_name{
  font-weight: 500;
  font-size: 38px;
  line-height: 47px;
}
.cnt-locations_item_params{
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cnt-locations_item_param{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 20px;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.cnt-locations_item_param .icon{
  margin-right: 6px;
}
.cnt-locations_item_param.param-location{
  font-weight: 500;
  margin-left: 10px;
  align-items: center;
}
.cnt-locations_item_param.param-location .icon{
  margin-right: 8px;
}
.cnt-locations_item_param:nth-child(3) .icon {
  padding-bottom: 3px;
}
.cnt-locations_item_info_descr{
  font-size: 14px;
  line-height: 19px;
  max-width: 773px;
}
.cnt-locations_item_details{
  flex-shrink: 0;
  margin-left: 40px;
}
.cnt-locations_item_price{
  font-weight: 500;
  font-size: 42px;
  line-height: 51px;
}
.cnt-locations_item_descr{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}
.cnt-locations_item_submit{
  outline: none;
  border: 1px solid #D7D2BE;
  background: #D7D2BE;
  border-radius: 3px;
  height: 41px;
  text-align: center;
  padding: 5px 19px;
  color: #333434;
  font-size: 18px;
  font-weight: 500;
  width: 231px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cnt-locations_item_descr{
  text-align: right;
}
.cnt-locations_nav button{
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -16px;
}
.cnt-locations_nav .prev{
  left: 18px;
}
.cnt-locations_nav .next{
  right: 18px;
}
.cnt-locations_pagination{
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 20px;
}
.cnt-locations_pagination .swiper-pagination-bullet{
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 6px;
}
.cnt-locations_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}

.cnt-locations-poss{
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cnt-locations-poss .swiper-container{
  position: relative;
  z-index: 2;
}
.cnt-locations-poss_item_submit{
  position: relative;
  z-index: 2;
}
.cnt-locations-poss_item_wrapp{
  position: relative;
  z-index: 3;
}
.cnt-locations-poss_heading_title{
  max-width: 1270px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #D7D2BE;
}
.cnt-locations-poss_heading{
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 120px;
}
.cnt-locations-poss_item{
  min-height: 900px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cnt-locations-poss_item::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 15.1%, rgba(0, 0, 0, 0) 89.06%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.cnt-locations-poss_item_wrapp{
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 90px;
}
.cnt-locations-poss_item_info{
  max-width: 970px;
}
.cnt-locations-poss_item_name{
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}
.cnt-locations-poss_item_info_descr{
  font-size: 16px;
  line-height: 19px;
  max-width: 740px;
  margin-bottom: 40px;
}
.cnt-locations-poss_item_details{
  flex-shrink: 0;
  margin-left: 40px;
}
.cnt-locations-poss_item_price{
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.cnt-locations-poss_item_submit{
  outline: none;
  border: 1px solid #D7D2BE;
  background: #D7D2BE;
  border-radius: 3px;
  height: 41px;
  text-align: center;
  padding: 5px 19px;
  color: #333434;
  font-size: 18px;
  font-weight: 500;
  width: 353px;
  display: block;
}
.cnt-locations-poss_item_descr{
  text-align: right;
}
.cnt-locations-poss_nav button{
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -16px;
}
.cnt-locations-poss_nav .prev{
  left: 18px;
}
.cnt-locations-poss_nav .next{
  right: 18px;
}
.cnt-locations-poss_pagination{
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 20px;
}
.cnt-locations-poss_pagination .swiper-pagination-bullet{
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 6px;
}
.cnt-locations-poss_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}

.cnt-whatwaiting{
  background-color: #D7D2BE;
  padding: 37px 0 95px;
  position: relative;
  overflow: hidden;
}
.cnt-whatwaiting::before{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 165px;
  background: linear-gradient(180deg, #000 0.99%, #D7D2BE 91.19%);
}
.cnt-whatwaiting::after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 290px;
  background: linear-gradient(180deg, #000 0.99%, #D7D2BE 91.19%);
  transform: rotate(180deg);
}
.cnt-whatwaiting .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-whatwaiting_heading{
  margin-bottom: 32px;
  font-size: 38px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  max-width: 680px;
}
.cnt-whatwaiting_descr{
  max-width: 1020px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 45px;
}
.cnt-whatwaiting_slide{
  height: 350px;
  width: 33%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 20px 34px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cnt-whatwaiting_slide_preview{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cnt-whatwaiting_slide::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.71%, rgba(0, 0, 0, 0.407407) 77.6%, #000000 100%);
}
/*.cnt-whatwaiting_slide span{
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  min-height: 55px;
  position: relative;
  z-index: 1;
}*/
.cnt-whatwaiting_item_wrapp{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}
.cnt-whatwaiting_item_name{
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cnt-whatwaiting_item_location{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}
.cnt-whatwaiting_item_params{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cnt-whatwaiting_item_param{
  margin-right: 9px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 21px;
}
.cnt-whatwaiting_item_param .icon{
  margin-right: 6px;
  flex-shrink: 0;
}
.cnt-whatwaiting_item_param:last-child{
  margin-right: 0;
}
.cnt-whatwaiting_item_param:last-child .icon{
  padding-bottom: 3px;
}
.cnt-whatwaiting_item_submit{
  padding: 0;
  outline: none;
  border: 1px solid #D7D2BE;
  background: #D7D2BE;
  border-radius: 3px;
  height: 29px;
  text-align: center;
  padding: 5px 19px;
  color: #333434;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.cnt-whatwaiting_item_descr{
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 17px;
}
.cnt-whatwaiting_item_price{
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.cnt-whatwaiting_item_prices{
  text-align: left;
  width: max-content;
  margin-left: auto;
}
.cnt-whatwaiting_item_location svg{
  flex-shrink: 0;
  margin-right: 5px;
}
.cnt-whatwaiting_slider{
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cnt-whatwaiting_nav .swiper-pagination, .cnt-buyvilla_nav .swiper-pagination{
  position: static;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.cnt-whatwaiting_nav .swiper-pagination .swiper-pagination-bullet, .cnt-buyvilla_nav .swiper-pagination .swiper-pagination-bullet{
  display: block;
  width: 12px;
  height: 3px;
  background: #898989;
  border-radius: 15px;
  margin-right: 8px;
  opacity: 1;
}
.cnt-whatwaiting_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .cnt-buyvilla_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 80px;
  background: #fff;
}
.cnt-buyvilla_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #3D3737;
}
.cnt-whatwaiting_slider{
  margin-bottom: 58px;
}
.cnt-whatwaiting_bnts button, .cnt-buyvilla_bnts button{
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  margin-right: 25px;
  cursor: pointer;
}
.cnt-whatwaiting_bnts button:last-child, .cnt-buyvilla_bnts button:last-child{
  margin-right: 0;
}

.cnt-map{
  padding-top: 81px;
  background: #000000;
}
.cnt-map_heading{
  margin-bottom: 24px;
  max-width: 900px;
  color: #D7D2BE;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px
}
.cnt-map_descr{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.cnt-map_descr p{
  margin-bottom: 0;
}
.cnt-map_frame{
  margin-top: 30px;
  width: 100%;
  height: 670px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cnt-villas{
  padding-top: 50px;
  background-color: #000;
  position: relative;
  padding-bottom: 100px;
}
.cnt-villas .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-villas_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.cnt-villas_list::after{
  content: "";
  flex-shrink: 1;
  display: block;
  flex-basis: 31.5%;
  height: 0;
}
.cnt-villas_item{
  width: 31.5%;
  margin-bottom: 90px;
  color: #fff;
}
.cnt-villas_item_preview{
  width: 100%;
  height: 339px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.issue__item__gallery {
  width: 100%;
  height: 339px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 30px;
  position: relative; }
  .issue__item__gallery .swiper-btn {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    background-color: rgba(1, 1, 1, 0.4);
    background-repeat: no-repeat;
    background-position: center center;
    top: 45%;
    z-index: 10;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0; }
    .issue__item__gallery .swiper-btn:focus {
      outline: none; }
    .issue__item__gallery .swiper-btn:hover {
      background-color: rgba(1, 1, 1, 0.8); }
    .issue__item__gallery .swiper-btn.prev {
      background-image: url("../../img/country/prev-arrow_hover.svg");
      left: 5%; }
    .issue__item__gallery .swiper-btn.next {
      right: 5%;
      background-image: url("../../img/country/next-arrow_hover.svg"); }
      .issue__item__img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover; }
      .issue__item__img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.issue__item__gallery:hover .swiper-btn{
  opacity: 1;
}
.issue__item__gallery .swiper-wrapper{
  height: 100%;
}
.issue__item__gallery .swiper-pagination-bullet-active{
  background: #fff;
}

.cnt-villas_item_name{
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
}
.cnt-villas_item_params{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.cnt-villas_item_param{
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 9px;
  height: 22px;
}
.cnt-villas_item_param:nth-child(2),.cnt-villas_item_param:nth-child(3),.cnt-villas_item_param:nth-child(4){
  flex-shrink: 0;
}
.cnt-villas_item_param:nth-child(1){
  margin-right: 15px;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.cnt-villas_item_param:nth-child(1) .icon{
  display: inline-block;
}
.cnt-villas_item_param .icon{
  margin-right: 6px;
}
.cnt-villas_item_param:last-child .icon{
  padding-bottom: 3px;
}
.cnt-villas_item_descr{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  max-height: 76px;
  overflow: hidden;
}
.cnt-villas_item_nav{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cnt-villas_item_submit{
  outline: none;
  border: 1px solid #D7D2BE;
  background: #D7D2BE;
  border-radius: 3px;
  height: 41px;
  text-align: center;
  padding: 5px 5px;
  color: #333434;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  max-width: 211px;
  display: block;
  margin-top: 13px;
}
.cnt-villas_item_details{
  flex-shrink: 0;
  margin-left: 5px;
  text-align: right;
}
.cnt-villas_item_price{
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}
.cnt-villas_item_details_descr{
  font-size: 18px;
  line-height: 22px;
}
.cnt-villas_loadmore{
  display: block;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #D7D2BE;
  background: #FFFFFF;
  text-align: center;
  min-width: 363px;
  height: 65px;
  padding: 5px 15px;
  color: #333434;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s;
}

.cnt-buyvilla{
  position: relative;
  padding: 84px 0 80px;
}
.cnt-buyvilla .mainContainer{
  position: relative;
  z-index: 3;
}
.cnt-buyvilla_heading{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  max-width: 1105px;
}
.cnt-buyvilla_descr{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
}
.cnt-buyvilla_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cnt-buyvilla_item{
  width: 31%;
}
.cnt-buyvilla_item_preview{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 516px;
  margin-bottom: 12px;
  border-radius: 50px;
}
.cnt-buyvilla_item .issue__item__gallery{
  height: 516px;
  margin-bottom: 12px;
  border-radius: 50px;
}
.cnt-buyvilla_item_name{
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}
.cnt-buyvilla_item_params{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.cnt-buyvilla_item_param{
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 9px;
  height: 22px;
}
.cnt-buyvilla_item_param .peoples-param{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cnt-buyvilla_item_param:first-child{
  margin-right: 16px;
}
.cnt-buyvilla_item_param:last-child{
  margin-right: 0;
}
.cnt-buyvilla_item_param:last-child .icon{
  padding-bottom: 3px;
}
.cnt-buyvilla_item_param .icon{
  margin-right: 6px;
}
.cnt-buyvilla_item_param .icon img, .cnt-buyvilla_item_param .icon svg{
  max-width: 20px;
}
.cnt-buyvilla_item_descr{
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  max-height: 54px;
  overflow: hidden;
}
.cnt-buyvilla_item_price{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
.cnt-buyvilla_item_submit{
  display: block;
  transition: all 0.2s;
  height: 57px;
  text-align: center;
  background: #D7D2BE;
  outline: none;
  border: 1px solid #D7D2BE;
  border-radius: 3px;
  color: #333434;
  font-weight: 500;
  font-size: 22px;
  width: 270px;
}
.cnt-buyvilla::after{
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  content: '';
  background-color: #fff;
  z-index: 2;
}
.cnt-buyvilla_nav{
  display: none;
}

.cnt-lead.greylead{
  padding-top: 0;
}
.greylead .cnt-lead_wrapp{
  padding: 32px 53px 33px 53px;
  box-shadow: none;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.greylead .cnt-lead_text{
  color: #fff;
}
.greylead .cnt-lead_form button[type="submit"]{
  background-color: #fff;
  border-color: #fff;
  color: #333434;
}

.cnt-faq{
  padding: 84px 0 28px;
  background-color: #000;
  color: #FFFFFF;
}
.cnt-faq_heading{
  text-transform: uppercase;
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}
.cnt-faq_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cnt-faq_item{
  width: 30%;
  margin-bottom: 30px;
}
.cnt-faq_item_preview{
  margin-bottom: 20px;
  width: 100%;
  height: 323px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cnt-faq_item_heading{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.cnt-faq_item_descr{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  max-height: 96px;
  overflow: hidden;
}
.cnt-faq_item_submit{
  outline: none;
  border: none;
  width: max-content;
  padding: 5px 58px;
  color: #333434;
  text-align: center;
  font-size: 18px;
  background: #D7D2BE;
  border-radius: 3px;
  height: 41px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cnt-faq_loadmore{
  display: block;
  width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #D7D2BE;
  background: #FFFFFF;
  text-align: center;
  min-width: 363px;
  height: 65px;
  padding: 5px 15px;
  color: #333434;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s;
  margin-top: 50px;
}

.cnt-benefits{
  padding: 130px 0 46px;
  background-color: #000;
  position: relative;
  color: #fff;
}
.cnt-benefits .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-benefits_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
.cnt-benefits_heading{
  font-size: 48px;
  line-height: 58px;
  max-width: 635px;
  flex-shrink: 0;
  margin-right: 67px;
  font-weight: 500;
}
.cnt-benefits_descr{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.cnt-benefits_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cnt-benefits_item{
  margin-bottom: 40px;
  width: 30%;
}
.cnt-benefits_item_preview{
  width: 100%;
  height: 323px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
}
.cnt-benefits_item_heading{
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.cnt-benefits_item_descr{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.cnt-villas_manager{
  background-color: #fff;
  padding: 50px 0 60px;
}
.cnt-villas_manager_wrapp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cnt-villas_manager_wrapp-shale{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cnt-villas_manager_avatar{
  flex-shrink: 0;
  margin-right: 52px;
  padding: 12px 18px 12px 18px;
  border: 0.5px solid #D7D2BE;
  border-radius: 110px 0px 100px 0;
  width: 494px;
  height: 329px;
  overflow: hidden; 
}
.cnt-villas_manager_avatar div{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100px 0px 100px 0px;
}
.cnt-villas_manager_info{
  padding-top: 10px;
  width: 100%;
}
.cnt-villas_manager_label{
  margin-bottom: 17px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.0703846px;
  max-width: 453px;
  color: #333434;
}
.cnt-villas_manager_label.mob{
  display: none;
}
.cnt-villas_manager_name{
  margin-bottom: 30px;
  letter-spacing: 0.0703846px;
  font-weight: 700;
  font-size: 36px;
  color: #333434;
}
.cnt-villas_manager_descr{
  max-width: 658px;
  letter-spacing: 0.0703846px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #333434;
  margin-bottom: 42px;
}
.cnt-villas_manager_info_wrapp{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cnt-villas_manager button[type="submit"], .cnt-villas_manager input[type="submit"]{
  width: auto;
  padding: 5px 18px;
  font-size: 14px;
}
.cnt-villas_manager .cnt-lead_form{
  margin-left: 0;
}
.cnt-villas_manager_info_phone{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cnt-villas_manager_info_phone span{
  display: block;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 37px;
  margin-left: 18px;
  color: #333434;
  font-size: 14px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  display: none;
}

.cnt-villas_manager_avatar-shale{
  flex-shrink: 0;
  margin-right: 52px;
  padding: 12px 18px 12px 18px;
  border: 0.5px solid #fff;
  border-radius: 110px 0px 100px 0;
  width: 494px;
  height: 329px;
  overflow: hidden; 
}
.cnt-villas_manager_avatar-shale div{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100px 0px 100px 0px;
}
.cnt-villas_manager_info-shale{
  padding-top: 10px;
  width: 100%;
}
.cnt-villas_manager_label-shale{
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07px;
  max-width: 453px;
  color: #fff;
}
.cnt-villas_manager_label-shale.mob{
  display: none;
}
.cnt-villas_manager_name-shale{
  margin-bottom: 13px;
  letter-spacing: 0.0703846px;
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}
.cnt-villas_manager_descr-shale{
  max-width: 550px;
  letter-spacing: 0.07px;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 28px;
}
.cnt-managerdet-shale .cnt-lead_form input[type="tel"]{
  color: #000;
}
.cnt-managerdet-shale .cnt-lead_form input[type="submit"]{
  background-color: #D7D2BE;
  color: #333434;
}
.cnt-villas_manager_info-shale .cnt-lead_form input{
  margin-right: 0;
  outline: none;
}
.cnt-villas_manager_info_wrapp-shale{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cnt-villas_manager-shale button[type="submit"], .cnt-villas_manager-shale input[type="submit"]{
  width: auto;
  padding: 5px 18px;
  font-size: 14px;
}
.cnt-villas_manager-shale .cnt-lead_form{
  margin-left: 0;
}
.cnt-managerdet-shale .cnt-lead_form{
  margin-left: 0;
}
.cnt-villas_manager_info_phone-shale{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cnt-villas_manager_info_phone-shale span{
  display: block;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 37px;
  margin-left: 18px;
  color: #333434;
  font-size: 14px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  display: none;
}



.cnt-service{
  padding: 85px 0;
}
.cnt-service_wrapp{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cnt-service_column{
  width: 45%;
  color: #333434;
}
.cnt-service_column_top{
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.cnt-service_column_heading{
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.cnt-service_column_list{
  margin-bottom: 47px;
}
.cnt-service_column_list_nav{
  display: flex;
  color: #898989;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
  font-weight: 500;
}
.cnt-service_column_list_nav li:nth-child(1){
  width: 25%;
}
.cnt-service_column_list_nav li:nth-child(2){
  text-align: center;
  width: 20%;
}
.cnt-service_column_list_nav li:nth-child(3){
  width: 50%;
}
.cnt-service_column_list_content li{
  display: flex;
  font-size: 16px;
  line-height: 19px;
}
.cnt-service_column_list_content span:nth-child(1){
  width: 25%;
}
.cnt-service_column_list_content span:nth-child(2){
  text-align: center;
  width: 20%;
}
.cnt-service_column_list_content span:nth-child(3){
  width: 50%;
}
.cnt-service_column_benefits{
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  margin-bottom: 55px;
  list-style: disc;
  margin-left: 20px;
}
.cnt-service_column_params{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.cnt-service_column_param{
  display: flex;
  align-items: center;
  margin-right: 35px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.cnt-service_column_param:last-child{
  margin-right: 0;
}
.cnt-service_column_param svg{
  margin-right: 16px;
}
.cnt-service_column_price{
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.cnt-service_column_price svg{
  margin-right: 16px;
}
.cnt-service_column_notes{
  padding: 21px 16px 24px 29px;
  border: 1px solid #000000;
  border-radius: 30px;
}
.cnt-service_column_notes_heading{
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.cnt-service_column_notes li{
  font-size: 16px;
  line-height: 19px;
}
.cnt-service_column:nth-child(2) .cnt-service_column_top{
  margin-bottom: 120px;
}
.cnt-service_column:nth-child(2) .cnt-service_column_benefits{
  margin-bottom: 70px;
}




.cnt-expert{
  margin: 94px 0 87px;
}
.cnt-expert_wrapp{
  display: flex;
  justify-content: space-between;
}
.cnt-expert_preview{
  flex-shrink: 0;
  margin-right: 54px;
  border: 0.5px solid #D7D2BE;
  border-radius: 110px 0px;
  padding: 24px 16px 0 0;
  max-width: 437px;
  width: 100%;
  overflow: hidden;
}
.cnt-expert_preview.mobile{
  display: none;
}
.cnt-expert_preview_img{
  width: 100%;
  height: 673px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100px 0px;
}
.cnt-expert_content{
  width: 100%;
  padding-top: 25px;
}
.cnt-expert_heading{
  margin-bottom: 16px;
  width: 100%;
  max-width: 453px;
  color: #333434;
  letter-spacing: 0.0703846px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.cnt-expert_name{
  margin-bottom: 47px;
  letter-spacing: 0.0703846px;
  color: #333434;
  font-size: 36px;
  line-height: 41px;
  font-weight: bold;
}
.cnt-expert_nav{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
}
.cnt-expert_submit{
  padding: 0 37px;
  height: 49px;
  border-radius: 3px;
  border: 1px solid #333434;
  text-align: center;
  background: #333434;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 31px;
  font-weight: 500;
  transition: all 0.2s;
}
.cnt-expert_submit:hover{
  background: #000;
  border-color: #000;
}
.cnt-expert_call{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cnt-expert_call:hover .cnt-expert_call_number{
  opacity: 1;
}
.cnt-expert_call_toggler{
  margin-right: 16px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333434;
  cursor: pointer;
}
.cnt-expert_call_number{
  padding: 16px;
  text-align: center;
  color: #333434;
  font-size: 14px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  transition: all 0.2s;
  opacity: 0;
}
.cnt-expert_adventages{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cnt-expert_adventage{
  margin-bottom: 77px;
  max-width: 315px;
  width: 100%;
}
.cnt-expert_adventage_heading{
  color: #333434;
  letter-spacing: 0.0703846px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.cnt-expert_adventage_descr{
  padding-left: 74px;
  color: #333434;
  letter-spacing: 0.0703846px;
  font-size: 16px;
  line-height: 19px;
}




.cnt-advantages{
  padding: 95px 0 130px;
  background: #000000;
  color: #fff;
}
.cnt-advantages_heading{
  text-align: center;
  margin-bottom: 114px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
}
.cnt-advantages_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 40px;
}
.cnt-advantages_item{
  width: 21%;
  margin-bottom: 56px;
}
.cnt-advantages_item_icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
}
.cnt-advantages_item_descr{
  text-align: center;
  margin: 0 auto;
  max-width: 180px;
  color: #D7D2BE;
  font-size: 16px;
  line-height: 19px;
}
.cnt-advantages_item.text-item{
  border: 1px solid #D7D2BE;
  border-radius: 6px;
  height: 187px;
  color: #D7D2BE;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
}


.cnt-bottom{
  padding-top: 75px;
}
.cnt-bottom_heading{
  margin-bottom: 41px;
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
}
.cnt-bottom_descr{
  margin: 0 auto;
  width: 100%;
  max-width: 866px;
  padding-bottom: 70px;
  font-size: 16px;
  line-height: 19px;
  color: #333434;
}
.cnt-bottom_preview{
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cnt-bottom_preview::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.bg-line-container{
  position: relative;
}
.cnt-bgline{
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1352px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: 1;
}
.cnt-bgline span{
  display: block;
  width: 25%;
  height: 100%;
  border-right: 1px solid #D7D2BE;
}
.cnt-bgline span:first-child{
  border-left: 1px solid #D7D2BE;
}


/** POPUP**/
.cnt-popup_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  padding: 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -10; }
  .cnt-popup_container.active {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1;
         -o-transition-delay: 0.1;
            transition-delay: 0.1;
    z-index: 999999; }
    .cnt-popup_container.active .cnt-popup {
      bottom: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -webkit-transition-delay: 0.1;
           -o-transition-delay: 0.1;
              transition-delay: 0.1; }

.cnt-popup_background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.cnt-popup {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 656px;
  margin: auto;
  background-color: #FFFFFF;
  bottom: -100vh;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.cnt-popup_close {
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }


.cnt-request-popup{
  max-width: 494px;
  border-radius: 6px;
}
.cnt-request-popup__content{
  padding: 45px 40px 50px;
}
.cnt-request-popup__heading{
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #333434;
  letter-spacing: 0.0703846px;
}
.cnt-request-popup__descr{
  text-align: center;
  margin-bottom: 30px;
  color: #333434;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0703846px;
}
.cnt-popup_close{
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}
.cnt-popup_close:focus{
  outline: none;
}

#reviews-popup .wpcf7-form-control-wrap.agree-terms .wpcf7-list-item.first{
  margin-left: 0;
}
#reviews-popup .wpcf7-form-control-wrap.agree-terms label{
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}
#reviews-popup .wpcf7-form-control-wrap.agree-terms label input{
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
#reviews-popup .wpcf7-form-control-wrap.agree-terms label span{
  color: #898989;
  letter-spacing: 0.0703846px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

#reviews-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

#reviews-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"]:checked {
  background-color: rgb(215 210 190);
  border-color: rgb(215 210 190);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='white'%3E%3Cpath d='M5 12l4 4L19 7' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

/*#reviews-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"]:checked::before {
  content: '✔';
  color: white;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: -2px;
}*/


.cnt-request-popup form input{
  width: 100%;
  height: 47px;
  background: transparent;
  padding: 0 30px 0 0;
  font-size: 16px;
  margin-bottom: 18px;
  border: none;
  font-weight: 300;
  border-bottom: 1px solid #898989;
  outline: none;
}
.cnt-request-popup form textarea{
  outline: none;
}
.cnt-request-popup form input::placeholder{
  color: #898989;
  font-size: 16px;
  font-weight: 300;
}
.cnt-request-popup form textarea{
  resize: none;
  width: 100%;
  background: transparent;
  padding: 11px;
  font-size: 16px;
  height: 105px;
  border-radius: 6px;
  font-weight: 300;
  border: 1px solid #898989;
}
.cnt-request-popup form textarea::placeholder{
  color: #898989;
  font-size: 16px;
  font-weight: 300;
}
.cnt-request-popup form button[type="submit"]{
  border-radius: 3px;
  border: 1px solid #333434;
  background: #333434;
  text-align: center;
  margin: 0 auto;
  padding: 17px 43px;
  display: block;
  width: max-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 38px;
  transition: all 0.2s;
}
.cnt-request-popup form button[type="submit"]:hover{
  background: #000;
  border-color: #000;
}
.cnt-request-popup .request-doc{
  margin: 0 auto;
  text-align: center;
  color: #898989;
  letter-spacing: 0.0703846px;
  font-size: 12px;
  line-height: 13px;
}
.cnt-request-popup .request-doc a{
  display: block;
  width: 100%;
  text-align: center;
  color: #D7D2BE;
}

.cnt-certificate-params{
  position: relative;
  background-color: #000;
  padding-top: 54px;
  padding-bottom: 30px;
}
.cnt-certificate-params .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-certificate-params_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cnt-certificate-param{
  width: 48%;
  margin-bottom: 38px;
  border: 1px solid #D7D2BE;
  padding: 24px 11px 22px 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cnt-certificate-param_preview{
  max-width: 180px;
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: auto;
}
.cnt-certificate-param_icon{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cnt-certificate-param_heading{
  color: #D7D2BE;
  font-size: 14px;
  line-height: 17px;
}
.cnt-certificate-param_descr{
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.cnt-certificate-params_heading{
  margin-bottom: 52px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  text-transform: uppercase;
}

.cnt-managerdet-shale{
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  background-color: #000;
  color: #fff;
}
.cnt-managerdet-shale .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-managerdet_heading-shale{
  margin-bottom: 17px;
  color: #FFF;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}
.cnt-managerdet_descr-shale{
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 19px;
  max-width: 916px;
  color: #fff;
}
.cnt-managerdet_socials-shale{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}
.cnt-managerdet-shale .cnt-managerdet_socials-shale{
  margin-top: 45px;
}
.cnt-managerdet_socials_heading-shale{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.cnt-managerdet_socials_list-shale{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: 43px;
}
.cnt-managerdet_socials_list-shale a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-right: 27px;
}
.cnt-managerdet_socials_list-shale a span{
  color: #fff;
}
.cnt-managerdet_socials_list-shale a:last-child{
  margin-right: 0;
}
.cnt-managerdet_socials_list-shale a img{
  margin-bottom: 5px;
}
.cnt-managerdet-shale .cnt-lead_form-shale{
  margin-left: 0;
}
.cnt-managerdet-shale .cnt-lead_form button[type="submit"], .cnt-managerdet-shale .cnt-lead_form input[type="submit"]{
  width: auto;
  padding: 5px 18px;
  font-size: 14px;
}
.cnt-managerdet-shale .cnt-lead_form p{
  margin-bottom: 0;
}

.cnt-detinfo{
  padding-top: 54px;
  padding-bottom: 20px;
  background-color: #000;
}
.cnt-detinfo_heading{
  margin-bottom: 43px;
  color: #D7D2BE;
  font-size: 48px;
  font-weight: 500;
}
.cnt-detinfo_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -69px;
}
.cnt-detinfo_item{
  margin-bottom: 69px;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cnt-detinfo_item_icon{
  margin-right: 15px;
  flex-shrink: 0;
}
.cnt-detinfo_item_descr{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}


@media screen and (max-width: 1320px){
  .cnt-lead_wrapp{
    padding: 39px 24px 39px 24px;
  }
  .cnt-lead_avatar{
    margin-right: 25px;
  }
  .cnt-lead_form{
    margin-left: 24px;
  }
  .cnt-lead_form input{
    margin-right: 24px;
    width: 220px;
  }
  .cnt-catalog_heading{
    font-size: 30px;
  }
  .cnt-catalog_top{
    margin-bottom: 40px;
  }
  .cnt-catalog_item_submit{
    font-size: 15px;
  }
  .cnt-catalog_item_name{
    font-size: 20px;
  }
  .cnt-catalog_item_params{
    font-size: 16px;
  }
  .cnt-catalog_item_price span{
    font-size: 25px;
  }
  .cnt-expert_preview{
    max-width: 337px;
    margin-right: 34px;
  }
  .cnt-expert_adventage_descr{
    padding-left: 34px;
    font-size: 14px;
  }
  .cnt-expert_adventage{
    max-width: 275px;
  }
  .cnt-banner{
    height: 800px;
  }
  .cnt-whatwaiting_heading{
    font-size: 36px;
    line-height: 45px;
  }
  .cnt-step.step_one, .cnt-step.step_three, .cnt-step.step_seven, .step_eleven{
    height: 700px;
  }
  .cnt-step__heading{
    font-size: 36px;
    line-height: 45px;
    margin-right: 40px;
  }
  .cnt-step__param{
    font-size: 16px;
    line-height: 23px;
  }
  .cnt-step.step_ten .cnt-step_wrapp{
    display: block;
  }
  .cnt-step.step_ten .cnt-step_ten_list{
    width: 100%;
  }
  .cnt-step.step_ten .cnt-step_ten_column{
    align-items: center;
  }
  .cnt-step_ten_column:nth-child(even) .cnt-step_ten_column_preview{
    height: 300px;
  }
  .cnt-step.step_ten .cnt-step_ten_content{
    width: 100%;
    margin-top: 50px;
  }
  .cnt-service_column_list_content li, .cnt-service_column_benefits{
    font-size: 14px;
    line-height: 18px;
  }
  .cnt-service_column_param{
    font-size: 16px;
  }
  .cnt-service_column_price{
    font-size: 30px;
    line-height: 36px;
  }
  .cnt-service_column_notes li{
    font-size: 14px;
  }
  .cnt-service{
    padding-bottom: 35px;
  }
  .cnt-tours_heading{
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .cnt-tours_slider{
    margin-bottom: 50px;
  }
  .cnt-whatwaiting_slider{
    margin-left: 0;
  }
  .cnt-whatwaiting_nav{
    padding-left: 0;
  }
  .cnt-banner .cnt-lead_wrapp{
    padding: 32px 24px;
  }
  .cnt-map_heading{
    font-size: 42px;
    line-height: 52px;
  }
  .cnt-detinfo_heading{
    font-size: 42px;
    line-height: 52px;
  }
  .cnt-villas_item_preview{
    height: 239px;
    margin-bottom: 20px;
  }
  .issue__item__gallery{
    height: 239px;
    margin-bottom: 20px;
  }
  .cnt-villas_item_name{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .cnt-villas_item_params{
    flex-wrap: wrap;
  }
  .cnt-villas_item_param:nth-child(1){
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .cnt-villas_item_descr{
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .cnt-villas_item_nav{
    flex-direction: column-reverse;
  }
  .cnt-villas_item_details{
    width: 100%;
    padding-right: 20px;
  }
  .cnt-villas_item_price{
    font-size: 23px;
    line-height: 27px;
  }
  .cnt-villas_item_details_descr{
    font-size: 16px;
    line-height: 20px;
  }
  .cnt-villas_item_submit{
    width: 100%;
    max-width: 100%
  }
  .cnt-villas_loadmore{
    min-width: 350px;
    font-size: 14px;
    height: 56px;
  }
  .cnt-buyvilla_heading{
    font-size: 42px;
    line-height: 52px;
  }
  .cnt-buyvilla_item .issue__item__gallery{
    height: 320px;
  }
  .cnt-buyvilla_item_preview{
    height: 320px;
  }
  .cnt-buyvilla_item_name{
    font-size: 30px;
    line-height: 40px;
  }
  .cnt-buyvilla_item_params{
    flex-wrap: wrap;
  }
  .cnt-buyvilla_item_param:first-child{
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .cnt-buyvilla_item_descr{
    font-size: 14px;
    line-height: 18px;
  }
  .cnt-buyvilla_item_price{
    font-size: 24px;
    line-height: 30px;
  }
  .cnt-buyvilla_item_submit{
    width: 100%;
    font-size: 18px;
  }
  .greylead .cnt-lead_wrapp{
    padding: 32px 30px 33px 30px;
  }
  .cnt-locations-poss_heading_title{
    font-size: 42px;
    line-height: 52px;
  }
  .cnt-locations-poss_item_name{
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .cnt-locations-poss_item_info_descr{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-locations-poss_item_price{
    font-size: 36px;
    line-height: 48px;
    text-align: right;
  }
  .cnt-locations-poss_item_submit{
    font-size: 15px;
  }
  .cnt-locations-poss_pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
  }
  .cnt-faq_heading{
    font-size: 42px;
    line-height: 52px;
  }
  .cnt-faq_item_preview{
    height: 260px;
  }
  .cnt-faq_item_heading{
    font-size: 18px;
    line-height: 26px;
  }
  .cnt-faq_item_descr{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-faq_item_submit{
    width: 100%;
  }
  .cnt-faq_loadmore{
    font-size: 14px;
    height: 56px;
    min-width: 350px;
  }
  .cnt-benefits_top{
    display: block;
  }
  .cnt-benefits_heading{
    margin-right: 0;
    font-size: 42px;
    line-height: 52px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cnt-benefits_descr{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-benefits_item_preview{
    height: 260px;
  }
  .cnt-benefits_item_heading{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .cnt-benefits_item_descr{
    font-size: 14px;
    line-height: 16px;
  }
  .cnt-villas_manager_avatar{
    width: 325px;
  }
  .cnt-villas_manager_label {
    font-size: 16px;
  }
  .cnt-villas_manager_name{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cnt-villas_manager_descr{
    max-width: 558px;
    font-size: 15px;
    line-height: 20px;
  }
  .cnt-villas_manager_info{
    width: 100%;
  }
  .cnt-banner_heading{
    font-size: 33px;
    line-height: 35px;
  }
  .cnt-banner_descr{
    margin-bottom: 36px;
  }
  .cnt-banner_params li{
    width: 24%;
    font-size: 15px;
    line-height: 19px;
  }
  .cnt-banner_params li br{
    display: none;
  }
  .cnt-banner_params{
    margin-bottom: 40px;
  }
  .cnt-banner_content .cnt-lead_form input[type="tel"]{
    width: 260px;
  }
}

@media screen and (max-width: 1299px){
  .cnt-managerdet_heading-shale{
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1090px){
  .cnt-certificate-param{
    display: block;
  }
  .cnt-certificate-param_preview{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cnt-certificate-param_preview{
    display: flex;
    align-items: center;
  }
  .cnt-certificate-param_icon{
    margin-bottom: 0;
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .cnt-certificate-param_descr{
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px){
  .cnt-managerdet_socials_list-shale{
    margin-left: 0;
    justify-content: center;
  }
  .cnt-villas_item_descr{
    max-height: 91px;
  }
  .swiper-btns{
    display: none;
  }
  .map iframe{
    height: 100vh !important;
  }
  .cnt-lead_wrapp{
    display: block;
  }
  .cnt-lead_content{
    display: block;
  }
  .cnt-bgline{
    display: none;
  }
  .cnt-banner_heading{
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 6px;
  }
  .cnt-banner_descr{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
  .cnt-banner{
    height: 468px;
  }
  .cnt-lead{
    margin: 0;
    padding: 0;
  }
  .cnt-lead_wrapp{
    box-shadow: none;
    padding: 50px 0;
  }
  .cnt-lead_descr{
    font-size: 12px;
    line-height: 15px;
  }
  .cnt-lead_user{
    margin-bottom: 39px;
  }
  .cnt-leadsection .cnt-lead.greylead .cnt-lead_form input{
    width: 100%;
  }
  .cnt-leadsection .cnt-lead.greylead .cnt-lead_form input[name="directions"]{
    margin-bottom: 12px;
    font-size: 14px;
  }
  .cnt-lead_form{
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .cnt-lead_form input{
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 31px;
  }
  .cnt-lead_form button[type="submit"]{
    width: 100%;
    font-size: 14px;
  }
  .cnt-expert_wrapp{
    display: block;
  }
  .cnt-expert_preview{
    display: none;
  }
  .cnt-expert_content{
    padding-top: 0;
  }
  .cnt-expert{
    margin-top: 55px;
    margin-bottom: 72px;
  }
  .cnt-expert_heading{
    margin-bottom: 16px;
  }
  .cnt-expert_user{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cnt-expert_preview.mobile{
    display: block;
    width: 158px;
    margin-right: 15px;
    padding-top: 10px;
    padding-right: 5px;
    height: 313px;
    background-size: cover;
  }
  .cnt-expert_preview_img{
    height: 313px;
  }
  .cnt-expert_name{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .cnt-expert_nav{
    margin-bottom: 0;
    display: block;
  }
  .cnt-expert_submit{
    margin-right: 0;
    width: 100%;
    font-size: 12px;
    height: 46px;
    padding: 0 10px;
    margin-bottom: 37px;
  }
  .cnt-expert_call_toggler{
    flex-shrink: 0;
    width: 30px;
    height: 30px;
  }
  .cnt-expert_call_toggler svg{
    width: 10px;
    height: 10px;
  }
  .cnt-expert_call_number{
    opacity: 1;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cnt-expert_user_info{
    width: 100%;
  }
  .cnt-expert_user{
    margin-bottom: 44px;
  }
  .cnt-expert_adventages{
    display: block;
  }
  .cnt-expert_adventage{
    width: 100%;
    margin-bottom: 42px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cnt-expert_adventage:last-child{
    margin-bottom: 0;
  }
  .cnt-expert_adventage_descr{
    padding-left: 15px;
    width: 55%;
    line-height: 17px;
  }
  .cnt-instruction{
    padding-top: 55px;
    padding-bottom: 79px;
  }
  .cnt-instruction_heading{
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-instruction_descr{
    margin-bottom: 62px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .cnt-instruction_list{
    display: block;
  }
  .cnt-instruction_item{
    width: 100%;
    display: block;
    margin-bottom: 45px;
  }
  .cnt-instruction_item:last-child{
    margin-bottom: 0;
  }
  .cnt-instruction_item_icon{
    margin-right: 0;
    background-position: left center;
  }
  .cnt-instruction_item_descr{
    font-size: 12px;
    line-height: 15px;
  }
  .cnt-catalog{
    padding-top: 55px;
    padding-bottom: 110px;
  }
  .cnt-catalog_top{
    display: block;
    margin-bottom: 82px;
  }
  .cnt-catalog_heading{
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-catalog_descr{
    font-size: 14px;
    line-height: 17px;
    width: 100%;
  }
  .cnt-catalog_list{
    display: block;
  }
  .cnt-catalog_item{
    width: 100%;
    margin-bottom: 49px;
  }
  .cnt-catalog_item:last-child{
    margin-bottom: 0;
  }
  .cnt-catalog_item_name{
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-catalog_item_preview{
    margin-bottom: 19px;
  }
  .cnt-catalog_item_params{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .cnt-catalog_item_nav{
    width: 100%;
    display: block;
  }
  .cnt-catalog_item_price span{
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-catalog_item_price{
    margin-bottom: 22px;
  }
  .cnt-catalog_item_submit{
    width: 100%;
    font-size: 14px;
  }
  .cnt-advantages{
    padding: 58px 0 50px;
  }
  .cnt-advantages_heading{
    text-align: left;
    margin-bottom: 78px;
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-advantages_list{
    padding: 0;
  }
  .cnt-advantages_item{
    width: 48%;
    margin-bottom: 50px;
  }
  .cnt-advantages_item.text-item{
    height: 156px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-advantages_item_icon{
    width: 72px;
    height: 72px;
  }
  .cnt-advantages_item_descr{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-bottom{
    padding-top: 58px;
  }
  .cnt-bottom_heading{
    text-align: left;
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-bottom_descr{
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 47px;
  }
  .cnt-bottom_preview{
    height: 573px;
    background-position: 32% center;
  }
  .cnt-hobbies.prt2{
    display: none;
  }
  .cnt-hobbies_hobbies-section{
    display: flex;
    flex-direction: column-reverse;
  }
  .cnt-hobbies{
    padding-top: 35px;
    padding-bottom: 44px;
  }
  .cnt-hobbies_heading{
    margin-bottom: 6px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-hobbies_descr{
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .cnt-hobbies_list{
    flex-wrap: nowrap;
  }
  .cnt-hobbies_item.mob-item{
    display: flex;
  }
  .cnt-hobbies_item{
    height: 542px !important;
    margin-bottom: 0;
  }
  .cnt-hobbies_item_content{
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    min-height: auto;
    padding-bottom: 10px;
  }
  .cnt-hobbies_item_heading{
    margin-bottom: 14px;
  }
  .cnt-hobbies_slider_nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
  }
  .cnt-hobbies_slider_nav button{
    padding: 0;
    background: transparent;
    margin-right: 45px;
    border: none;
    outline: none;
  }
  .cnt-hobbies_slider_nav button:last-child{
    margin-right: 0;
  }
  .cnt-request-popup__content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .cnt-request-popup__heading{
    font-size: 28px;
  }
  .cnt-request-popup__descr{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cnt-banner{
    height: auto;
    padding-top: 150px;
    padding-bottom: 64px;
  }
  .cnt-banner_heading{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 24px;
  }
  .cnt-banner_descr{
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-banner_params{
    margin-bottom: 100px;
  }
  .cnt-banner_params li{
    font-size: 14px;
    margin-right: 24px;
    margin-bottom: 14px;
  }
  .cnt-banner_params li img{
    margin-right: 10px;
  }
  .cnt-banner_params li:last-child{
    margin-right: 0;
  }
  .cnt-banner .cnt-lead_wrapp{
    padding: 25px 23px 10px 23px;
  }
  .cnt-whatwaiting{
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .cnt-whatwaiting_heading{
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  .cnt-whatwaiting_descr{
    margin-bottom: 48px;
  }
  .cnt-whatwaiting_slide{
    width: 306px;
    padding: 34px 15px;
  }
  .cnt-whatwaiting_slider{
    margin-bottom: 55px;
  }
  .cnt-lead.blacklead{
    background: #fff;
  }
  .cnt-step.step_one, .cnt-step.step_three, .cnt-step.step_seven, .step_eleven{
    height: auto;
    min-height: 800px;
  }
  .step_one{
    flex-direction: column;
    padding: 41px 0;
  }
  .cnt-step__top{
    display: block;
    margin-bottom: 30px;
  }
  .cnt-step__heading{
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-step__param img{
    margin-right: 13px;
  }
  .cnt-step__param{
    font-size: 18px;
  }
  .cnt-step__descr{
    font-size: 14px;
    line-height: 17px;
  }
  .step_two{
    padding-top: 40px;
    padding-bottom: 28px;
  }
  .step_two .mainContainer{
    display: flex;
    flex-direction: column;
  }
  .step_two .cnt-step__top{
    order: 0;
  }
  .step_two .cnt-step__preview{
    order: 1;
  }
  .step_two .cnt-step__descr{
    order: 2;
  }
  .cnt-step__preview{
    margin-bottom: 28px;
  }
  .step_two .cnt-step__descr{
    display: block;
  }
  .step_two .cnt-step__descr__column{
    width: 100%;
    margin-bottom: 28px;
  }
  .step_two .cnt-step__descr__column:last-child{
    margin-bottom: 0;
  }
  .cnt-step.step_three{
    padding-top: 41px;
    flex-direction: column;
  }
  .step_three .cnt-step__descr{
    display: block;
  }
  .step_three .cnt-step__descr__column{
    width: 100%;
  }
  .cnt-step.step_for{
    padding-top: 41px;
    padding-bottom: 82px;
  }
  .step_for .cnt-step__descr__column{
    width: 100%;
  }
  .cnt-step__param{
    align-items: flex-start;
  }
  .cnt-step__params{
    align-items: flex-start;
  }
  .step_for .cnt-step__top{
    margin-bottom: 42px;
  }
  .cnt-step.step_five{
    padding-top: 41px;
  }
  .cnt-step_wrapp{
    display: block;
  }
  .cnt-step_content{
    width: 100%;
  }
  .cnt-step.step_five .cnt-step__descr .cnt-step__descr__column{
    margin-bottom: 25px;
  }
  .cnt-step.step_five .cnt-step_preview{
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .cnt-step.step_six{
    padding-top: 41px;
    padding-bottom: 65px;
  }
  .cnt-step_contcolumn{
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-step.step_six .cnt-step_wrapp{
    margin-bottom: 55px;
  }
  .cnt-step.step_six .cnt-step_preview{
    height: 300px;
  }
  .step_seven{
    flex-direction: column;
    padding-top: 41px;
  }
  .step_seven .cnt-step__top{
    margin-bottom: 20px;
  }
  .cnt-step.step_eight{
    padding-top: 41px;
    padding-bottom: 65px;
  }
  .step_eight .cnt-step__descr__column{
    width: 100%;
  }
  .step_eight .cnt-step__top{
    margin-bottom: 10px;
  }
  .cnt-step.step_nine{
    padding-top: 41px;
    padding-bottom: 63px;
  }
  .cnt-step.step_nine .cnt-step__descr .cnt-step__descr__column{
    margin-bottom: 30px;
  }
  .cnt-step.step_nine .cnt-step_preview{
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .cnt-step.step_ten{
    padding-top: 41px;
    padding-bottom: 90px;
  }
  .cnt-step_ten_list{
    display: block;
  }
  .cnt-step.step_ten .cnt-step_ten_column{
    display: block;
  }
  .cnt-step_ten_column_preview{
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
    height: 335px;
  }
  .cnt-step_ten_content_descr, .cnt-step_ten_column_descr{
    font-size: 14px;
  }
  .cnt-step.step_ten .cnt-step_ten_column{
    margin-bottom: 90px;
  }
  .cnt-step.step_ten .cnt-step_ten_column:last-child{
    margin-bottom: 0;
  }
  .cnt-step_ten_column:nth-child(even) .cnt-step_ten_column_preview{
    margin-left: 0;
    height: 409px;
  }
  .step_eleven{
    flex-direction: column;
    padding-top: 41px;
  }
  .cnt-step.step_twelve{
    padding-top: 41px;
    padding-bottom: 65px;
  }
  .step_twelve .cnt-step__descr__column{
    width: 100%;
  }
  .cnt-step.step_thirteen{
    padding-top: 41px;
    padding-bottom: 60px;
  }
  .cnt-step.step_thirteen .cnt-step__descr{
    margin-bottom: 30px;
  }
  .cnt-step.step_thirteen .cnt-step_preview{
    height: 335px;
  }
  .cnt-step.step_fourteen{
    padding-top: 41px;
    padding-bottom: 65px;
  }
  .step_fourteen .cnt-step__descr{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-service{
    padding-top: 65px;
  }
  .cnt-service_wrapp{
    display: block;
  }
  .cnt-service_column{
    width: 100%;
  }
  .cnt-service_column_top{
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 18px;
  }
  .cnt-service_column_heading{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-service_column_list_nav{
    font-size: 10px;
    line-height: 12px;
  }
  .cnt-service_column_list_content li, .cnt-service_column_benefits{
    font-size: 12px;
    line-height: 14px;
  }
  .cnt-service_column_list{
    margin-bottom: 30px;
  }
  .cnt-service_column_benefits{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 45px;
  }
  .cnt-service_column_param{
    margin-right: 0;
  }
  .cnt-service_column_params{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .cnt-service_column{
    margin-bottom: 120px;
  }
  .cnt-service_column:last-child{
    margin-bottom: 0;
  }
  .cnt-service_column:nth-child(2) .cnt-service_column_top{
    margin-bottom: 24px;
  }
  .cnt-service_column:nth-child(2) .cnt-service_column_benefits{
    margin-bottom: 40px;
  }
  .cnt-service_column_notes{
    padding: 34px 13px;
  }
  .cnt-service_column_notes_heading{
    margin-bottom: 22px;
  }
  .cnt-tours{
    padding-top: 65px;
    padding-bottom: 63px;
  }
  .cnt-tours_heading{
    margin-bottom: 52px;
    font-size: 24px;
    line-height: 24px;
  }
  .cnt-tours_slide{
    width: 306px;
    height: 473px;
  }
  .cnt-banner_params{
    margin-bottom: 43px;
    display: block;
  }
  .cnt-banner_params li{
    width: 100%;
    line-height: 17px;
    max-width: 300px;
    margin-right: 0;
  }
  .cnt-banner_content .cnt-lead_form input[type="tel"]{
    width: 100%;
    margin-bottom: 0;
  }
  .cnt-lead_form input{
    margin-bottom: 16px;
  }
  .cnt-whatwaiting{
    padding-top: 38px;
  }
  .cnt-whatwaiting_heading{
    margin-bottom: 10px;
  }
  .cnt-whatwaiting_descr{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
  }
  .cnt-whatwaiting_slide{
    height: 384px;
    padding: 34px 10px 13px 10px;
  }
  .cnt-whatwaiting_item_wrapp{
    display: block;
  }
  .cnt-whatwaiting_item_name{
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
  }
  .cnt-whatwaiting_item_location{
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 13px;
  }
  .cnt-whatwaiting_item_param{
    font-size: 11px;
  }
  .cnt-whatwaiting_item_param .icon img{
    max-width: 12px;
    height: auto;
  }
  .cnt-whatwaiting_item_param:last-child .icon{
    padding-bottom: 1px;
  }
  .cnt-whatwaiting_item_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
  }
  .cnt-whatwaiting_item_prices{
    margin: 0;
  }
  .cnt-whatwaiting_item_price{
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-whatwaiting_item_descr{
    font-size: 11px;
    line-height: 12px;
  }
  .cnt-whatwaiting_item_submit{
    font-size: 13px;
  }
  .cnt-whatwaiting_slide{
    width: 257px;
  }
  .cnt-locations_heading_title{
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-locations_heading{
    top: 60px;
  }
  .cnt-locations_item{
    min-height: 812px;
  }
  .cnt-locations_item_name{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .cnt-locations_nav{
    display: none;
  }
  .cnt-locations_item_params{
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .cnt-locations_item_param.param-location{
    margin: 0;
    width: 100%;
    margin-top: 7px;
  }
  .cnt-locations_item_wrapp{
    display: block; 
  }
  .cnt-locations_item_info_top{
    margin-bottom: 20px;
    display: block;
  }
  .cnt-locations_item_info_descr{
    margin-bottom: 20px;
  }
  .cnt-locations_item_details{
    margin: 0;
    display: flex;
  }
  .cnt-locations_item_price{
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-locations_item_descr{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
  }
  .cnt-locations_item_submit{
    height: 40px;
    padding: 10px;
    max-width: 160px;
    width: 100%;
    font-size: 14px;
  }
  .cnt-map{
    padding-top: 64px;
  }
  .cnt-map_heading{
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-map_descr{
    font-size: 12px;
    line-height: 14px;
  }
  .cnt-map_frame{
    display: none;
  }
  .cnt-villas_item{
    width: 100%;
    margin-bottom: 46px;
  }
  .cnt-villas_item_preview{
    height: 262px;
    margin-bottom: 14px;
  }
  .issue__item__gallery{
    height: 262px;
    margin-bottom: 14px;
  }
  .cnt-villas_item_name{
    font-size: 28px;
    line-height: 34px;
  }
  .cnt-villas_item_params{
    margin-bottom: 13px;
  }
  .cnt-villas_item_descr{
    margin-bottom: 13px;
  }
  .cnt-villas_item_nav{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .cnt-villas_item_submit{
    margin: 0;
    padding: 5px;
    max-width: 122px;
    flex-shrink: 0;
    margin-right: 10px;
    width: 100%;
    height: 38px;
    font-size: 12px;
  }
  .cnt-villas_item_details{
    padding: 0;
    width: 100%;
    flex-shrink: 1;
    margin-left: 0;
  }
  .cnt-villas_item_price{
    font-size: 18px;
    line-height: 22px;
  }
  .cnt-villas_item_details_descr{
    font-size: 12px;
    line-height: 14px;
  }
  .cnt-villas_loadmore{
    width: max-content;
    height: 47px;
    padding: 10px 26px;
    font-size: 12px;
    min-width: auto;
    margin-top: 15px;
  }
  .cnt-villas{
    padding-bottom: 55px;
  }
  .cnt-buyvilla{
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .cnt-buyvilla_heading{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 22px;
  }
  .cnt-buyvilla_descr{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }
  .cnt-buyvilla_item{
    width: 232px;
  }
  .cnt-buyvilla_list{
    flex-wrap: wrap;
  }
  .cnt-buyvilla_item_preview{
    margin-bottom: 20px;
  }
  .cnt-buyvilla_item .issue__item__gallery{
    margin-bottom: 20px;
  }
  .cnt-buyvilla_item_name{
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }
  .cnt-buyvilla_item_descr{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    max-height: 49px;
  }
  .cnt-buyvilla_item_price{
    font-size: 20px;
    line-height: 24px;
  }
  .cnt-buyvilla_item_submit{
    font-size: 14px;
    height: 41px;
    width: 100%;
    max-width: 188px;
    padding: 5px 15px;
  }
  .cnt-lead.greylead{
    padding-bottom: 0;
  }
  .greylead .cnt-lead_wrapp{
    padding: 50px 0;
    border-radius: 0;
    background: transparent;
    color: #333434;
    box-shadow: none;
    backdrop-filter: none;
  }
  .greylead .cnt-lead_text{
    color: #333434;
  }
  .greylead .cnt-lead_form button[type="submit"]{
    background: #333434;
    color: #fff;
  }
  .cnt-locations-poss_heading{
    top: 37px;
  }
  .cnt-locations-poss_heading_title{
    color: #D7D2BE;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-locations-poss_nav{
    display: none;
  }
  .cnt-locations-poss_item{
    min-height: 632px;
  }
  .cnt-locations-poss_item_name{
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-locations-poss_item_info_descr{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 90px;
  }
  .cnt-locations-poss_item_wrapp{
    display: block;
    padding-bottom: 80px;
  }
  .cnt-locations-poss_item_submit{
    max-width: auto;
    width: auto;
    padding: 5px 19px;
    font-size: 14px;
  }
  .cnt-locations-poss_item_details{
    margin: 0;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 147px;
    left: 0;
  }
  .cnt-locations-poss_item_price{
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .cnt-locations-poss_item_descr{
    text-align: left;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-faq{
    padding-top: 40px;
  }
  .cnt-faq_heading{
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
    max-width: 260px;
  }
  .cnt-faq_list{
    display: block;
  }
  .cnt-faq_item{
    width: 100%;
    margin-bottom: 40px;
  }
  .cnt-faq_item:last-child{
    margin-bottom: 0;
  }
  .cnt-faq_item_preview{
    height: 279px;
    margin-bottom: 16px;
  }
  .cnt-faq_item_heading{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .cnt-faq_item_descr{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }
  .cnt-faq_item_submit{
    height: 41px;
    padding: 5px 52px;
    font-size: 14px;
    width: auto;
    max-width: auto;
  }
  .cnt-faq_loadmore{
    margin-top: 44px;
  }
  .cnt-faq_loadmore{
    width: auto;
    max-width: auto;
    min-width: auto;
    height: 53px;
    padding: 5px 35px;
    font-size: 16px;
  }
  .cnt-benefits{
    padding-top: 40px;
  }
  .cnt-benefits_heading{
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-benefits_descr{
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-benefits_list{
    display: block;
  }
  .cnt-benefits_item{
    width: 100%;
    margin-bottom: 28px;
  }
  .cnt-benefits_item_preview{
    height: 262px;
    border-radius: 50px;
    margin-bottom: 23px;
  }
  .cnt-benefits_item_heading{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cnt-villas_manager{
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .cnt-villas_manager_wrapp{
    display: block;
  }
  .cnt-villas_manager_wrapp-shale{
    display: block;
  }
  .cnt-villas_manager_avatar{
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    margin-bottom: 15px;
    padding: 8px 15px 8px 10px;
    border-radius: 110px 0px 110px 0;
  }
  .cnt-villas_manager_avatar div{
    border-radius: 110px 0px 110px 0;
  }
  .cnt-villas_manager_label{
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 21px;
    display: none;
  }
  .cnt-villas_manager_label.mob{
    display: block;
  }
  .cnt-villas_manager_descr{
    font-size: 16px;
    line-height: 19px;
  }
  .cnt-villas_manager_name{
    font-size: 24px;
    line-height: 28px;
  }
  .cnt-buyvilla_nav{
    display: block;
    margin-top: 52px;
  }
  .cnt-villas_manager_info_phone{
    display: none;
  }
  .cnt-villas_manager_info_wrapp{
    display: block;
  }
  .cnt-villas_manager button[type="submit"], .cnt-villas_manager input[type="submit"]{
    width: 100%;
    margin: 0;
    margin-top: 13px;
  }
  .cnt-villas_manager .iti.iti--allow-dropdown{
    width: 100%;
  }
  .cnt-lead_form button[type="submit"], .cnt-lead_form input[type="submit"]{
    font-size: 14px;
  }
  .cnt-lead.greylead .iti.iti--allow-dropdown{
    width: 100% !important;
  }
  .cnt-lead.greylead button[type="submit"], .cnt-lead.greylead input[type="submit"]{
    width: 100% !important;
    margin: 0 !important;
    margin-top: 13px !important;
    background: #333434 !important;
    color: #fff !important;
  }
  .cnt-banner .iti.iti--allow-dropdown{
    width: 100% !important;
  }
  .cnt-banner button[type="submit"], .cnt-banner input[type="submit"]{
    width: 100% !important;
    margin: 0 !important;
    margin-top: 13px !important;
  }
  .cnt-certificate-params{
    padding-top: 51px;
    padding-bottom: 75px;
  }
  .cnt-certificate-params_heading{
    margin-bottom: 38px;
    line-height: 29px;
    font-size: 24px;
    color: #D7D2BE;
  }
  .cnt-locations_pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
  }
  .cnt-certificate-params_list{
    display: block;
  }
  .cnt-certificate-param{
    width: 100%;
    margin-bottom: 19px;
    padding: 29px 20px;
  }
  .cnt-certificate-param:last-child{
    margin-bottom: 0;
  }
  .cnt-certificate-param_preview{
    margin-bottom: 40px;
  }
  .cnt-certificate-param_descr{
    line-height: 17px;
  }
  .cnt-managerdet-shale{
    padding-top: 51px;
    padding-bottom: 100px;
  }
  .cnt-managerdet_heading-shale{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .cnt-managerdet_descr-shale{
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 17px;
  }
  .cnt-managerdet_socials-shale{
    display: block;
    margin-top: 60px;
    text-align: center;
  }
  .cnt-managerdet_socials_heading-shale{
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 14px;
  }
  .cnt-managerdet-shale .cnt-lead_form input[type="submit"]{
    margin: 0;
    width: 100%;
    margin-top: 14px;
  }
  .cnt-managerdet-shale .cnt-lead_form .iti{
    width: 100%;
  }
  .cnt-villas_manager_avatar-shale{
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    margin-bottom: 15px;
    padding: 8px 15px 8px 10px;
    border-radius: 110px 0px 110px 0;
  }
  .cnt-villas_manager_avatar-shale div{
    border-radius: 110px 0px 110px 0;
  }
  .cnt-villas_manager_label-shale{
    display: none;
  }
  .cnt-villas_manager_label-shale.mob{
    display: block;
  }
  .cnt-villas_manager_name-shale{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .cnt-villas_manager_descr-shale{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
  }
  .cnt-villas_manager_info-shale .cnt-lead_form input{
    margin-bottom: 0;
  }
  .cnt-villas_manager_info_phone-shale{
    display: none;
  }
  .cnt-detinfo_heading{
    font-size: 24px;
    line-height: 29px;
  }
  .cnt-detinfo_item{
    width: 48%;
    margin-bottom: 32px;
    display: block;
  }
  .cnt-detinfo_list{
    margin-bottom: -32px;
  }
  .cnt-detinfo_item_descr{
    font-size: 14px;
    line-height: 15px;
  }
  .cnt-detinfo_item_icon{
    margin-right: 0;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
  }
  .cnt-detinfo_item_icon img{
    max-width: 40px;
  }
}
@media screen and (max-width: 359px){
  .cnt-service_column_price{
    font-size: 26px;
    line-height: 32px;
  }
}


.cnt-popup.details-popup{
  max-width: 94%;
  max-height: calc(100vh - 50px);
  overflow: auto;
}
.cnt-popup.details-popup::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.cnt-popup.details-popup::-webkit-scrollbar-thumb {
  background: #000;
}
.cnt-popup.details-popup {
 scrollbar-width: thin;
  -ms-overflow-style: none;
}
.details-popup .issue__item{
  width: 100%;
  max-width: 100%;
  padding: 30px 30px 20px 30px;
  position: relative;
}
.details-popup .issue__item__gallery{
  width: 100%;
  margin-top: 20px;
  height: 350px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0 !important;
}
.details-popup .issue__item__content{
  flex-shrink: 0;
  margin-left: 40px;
  width: 55%;
}
.details-popup .issue__item__wrapp{
  border: none;
  align-items: flex-start;
  padding: 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 30px 10px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.details-popup .issue__item:hover{
  box-shadow: none;
}
.details-popup .issue__item__content__text{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #575757;
}
.issue__item__content__text p:last-child {
  margin-bottom: 0;
}
.issue__item__content__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.issue__item__content__heading {
  width: 75%;
}
.issue__item__content__params {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.issue__item__content__params__item{
  margin-right: 55px;
}
.issue__item__content__params__item.peoples-param{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.issue__item__content__params__item .icon{
  display: none;
}
.issue__item__content__params__item b {
  color: #161B15;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 2px;
}
.issue__item__content__params__item p {
  color: #161B15;
  font-size: 16px;
  line-height: 24px;
}
.issue__item__content__params__item:last-child {
  margin-right: 0;
}
.issue__item__content__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}
.issue__item__content__price {
  margin-bottom: 30px;
  text-align: right;
}
.issue__item__content__price__curr {
  color: #161B15;
  font-size: 20px;
  margin-bottom: 6px;
  line-height: normal;
  font-weight: 500;
}
.issue__item__content__price__curr b {
  font-size: 24px;
}
.issue__item__content__price__val {
  color: #575757;
  font-size: 14px;
  line-height: normal;
}
.issue__item__content__more__request {
  height: 55px;
  width: 40%;
  background: #000;
  color: #fff !important;
  display: flex;
  justify-content: center;
  line-height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-left: 20px;
  flex-shrink: 0;
}
.wpcf7-form-control-wrap.direction-660{
  display: none !important;
}
.issue__item__content__name {
  display: inline-block;
  margin-right: 27px;
}
.issue__item__content__name b {
  color: #161B15;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3px;
}
.issue__item__content__name p {
  line-height: normal;
  color: #161B15;
  font-size: 16px;
}
.details-popup .issue__item__content__main{
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}
.issue__item__content__descr {
  width: 75%;
}

.details-popup .issue__item__content__more{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.details-popup .issue__item__content__more__item{
  display: flex;
  align-items: center;
  color: #575757;
}
.details-popup .issue__item__content__more__item:not(:last-child){
  margin-bottom: 20px;
}
.details-popup .issue__item__content__more__item p{
  margin: 0;
}
.details-popup .issue__item__content__more__item b{
  color: #000;
}
.details-popup .issue__item__content__more__item .icon{
  width: 41px;
  height: 41px;
  margin-right: 15px;
  flex-shrink: 0;
}
.details-popup .issue__item__content__btn{
  display: none;
}
.details-popup .issue__item__content__more__item .icon img{
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.issue__item__content__more__request{
  height: 55px;
  width: 40%;
  background: #000;
  color: #fff !important;
  display: flex;
  justify-content: center;
  line-height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-left: 20px;
  flex-shrink: 0;
}
.issue__item__main{
  color: #575757;
  font-size: 15px;
  line-height: 23px;
}
.details-popup .issue__item__main__list{
  margin-bottom: 20px;
}
.details-popup .issue__item__main__list{
  list-style: none;
}
.details-popup .issue__item__main__list li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.details-popup .issue__item__main__list li::before{
  content: '';
  width: 10px;
  height: 1px;
  background-color: 575757;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.details-popup .issue__item__main__descr__heading{
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.details-popup .cnt-popup_close{
  top: 17px;
  right: 17px;
  z-index: 10;
}

.mm-page.mm-slideout.active-popup{
  z-index: 10000;
}
.details-popup .details-popup__request{
  padding: 60px 20px;
  background: #d7d2be;
}
.details-popup .details-popup__request__heading{
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #161B15;
  font-weight: 700;
  margin-bottom: 30px;
}
.details-popup .details-popup__request__heading p{
  margin: 0;
}
.details-popup .wpcf7{
  width: max-content;
  margin: 0 auto;
}
.details-popup #phone{
  width: 400px;
  height: 60px;
  border: 1px solid #fff;
  outline: none;
}
.details-popup input[type="submit"]{
  height: 60px;
  margin: 0;
  padding: 0 87px;
  font-weight: 400;
  background: #000;
  color: #fff;
  font-size: 14px;
  border: none;
}

.country-popup .cnt-request-popup__heading{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cnt-request-popup.country-popup form input[type="submit"]{
  width: 100%;
  margin-top: 20px;
}
.cnt-request-popup__descr{
  text-align: center;
  margin-bottom: 30px;
  color: #333434;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0703846px;
}
.cnt-request-popup__content .wpcf7 p{
  display: block;
}
#reviews-popup .cnt-request-popup form input[type="submit"]{
  margin-top: 5px;
  margin-bottom: 0;
}
.cnt-request-popup .request-links{
  margin-top: 30px;
}
.cnt-request-popup .request-links p{
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.request-links_list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-links_list a{
  font-size: 16px;
  margin: 0 7px;
  font-weight: 500;
  color: rgb(215 210 190);
}
.cnt-request-popup form input[type="submit"] {
  border-radius: 3px;
  border: 1px solid #333434;
    border-top-color: rgb(51, 52, 52);
    border-right-color: rgb(51, 52, 52);
    border-bottom-color: rgb(51, 52, 52);
    border-left-color: rgb(51, 52, 52);
  background: #333434;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 17px 43px;
  display: block;
  width: max-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.2s;
  height: auto;
  margin-top: 25px;
}
.cnt-request-popup form input[type="submit"]:hover {
  background: #000;
  border-color: #000;
}

@media screen and (max-width: 992px){
  .country-popup .cnt-request-popup__heading {
    font-size: 14px;
    line-height: 18px;
  }
  .cnt-request-popup__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #reviews-popup .cnt-request-popup form input[type="submit"]{
    margin-top: 5px;
  }
  .cnt-request-popup.country-popup form input[type="submit"] {
    font-size: 14px;
  }
  .issue__item__wrapp{
    flex-wrap: wrap;
  }
  .details-popup .issue__item__gallery {
    border-radius: 0;
  }
  .details-popup .issue__item__content{
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .issue__item__content__top {
    margin-bottom: 13px;
    flex-wrap: wrap;
  }
  .details-popup .issue__item__content__heading {
    width: 100%;
  }
  .issue__item__content__name {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .issue__item__content__name b {
    display: block;
    margin-bottom: 4px;
  }
  .issue__item__content__name b {
    font-size: 19px;
  }
  .issue__item__content__name p {
    font-size: 15px;
  }
  .details-popup .issue__item__content__main {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .issue__item__content__descr {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .issue__item__content__params{
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .issue__item__content__info {
    padding-bottom: 0;
    flex-direction: row;
    width: 100%;
    padding-top: 29px;
    border-top: 1px dashed #D0D0D0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .issue__item__content__params__item {
    margin-right: 0;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin-bottom: 6px;
  }
  .issue__item__content__params__item p {
    line-height: 20px;
    font-size: 14px;
  }
  .issue__item__content__price {
    margin-bottom: 0;
  }
  .issue__item__content__price__curr {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .issue__item__content__price__curr b {
    font-size: 21px;
    vertical-align: baseline;
  }
  .issue__item__content__price__val {
    font-size: 13px;
  }
  .details-popup .issue__item__content__more {
    display: block;
  }
  .details-popup .issue__item__content__more__request {
    margin-left: 0;
    width: 100%;
  }
  .details-popup .details-popup__request__heading {
    font-size: 15px;
    line-height: 20px;
  }
  .details-popup .wpcf7 {
    width: 95%;
  }
  .details-popup .issue__item__wrapp{
    padding: 0;
  }
  .issue__item__content {
    padding: 22px 16px 45px 16px;
  }
  .issue__item__content__name{
    margin-bottom: 11px;
  }
  .issue__item__content__price__curr{
    font-size: 21px;
  }
  .issue__item__content__name .icon{
    display: none;
  }
  .issue__item__content__price__val{
    text-align: left;
  }
  .details-popup input[type="submit"] {
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
  }
  .details-popup #phone{
    width: 100%;
  }
  .cnt-popup.details-popup {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px){
  .details-popup .issue__item {
    padding: 35px 10px 30px 10px;
  }
  .details-popup .issue__item__gallery {
    height: 240px;
  }
}


.cnt-villas_filter{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 44px;
}
.cnt-villas_filter_icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 18px;
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}
.cnt-villas_filter_icon img{
  margin-right: 13px;
}
.cnt-villas_filter_list{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
}
.cnt-villas_filter_dropdown{
  margin-right: 13px;
  width: 100%;
  position: relative;
}
.cnt-villas_filter_dropdown.countries-dropdown{
  max-width: 210px;
}
.cnt-villas_filter_dropdown.peoples-dropdown{
  max-width: 282px;
}
.cnt-villas_filter_dropdown.rooms-dropdown{
  max-width: 185px;
}
.cnt-villas_filter_dropdown.baderoms-dropdown{
  max-width: 227px;
}
.cnt-villas_filter_dropdown.price-dropdown{
  max-width: 185px;
}
.cnt-villas_filter_dropdown.price-dropdown .cnt-catalog_nav_check label{
  font-size: 13px;
}
.cnt-villas_filter_dropdown.active .cnt-villas_filter_dropdown_content{
  display: block;
}
.cnt-villas_filter_dropdown.active .cnt-villas_filter_dropdown_label::after{
  transform: rotate(180deg);
}
.cnt-villas_filter_dropdown_content{
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  z-index: 4;
  max-height: 200px;
  overflow: auto;
  display: none;
}
.cnt-catalog_nav_check{
  margin-bottom: 3px;
}
.cnt-catalog_nav_check:last-child{
  margin-bottom: 0;
}
.cnt-catalog_nav_check input{
  display: none;
}
.cnt-catalog_nav_check label{
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  height: 20px;
  display: block;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0;
}
.cnt-catalog_nav_check label::before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  border: 1px solid #838383;
  border-radius: 2px;
}
.cnt-catalog_nav_check input:checked + label::before{
  background-color: #000000;
  border-color: #000;
  background-image: url('../../img/alpine/check-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.cnt-villas_filter_dropdown:last-child{
  margin-right: 0;
}
.cnt-villas_filter_dropdown_label{
  height: 51px;
  padding: 5px 23px 5px 15px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #898989;
  background: #FFFFFF;
  border-radius: 3px;
  color: #333434;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.cnt-villas_filter_dropdown_label::after{
  content: '';
  background-image: url('../../img/dropdown-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 20px;
}
@media screen and (max-width: 992px){
  .cnt-villas{
    padding-top: 34px;
  }
  .cnt-villas_filter{
    display: block;
    margin-bottom: 26px;
  }
  .cnt-villas_filter_list{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cnt-villas_filter_icon{
    margin-top: 0;
    margin-bottom: 18px;
  }
  .cnt-villas_filter_dropdown.countries-dropdown{
    max-width: 144px;
  }
  .cnt-villas_filter_dropdown.peoples-dropdown{
    max-width: 236px;
  }
  .cnt-villas_filter_dropdown.rooms-dropdown{
    max-width: 131px;
  }
  .cnt-villas_filter_dropdown.baderoms-dropdown{
    max-width: 189px;
  }
  .cnt-villas_filter_dropdown.price-dropdown{
    max-width: 131px;
  }
  .cnt-villas_filter_dropdown{
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .cnt-villas_filter_dropdown_label{
    height: 39px;
    font-size: 11px;
    padding: 5px 19px 5px 10px;
  }
  .cnt-villas_filter_dropdown_label::after{
    top: 14px;
  }
  .cnt-villas_filter_dropdown_content{
    top: 42px;
    width: 100%;
    min-width: 235px;
  }
}


/** POPUP**/
.deluxe-popup_container {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  padding: 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -10; }
  .deluxe-popup_container.active {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1;
         -o-transition-delay: 0.1;
            transition-delay: 0.1;
    z-index: 999999; }
    .deluxe-popup_container.active .deluxe-popup {
      bottom: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -webkit-transition-delay: 0.1;
           -o-transition-delay: 0.1;
              transition-delay: 0.1; }

.deluxe-popup_background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.deluxe-popup {
  font-family: 'Gotham Pro', sans-serif;
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 656px;
  margin: auto;
  background-color: #FFFFFF;
  bottom: -100vh;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.deluxe-popup_close {
  border: none;
  background: transparent;
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.deluxe-popup.cnt-deluxe-popup{
  max-width: 1154px;
}
.deluxe-popup.cnt-deluxe-popup .deluxe-popup_close{
  position: absolute;
  right: 60px;
  top: 41px;
  color: #FFFFFF;
  letter-spacing: 0.0703846px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.cnt-deluxe-popup__socials{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 60px;
  bottom: 45px;
}
.cnt-deluxe-popup__socials a{
  position: relative;
  z-index: 50;
  display: block;
  margin-right: 16px;
}
.cnt-deluxe-popup__socials a:last-child{
  margin-right: 0;
}
.cnt-deluxe-popup__socials a.mob{
	display: none;
}
.cnt-deluxe-popup__content{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.cnt-deluxe-popup__info{
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  padding: 95px 81px 50px 81px;
}
.cnt-deluxe-popup__info.closed{
	display: none;
}
.cnt-deluxe-popup__info.tyinfo{
	text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding-top: 220px;
    padding-bottom: 220px;
	font-weight: 500;
}
.cnt-deluxe-popup__heading{
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.0703846px;
  line-height: 26px;
  color: #FFFFFF;
}
.cnt-deluxe-popup__descr{
  margin-bottom: 40px;
  letter-spacing: 0.0703846px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}
.cnt-deluxe-popup__descr-two{
  margin-bottom: 80px;
  letter-spacing: 0.0703846px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.cnt-deluxe-popup__form .wpcf7 p{
	display: block;
}
.cnt-deluxe-popup__ofrt{
  color: #FFFFFF;
  letter-spacing: 0.0703846px;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
}

/*.cnt-selection-popup__form input{
	width: 100%;
    display: block;
    background: transparent;
    border: none;
    margin-bottom: 125px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Gotham Pro', sans-serif;
}
.cnt-selection-popup__form input::placeholder{
	color: #EAE9E9;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Gotham Pro', sans-serif;
}
.cnt-selection-popup__form input:focus{
	outline: none;
}*/
.cnt-deluxe-popup__form input[type="tel"]{
	background: transparent;
    color: #fff;
    width: 100%;
    border: none;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.cnt-deluxe-popup__form input[type="tel"]::placeholder{
	background: transparent;
    color: #fff;
    width: 100%;
    border: none;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.cnt-deluxe-popup__form input[type="tel"]:focus{
	outline: none;
}
.cnt-deluxe-popup__form .iti__flag-container{
	bottom: 8px;
}
.cnt-deluxe-popup__form .iti.iti--allow-dropdown{
	border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}
.cnt-deluxe-popup__form input[type="submit"]{
	height: 53px;
	width: auto;
	border: none;
	padding: 17px 43px;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	border-radius: 3px;
	background: #FFFFFF;
	margin-bottom: 22px;
	transition: all 0.2s;
	margin-top: 125px;
}
.cnt-deluxe-popup__form input[type="submit"]:hover{
	background: #000000;
	color: #FFFFFF;
}
.cnt-deluxe-popup__form input[type="submit"]:focus{
	outline: none;
}
/*.cnt-selection-popup__form button{
	height: 53px;
	width: auto;
	border: none;
	padding: 17px 43px;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	border-radius: 3px;
	background: #FFFFFF;
	margin-bottom: 22px;
	transition: all 0.2s;
}
.cnt-selection-popup__form button:hover{
	background: #000000;
	color: #FFFFFF;
}
.cnt-selection-popup__form button:focus{
	outline: none;
}*/

@media screen and (max-width: 1390px){
  .ctn-tours_item_name{
    font-size: 20px;
    line-height: 24px;
  }
  .ctn-tours_item_descr{
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px){
  .ctn-tours_item_slide{
    height: 240px;
  }
  .ctn-tours_item_name{
    font-size: 17px;
    line-height: 22px;
  }
  .ctn-tours_item_descr{
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 992px){
  .ctn-tours_wrapp{
    display: block;
  }
  .ctn-tours_item{
    width: 100%;
  }
  .cnt-tours_heading{
    margin-bottom: 33px;
  }
  .ctn-tours{
    padding-bottom: 20px;
  }
  .cnt-services{
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1050px){
  .cnt-deluxe-popup__info{
    padding: 55px 40px 45px 30px;
  }
  .cnt-deluxe-popup__heading{
    font-size: 21px;
    line-height: 23px;
  }
  .cnt-deluxe-popup__descr{
    font-size: 14px;
    line-height:  16px;
  }
  .deluxe-popup.cnt-deluxe-popup .deluxe-popup_close{
    right: 30px;
    top: 25px;
    font-size: 20px;
  }
  .cnt-deluxe-popup__socials{
    right: 30px;
    bottom: 25px;
  }
  .cnt-deluxe-popup__socials a.mob{
	display: block;
  }
  .cnt-deluxe-popup__socials a.desk{
	display: none;
  }
}

@media screen and (max-width: 768px){
  .cnt-deluxe-popup__form input[type="submit"]{
  	margin-top: 37px;
  }
  #deluxe-popup{
    padding: 0 !important;
  }
  .deluxe-popup.cnt-deluxe-popup .deluxe-popup_close{
    top: 61px;
    right: 24px;
    font-size: 24px;
    line-height: 26px;
  }
  .cnt-deluxe-popup__info{
    width: 100%;
    padding: 158px 22px 0 22px;
    background: transparent;
    backdrop-filter: none;
  }
  .cnt-deluxe-popup__heading{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .cnt-deluxe-popup__descr-two{
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 160px;
  }
  .cnt-deluxe-popup__descr{
    font-size: 14px;
    line-height: 15px;
  }
  .deluxe-popup.cnt-deluxe-popup{
    height: 100%;
  }
  .cnt-deluxe-popup__content{
    height: 100%;
    position: relative;
  }
  .cnt-deluxe-popup__form{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    padding: 64px 22px 125px 22px;
  }
  .cnt-deluxe-popup__socials{
    right: auto;
    left: 22px;
    bottom: 45px;
  }
  .deluxe-popup.cnt-deluxe-popup .deluxe-popup_close{
    z-index: 10;
  }
}