@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-regular-webfont.eot');
    src: url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-semibold-webfont.eot');
    src: url('../fonts/gilroy-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-semibold-webfont.woff') format('woff'),
         url('../fonts/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-bold-webfont.eot');
    src: url('../fonts/gilroy-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-black-webfont.eot');
    src: url('../fonts/gilroy-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-black-webfont.woff') format('woff'),
         url('../fonts/gilroy-black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_light-webfont.eot');
    src: url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_regular-webfont.eot');
    src: url('../fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
/************************* reset *************************/

html {
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #ebe9d9;
}

body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #1e1b1e;
	font-size: 18px;
	font-weight: 300;
	font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
	line-height: 24px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}

input, textarea, select, button {
	font-weight: 400;
	font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1170px;
	padding: 0 30px;
	margin: 0 auto;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1 {
	margin: 0 0 47px;
	font-size: 30px;
	font-family: Gilroy;
	font-weight: 900;
	line-height: 36px;
	text-align: center;
}
h2 {
	margin: 0 0 48px;
	font-size: 30px;
	font-family: Gilroy;
	font-weight: 900;
	line-height: 36px;
	text-align: center;
}
h3 {
	margin: 0 0 48px;
	font-size: 24px;
	font-family: Gilroy;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
}
h4 {
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 30px;
}
p {margin: 0 0 16px;}
p a, .article li a {
	color: #1e1b1e;
	font-weight: 600;
}
article li {margin: 0 0 16px;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 17px 30px 9px;
	margin: 0 auto;
	color: #1e1b1e;
	font-size: 15px;
	font-weight: 400;
	font-family: Gilroy;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 4px solid #af7f3c;
	background: rgb(255,199,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,199,130,1) 0%, rgba(255,178,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc782', endColorstr='#ffb255',GradientType=0 ); /* IE6-9 */
}
.button:hover {
	background: rgb(255,208,149); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,208,149,1) 0%, rgba(255,187,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,208,149,1) 0%,rgba(255,187,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,208,149,1) 0%,rgba(255,187,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd095', endColorstr='#ffbb68',GradientType=0 ); /* IE6-9 */
}
.button strong {
	display: block;
	margin: 0 0 3px;
	font-size: 30px;
	font-weight: 600;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0;
	margin: 0 0 40px;
	color: #1e1b1e;
	font-size: 16px;
	background: #fff;
	border-bottom: 1px solid #d5cfc3;
}

.textarea {
	display: block;
	width: 100%;
	height: 144px;
	padding: 16px 0;
	margin: 0 0 40px;
	color: #1e1b1e;
	font-size: 16px;
	resize: vertical;
	background: #fff;
	border-bottom: 1px solid #d5cfc3;
}

.page-template-template-contact .textarea {
	height:236px;
}

::-webkit-input-placeholder {color: #1e1b1e;}
:-moz-placeholder {color: #1e1b1e; opacity: 1;}
::-moz-placeholder {color: #1e1b1e; opacity: 1;}
:-ms-input-placeholder {color: #1e1b1e;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}

.g-recaptcha {
    transform:scale(0.85);
    transform-origin:0 0;
	-webkit-transform: scale(0.85);
		 -moz-transform: scale(0.85);
		  -ms-transform: scale(0.85);
		   -o-transform: scale(0.85);
			  transform: scale(0.85);
	   -webkit-transform-origin: 0 0;
		  -moz-transform-origin: 0 0;
		   -ms-transform-origin: 0 0;
			-o-transform-origin: 0 0;
			   transform-origin: 0 0;
}

.wpcf7 { position:relative; }

.wpcf7 fieldset { position:relative; }

.wpcf7 input.input.wpcf7-text.wpcf7-not-valid,
.wpcf7 textarea.textarea.wpcf7-not-valid {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}

.wpcf7 .wpcf7-not-valid-tip { display:none; }

.wpcf7 .wpcf7-response-output {
	font-size:12px;
	line-height:14px;
	display:block;
	text-align:center;
	color:red;
	padding:20px 0 0 0!important;
	margin:0!important;
	border:none!important;
}

.wpcf7 .ajax-loader {
	position:absolute;
	display:inline-block;
	background:#FFF;
	padding:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	right:0px;
	top:0px;
}

/************************* wrapper *************************/

#wrapper {
	position: relative;
	overflow: hidden;
	background: url(../images/footer-bg.jpg) 50% 100% no-repeat;
	margin:0 0 -2px 0;
}

#wrapper.main-page {
	background: url(../images/footer-bg.jpg) 50% 100% no-repeat, url(../images/top-bg.jpg) 50% 0% no-repeat;
}

/************************* header *************************/
.header {
	position: relative;
}
.main-page .header {min-height: 100vh;}
.fixed-phone {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	height: 66px;
	background: #fff;
}
.fixed-phone-block {
	overflow: hidden;
	max-width: 266px;
	margin: 0 auto;
}
.fixed-phone-icon {
	float: left;
	padding: 9px 0 0;
}
.fixed-phone-content {
	margin: 0 0 0 68px;
	padding: 11px 0 0;
}
.fixed-phone-number {
	margin: 0 0 3px;
	font-size: 22px;
	font-weight: 700;
}
.fixed-phone-number a {
	color: #1e1b1e;
	text-decoration: none;
}

.fixed-phone-link { font-size: 16px; }

.fixed-phone-link a { color: #1e1b1e; }

.up {
	display: none;
	position: fixed;
	top: 60%;
	left: 50%;
	margin-left: 650px;
	z-index: 200;
	width: 50px;
	height: 50px;
	padding: 13px 0 0;
	color: #1e1b1e;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 4px solid #af7f3c;
	background: rgb(255,199,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,199,130,1) 0%, rgba(255,178,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc782', endColorstr='#ffb255',GradientType=0 ); /* IE6-9 */
}

.up.vis {display: block;}
.up:hover {
	background: rgb(255,208,149); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,208,149,1) 0%, rgba(255,187,104,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,208,149,1) 0%,rgba(255,187,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,208,149,1) 0%,rgba(255,187,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd095', endColorstr='#ffbb68',GradientType=0 ); /* IE6-9 */
}

.up i {
	transition: all .4s ease;
}

.up:hover i { transform: translateY(-10px); }

/************************* header-top *************************/

.header-top { padding: 20px 0 29px; }

.header-top .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.header-logo {
	font-size: 16px;
	white-space: nowrap;
}

.header-logo a {
	color: #1e1b1e;
	text-decoration: none;
}

.header-logo b {
	display: block;
	margin: 0 0 1px;
	font-size: 22px;
}

.header-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
}

.header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex: 1;
	order: 1;
	padding: 0 85px;
}

.header-nav li {
	position: relative;
	font-size: 14px;
}

.header-nav a {
	color: #1e1b1e;
	text-decoration: none;
	transition: all .3s linear;
}

.header-nav a:hover, .header-nav a.active {color: #1e1b1e;}

.header-nav li.menu-item-has-children > a {
	position: relative;
	padding: 0 17px 0 0;
}

.header-nav li.menu-item-has-children > a:after {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	content: '';
	border-top: 5px solid #1e1b1e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: all .3s linear;
}

.header-nav li:hover .sub-menu {display: block;}

.sub-menu {
	position: absolute;
	display: none;
	top: 40px;
	left: -22px;
	z-index: 100;
	width: 315px;
	padding: 24px 22px 10px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.sub-menu:before {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 21px;
}

.sub-menu li {
	margin: 0 0 12px;
}

.header-right {
	text-align: right;
	order: 2;
}
.header-phone {
	margin: 0 0 1px;
	font-size: 22px;
	font-weight: 700;
}
.header-phone a {
	color: #1e1b1e;
	text-decoration: none;
}
.header-link {
	font-size: 16px;
}
.header-link a {
	color: #1e1b1e;
}

.mob-nav-icon {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 120;
	padding: 0 0 8px;
	display: none;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 4px;
    margin: 8px 0 0;
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 4px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 4px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
/************************* header-main *************************/
.header-main {
	position: relative;
	padding: 45px 0 50px;
}
.header-main-title {
	margin: 0 0 40px;
    font-size: 52px;
    font-family: Gilroy;
    font-weight: 900;
    line-height: 60px;
    text-align: left;
}
/************************* main *************************/
.main {
	position: relative;
	padding: 0px 0 65px;
}
.key1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -900px;
}
.main-title {
	margin: 0 0 80px;
	font-size: 52px;
	font-family: Gilroy;
	font-weight: 900;
	line-height: 60px;
	text-align: left;
}
/************************* breadcrumbs *************************/
.breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 27px;
}
.breadcrumbs li {
	margin: 0 7px 0 0;
	font-size: 12px;
	line-height: 18px;
}
.breadcrumbs li:before {
	display: inline-block;
	vertical-align: top;
	content: '|';
	margin: 0 9px 0 0;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs a {
	color: #1e1b1e;
}
/************************* sber *************************/
.sber {
	padding: 280px 0 0;
}
.sber-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 55px 31px 30px;
	border-radius: 5px;
	background: rgb(188,222,42); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(188,222,42,1) 0%, rgba(120,169,47,1) 50%, rgba(52,116,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(188,222,42,1) 0%,rgba(120,169,47,1) 50%,rgba(52,116,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(188,222,42,1) 0%,rgba(120,169,47,1) 50%,rgba(52,116,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcde2a', endColorstr='#347433',GradientType=1 ); /* IE6-9 */
}
.sber-content {
	width: 60%;
	max-width: 550px;
	padding: 0 20px 0 0;
}
.sber-title {
	margin: 0 0 24px;
    font-size: 22px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}
.sber-content ul {
	padding: 0 0 0 20px;
}
.sber-content li {
	margin: 0 0 12px;
	list-style: disc;
}
.sber-side {
	width: 40%;
	max-width: 325px;
}
.sber-icon {
	margin: -163px 0 -16px -78px;
}
.sber-phone {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}
.sber-phone a {
	color: #fff;
	text-decoration: none;
}
/************************* main-article *************************/
.main-article {
	position: relative;
	z-index: 10;
	padding: 143px 0 0;
}
.mob-more {display: none;}
.list {
	padding: 0 0 0 20px;
}
.list li {
	margin: 0 0 12px;
	list-style: disc;
	font-weight: 600;
}
.principle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 90px;
}
.principle-item {
	width: 31.5%;
	margin: 0 0 0 2.75%;
}
.principle-item:nth-child(3n + 1){margin: 0;}
.principle-title {
	margin: 0 0 13px;
	font-size: 18px;
	font-weight: 700;
}
.principle-title span {
	padding: 0 10px 0 0;
	color: #febf73;
	font-size: 22px;
}
.principle-text {
	font-size: 16px;
	line-height: 22px;
}
.help {
	padding: 77px 0 0;
}
.help-block {
	position: relative;
	padding: 28px 30px 24px 380px;
	border-radius: 5px;
	background: rgb(255,202,57); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,202,57,1) 0%, rgba(251,162,27,1) 50%, rgba(247,125,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,202,57,1) 0%,rgba(251,162,27,1) 50%,rgba(247,125,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,202,57,1) 0%,rgba(251,162,27,1) 50%,rgba(247,125,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca39', endColorstr='#f77d00',GradientType=1 ); /* IE6-9 */
}
.help-icon {
	position: absolute;
	top: -99px;
	left: 12px;
}
.help-text {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 700;
	font-family: Gilroy;
	line-height: 36px;
}
.help-phone {
    font-size: 36px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 36px;
}
.help-phone a {
	color: #fff;
	text-decoration: none;
}
/************************* review *************************/
.subtitle {
	max-width: 810px;
	margin: -18px auto 70px;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
}
.tabs li {
	width: 48.3%;
}
.tabs a {
	display: block;
	height: 100%;
	padding: 20px 10px 22px;
	color: #d5cfc3;
	font-size: 24px;
    font-family: Gilroy;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d5cfc3;
	border-radius: 5px 5px 0 0;
}
.tabs .active a {
	color: #1e1b1e;
	border: 1px solid transparent;
	background: rgb(255,199,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,199,130,1) 0%, rgba(255,178,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,199,130,1) 0%,rgba(255,178,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc782', endColorstr='#ffb255',GradientType=0 ); /* IE6-9 */
}
.tabs-holder {
	background: #fff;
	border-radius: 5px;
}
.mob-text {display: none;}
.pack-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pack-item {
	width: 50%;
	padding: 15px;
}
.pack-item-long {width: 100%;}
.pack-inner {
	height: 100%;
	padding: 39px 15px 40px;
	border: 1px solid #d5cfc3;
	border-radius: 5px;
}
.pack-title {
	margin: 0 0 13px;
	font-size: 18px;
	font-weight: 700;
}
.pack-text {
	font-size: 16px;
	line-height: 22px;
}
/************************* pros *************************/
.main-page .apartment {
    padding: 50px 0 100px;
}
.pros {
	padding: 71px 0 0px;
	margin: 0 0 90px;
	background: #fff;
}
.main-page .key2 {
    top: 370px;
    margin-top: 0;
}
.quote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.quote-img {
	width: 190px;
	min-width: 190px;
}
.quote-img img {margin: 0 0 0 -10px;}
.quote-text {
	flex: 1;
	padding: 50px 0 0;
	font-weight: 400;
	font-style: italic;
}
/************************* review *************************/
.review-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0 93px;
}
.review-top-text {
	flex: 1;
	padding: 0 50px 0 0;
}
.review-top-side {
	width: 350px;
	min-width: 350px;
	text-align: right;
}
.review-button {
	padding-left: 140px;
	text-align: left;
}
.review-button-icon {
	position: absolute;
	top: -22px;
	left: -31px;
	transition: all linear 0.3s;
}
.review-button:hover .review-button-icon {transform: scale(1.05);}
.review-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 85px;
}
.review-item-side {
	width: 160px;
	min-width: 160px;
	padding: 0 15px 0 0;
	font-size: 14px;
}
.review-item-side b {
	display: block;
	padding: 5px 0 0;
	font-size: 18px;
}
.review-item-text {
	position: relative;
	flex: 1;
	padding: 25px 30px 9px;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	border-radius: 5px;
}
.review-item-text p {
	margin: 0 0 14px;
}
.review-item-text a {
	color: #1e1b1e;
	font-weight: 600;
}
/************************* article *************************/
.article-part {
	padding: 0 0 50px;
}
.article-img {
	position: relative;
	margin: 0 0 93px;
	padding: 20px 0 0;
}

.article-part h2,
.article-part h3 {
	margin:50px 0 30px 0;
}

.article-part img {
	width:100%!important;
	height:auto!important;
	border:none;
	vertical-align:bottom;
}

.article-img-top {
	margin: 0 0 53px;
	padding: 5px 0 0;
}

.article-img-holder {
	position: relative;
}

.article-img img {width: 100%;}

.article-date {
	padding: 14px 0 0;
	font-size: 16px;
}

.article b,
.article strong {
	font-weight: 600;
}

.article-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0 0;
}

.article-share {
	font-size: 22px;
}

.article-share a {
	display: inline-block;
	margin: 0 13px 0 0;
	text-decoration: none;
}

.share1 {color: #23b9eb;}
.share2 {color: #45639e;}
.share3 {color: #dd4b39;}
.share4 {color: #fa890f;}
.share5 {color: #51749c;}
.share6 {color: #1e1b1e;}

.article-raiting {
	font-size: 16px;
}

.article-raiting-star {
	display: inline-block;
	margin: 0 15px 0 0;
}

.star {
	display: inline-block;
	margin: 0 2px 0 0;
	color: #febf73;
	text-decoration: none;
}
.article-raiting-text {
	display: inline-block;
}
.main-bg {
	background: url(../images/bg.jpg) 50% 100px no-repeat;
}
/************************* price-block *************************/
.price-block {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 64px;
}
.price-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 105px;
	padding: 25px 30px;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 5px;
}
.price-left {
	font-weight: 700;
}
.price-right {
	max-width: 50%;
	text-align: right;
}
.price-num {
	color: #febf73;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
}

.price-num i {
	font-size:18px;
	line-height:18px;
	position:relative;
	top:-1px;
}

.price-text {
	font-size: 16px;
	line-height: 22px;
}
.warning {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	max-width: 730px;
	margin: 0 auto;
	padding: 36px 0 44px;
}
.warning-icon {
	width: 220px;
	min-width: 220px;
}
.warning-text {
	flex: 1;
	font-size: 16px;
}
.warning-text span {
	color: inherit;
	font-weight: 600;
}
/************************* ask *************************/
.ask {padding: 40px 0 30px;}
.ask-block {
	position: relative;
	padding: 28px 100px 24px 285px;
	border-radius: 5px;
	background: rgb(248,157,87); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(248,157,87,1) 0%, rgba(248,157,87,1) 50%, rgba(219,75,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(248,157,87,1) 0%,rgba(248,157,87,1) 50%,rgba(219,75,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(248,157,87,1) 0%,rgba(248,157,87,1) 50%,rgba(219,75,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89d57', endColorstr='#db4b43',GradientType=1 ); /* IE6-9 */
}
.ask-icon {
	position: absolute;
	bottom: 12px;
	left: 30px;
}
.ask-text {
	margin: 0 0 30px;
	font-size: 22px;
	font-family: Gilroy;
	font-weight: 700;
	line-height: 36px;
}
.ask-phone {
	font-size: 36px;
	font-family: Gilroy;
	font-weight: 700;
	line-height: 36px;
}
.ask-phone a {
	color: #fff;
	text-decoration: none;
}
/************************* object *************************/
.object {
	position: relative;
	padding: 0px 0 45px;
}
.object .key1 {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 150px;
	margin: 0 0 0 -900px;
}
.object-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 95px;
}
.object-gallery {
	width: 57.2%;
}
.object-photo-slide {padding: 0 0 30px;}
.object-photo-slide img {
	width: 100%;
	border-radius: 5px;
}
.object-thumbs {
	padding: 0 20px;
}
.object-thumbs-slide {
	padding: 0 15px 30px;
	text-align: center;
}
.object-thumbs-slide.slick-slide img {
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
}
.object-thumbs .slick-arrow {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 40px;
	margin-top: -35px;
	color: #1e1b1e;
	line-height: 40px;
	border: 0;
	border-radius: 0;
}
.object-thumbs .slick-prev {
	left: 0px;
	text-align: left;
}
.object-thumbs .slick-prev:before {
	position: static;
	font-size: 16px;
	content: "\f100";
}
.object-thumbs .slick-next {
	right: 0px;
	text-align: right;
}
.object-thumbs .slick-next:before {
	position: static;
	font-size: 16px;
	content: "\f101";
}
.object-info {
	position: relative;
	width: 40%;
	padding: 29px 15px 10px;
	background: #fff;
	border-radius: 5px;
}
.object-id {
	color: #d5cfc3;
	font-size: 12px;
	line-height: 14px;
}
.object-name {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 800;
	line-height: 27px;
}
.object-price {
	margin: 0 0 25px;
	color: #febf73;
	font-size: 24px;
	font-weight: 800;
}

.object-price i { 
	font-size:17px; 
	line-height:17px;
	position:relative;
	top:-1px;
}

.object-info .apartment-info-item:nth-child(2n) {
    margin: 0 50px 19px 0;
}
.object-text {
	padding: 2px 0 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.object-info-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.object-share {
	margin: 0 0 10px;
	font-size: 18px;
}
.object-share a {
	display: inline-block;
	margin: 0 11px 0 0;
	text-decoration: none;
}
.object-fav {
	margin: 0 0 10px;
	font-size: 16px;
}
.object-fav a {
	color: #1e1b1e;
	text-decoration: none;
}
.object-fav i {
	display: inline-block;
	margin: 0 11px 0 0;
	color: #febf73;
}
.object-realtor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.object-realtor-img {
	width: 255px;
	min-width: 255px;
	margin: 0 30px 0 0;
}
.object-realtor-img img {margin: 0 0 0 -15px;}
.object-realtor-content {
	flex: 1;
	padding: 25px 0 0;
}
.object-realtor-phone {
	padding: 7px 0 1px;
	font-size: 22px;
	font-weight: 700;
}
.object-realtor-phone a {
	color: inherit;
	text-decoration: none;
}
.object-realtor-callback {
	margin: 0 0 16px;
	font-size: 16px;
}
.object-realtor-callback a {
	color: inherit;
}
/************************* contacts page *************************/
/************************* contacts-top *************************/
.contacts-top {
	position: relative;
	padding: 0px 0 7px;
}
/************************* contacts-white *************************/
.info-white {
	position: relative;
	padding: 74px 0 74px;
	background: #fff;
}
.info-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info-list-item {
	width: 23%;
	margin: 0 0 0 2.66%;
}
.info-list-item:nth-child(4n + 1){margin: 0;}
.info-list-icon {
	height: 86px;
	margin: 0 0 16px;
	line-height: 86px;
}
.info-list-icon img {
	max-width: 100%;
	vertical-align: middle;
	transition: all linear 0.3s;
}
.info-list-icon:hover img {transform: scale(1.05);}
.info-list-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.info-list-text {
	padding: 9px 0 0;
	font-size: 14px;
	line-height: 22px;
}
/************************* contacts *************************/
.contacts {
	position: relative;
	padding: 95px 0 0px;
}
.contacts .key1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -900px;
}
.contacts-map {
	position: relative;
	height: 510px;
	margin: 0 -15px;
}
.contacts-text {
	padding: 0 0 77px;
}
.contacts-text i {
	display: inline-block;
	width: 20px;
}
.contacts-text .fa-phone:before {
	display: inline-block;
	transform: scaleX(-1);
}
.shadow {position: relative;}
.shadow:after {
	position: absolute;
	top: 50%;
	left: 25px;
	right: 25px;
	bottom: 0;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-shadow: 0 20px 35px 0 rgba(0,0,0,0.1);
	box-shadow: 0 20px 35px 0 rgba(0,0,0,0.1);
}
.captcha {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.captcha-code {
	width: 95px;
	padding: 10px 10px 0 0;
}
.captcha-input {
	flex: 1;
}
/************************* bg-section *************************/
.bg-section {
	position: relative;
	padding: 170px 0 93px;
}
.bg-section:before {
	position: absolute;
	top: -450px;
	bottom: -400px;
	left: 0;
	right: 0;
	z-index: -2;
	display: block;
	content: '';
	background: url(../images/bg.jpg) 50% 50% no-repeat;
}
.main-page .bg-section:before {
	top: -350px;
	bottom: -500px;
}
/************************* comment-block *************************/
.comment-form {
	position: relative;
	margin: 0 -15px;
	padding: 45px 30px 44px;
	background: #fff;
	border-radius: 5px;
}
.comment-form-title {
	margin: 0 0 49px;
	font-size: 22px;
	font-family: Gilroy;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
}
.comment-form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 540px;
	margin: 0 auto;
}
.comment-form-column {
	width: 47.2%;
}
.comment-form-block .input,
.comment-form-block .textarea {margin: 0 0 40px;}

.comment-form-button {
	margin: 0 0 25px;
	padding: 10px 0 0;
	text-align: center!important;
}

.send-button {
	padding-left: 140px;
	text-align: left;
}

.send-button-icon {
	position: absolute;
	top: -9px;
	left: -35px;
	transition: all linear 0.3s;
}
.send-button:hover .send-button-icon {transform: scale(1.05);}
.comment-form-bottom {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.comment-form-bottom a {
	color: #1e1b1e;
}

/************************* blog *************************/
.blog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-content {
	width: 40%;
}
.blog-side {
	width: 51.3%;
}
.blog-item {
	padding: 0 0 66px;
}
.blog-more {padding: 20px 0 0;}
.blog-side-item {
	padding: 1px 0 13px;
}
.blog-side-title {
	margin: -7px 0 16px;
	padding: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
	text-align: left;
	border-bottom: 1px solid #1e1b1e;
}
.blog-min {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 28px;
}
.blog-min-img {
	width: 190px;
	min-width: 190px;
	margin: 5px 30px 0 0;
}
.blog-min-img img {
	width: 100%;
	border-radius: 5px;
}
.blog-min-img.shadow:after {
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
}
.blog-min-content {
	flex: 1;
}
.blog-min-content .articles-title {
    margin: 0 0 8px;
}
.blog-min-content .articles-text {
    margin: 0 -5px 17px 0;
}
/************************* servises *************************/
.servises-top {padding: 0 0 105px;}
.servises-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servises-about-img {
	width: 40%;
}
.servises-about-img img {
	max-width: 110%;
	margin: 0 -5%;
}
.servises-about-content {
	width: 57%;
	padding: 40px 0 0;
}
.servises-about-more {padding: 10px 0 0;}
.servises-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 65px 0 0;
}
.servises-buttons .button {
	width: 47.2%;
	min-width: 290px;
	margin: 0 0 40px;
}
.sell-button {
	padding: 17px 15px 9px 140px;
	text-align: left;
}
.sell-button-icon {
	position: absolute;
	top: -26px;
	left: -25px;
	transition: all linear 0.3s;
}
.sell-button:hover .sell-button-icon {transform: scale(1.05);}
.buy-button {
	padding: 17px 15px 9px 140px;
	text-align: left;
}
.buy-button-icon {
	position: absolute;
	top: -17px;
	left: -43px;
	transition: all linear 0.3s;
}
.buy-button:hover .buy-button-icon {transform: scale(1.05);}
.servises-main {
	position: relative;
	padding: 93px 0 20px;
}
.servises-main .key1 {
	position: absolute;
	left: 50%;
	top: 33px;
	margin: 0 0 0 -900px;
}
/************************* about *************************/
.about {
	position: relative;
	padding: 0 0 50px;
}
.about .key1 {
	position: absolute;
	left: 50%;
	top: 180px;
	margin: 0 0 0 -900px;
}
.about-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 55px;
}
.about-top-img {
	width: 40%;
	padding: 5px 0 0;
}
.about-top-img img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 30px 30px rgba(0,0,0,0.15);
}
.about-top-content {
	width: 51.3%;
}
.white-line {
	padding: 82px 0 65px;
	margin: 0 0 84px;
	background: #fff;
}
.align-left {text-align: left;}
.certificate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.certificate-item {
	width: 25%;
	margin: 0 0 42px;
}
.certificate-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 190px;
	background: #fff;
	box-shadow: 3px 7px 10px 0 rgba(0,0,0,0.1);
}
.certificate-item img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
/************************* bottom-section *************************/
.bottom-section {
	position: relative;
	z-index: 10;
}
.key2 {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -140px;
}
.bottom-min .key2 {
	top: 0;
	margin-top: 0;
}
/************************* apartment *************************/
.apartment {padding: 50px 0 50px;}
.apartment-slider {
	margin: 0 -15px;
	padding: 35px 0 0;
}
.apartment-slide {
	padding: 0 15px 50px;
}
.apartment-item {
	position: relative;
	background: #fff;
	border-radius: 5px;
}
.apartment-img {
	margin: 0 0 10px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.apartment-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: all .3s linear;
}
.apartment-img:hover img {transform: scale(1.05);}
.apartment-content {
	position: relative;
	padding: 19px 15px 15px;
}
.apartment-title {
	margin: 0 0 23px;
	font-weight: 700;
}
.apartment-info {
	padding: 26px 0 1px;
	margin: 0 0 22px;
	border-top: 1px solid #d5cfc3;
	border-bottom: 1px solid #d5cfc3;
}
.apartment-info-item {
	overflow: hidden;
	display: inline-block;
	margin: 0 50px 19px 0;
}
.apartment-info-item:nth-child(2n){margin: 0 0 19px;}
.apartment-info-icon {
	float: left;
	width: 39px;
}
.apartment-info-icon svg {
	display: block;
	width: 39px;
	height: 39px;
}
.apartment-info-content {
	margin: 0 0 0 52px;
	font-weight: 400;
	line-height: 20px;
}
.apartment-info-name {
	color: #d5cfc3;
	font-size: 12px;
}
.apartment-info-text {
	font-size: 16px;
}
.apartment-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.apartment-price {
	margin: 0 0 9px;
	padding: 0 10px 0 0;
	color: #febf73;
	font-size: 24px;
	font-weight: 700;
}

.apartment-price i {
	font-size:20px;
	line-height:20px;
}

.apartment-bottom .more {margin: 0 0 9px;}
/************************* articles *************************/
.articles {
	padding: 50px 0 50px;
}
.title {
	margin: 0 0 37px;
	font-size: 30px;
	font-family: Gilroy;
	font-weight: 900;
	line-height: 36px;
	text-align: center;
}
.articles-slider {
	margin: 0 -15px;
	padding: 35px 0 0;
}
.articles-slide {
	padding: 0 15px;
}
.articles-img {
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
	border-radius: 5px;
}
.articles-img img {
	width: 100%;
	border-radius: 5px;
	transition: all .3s linear;
}
.articles-img:hover img {transform: scale(1.05);}
.articles-date {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 22px;
}
.articles-title {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.articles-text {
	margin: 0 -5px 27px 0;
	font-size: 14px;
	line-height: 22px;
}
.more {
	padding: 0 22px 0 0;
	font-size: 16px;
	font-weight: 600;
}
.more a {
	position: relative;
	color: #1e1b1e;
	text-decoration: none;
}
.more i {
	position: absolute;
	top: 3px;
	right: -20px;
	font-size: 15px;
	transition: all .4s ease;
}
.more a:hover i {transform: translateX(10px);}

.slick-arrow {
	position: absolute;
	top: 0;
	display: block;
	width: 45px;
	height: 20px;
	cursor: pointer;
	font-size: 0;
	color: #a9a499;
	border: 1px solid #a9a499;
	border-radius: 15px;
	outline: 0;
	z-index: 10;
	transition: all .4s ease;
}
.slick-prev {
	left: 15px;
}
.slick-prev:before {
	position: absolute;
	top: 2px;
	left: 9px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	content: "\f104";
}
.slick-next {
	right: 15px;
}
.slick-next:before {
	position: absolute;
	top: 2px;
	right: 9px;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	content: "\f105";
}
.slick-prev:hover {transform: translateX(-10px);}
.slick-next:hover {transform: translateX(10px);}
/************************* footer *************************/
.footer {
	padding: 180px 0 13px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 38px;
}
.footer-info {
	flex: 1;
	order: 1;
	padding: 0 50px 0 0;
}
.footer-right {
	order: 2;
	width: 200px;
	min-width: 200px;
	padding: 3px 0 0;
	text-align: right;
}
.footer-phone {
	margin: 0 0 3px;
	font-size: 22px;
	font-weight: 700;
}
.footer-phone a {
	color: #febf73;
	text-decoration: none;
}
.footer-right-link {
	font-size: 16px;
}
.footer-right-link a {color: #fff;}
.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0 0;
	font-weight: 600;
	border-top: 1px solid #fff;
}
.footer-bottom a {
	color: #fff;
}
/************************* 404 *************************/
#wrapper.page-404 {
    background: url(../images/404bg.jpg) 50% 100% no-repeat;
}
.page-404 .header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 100vh;
}
.page-404 .header-top {
	width: 100%;
	padding-bottom: 0;
}
.block-404 {
	width: 100%;
	margin: auto 0;
	padding: 20px 15px 150px;
	text-align: center;
}
.block-404-num {
	margin: 0 0 20px;
    font-size: 400px;
    font-family: Gilroy;
    font-weight: 900;
    line-height: 360px;
}
.block-404-text {
	max-width: 460px;
	margin: 0 auto 22px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
.block-404-min {font-weight: 400;}
.block-404-min a {
	color: #1e1b1e;
}
/************************* popups *************************/
.popup {
	display: none;
	width: 730px;
}

.popup.fancybox-content {padding: 45px 30px 44px;}
.popup-title {
	margin: 0 0 37px;
    font-size: 22px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.popup-form-block {
	max-width: 256px;
	margin: 0 auto;
}
 .fancybox-slide--html .popup .fancybox-close-small {
    padding: 5px;
}

/************************* media *************************/
@media screen and (max-width: 1440px) {
	.up {
		left: auto;
		right: 15px;
		margin-left: 0;
	}
}
@media screen and (max-width: 1140px) {
	.header-nav {
		padding: 0 40px;
	}
}
@media screen and (max-width: 1023px) {
	.holder {
		padding: 0 15px;
	}
	.fixed-phone {display: block;}
	.header-top {padding: 27px 0 29px;}
	.mob-nav-icon {
		display: block;
		z-index: 300;
	}
	.header-wrapper {
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		z-index: 200;
		display: block;
		width: 100%;
		padding: 26px 15px 10px;
		overflow-y: auto;
		text-align: left;
		background: #fff;
		transition: all .5s ease;
	}
	.header-wrapper.vis {right: 0%;}
	.header-right {
		text-align: left;
		padding: 0 0 43px;
	}
	.header-nav {
		display: block;
		padding: 0;
	}
	.header-nav li {
		margin: 0 0 24px;
		font-size: 16px;
	}
	.header-nav li:hover .sub-menu {display: none;}
	.sub-menu {
		position: static;
		width: auto;
		padding: 24px 0 1px 20px;
		margin: 0 0 -20px;
		background: none;
		border-radius: 0;
	}
	.header-nav li.menu-item-has-children > a:after {
		top: 7px;
		border-left: 5px solid #1e1b1e;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 0;
	}
	#wrapper.main-page {
		background: url(../images/footer-bg.jpg) 50% 100% no-repeat;	
	}
	.main-page .header {
		min-height: 90vh;
		background: url(../images/top-bg.jpg) 50% 0% no-repeat;
		background-size: cover;
	}
	.servises-about {
		display: block;
	}
	.servises-about-img {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
	}
	.servises-about-content {
		width: auto;
		padding: 0;
	}
	.servises-buttons {
		max-width: 680px;
		padding: 45px 0 0;
		margin: 0 auto;
	}
	.servises-buttons .button {
		margin: 0 0 60px;
	}
	body {
		font-size: 16px;
		line-height: 22px;
	}
	p {margin: 0 0 14px;}
	.sber {padding: 80px 0 0;}
	.sber-block {
		padding: 40px 20px 31px;
		margin: 0 -15px;
		border-radius: 0;
	}
	.sber-icon {
		margin: -80px 0 -6px -20px;
	}
	.sber-icon img {width: 400px;}
	.sber-phone {font-size: 30px;}
	.main-article {padding: 93px 0 0;}
	.article-part {padding: 0 0 38px;}
	.mob-more {display: block;}
	.mob-hidden {display: none;}
	.help-block {
		padding: 28px 15px 24px 300px;
		margin: 0 -15px;
		border-radius: 0;
	}
	.principle {
		padding: 0 0 70px;
	}
	.tabs-holder {
		margin: 0 -15px;
		border-radius: 0px;
	}
	.bg-section {
		padding: 80px 0 40px;
	}
	.apartment-title {font-size: 18px;}
	.main-page .apartment {
		padding: 50px 0 50px;
	}
	.pros {
		padding: 42px 0 0px;
		margin: 0 0 40px;
	}
	.info-list-item {
		width: 48%;
		margin: 0 0 40px 4%;
	}
	.info-list-item:nth-child(4n + 1){margin: 0 0 40px;}
	.info-list-item:nth-child(2n + 1){margin: 0;}
	.key1 {display: none;}
	.key2 {display: none;}
	.main-title {
		margin: 0 0 70px;
		font-size: 44px;
		line-height: 56px;
	}
	.about-top-content {
		width: 57%;
	}
	.certificate-item {
		width: 33.33%;
	}
	.blog-content {width: 43%;}
	.blog-side {width: 53%;}
	.blog-min-img {
		margin: 5px 20px 0 0;
	}
	.object-gallery {
		width: 100%;
	}
	.object-info {
		width: 100%;
		padding: 29px 15px 10px;
	}
	.object-thumbs-holder {display: inline-block;}
	.price-item {padding: 25px;}
	.review-top-text {padding: 0 30px 0 0;}
	#wrapper {padding-bottom: 66px;}

}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 860px) {
	
}
@media screen and (max-width: 767px) {
	.up {display: none;}
	.header-main {
		padding: 20px 0 50px;
	}
	.header-main-title {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 40px;
	}
	.sber {padding: 10px 0 0;}
	.sber-block {
		display: block;
		padding: 40px 15px;
	}
	.sber-icon {display: none;}
	.sber-content {
		width: auto;
		max-width: none;
		padding: 0 0 25px;
	}
	.sber-side {
		width: auto;
		max-width: none;
	}
	h2 {
		margin: 0 0 45px;
		font-size: 28px;
		font-weight: 700;
	}
	h3 {
		margin: 0 0 45px;
		font-size: 22px;
		font-weight: 700;
		line-height: 27px;
	}
	.principle {
		padding: 0 0 30px;
		display: block;
	}
	.principle-item {
		width: auto;
		margin: 0 0 40px;
	}
	.principle-item:nth-child(3n + 1){margin: 0 0 40px;}
	.help-block {
		padding: 28px 15px 30px;
	}
	.help-icon {display: none;}
	.help-phone {
		font-size: 30px;
	}
	.title {
		margin: 0 0 37px;
		font-size: 28px;
		font-weight: 700;
	}
	.mob-hide {display: none;}
	.subtitle {
		margin: -18px auto 50px;
		font-size: 21px;
		line-height: 27px;
	}
	.bg-section {
		padding: 30px 0 80px;
	}
	.tabs-holder {padding: 15px 0;}
	.pack-item {
		width: 100%;
		padding: 0 15px;
	}
	.pack-item:last-child .pack-inner {border-bottom: 0;}
	.pack-inner {
		height: 100%;
		padding: 20px 0 20px;
		border: 0;
		border-bottom: 1px solid #d5cfc3;
		border-radius: 0;
	}
	.tabs li {
		width: 50%;
	}
	.tabs a {
		padding: 12px 6px 13px;
		font-size: 16px;
		line-height: 22px;
	}
	.desk-text {display: none;}
	.mob-text {display: inline;}
	.pros {
		padding: 42px 0 45px;
	}
	.quote {
		display: block;
		padding: 10px 0 0;
	}
	.quote-img {
		width: 190px;
		margin: 0 auto;
		min-width: 190px;
	}
	.quote-text {
		flex: 1;
		padding: 0px 0 0;
	}
	.articles {padding: 50px 0 0px;}
	#wrapper {background: none;}
	.footer {
		position: relative;
		padding: 95px 0 13px;
	}
	.footer:before {
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		content: '';
		background: url(../images/footer-bg-mob.jpg) 50% 0% no-repeat;
    	background-size: cover;
	}
	.footer .holder {position: relative;}
	.footer-top {
		display: block;
		padding: 0 0 33px;
	}
	.footer-right {
		padding: 0 0 29px;
		text-align: left;
	}
	.footer-info {padding: 0;}
	.footer-map {
		order: 1;
		width: 100%;
		margin: 0 0 14px;
	}
	.footer-copy {
		order: 2;
		width: 100%;
		margin: 0 0 14px;
	}
	.footer-adress {
		order: 3;
		width: 100%;
	}
	.main-title {
		margin: 0 0 40px;
		font-size: 32px;
		line-height: 38px;
	}
	.about {padding: 0 0 30px;}
	.about-top {
		padding: 20px 0 30px;
	}
	.about-top-img {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 15px;
	}
	.about-top-content {
		width: auto;
	}
	.white-line {
		padding: 40px 0 30px;
		margin: 0 0 40px;
	}
	.certificate-item {
		width: 50%;
	}
	.comment-form {
		padding: 45px 15px 44px;
		border-radius: 0;
	}
	.comment-form-block {
		max-width: 340px;
	}
	.comment-form-column {
		width: 100%;
	}
	.send-button {
		padding: 17px 15px 9px 130px;
	}
	.apartment {
		padding: 30px 0 30px;
	}
	.article-img {
		margin: 0 -15px 53px;
		padding: 0px 0 0;
	}
	.article-img-top {
		margin: 0 -15px 43px;
		padding: 0px 0 0;
	}
	.article-bottom {
		display: block;
		padding: 5px 0 0;
	}
	.article-share {margin: 0 0 40px;}	
	.blog-content {
		width: 100%;
		padding: 0 0 80px;
	}
	.blog-side {width: 100%;}
	.blog-more {
		padding: 0;
	}
	.info-white {padding: 50px 0 25px;}
	.contacts {padding: 55px 0 0px;}
	.contacts-text {padding: 0 0 35px;}
	.contacts-map {
		height: 400px;
		margin: 0 -15px 30px;
	}
	.object-block {padding: 0 0 65px;}
	.object-realtor {display: block;}
	.object-realtor-img {
		width: 255px;
		min-width: 255px;
		margin: 0 auto 0px;
	}
	.object-realtor-content {padding: 0;}
	.price-item {
		display: block;
		height: auto;
		padding: 25px 15px;
	}
	.price-right {
		max-width: none;
		padding: 10px 0 0;
		text-align: left;
	}
	.warning {
		display: block;
		max-width: none;
		padding: 25px 0 40px;
	}
	.warning-icon {
		width: 220px;
		min-width: 220px;
		margin: 0 auto 20px;
	}
	.warning-text {text-align: center;}
	.ask {padding: 0;}
	.ask-icon {display: none;}
	.ask-block {padding: 30px 20px;}
	.ask-phone {font-size: 30px;}
	.review-item {
		display: block;
		margin: 0 0 55px;
	}
	.review-item-side {
		width: auto;
		min-width: 1px;
		padding: 0 0 15px;
	}
	.review-item-text {
		padding: 25px 15px 9px;
	}
	.review-top {
		display: block;
		padding: 10px 0 60px;
	}
	.review-top-text {padding: 0;}
	.review-top-side {
		width: auto;
		padding: 40px 0 0;
		min-width: 1px;
		text-align: center;
	}
	.servises-top {padding: 0 0 55px;}
	.servises-main {padding: 75px 0 20px;}
	.block-404 {
		padding: 20px 15px 150px;
	}
	.block-404-num {
		margin: 0 0 21px;
		font-size: 150px;
		line-height: 100px;
	}
	.block-404-text {
		max-width: 360px;
		margin: 0 auto 13px;
		font-size: 18px;
		line-height: 24px;
	}
	
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 560px) {
	.main-page .header {
		min-height: 100vh;
		background: url(../images/top-bg.jpg) 50% 0 no-repeat;
		background-size: cover;
	}
	.object-thumbs-slide {
		padding: 0 8px 30px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 479px) {
	.info-list-item {
		width: 100%;
		margin: 0 0 40px;
	}
	.info-list-item:nth-child(2n + 1){margin: 0 0 40px;}
	.certificate-item a {
		width: 140px;
	}
	.blog-min {display: block;}
	.blog-min-img {
		width: auto;
		min-width: 1px;
		margin: 0 0 30px;
	}
	.popup.fancybox-content {
		padding: 40px 15px 34px;
	}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
	.send-button {
		padding: 17px 10px 9px 120px;
	}
	.send-button-icon {
		left: -45px;
	}
}



/************************* animations *************************/
.fade {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fade.animated {
	opacity: 1;
}
.fadeUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 80px, 0);
	transform: translate3d(0, 80px, 0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeUp.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.fadeLeft {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeLeft.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.fadeRight {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeRight.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.fadeBottom {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeBottom.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
@media screen and (max-width: 767px) {
	.fadeBottom, .fadeRight, .fadeLeft, .fadeUp {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.animated.animationDelay, .fp-completely .animatable.animationDelay{
	animation-delay:.1s;
	-webkit-animation-delay:.1s;
}
.animated.animationDelay2, .fp-completely .animatable.animationDelay2{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.animated.animationDelay3, .fp-completely .animatable.animationDelay3{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.animated.animationDelay4, .fp-completely .animatable.animationDelay4{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelay5, .fp-completely .animatable.animationDelay5{
	animation-delay:.5s;
	-webkit-animation-delay:.5s;
}
.animated.animationDelay6, .fp-completely .animatable.animationDelay6{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.animated.animationDelay7, .fp-completely .animatable.animationDelay7{
	animation-delay:.7s;
	-webkit-animation-delay:.7s;
}
.animated.animationDelay8, .fp-completely .animatable.animationDelay8{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.animated.animationDelay9, .fp-completely .animatable.animationDelay9{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.animated.animationDelay10, .fp-completely .animatable.animationDelay10{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.animated.animationDelay11, .fp-completely .animatable.animationDelay11{
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/

#wpseo_sitemap #sitemap_authors { display:none; }

#wpseo_sitemap h3 {
	margin: 0 0 24px;
    font-size: 24px;
    font-family: Gilroy;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

#wpseo_sitemap h3 a {
	color:#000;
}

#wpseo_sitemap ul {
	padding: 0 0 0 20px;
	font-size:16px;
	font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
}

#wpseo_sitemap ul li {
	margin: 0 0 12px;
	list-style: disc;
}

#wpseo_sitemap ul li ul { padding:12px 0 0 20px; }

.post-ratings {
	position:relative;
	top:-5px;
}

.post-ratings img { margin:0 0 0 10px; }

#loading {
	background: rgba(0, 0, 0, 0.6); 
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:100;
}

#loading .load-block {
	width:100%;
	height:100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;	
}

spinner {
	-webkit-animation: rotator 1.4s linear infinite;
		  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	  -ms-transform-origin: center;
		  transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
		  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
	0% {
		stroke: #4285F4;
	}
	25% {
		stroke: #DE3E35;
	}
	50% {
		stroke: #F7C223;
	}
	75% {
		stroke: #1B9A59;
	}
	100% {
		stroke: #4285F4;
	}
}

@keyframes colors {
	0% {
		stroke: #4285F4;
	}
	25% {
		stroke: #DE3E35;
	}
	50% {
		stroke: #F7C223;
	}
	75% {
		stroke: #1B9A59;
	}
	100% {
		stroke: #4285F4;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

.grecaptcha-badge {
    display: none;
}