@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,500,700,900i|Roboto+Condensed:300i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,500,700,900i|Roboto+Condensed:300i&subset=cyrillic');

* {
	margin:0;
	padding:0
}
ol, ul {list-style: none;}
:focus {	outline: 0;}
::-webkit-input-placeholder{text-indent: 0px;   transition: text-indent 0.3s ease;font-family: inherit;}
::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;font-family: inherit;}/* Firefox 19+ */
:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;font-family: inherit;}/* Firefox 18- */
:-ms-input-placeholder{ text-indent: 0px;   transition: text-indent 0.3s ease;font-family: inherit;}
:focus::-webkit-input-placeholder{ text-indent: -1000px; transition: text-indent 0.3s ease;}
:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder{ text-indent: -1000px;   transition: text-indent 0.3s ease;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label, input:not([[type="checkbox"]]), 
input:not([[type="radio"]]) , button{
	-webkit-appearance:none;
	font-family: inherit;
}
label, input[type="submit"], button{cursor:pointer;}
img{border: none;}
html{font-size: 100%;}

body{
	font: 300 15px/26px 'Fira Sans', sans-serif;
	background: #fefefe;
	color: #000;
}
#wrap{overflow: hidden;}
.container{position: relative;}
.title-big{
	text-align: center;
	font-size: 55px;
	line-height: 55px;
	position: relative;
	margin: 74px 0 46px;
	text-transform: uppercase;
	font-weight: bold;
}
.title-big span{display: block;}
.title-big .title-text-big{
	font-size: 65px;
	position: relative;
	display: inline-block;
}
.title-text-small{
	font-size: 24px;
	text-transform: none;
	line-height: 35px;
	margin-top: 11px;
	font-weight: 300;;;
}
.gift-text{
	position: absolute;
	font-size: 15px;
	top: -8px;
	left: 100%;
	white-space: nowrap;
	font-size: 18px;
	line-height: 25px;
	margin-left: 3px;
}
.text-red{color: #f04747;}
.text-green{color: #44b559;}
.text-blue{color: #197dc8;}
.title{
	font-size: 51px;
	line-height: 61px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.title span{
	display: block;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 11px;
}
.title-margin{margin-bottom: 125px;}
.title-small{
	font-size: 32px;
	margin: 0;
	font-weight: bold;
	line-height: 38px;
	text-transform: uppercase;
}
.title-small i{
	font-weight: 300;
	display: inline-block;
	margin-left: 18px;
	vertical-align: middle;
}
.text-middle{
	font-size: 21px;
	line-height: 27px;
}
.text-big{
	font-size: 24px;
	line-height: 30px;
}
.confidentiality{
	font-size: 15px;
	font-style: italic;
	color: #999999;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin: 11px 0 58px;
}
.up{
	display: block;
	position: fixed;
	right: 58px;
	bottom: 59px;
	width: 63px;
	height: 63px;
	text-align: center;
	border: 1px solid #2684cb;
	border-radius: 50%;
	padding-top: 15px;
	background: #fff;
	z-index: 99;
}
.up:hover{opacity: 0.8;}
.wrap{position: relative;}
.anhor{
	position: absolute;
	opacity: 0;
	top: -116px;
}
.visible-m{display: none;}


/* btn */
.btn{
	text-transform: uppercase;
	font: 500 17px/23px 'Fira Sans', sans-serif;
	color: #fff;
	padding: 16px 50px;
	border: none;
	border-radius: 30px;
	background: rgb(247,115,92);
	background: -moz-linear-gradient(top, rgba(247,115,92,1) 0%, rgba(192,52,62,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	background: linear-gradient(to bottom, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7735c', endColorstr='#c0343e',GradientType=0 );
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow:    inset 0px -2px 0px 0px rgba(0, 0, 0, 0.33);
	box-shadow:         inset 0px -2px 0px 0px rgba(0, 0, 0, 0.33);
}
.btn:hover, .btn:focus, .btn:active:focus{
	color: #fff;
	outline:none;
	background: rgb(255,106,80);
	background: -moz-linear-gradient(top, rgba(255,106,80,1) 0%, rgba(236,47,61,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	background: linear-gradient(to bottom, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a50', endColorstr='#ec2f3d',GradientType=0 );
	-webkit-box-shadow: 0px 12px 27px 0px rgba(220, 93, 87, 0.7);
	-moz-box-shadow:    0px 12px 27px 0px rgba(220, 93, 87, 0.7);
	box-shadow:         0px 12px 27px 0px rgba(220, 93, 87, 0.7);
}
.btn .sprites{
	left: -16px;
	position: relative;
}
.btn .sprites.i-gift{
	left: -17px;
	top: -2px;
}
.btn-white{
	background: #fff;
	color: #197dc8;
	border: 2px solid #3b90d0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-white:hover, .btn-white:focus{
	color: #197dc8;
	background: #fff;
	-webkit-box-shadow: 0px 12px 27px 0px rgba(59, 144, 207, 0.7);
	-moz-box-shadow:    0px 12px 27px 0px rgba(59, 144, 207, 0.7);
	box-shadow:         0px 12px 27px 0px rgba(59, 144, 207, 0.7);
}
.btn-click{
	padding-left: 80px;
	background: url(../img/i-click.png) 34px 15px no-repeat, rgb(247,115,92);
	background: url(../img/i-click.png) 34px 15px no-repeat, -moz-linear-gradient(top, rgba(247,115,92,1) 0%, rgba(192,52,62,1) 100%);
	background: url(../img/i-click.png) 34px 15px no-repeat, -webkit-linear-gradient(top, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	background: url(../img/i-click.png) 34px 15px no-repeat, linear-gradient(to bottom, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7735c', endColorstr='#c0343e',GradientType=0 );
}
.btn-click:hover{
	background: url(../img/i-click.png) 34px 15px no-repeat, rgb(255,106,80);
	background: url(../img/i-click.png) 34px 15px no-repeat, -moz-linear-gradient(top, rgba(255,106,80,1) 0%, rgba(236,47,61,1) 100%);
	background: url(../img/i-click.png) 34px 15px no-repeat, -webkit-linear-gradient(top, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	background: url(../img/i-click.png) 34px 15px no-repeat, linear-gradient(to bottom, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a50', endColorstr='#ec2f3d',GradientType=0 );
}
.btn-phone{
	padding-left: 62px;
	background: url(../img/i-phone.png) 24px 17px no-repeat, rgb(247,115,92);
	background: url(../img/i-phone.png) 24px 17px no-repeat, -moz-linear-gradient(top, rgba(247,115,92,1) 0%, rgba(192,52,62,1) 100%);
	background: url(../img/i-phone.png) 24px 17px no-repeat, -webkit-linear-gradient(top, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	background: url(../img/i-phone.png) 24px 17px no-repeat, linear-gradient(to bottom, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7735c', endColorstr='#c0343e',GradientType=0 );
	padding-right: 40px;
}
.btn-phone:hover{
	background: url(../img/i-phone.png) 24px 17px no-repeat, rgb(255,106,80);
	background: url(../img/i-phone.png) 24px 17px no-repeat, -moz-linear-gradient(top, rgba(255,106,80,1) 0%, rgba(236,47,61,1) 100%);
	background: url(../img/i-phone.png) 24px 17px no-repeat, -webkit-linear-gradient(top, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	background: url(../img/i-phone.png) 24px 17px no-repeat, linear-gradient(to bottom, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a50', endColorstr='#ec2f3d',GradientType=0 );
}
.btn-gift{
	padding-left: 72px;
	background: url(../img/i-gift.png) 34px 15px no-repeat, rgb(247,115,92);
	background: url(../img/i-gift.png) 34px 15px no-repeat, -moz-linear-gradient(top, rgba(247,115,92,1) 0%, rgba(192,52,62,1) 100%);
	background: url(../img/i-gift.png) 34px 15px no-repeat, -webkit-linear-gradient(top, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	background: url(../img/i-gift.png) 34px 15px no-repeat, linear-gradient(to bottom, rgba(247,115,92,1) 0%,rgba(192,52,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7735c', endColorstr='#c0343e',GradientType=0 );
}
.btn-gift:hover{
	background: url(../img/i-gift.png) 34px 15px no-repeat, rgb(255,106,80);
	background: url(../img/i-gift.png) 34px 15px no-repeat, -moz-linear-gradient(top, rgba(255,106,80,1) 0%, rgba(236,47,61,1) 100%);
	background: url(../img/i-gift.png) 34px 15px no-repeat, -webkit-linear-gradient(top, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	background: url(../img/i-gift.png) 34px 15px no-repeat, linear-gradient(to bottom, rgba(255,106,80,1) 0%,rgba(236,47,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a50', endColorstr='#ec2f3d',GradientType=0 );
}


/* header */
.modal-open header{right: 17px;}
header{
	padding-top: 26px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	opacity: 1 !important;
	-webkit-transition: padding 0.3s linear;
	-o-transition:padding 0.3s linear;
	transition: padding 0.3s linear;
}
header.fixed{padding-top: 5px;}
header.fixed address{margin-bottom: 0;}
header.fixed nav{
	position: relative;
	top: -5px;
}
header.fixed .nav-justified>li>a{
	padding:10px 15px;}
.logo{
	float: left;
	margin: 8px 10% 14px 0;;
}
.btn-callback{
	float: right;
	margin-left: 26px;
	padding: 15px 40px;
}
address{
	float: left;
	padding:5px 0 6px 1px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.link{
	display: inline-block;
	border-bottom: 1px dashed #197dc8;
	text-transform: uppercase;
	color: #22a0fe;
	font-size: 18px;
	line-height: 20px;
}
.link:hover{
	border-color: transparent;
	color: #22a0fe;
	text-decoration: none;
}
.map-link{
	position: relative;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #197dc8;
	text-transform: none;
	padding: 0;
}
.map-link .sprites{
	position: absolute;
	left: -23px;
	top: 1px;
}
.map-link:hover{color: #197dc8;}
address p{margin-bottom: 6px;}
.phone{
	line-height: 20px;
	float: right;
}
.phone p{margin-bottom: 0;}
.phone a{
	font-weight: 500;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin: 9px 0 0 -9px;
}

/* navigation */
nav{
	position: relative;
	margin-bottom: -25px;
	text-align: center;
	border-radius: 5px;
	border-bottom: 1px solid #71b7eb;
	background: rgb(25,125,200);
	background: -moz-linear-gradient(top, rgba(25,125,200,1) 0%, rgba(36,143,223,1) 100%);
	background: -webkit-linear-gradient(top, rgba(25,125,200,1) 0%,rgba(36,143,223,1) 100%);
	background: linear-gradient(to bottom, rgba(25,125,200,1) 0%,rgba(36,143,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197dc8', endColorstr='#248fdf',GradientType=0 );
	z-index: 1;
}
.nav-justified>li{position: relative;}
.nav-justified>li+li:before{
	content: "";
	display: block;
	width: 1px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #539ed7;
	z-index: 1;
}
.nav-justified>li>a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2.5px;
	padding: 10px 15px;
	background-color: transparent;
	margin: 0;
}
.nav-justified>li>a:hover, .nav-justified>li>a:focus{
	font-weight: 500;
	background-color: transparent;
}
.nav-justified>li>a:hover:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
}
#navbar{padding: 0;}
.navbar-toggle{
	border-color: #22a0fe;
	margin: 7px 0 0 20px;
}
.navbar-toggle .icon-bar{background: #22a0fe;}

/* preview */
.preview{
	background: #44494a url(../img/bg-preview.jpg) 50% 90px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	position: relative;
	padding-bottom: 76px;
	padding-top: 149px;
}
.message-block{
	color: #fff;
	position: absolute;
	top: -29px;
	left: 101%;
	width: 342px;
	padding: 29px 25px 20px 68px;
	background: #f04747;
	line-height: 19px;;
}
.message-block:before{
	content: "";
	display: block;
	background: url(../img/sprites.png) 0 -300px no-repeat;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 30px;
	left: 22px;
}
.down{
	position: absolute;
	background: #fff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -41px;
	margin: auto;
	text-align: center;
	padding: 20px;
}

/* form-block */
.form-block{
	max-width: 896px;
	border-radius: 5px;
	background: #fff;
	padding: 1px;
	margin: auto;
}
.action-block{
	float: left;
	width: 50.5%;
	background: #44b559;
	border-radius: 5px;
	color: #fff;
}
.action-heading{padding: 24px 20px 20px 9%;}
.action-body{
	padding-top: 16px;
	padding: 16px 20px 5px 10.2%;
	text-transform: uppercase;
}
.form{
	width: 49.5%;
	float: left;
	padding: 20px;
}
.washing-gift{
	padding: 33px 20px 14px 116px;
	background: #197dc8;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 32px;
	position: relative;
	border-radius: 0 5px 5px 0;
}
.washing-gift:before{
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 45px;
	background: url(../img/action-before.png) 0 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	right: 100%;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.washing-gift p{
	font-size: 15px;
	color: #000;
	text-transform: none;
}
.action-block .washing-gift{
	margin-left:-7px;
	border-radius: 5px 0 0 5px;
	padding: 32px 20px 31px 128px;
}
.action-block .washing-gift:before{
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #197dc8;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* timer */
.eTimer{margin: 0 auto 21px;}
.etUnit{
	background: url(../img/sprites.png) -300px 0 no-repeat;
	width: 67px;
	height: 88px;
	text-align: center;
	padding-top: 24px;
}
.eTimer .etUnit .etNumber{
	font: 500 40px/32px 'Fira Sans', sans-serif;
	margin: 0 !important;
	letter-spacing: -1px;
}
.eTimer .etUnit .etSign{
	font-size: 12px !important;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 13px;
	letter-spacing: -1px;
}
.eTimer .etSep{
	padding: 14px 12px 14px 13px!important;
	color: #379648;
	font-size: 30px;
}

/* form */
.form{
	color: #000;
	padding: 29px 6% 30px 8.3%;
}
.form form{padding-top: 16px;}
input[type="text"], input[type="email"], input[type="tel"], 
input[type="passqord"], textarea{
	width: 100%;
	display: block;
	background: #eeeeee;
	text-align: center;
	padding: 23px 49px 21px 50px;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, 
input[type="passqord"]:focus, textarea:focus{background: #dfdfdf;}
.rf_error{
	background: #f08888 !important;
	color: #000 !important;
}
.rfield_error{
	display:block;
	padding:0px 10px;
	background-color:#d94018;
	color:#fff;
	font-size:12px;
	z-index:1;
	position:absolute;
	top:0;
	left:auto;
	right:0;
	visibility:hidden;
	line-height:23px;
}
.rcheck .rfield_error{
	top:0px;
	left:22px;
	right:auto;
}
.form-group{position: relative;margin-bottom: 9px;;}
.form-group .sprites{
	position: absolute;
	top: 28px;
	left: 32px;
}
.form-group .sprites.i-phone-grey{top: 25px;}
.form-group+p{padding-top: 13px;}

/* statistics */
#statistics{padding: 67px 0 26px;}
.statistics-block{
	margin-bottom: 40px;
	float: left;
	width: 33.3%;
}
.statistics-block b{
	float: left;
	font-size: 62px;
	line-height: 43px;
	margin-right: 11px;
	display: inline-block;
	padding: 6px 12px 20px;
}
.statistics-block span{
	display: inline-block;
	border-bottom: 6px solid #f04747;
	padding-bottom: 8px;
}
.statistics-block sup{
	font-size:36px;
	top:-23px;
	text-transform: none;
}
.statistics-block sup.years{
	font-size:30px;
	top:-20px;
}

/* services */
.services-block{
	border: 3px solid #44b559;
	padding: 66px 3% 43px;
	position: relative;
	margin-bottom: 83px;
	border-radius: 10px;
}
.services-block:before{
	content: "";
	display: block;
	background: #fff url(../img/sprites.png) -182px -200px no-repeat;
	width: 53px;
	height: 61px;
	position: absolute;
	top: -35px;
	left: 22%;
}
.services-left{
	float: left;
	width: 43.5%;
}
.services-title{
	text-align: right;
	font-weight: bold;
	font-size: 51px;
	line-height: 61px;
	text-transform: uppercase;
}
.services-right{
	float: left;
	width: 56.5%;
	padding-left: 6%;
}
.services-list{
	font-size: 0;
	padding: 3px;
	margin-bottom: 9px;
}
.services-list li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 24px;
}
.services-list li p{
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
	margin-bottom: 0;
	width: calc(100% - 120px);
}
.services-list li:nth-of-type(even) p{
	margin-left: 20px;
	width: calc(100% - 100px);
}
.services-list li:nth-of-type(even){padding-left: 3px;}


/* card-block */
.card-image{
	float: left;
	width: 47%;
}
.card-text{
	float: left;
	width: 53%;
	padding: 25px 0 0 2%;
}
.card-text .btn{margin-top: 16px;}
.card-title{position: relative;}
.card-title:before{
	content: "+";
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: -38px;
	top: -2px;
	margin-right: 10px;
}

/* price */
.price{
	background: #314555 url(../img/bg-price.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	margin: 92px 0 74px;
	border-top: 4px solid #f04747;
	padding: 15px 0 68px;
}
.price-block{
	position: relative;
	margin: -6px auto 0;
	max-width: 975px;
}
.price-list{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.price-list li{
	position: absolute;
	padding-left: 42px;
	font-size: 24px;
	right: 0;
	line-height: 29px;
}
.price-list li:nth-of-type(even){
	right: auto;
	left: 0;
	text-align: right;
	padding-left: 0;
	padding-right: 45px;
}
.price-list li:nth-of-type(1){
	top: 21.5%;
	right: 4%;;
}
.price-list li:nth-of-type(2){
	top: 30.5%;
	left: 1.5%;;
}
.price-list li:nth-of-type(3){
	top: 33.8%;
	right: 8.7%;
}
.price-list li:nth-of-type(4){
	top: 62.4%;
	left: 2.2%;
}
.price-list li:nth-of-type(5){
	top: 88%;
	right: 4%;
}
.price-list li i{
	display: block;
	color: #5db4f2;
}
.price-list li .sprites{
	position: absolute;
	left: 0;
	top: 2px;
}
.price-list li:nth-of-type(even) .sprites{
	right: 0;
	left: auto;
}
.price-list li:before, .price-list li:after{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
}
.price-list li:before{
	height: 1px;
	top: 14px;
	right: 106%;
	width: 200px;
}
.price-list li:nth-of-type(even):before{
	right: auto;
	left: 106%;	
}
.price-list li:after{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 10px;
	left: -219px;
}
.price-list li:nth-of-type(even):after{
	left: auto;
	right: -219px;
}
.price-list li:nth-of-type(3):before{width:90px;}
.price-list li:nth-of-type(3):after{left:-104px;}
.price-list li:nth-of-type(4):before{width:114px;}
.price-list li:nth-of-type(4):after{right:-129px;}
.wrap-wasing{
	position: absolute;
	right: 4px;
	top: 51.5%;
	width: 460px;
}
.wrap-wasing>p{
	text-align: right;
	color: #197dc8;
	padding-top: 4px;
}

/* discount */
.discount-block{margin-bottom: 54px;}
.discount-block:last-of-type{margin-bottom: 74px;}
.discount-image{
	position: relative;
	padding-top: 53px;;
}
.discount-image-padding{padding-top: 0;}
.discount-image img{position: relative;}
.discount-text{
	font-size: 24px;
	font-style: italic;
	line-height: 29px;
	padding-top: 36px;
	padding: 36px 0 0 8.5%;
}
.discount-text-padding{padding-top: 85px;}
.discount-text p{margin-bottom: 25px;}
.discount-text .btn{margin-left: -5px;}
.pull-right+.col-sm-6 .discount-text{text-align: right;float: right;padding-right: 4%;padding-left: 0;}
.sale-text{
	font-weight: 900;
	font-style: italic;
	font-size: 174px;
	position: absolute;
	left: 5%;
	top: 0;
	line-height: 120px;
}
.pull-right.sale-text{
	left: auto;
	right: 3%;
	font-size: 187px;	
}
.sale-text span{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	line-height: 40px;
}
.sale-text-top span{
	vertical-align: top;
	padding-top: 10px;
	position: relative;
	left: -13px;;
}
.sale-text-block{
	font-size: 152px;
	top: 20%;
	left: 1%;
}
.sale-text-block span{display: block;text-align: right;padding-right: 22%;}

/* slider */
.wrap-slider{margin: 132px 0 96px;}
.slider{margin: 28px -1px;}
.slider img{
	width: 100%;
	display: block;
	height: auto;
	border-bottom: 1px solid #fff;
}
.slick-slide{margin-left: 1px;}
.slick-dots{
	margin: 25px 0;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
}
.slick-dots button{
	border: none;
	background: #e1e1e1;
	border-radius: 50%;
	font-size: 0;
	width: 12px;
	height: 12px;
}
.slick-dots .slick-active button{background: #197dc8;}
.slick-arrow{
	position: absolute;
	bottom: 10px;
	background: url(../img/sprites.png) -200px -350px no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	width: 38px;
	height: 10px;
	border: none;
	font-size: 0;
	z-index: 9;
}
.slick-arrow:hover{opacity: 0.8;}
.slick-prev{left: -250px;}
.slick-next{
	right: -250px;
	background-position: -250px -350px;

}

/* advantages-block */
.advantages-block{margin-bottom: 40px;}
.advantages-block b{text-transform: uppercase;}
.advantages-block .sprites{
	margin-right: 20px;
	float: left;
	margin: 5px 27px 0 0;
}
.advantages-block p{margin-bottom: 0;}
.advantages-text{
	float: left;
	width: calc(100% - 105px);
}

/* review */
.review{margin:84px 0 3px;}
.review-slider{margin-top: 64px;}
.review-block{
	border: 4px solid #44b559;
	border-radius: 6px;
	padding: 0 7%  42px 8%;
	color: #111111;
	line-height: 24px;
	margin: 56px auto 0;
}
.review-block .text-green{
	margin-top: 20px;
	font-size: 16px;
}
.review-block .text-green b{
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
}
.review-image{
	margin: -67px auto 18px;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	border: 9px solid #fff;
	overflow: hidden;
}

/* order */
.order{
	border-bottom: 1px solid #fff;
	position: relative;
	margin-top: 82px;
}
.order-image{margin:-29px 0 0 -4%;}
.order form{padding-top: 12px;}



/* map */
.map{
	border-top: 4px solid #f04747;
	height: 500px;
}
.map>ymaps{
	border: none;
	width: 100% !important;
	height: 100% !important;
}


/* modal */
.modal-backdrop{background: #fff;}
.modal-backdrop.in {
    filter: alpha(opacity=1);
    opacity: 1;
}
.modal-content{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	padding: 56px 11% 52px;
	border: 3px solid #f04747;
}
.modal-content:before, .modal-content:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-content:before{
	top: -50px;
	background: #fff url(../img/sprites.png) -226px -200px no-repeat;
	width: 61px;
	height: 73px;
}
.modal-content:after{
	top: 117%;
	width: 223px;
	height: 40px;
	background: url(../img/logo.png) 0 0 no-repeat;
	opacity: 0.25;
}
.modal-content form{padding-top: 16px;}
.modal-content form .text-center{margin:21px 0 14px;}
.modal-content .confidentiality{margin-bottom: 0;}
.close{
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}
.close:hover{
	opacity: 0.86;
	filter: alpha(opacity=60);
}

/* footer */
footer{
	padding: 42px 0 78px;
	position: relative;
	font-size: 15px;
}
.copyright{float: left;}

/* sprites */
.sprites{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/sprites.png) 0 0 no-repeat;
}
.i-close-modal{
	background-position: -350px -250px;
	width: 28px;
	height: 28px;
}
.i-up{
	background-position: -350px -200px;
	width: 22px;
	height: 12px;
}
.i-advantages-2{
	background-position: 0 0;
	width: 76px;
	height: 71px;
}
.i-advantages-3{
	background-position: -100px 0;
	width: 71px;
	height: 71px;
}
.i-advantages-1{
	background-position: -200px 0;
	width: 72px;
	height: 72px;
}
.i-services-3{
	background-position: -300px -100px;
	width: 70px;
	height: 68px;
}
.i-services-1{
	background-position: 0 -100px;
	width: 69px;
	height: 69px;
}
.i-services-2{
	background-position: -100px -100px;
	width: 69px;
	height: 69px;
}
.i-services-4{
	background-position: -200px -100px;
	width: 69px;
	height: 69px;
}
.i-auto{
	background-position: 0 -200px;
	width: 77px;
	height: 71px;
	position: absolute;
	left: 22px;
	top: 28px;
}
.action-block .i-auto{left: 33px;}
.i-load{
	background-position: -100px -200px;
	width: 59px;
	height: 60px;
}
.i-phone-grey{
	background-position: -350px -300px;
	width: 15px;
	height: 21px;
}
.i-card{
	background-position: -50px -300px;
	width: 26px;
	height: 24px;
}
.i-check{
	background-position: -100px -300px;
	width: 27px;
	height: 24px;
}
.i-click{
	background-position: -150px -300px;
	width: 25px;
	height: 25px;
}
.i-close{
	background-position: -200px -300px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 11px;
	right: 10px;
	opacity: .35;
}
.i-close:hover{opacity: 1;}
.i-gift{
	background-position: -250px -300px;
	width: 21px;
	height: 20px;
}
.i-phone{
	background-position: -300px -300px;
	width: 19px;
	height: 20px;
}
.i-map{
	background-position: 0 -350px;
	width: 15px;
	height: 20px;
}
.i-mouse{
	background-position: -50px -350px;
	width: 18px;
	height: 24px;
}
.i-name{
	background-position: -100px -350px;
	width: 15px;
	height: 15px;
}
.i-stars{
	background-position: -300px -350px;
	width: 84px;
	height: 14px;
	margin: 4px -6px 0 0;
}
.i-link{
	background-position: -150px -350px;
	width: 21px;
	height: 19px;
}

/* responsive */
@media (min-width: 768px) {
	.nav-justified>li:first-child>a{
		border-radius: 5px 0 0 5px;
		white-space: nowrap;
	}
	.nav-justified>li:last-child>a{border-radius: 0 5px 5px 0;}
	.nav-justified>li>a{padding: 18px 15px;}
}
@media (min-width: 992px) {
	header:before, footer:before{
		content: "";
		display: block;
		background: url(../img/sprites.png) -300px -200px no-repeat;
		width: 14px;
		height: 45px;
		position: absolute;
		top: -35px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
	}
	.statistics-block{width: 32%;}
	.statistics-block:nth-of-type(2){width: 36%;}
	.modal-dialog{width: 838px;margin-top: 80px;;}




}
@media (min-width: 1200px) {
	header:before, footer:before{left: 39px;}
	.statistics-block:nth-of-type(3), 
	.statistics-block:nth-of-type(2){padding-left: 3%;}
	.discount-text{max-width: 90%;}
	.advantages-block-padding{padding-left: 17%;}
	.review-block{max-width: 338px;}
	.order-text{padding-left: 3%;margin-top: -4px;}
	footer .logo{margin-right:7.5%;}
}



@media (max-width: 1900px) {.message-block{display: none !important;}
@media (max-width: 1200px) {
	address{padding-left: 23px;}
	.statistics-block b{margin-right: 0;}
	.services-left{width: 40%;}
	.services-title{font-size: 40px;line-height: 58px;;}
	.services-right {
		width:60%;
		padding-left:20px;
	}
	.price-list li:nth-of-type(3):before{width: 80px;}
	.price-list li:nth-of-type(3):after{left:-95px;}
	.sale-text, .pull-right.sale-text{font-size: 120px;}
	.copyright{padding-left: 10px;}
	.up{
		bottom: 20px;
		right: 20px;
	}
	.review-block{
		margin-left: 5px;
		margin-right: 5px;
	}
	
}

@media (max-width: 992px) {
	.anhor{top: -109px;}
	.action-heading, .action-body{padding-left: 20px;}
	.form{
		padding-left: 5%;
		padding-right: 5%;
	}
	.statistics-block{text-align: center;}
	.statistics-block b{
		float: none;
		display: block;
		padding: 0 10px;
		position: relative;
	}
	.statistics-block sup{
		position: absolute;
		top: 12px;
	}
	.statistics-block sup.years{top: 12px;}
	.services-left, .services-right{
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.services-title{
		text-align: center;
		margin-bottom: 40px;
	}
	.title{
		font-size: 45px;
		line-height: 50px;
	}
	.card-image{padding: 40px 20px 0 0;}
	.price-list li:before{width:100px;}
	.price-list li:after{left:-120px;}
	.price-list li:nth-of-type(even):after{right: -120px;}
	.price-list li:nth-of-type(3):before{width: 23px;}
	.price-list li:nth-of-type(3):after{left: -35px;}
	.price-list li:nth-of-type(4):before{width: 20px;}
	.price-list li:nth-of-type(4):after{right: -35px;}
	.sale-text, .pull-right.sale-text{
		font-size: 90px;
		line-height: 100px;
	}
	.sale-text span{padding: 0 10px;}
	.copyright{padding-left: 0;}
	address{display: none;}
	footer .phone{padding-top: 11px;}
	.preview{background-position: 50% 60px;}


	

}
@media (max-width: 768px) {
	.anhor{top: -72px;}
	header{
		-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	}
	nav{
		margin: 15px -15px 0;
		border-radius: 0;
	}
	header.fixed nav{
		top:0;
		margin: 0 -15px;
	}
	header .btn-callback{display: none;}
	.nav-justified>li+li:before{display: none;}
	nav .nav-justified>li>a.btn-callback{
		float: none;
		display: inline-block;
		width: auto;
		padding: 10px 30px;
		margin-bottom: 10px;
	}
	.logo{margin-right: 0;}
	.btn-callback{
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
		margin-left: 0;
	}
	.phone a{margin: 0;}
	address{white-space: nowrap;}
	.gift-text{
		position: relative;
		left: auto;
		top: auto;	
		text-align: right;
	}
	.action-block, .form{
		float: none;
		width: 100%;
	}
	.action-block .washing-gift{margin-right: 26px;}
	.action-body{text-align: center;}
	.form-group+p{text-align: center;}
	.statistics-block{width: 100%;}
	.services-list li{width: 100%;}
	.services-list li:nth-of-type(even) p{
		margin-left: 35px;
    	width: calc(100% - 120px);
	}
	.card-image{
		padding: 0;
		width: 100%;
		float: none;
	}
	.card-text{
		width: 100%;
		float: none;
	}
	.card-title:before{
		position: relative;
		left: auto;
	}
	.wrap-wasing{
		position: relative;
		float: right;
		top: auto;
		margin: 15px 0;
	}
	.price-list li:nth-of-type(n){right: 0;}
	.price-list li:nth-of-type(1){top:19.5%;}
	.price-list li:nth-of-type(3){top: 35%;}
	.price-list li:nth-of-type(even){
		left: 0;
		right: auto;
	}
	.price-list li:before, .price-list li:after{display: none;}
	.price-block img{max-width: 90%;}
	.discount-block .pull-right{float: none !important;}
	.discount-image img{margin: auto;}
	.discount-text{
		max-width: 100%;
		padding: 30px 0 0;
	}
	.order-image{margin: 0 0 25px;}
	.order-image img{margin: auto;}
	.map{
		height: 300px;
		-webkit-background-size: auto;
		background-size: auto;
		margin-top: 50px;
	}
	.advantages-text{padding-top: 15px;}
	header .phone{padding-top: 10px;}



}
@media (max-width:570px){
	.anhor{top: -58px;}
	.mobile-row>div{width: 100%;}
	footer .logo, .btn-callback, footer .phone, .copyright{
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	header .btn-callback{display: none;}
	header, footer{text-align: center;}
	.copyright{margin-bottom: 10px;}
	.logo img{margin: auto;}
	address{margin-bottom: 0;}
	.form-block{margin: 0 -15px;}
	.title i{margin-left: 0;}
	.washing-gift{font-size: 25px;}
	.action-block .washing-gift{padding-left: 20px;margin-right: 41px;}
	.i-auto{
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 10px;
		display: block;
	}
	.eTimer .etSep{
		padding-left: 0px !important;
		padding-right: 0px !important;
		font-size: 0 !important;
		width: 2px;	
	}
	.title-big{font-size: 45px;}
	.title-big .title-text-big{font-size: 50px;}
	.services-title{
		font-size: 33px;
		line-height: 38px;
	}
	.services-list{text-align: center;}
	.services-list li:nth-of-type(n) p{
		width: 100%;
		margin: 10px 0 0;
	}
	.title{
		font-size: 40px;
		line-height: 45px;
	}
	.price-list{position: relative;}
	.price-list li:nth-of-type(n){
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		padding-left: 42px;
		text-align: left;
		margin-bottom: 20px;
	}
	.price-list li:nth-of-type(even) .sprites{left: 0;}
	.wrap-wasing{right: 0;width: 100%;}
	.wrap-wasing .washing-gift{
		padding-left: 20px;
		border-radius: 5px;
	}
	.wrap-wasing .washing-gift:before{display: none;}
	.washing-gift p{line-height: 20px;}
	.btn{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.price-block img{max-width: 100%;}
	.sale-text, .pull-right.sale-text{
		font-size: 74px;
		line-height: 80px;
	}
	.sale-text span{
		font-size: 20px;
		line-height: 25px;
	}
	.pull-right+.col-sm-6 .discount-text, .discount-text{
		font-size: 22px;
		text-align: left;
	} 
	.sale-text-block span{text-align: left;}
	.advantages-text{
		width: 100%;
		float: none;
		text-align: center;
	}
	.advantages-block .sprites{
		float: none;
		display: block;
		margin: 5px auto 10px;
	}
	.wrap-form-block{
		left: 15px;
		right: 15px;
	}
	.up{display: none;}
	.modal-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	header .phone {padding-top: 16px;}
	header .phone a{font-size: 21px;}
	header .phone p+p{display: none;}
	header .logo{margin:0 0 4px;}
	.navbar-toggle{margin-left: 10px;}
	.visible-m{display: block;}
	.hidden-m{display: none;}
}





@media (min-width: 992px) and (max-width: 1200px) {
	.logo{
		margin-right: 0%;
		width: 38%;
	}
	address{width: 62%;}
	.btn-callback{
		margin-left: 10px;
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.action-heading .title i{
		font-size: 17px;
		margin-left: 13px;
	}
	.washing-gift{font-size: 23px;}
	.action-block .washing-gift{padding-left: 110px;}
	.action-block .i-auto{left: 20px;}
	.eTimer .etSep{
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	.wrap-wasing{width: 45%;}
	.wrap-wasing .washing-gift{
		font-size: 20px;
		line-height: 25px;
		padding: 20px 20px 5px 100px;
	}
	.wrap-wasing .i-auto{left: 4px;}
	.advantages-text{
		width: 100%;
		float: none;
		text-align: center;
	}
	.advantages-block .sprites{
		float: none;
		display: block;
		margin: 5px auto 10px;
	}
	header .btn-callback{
		padding:14px 34px;
		margin-left:10px;
	}
	
}