
@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?1kf1b0');
	src:  url('/fonts/icomoon.eot?1kf1b0#iefix') format('embedded-opentype'),
	url('/fonts/icomoon.ttf?1kf1b0') format('truetype'),
	url('/fonts/icomoon.woff?1kf1b0') format('woff'),
	url('/fonts/icomoon.svg?1kf1b0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* General Reset */
body{
	margin: 0;
	color: #000;
	font: 16px/25px "Open Sans", sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{color: inherit;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
*:before,
*:after,
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{margin: 0;}
.slick-slide{outline: none;}
.text-justify{text-align: justify;}
.green,
.text-link{color: #30ad6b;}
.text-link:hover{
	text-decoration: underline;
	color: #30ad6b;
}
/* General settings */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {content: "\e905";}
.icon-tel:before {
	content: "\e906";
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display:inline-block;
}
.icon-01:before {content: "\e900";}
.icon-02:before {content: "\e901";}
.icon-03:before {content: "\e902";}
.icon-04:before {content: "\e903";}
.icon-05:before {content: "\e904";}
.icon-fb:before {content: "\e907";}
.left-holder{
	float: left;
	width: 58%;
}
.left-holder__container{
	max-width: 725px;
	float: right;
	padding: 0 15px;
	width: 100%;
}
.right-holder{
	float: right;
	width: 42%;
}
.right-holder__container{
	max-width: 445px;
	padding: 0 15px 0 60px;
}
.title{
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 30px;
	font-weight: 300;
}
.title+.sub-title{margin-top: -20px;}
.sub-title{margin: 0 0 30px;}
.text-center{text-align: center;}
.row:after,
.container:after,
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
/*header*/
#header{
	padding: 10px 0 10px;
	background-color: #fff;
	border-bottom: solid 1px #b7b7b7;
	font-weight: 300;
}
.header__logo{
	float: left;
	width: 170px;
	margin-top: 12px;
}
.header__logo img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.fader{
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.open-menu{display: none;}
.header__holder{
	float: right;
	width: 160px;
	text-align: center;
	position: relative;
}
.header__holder .header-fb{
	position: absolute;
	left: -47px;
	top: 2px;
}
.header__holder .header-fb:before{
	font-size: 27px;
	line-height: 1;
	color: #30ad6b;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header__holder .header-fb:hover:before{
	color: #148c4e;
}
.header__btn-calback{
	vertical-align: top;
	display: block;
	font-size: 15px;
	line-height: 20px;
	border-radius: 999px;
	background-color: #30ad6b;
	color: #fff;
	padding: 4px 15px 6px;
}
.header__btn-calback:hover{
	color: #fff;
	background-color: #148c4e;
}
.header__phone{
	display: block;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 7px;
}
.header__phone:hover{color: #30ad6b;}

.main-nav{
	float: left;
	list-style: none;
	padding: 0;
	margin: 30px 0 0 60px;
}
.main-nav a{color: #1d1d1d;}
.main-nav li:hover a{color: #30ad6b;}
.main-nav li.active a{
	color: #30ad6b;
	font-weight: 600;
}
.main-nav li{float: left;}
.main-nav li+li{margin-left: 25px;}

/*main-slider*/
.main-slider{position: relative;}
.main-slider__holder{
	display: table-cell;
	width: 1%;
	height: 580px;
	padding: 35px 0 60px;
	vertical-align: bottom;
}
/*..main-slider:after{*/
/*z-index: 2;*/
/*content: '';*/
/*position: absolute;*/
/*bottom: 30px;*/
/*right: 120px;*/
/*width: 170px;*/
/*height: 134px;*/
/*-webkit-background-size: contain;*/
/*background-size: contain;*/
/*background-position: 0 0;*/
/*background-repeat: no-repeat;*/
/*background-image: url(/images2/lisopotik/price.png);*/
/*}*/
.main-slider strong{
	z-index: 2;
	content: '';
	position: absolute;
	bottom: 30px;
	right: 120px;
	width: 170px;
	height: 134px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/images2/lisopotik/price.png);
}
.main-slider__slide{
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic;
	overflow: hidden;
}
.main-slider__title{
	padding: 12px 20px;
	display: inline-block;
	position: relative;
}
.main-slider__title:before{
	z-index: 1;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: -1000px;
	background-color: rgba(48,173,107, .9);
}
.main-slider__title span{
	z-index: 2;
	min-width: 500px;
	display: inline-block;
	position: relative;
}
/*
.main-slider__slide:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0, .3);
	z-index: 1;
}
*/
.main-slider__slide .container{
	position: relative;
	z-index: 2;
}
.main-slider .slick-dots{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.main-slider .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.main-slider .slick-dots button{
	padding: 0;
	background-color: #fff;
	border-radius: 999px;
	background-color: rgba(255,255,255, .65);
	border: solid 1px #fff;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main-slider .slick-dots button:hover,
.main-slider .slick-dots .slick-active button{background-color: rgba(255,255,255, 1);}

/*intro*/
.intro{
	padding: 70px 0 30px;
	font-weight: 300;
}
.intro p{margin-bottom: 55px;}
.intro-list{
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}
.intro-list li{
	display: inline-block;
	width: 20%;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}
.intro-list_ico{
	color: #30ad6b;
	display: block;
	text-align: center;
	margin: 0 0 30px;
	font-size: 60px;
}
/*details*/
.details{
	position: relative;
	color: #fff;
}
.details__gray{
	background-color: #f8f8f8;
}
.details__img{
	background-color: #d6d6d8;
	width: 58%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-position: 100% 100%;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}
.details .title{margin-bottom: 50px;}
.details__list{
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: item;
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
}
.details__list li:before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
}
.details__list li{
	position: relative;
	padding-left: 40px;
}
.details__list li+li{
	margin-top: 35px;
}
.right-holder--blue{
	background-color: #2b2f39;
	padding: 50px 0;
	color: #fff;
}
/*planning*/
.planning{padding: 70px 0 50px;}
.planning-list{
	list-style: none;
	padding: 0;
	margin: 0 -20px;
	font-size: 0;
	line-height: 0;
}
.planning-list li{
	display: inline-block;
	width: 33.3333%;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px;
	margin-bottom: 20px;
	position: relative;
}
/*.planning-list li:nth-child(3),*/
/*.planning-list li:nth-child(4){*/
/*pointer-events: none;*/
/*}*/
/*.planning-list li:nth-child(3):after,*/
/*.planning-list li:nth-child(4):after{*/
/*content: '';*/
/*width: 135px;*/
/*line-height: 35px;*/
/*font-size: 20px;*/
/*color: #fff;*/
/*text-align: center;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin: 0 0 0 -65px;*/
/*background-color: #f09508;*/
/*font-weight: 300;*/
/*}*/
/*.planning-list li:nth-child(3):after{*/
/*content: 'Зарезервовано';*/
/*font-size: 17px;*/
/*}*/
/*.planning-list li:nth-child(4):after{*/
/*content: 'Продано';*/
/*}*/
.planning-list li.sold,
.planning-list li.reserved{
	pointer-events: none;
}
.planning-list li.reserved:after,
.planning-list li.sold:after {
	content: 'Продано';
	width: 135px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -65px;
	background-color: #f09508;
	font-weight: 300;
}
.planning-list li.reserved:after{
	content: 'Зарезервовано';
	font-size: 17px;
}
.planning-list a{
	text-align: left;
	display: block;
	padding: 25px 12px;
	border:solid 1px transparent;
}
.planning-list a:hover{border-color: #4b4b4b;}
.planning-list__text{
	display: block;
	margin-bottom: 12px;
}
.planning-list__img{
	display: block;
	padding-top: 72%;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.planning__btn-more{
	margin: 0 auto;
	width: 225px;
	line-height: 28px;
	font-size: 15px;
	padding: 5px 10px;
	border: solid 1px #30ad6b;
	border-radius: 1px;
	text-align: center;
	display: block;
	border-radius: 999px;
	color: #30ad6b;
}
.planning__btn-more:hover{
	color: #fff;
	background-color: #30ad6b;
}
textarea.sg-form__control{
	overflow: auto;
	border-radius: 15px !important;
	height: 80px !important;
	margin-bottom: 20px !important;
	resize: none;
}
.sg-form__control{
	width: 100%;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 20px !important;
	height: 30px !important;
	padding: 5px 15px;
	border-radius: 999px !important;
	background-color: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 0;
	margin-bottom: 20px !important;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255, 1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255, 1);
}
.sg-form__control:focus{
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(48,173,107,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(48,173,107,1);
	box-shadow: inset 0px 0px 0px 2px rgba(48,173,107,1);
}
.sg-form__control:focus::-moz-placeholder { color: #fff; opacity: 1;}
.sg-form__control:focus:-ms-input-placeholder {color: #fff;}
.sg-form__control:focus::-webkit-input-placeholder {color: #fff;}

.sg-form__control::-moz-placeholder { color: #c0c0c0; opacity: 1;}
.sg-form__control:-ms-input-placeholder {color: #c0c0c0;}
.sg-form__control::-webkit-input-placeholder {color: #c0c0c0;}
.btn-submit{
	width: 100%;
	display: block;
	border-radius: 999px;
	color: #fff !important;
	background-color: #30ad6b;
	font-size: 15px !important;
	line-height: 20px !important;
	padding: 5px 5px;
	border: 0;
	margin-bottom: 20px;
	font-weight: 300 !important;
}
.sg-form{
	margin: 0;
	font-family: "Open Sans", sans-serif;
	max-width: 100%;
}
.sg-form__holder{
	margin: 0;
}
.grecaptcha-badge{
	display: none;
}
.btn-submit:hover{background-color: #148c4e;}
/*calback*/
.calback{
	background-color: #2b2f39;
	padding: 80px 0 60px;
	color: #fff;
	text-align: center;
}
.calback .title{
	line-height: 1;
	margin: 0 0 20px;
}
/*video*/
.video{
	background-color: #000;
	/* background-color: #2b2f39; */
	padding: 50px 0;
}
.video__player{
	border: 0;
	width: 100% !important;
	height: 640px !important;
}
.video-gallery{
	padding: 67px 0;
}
.video__player-gallery{
	border: 0;
	width: 100% !important;
	height: 530px !important;
}
/*location*/
.location{
	padding: 70px 0;
}
.location__title{
	text-align: center;
	margin: 20px 0;
}
.location__title:before{
	vertical-align: top;
	margin: -3px 10px 0 0;
	content: '';
	width: 21px;
	height: 27px;
	background:url(/images2/lisopotik/map-marker.png) no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
}
#location-map{
	max-width: 600px;
	margin: 30px auto 0;
	height: 520px;
}
.location .right-holder{
	padding: 45px 0;
	background-color: #30ad6b;
	border-bottom: solid 4px #197d48;
	color: #fff;
}
.location__list{
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: item;
	font-size: 19px;
	line-height: 24px;
}
.location__list li:before {
	content: counter(item);
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	color: #30ad6b;
	width: 37px;
	height: 37px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 37px;
	background-color: #fff;
	border-radius: 999px;
}
.location__list li{
	position: relative;
	padding-left: 60px;
	padding: 5px 0 0 60px;
}
.location__list li+li{margin-top: 25px;}
#footer{
	background-color: #2b2f39;
	padding: 30px 0 15px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}
.footer__title{
	margin: 30px 0 20px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
}
#footer p{margin-bottom: 15px;}
.footer__logo{
	display: block;
	width: 180px;
	margin-bottom: 15px;
}
.footer__logo img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.footer__copy{
	float: left;
	font-size: 13px;
}
.footer__by{
	font-size: 13px;
	float: right;
}
.footer__by a{color: #ff9f4a;}
.footer__row{margin-top: 20px;}
.contact-list{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}
.contact-list a{
	position: relative;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	padding-left: 35px;
}
.contact-list a:hover{color: #30ad6b;}
.contact-list a:before{
	color: #30ad6b;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 15px;
}
.contact-list .footer-fb{
	position: absolute;
	display: block;
	padding: 0;
	left: 230px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-list .footer-fb:before{
	color: #30ad6b;
	font-size: 28px;
	line-height: 1;
	position: static;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contact-list .footer-fb:hover:before{
	color: #fff;
}
.footer-relation{
	display: block;
	width: 260px;
	min-height: 80px;
	background-color: #fff;
	border: 2px solid #30ad6b;
	border-radius: 16px;
	color: #000;
	/*font-size: ;*/
	padding: 5px 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer-relation:hover{
	color: #000;
	cursor: pointer;
	background-color: #30ad6b;
}
#footer .footer-relation p{
	padding-left: 10px;
	margin: 0;
}
.footer-relation__logo{
	display: inline-block;
	width: 110px;
	height: 40px;
	margin-right: 15px;
}
.footer-relation__logo img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.footer-relation__sign{
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	vertical-align: middle;
}
.footer-relation__sign mark{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	background-color: transparent;
}
/*main*/
#main{
	padding: 35px 0;
}
.inner-page{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.info-block{
	line-height: 27px;
	font-weight: 300;
	background-color: rgba(255,255,255, .95);
	padding: 40px 75px 20px;
}
.info-block p{
	margin-bottom: 30px;
	text-align: justify;
}
.info-block__logo-wrap{
	width: 155px;
	height: 95px;
	line-height: 95px;
	margin: 0 auto 10px;
}
.info-block__logo-wrap img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.btn-primary{
	display: inline-block;
	border-radius: 999px;
	background-color: #30ad6b;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0 0 30px;
	font-weight: 300;
}
.btn-primary:hover{
	color: #fff;
	background-color: #148c4e;
}
.img{margin: 46px 0;}
.img img{
	width: 100%;
	vertical-align: top;
	height: auto;
}
.cottedges{background-color: #f8f8f8;}
.cottedges .left-holder{padding-top: 70px;}
.cottedges__img{float: right;}
.project{padding: 45px 0px;}
.project__img{
	border: solid 1px #ebebeb;
	margin-bottom: 55px;
}
.gallery{
	position: relative;
	margin-bottom: 80px;
}
.gallery__slide{border: solid 1px #ebebeb;}
.gallery .slick-dots{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -40px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.gallery .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.gallery .slick-dots button{
	padding: 0;
	background-color: #fff;
	border-radius: 999px;
	border: solid 1px #30ad6b;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.gallery .slick-dots button:hover,
.gallery .slick-dots .slick-active button{background-color: #30ad6b;}

.gallery .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: solid 1px #353535;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	opacity: .8;
	z-index: 3;
}
.gallery .slick-arrow:hover{
	border-color: #319344;
	opacity: 1;
}
.gallery .slick-arrow:before{
	content: '';
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 15px;
	height: 15px;
	border: solid #353535;
	border-width: 1px  1px 0 0;
	top: 50%;
	margin-top: -7px;
}
.gallery .slick-prev{left: -100px;}
.gallery .slick-next{right: -100px;}
.gallery .slick-next:before{
	left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gallery .slick-prev:before{
	right: 10px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#contact-map{
	height: 360px;
}
/*Gallery page*/
#map-gallery{
	height: 415px;
	margin-bottom: 65px;
}
.location-gallery__subtitle{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #313131;
	font-weight: 300;
	margin: -18px 0 32px;
}

/*Additional styles*/
.mb45{margin-bottom: 38px;}
.mb45{margin-bottom: 38px;}
.genplan{
	padding-top: 70px;
	position: relative;
	text-align: center;
	background-color: #f8f8f8;
}
.new-genplan{
	padding: 70px 0;
	position: relative;
	text-align: center;
	background-color: #f8f8f8;
}
.genplan .container,
.new-genplan .container{overflow: hidden;}
.genplan__map,
.new-genplan__map{
	width: 945px;
	height: 528px;
	position: relative;
	display: inline-block;
}
.new-genplan__map img,
.genplan__map img{vertical-align: top;}
.new-genplan__link,
.genplan__link{
	position: absolute;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity: 0;
}
.genplan__link:hover{
	opacity: 1;
}
.genplan__link-01{
	top: 111px;
	left: 130px;
	-webkit-clip-path: polygon(38px 237px,330px 138px,280px 4px,-6px 81px);
	clip-path: polygon(38px 237px,330px 138px,280px 4px,-6px 81px);
}
.genplan__link-02{
	top: 42px;
	left: 365px;
	-webkit-clip-path: polygon(80px 214px,295px 137px,247px 10px,33px 69px);
	clip-path: polygon(80px 214px,295px 137px,247px 10px,33px 69px);
}
.genplan__link-03{
	top: 4px;
	left: 577px;
	-webkit-clip-path: polygon(81px 200px,291px 128px,216px 7px,30px 55px);
	clip-path: polygon(81px 200px,291px 128px,216px 7px,30px 55px);
	/*opacity: 1;*/
}
/*.genplan__link-03:after{*/
/*content: 'Зарезервовано';*/
/*width: 135px;*/
/*line-height: 35px;*/
/*font-size: 17px;*/
/*color: #fff;*/
/*text-align: center;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin: -35px 0 0 -65px;*/
/*background-color: rgba(240, 149, 8, 0.90);*/
/*font-weight: 300;*/
/*}*/
.genplan__link-04{
	pointer-events: none;
	opacity: 1;
	top: 102px;
	left: 656px;
	-webkit-clip-path: polygon(56px 199px,269px 116px,202px 12px,8px 73px);
	clip-path: polygon(56px 199px,269px 116px,202px 12px,8px 73px);
}
.genplan__link-04:after{
	content: 'Продано';
	width: 135px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -65px;
	background-color: #f09508;
	font-weight: 300;
}
.genplan__link-05{
	top: 195px;
	left: 420px;
	-webkit-clip-path: polygon(46px 198px,310px 99px,261px -3px,11px 77px);
	clip-path: polygon(46px 198px,310px 99px,261px -3px,11px 77px);
}
.genplan__link-06{
	-webkit-clip-path: polygon(38px 247px,303px 127px,265px 17px,15px 97px);
	clip-path: polygon(38px 247px,303px 127px,265px 17px,15px 97px);
	top: 261px;
	left: 177px;
}


/*NEW-GENPLAN*/

.new-genplan__link-01{
	top: 101px;
	left: 165px;
	-webkit-clip-path: polygon(129px 24px,115px 36px,114px 46px,101px 48px,89px 34px,67px 40px,68px 65px,78px 73px,71px 88px,42px 90px,48px 169px,52px 173px,251px 134px,237px 32px,233px 17px,228px 6px,216px 3px,197px 1px,185px 2px,175px 4px,168px 2px,149px 2px,135px 5px,131px 15px);
	clip-path: polygon(129px 24px,115px 36px,114px 46px,101px 48px,89px 34px,67px 40px,68px 65px,78px 73px,71px 88px,42px 90px,48px 169px,52px 173px,251px 134px,237px 32px,233px 17px,228px 6px,216px 3px,197px 1px,185px 2px,175px 4px,168px 2px,149px 2px,135px 5px,131px 15px);
}
.new-genplan__link-02{
	top: 63px;
	left: 359px;
	-webkit-clip-path: polygon(172px 157px,195px 147px,201px 134px,210px 120px,225px 113px,229px 106px,217px 66px,222px 51px,212px 39px,192px 38px,165px 52px,154px 56px,134px 49px,122px 38px,79px 28px,60px 44px,38px 42px,32px 47px,20px 58px,19px 75px,23px 92px,42px 104px,53px 171px);
	clip-path: polygon(172px 157px,195px 147px,201px 134px,210px 120px,225px 113px,229px 106px,217px 66px,222px 51px,212px 39px,192px 38px,165px 52px,154px 56px,134px 49px,122px 38px,79px 28px,60px 44px,38px 42px,32px 47px,20px 58px,19px 75px,23px 92px,42px 104px,53px 171px);
}
.new-genplan__link-03{
	top: 62px;
	right: 106px;
	-webkit-clip-path: polygon(16px 129px,85px 140px,129px 134px,156px 119px,244px 100px,208px 34px,177px 38px,168px 16px,110px 30px,104px 48px,77px 59px,17px 64px);
	clip-path: polygon(16px 129px,85px 140px,129px 134px,156px 119px,244px 100px,208px 34px,177px 38px,168px 16px,110px 30px,104px 48px,77px 59px,17px 64px);
}
.new-genplan__link-07{
	bottom: 116px;
	left: 382px;
	-webkit-clip-path: polygon(97px 166px,104px 161px,134px 151px,142px 135px,138px 126px,200px 111px,200px 116px,213px 119px,252px 110px,260px 110px,273px 106px,251px 48px,200px 58px,179px 52px,146px 58px,137px 53px,111px 58px,56px 82px,78px 163px);
	clip-path: polygon(97px 166px,104px 161px,134px 151px,142px 135px,138px 126px,200px 111px,200px 116px,213px 119px,252px 110px,260px 110px,273px 106px,251px 48px,200px 58px,179px 52px,146px 58px,137px 53px,111px 58px,56px 82px,78px 163px);
}
.new-genplan__link-08{
	bottom: 61px;
	left: 385px;
	-webkit-clip-path: polygon(119px 172px,139px 166px,148px 164px,158px 158px,169px 156px,202px 147px,234px 150px,242px 148px,250px 133px,253px 134px,280px 125px,282px 114px,260px 46px,224px 54px,198px 43px,117px 62px,108px 75px,77px 83px,81px 91px,78px 114px,83px 124px,80px 139px,90px 170px);
	clip-path: polygon(119px 172px,139px 166px,148px 164px,158px 158px,169px 156px,202px 147px,234px 150px,242px 148px,250px 133px,253px 134px,280px 125px,282px 114px,260px 46px,224px 54px,198px 43px,117px 62px,108px 75px,77px 83px,81px 91px,78px 114px,83px 124px,80px 139px,90px 170px);
}
.new-genplan__link-09{
	bottom: -4px;
	left: 195px;
	z-index: 3;
	-webkit-clip-path: polygon(35px 94px,38px 105px,45px 171px,59px 172px,174px 141px,180px 142px,256px 124px,261px 115px,235px 23px,193px 25px,189px 30px,124px 47px,105px 62px,108px 74px,87px 83px,62px 84px,40px 92px);
	clip-path: polygon(35px 94px,38px 105px,45px 171px,59px 172px,174px 141px,180px 142px,256px 124px,261px 115px,235px 23px,193px 25px,189px 30px,124px 47px,105px 62px,108px 74px,87px 83px,62px 84px,40px 92px);
}
.new-genplan__link-10{
	bottom: 21px;
	left: 194px;
	z-index: 2;
	-webkit-clip-path: polygon(44px 131px,110px 119px,139px 109px,134px 87px,149px 82px,155px 96px,202px 84px,207px 94px,241px 88px,216px 9px,189px 9px,181px 3px,96px 20px,87px 31px,89px 53px,31px 61px,34px 117px,40px 127px);
	clip-path: polygon(44px 131px,110px 119px,139px 109px,134px 87px,149px 82px,155px 96px,202px 84px,207px 94px,241px 88px,216px 9px,189px 9px,181px 3px,96px 20px,87px 31px,89px 53px,31px 61px,34px 117px,40px 127px);
}
.new-genplan__link-11{
	bottom: 69px;
	left: 195px;
	z-index: 1;
	-webkit-clip-path: polygon(29px 65px,63px 56px,79px 45px,87px 35px,88px 22px,126px 15px,130px 9px,167px 2px,189px 6px,214px 1px,226px 45px,226px 70px,214px 79px,184px 81px,178px 64px,102px 81px,108px 101px,32px 116px);
	clip-path: polygon(29px 65px,63px 56px,79px 45px,87px 35px,88px 22px,126px 15px,130px 9px,167px 2px,189px 6px,214px 1px,226px 45px,226px 70px,214px 79px,184px 81px,178px 64px,102px 81px,108px 101px,32px 116px);
}
.new-genplan__link-12{
	bottom: 111px;
	left: 195px;
	/*z-index: 2;*/
	-webkit-clip-path: polygon(24px 76px,27px 113px,85px 102px,91px 103px,97px 99px,113px 98px,139px 95px,156px 92px,178px 89px,213px 80px,208px 44px,201px 31px,179px 25px,174px 2px,155px 6px,153px 3px,134px 7px,133px 18px,101px 23px,96px 28px,87px 32px,88px 40px,56px 46px,54px 54px,36px 57px);
	clip-path: polygon(24px 76px,27px 113px,85px 102px,91px 103px,97px 99px,113px 98px,139px 95px,156px 92px,178px 89px,213px 80px,208px 44px,201px 31px,179px 25px,174px 2px,155px 6px,153px 3px,134px 7px,133px 18px,101px 23px,96px 28px,87px 32px,88px 40px,56px 46px,54px 54px,36px 57px);
}
.new-genplan__link:hover{
	opacity: 1;
}
.new-genplan__link.new-genplan__link--sale{
	pointer-events: none;
	opacity: 1 ;
}
.new-genplan__link--sale:before{
	content: 'Продано';
	width: 135px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -65px;
	background-color: #f09508;
	font-weight: 300;
}

/* success popup*/
.success-pop-style{
	position: relative;
	color: #fff;
	padding: 15px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 300;
}
.success-pop-style p{
	margin: 20px 0;
}
/* 404 page */
#main404 {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	/*	padding: 35px 0;*/
	position: relative;
	display: table-cell;
	width: 1%;
	vertical-align: middle;
}
#main404:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
#main404 h2{
	font-size: 144px;
	line-height: 148px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 22px;
}
#main404 p{
	color: #fff	;
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 27px;
}
#main404 .btn-home{
	display: inline-block;
	padding: 5px 30px;
	background-color: #fff;
	color: #000;
	border: 1px solid #30ad6b;
	border-radius: 999px;
}
#main404 .btn-home:hover{
	background-color: #30ad6b;
	color: #fff;
}
/*building-stage*/
.building-stage	{
	padding: 70px 0;
	max-width: 850px;
	margin: 0 auto;
}
.building-news {
	margin: 20px 0 0 -130px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.building-news li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	padding-left: 130px;
	margin: 0 0 50px;
}
.building-news__img{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 10px;
	padding-top: 86%;
}
/*pagination*/
.pagination{
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.pagination li{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 38px;
	border: 1px solid #30ad6b;
	border-radius: 999px;
	margin: 0 5px;
}
.pagination .active{
	background-color: #30ad6b;
	color: #fff;
}
.pagination a{
	display: block;
	width: 100%;
	height: 100%;
	color: #2b2f39;
}
.pagination a:hover{
	color: #30ad6b;
}

/*advertising*/
.adv{
	display: block;
	position: absolute;
	max-width: 390px;
	top: 3%;
	left: 4%;
	background-color: rgba(247, 250, 251, 0.75);
	padding: 25px 35px;
	color: #000;
	font-style: normal;
	line-height: 1;
	background: inherit;
	overflow: hidden;
}
.adv:hover{
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
}
.adv:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	box-shadow: inset 0 0 0 200px rgba(255,255,255,0.8);
	filter: blur(42px);
	z-index: -1;
}
.adv__title{
	font-size: 25px;
	color: #30ad6b;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0.2px;
}
.adv mark{
	background-color: transparent;
	color: #f1273f;
	font-weight: 700;
	font-size: 37px;

}
.adv span{
	font-weight: 600;
	padding: 0 5px;
	font-size: 18px;
}
.adv__txt{
	padding: 5px 0 0;
	font-size: 17px;
	line-height: 21px;
}
.sg-logo-rice img {
	width: 30%;
}
.sg-logo-rice {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
.sg-footer-full .sg-footer-rice {
	text-align: center;
}
.sg-footer-full .sg-footer-rice img {
	width: 70%;
}
.sg-footer-mobile .sg-footer-rice img {
	width: 40%;
}
.sg-footer-full .sg-footer-rice ul {
	margin-bottom: 55px;
}
.sg-footer-mobile .sg-footer-rice ul {
	margin-bottom: 15px;
	margin-top: 30px;
}
.col-sm-6 .sg-footer-mobile {
	display: none;
}

/* media */
@media screen and (max-width: 1199px){
	.container{max-width: 991px;}
	#header{padding: 10px 0;}
	.header__logo{width: 120px;}
	.header__btn-calback{padding: 4px 12px 6px;}
	#location-map {margin-left: 0;}
	.header__phone{margin: 0;}
	.main-nav{margin: 21px 0 0 15px;}
	.main-nav li+li{margin-left: 12px;}
	.gallery .slick-prev{left: 20px;}
	.gallery .slick-next{right: 20px;}
	.main-slider .slick-dots{bottom: 15px;}
	.col-sm-6 .sg-footer-mobile {display: block;}
	.col-sm-6 .sg-footer-full {display: none;}
	/*
        .contact-list .footer-fb{
            left: 49%;
        }
    */
	.header__holder .header-fb{
		left: -22px;
	}
	.header__holder .header-fb:before{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px){
	.main-slider strong{
		right: 75px;
		height: 95px;
		width: 120px;

	}
	.main-slider__holder{height: 350px;}
	.main-slider__title span{min-width: 1px;}
	.right-holder--blue{padding: 30px 0;}
	.title {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 25px;
	}
	.details__list {
		font-size: 16px;
		line-height: 20px;
	}
	.details__list li+li {margin-top: 15px;}
	.cottedges .left-holder{padding-top: 30px;}
	.project {padding: 25px 0 10px;}
	.project__img{margin-bottom: 30px;}
	/* tablet */
	.container{max-width: 767px;}
	#wrapper{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		min-height: 100vh;
		position: relative;
	}
	.menu-opened #wrapper{margin: 0 250px 0 -250px;}
	#header .container{padding: 0 8px 0 5px;}
	#header {
		padding: 5px 0 10px;
	}
	.header__logo{
		width: 110px;
		margin-top: 6px;
	}
	.header__holder{
		width: 140px;
	}
	.header__btn-calback{
		margin-top: 0;
		padding: 3px 10px 4px;
		font-size: 14px;
	}
	.header__phone{
		font-size: 14px;
	}
	.open-menu{
		float: right;
		font-size: 0;
		line-height: 0;
		width: 30px;
		height: 25px;
		position: relative;
		z-index: 41;
		display: block;
		margin: 10px 0 0 15px;
	}
	.open-menu span{
		position: absolute;
		height: 4px;
		left: 0;
		right: 0;
		border-radius: 999px;
		background-color: #30ad6b;
		top:50%;
		margin-top: -2px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-opened .open-menu span{opacity: 0;}
	.open-menu:after,
	.open-menu:before{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 999px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background: #30ad6b;
		-webkit-transform-origin:50%;
		-moz-transform-origin:50%;
		-ms-transform-origin:50%;
		-o-transform-origin:50%;
		transform-origin:50%;
	}
	.open-menu:before{top: 1px;}
	.open-menu:after{bottom: 1px;}
	.menu-opened .open-menu:before{
		top:50%;
		margin-top: -2px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		background-color: #fff;
	}
	.menu-opened .open-menu:after{
		bottom:50%;
		margin-bottom: -2px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		background-color: #fff;
	}
	.main-nav{
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		overflow-x: auto;
		padding: 15px 10px;
		height: 100vh;
		position: fixed;
		background-color: #fff;
		top: 0;
		bottom: 0;
		right: -250px;
		width: 250px;
		z-index: 50;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		border-left: solid 1px #4d4d4d;
	}
	.main-nav li{
		display: block;
		float: none;
		margin: 0;
		width: 100%;
		position: relative;
	}
	.main-nav li+li{margin: 0;}
	.main-nav li a{
		height: 40px;
		overflow: hidden;
		display: block;
		padding: 8px 0 6px;
	}
	.main-nav .opened .opener:after{
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.main-nav .opener{
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: relative;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.main-nav .opener:after{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		border: solid #000;
		margin: -5px 0 0 -5px;
		border-width: 0 1px 1px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 75% 75%;
		-moz-transform-origin: 75% 75%;
		-ms-transform-origin: 75% 75%;
		-o-transform-origin: 75% 75%;
		transform-origin: 75% 75%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.menu-opened .main-nav {right: 0;}
	.menu-opened .fader{
		visibility: visible;
		opacity: .5;
	}
	.details__img{
		-webkit-background-size: cover;
		background-size: cover;
		position: static;
		height: 520px;
		width: 100%;
	}
	.right-holder{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.right-holder__container{
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.left-holder{
		float: none;
		width: 100%;
	}
	.cottedges__img{
		float: none;
		clear: both;
	}
	.left-holder__container{
		width: 320px;
		margin: 0 auto;
		padding: 0 15px;
		float: none;
	}
	#location-map {
		max-width: 100%;
		margin: 0;
	}
	.location{padding: 0;}
	.planning-list li{width: 50%;}
	.location .left-holder__container{
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	.video__player,
	.video__player-gallery{height: 400px !important;}
	.new-genplan__link,
	.genplan__link{
		opacity: 1;
	}
	.genplan__holder,
	.new-genplan__holder{
		position: relative;
		height: 370px;
		overflow: hidden;
	}
	.new-genplan__map,
	.genplan__map{
		position: absolute;
		/*border: 1px solid #000;*/
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		left: -99px;
		top: -80px;
	}
	.building-stage{max-width: 700px;}
	.building-news{margin: 20px 0 0 -20px;}
	.building-news li{padding-left: 20px;}
	.header__holder .header-fb{
		left: -40px;
		top: 50%;
		margin-top: 2px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header__holder .header-fb:before{
		font-size: 29px;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	/*body{-webkit-text-size-adjust: none;}*/
	/* mobile */
	.project iframe{
		height: 300px !important;
	}
	.main-slider strong {
		width: 120px;
		height: 95px;
		right: 20px;
		bottom: 10px;
		margin: 0;
	}

	.main-slider__title {
		display: none;
	}

	.container {
		max-width: 100%;
		width: 100%;
	}

	.header__logo {
		margin-top: 7px;
	}

	.main-slider__holder {
		height: 300px;
		padding: 40px 0;
	}

	.main-slider__slide {
		font-size: 16px;
		line-height: 20px;
	}

	.main-slider__title {
		padding: 0;
	}

	.main-slider .slick-dots {
		bottom: 10px;
	}

	.planning-list {
		max-width: 400px;
		margin: 0 auto;
	}

	.planning-list li {
		width: 100%;
		padding: 0;
	}

	.intro {
		padding: 30px 0 10px;
	}

	.intro-list li {
		width: 100%;
	}

	.details .right-holder {
		padding: 30px 0;
	}

	.details .title {
		margin-bottom: 20px;
	}

	.details__list li {
		padding-left: 30px;
	}

	.details__list li + li {
		margin-top: 25px;
	}

	.details__img {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
	}

	.details__img {
		height: 250px;
	}

	.planning {
		padding: 30px 0 30px;
	}

	.title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.calback {
		padding: 30px 0 10px;
	}

	.location {
		padding-top: 0;
	}

	.sub-title {
		margin-top: -15px;
		font-size: 12px;
		line-height: 18px;
	}

	.location__list li {
		padding: 0 0 0 40px;
	}

	.location__list li:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.location .right-holder {
		padding: 30px 0;
	}

	#location-map {
		height: 300px;
	}

	.footer__by,
	.footer__copy {
		float: none;
		width: 100%;
	}

	#main {
		padding: 25px 0;
	}

	.info-block {
		line-height: 24px;
		padding: 20px 15px 10px;
	}

	.info-block p {
		margin-bottom: 20px;
		text-align: justify;
	}

	.btn-primary {
		margin: 0 0 20px;
	}

	#contact-map,
	#map-gallery {
		height: 260px;
	}

	.video,
	.video-gallery {
		padding: 30px 0;
	}

	.video__player,
	.video__player-gallery {
		height: 250px !important;
	}

	.location-gallery__subtitle {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 32px;
	}

	.new-genplan,
	.genplan {
		padding-top: 30px;
	}

	.new-genplan__holder,
	.genplan__holder {
		width: 320px;
		margin: 0 auto;
		height: 179px;
	}

	.new-genplan__map,
	.genplan__map {
		-webkit-transform: scale(.33);
		-ms-transform: scale(.33);
		-o-transform: scale(.33);
		transform: scale(.33);
		left: -328px;
		top: -172px;
	}
	.new-genplan__map{
		left: -340px;
	}
	.building-stage {
		max-width: 320px;
		padding: 70px 20px 0;
	}

	.building-news {
		margin: 20px 0 0;
	}

	.building-news li {
		padding: 0;
		width: 100%;
	}

	.pagination {
		margin-bottom: 40px;
	}

	.header__holder .header-fb {
		display: none;
	}

	.adv {
		max-width: 300px;
		padding: 15px 25px;
		top: 4%;
		right: 4%;
	}
	.project iframe{
		height: 230px !important;
	}
	.sg-footer-mobile .sg-footer-rice img {
		width: 200px;
	}
}