/*
	Theme Name: Teplodina - дома (лендинг)
	Theme URI: http://bshepelev.ru
	Description: The theme for WordPress. 
	Author: Shepelev Boris
	Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { 
	border:0; 
	margin:0; 
	padding:0; 
	outline: none; 
	border-collapse: collapse; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

input, textarea{
	-webkit-appearance: none;
	font-family: 'Source Sans Pro', sans-serif;
}

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

@font-face {
    font-family: 'optima_lt_mediumbold_italic';
    src: url('font/optima_lt_black_italic-webfont.eot');
    src: url('font/optima_lt_black_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optima_lt_black_italic-webfont.woff2') format('woff2'),
         url('font/optima_lt_black_italic-webfont.woff') format('woff'),
         url('font/optima_lt_black_italic-webfont.svg#optima_lt_mediumbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'optima_lt_mediumbold';
    src: url('font/optima_lt_black-webfont.eot');
    src: url('font/optima_lt_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optima_lt_black-webfont.woff2') format('woff2'),
         url('font/optima_lt_black-webfont.woff') format('woff'),
         url('font/optima_lt_black-webfont.svg#optima_lt_mediumbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'optima_ltbold';
    src: url('font/optima_lt_bold-webfont.eot');
    src: url('font/optima_lt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optima_lt_bold-webfont.woff2') format('woff2'),
         url('font/optima_lt_bold-webfont.woff') format('woff'),
         url('font/optima_lt_bold-webfont.svg#optima_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'optimalcbold_italic';
    src: url('font/optimalc_bolditalic-webfont.eot');
    src: url('font/optimalc_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optimalc_bolditalic-webfont.woff2') format('woff2'),
         url('font/optimalc_bolditalic-webfont.woff') format('woff'),
         url('font/optimalc_bolditalic-webfont.svg#optimalcbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'optimalcitalic';
    src: url('font/optimalc_italic-webfont.eot');
    src: url('font/optimalc_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optimalc_italic-webfont.woff2') format('woff2'),
         url('font/optimalc_italic-webfont.woff') format('woff'),
         url('font/optimalc_italic-webfont.svg#optimalcitalic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'optimalcregular';
    src: url('font/optimalc-webfont.eot');
    src: url('font/optimalc-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optimalc-webfont.woff2') format('woff2'),
         url('font/optimalc-webfont.woff') format('woff'),
         url('font/optimalc-webfont.svg#optimalcregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

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

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'optimalcregular';
	font-weight: normal; 
	font-style: normal; 
	font-size:12px;
	line-height:19px;
	position:relative;
	height:100%; 
	width:100%;
	min-width:320px;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust:100%;
	color:#FFF;
	padding:0;
}

html { overflow-x:hidden; }

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

.main {
	overflow:hidden;
}

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.center { 
	clear:both;
	float:none;
	width:100%;
	max-width:1160px;
	min-width:300px;
	padding:0;
	margin:0 auto;
	text-align:left;
	box-sizing: border-box;
	position:relative;
}

.animate__animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

.animates { 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

.utm { display:none; }

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

.main {
	position:relative;
}

i.left-line, 
i.right-line {
    display: block;
    position: absolute;
    top: -50px;
    bottom: 0;
    width: 1px;
    background: #c96c10;
    opacity:0.2;
    z-index:11;
}

i.left-line {
	left:30px;
}

i.right-line {
	right:30px;
}

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

.title {
	position:relative;
	padding:0 0 30px 0;
}

.title h2 {
	padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    display:block;	
	/*text-shadow: 4px 3px 0px #fff, -9px -8px 0px rgba(0,0,0,0.055);*/
}

.title h2::before {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% + 5px);
    width: 1000px;
    left: -1020px;
    height: 1px;
    background: #c96c10;
    opacity:0.2;
}

.title h2::after {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% + 5px);
    width: 1000px;
    right: -1020px;
    height: 1px;
    background: #c96c10;
    opacity:0.2;
}

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

.header {
	background: linear-gradient(65.4deg,#25564d 0%,#687875 100%),#fff;
    padding: 25px 0;
	margin:0 0 75px 0;
}

.header .cell {
	display:flex;
	justify-content: space-between;	
	align-items: center;	
}

.header .logo a {
    display: block;
    width: 207px;
    height: 51px;
    background: url("images/logo-bottom.svg") no-repeat 0 0;
    background-size: 207px auto;
    text-indent: -9999px;
}

.header .description {
	font-style:normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 140%;
    padding-left: 40px;
}

.header .description b {
	 font-weight: 700;
}

.header .whatsapp a {
	display:block;
    background: #C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 7px 28px 9px 29px;
    position: relative;
    transition: all 0.5s;
    -webkit-animation: si-button-pulse 2s ease;
    animation: si-button-pulse 2s ease;
    -webkit-animation-iteration-count: 999;
    animation-iteration-count: 999;
    border-radius:10px;
}

.header .whatsapp a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

@keyframes si-button-pulse2 {
    from { box-shadow: 0 0 0 0px rgba(37, 86, 77, 1); }
    to { box-shadow: 0 0 0 15px rgba(37, 86, 77, 0); }
}

@keyframes si-button-pulse {
    from { box-shadow: 0 0 0 0px rgba(255, 181, 107, 1); }
    to { box-shadow: 0 0 0 15px rgba(255, 181, 107, 0); }
}

.header .phone-callback .phone {
	padding:0 0 5px 0;
}

.header .phone-callback .phone p {
	padding:5px 0;
}

.header .phone-callback .phone a {
	font-size: 19px;
	line-height: 19px;
	color: #FFF;
	text-decoration: none;	
}

.header .phone-callback a.callback {
	color:#FFF;
	text-decoration:underline;
	font-size: 17px;
	line-height: 17px;	
}

.header .phone-callback a.callback:hover {
	text-decoration:none;
}

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

.build {
	padding:0 0 45px 0;
}

.build .cell {
	display:flex;
	justify-content: space-between;	
	align-items: center;
}

.build .cell .left {
	width:50%;
	box-sizing: border-box;
	padding:0 32px 0 0;
}

.build .cell .right {
	width:50%;
	position:relative;
}

.build .data {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;		
	text-align:center;
}

.build .data h2 {
	padding:0 0 10px 0;
	font-style: normal;
    font-weight: 600;
	font-size:35px;
	line-height:45px;
	/*text-shadow: 4px 3px 0px #fff, -9px -8px 0px rgba(0,0,0,0.075);*/
	text-transform: uppercase;
}

.build .right .list {
	display:flex;
	flex-wrap: wrap;
	border-radius:10px;
	overflow:hidden;
}

.build .right .list .item {
	width:33.3333%;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	box-sizing: border-box;
}

.build .right .list .item .brick {
	position:relative;
	width:100%;
	padding-bottom:86%;
}

.build .right .list .item span {
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.get-a-calculation {
	padding:20px 0 0 0;
	text-align:center;
}

.get-a-calculation span {
	display:block;
	text-align:center;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 168%;
	color:#000;	
	padding:0 0 15px 0;	
}

.get-a-calculation a {
	display:block;
	width:280px;
	margin:0 auto;
    background: #C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 9px 28px 11px 29px;
    position: relative;
    transition: all 0.5s;
    -webkit-animation: si-button-pulse 2s ease;
    animation: si-button-pulse 2s ease;
    -webkit-animation-iteration-count: 999;
    animation-iteration-count: 999;
    border-radius:10px;
}

.get-a-calculation a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

.get-a-calculation a small {
	font-size:13px;
	display:block;
}

.fixed-price {
	background:rgba(255,255,255, 0.85);
	padding:24px 24px 24px 96px;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
	color:#000;	
	position:absolute;
	right:24px;
	bottom:27px;
	border-radius:10px;
}

.fixed-price::before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:24px;
	top:50%;
	margin:-25px 0 0 0;
	background:url("images/save-money.png") no-repeat center center;
	background-size:100% auto;
}

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

.project {
	padding:0 0 85px 0;
}

.project .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:20px 0 0;	
	max-width:640px;
	margin:0 auto;
	text-align:center;
}

.slider-project-wrap {
	position:relative;
	margin:0 -10px;
}

.slider-project {
	padding:0 0 50px 0;
}

.slider-project .item {
	margin:0 10px;
	background: rgba(201,108,16,.1);
	padding:30px;
	border-radius:10px;
}

.slider-project .item .cell {
	display:flex;
	justify-content: space-between;	
	align-items: center;	
}

.slider-project .item .cell .right {
	width:50%;
}

.slider-project .item .cell .left {
	width:calc(50% - 40px);
	position:relative;
}

.slider-project .item a.big {
	display:block;
	width:100%;
	padding-bottom:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.5s;
	border-radius:10px;
	position:relative;
}

.slider-project .two {
	display:flex;
	justify-content: space-between;	
	align-items: stretch;	
	padding:20px 0 0 0;
}

.slider-project .two span {
	width:calc(50% - 10px);
	display:block;
}

.slider-project a.small {
	display:block;
	width:100%;
	padding-bottom:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.5s;
	border-radius:10px;
	position:relative;	
}

.slider-project a.small span,
.slider-project a.big span {
	background:rgba(255,255,255, 0.85);
	padding:6px 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #000;	
	position:absolute;
	left:16px;
	top:16px;
	border-radius:10px;
	display:inline-block;
	width:auto;
}

.slider-project .text {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 168%;
    color: #000;	
}

.slider-project .text h3 {
    font-size: 28px;
    line-height: 168%;	
	padding:0 0 25px 0;
}

.slider-project .text .comments {
	padding:0 0 25px 0;
	font-style:italic;
}

.slider-project .text .comments b {
	padding:0 0 5px 0;
	display:block;
	font-style:normal;
}

.slider-project .text ul li {
	display:block;
	padding:5px 0 5px 30px;
	position:relative;
	font-size: 16px;
    line-height: 20px;
}

.slider-project .text ul li::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background:url("images/check-black.svg") no-repeat center center;
	background-size:20px auto;
}

.slider-project .more {
	padding:10px 0 0 0;
}

.slider-project .more a {
    color: rgb(106 82 57);
    text-decoration: underline;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;	
	padding:0;
	margin:0;
}

.slider-project .more a:hover {
	text-decoration:none;
}

.slider-project .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
}

.slider-project .slick-dots li {
	display:block;
	transition: all 0.5s;
	background:rgb(106 82 57);
	border-radius: 5px;
	width:10px;
	height:10px;
	margin:0 5px;
	text-indent:-9999px;
	opacity:0.35;
	cursor:pointer;
}

.slider-project .slick-dots li.slick-active {
	width:30px;
	opacity:1;
	background:rgb(106 82 57);
}

.slider-project .slick-arrow {
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	bottom:-25px;
	text-indent:-9999px;
	background:url("images/prev.svg") no-repeat center center;
	background-size:64px auto;
	z-index:12;
	transition: all 0.5s;
	opacity:0.75;
	cursor:pointer;
}

.slider-project .slick-arrow.slick-prev {
	left:0px;
}

.slider-project .slick-arrow.slick-next {
	right:0px;
	transform: rotate(-180deg);
}

.slider-project .slick-arrow:hover {
	opacity:1;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.individual-solution {
	margin:0 0 10px 0;
	position:relative;
	z-index:10;
}

.individual-solution .cell {
	border:1px solid #687875;
	border-radius:10px;
	padding:32px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 168%;
	color:#000;	
	display:flex;
	justify-content: space-between;	
	align-items: center;	
}

.individual-solution .left {
	padding-right:32px;
}

.individual-solution a {
    display:block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px 10px 12px;
	box-sizing: border-box;
	width:100%;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	word-wrap:break-word;
	white-space:pre-wrap;
	cursor:pointer;
	text-align:center;
}

.individual-solution a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

.individual-solution .item {
	display:flex;
	justify-content: space-between;
}

.individual-solution .item span.pic {
	display:block;
	width:100px;
	max-width:100px;
	min-width:100px;
	height:100px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.individual-solution .item .data {
	padding-left:32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 168%;
	color:#000;	
}

.individual-solution .item .data h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 168%;
	color:#000;	
	padding:0 0 3px 0;
}

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

.house-window.fancybox-content {
	background:#FFF;
	width: 640px;
	box-sizing: border-box;
	padding:0;
	overflow:hidden;
	border-radius:20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
	color:#000;		
}

.house-window.fancybox-content .data {
	padding:24px;
}

.house-window.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	background-size:13px auto;
	width:13px;
	height:13px;
	opacity:1;
	top:20px;
	right:20px;
}

.house-window span.thumb {
	display:block;
	width:100%;
	padding-bottom:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.house-window span.title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
	color:#000;	
	padding:0;
	margin:0	
}

.house-window b {
	display:block;
	padding:5px 0;
	font-size: 15px;
    line-height: 20px;	
}

.house-window ul li {
	display:block;
	padding:5px 0 5px 30px;
	position:relative;
	font-size: 15px;
    line-height: 20px;
}

.house-window ul li::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background:url("images/check-black.svg") no-repeat center center;
	background-size:20px auto;
}

.house-window .price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
	color:#000;	
	padding:15px 0;
}

.house-window .price span {
	padding:0;
	margin:0;
}

.house-window .price .old {
	text-decoration: line-through;
	opacity:0.65;
	font-size: 18px;
}

.house-window .price .new {
	font-weight: 600;
}

.house-window .button {
	padding:10px 0 0 0;
}

.house-window .button a {
    display:inline-block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
	box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	word-wrap:break-word;
	white-space:pre-wrap;
	cursor:pointer;
}

.house-window .button a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

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

.three .list {
	display:flex;
	position:relative;
	margin:0 -10px;
}

.three .list .item {
	display:block;
	flex: 1 1 100%;
	margin:0 10px;
	background: rgba(201,108,16,.1);
	padding:32px 32px 32px 116px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 168%;
	color:#000;		
	border-radius:10px;
	position:relative;
}

.three .list .item::before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:32px;
	top:32px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50px auto!important;
}

.three .list .item:nth-child(1)::before { background-image:url("images/to-do-list.png"); }
.three .list .item:nth-child(2)::before { background-image:url("images/portfolio.png"); }
.three .list .item:nth-child(3)::before { background-image:url("images/brochure.png"); }

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

.frame-house {
	padding:65px 0 20px 0;
}

.frame-house::before {
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	top:50px;
	bottom:-150px;
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
	z-index:1;
}

.frame-house .center {
	position:relative;
	z-index:5;
}

.frame-house .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:20px 0 0;	
	max-width:640px;
	margin:0 auto;
	text-align:center;
}

.frame-house .cell {
	margin:45px 0 0 0;
	display:flex;
	justify-content: space-between;	
	align-items: stretch;
	border-radius:10px;
	overflow:hidden;
}

.frame-house .cell .left {
	width:calc(34% - 10px);
}

.frame-house .cell .right {
	width:calc(66% - 10px);
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-left:2px solid transparent;	
}

.frame-house .cell .list .item {
	margin:20px 0 0 0;
	background: rgba(201,108,16,.1);
	padding:32px 32px 32px 116px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 168%;
	color: #000;
	position:relative;
}

.frame-house .cell .list .item::before {
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	left:32px;
	top:32px;
	z-index:1;
	background-size:50px auto!important;
}

.frame-house .cell .list .item:nth-child(1)::before { background-image:url("images/clock.png"); }
.frame-house .cell .list .item:nth-child(2)::before { background-image:url("images/anniversary.png"); }
.frame-house .cell .list .item:nth-child(3)::before { background-image:url("images/weather.png"); }

.frame-house .cell .list .item:first-child { margin:0px; }

.frame-house .cell .list .item b {
	display:block;
	padding:0 0 10px 0;
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;	
}

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

.foundation {
	padding:0 0 65px 0;
	position:relative;
	z-index:5;
}

.foundation .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:45px;	
	margin:0 auto;
	text-align:center;	
	border: 2px solid rgba(37,86,77, 0.2);
	border-radius:10px;
}

.foundation .list {
	display: flex;
    justify-content: space-between;
	position:relative;
	margin:0 -10px;
	padding:25px 0 0 0;
}

.foundation .list span {
	display:block;
	flex: 1 1 100%;
	background: rgba(37,86,77, 0.65);
	padding:11px 0;
	text-align:center;
	margin:0 10px;
	border-radius:10px;
	color:#FFF;
	font-size:15px;
}

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

.video {
	padding:0 0 120px 0;
}

.three-slider-wrap {
	padding:35px 0 0 0;
	position:relative;
	margin:0 -10px;
}

.three-slider {
	padding:0 0 50px 0;
	position:relative;
}

.three-slider .item {
	display:block;
	background: rgba(201,108,16,.1);
	border-radius:20px;
	overflow:hidden;
	text-align:center;
	padding:0 0 24px 0;
	margin:0 10px;
}

.three-slider .item a {
	display:block;
	text-decoration:none;
	transition: all 0.5s;
}

.three-slider .item p {
	font-size:17px;
	line-height:22px;
	height:40px;
	color:#c96c10;
	display:flex;
	justify-content:center;
	align-items:center;	
}

.three-slider .item span {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	border-radius:10px;
	margin:0 0 18px 0;
	transition: all 0.5s;
	position:relative;
	overflow:hidden;
}

.three-slider .item:hover span {
	background-size:auto calc(100% + 10px);
}

.three-slider .item span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 75%);
    opacity: 0.5;
    transition: all 0.5s;
}

.three-slider .item .item a:hover {
	color:#000;
}

.three-slider .item .item a:hover span {
	background-size:auto calc(100% + 10px);
}

.three-slider .item a:hover span::before {
	opacity: 0.7;
}

.three-slider .item a span::after {
	content: '';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	width:50px;
	height:50px;
	background:url("images/play.png") no-repeat center center;
	background-size:cover;
	z-index:2;
}

.video .all-button {
	padding:45px 0 0 0;
	text-align:center;
}

.video .all-button a {
    display: inline-block;    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    text-decoration: none;
    padding: 7px 28px 9px 29px;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	background:#C96C10;
	color:#FFF;
}

.video .all-button a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

@keyframes si-button-pulse2 {
    from { box-shadow: 0 0 0 0px rgba(37, 86, 77, 1); }
    to { box-shadow: 0 0 0 15px rgba(37, 86, 77, 0); }
}

@keyframes si-button-pulse {
    from { box-shadow: 0 0 0 0px rgba(255, 181, 107, 1); }
    to { box-shadow: 0 0 0 15px rgba(255, 181, 107, 0); }
}

.three-slider .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

.three-slider .slick-dots li {
	display:block;
	transition: all 0.5s;
	background:rgb(106 82 57);
	border-radius: 5px;
	width:10px;
	height:10px;
	margin:0 5px;
	text-indent:-9999px;
	opacity:0.35;
	cursor:pointer;
}

.three-slider .slick-dots li.slick-active {
	width:30px;
	opacity:1;
	background:rgb(106 82 57);
}

.three-slider .slick-arrow {
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	bottom:-25px;
	text-indent:-9999px;
	background:url("images/prev.svg") no-repeat center center;
	background-size:64px auto;
	z-index:12;
	transition: all 0.5s;
	opacity:0.75;
	cursor:pointer;
}

.three-slider .slick-arrow.slick-prev {
	left:0px;
}

.three-slider .slick-arrow.slick-next {
	right:0px;
	transform: rotate(-180deg);
}

.three-slider .slick-arrow:hover {
	opacity:1;
}

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

.idealform {
	padding:0 0 30px 0;
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
}

.idealform .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:20px 0 0;	
	max-width:640px;
	margin:0 auto;
	text-align:center;
}

.idealform .four {
	margin:45px 0 0 0;
	background-size:cover;
	position:relative;
	width:100%;
	border-radius:10px;
	box-shadow: 0 0 10px 10px rgba(255, 181, 107, 0.1);
	padding:16px 32px;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	align-items: stretch;
}


.idealform .four .left,
.idealform .four .right {
	width:310px;
	display:flex;
	flex-wrap: wrap;
	align-items: space-between;
}

.idealform .four .cell {
	background:rgba(255,255,255, 0.85);
	padding:32px;
	margin:16px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 168%;
	color: #000;
	border-radius:10px;
}

.idealform .four .cell b {
	display:flex;
	font-weight:bold;
	font-size:18px;
	padding-left:70px;
	position:relative;
	min-height:50px;
	align-items:center;
}

.idealform .four .cell b::before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	background-size:cover!important;
	position:absolute;
	left:0px;
	top:50%;
	margin:-35px 0 0 0;
}

.idealform .four .left .cell:nth-child(1) b::before {
	background:url("images/membrane.png") no-repeat center center;
}

.idealform .four .left .cell:nth-child(2) b::before {
	background:url("images/logs.png") no-repeat center center;
}

.idealform .four .right .cell:nth-child(1) b::before {
	background:url("images/home.png") no-repeat center center;
}

.idealform .four .right .cell:nth-child(2) b::before {
	background:url("images/decorative-textile.png") no-repeat center center;
}

.idealform .four .cell p {
	padding:10px 0 0 0;
}

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

.house {
	padding:35px 0 85px 0;
	position:relative;
}

.house::before {
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	top:50px;
	bottom:-150px;
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
	z-index:1;
}

.house .center {
	position:relative;
	z-index:5;
}

.house .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:20px 0 45px 0;	
	max-width:640px;
	margin:0 auto;
	text-align:center;
}

.house .slider-house-wrap {
	position:relative;
	margin:0 -10px;
}

.house .slider-house-wrap.nopadding {
	margin-bottom:-45px;
}

.house .slider-house {
	padding:0 0 50px 0;
}

.house .slider-house-wrap.nopadding .slider-house {
	padding:0;
}

.house .slider-house .item {
	margin:0 10px;
	border-radius:10px;
	overflow:hidden;
	background: #f6e0b8;
}

.house .slider-house .item a.thumb {
	display:block;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-bottom:65%;
}

.house .slider-house .item .data {
	padding:32px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
	color:#000;		
}

.house .slider-house .item h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
	color:#000;	
	padding:0 0 15px 0;
	display:flex;
	align-items:center;	
	height:50px;	
}

.house .slider-house .item .price span {
	display:block;
}

.house .slider-house .item .data ul li {
	display:block;
	padding:5px 0 5px 30px;
	position:relative;
	font-size: 16px;
    line-height: 20px;
}

.house .slider-house .item .data ul li::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background:url("images/check-black.svg") no-repeat center center;
	background-size:20px auto;
}

.house .slider-house .item .data .price {
	height:65px;
	display:flex;
	align-items:end;	
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
	color:#000;	
	padding:10px 0;
}

.house .slider-house .item .data .price span {
	padding:0;
	margin:0;
}

.house .slider-house .item .data .price .old {
	text-decoration: line-through;
	opacity:0.65;
	font-size: 18px;
}

.house .slider-house .item .data .price .new {
	font-weight: 600;
}

.house .slider-house .item .more {
	padding:10px 0 0 0;
	position:relative;
}

.house .slider-house .item .more a {
	color: rgb(106 82 57);
    text-decoration: underline;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;	
}

.house .slider-house .item .more a:hover {
	text-decoration: none;
}

.house .slider-house .item span.info {
	width:30px;
	height:30px;
	display:inline-block;
	border-radius:50%;
	cursor:pointer;
	background:rgb(106 82 57) url("images/info.svg") no-repeat center center;
	background-size:24px auto;
	position:relative;
	left:5px;
	top:-5px;
}

.house .slider-house .item span.info div {
	display:none;
}

.house .slider-house .item span.info:hover div {
	display:block;
	background:rgb(106 82 57);
	padding:10px;
	color:#FFF;
	font-size:11px;
	line-height:15px;
	width:200px;
	border-radius:10px;
	font-weight:400;
	position:absolute;
	left:-100px;
	top:-15px;
}

.slider-house .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:-5px;
	z-index:10;
}

.slider-house .slick-dots li {
	display:block;
	transition: all 0.5s;
	background:rgb(106 82 57);
	border-radius: 5px;
	padding:3px 8px;
	margin:0 5px;
	opacity:0.35;
	cursor:pointer;	
}

.slider-house .slick-dots li button {
	background:none;
	color:#FFF;
}

.slider-house .slick-dots li.slick-active {
	opacity:1;
	background:rgb(106 82 57);	
}

.slider-house .slick-dots li.slick-active button {
	color:#FFF;
}

.slider-house .slick-arrow {
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	bottom:-25px;
	text-indent:-9999px;
	background:url("images/prev.svg") no-repeat center center;
	background-size:64px auto;
	z-index:12;
	transition: all 0.5s;
	opacity:0.75;
	cursor:pointer;
}

.slider-house .slick-arrow.slick-prev {
	left:0px;
}

.slider-house .slick-arrow.slick-next {
	right:0px;
	transform: rotate(-180deg);
}

.slider-house .slick-arrow:hover {
	opacity:1;
}

.slider-house .gallery {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	right:0px;
	bottom:0px;
	text-indent:-9999px;
}

.slider-house .gallery:hover {
	text-decoration:none;
}

.slider-house .gallery::before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0 0 0;
	background:url("images/gallery.png") no-repeat center center;
	background-size:49px auto;
	opacity:0.55;
	transition: all 0.5s;
	-webkit-animation: si-button-pulse3 2s ease;
	animation: si-button-pulse3 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;
	border-radius:5px;
}

.slider-house .gallery:hover::before {
	opacity:1;
}

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

.gost {
	margin:95px 0 95px 0;
}

.gost .center {
	position:relative;
}

.gost .center::before {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% + 5px);
    width: 1000px;
    left: -1020px;
    height: 1px;
    background: #c96c10;
    opacity:0.2;
}

.gost .center::after {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% + 5px);
    width: 1000px;
    right: -1020px;
    height: 1px;
    background: #c96c10;
    opacity:0.2;
}

.gost .cell {
	background: linear-gradient(270deg, rgba(246,224,184,0) 0%, rgba(246,224,184,0.9) 80%);
	display:flex;
	border-radius:10px;
}

.gost .cell .right {
	width:500px;
	position:relative;	
}

.gost .cell .left {
	width:calc(100% - 500px);
	box-sizing: border-box;
	padding:48px 40px 48px 48px;
}

.gost .cell .data {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
	color:#000;	
	position:relative;
	margin:-10px 0;
}

.gost .cell .data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
	line-height:120%;
    color: #25564D;
	padding:10px 0 20px 0;	
	text-transform: uppercase;
}

.gost .cell .data p {
	padding:10px 0;
}

.gost .cell .data strong {
	color:red;
}

.gost .cell .right .pic {
	position:absolute;
	left:0px;
	right:0px;
	top:-30px;
	bottom:-30px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:10px;
	box-shadow: 0 0 10px 10px rgb(255 181 107 / 10%);
}

.gost .cell .right .pic::before {
	content:'';
	display:block;
	width:95px;
	height:95px;
	background:rgba(255,255,255, 0.75) url("images/document_file.svg") no-repeat center center;
	position:absolute;
	background-size:75px auto;
	left:32px;
	bottom:32px;
	border-radius:10px;
}

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

.download-catalog {
	background: url("images/technology-advantage.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding:65px 0;	
	margin:0 0 65px 0;
	z-index:5;
}

.download-catalog.bottomdc {
	margin:0;
}

.download-catalog .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 168%;
    color: #fff;	
	width:50%;
}

.download-catalog .description h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
	padding:0 0 15px 0;	
	text-transform: uppercase;
}

.download-catalog .description span {
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #FFF;
	width:650px;
	display:block;
	margin:0 0 35px 0;	
}

.download-catalog .description p {
	padding:0 0 0 90px;	
	position:relative;
}

.download-catalog .description p::before {
	content:'';
	display:block;
	width:75px;
	height:75px;
	background:url("images/estimate.svg") no-repeat center center;
	position:absolute;
	background-size:75px auto;
	left:0px;
	top:50%;
	margin:-33px 0 0 0;
}

.smallform.download-catalog .description {
	text-align:left;
}

.smallform.download-catalog .description p::before { display:none; }

.smallform.download-catalog .description h2 {
    font-size: 35px;
    line-height: 35px;
	padding:0 0 30px 0;
	margin:0;
	text-transform: none;
	font-weight:500;
}

.smallform.download-catalog .description h2 em {
	font-style:normal;
	font-weight:900;
}

.smallform.download-catalog .description h3 {
    font-size: 27px;
    line-height: 27px;
	margin:0 0 40px 0;
}

.smallform.download-catalog .description p {
	text-align:left;
	padding:0;
	font-size: 20px;
    line-height: 20px;
}

.download-catalog .description ul {
	padding:20px 0 0 0;
}

.download-catalog .description ul li {
	display:block;
	padding:5px 0 5px 30px;
	position:relative;
	font-size: 16px;
    line-height: 20px;
}

.download-catalog .description ul li::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background:url("images/check.svg") no-repeat center center;
	background-size:20px auto;
}

.download-catalog .two {
	display:flex;
	justify-content: space-between;	
	align-items:center;
}

.download-catalog .description b {
	display:block;
	padding:25px 0 20px 0;
	font-size: 20px;
}

.download-catalog .forma {
	width:450px;
	border-radius: 10px;
	box-sizing: border-box;
	background:rgba(255,255,255, 0.25);
	padding:48px 32px;
}

.download-catalog .forma label {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #FFF;	
	display:block;
	text-align:center;
	padding:0 0 15px 0;
}

.download-catalog .forma b {
	display:block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height:140%;
    color: #FFF;	
	text-align:center;	
	padding:0 0 10px 0;
}

.download-catalog .forma strong {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:140%;
    color: #FFF;	
	display:block;
	text-align:center;
	padding:15px 0;
}

.download-catalog .forma small {
	display:block;
	text-align:center;
	padding:15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height:140%;
    color: #FFF;		
}

.download-catalog .forma small a {
	color:#FFF;
	text-decoration:underline;
}

.download-catalog .forma small a:hover {
	text-decoration:none;
}

.download-catalog .forma .wpcf7 input.wpcf7-text {
	width:100%;
	padding:10px 15px;
	background:#FFF;
	border-radius:10px;
	border:1px solid #FFF;
	box-sizing: border-box;
	color:#000;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height:140%;
}

.download-catalog .forma div.submit {
	padding:30px 0 0 0;
}

.download-catalog .forma .wpcf7 input.wpcf7-submit {
    display:block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px 10px 12px;
	box-sizing: border-box;
	width:100%;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	word-wrap:break-word;
	white-space:pre-wrap;
	cursor:pointer;
}

.download-catalog .forma .wpcf7 input.wpcf7-submit:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

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

.download-catalog .forma .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.download-catalog .forma .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border:1px solid red;
}

.download-catalog .forma .wpcf7 {
	position:relative;
}

.download-catalog .forma .wpcf7 .wpcf7-response-output {
	font-size:10px;
	line-height:12px;
	display:block;
	text-align:center;
	color:#fff;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:-20px;
	right:-20px;
	bottom:-30px;
}

.download-catalog .forma .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#25564d url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
}

.download-catalog .forma .wpcf7 .jq-file {
	width:100%;
	border-radius:10px;
}

.download-catalog .forma .wpcf7 .jq-file__name {
	height:45px;
	font: 14px/43px 'Source Sans Pro', sans-serif;
}

.download-catalog .forma .wpcf7 .jq-file__browse {
	height:43px;
	font: 14px/43px 'Source Sans Pro', sans-serif;
}

.download-catalog .forma .any {
	padding:40px 0 0 0;
	text-align:center;
}

.download-catalog .forma .any p {
	font-size:14px;
}

.download-catalog .forma .any ul {
	display:flex;
	width:100%;
	justify-content:center;	
	padding:20px 0 0 0;
}

.download-catalog .forma .any ul li {
	display:block;
	margin: 0 5px;
	width:34px;
	height:34px;
}

.download-catalog .forma .any ul li a {
	display:block;
	width:34px;
	height:34px;	
	background-size:cover!important;
	border-radius:50%;
}

.download-catalog .forma .any ul li.skype a { background:url("images/skype.png") no-repeat center center; }
.download-catalog .forma .any ul li.telegram a { background:url("images/telegram.png") no-repeat center center; }
.download-catalog .forma .any ul li.viber a { background:url("images/viber.png") no-repeat center center; }
.download-catalog .forma .any ul li.whatsapp a { background:#FFF url("images/whatsapp.png") no-repeat center center; }

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

.pace {
	position:relative;
	margin:0 0 65px 0;
}

.pace::before {
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	top:50px;
	bottom:-150px;
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
	z-index:1;
}

.pace .center {
	position:relative;
	z-index:2;
}

.pace .description {
	padding:10px 0 0 0;
	text-align:center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
	color:#000;
}

.pace  .list {
	display:flex;
	flex-wrap: wrap;	
	position:relative;
	margin:-10px;
	padding:45px 0 0 0;
}

.pace .list .item {
	margin:10px;
	width:calc(50% - 20px);
	border-radius: 10px;
    background: #f6e0b8;
	box-sizing: border-box;
	overflow:hidden;
}

.pace .list .item .right {
	position:relative;
}

.pace .list .item .right .pic {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	padding-bottom:180px;
}

.pace .list .item .right span {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #FFF;
	position:absolute;
	left:32px;
	bottom:32px;
	z-index:5;
	display:none;
}

.pace .list .item .left {
	width:100%;
	padding:32px;
	box-sizing: border-box;
}

.pace .list .item .data {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #000;	
	position:relative;
	margin:-10px 0;
}

.pace .list .item .data p {
	padding:10px 0;
}

.pace .list .item .data h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	padding:10px 0;	
}

.pace .list .item .data ul {
	margin-left:19px;
}

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

.process {
	margin:0 0 45px 0;
	position:relative;
	z-index:2;
}

.process .center {
	position:relative;
}

.process .list {
	display:flex;
	flex-wrap: wrap;
	border-radius:10px;
	overflow:hidden;
}

.process .list .item {
	width:33.33333%;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	box-sizing: border-box;
}

.process .list .item span {
	display:block;
	width:100%;
	padding-bottom:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.5s;
}

.process .list .item:nth-child(3n+1) {
	border-left:0px;
}

.process .list .item:nth-child(1),
.process .list .item:nth-child(2),
.process .list .item:nth-child(3) {
	border-top:0px;
}

.process .data {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:2;
	display:flex;
	justify-content:center;
	align-items:center;	
}

.process .cell {
	text-align:center;
	padding:40px;
	background:rgba(106,82,57, 1);
	border-radius:10px;
}

.process .cell b {
	display:block;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 37px;
	line-height: 140%;
	color: #fff;
	padding:0 0 25px 0;
}

.process .cell p {
	font-weight: 400;
	font-size: 25px;
	line-height: 140%;
	color: #FFF;	
}

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

.guarantee {
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
	padding:45px 0 80px;
}

.guarantee .introduction {
	box-sizing: border-box;
    position: relative;
    background: linear-gradient(65.4deg,#25564d 0%,#687875 100%),#fff;
    padding: 32px 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    transition: all .5s;
	text-align:center;
	border-radius:10px;
	margin:30px 0 0 0;
}

.guarantee .introduction h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
	display:inline;
}

.guarantee .two {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
	color:#000;
	padding:25px 0 0 0;
}

.guarantee .two span {
	padding-left:84px;
}

.guarantee .brick {
	margin:25px 0 0 0;
	display:flex;
	justify-content: space-between;
	align-items: stretch;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
	color:#000;	
}

.guarantee .left {
	width:calc(60% - 10px);
}

.guarantee .right {
	width:calc(40% - 10px);
	border-radius:0 10px 10px 0;
}

.guarantee .right {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.guarantee .left ul {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.guarantee .left ul li {
	display:block;
	list-style:none;
	background: rgba(201,108,16,.1);
	padding:32px 32px 32px 90px;
	margin:10px 0;
	position:relative;
	overflow:hidden;
}

.guarantee .left ul li:first-child { 
	margin-top:0px; 
	border-radius:10px 0 0 0;
	
}
.guarantee .left ul li:last-child { 
	margin-bottom:0px; 
	border-radius:0 0 0 10px;
}

.guarantee .left ul li h3 {
	padding:0 0 10px 0;
	display:block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
}

.guarantee .left ul li::before {
	content:'';
	display:block;
	left:20px;
	top:23px;
	width:50px;
	height:50px;
	position:absolute;
	background-size: cover!important;
}

.guarantee .left ul li:nth-child(1)::before {
	background:url("images/time-black.png") no-repeat center center;	
}

.guarantee .left ul li:nth-child(2)::before {
	background:url("images/guarantee-black.png") no-repeat center center;
}

.guarantee .left ul li:nth-child(3)::before {
	background:url("images/insurance-black.png") no-repeat center center;
}

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

.reviews {
	padding:0 0 85px 0;
}

.reviews-slider-wrap {
	position:relative;
	margin:0 -10px;
}

.reviews-slider .item {
	margin:0 10px;
	background: rgba(201,108,16,.1);
	padding:32px;
	border-radius:10px;
}

.pic-name-city {
	display:flex;
	align-items: center;
	padding:0 0 20px 0;
}

.pic-name-city .pic {
	width:65px;
	height:65px;
	border-radius:10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.pic-name-city .name-city {
	padding:0 0 0 20px;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #000;
}

.pic-name-city .name-city b {
	display:block;
	padding:3px 0 0 0;
}

.reviews-slider {
	position:relative;
	padding:10px 0 40px 0;
}

.reviews-slider p {
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;	
}

.reviews-slider strong {
	font-style: normal;
    font-weight: 400;
    font-size: 22px;
   line-height: 140%;
    color: #000;	
	display:block;
	padding:0 0 10px 0;
}

.reviews-slider .more {
	padding:15px 0 0 0;
	position:relative;
}

.reviews-slider .more a {
	color:rgb(106 82 57);
	text-decoration:underline;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;	
    transition: all 0.5s;
}

.reviews-slider .more a:hover {
	text-decoration:none;
}

.reviews-slider .slick-dots {
	display:flex;
	justify-content:center;
	align-items: center;	
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}

.reviews-slider .slick-dots li {
	display:block;
	transition: all 0.5s;
	background:rgb(106 82 57);
	border-radius: 5px;
	width:10px;
	height:10px;
	margin:0 5px;
	text-indent:-9999px;
	opacity:0.35;
	cursor:pointer;
}

.reviews-slider .slick-dots li.slick-active {
	width:30px;
	opacity:1;
	background:rgb(106 82 57);
}

.review .videoframe {
	display:inline-block;
	color:rgb(106 82 57);
	text-decoration:underline;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;	
	position:relative;
	padding-left:60px;
	margin:25px 0 0 0;
}

.review .videoframe:hover {
	text-decoration:none;
}

.review .videoframe::before {
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0 0 0;
	background:url("images/film.png") no-repeat center center;
	background-size:100% auto;
	opacity:0.55;
	transition: all 0.5s;
}

.review .videoframe:hover::before {
	opacity:1;
}

.reviews .videoframe {
	display:block;
	width:50px;
	height:50px;
	background:url("images/film.png") no-repeat center center;
	background-size:56px auto;
	opacity:0.55;
	transition: all 0.5s;	
	position:absolute;
	right:-8px;
	bottom:-16px;
	-webkit-animation: si-button-pulse3 2s ease;
	animation: si-button-pulse3 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;
	border-radius:5px;
}

@keyframes si-button-pulse3 {
    from { box-shadow: 0 0 0 0px rgba(112, 107, 103, 1); }
    to { box-shadow: 0 0 0 15px rgba(112, 107, 103, 0); }
}

.reviews .videoframe:hover {
	opacity:1;
}

.reviews-slider .slick-arrow {
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	bottom:-25px;
	text-indent:-9999px;
	background:url("images/prev.svg") no-repeat center center;
	background-size:64px auto;
	z-index:12;
	transition: all 0.5s;
	opacity:0.75;
	cursor:pointer;
}

.reviews-slider .slick-arrow.slick-prev {
	left:0px;
}

.reviews-slider .slick-arrow.slick-next {
	right:0px;
	transform: rotate(-180deg);
}

.reviews-slider .slick-arrow:hover {
	opacity:1;
}

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

.appeal {
	padding:0 0 85px 0;
}

.appeal .cell {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
}

.appeal .left {
	width:calc(40% - 10px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	border-radius:10px;
}

.appeal .left .signature {
	position:absolute;
	left:32px;
	bottom:32px;
	background: rgba(255,255,255, 0.85);
	padding:24px;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 168%;
    color: #000;
	border-radius: 10px;
}

.appeal .right {
	width:calc(60% - 10px);
}

.appeal .data {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;		
	position:relative;
	margin:0 0 -10px 0;
}

.appeal .data p {
	padding:10px 0;
}

.appeal .data h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #000;	
	padding:0 0 15px 0;
}

.appeal .data h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #000;	
	padding:10px 0 20px;
}

.appeal .data em {
	color:red;
	font-style: normal;
}

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

.follow-technology {
	margin-bottom:65px;
}

.follow-technology .description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168%;
	color:#000;	
	padding:30px 0 0;	
	max-width:640px;
	margin:0 auto;
	text-align:center;
}

.follow-technology .three {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	padding:48px 0 0 0;
	margin:0 -1px;
	position:relative;
}

.follow-technology .three .item {
	width:calc(33.3333% - 1px);
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
}

.follow-technology .three .item span {
	display:block;
	width:100%;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.follow-technology .three .item:nth-child(1) {
	border-radius:10px 0 0 10px;
}

.follow-technology .three .item:nth-child(3) {
	border-radius:0 10px 10px 0;
}

.follow-technology .three .item .data {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	padding:32px;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(106,82,57,1) 70%);
	z-index:2;
	display:flex;
	align-items: end;
	justify-content: center;
	color:#FFF;
	font-size:15px;
	line-height:148%;
}

.follow-technology .three .item .data h3 {
	font-weight:bold;
	font-size:19px;
	margin:0 0 5px 0;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.follow-technology.benefits .three .item .cell {
	height:170px;
}

.follow-technology.benefits .three .item .cell h3 {
	height:auto;
	margin:0 0 10px 0;
}

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

.sertificats {
	position:relative;
	margin:0 0 65px 0;
}

.sertificats::before {
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	top:-150px;
	bottom:-150px;
	background:linear-gradient(180deg,rgba(255,255,255,.99) -1.47%,rgba(255,255,255,.17) 34.52%,rgba(255,255,255,.19) 73.62%,#fff 100%),linear-gradient(32.86deg,rgba(201,109,17,.235) 15%,rgba(240,201,96,.385) 51.9%);
	z-index:1;
}

.sertificats .center {
	position:relative;
	z-index:3;
}

.sertificats .description {
	text-align:center;
}

.sertificats b {
	font-size:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
    box-sizing: border-box;
    position: relative;
    font-style: normal;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
}

.sertificats .list {
	padding:35px 0 0 0;
	display:flex;
	justify-content: space-between;	
	max-width:860px;
	margin:0 auto;
}

.sertificats .list a {
	width:calc(25% - 15px);
	border:1px solid #f6e0b8;
	box-sizing: border-box;
	padding:5px;
	border-radius:10px;
}

.sertificats .list a span {
	display:block;
	width:100%;
	padding-bottom:140.5448717948718%;
	background-size:cover;
	border-radius: 10px;
	overflow:hidden;
}

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

.teams {
	margin:0 0 65px 0;
}

.teams .cell {
	position:relative;
	border-radius:10px;
	overflow:hidden;
}

.teams .cell img {
	width:100%;
	height:auto;
	border:none;
	vertical-align:middle;	
	position:relative;
	z-index:1;
}

.teams .cell .data {
	position:absolute;
	left:45px;
	right:45px;
	top:45px;
	z-index:5;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #fff;
	background: linear-gradient(65.4deg,#25564d 0%,#687875 100%), #fff;
    padding: 32px;
	text-align:center;
	border-radius:10px;
}

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

.open {
	padding:0 0 65px 0;
}

.open .description {
	padding:20px 0 40px 0;
	text-align:center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
	color:#000;
}

.personal-slider-wrap {
	position:relative;
	margin:0 -15px;
}

.personal-slider .item {
	margin:0 15px;
}

.personal-slider .item .pic {
	position:relative;
}

.personal-slider .item .pic .data {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(255,255,255, 0.8);
	padding:32px;
	box-sizing: border-box;
	color:#000;
	font-size:16px;
	line-height:21px;
	display:flex;
	justify-content:center;
	align-items:center;	
	text-align:center;
	opacity:0;
	transition: all 0.5s;
}

.personal-slider .item:hover .pic .data {
	opacity:1;
}

.personal-slider .item .foto {
	background-size:cover;
	background-position:center center;
	width:100%;
	display:block;
	padding-bottom:133.3333333333333%;
	border-radius:10px;
}

.personal-slider .item b {
	display:block;
	color:#25564D;
	font-size:18px;
	line-height:23px;
	text-align:center;
	padding:10px 0 5px 0;
}

.personal-slider .item p {
	color:#000;
	font-size:16px;
	line-height:21px;
	text-align:center;	
}

.personal-slider .slick-dots {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;	
	align-items:center;
	padding:55px 0 10px;
}

.personal-slider .slick-dots li {
	display:block;
	transition: all 0.5s;
	background:rgb(106 82 57);
	border-radius: 5px;
	width:10px;
	height:10px;
	margin:0 5px;
	text-indent:-9999px;
	opacity:0.35;
	cursor:pointer;
}

.personal-slider .slick-dots li.slick-active {
	width:30px;
	opacity:1;
	background:rgb(106 82 57);
}

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

.maps {
	position:relative;
	height:500px;
	overflow:hidden;
}

.maps iframe {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	width:100%;
	height:100%;
}

.maps .data {
	position:relative;
	z-index:2;
	left:calc((100% - 1160px)/2);
	top:48px;
	width:390px;
	display:block;
}

.maps .cell {
	position:relative;
	border-radius: 10px;
    padding: 170px 24px 24px 24px;
    box-sizing: border-box;
	overflow:hidden;
	font-size:16px;
	line-height:145%;	
	color:#FFF;	
	text-align:left;
}

.maps .cell::before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
    background:#6a5239;
	opacity:0.9;
}

.maps .cell h3 {
	font-style: normal;
    font-weight: 400;
    font-size: 28px;
	line-height:145%;
    text-align:left;
    color: #FFF;
    position: relative;
	padding:0 0 25px 0;
}

.maps .cell p {
	padding:5px 0 5px 28px;
	position:relative;
}

.maps .cell p::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/check.svg") no-repeat center center;
	background-size:20px auto;
}

.maps .left-top,
.maps .right-top {
	top:0px;
	background-size:auto 100%;
	position:absolute;
	width:195px;
	height:143px;
	transition: all 0.5s;
	background-position:center center;
}

.maps .left-top {
	left:0px;
}

.maps .right-top {
	right:0px;
	border-left:1px solid #6a5239;
}

.maps .left-top:hover,
.maps .right-top:hover {
	background-size:auto calc(100% + 10px);
}

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

.footer {
	position: relative;
    padding: 45px 0;
}

.footer:before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-1;
    background: linear-gradient(65.4deg,#25564d 0%,#687875 100%),#fff;
    opacity: 0.9;
}

.footer .brick {
	display:flex;
	justify-content: space-between;
}

.footer  .logo span {
	display:block;
	width: 207px;
	height: 51px;
	background: url("images/logo-bottom.svg") no-repeat 0 0;
	background-size: 207px auto;
	text-indent: -9999px;
}

.footer .social {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.footer .social li {
	display:block;
	margin:0 0 0 10px;
}

.footer .social li a {
	display:block;
	width:45px;
	height:45px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius:50%;	
	text-decoration:none;
	text-indent:-9999px;
}

.footer .social li.vk a { background:url("images/vk.svg") no-repeat center 15px; }
.footer .social li.youtube a { background:url("images/youtube.svg") no-repeat center 15px; }
.footer .social li.instagram a { background:url("images/instagram.svg") no-repeat center center; }

.footer .requisites p {
	padding:3px 0;
	font-size:15px;
	line-height:145%;
	color:#FFF;
}

.footer .requisites p:first-child {
	padding-top:0px;
}

.footer .requisites p:last-child {
	padding-bottom:0px;
}

.footer .adress-phone .adress {
	font-size:17px;
	line-height:145%;	
	color:#FFF;
}

.footer .adress-phone a {
	display:inline-block;
	font-size:21px;
	line-height:145%;	
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 25px;
	position:relative;
	font-weight:500;
}

.footer .adress-phone a:hover {
	text-decoration:none;
}

.footer .adress-phone .adress {
	padding:0 0 20px 0;
}

.footer .adress-phone a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
	width:17px;
	height:17px;
	margin:-9px 0 0 0;
}

.footer .adress-phone .phone a:before {
	background: url("images/phone.svg") no-repeat center center;
}

.footer .adress-phone .email a:before {
	background: url("images/email.svg") no-repeat center center;
}

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

.hide {
	display:none!important;
}

.window.fancybox-content {
	background:#FFF;
	width: 370px;
	box-sizing: border-box;
	padding:45px 50px 50px 50px;
	overflow:hidden;
	border-radius:20px;
}

.window.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	background-size:13px auto;
	width:13px;
	height:13px;
	opacity:1;
	top:20px;
	right:20px;
}

.window h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #000;	
	display:block;
	text-align:center;
	padding:0 0 15px 0;
}

.window b {
	display:block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height:140%;
    color: #000;	
	text-align:center;	
	padding:0 0 15px 0;
}

.window .wpcf7 label {
	display:block;
	margin:0;
	padding:0 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height:140%;
    color: #000;		
}

.window .wpcf7 span {
	display:block;
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	line-height:100%;
}

.window .wpcf7 input.wpcf7-text {
	width:100%;
	padding:10px 15px;
	background:#FFF;
	border-radius:8px;
	border:1px solid #000;
	box-sizing: border-box;
	color:#000;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height:140%;
}

.window div.submit {
	padding:10px 0 0 0;
}

.window .wpcf7 input.wpcf7-submit {
    display:block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px 10px 12px;
	box-sizing: border-box;
	width:100%;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:8px;
	word-wrap:break-word;
	white-space:pre-wrap;
	cursor:pointer;
}

.window .wpcf7 input.wpcf7-submit:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

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

.window .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.window .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border:1px solid red;
}

.window .wpcf7 {
	position:relative;
}

.window .wpcf7 .wpcf7-response-output {
	font-size:10px;
	line-height:12px;
	display:block;
	text-align:center;
	color:#000;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:-20px;
	right:-20px;
	bottom:-35px;
}

.window .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#25564d url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
}

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

.review.fancybox-content {
	background:#FFF;
	width: 640px;
	box-sizing: border-box;
	padding:45px 50px 50px 50px;
	overflow:hidden;
	border-radius:20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
	color:#000;			
}

.review.fancybox-content p {
	padding:10px 0;
}

.review.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	background-size:13px auto;
	width:13px;
	height:13px;
	opacity:1;
	top:20px;
	right:20px;
}

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

.project.fancybox-content {
	background:#FFF;
	width: 640px;
	box-sizing: border-box;
	padding:45px 50px 50px 50px;
	overflow:hidden;
	border-radius:20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
	color:#000;			
}

.project.fancybox-content p {
	padding:10px 0;
}

.project.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	background-size:13px auto;
	width:13px;
	height:13px;
	opacity:1;
	top:20px;
	right:20px;
}

.project.fancybox-content h3 {
	padding:0 0 15px 0;
	font-size:24px;
	line-height:140%;
}

.project.fancybox-content .comments {
	padding:0 0 15px 0;
	font-size:16px;
}

.project.fancybox-content ul li {
	display:block;
	padding:5px 0 5px 30px;
	position:relative;
	font-size: 16px;
    line-height: 20px;
}

.project.fancybox-content ul li::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background:url("images/check-black.svg") no-repeat center center;
	background-size:20px auto;
}

.project .button {
	padding:20px 0 0 0;
}

.project .button a {
    display:inline-block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
	box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	word-wrap:break-word;
	white-space:pre-wrap;
	cursor:pointer;
}

.project .button a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}

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

.pages {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
	color:#000;	
	padding:0 0 75px 0;	
}

.pages p {
	padding:10px 0;
}

.pages h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 140%;	
	padding:10px 0;
}

.pages h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;	
	padding:10px 0;
}

.pages h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;	
	padding:10px 0;
}

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

.ipoteka {
	padding:0 0 80px 0;
}

.ipoteka .logos-data {
	display:flex;
	justify-content: space-between;
	align-items: start;	
	background: linear-gradient(65.4deg,#25564d 0%,#687875 75%), #fff;
	padding:48px;
	border-radius:10px;
	
}

.ipoteka .logos-data .logos {
	display:block;
	width:110px;
	height:110px;
	background:url("images/logo-domrf.svg") no-repeat center center;
	background-size:100% auto;
	opacity:1;
}

.ipoteka .logos-data .data {
	width:calc(100% - 110px - 45px);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
	color:#FFF;		
}

.ipoteka .logos-data .data p { padding:10px 0; }

.ipoteka .button {
	padding:20px 0 0 0;
}

.ipoteka .button a {
    display:inline-block;
	background:#C96C10;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 168%;
    color: #fff;
    text-decoration: none;
    padding: 12px 35px;
	box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
	-webkit-animation: si-button-pulse 2s ease;
	animation: si-button-pulse 2s ease;
	-webkit-animation-iteration-count: 999;
	animation-iteration-count: 999;	
	border-radius:10px;
	cursor:pointer;
}

.ipoteka .button a:hover {
	background: #25564d;
	-webkit-animation: si-button-pulse2 2s ease;
	animation: si-button-pulse2 2s ease;
}