
/*_______________________________________________________FONTS_______________________________________________________*/

@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300; 
	}
@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400; 
	}
@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500; 
	}
@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Semibold.ttf') format('truetype');
	font-style: normal;
	font-weight: 600; 
	}
@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700; 
	}
@font-face {
	font-family: 'SF UI Text'; 
	src: local('SF UI Text'), url('../vendor/fonts/SFUIText/SFUIText-Heavy.ttf') format('truetype');
	font-style: normal;
	font-weight: 900; 
	}

/*_______________________________________________________STYLES_______________________________________________________*/

html {
    scroll-behavior: auto !important;
}

body {
	font-family: "SF UI Text", "Arial", sans-serif;
	font-size: 18px;
	line-height: 1.88;
	color:#333333;
	background-color: #f5f5f5;
}

.noscroll {
    overflow: hidden;
}

a, a:focus, a:active:focus,
button, button:focus, button:active:focus,
.btn, .btn:focus, .btn:active:focus,
input, input:focus, input:active:focus{ outline:none; }

a{
	color: #ffb748;
}

img {
    max-width: 100%;
}

.h2, h2{
	font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: #333333;
}

.br-type1{display: inline;}
.br-type2{display: none;}

.section-back {
	position: relative;
}

.section-front{
	margin-right: auto;
    margin-left: auto;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	z-index: 2;
}

.section-wrap-wide {
	padding: 0 30px;
}

.section-body{
	margin: 0 auto;
	position: relative;
}

.section-bg2{
	min-height: 1120px;
    width: 100%;
	background: url("../img/photo_2.jpg") no-repeat center bottom;
    background-size: cover;
	box-shadow: inset 0 15px 9px -7px #f5f5f5;
}

.div-line{
	height: 1px;
	width: 100%;
	background-color: #999999;
}

.gallery-head{
	overflow: hidden;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.head-top{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.contacts-head {	
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	padding: 33px 0;
}

.contacts-head.__left {
	justify-content: flex-start;
}

.contacts-head.__right {
	justify-content: flex-end;
}

.call-btn{
	font-size: 20px;
	font-weight: 600; 
	color: #ffffff;
	text-decoration: none;	
	margin-right: 17px;
	transition: all .3s ease-out;
}

.call-btn:hover,
.contacts-head.__dark .call-btn:hover{
	color: #ffb748;	
}

.contacts-head.__dark .call-btn{
	color: #333333;
}

.social-head{
	display: flex;
}

.whatsapp-btn-head, .telegram-btn-head{
	display: block;
	width:24px;
	height: 24px;
	transition: all .3s ease-out;
}

.whatsapp-btn-head{
	background: url("../svg/icon_whatsapp.svg") no-repeat left top;	
	margin-right: 7px;	
}

.whatsapp-btn-head:hover,
.contacts-head.__dark .whatsapp-btn-head:hover{
	background-image: url("../svg/icon_whatsapp_yellow.svg");
}

.contacts-head.__dark .whatsapp-btn-head{
	background-image: url("../svg/icon_whatsapp_black.svg");		
}

.telegram-btn-head{
	background: url("../svg/icon_telegram.svg") no-repeat left top;	
}

.telegram-btn-head:hover,
.contacts-head.__dark .telegram-btn-head:hover{
	background-image: url("../svg/icon_telegram_yellow.svg");
}
.contacts-head.__dark .telegram-btn-head{
	background-image: url("../svg/icon_telegram_black.svg");		
}

.logo-head{
	display: block;
	position: absolute;
	left:50%;
	top: 26px;
	width: 200px;
	height: 185px;
	margin-left: -100px;
	background: url("../svg/logo_main.svg") no-repeat center top;
	background-size:contain;
	transition: all .3s ease-out;
}

.logo-head:hover{
	background-image: url("../svg/logo_main_hover.svg");
}

.order-call-btn{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: center;		
	padding: 0 37px 0 0;
	font-size: 20px;
	font-weight: 600; 
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url("../svg/arrow_24x24_right_white.svg") no-repeat right  center;
	border:none;
	outline: none;
	transition: all .3s ease-out;
}
.order-call-btn:hover,
.contacts-head.__dark .order-call-btn:hover{
	color: #ffb748;
	background-image: url("../svg/arrow_24x24_right_yellow.svg");
}
.contacts-head.__dark .order-call-btn{
	color: #333333;
	background-image: url("../svg/arrow_24x24_right_black.svg");
}

.nav-head{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.nav-head ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
}

.nav-head ul li{
	display: block;
	padding:  0 15px;
	position: relative;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.nav-head ul li:first-child{
	padding-left: 0;
}

.nav-head ul li:last-child{
	padding-right: 0;
}

.nav-head ul li a{
	display: block;
	position: relative;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 500; 
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease-out;
}

.nav-head ul li a:hover,
.nav-head ul li.active a{
	color: #ffb748;
}

.nav-head ul li a:after{
	content: "";
	position: absolute;
	left:0;
	bottom: -7px;
	display:block;
	width:100%;
	height: 7px;
	background-color: rgb(255 255 255 / 0%);	
	transition: all .3s ease-out;
}

.nav-head ul li a:hover:after{
	background-color: #ffb748;
}

.nav-head ul li.active a:after{
	background-color: #ffb748;
}

.nav-head ul li.home a{
	height: 100%;
	min-height: 16px;
	width: 16px;
	background: url("../svg/icon-home_white.svg") no-repeat center;
	padding: 0;
}

.nav-head ul li.home a:hover,
.nav-head ul li.home.active a{
	background-image: url("../svg/icon-home_yellow.svg");
}

.nav-head ul.nav-head-right li{
	padding-left: 32px;
	padding-right: 32px;
}

.nav-head ul.nav-head-left li:first-child,
.nav-head ul.nav-head-right li:first-child{
	padding-left: 0;
}

.nav-head ul.nav-head-left li:last-child,
.nav-head ul.nav-head-right li:last-child{
	padding-right: 0;
}

.nav-head ul li a img{
	margin-top: -2px;
}

.nav-head.__dark ul li {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.nav-head.__dark ul li a{
	color: #333333;
}

.nav-head.__dark ul li.home a {
    background-image: url(../svg/icon-home_black.svg);
}

.nav-head.__dark ul li a:hover,
.nav-head.__dark ul li.active a{
	color: #ffb748;
}

.nav-head.__dark ul li.home a:hover, 
.nav-head.__dark ul li.home.active a {
    background-image: url(../svg/icon-home_yellow.svg);
}

.geo-head{
	margin-top: 97px;
	margin-bottom: 6px;
}

.geo-link-head {
	display: inline-block;
	padding-left: 27px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url("../svg/icon_geo.svg") no-repeat left center;
}
.geo-link-head img{
	margin-right: 10px;
}

.h1-main{
	margin-bottom: 70px;
}

.h1-link-main{	
	display: block;
	width: 520px;
	height:200px;
	max-width: 100%;
	background: url("../svg/title_1-screen_h1.svg?v=3") no-repeat left top;
	background-size: contain;
}

.h1-inner{
	margin: 120px 0 80px;
}

.activities-head{
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: flex-start;
}

.pbtn{
	display: block;
	padding: 17px 32px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 40px;
	transition: all .3s ease-out;
}

.pbtn span{
	vertical-align: middle;
}
.pbtn.__arr:after{
	content:"";
	display: inline-block;
	width:24px;
	height:24px;
	vertical-align: middle;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.pbtn.__type1{
	color: #222222;	
	background-color: #ffb748;
	border: 2px solid #ffb748;
}

.pbtn.__type1.__arr:after{	
	background-image: url("../svg/arrow_24x24_right_black.svg");
}

.pbtn.__type1:hover { 
	background-color: #ffffff;
	border-color: #ffffff;
}

.pbtn.__type1.__hover-light:hover { 
	background-color: #ffffff;
	border-color: #ffffff;
}

.pbtn.__type1.__hover-dark:hover { 
	background-color: #222222;
	border-color: #222222;
	color: #ffb748;	
}

.pbtn.__type1.__hover-dark.__arr:hover:after { 
	background-image: url("../svg/arrow_24x24_right_yellow.svg");
}

.pbtn.__type2{
	color: #ffffff;
	background-color: rgb(255 255 255 / 0%);
	border: 2px solid #ffffff;
}

.pbtn.__type2.__arr:after{	
	background-image: url("../svg/arrow_24x24_right_white.svg");
}

.pbtn.__type2:hover{
	color: #222222;
	background-color: #ffffff;
}

.pbtn.__type2.__hover-light:hover { 
	color: #222222;
	background-color: #ffffff;
}

.pbtn.__type2.__arr:hover:after,
.pbtn.__type2.__hover-light.__arr:hover:after { 
	background-image: url("../svg/arrow_24x24_right_black.svg");
}

.pbtn.__type3{
	color: #222222;
	background-color: rgb(255 255 255 / 0%);	
	border: 2px solid #ffb748;
}

.pbtn.__type3.__arr:after{	
	background-image: url("../svg/arrow_24x24_right_black.svg");
}

.pbtn.__type3:hover{
	background-color: #ffb748;
}

.pbtn.__type4 {
    color: #333333;
    background-color: rgb(255 255 255 / 0%);
    border: 2px solid #ffffff;
}

.pbtn.__type4:hover {
	background-color: #ffffff;
}

.pbtn.__type5 {
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.pbtn.__type5:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.pbtn.__type5.__arr:after {
    background-image: url(../svg/arrow_24x24_right_black.svg);
}

.pbtn.__type5.__arr:hover:after {
	background-image: url("../svg/arrow_24x24_right_white.svg");
}

.activities-head .pbtn.__type1{
	margin-bottom: 20px;
	margin-right: 30px;
}

.statistics{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;	
	align-items: flex-start;
}

.statistics .pbtn.__type3{
	margin: 30px 0;
}

.statistics-list{
    flex: 1 1 0;
    margin-right: 100px;
}

.statistics-list ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;	
	align-items: center;
}

.statistics-list ul li{
	margin: 37px 0;
}

.sl-heading{
	font-size: 32px;
	font-weight: 900; 
	line-height: 1;
	color: #333333;
	margin-bottom: 10px;
}

.sl-txt{
	line-height: 1;
	font-size: 16px;
	font-weight: 400; 
	color: #333333;
}

.about-header{
	margin: 120px 0 80px;	
}

.about-body{	
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.about-subheader{	
	background-repeat: no-repeat;
}

.about-subheader.__left{
	background-image: url("../svg/list_01.svg");
	background-position:  top 15px left;	
	padding-right: 0;
	padding-left: 85px;
	padding-top: 40px;
	padding-bottom: 85px;
	margin-bottom: 8px;
	margin-left: -85px;
	margin-right: 8.956%;	
}

.about-subheader.__right{
	text-align: right;
	align-self: stretch;
	background-image: url("../svg/list_03.svg");
	background-position: right top;
	background-size: 298px;
	padding-right: 85px;
	padding-left: 0;
	padding-top: 60px;
	padding-bottom: 0;
	margin-top: -60px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: -85px;
	min-height: 271px;
}

.about-subheader-txt{
	font-size: 18px;
	font-weight: 600; 
	line-height: 1.88;
	text-transform: uppercase;
	color: #09472b;
	margin-bottom: 0;
}

.about-txt1{
	margin-bottom: 35px;
}

.about-list{
	display: flex;
    flex: 1 1 0;	
}

.about-list ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex: 1 1 0;
    flex-flow: row wrap;
    justify-content: space-between;	
	align-items: stretch;   
}

.about-list ul li{
	flex: 1 1 0;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
	max-width: 31.253%;
}

.al-img{
	margin-bottom: 25px;
}

.al-descr{
	font-size: 18px;
	line-height: 1.55;
}

.about-summary,
.about-project-summary{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;	
}

.about-summary{
	margin: 66px 0 120px;
}

.about-project-summary{
	margin: 0 0 100px;
}

.about-summary .pbtn.__type3{
	margin: 10px 0;
}

.about-descr,
.about-project-descr{
	flex: 1 1 0;
	margin-bottom: 0;
	margin-right: 7.5%;
}

.about-project{
	margin: 66px 0 120px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recreation-table{
	list-style-type: none;
    margin: 0 -0.79365%;
    padding: 0;
	display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items:flex-start;
    align-content: stretch;
}

.recreation-table .__col1{
	position: relative;
	width: 31.746031%;/*31.735%;*/
	display: flex;
    flex-flow: row wrap;
	margin: 0 0.79365%;
	border-radius: 16px;
	overflow: hidden;
}

.recreation-table .__col2{
	position: relative;
	width: 15.079365%;
	display: flex;
    flex-flow: row wrap;
	margin: 0 0.79365%;
	border-radius: 16px;
	overflow: hidden;
}

.recreation-table .__col2.__mobile.__360{
	display: none;
}

.recreation-table .__cell1{
	position: relative;
	width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 5%;
	border-radius: 16px;
	overflow: hidden;
}

.recreation-table .__cell2{
	position: relative;
	width: 47.5%;
    margin-left: 2.5%;
    margin-bottom: 5%;
	border-radius: 16px;
	overflow: hidden;
}

.recreation-table .__cell3{
	position: relative;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.recreation .__cell img{
	width: 100%;
}

.recreation-name{
	position: absolute;
	bottom: 27px;
	left: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
	color: #ffffff;
}

.recreation-name p{
    margin-bottom: 0;
}

.recreation-name.__text-right{
	right: 30px;
	text-align: end;
}

.recreation-summary {
    padding: 110px 0 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recreation-activities {
    display: flex;    
    flex-direction: column;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items: flex-start;
	margin-top: 10px;
}

.recreation-activities .pbtn.__type1,
.recreation-activities .pbtn.__type3{
	margin-bottom: 20px;
}

.recreation-descr{
    flex: 1 1 0;
	margin-bottom: 0;	
    margin-left: 7.83%;
	padding-top: 15px;
	padding-bottom: 70px;
	background: url("../svg/list_02.svg") no-repeat center top;
}

.section-about-recreation{
	margin-bottom: -300px;
	margin-top: 110px;
}

.about-recreation p{
	margin-bottom: 30px;
}

.about-recreation.__row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.about-recreation.__row.__av-center{
	align-items: center;
}

.about-recreation.__cell1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 1 0;
    min-width: 349px;
}

.about-recreation.__cell2 {
    flex: 1 1 0;
    margin-bottom: 0;
    margin-left: 7.83%;
	border-radius: 16px;
	overflow: hidden;
}

.consult-header {
    padding: 0;
	margin: 0;
	display: block;
    width: 600px;
    height: 130px;
    max-width: 100%;
    background: url("../svg/title_poluchite-konsultaciu_h2.svg") no-repeat left top;
    background-size: contain;
}

.consult-summary {
    margin: 30px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.consult-descr {
	display: flex;
    flex: 1 1 0;
    margin-bottom: 0;
	font-size: 18px;
	line-height: 1.88;
	color: #ffffff;
	max-width: 430px;
}

.consult-descr p{
	margin: 0;
}

.consult-activities{
	display: flex;
	flex: 1 1 0;
    flex-flow: row wrap;
    justify-content: flex-end;
	align-items: flex-end;
}

.section-bg3{
	background: url("../img/photo_3.png") no-repeat center top;
	background-size: cover;
	padding: 90px 0;
	box-shadow: inset 0 15px 9px -7px rgba(0,0,0,0.35);
}

.map-container{
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.page-footer{
	background-color: #222222;
}

.footer-body{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	padding: 70px 0;
}

.footer-body.__mobile.__360{
	display: none;
}

.footer-content{
	display: flex;
    flex: 1 1 0;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 7.46%;
}

.logo-foot{
	max-width: 203px;
	flex: 1 1 auto;
    display: flex;
}

.nav-foot{
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.nav-foot ul {
    list-style-type: none;
    margin: 0 25px -13px 45px;
    padding: 0;
}

.nav-foot ul li{
	line-height: 1;
}

.nav-foot ul li a{
	display: inline-block;
	font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
	text-decoration: none;
	margin-bottom: 13px;
	transition: all .3s ease-out;
}

.nav-foot ul li a:hover,
.nav-foot ul li.active a{
	color: #ffb748;
}

.footer-col4{
	display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-col5{
	display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
	padding-right: 15px;
	padding-left: 10px;
}

.page-footer .order-call-btn{
	color: #fff1aa;
	background-image:url("../svg/arrow_24x24_right_yellow_light.svg");
	margin-bottom: 27px;
}

.page-footer .order-call-btn:hover{
	background-image:url("../svg/arrow_24x24_right_yellow.svg");
	color: #ffb748;
}

.page-footer .call-btn{
	line-height: 1;
	margin-bottom: 15px;
}

.social-foot{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	align-self: stretch;
}

.whatsapp-btn-foot{
	text-decoration: none;
	color:white;
	font-size: 15px;
	padding-left: 30px;
	background: url(../svg/icon_whatsapp.svg) no-repeat left center;
    min-height: 24px;
    transition: all .3s ease-out;	
}

.whatsapp-btn-foot:hover{
	color: #ffb748;
	background-image: url("../svg/icon_whatsapp_yellow.svg");
}

.telegram-btn-foot{
	text-decoration: none;
	color:white;
	font-size: 15px;
	padding-left: 30px;
	background: url(../svg/icon_telegram.svg) no-repeat left center;
    min-height: 24px;
    transition: all .3s ease-out;	
}

.telegram-btn-foot:hover{
	color: #ffb748;
	background-image: url("../svg/icon_telegram_yellow.svg");
}

.copyright{
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff;	
}

.copyright-text{
	margin-left: 15px;
}

.conf-link{
	font-size: 15px;
	line-height: 1.6;
	color: #fff1aa;	
	text-decoration: none;
	margin-left: 15px;
}

.conf-link:hover{
	color: #ffb748;
}

.modal-dialog.__popup-form{
	width: 442px;
}

.modal-header{
	border-bottom: none;
}

.modal-content{
	background-color: #f5f5f5;
}

.frm-modal .btn-close{
	margin-left: 0!important;
}

.frm-modal .btn-close:focus {
    box-shadow: none;
}

.modal-order-call .modal-dialog.__popup-form{
	max-width: 1340px;
    width: auto;
    display: flex;
    justify-content: flex-end;
}
.modal-order-call .modal-content{
    width: 442px;
}

.frm-header{
	display: flex;
    flex-shrink: 0;
    align-items: center;
	justify-content: flex-end;
	padding: 15px 15px 0;
}

.frm-body{
	padding: 45px 50px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

.frm-title{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #999999;
	margin-right: 10px;	
}

.frm-subheader{
	font-size: 18px;
	line-height: 1.66;
	color: #333333;
	margin-bottom: 35px;
}

.frm-input, .form-control{
	border: none;
	display: block;
    padding: 20px 32px;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    line-height: 1;
    border-radius: 40px;
	margin-bottom: 15px;
    transition: box-shadow .3s ease-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

.frm-input:focus, .form-control:focus{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
}

.frm-input::placeholder{
	color: #999999;
}

.consult-activities .frm-input{
    margin: 10px 30px 10px 0;
	width: 370px;
}

.consult-activities .pbtn.__type2{
    width: 370px;
	margin: 10px 0;
}

.r-tab {
    list-style-type: none;
    margin: 0 -0.79365%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.r-tab .__col1 {
    position: relative;
    width: 31.746031%;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0.79365%;
    border-radius: 16px;
    overflow: hidden;
}

.contacts-table{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.contacts-col.__1{
	width: 320px;
	margin-right: 30px;
}

.contacts-col.__2{
	width: 615px;
	margin-right: 30px;
	background: url(../svg/list_04.svg) no-repeat right top;
    background-size: 296px;
	padding-right: 75px;
	padding-top: 80px;
	margin-top: -80px;
}

.contacts-col.__3{
	width: 240px;
	align-self: flex-end;
}

.call-btn-big{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -1px;
	white-space: nowrap; 
    font-weight: 900;
    color: #333333;
    text-decoration: none;
    transition: all .3s ease-out;
}

.call-btn-big:hover {
	color: #ffb748;
}

.social-btn {
	display: flex;
	align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 15px;
	line-height: 1;
    padding-left: 30px;
	margin-bottom: 20px;
    background-repeat: no-repeat;
	background-position: left center;
    min-height: 24px;
    transition: all .3s ease-out;
}

.social-btn:hover {
    color: #ffb748;
}

.social-contacts{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 35px;
}

.social-btn.__whatsapp {
    background-image: url("../svg/icon_whatsapp_dark.svg");
}
.social-btn.__whatsapp:hover {
	background-image: url(../svg/icon_whatsapp_yellow.svg);
}
.social-btn.__telegram {
    background-image: url("../svg/icon_telegram_dark.svg");
}
.social-btn.__telegram:hover {
    background-image: url(../svg/icon_telegram_yellow.svg);
}
.social-btn.__email {
    background-image: url("../svg/icon_mail_dark.svg");
}
.social-btn.__email:hover {
    background-image: url(../svg/icon_mail_yellow.svg);
}

.callback-form-contacts-foot{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.callback-form-contacts .pbtn.__type1{
	margin-right: 0;
	margin-top: 10px;
}

.callback-form-contacts .frm-input{
	width: 100%;
	margin-bottom: 20px;
	padding-top: 28px;
	padding-bottom: 28px;
}

.contacts-table .about-subheader-txt{
	margin-bottom: 50px;
}

.manager-contacts{
	font-size: 16px;
	line-height: 1.62;
}

.manager-contacts p{
	margin-bottom: 25px;
}

.photo-tab{
	margin-bottom: 80px;
}

.photo-tab .__row{
    list-style-type: none;
    margin: 0 -0.79365%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.photo-tab .__col1 {
    position: relative;
    width: 31.746031%;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0.79365% 25px;
    border-radius: 16px;
    overflow: hidden;
}

.hod-tab{
	margin-bottom: 80px;
}

.hod-tab .__row{
    list-style-type: none;
    margin: 0 -0.79365%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
	align-items: stretch;
    align-content: stretch;
}

.hod-tab .__col1 {
    position: relative;
    width: 23.4127%;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0.79365% 25px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

.hod-link {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	text-decoration: none;
	color: #333333;	
}

.hod-tab-caption{
	padding: 25px 30px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 1 0;
    justify-content: space-between;
}

.hod-img-txt{
	font-size: 18px;
	line-height: 1.55;
	color: #333333;
	margin-bottom: 15px;
}

.hod-img-count{
	display: block;
	line-height: 1.55;
	text-align: right;
	background: url("../svg/icon-photo.svg") no-repeat center;
	background-position: right center;
	padding-right: 30px;
	min-height: 24px;
	padding-top: 2px;
}

.modal-photo-gallery .modal-dialog{
	max-width: 1200px;
}

.modal-photo-gallery .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-photo-caption{
	display: flex;
    justify-content: space-between;
	background-color: #ffffff;
	border-radius: 16px;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
	padding: 10px 55px 10px 30px;	
}

.modal-photo-txt p{
    margin-bottom: 0;
}

.modal-photo-gallery .carousel-item img{
	border-radius: 16px;
}

.modal-photo-gallery .btn-close{
	position: absolute;
	right:10px;
	top:10px;
	background: url("../svg/icon-close-type1.svg") no-repeat center #ffffff;
	opacity: 1;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	z-index: 1000;
}

.modal-photo-gallery .btn-close:hover{
	background-image: url("../svg/icon-close-type1_hover.svg");
}

.modal-photo-gallery .carousel-control-prev, 
.modal-photo-gallery .carousel-control-next {
	display: flex;
}

.com-tab .__row{
    list-style-type: none;
    margin: 0 -0.79365%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
	align-items: stretch;
    align-content: stretch;
}

.com-tab .__col1 {
    position: relative;
    width: 23.4127%;
    display: flex;
    flex-flow: row wrap;
	align-content: flex-start;
    margin: 0 0.79365% 25px;
	padding: 30px 35px 35px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);	
}

.com-col-icon{
	margin-bottom: 30px;
}

.com-col-header{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 15px;
}

.com-col-txt{
	font-size: 18px;
    line-height: 1.55;
    color: #333333;
}

.com-col-txt p{margin-bottom:0;}

.statistics-genplan{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.sg-list{
	flex: 1 1 0;
    margin-right: 70px;
}

.sg-list ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;	
	align-items: flex-start;
}

.sg-list ul li{
	display: flex;
	flex: 1 1 0;
	margin: 37px 30px 37px 0;
}

.sg-number{
	display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;	
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	border-radius: 28px;
	min-width: 28px;
	height: 28px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
}

.statistics-genplan .sg-number{
	margin-right: 20px;
}

.sg-number.__green{
	background-color: #ebffdc;
	color: #039603;
}

.sg-number.__orange{
	background-color: #fffbe4;
	color: #ff8400;
}

.sg-number.__red{
	background-color: #ffeeee;
	color: #fc4747;
}

.sg-heading{
	font-size: 32px;
	font-weight: 900; 
	line-height: 1;
	color: #333333;
	margin-bottom: 10px;
}

.sg-txt{
	font-size: 16px;
	line-height: 1.55;
	font-weight: 400; 
	color: #333333;
}

.statistics-genplan .pbtn.__type3 {
    margin: 30px 0;
}

.genplan-bg{
	position: relative;
	margin: 0 auto;
    max-width: 1920px;
}

.genplan-bg-img{
	background: url("../img/genplan_img_1920.jpg") no-repeat center top;
	background-size: auto 100%;	
	height: 970px;
}

.genplan-borders-svg{
	position: absolute;
	left:0;
	top:0;	
}

.genplan-borders-svg path:hover {
	cursor: pointer;
}

.genplan-numbers-svg{
	position: absolute;
	left:0;
	top:0;
}

.af-title{
	text-align: center;
	font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: #333333;
	margin-bottom: 10px;
}

.af-subtitle{
	text-align: center;
	font-size: 16px;
    line-height: 1;
    color: #333333;
}

.af-subtitle.__green{
	color: #009500;
}

.af-subtitle.__orange{
	color: #ff8400;
}

.af-subtitle.__red{
	color: #fc4747;
}

.af-table{
	font-size: 16px;
    line-height: 1;
    color: #333333;
	margin: 25px 0 0;
}

.af-table .__row1{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}

.af-table .__col1{
	flex: 1 1 0;
	align-self: baseline;
	margin: 10px 0;
}

.af-price{
	font-size: 26px;
	line-height: 1.15;
    color: #333333;
	font-weight: 700;
}

.af-fields{
	margin-top: 25px;
}

.af-fields .frm-input{
	width: 100%;
}

.af-fields .pbtn.__type1{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.af-fields.__hidden{
	display: none;
}

.af-price-row.__hidden{
	display: none;
}

.section-ipoteka{
	display: flex;
}

.ipoteka-left{
	display: flex;
    justify-content: flex-end;
	flex: 1 1 45%;
	background-color: #ffb748;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
    margin-right: -16px;
    z-index: 99;
}

.ipoteka-right{
	flex: 1 1 55%;
	height: 594px;
	background: url("../img/img_ipoteka_1920.jpg") no-repeat center;
	background-size: cover;
}

.ipoteka-left-content{
	align-self: center;
	margin-right: -25px;
	padding-left: 15px;
}

.ipoteka-left-main{
	padding-right: 140px;
}

.ipoteka-subheader-tab{
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
}

.ipoteka-subheader-tab .__col1{
	width: 281px;
}

.ipoteka-contacts-manager{
	margin-bottom: 10px;
}

.ipoteka-manager-phone{
	font-size: 32px;
    font-weight: 900;
    line-height: 1;
	letter-spacing: -1px;
    color: #333333;
	text-decoration: none;
	margin-right: 10px;
	transition: all .3s ease-out;
}

.ipoteka-manager-phone:hover{
	color:#ffffff;
}

.ipoteka-manager-name{
	font-size: 16px;
    line-height: 1;
    color: #333333;
}

.ipoteka-contacts-email{
	margin-bottom: 40px;
}

.ipoteka-contacts-email-link{
	display: inline-flex;
	align-items: center;
	background: url(../svg/icon_mail_dark.svg) no-repeat left center;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    padding-left: 30px;
    min-height: 24px;
    transition: all .3s ease-out;
}

.ipoteka-contacts-email-link:hover{
	color: #ffffff;
	background-image: url(../svg/icon_mail_white.svg);
}

.ipoteka-btns{
	display: flex;
}

.ipoteka-btns .pbtn.__type4{
	margin-right: 20px;
}

.uslovia-ipoteki-modal .modal-body{
	padding: 50px;
}

.usl-modal-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.usl-modal-list li{
	margin-left: 24px;
    display: block;
    padding-left: 10px;
	margin-bottom: 20px;
}
.usl-modal-list li:before {
    display: inline-block;
    content: "";
    background: url(../svg/checkmark-icon.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    margin-left: -34px;
    margin-right: 10px;
    vertical-align: middle;
}

.uslovia-ipoteki-modal .statistics-list{
	margin-right: 0;
}

.uslovia-ipoteki-modal .statistics-list ul {
    align-items: flex-start;
}

.uslovia-ipoteki-modal .statistics-list .about-subheader-txt{
	margin-bottom: 10px;
}

.uslovia-ipoteki-modal .about-subheader-txt{
	margin-bottom: 20px;
}

.politika-konf-modal .modal-body {
    padding: 50px;
}

.pol-konf-content ul{
	list-style-type: none;
	padding-left: 0;
}

.pol-konf-content ul ul{
	padding-left: 20px;
	margin-bottom: 40px;
}

.pk-last{
	padding-left: 20px;
}

.politika-konf-modal .about-subheader-txt{
	margin-bottom: 20px;
}

.frm-submit:disabled {
    border-color: #d1d1d1!important;
    color: #d1d1d1!important;
    background-color: transparent!important;
}
.frm-submit:disabled:hover {
    border-color: #d1d1d1!important;
    color: #d1d1d1!important;
    background-color: transparent!important;
}
.frm-submit.__arr:disabled:after {
    background-image: url(../svg/arrow_24x24_right_lightgrey.svg)!important;
}

.order-form-success-message{
    display:block;
}
.order-form-success-message.__hidden{
    display:none;
}
.of-success-message-body{
    text-align: center;
    padding: 45px 50px;
}
.order-form-success-message .h3,
.order-form-success-message h3{
    margin-bottom: 20px;
}
.modal .invalid-feedback {
    margin-top: -15px;
    margin-bottom: 10px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 1.5;
}
div.order-form-error {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 16px;
    font-size: 14px;
    color: #dc3545;
    line-height: 1.5;
}

.ipoteka-form-success-message{
    display:block;
}
.ipoteka-form-success-message.__hidden{
    display:none;
}
.if-success-message-body{
    text-align: center;
    padding: 45px 50px;
}
.ipoteka-form-success-message .h3,
.ipoteka-form-success-message h3{
    margin-bottom: 20px;
}

.consult-form-success-message .h3,
.consult-form-success-message h3{
    margin-bottom: 20px;
}

.cf-success-message-body{
    text-align: center;
    padding: 45px 50px;
}
.contacts-form-success-message .h3,
.contacts-form-success-message h3{
    margin-bottom: 20px;
}

.about-descr p{
    margin-bottom: 0;
}

.recreation-descr p{
    margin-bottom: 0;
}

.contacts-col.__1 p{
    margin-bottom: 0;
}

.al-descr p{
    margin-bottom: 0;
}

/*==================== STYLED CHECKBOX 1 ===================*/

.frm-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.frm-checkbox+label {
	display: inline-flex;
	align-items:flex-start;
	user-select: none;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	margin-top: 15px;
}

.frm-checkbox+label:hover{
	cursor: pointer;
}

.frm-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #ffffff;
	outline: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 2px;
	margin-right: 10px;
	margin-top: 5px;
}

.frm-checkbox:checked+label{
	color: #333333;
}

.frm-checkbox:checked+label::before {
	background-color: #ffb748;
}
/* стили при наведении курсора на checkbox */
.frm-checkbox:not(:disabled):not(:checked)+label:hover::before {
	outline: 1px solid #999999;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.frm-checkbox:disabled+label::before {
	background-color: #e9ecef;
	outline-color: #CCCCCC;
}

/*==================== STYLED CHECKBOX 2 ===================*/

.frm-checkbox-green {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.frm-checkbox-green+label {
	display: inline-flex;
	align-items:flex-start;
	user-select: none;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	margin-top: 15px;
}

.frm-checkbox-green+label:hover{
	cursor: pointer;
}

.frm-checkbox-green+label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 10px;
	margin-top: 3px;
	background: url("../svg/ckeckbox_empty.svg") no-repeat center;
}

.frm-checkbox-green:checked+label{
	color: #333333;
}

.frm-checkbox-green:checked+label::before {
	background: url("../svg/ckeckbox.svg") no-repeat center;
}

/*=================== /// END STYLED CHECKBOX /// =================================*/

.btn-scrolltop {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	visibility: hidden;
	background: url("../svg/arrow_to-up.svg") no-repeat center;
	border:none;
	outline: none;
	opacity: 0;
	transition: all 0.2s;
	z-index: 9999;
}

.carousel-control-prev,
.carousel-control-next {
	width: 8.85%;
	z-index: 3;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3.75rem;
    height: 3.75rem;
}

.carousel-control-prev-icon {
    background-image:url("../svg/arrow_60x60_left.svg");
}

.carousel-control-next-icon {
    background-image:url("../svg/arrow_60x60_right.svg");
}

.carousel-image{
	height: 990px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.carousel-image.__number1{
	background-image: url("../img/photo_1_screen_01.jpg?ver=12");	
}

.carousel-image.__number2{
	background-image: url("../img/photo_1_screen_02.jpg");
}

.carousel-indicators [data-bs-target] { 
    width: 90px;
    height: 4px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #f5f5f5;
	opacity: 1;
	border:none;
	border-radius: 4px;
}

.carousel-indicators .active{
	background-color: #ffb748;
}

/*========================= NAVIGATION MOBILE ==========================*/
.nav-mobile-btn{
	display: none;
	background: url("../svg/icon_burger.svg") no-repeat left top;
	width: 20px;
	height:20px;
}

.nav-mobile-btn.__dark{
	background-image: url("../svg/icon_burger_dark.svg");
}

.nav-mobile-container {
    display: none;
    position: fixed;
    overflow-y: auto;
	text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/photo_1_screen_02_360_mobile_menu.jpg") no-repeat center #222222;
	background-size: cover;	
    z-index: 9999;
}

.nav-mobile-container.opened {
    display: block;
}

.nm-close-btn{
	display: block;
	position: absolute;
	right:10px;
	top: 10px;
	width:30px;
	height:30px;
	background: url("../svg/icon-close_light.svg") no-repeat center;
	background-size: 100%;
}
.nav-mobile{
	display: inline-block;
	margin: 0 20px 20px;
	padding-top: 100px;	
}

.nav-mobile ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-mobile ul li {
	display: block;
	text-align: center;
}

.nav-mobile ul li a{
	color: #f5f5f5;
	display: block;
    position: relative;
    padding: 20px;
    font-size: 15px;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
	width:100%;
}
.nav-mobile ul li.active a {
	color:#ffb748;
	border-top: 4px solid #ffb748;
	border-bottom: 4px solid #ffb748;
	padding-top: 17px;
	padding-bottom: 16px;
	margin-top: -1px;
}



/*=================================== PHONE INPUT ===========================================*/

.iti{
    margin-bottom: 15px;
}

.iti__selected-country-primary{
    padding-left: 30px;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-left: 80px;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, 
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right 20px center;
}

.g-recaptcha {
  margin: auto;
    margin-bottom: auto;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

	
/*_________________________________________________________________________________RESPONSIVE_______________________________________________________________________________*/


@media (min-width: 1340px){
	.section-body {
		max-width: 1340px;
	}
	
}


@media (max-width: 1920px){
	.genplan-bg{
		overflow: hidden;
	}
	
	.genplan-numbers-svg{
		left: 50vw;
   	 	margin-left: -960px;
	}
	
	.genplan-borders-svg{
		left: 50vw;
    	margin-left: -960px;
	}
}

@media (max-width: 1680px){
	.about-subheader.__right {		
		margin-right: 0;
	}
}

@media (max-width: 1360px){
		
	.section-wrap-wide {
		padding: 0 15px;
	}
	
	.section-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-wrap-wide .section-body{
		padding: 0;
	}
	.modal-photo-gallery .modal-dialog {
		max-width: 80%;
	}
}

@media (max-width: 1280px){
	.logo-head{
		width: 150px;
		height: 137px;
		margin-left: -75px;
	}
	.nav-head ul li a {
    	font-size: 14px;
	}
	
	.nav-head ul.nav-head-right li {
		padding-left: 25px;
		padding-right: 25px;
	}	
	.footer-content {
    	justify-content:flex-start;		
	}
	
	.nav-foot ul{
		margin-left: 0;
		margin-right: 70px;
	}
	.footer-col5{
		flex: 1 1 auto;
		padding-left: 0;
		padding-top: 35px;
	}
	.copyright-text{
		display: inline;
		margin-left: 0;		
	}
	.copyright-text br{
		display: none;
	}
	
	.conf-link{
		margin-left: 0;
	}
	
	.conf-link br{
		display: none;
	}
	.consult-activities {
    	flex-direction: column;
	}
	.consult-activities .frm-input {
    	margin-right: 0;
	}
	.modal-order-call .modal-dialog.__popup-form{
		max-width: none;
		width: 442px;
		display: block;
	}
	.modal-order-call .modal-content{
		width: auto;
	}
	.contacts-col.__2{
		width:540px;
		margin-right: 0;
		background-position: right 80px top;
		background-size: 240px;
		padding-right: 0;
		padding-top: 120px;
		margin-top: -120px;
	}
	.contacts-col.__3{
		margin-top: 50px;
		width: auto;
	}
	.manager-contacts br{
		display: none;
	}
	.sg-list {
		margin-right: 0;
	}	
}

@media (max-width: 992px)  {	
	
	body {
		font-size: 16px;
		line-height: 1.87;
	}
	.contacts-head{
		padding: 23px 0;
	}
	
	.geo-head {
		margin-top: 57px;
	}	
	
	.carousel-control-prev, .carousel-control-next{
		display: none;
	}
	
	.carousel-image {
    	height: 630px;
	}
	.carousel-image.__number1{
		background-image: url("../img/photo_1_screen_01_992.jpg");
	}

	.carousel-image.__number2{
		background-image: url("../img/photo_1_screen_02_992.jpg");
	}
	.h1-main {
		margin-bottom: 40px;
	}
	.h1-inner{
		margin: 90px 0 50px;
	}	
	
	.statistics-list{
		margin-right: 0;
	}
	
	.statistics-list ul{
		padding: 20px 0;
	}
	
	.statistics-list ul li{
		flex: 1 1 50%;
		margin: 17px 0;
		padding-right: 10px;
	}
	
	.statistics.__about .statistics-list ul li {
        flex: none;
	}
	
	.statistics.__about .pbtn.__type3{
		display: none;
	}
	
	.al-descr{
		font-size: 16px;
		line-height: 1.55;
	}	
	
	.about-project-summary{
		margin-bottom: 75px;
	}
	.about-subheader-txt {
    	font-size: 17px;
	}
	.about-subheader.__left {
		padding: 45px 0 85px 25px;
		margin-left: -25px;
		background-size: 100%;
		margin-right: 4.159%;
	}
	
	.about-subheader.__right {
		background-size: 283px;
		padding-right: 0;
		padding-left: 60px;
		padding-top: 55px;
		margin-top: -10px;
		background-position: top right 10px;
	}
	
	.about-list {
		padding-left: 0;
	}
	.about-list ul li{
		padding: 30px 25px 20px;
		max-width: 31.152%;
	}
	
    .about-header {
		margin: 90px 0 50px;
	}
	
	.about-summary{
		display: block;
		margin-top: 30px;
	}
	.about-descr {
		max-width: none;
		margin-bottom: 40px;
	}
	.about-descr br{
		display: none;
	}
	.section-bg2{
		min-height: 640px;
		background-size: contain;
	}
	.recreation-descr{
		background-position: left 38% center;
		background-size: 185px auto;
	}
	.recreation-summary {
    	padding-top: 60px;
	}
	
	.section-about-recreation {
		margin-top: 85px;
		margin-bottom: -150px;
	}
	
	.about-recreation.__cell1.__hide-mobile{
		display: none;
	}
	
	.about-recreation.__row.__full-mobile {
		display: block;
	}
	
	.about-recreation.__cell1.__full-mobile {
		display: block;
		flex: none;
	}	
	
	.about-recreation.__cell2.__full-mobile {
		display: block;
		flex: none;
		margin-left: 0;
	}
	
	.about-recreation.__cell2.__spaces-mobile{
		margin-top: 60px;
		margin-bottom: 50px;
	}
	
	.about-recreation.__row.__av-center{
		display: flex;
    	flex-flow: column-reverse;
	}
	
	.recreation-table {
    	margin: 0 -1.5%;
	}
	.recreation-table .__col1 {
		width: 63.582%;
		margin: 0 1.5% 3.1%;
	}
	
	.recreation-table .__col2 {
		width: 30.277%;
		margin: 0 1.5% 3.1%;
	}
	
	.logo-foot {
		max-width: 217px;
	}	
	.footer-content {
		margin-left: 3.119%;
	}
	.consult-summary{
		margin-top: -30px;
	}
	.consult-activities {
    	justify-content: flex-end;
	}
	
	.footer-body {
		align-items: flex-start;
	}
	.page-footer .call-btn{
		font-size: 18px;
	}
	.page-footer .order-call-btn{
		font-size: 18px;
	}
	
	.hod-tab .__col1 {
		width: 31%;
		margin: 0 1.166% 25px;
	}
	
	.com-tab .__col1 {
		width: 31%;
		margin: 0 1.166% 25px;
	}
	.com-col-header {
    	font-size: 16px;
	}
	.com-col-txt {
		font-size: 16px;
	}
	
	.ipoteka-left{
		flex: 1 1 0;
	}
	
	.ipoteka-right{
		flex: 1 1 0;
		height:652px;
		background-image: url("../img/img_ipoteka_960.jpg");
	}
	.ipoteka-left-content{
		width: auto;
		margin-right: 0;
		padding-right: 30px;
	}
	.ipoteka-btns{
		display: block;
	}
	.ipoteka-left-main{
		padding-right: 0;
	}
	.ipoteka-btns .pbtn.__type4 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px)  {
	
	.page-main{
		padding-top: 90px;
	}
	.section-wrap-wide {
		padding: 0 25px;
	}
	.section-body {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.gallery-head{
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	
	.carousel-image.__number1{
		background-image: url("../img/photo_1_screen_01_768.jpg");
	}

	.carousel-image.__number2{
		background-image: url("../img/photo_1_screen_02_768.jpg");
	}
	
	.whatsapp-btn-head, 
	.telegram-btn-head {
		background-size: 20px;
		width: 20px;
		height:20px;
	}
	
	.order-call-btn.__head{
		background-image: none;
	}
	.contacts-head.__dark .order-call-btn.__head{
		background-image: none;
	}
	.nav-mobile-btn{
		display: block;
	}
	.nav-head{
		display: none;
	}	
	
	.contacts-head {
    	border-bottom: 1px solid #f5f5f5;
	}
	
	.carousel-image {
    	height: 488px;
	}
	.call-btn {
    	font-size: 16px;
	}
	.order-call-btn {
    	font-size: 16px;
	}
	.geo-head {
		margin-top: 80px;
	}
	
	.h1-main{
		margin-bottom: 30px;
	}
	
	.h1-link-main {
		width: 346px;
		height: 133px;		
	}
	
	.h1-inner{
		margin: 15px 0 40px;
	}
	
	.h1-inner img{
		height: 40px;
	}
	
	.pbtn {    
		font-size: 16px;
		padding: 13px 27px;
	}
	
	.pbtn.__arr:after{
		width:20px;
		height:20px;
	}
	
	.activities-head .pbtn.__type1,
	.recreation-activities .pbtn.__type1{
		margin-right: 20px;
	}	
	
	.statistics{
		display: block;
	}
	.statistics .pbtn.__type3{
		margin-top: 0px;
	}
	
	.statistics.__about .statistics-list ul li {
        flex: 1 1 50%;
    }
	
	.about-body{
		display: block;		
	}
	.about-subheader.__left{
		padding-bottom: 45px;
		padding-top: 40px;
		margin-bottom: 25px;
		background-position: left 125px top;
		background-size: auto 100%;
	}
	.about-project-summary{
		display: block;
	}
	
	.about-project-descr{
		margin-right: 0;
	}
	
	.br-type1{
		display: none;
	}	
	
	.br-type2{
		display: inline;
	}
	
	.about-header{
		margin-top: 70px;
		margin-bottom: 30px;
	}
	
	.about-header img{
		width: 166px;
	}
	
	.about-subheader.__right {
        background-size: 217px;
		padding-bottom: 20px;
		padding-left: 0;
		margin-top: 40px;
		min-height: 200px;
		background-position: top right 45px;
	}	
	
	.about-summary {
		margin-top: 20px;
		margin-bottom: 70px;
	}
	
	.recreation-summary{
		display: block;
		padding-top: 50px;
	}
	.recreation-descr {
    	margin-left: 0;
		padding: 20px 0;
		background-position: right top;
		background-size: auto 100%;
	}
	.recreation-activities {
    	flex-direction: row;
	}	
	
	.section-about-recreation {
        margin-top: 65px;
    }
	
	.section-about-recreation .recreation-activities{
		margin-bottom: 20px;
	}
	
	.about-recreation.__row{
		display: block;
	}
	
	.about-recreation.__cell1 {
		flex: none;
	}
	
	.about-recreation.__cell2 {
		flex: none;
		margin-left: 0;
	}
	.about-recreation.__cell2.__spaces-mobile {
        margin-top: 40px;
        margin-bottom: 40px;
    }
	.section-bg2 {
		min-height: 620px;
	}
	
	.section-bg3{
		padding-top: 70px;
	}
	.consult-header{
		padding-bottom: 5px;
		width: 55.711%;
	}
	
	.consult-descr {
		max-width: 350px;
		font-size: 16px;
		line-height: 1.87;
	}
	
	.consult-summary {
        margin-top: -45px;
    }
	
	.consult-activities .frm-input{
		width: 350px;
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.consult-activities .pbtn.__type2{
		width: 350px;
	}
	.footer-body {
		padding: 50px 0;
	}
	.logo-foot {
		max-width: 186px;
	}
	.footer-col4 {
		margin-top: 30px;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		flex: 1 1 0;
	}
	.whatsapp-btn-foot{
		margin-right: 20px;
	}
	.page-footer .call-btn{
		margin: 7px 0;
	}
	.page-footer .order-call-btn{
		margin: 7px 10px 7px  0;
	}
	.social-foot{
		margin-top: 5px;
	}
	.footer-content {
		margin-left: 8.357%;
	}
	.whatsapp-btn-foot,
	.telegram-btn-foot{
		background-size: 20px;
	}
	.conf-link{
		margin-top: 10px;
	}
	.modal{
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-dialog.__popup-form {
		width: auto;
		max-width: 442px;
		margin-left: auto;
		margin-right: auto;
	}
	.contacts-col.__1{
		width: auto;
		flex: 0 1 0;
		margin-right: 65px;
	}
	.contacts-col.__2{
		width: auto;
		flex: 1 1 0;
	}
	.contacts-col.__1 .about-subheader-txt{
		max-width: 200px;
	}
	.contacts-table .pbtn.__type3.__arr{
		width: 100%;
	}
	.callback-form-contacts .pbtn.__type1{
		width: 100%;
	}
	.callback-form-contacts .frm-input {
		padding-top: 17px;
		padding-bottom: 17px;
	}	

	.modal-photo-gallery .carousel-control-next-icon, 
	.modal-photo-gallery .carousel-control-prev-icon {
		width: 47px;
		height: 47px;
	}	
	.hod-tab .__col1 {
		width: 47%;
		margin: 0 1.5% 22px;
	}
	
	.hod-img-txt {
    	font-size: 16px;
	}
	
	.com-tab .__col1 {
		margin-bottom: 15px;
	}
	.statistics-genplan{
		display: block;
	}
	.statistics-genplan .pbtn.__type3{
		margin-top: 0;
	}
	.genplan-bg {
		overflow: auto;
        margin-left: -560px;
    }
	.genplan-bg-img{
		width: 1920px;
	}
	.genplan-numbers-svg {
        left: 0;
        margin-left: 0;
    }
	.genplan-borders-svg {
	 	left: 0;
        margin-left: 0;
    }
	.ipoteka-right{
		height: 555px;
		background-image: url("../img/img_ipoteka_720.jpg");
	}
	.ipoteka-subheader-tab .__col2{
	    margin-right: -100px;
	}
	.ipoteka-left-content {
        padding-right: 15px;
    }
	.btn-scrolltop{
		display: none;
	}
	.uslovia-ipoteki-modal .modal-body{
		padding: 30px 20px;
	}
	.modal-photo-gallery .modal-dialog {
        max-width: none;
    }
    .carousel-control-prev {
		left: 30px;
	}
	.carousel-control-next {
		right: 30px;
	}
}

@media (max-width: 620px)  {
    .carousel-image {
        height: 580px;
    }
	.com-tab .__col1 {
		width: 47%;
		margin: 0 1.5% 20px;
	}	
}

@media (max-width: 480px)  {
	.h1-inner{
		text-align: center;
	}
	.h1-inner img{
		height: 30px;
	}
	.page-main.__inner{
		padding-top: 40px;
	}
	.section-wrap-wide {
        padding: 0 15px;
    }
	
	.section-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.carousel-image {
        height: 630px;
    }
	.carousel-image.__number1{
		background-image: url("../img/photo_1_screen_01_360.jpg");
	}

	.carousel-image.__number2{
		background-image: url("../img/photo_1_screen_02_360.jpg");
	}
	
	.head-top {
		border-bottom: 1px solid #f5f5f5;
	}
	
	.head-top.__inner {
        border-bottom: 1px solid #333333;
    }
	
	.order-call-btn.__head{
		display: none;
	}
	
	.logo-head{
		position: static;
		top: auto;
		left: auto;
		width: 141px;
		height: 130px;
		margin: 20px auto 0;
	}
	
	.contacts-head .call-btn {
		margin-left: 20%;
	}
	
	.contacts-head{
		border-bottom: none;
		padding: 10px 0;
	}
	.geo-head {
        margin-top: 40px;
		text-align: center;
    }
	
	.social-head{
		display: flex;
	}
	.contacts-head.__left {
		float: none;
		display: flex;
		justify-content: flex-end;
		flex-direction: row-reverse;
		flex: 1 1 0;    
	}
	.contacts-head.__right {
		float: none;
		flex: 0 1 0;
	}
	
	.h1-link-main {
		width: 100%;
		height: 120px;
		background:url("../svg/title_1-screen_h1_360.svg?v=3") no-repeat center top!important;
	}
	
	.about-project-summary {
        margin-top: 35px;
        margin-bottom: 35px;
    }
	.about-subheader.__right {
        margin-top: 20px;
	}
	.activities-head {
		flex-flow: column wrap;
		align-items: stretch;
	}
	.section-about-recreation {
        margin-top: 35px;
    }
	
	.about-recreation.__cell2.__spaces-mobile {
        margin-top: 10px;
        margin-bottom: 30px;
    }
	.section-about-recreation {
        margin-bottom: -70px;
    }
	.pbtn.__type1{
		text-align: center;
		background-position: right 70px center;
    }
	
	.activities-head .pbtn.__type1,
	.recreation-activities .pbtn.__type1{
		margin-right: 0;
	}
	.recreation-name {
        bottom: 15px;
        left: 20px;
        font-size: 15px;
        max-width:70%;
	}
	
	.recreation-name.__text-right {
        right: auto;
        text-align: left;
    }
    
	.statistics-list ul{
		display: block;
		padding-top: 10px;
	}
	.statistics-list ul li{
		display: block;
		padding-right: 0;
		text-align: center;
	}
	.statistics .pbtn.__type3 {
        width: 100%;
    }
	
	.about-header {
        width: 125px;
        margin: 60px auto 20px;
    }
	.about-subheader.__left {
        margin-left: 0;
        margin-right: 0;
		padding: 30px 0;
		background-position: right center;
    }
	.about-list ul {
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
	}
	.about-list ul li {
        max-width: none;
        display: flex;
        align-items: center;
		margin-bottom: 15px;
    }
	.al-img {
		margin-bottom: 0;
	}
	.about-descr {
        margin-bottom: 30px;
    }
	.about-summary .pbtn.__type3.__arr{
		background-image: none;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		white-space: normal;
	}
	.section-bg2 {
        min-height: 660px;
    }
	
	.recreation-activities .pbtn.__type1, 
	.recreation-activities .pbtn.__type3{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.recreation-descr {
		margin-bottom: 0;
        background-position: right bottom;
        background-size: 55%;
    }
	.recreation-summary {
        padding-top: 30px;
    }
	
	.section-bg3{
		padding: 50px 0 45px;
	}
	
	.consult-header{
		width: 100%;
        height: 120px;
		padding-bottom: 0;
        background: url("../svg/title_poluchite-konsultaciu_h2_360.svg") no-repeat center top;    
	}
	.consult-activities .frm-input{
		width: 100%;
	}
	.consult-activities .pbtn.__type2 {
        width: 100%;
    }
	.consult-descr{
		display: block;
		max-width: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.consult-summary {
		display: block;
        margin-top: 20px;
    }
	
	.recreation-table .__col2.__horses{
		display: none;
	}
	.recreation-table .__col2.__mobile.__360{
		display: block;
	}
	
	.recreation-table .__col1{
		width: 100%;
	}
	.recreation-table .__col2,
	.recreation-table .__cell1,
	.recreation-table .__cell2{
		flex: 1 1 0;
		width: 50%;
	}
	.recreation-table .__col2 {
        margin: 0 1.5% 3.1%;
	}
	.recreation-table .__cell1{
		margin-right: 1.9%;
	}
	.recreation-table .__cell2{
		margin-left: 1.9%;
	}
	
	.logo-foot {
        max-width: 130px;
    }
	.footer-body{
		display: none;
	}
	.footer-body.__mobile.__360{
		display: flex;
	}
	
	.footer-body .order-call-btn{
		background-image: none;
		padding-left: 0;
		padding-right: 0;
		margin: 7px 0;
	}
	
	.footer-col4 {
        margin-top: 0;
	}
	
	.footer-body-top {
        display: flex;
		flex-flow: row wrap;
        justify-content: space-between;
        flex: 1 1 0;       
    }
	.footer-col4 {
		display: block;
		flex: none;
	}
	.social-foot {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-self:flex-start;
	}
	.nav-foot {
		flex: 1 1 100%;
		justify-content: space-between;
		margin-top: 40px;
	}
	.nav-foot ul{
		margin: 0 25px 0 0;
	}
	.r-tab .__col1 {
        width: 100%;
		margin: 0 1.5% 3.1%;
    }
	
	.contacts-table{
		display: block;
	}
	.contacts-col.__1 {    
		display: block;
        margin-right: 0;
    }
	.contacts-col.__2{
		display: block;
		background-size: 190px;
		padding-top: 40px;
        margin-top: 0;
		background-position: right 20px top;
	}
	.contacts-col.__1 .about-subheader-txt {
        max-width:none;
		text-align: center;
    }
	.contacts-table .about-subheader-txt{
		text-align: center;
	}
	.manager-header{
		text-align: center;
	}
	.manager-contacts{
		text-align: center;
	}
	
	.photo-tab .__row{
		display: block;
	}

	.photo-tab .__col1 {
		width: auto;
		display: block;		
	}	
	
	.modal-photo-gallery .modal-dialog{
		position: static;
	}
	.modal-photo-gallery .modal-content{
		position: static;
	}	

	.modal-photo-gallery .carousel{
		position: static;
	}	
	.modal-photo-gallery .carousel-inner{
		position: static;
	}
	.modal-photo-gallery .carousel-item{
		position: static;
	}
	
	.modal.modal-photo-gallery{
		padding-left: 0;
		padding-right: 0;
	}
	.modal-photo-gallery .carousel-control-prev, 
	.modal-photo-gallery .carousel-control-next {
		display: none;
	}
	.modal-photo-gallery .carousel-item img {
		border-radius: 0;
	}
	.modal-photo-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.modal-photo-gallery .btn-close {
		top: 60px;
	}
	
	.hod-tab {
		margin-bottom: 30px;
	}
	
	.hod-tab .__col1 {
		width: auto;
		display: block;
	}
	.hod-img-txt {
		font-size: 16px;
	}
	
	.com-tab {
		margin-bottom: 30px;
	}
	
	.com-tab .__col1 {
		width: auto;
		display: block;
	}
	
	.section-ipoteka{
		display: block;
	}	
	.ipoteka-left {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-right: 0;
		z-index: auto;
	}
	
	.ipoteka-right {
        height: 360px;
        background-image: url("../img/img_ipoteka_360.jpg");
    }
	
	.ipoteka-left-content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ipoteka-subheader-tab{
		display: block;
		text-align: center;
	}
	.ipoteka-subheader-tab .__col1 {
		margin: 0 auto 30px;
	}
	.ipoteka-subheader-tab .__col2 {
        margin-right: 0;
    }
	.ipoteka-btns .pbtn.__type4{
		width: 100%;
	}
	.ipoteka-btns .pbtn.__type5{
		width: 100%;
	}
	.h2-ipoteka{
		margin-bottom: 30px;
	}
}

@media (max-width: 360px)  {
	.br-type2{display: none;}
	.br-type1{display: inline;}
	.about-summary .pbtn.__arr:after{
		content: none;
	}
	
	.about-subheader.__right {
		background-position: top right 15px;
	}
	.section-bg3 {
		background-image:url("../img/photo_3_360.png");
	}
	.sg-list ul li {
		margin-top: 17px;
		margin-bottom: 17px;
	}
	
	.frm-body {
    	padding: 15px 20px 20px;
	}
	.frm-title {
    	font-size: 14px;
	}
	.frm-subheader {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	.frm-input, .form-control {
		padding: 12px 22px;
		font-size: 16px;		
	}
	.modal-dialog .pbtn {
        font-size: 14px;
        padding: 7px 27px;
    }
	.modal-dialog .pbtn.__arr:after {
		background-size: 20px;
	}
	.modal-dialog .frm-checkbox+label {
		font-size: 14px;
		line-height: 1.3;		
		margin-top: 15px;
	}
	.af-table {
    	font-size: 14px;
	}
	.af-price {
    	font-size: 16px;
	}
	.af-table .__col1 {
		margin: 5px 0;
	}
	.af-fields {
		margin-top: 15px;
	}
	
}