<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* landing created by Pryamukhin Dmitriy  2017 */
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.ttf");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.ttf");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Light.ttf");
	font-style: normal;
	font-weight: 100;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.ttf");
	font-style: normal;
	font-weight: 700;
}

body {
	min-width: 320px;
}
body * {
	font-family: 'Roboto', sans-serif;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
body button, #bnt_cal_result {
	width: 150px;
	height: 30px;
	background-color: #fa853c;
	color: white;
	border: 0;
	border-radius: 3px;
	letter-spacing: 0.06em;
	outline: none;
}
footer button {
	width: 180px;
}
#bnt_cal_result {
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	padding:5px 0;
	height: 31px;
}
@media (max-width:767px) {
	#bnt_cal_result {
		margin: 25px auto 0;
		float: none;
	}
}
body button:hover {
	color: #fa853c;
	background-color: white;
	border:1px solid #fa853c;
}
body .rel {
	position: relative;
}
header {
	background: url('../img/header-bg.png') top center no-repeat;
	padding-top: 37px;
}
body .nomargin {
	margin: 0;
}
body .nopadding {
	padding: 0;
}
.slick-arrow {
	outline: none;
}
input[type="text"] {
	width: 299px;
	height: 30px;
	border: 1px solid #dddddd;
	padding: 0 14px;
	border-radius: 3px;
	margin-right: 18px;
	float: left;
}
input[type="text"], body textarea {
	font-size: 12px;
}
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#bfbfbf; opacity:1;}
input[type="text"]::-moz-placeholder         , textarea::-moz-placeholder          {color:#bfbfbf; opacity:1;}/* Firefox 19+ */
input[type="text"]:-moz-placeholder          , textarea:-moz-placeholder           {color:#bfbfbf; opacity:1;}/* Firefox 18- */
input[type="text"]:-ms-input-placeholder     , textarea:-ms-input-placeholder      {color:#bfbfbf; opacity:1;}
form input.error[type="text"] {
	border: 1px solid #ff4646;
}
form input.error[type="text"]::-webkit-input-placeholder {color:#ff4646; opacity:1;}
form input.error[type="text"]::-moz-placeholder          {color:#ff4646; opacity:1;}/* Firefox 19+ */
form input.error[type="text"]:-moz-placeholder           {color:#ff4646; opacity:1;}/* Firefox 18- */
form input.error[type="text"]:-ms-input-placeholder      {color:#ff4646; opacity:1;}
.drop-list {
	list-style: none;
	text-align: left;
	background-color: white;
	border:1px solid #e6e6e6;
	padding: 0;
	margin-top:-1px;
	border-radius: 3px;
	width: 100%;
	display: none;
	z-index: 350;
	position: absolute;
	max-height: 172px;
	overflow-y: auto;
}
.drop-list li {
	padding: 7px 36px 7px 10px;
	
}
.drop-list li:hover {
	background-color: #eaf3f6;
}
header h1 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.02em;
	margin-top:-2px;
	font-weight: 700;
	color: #44553c;
	text-transform: uppercase;
	margin-bottom: 20px;
}
body h2 {
	font-size: 22px;
	line-height: 37px;
	color: #44553c;
	text-transform: uppercase;
	font-weight: 700;
}
header .ui-selectmenu-button{
  position: absolute;
  right: 0;
  top: 5px;
}
.ui-button .ui-icon{
	background: url(../img/down-arrow.png) center no-repeat !important;
	left: 10px;
}
.limiter {
	 overflow: hidden;
}
.medium {
	font-weight: 500;
}
.logo {
	margin: 0 auto 50px;
	width: 174px;
	height: 34px;
	background: url('../img/logo.png') left no-repeat;
	display: block;
}
.tar {
	text-align: right;
}
.cans {
	background: url('../img/cans.png') right no-repeat; 
	width: 233px; 
	height: 147px; 
	margin: 0 auto;
}
.attrs &gt; div {
	display: inline-block;
	vertical-align: middle;
}
.attrs .caption {
	width: calc(100% - 58px);
	margin-left:5px;
}
.numbers .phone {
	background-image: url('../img/phone.png');
	width:22px; 
	height:43px;
	margin-right: 5px;
}
.numbers div, .numbers span {
	display: inline-block;
	vertical-align: middle;
}
.numbers span.city{
	position: absolute;
    font-weight: bold;
    right: 20px;
    max-width: 100px;
    text-align: center;
}
header .numbers a {
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 700;
}
header .ui-selectmenu-button.ui-button{
  width: 8em;
	display: none;
  background: transparent;
}
header .numbers {
	position: relative;
	left: -20px;
	margin-bottom: 12px;
}
header .fan {
	margin: 0 auto;
	padding-left:20px;
	background: url('../img/fan.png') right no-repeat; 
	width:206px; 
	height:128px;
}
header .house-wrapper {
	position: relative;
	padding: 40px 0;
	display: inline-block;
	margin-left: 50%;
	transform: translate(-50%, 0);
}
header .house-holder {
	background: url('../img/house.jpg') center no-repeat;
	width: 966px;
	height: 434px;
	background-size: cover;
	margin: 0 auto;
	position: relative;
}
.ico-de {
	background-image: url('../img/de-ico.png'); 
	width:48px; 
	height: 48px;
}
.ico-sh {
	background-image: url('../img/shield-ico.png'); 
	width:48px; 
	height: 48px;
}
.ico-ec {
	background-image: url('../img/eco-ico.png'); 
	width:48px; 
	height: 48px;
}
.ico-ye {
	background-image: url('../img/yeah-ico.png');
	width:48px; 
	height: 48px;
}

.backcall-form {
	padding: 15px 0;
	margin: 0 -25px;
}
.backcall-form input[type="text"] {
	width: 299px;
	height: 30px;
	border: 1px solid #dddddd;
	padding: 0 14px;
	border-radius: 3px;
	margin-right: 18px;
	float: left;
}
.backcall-form button {
	float: left;
}
.backcall-form p {
	margin-left: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #6d7b6b;
}
#backcall-wrapper {
	height: 99px;
}
.backcall-container {
	background-color: #f7f9fa;
	width: 100%;
	overflow: hidden;
}
.fixed {
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.backcall-container.fixed .backcall-form p {
	display: none;
}
.aftersend {
	display: none;
	padding: 5px;
	height: 58px;
}
.aftersend &gt; * {
	display: inline-block;
	vertical-align: middle;
}
.aftersend p {
	margin-bottom: 0;
	margin-right: 20px;
}
.fcontacts {
	display: none;
	position: absolute;
	left: -335px;
	width: 285px;
	border-right: 1px solid #dddddd;
	height: 48px;
	top: 5px;
}
.fcontacts p {
	color:#545454;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 3px;
	letter-spacing: 0.02em;
}
div.fcontacts a {
	color: #6d7b6b;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	text-decoration: none;
}


#benefits-wrapper {
	padding-top: 37px;
}
#benefits-wrapper h2 {
	margin-bottom: -20px;
}
.benefit-item {
	margin-top: 70px;
	max-width: 300px;
}
.benefit-ico {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.benefit-title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 73px);
	color: #000;
	font-size:20px;
	line-height: 30px;
	font-weight: 700;
}
.benefit-description {
	width: 100%;
	margin-top:20px;
}
.benefit-description p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
	color: #414141;
	letter-spacing: 0.02em;
}


.remain-order {
	padding: 10px 28px 28px;
	text-align: center;
	background-color: #f7f9fa;
	box-shadow: 6px 6px 0 rgba(221,221,221,0.29);
	border-radius: 6px;
	height: 438px;
	max-width: 350px;
	margin: 0 auto;
}
.remain-order form {
	margin-bottom: 0;
}
.remain-order input, .remain-order textarea {
	width: 100%;
	margin-bottom: 17px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 4px 13px;
}
.remain-order p {
	color: #44553c;
	font-size: 22px;
	line-height: 37px;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-transform: uppercase;
}
.remain-order input {
	height: 30px;
}
.remain-order textarea {
	height: 118px;
	resize: none;
}
.remain-order button {

}

.order-confirmed {
	display: none;
}
.order-confirmed span{
	font-size: 16px;
	line-height: 30px;
	color: #6d7b6b;
	display: block;
	margin-bottom: 55px;
}
.order-confirmed img {
	max-width: 50%;
}



#our_products {
	background: url('../img/benefit-bg.jpg') top center no-repeat;
	height: 1040px;
	margin-top:-80px;
	padding-top: 120px;
	padding-bottom: 100px;
}
.timer-holder {
	width: calc(100% - 20px);
	background-color: white;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 51px;
	padding-top: 45px;
	max-width: 535px;
}
.timer-holder &gt; div {
	min-width: 290px!important;
}
.timer-holder .timer-title {
	color: #44553c;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 17px;
}
.timer-holder .small-caption {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #737373;
	display: block;
	margin: 5px auto 40px;
}
.timer-holder span.timer-flipchart-face {
	font-weight: 100;
	width: 38px;
	padding-left: 2px!important;
	padding-right: 3px!important;
}
.timer-flipchart-inner {
	margin-right: 0!important;
}
.timer-separator {
	padding: 0 6px !important;
}
.timer-holder img {
	max-width: 204px;
	width: 100%;
	height: auto;
}

.descr-slider {
	padding-top:1px;
}
.descr-slider .slider-item {
	height: auto;
}
.descr-slider .slider-item .item-title {
	font-size: 19px;
	line-height: 37px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.descr-slider .slider-item .item-description {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #737373;
	margin-bottom: 25px;
	display: block;
}
.descr-slider .slider-item p{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}
.descr-slider .spentrate {
	display: inline-block;
	padding-left: 44px;
	position: relative;
}
.descr-slider .spentrate::before {
	content:"";
	width: 26px;
	height: 33px;
	background-image: url("../img/valik.png");
	position: absolute;
	left:0;
	top:5px;
}
.descr-slider .spentrate span {
	color: #910000;
	font-weight: 500;
	font-size: 16px;
}
.descr-slider .spentrate .sp-cap {
	color: black;
	font-size: 16px;
	color: #282828;
}
.descr-slider .spentrate p {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color:#353535;
	margin: 0 0 10px;
}
.descr-slider .slick-arrow {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 33px;
	height: 33px;
	color: transparent;
	z-index: 10;
	content: '&gt;';
	background: transparent;
	border: none;
}
.descr-slider .slick-prev {
	right: 120px;
	background-image: url('../img/slider-prev.png');
}
.descr-slider .slick-prev:hover {
	background-image: url('../img/slider-prev-hover.png');	
}
.descr-slider .slick-next {
	background-image: url('../img/slider-next.png');
}
.descr-slider .slick-next:hover {
	background-image: url('../img/slider-next-hover.png');	
}
.descr-slider p.counter {
	position: absolute;
	top: 11px;
	right: 22px;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #7a877b;
	z-index: 10;
	background-color: #E8F3F7;
}
.descr-slider .slider-content {
	height: 350px;
	overflow-y: auto;
	margin-bottom: 20px;
}



.form-wrapper {
	text-align: center;
	padding-bottom: 90px;
}
.form-holder {
	margin-top: 17px;
	display: inline-block;
}
.form-row {
	position: relative;
	background-color: white;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	/* height: 35px; */
	width: 181px;
	cursor: pointer;
	margin-right: 19px;
}
.color-select .select-button::before {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translate(0,-50%);
	left: 7px;
	content: "";
	background-image: url("../img/colors.png");
}
.form-row-1.color-select .select-button span{
  margin-left: 30px;
}
.select-button::after {
	position: absolute;
	width: 9px;
	height: 6px;
	top: 50%;
	transform: translate(0,-50%);
	right: 7px;
	content: "";
	background-image: url("../img/down-arrow.png");
}
.select-button {
	padding: 7px 36px;
	text-align: left;
}
.volume-select .select-button {
	padding: 7px 36px 7px 10px;
}
.form-holder &gt; div {
	display: inline-block;
	vertical-align: top;
}
.count-block .sign {
	height: 55px;
	width: 30px;
	background-color: white;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.count-block .sign span {
	font-size: 15px;
	line-height: 15px;
	color: #545454;
	letter-spacing: 0.02em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product_counter {
	vertical-align: middle;
	display: inline-block;
	font-size: 13.5px;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 3px 7px 0;
	color: #545454;
	min-width: 30px;
}
.form-wrapper .total-sum, .form-wrapper .form-submit {
	text-align: right;
	display: block;
	margin-top: 10px;
}
.form-wrapper .total-sum  span {
	color: #0384c2;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-weight: 500;
}



section.calculation-wrapper h2 {
	font-size: 28px;
	line-height: 49px;
}
section.calculation-wrapper h2 span {
	color: #616e5a;
	text-transform: none;
	line-height: 43px;
	font-weight: normal;
}
section.calculation-wrapper .ui-slider {
	height: 2px;
	border: none;
	background-color: #e6e6e6;
	margin-top: 11px;
}
section.calculation-wrapper .ui-slider-range {
	background-color: #fa853c;
}
section.calculation-wrapper .ui-slider-handle {
	border-radius: 50%;
	background-color: #fa853c;
	top:0;
	border: none;
	transform: translate(0, -50%);
}
section.calculation-wrapper .form-row {
	width: 100%;
}
section.calculation-wrapper .form-row .select-button {
	padding-left: 12px;
}
section.calculation-wrapper .form-row .select-button::after {
	right:20px;
}
section.calculation-wrapper .calc-row {
	height: 80px;
}
section.calculation-wrapper .calc-row .amount {
	border:0;
	color:#000;
	border: 1px solid #d8d8d8;
	padding: 4px;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 18px;
	border-radius: 3px;
	font-weight:bold;
}
section.calculation-wrapper .calc-row p {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
	font-weight: 500;
}
section.calculation-wrapper .calc-row.tar p {
	color:#8e8e8e;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
}
section.calculation-wrapper .calc-row.tar p:first-child {
	padding-right: 135px;
}
section.calculation-wrapper .calc-row.tar p span {
	color: #000;
	font-weight: 500;
}
section.calculation-wrapper .calc-row.tar p span.s1 {
	font-size: 13px;
	line-height: 18px;
	color: #5f5f5f;
	letter-spacing: 0.02em;
}
section.calculation-wrapper .calc-row.tar p span.s2 {
	color: #0384c2;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-weight: 500;
	padding-left: 5px;
}
section.calculation-wrapper button {
	width: 288px;

}
.calculation-wrapper .right-block {
	text-align: center;
}
.calculation-wrapper .right-block img {
	margin-bottom: 30px;
	max-width: 149px;
}
.calculation-wrapper .right-block button {
	height: 34px;
}
#amount, #amount2 {
	position: absolute;
	top:-30px;
}
.calc-row .range-caption{
	content:"";
	position: absolute;
	top:-25px;
	left: inherit;
	transform: translate(40px, 0);
	color:#545454;
	font-size:12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	font-weight: normal;
}




.landing-wrapper::before {
	content:"";
	width: 100%;
	height: 180px;
	position: absolute;
	top:-180px;
	background: url('../img/landing-bg.png') top center no-repeat;
	z-index: -1;
}
.landing-wrapper {
	position: relative;
	margin-top:180px;
	background-color: #f7f9fa;
}
.landing-container {
	overflow: hidden;
}
.landing-title {
	text-align: center;
}
.landing-title h2 {
	font-size: 32px;
	line-height: 56px;
	text-transform: none;
	font-weight: normal;
}
.landing-title h2 span {
	font-weight: 700;
	font-style: italic;
	color: #52b62f;
	text-transform: uppercase;
}
.landing-row .triangle-container::before {
	/*content:"";*/
	position:absolute;
	top:100%;
	border: 960px solid transparent;
	border-top: 140px solid #f7f9fa;
	max-width:100%;
	transform: translate(-50%, 0);
	left:50%;
	z-index: -1;
}
.landing-row {
	position: relative;
	min-height: 400px;
}
.landing-row .num-block {
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, -50%);
	background-position: center;
	background-repeat: no-repeat;
	width: 109px;
	height: 98px;
	line-height: 98px;
	z-index: 250;
	text-align: center;
}
/*.landing-row .num-block::after{*/
	/*content: 'РіРѕРґ';*/
	/*display: inline-block;*/
	/*position: relative;*/
	/*left: 29px;*/
	/*font-size: 12px;*/
	/*color: #fff;*/
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
/*}*/
.lr5.landing-row .num-block::before{
	display: none;
}
.landing-row .num-block::before{
	display: block;
	content: url(../img/arrow-15.png);
	position: absolute;
	top: 137px;
	left: 40%;
}
.landing-row .left-column {
	background-color: #f3f5f6;
	float: left;
	width: 50%;
	min-height: 300px;
}
.landing-row .right-column {
	background-color: #e7eaec;
	float: left;
	width: 50%;
	min-height: 300px;
}
.landing-row .triangle-container {
	background-color:#f7f9fa;
	padding-top: 60px;
	text-align: center;
	z-index: 200;
	position: relative;
	height: 110px;
}
.landing-row .triangle-content {
	width:100%;
	max-width: 740px;
	padding: 0 20px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.landing-row .triangle-content .tr-title {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}
.landing-row .triangle-content .tr-descr {
	font-size: 15px;
	line-height: 22px;
	color: #414141;
	letter-spacing: 0.02em;
}
.landing-row .left-column, .landing-row .right-column {
	padding: 170px 45px 0 45px;
}


.moved-caption {
	position: absolute;
	bottom: -340px;
	font-size: 15px;
	line-height: 22px;
}
.landing-row .left-column .text-block {
	float: right;
	text-align: right;
}
.landing-row .right-column .text-block {
	float: left;
	text-align: left;
}
.landing-row .text-block {
	padding-bottom: 90px;
}
.landing-row .text-block .tb-title{
	font-size: 20px;
	line-height: 30px;
	color: #413333;
	font-weight: 500;
	margin-bottom: 15px;
}
.landing-row .text-block p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.landing-row .text-block .tb-price {
	margin-top: 25px;
	font-size: 24px;
	line-height: 42px;
	color: #0384c2;
	font-weight: bold;
	margin-bottom: 0;
}
.landing-row.lr1 {
	margin-top: 40px;
}
.landing-row.lr1 .triangle-container {
	height: 0;
	padding-top: 15px;
	margin-bottom: 0px;
}
.landing-row.lr1 .triangle-content {
	top: 60px;
}
.landing-row.lr1 .left-column, .landing-row.lr1 .right-column {
	padding-top: 210px;
	padding-bottom: 60px;
}
.landing-row.lr2 .num-block {
	background-image: url("../img/num1.png");
}
.landing-row.lr3 .num-block {
	background-image: url("../img/num5.png");
}
.landing-row.lr4 .num-block {
	background-image: url("../img/num10.png");
}
.landing-row.lr5 .num-block {
	background-image: url("../img/num15.png");
}
.landing-row.lr6 .left-column, .landing-row.lr6 .right-column{
	padding-bottom: 70px
}
.landing-row.lr6 button {
	position: absolute;
	left: 50%;
	bottom: 230px;
	transform: translate(-50%, 0);
	letter-spacing: 0;
	width: 330px;
	font-size: 13px;
	line-height: 21px;
	z-index:315;
}
.landing-row.lr6::after {
	top:100%;
	content: "";
	width: 100%;
	height: 125px;
	background-image: url('../img/landing-bg-bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
	transform: translate(2px,0);
}
.landing-row.lr6 .moved-caption {
	position: absolute;
	bottom: -450px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}



.gallery-slider .slick-slide { 
	position: relative; z-index: 5; 
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.gallery-slider .slick-slide.slick-current { z-index: 200; margin: 0 -150px; }
.gallery-slider .slick-slide:not(.slick-current) { 
	margin: 0 -150px 0; 
	/*width: 456px;
	height: 257.6px;*/
	transform: scale(0.7);
 }
 .gallery-slider .slick-slide:not(.slick-current) div::after {
 	width: 100%;
 	height: calc(100%);
 	background-color:#000;
 	opacity: 0.4;
	content: "";
	position: absolute;
	left:0;
	top:0px;
	border-radius: 5px;
 }
.gallery-slider .slick-slide:not(.slick-active) {
	opacity: 0.001;
	 z-index: 4;
}
.gallery-slider .slick-slide:not(.slick-current) .img-slide {
	margin:15px 0;
}
.gallery-slider .img-slide {
	border-radius: 10px;
	margin: 15px 0;
	width: 570px;
	height: 322px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-slider .slick-arrow {
	z-index: 411;
}
.gallery-slider .slick-prev {
	position: absolute;
	top:50%;
	left: -50px;
	width: 33px;
	height: 33px;
	border: none;
	color:transparent;
	transform: translate(0, -50%);
	background: url('../img/slider-prev.png') center no-repeat;
}
.gallery-slider .slick-prev:hover {
	background: url('../img/slider-prev-hover.png') center no-repeat;
}
.gallery-slider .slick-next {
	position: absolute;
	top:50%;
	right: -50px;
	width: 33px;
	color:transparent;
	height: 33px;
	border: none;
	transform: translate(0, -50%);
	background: url('../img/slider-next.png') center no-repeat;
}
.gallery-slider .slick-next:hover {
	background: url('../img/slider-next-hover.png') center no-repeat;
}
.gallery-slider .slick-slide {
	height: auto;
}
.gallery-wrapper {
	text-align: center;
}
.gallery-wrapper h2 {
	font-size: 32px;
	line-height: 55px;
	letter-spacing: 0.02em;
}



footer {
	
	overflow: hidden;
	position: relative;
}
footer .insider {
	margin-top: 230px;
	padding-top: 80px;
	position: relative;
	background-color: #f7f9fa;
}
footer::before {
	content: "";
	position: absolute;
	background: url('../img/footer-bg.png');
	top:230px;
	left: 50%;
	height: 230px;
	width: 2370px;
	transform: translate(-50%, -100%);
}
footer .flogo {
	background: url('../img/logo-footer.png') bottom center no-repeat;
	width: 375px;
	height: 99px;
	position: absolute;
	top:-30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer a {
	display: block;
}
footer p {
	margin-top: 20px;
}
footer .text-block {
	margin-bottom: 20px;
}
footer .text-block p {
	margin-top: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
footer .text-block a {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0384c2;
}
footer a.phone-number {
	color: #424242;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	display: inline-block;
	margin-right: 22px;
}
footer .contact-block p{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.02em;
	margin: 0;
	color: #424242;
}
footer .contact-block .semi-vertical {
	margin-bottom: 20px;
}


@-webkit-keyframes pulse{
	0%{
		-webkit-transform: scale(.6);
		opacity: 0;
	}
	50%{
		-webkit-transform: scale(.9);
		opacity: 0;
	}
	60%{
		-webkit-transform: scale(1.1);opacity: .6;
	}
	70%{
		-webkit-transform: scale(1.3);opacity: .85;
	}
	80%{
		-webkit-transform: scale(1.4);opacity: .6;
	}
	100%{
		-webkit-transform: scale(1.6);opacity: 0;
	}
}


.pulser {
	background: #fa853c;
    background-position: center;
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    font-size: 0;
    position: relative;
    margin-right: 20px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    z-index: 10;
}
.pulser::after {
    content: "";
    position: absolute;
    width: 172%;
    height: 172%;
    top: -36%;
    left: -36%;
    opacity: 0;
    border: 3px solid rgba(255,255,255,0.1);
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(250,133,60,0.73);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(250,133,60,0.73);
    box-shadow: inset 0px 0px 15px 10px rgba(250,133,60,0.73);
}
.pls1, .pls2, .pls3, .pls4 {
	position: absolute;
	cursor: pointer;
}
.pls1 .context, .pls2 .context, .pls3 .context, .pls4 .context {
	position: absolute;
	/*display: none;*/
}
.pls1 .context {
	transform: translate(-100%, 0);
	top:10px;
	left: 80%;
}
.pls2 .context {
	left:50%;
	transform: translate(-100%, 0);
	bottom: 100%;
}
.pls3 .context {
	right:0;
	transform: translate(100%, -100%);
}
.pls4 .context {
	transform: translate(100%, 100%);
	bottom: 0;
	right: 0;
}

.pls1 {
	left: 239px;
	top: 275px;
}
.pls2 {
	left: 173px;
	top: 98px;
}
.pls3 {
	left: 260px;
	top: 40px;
}
.pls4 {
	left: 308px;
    top: 136px;
}
.colored {
	opacity: 0;
}
.pls1 .colored {
	position: absolute;
	top: -90px;
	left: -88px;
}
.pls2 .colored {
	position: absolute;
	top: 37px;
	left: 128px;
}
.pls3 .colored {
	position: absolute;
	top: -25px;
	left: 125px;
}
.pls4 .colored {
	position: absolute;
	top: 98px;
	left: 168px;

}
.pls1:hover .colored, .pls2:hover .colored, .pls3:hover .colored, .pls4:hover .colored {
	opacity: 1;
}



.popup {
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:650px;
	height: 310px;
	z-index: 1001;
	display: none;
}
.popup .insider {
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}
.popup .images-block {
	background-color: #67b3cd;
	width: 200px;
	height: 100%;
	float: left;
	padding: 15px;
	border-radius: 10px 0 0 10px ;
}
.popup .images-caption {
	position: absolute;
	bottom: 15px;
}
.popup .images-block img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.popup .images-block p {
	color: white;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
}
.popup .descr-block {
	width: 440px;
	float: left;
	padding: 12px 0 27px 10px;
}
.popup .price_for_m span {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #9c9b9b;
	position: relative;
	bottom: -4px;
	margin-right: 10px;
}
.popup .caption-item {
	margin:0;
	color: #44553c;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.popup .form-row {
	width: 144px;
	margin-right: 10px;
	min-height: 55px;
}
.popup .color-select .select-button::before {
	display: none;
}
.popup .select-button {
	padding: 7px 20px 7px 12px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}
.popup .price-holder {
    margin-top: 15px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.popup .price-holder &gt; div {
	margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.popup .drop-list li {
	padding-right: 5px;
}
.popup .descr-item {
	margin:0;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color:#414141;
}
.popup .form-holder {
	margin-top: 0;
}
.popup .total-sum {
	margin-right: 10px;
}


.overlay {
	display: none;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: 1000;
}

div.popup-calculated {
	text-align: right;
	height: auto;
	width: calc(100% - 30px);
	max-width: 680px;
	min-width: 290px;
}
.popup-calculated .insider {
	padding: 27px 33px;
	width: 100%;
}
.popup-calculated input {
	width: 48.5%;
	float: left;
	margin-top:17.5px;
	margin-right: 0;
}
.popup-calculated input:nth-child(odd) {
	margin-right: 3%;
}
.popup-calculated .popup-row p {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	color: #8e8e8e;
	margin-bottom: 10px;
}
.popup-calculated .popup-row p span {
	font-size: 20px;
	line-height: 27px;
	color: #000;
	font-weight: 500;
	display: inline-block;
	min-width: 85px;
	text-align: left;
}
.popup-calculated .popup-row p span.s2 {
	color:#0384c2;
	letter-spacing: 0.02em;
}
.popup-calculated button {
	margin-top: 17px;
	margin-bottom: 10px;
}





/* add styles */

.popup.popup-color {
	z-index:1003;
	display: none;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
	margin: auto;
	padding-top:23px;
	text-align: center;
	max-width:955px;
	width: 90%;
	background-color: white;
	border:1px solid #cccccc;
	position: absolute;
	height: auto;
}
.popup.popup_calc_footer{
	max-height: 100%;
	overflow: hidden;
}
.popup.popup_calc_footer .popup-insider {
	padding-right: 40px;
	width:100%;
	box-sizing: content-box;
	overflow: auto;
	height: 750px;
}

.popup-color .popup-button {
	width:140px;
	height:auto;
	color: black;
	border: none;
	background-color: #6cc049;
	border-radius: 2px;
	margin: 10px 0;
	padding:10px 0;
	display: inline-block;
	cursor: pointer;
	font-size:14px;
	line-height:20px;
	font-family: Arial, sans-serif;
}
.popup-color .popup-button:hover {
	background-color: #3bab0c;
	color:white;
}
.popup-color .color-item {
	width:158px;
	height:116px;
	padding: 7px 9px;
	text-align: center;
	display:inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size:14px;
	font-family: Arial, sans-serif;
	line-height:1.2em;
}
.popup-color .color-item img {
	margin-bottom: 12px;
	width:100%;
}
.popup-color .color-container {
	margin:10px auto;
	width:95%;
}
.popup-color .color-container::after {
	display: block;
	clear: both;
	content: "";
}
.popup-color .color-item.active {
	padding: 5px 7px;
	border: 2px solid #6cc049;
}
.popup-close {
	width: 18px;
	height: 18px;
	background-image: url("/upload/img/close-ico.png");
	position: absolute;
	right:10px;
	top:10px;
	cursor: pointer;
	z-index: 1010;
}
.popup-color .target-color {
	width:94%;
	height:300px;
	margin: 0 auto;
	background-size: cover;
}
.cans-slider .slick-slide {
	height: auto;
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
	text-align: center;
}
.cans-slider {
	margin: 20px auto;
	width: 300px;
	padding: 0 40px;
}
.cans-slider img {
	max-width: 100%;
	margin: 0 auto;
	width: unset;
}
.timer-area{
	position: relative;
}
.timer-area .timer-area-bg{
	position: absolute;
	top: -74px;
	left: 0;
  width: auto;
  height: auto;
  z-index: 1;
  max-width:none;
}
ul#countdown {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}
ul#countdown li {
  display: inline-block;
  width: 65px;
  text-align: center;
  background: #AEAEAE;
  height: 92px;
  padding-top: 14px;
  border-radius: 10px;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 27px;
  font-size: 33px;

  position: relative;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: .875em;
}

@media all and (max-width: 1199px) {
	header .numbers{
		left: -81px;
	}
}

@media (max-width:980px) {
	.popup-color .target-color {
		height:200px
	}
	.popup-color {
		width: 600px;
	}
}
@media (max-width:625px) {
	.popup-color .target-color {
		height:120px
	}
	.popup-color {
		max-width: 400px;
		width:100%;
	}
	.color-container {
		max-width:360px;
	}
	.popup-color .color-item {
		display:inline-block;
		width: calc(50% - 21px);
		vertical-align: top;
		height:auto;
	}
	.popup-color .color-item img {
		width: 100%;
	}
}
/*
.slider-item .catalog-color{
	background-color: rgba(0, 0, 0, 0.12);
}
*/
/*====================================================================================*/

#catalog_color_3{

}
section.calculation-wrapper .form-row.form-row-1{
  width: calc(50% - 10px);
  float: left;
  margin-right: 0;
}

section.calculation-wrapper .form-row.form-row-1:first-child{
  margin-right: 20px;
}
.space-input input[type="text"]{
  width: 65px;
}
.space-input label{
  font-weight: normal;
}
.popup__bg{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1000;
}





 .landing-row.lr1 .triangle-content {
	top: 0;
}
/*.landing-row.lr2 .left-column {
	width: 100%;
}
.landing-row.lr2 .left-column table {
	max-width: 900px;
	width: 96%;
	margin: 0 auto 30px;
	border-collapse: collapse;
}
.landing-row.lr2 .left-column td {
	padding: 2px 5px;
	border: 1px solid #333;
}
.landing-row.lr2 .left-column td p {
	margin-bottom: 0;
} */

@media screen and (max-width: 767px) {
	*{
		outline: none;
	}
	.slick-slider.mobile-slider{
		position: absolute;
		top: 68px;
		left: 50%;
		margin-left: -478px;
		width: 966px;
		transform: scale(0.6) translate(0,0);
		will-change: transform;
	}
	header .house-wrapper{
		padding-bottom: 200px;
	}
	.mobile-slider .slick-arrow{
		position: absolute;
		top: 335px;
		background-position: center;
		width: 70px;
		height: 70px;
		background-repeat: no-repeat;
		z-index: 10;
	}
	.right-arrow{
		transform: scale(3);
		right: 0;
		background-image: url(../img/right-arrow.png);
	}
	.left-arrow{
		transform: scale(3);
		left: 0;
		background-image: url(../img/left-arrow.png);
	}
	.house-wrapper{
		margin-bottom: 0;
	}
	.caption-{
		padding-top: 30px;
		padding-bottom: 30px;
		border-radius: 10px 10px 0 0;
		color: #fff;
		background-color: #4c4c4c;
		text-align: center;
		font-size: 40px;
	}
	.text-{
		padding: 39px;
		color: #4c4c4c;
		background-color: #f7f9fa;
		font-size: 36px;
		line-height: 46px	;
	}
	.text- span{
		text-decoration: underline;
		color: #0384c2;
	}
	.mobile-slider .slick-list{
		padding-top: 311px;

	}
	.mobile-slider-item{
		position: relative;
		transform: translate(0,0);
		will-change: transform;
	}
	.slick-current.mobile-slider-item::before{
		bottom: 100%;
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-right: 24px solid transparent ;
		border-left: 24px solid transparent ;
	}
	.mobile-slider-item.item-1::before{
		border-bottom:#4c4c4c 125px solid;
		left: 216px;
	}

	.mobile-slider-item.item-2::before{
		border-bottom:#4c4c4c 205px solid;
		left: 323px;
	}
	.mobile-slider-item.item-3::before{
		border-bottom:#4c4c4c 320px solid;
		left: 498px;
	}
	.mobile-slider-item.item-4::before{
		border-bottom:#4c4c4c 125px solid;
		left: 593px;
	}
}

@media screen and (max-width: 600px) {
	.slick-slider.mobile-slider{
		top: 55px;
		transform: scale(0.5);
	}
}
@media screen and (max-width: 500px) {
	.slick-slider.mobile-slider{
		top: 35px;
		transform: scale(0.4);
	}
}
@media screen and (max-width: 400px) {
	header .house-wrapper{
		padding-bottom: 70px;
		margin-top: -120px;
	}
	.slick-slider.mobile-slider{
		margin-left: -483px;
		top: 7px;
		transform: scale(0.3);
	}
}
.title-15{
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
}
.descr-15{
	width: 787px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 22px;
	color: #414141;
	letter-spacing: 0.02em;
}
.gray-15{
	color: #828282;
	font-weight: normal;
	font-size: 12px;
}
.container.container-15 .landing-row p{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.landing-row .left-column .text-block{
	text-align: left;
}
.land-15{
	background-color: #f6f9fa;
	position: relative;
	z-index: 10;
}
.landing-row .left-column,
.landing-row .right-column{
	position: relative;
	width: 445px;
	height: 275px!important;
	min-height: 0;
}
.landing-row .left-column{
	margin-left: 250px;
	padding: 33px 20px 40px 31px;
	border-radius: 15px 0 0 15px;
	background-color: #eaf3f6;
}
.landing-row .right-column{
	padding: 33px 20px 40px 31px;
	border-radius: 0 15px  15px 0;
	background-color: #fff;
}
.heading-{
	color: #413333;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.green-15{
	color: #3aac60;
}
.red-15{
	color: #ad1632;
}
.landing-row {
	height: auto;
	position: relative;
	margin: 0 0 24px;
	padding: 0;
}
.landing-row p:last-child{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
}
.landing-row strong {
	font-size: 25px;

}
.heading-.text-right{
	padding-right: 41px;
}
.landing-row{
	min-height:0;
}
.landing-row .num-block{
	top: 33%;
	left: 82px;
}
.landing-row .left-column .text-block{
	width: 100%;
	padding-bottom: 0;
}
.profit{
	margin-top: 35px;
	padding-left: 250px;
	position: relative;
}
.profit-caption{
	margin-bottom: 5px;
	font-size: 34px;
	color: #6ecddc;
	font-weight: bold;
}
.profit .text{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
}
.profit-arrow{
	position: absolute;
	top: -126px;
	width: 106px;
	height: 203px;
	left: 71px;
	background: url(../img/profit-arrow.png) center no-repeat;
}
.land-15::after{
	margin-top: -20px;
	display: block;
	width: 100%;
	content: '';
	height: 174px;
	background: url(../img/wave.png) center no-repeat;
}

@media screen and (max-width: 1199px) {
	.landing-row .left-column, .landing-row .right-column{
		width: 360px;
	}
	.landing-row .left-column{
		margin-left: 220px;
	}
	.profit{
		padding-left: 220px;
	}
}

@media screen and (max-width: 991px) {
	.profit-arrow{
		display: none;
	}
	.profit{
		padding-left: 154px;
	}
	.container.container-15 .landing-row p{
		font-size: 12px;
		line-height: 21px;
	}
	.landing-row .left-column, .landing-row .right-column{
		margin-left: 154px;
		width: 562px;
	}
	.container.container-15 .landing-row p{
		text-align: left;
	}
	.landing-row .left-column{
		border-radius: 15px 15px 0 0;
	}
	.landing-row .right-column{
		border-radius: 0 0 15px 15px;
	}
	.heading-.text-right{
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.profit{
		padding-left: 0;
	}
	.landing-row .num-block{
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-top: 10px;
		transform: none;
	}
	.landing-row .num-block::before{
		display: none;
	}
	.landing-row .left-column, .landing-row .right-column{
		margin-left: 0;
		width: 100%;
		height: auto!important;
		padding:20px 20px 60px;
	}
	.landing-row .text-block{
		padding: 0;
		width: 100%!important;
	}
	.container.container-15 .landing-row p{
		margin-bottom: 10px;
	}
}
/*====================================================================
  = РћР§Р•Р&nbsp;Р•Р”РќРћР™ Р”РћРњРРљ 20102017
  ====================================================================
*/
@media screen and (max-width: 767px) {
	.mobile__house{
		width: 290px;
		margin: 35px auto;
	}
	.mobile__item .caption-{
		padding: 53px 154px 8px 11px;
		border-radius: 50px 3px 0 0;
		text-align: left;
		position: relative;
		font-size: 16px;
		line-height: 23px;
		letter-spacing: .02em;
	}
	.mobile__image{
		position: absolute;
		right: -2px;
		top: -75px;
		width: 169px;
		height: 169px;
		border-radius: 50%;
	}
	.mobile__item{
		padding-top: 86px;
	}
	.mobile__item .text-{
		padding: 13px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: .02em;
	}
}</pre></body></html>