
/* * * fonts
 *
 * * * * * * * * * * * * * * * * * * * * * * */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

@font-face {
	font-family: 'Conv_rouble';
	src: url('../fonts/rouble.eot');
	src: local('☺'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
 * global reset
 *
 * @section reset
 */			

/* titles
   ---------------------------------------- */
h1 { 
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 400;
	}

h2 { 
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 400;
	}

h3 { 
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 700;
	}

h4 { 
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	}

h4.color-red { color: #f33d37; }	

h5 { 
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 400;
	} 

/* p
   ---------------------------------------- */
p { 
	margin: 0 0 20px;
	color: #000000;
	font-size: 17px;
	line-height: 26px;
	}

p.big-size { 
	margin: 0 0 40px;
	color: #000;
	font-size: 21px;
	line-height: 32px;
	}		

/* a
   ---------------------------------------- */
a {
	color: #004d82;
	text-decoration: none;

	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	outline: none;
	}
a:hover { 
	color: #0061a3;
	text-decoration: none;
	}	
a:active,
a:focus { 
	color: #0061a3;
	text-decoration: none;
	}		
a:focus { 
	outline: none;
	text-decoration: none;
	}	

/* a
   ---------------------------------------- */
a.color-orange { color: #ff5f3a; }
a.color-orange:hover {
	color: #fb795b;
	}		

/* img
   ---------------------------------------- */
img { vertical-align: top; }

/* b, strong
   ---------------------------------------- */
b, strong { font-weight: 700; }	

/* input
   ---------------------------------------- */
input:focus { outline: none; }	

/* hr
   ---------------------------------------- */
hr { 
	display: block;
	margin: 0 0 40px;
	height: 1px;
	border: 0;
	background: #ededed;
	}	

/* btn
   ---------------------------------------- */
button:focus { outline: none; }

.btn { 
	display: inline-block;
	margin: 0;
	padding: 19px 25px 21px;
	vertical-align: top;
	color: #fff;
	font: 17px 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
	border: 0;
	background: #1a9f29;
	box-shadow: none;
	border-radius: 6px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	background: #1a9f29;
	box-shadow: none;
	outline: none !important;
	}

.btn .arrow-i { 
	display: inline-block;
	margin: 0 0 0 15px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background: url(../img/bg/arrow-i.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.btn .load-i { 
	display: inline-block;
	margin: -2px 0 0 15px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url(../img/bg/load.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.btn .download-i { 
	display: inline-block;
	margin: -4px 0 0 15px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url(../img/bg/download-i.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}		

.btn.transparent-bg {
	padding: 17px 25px 18px;
	color: #004d82;
	border: 2px solid #d1dde5; 
	background: none;
	}
.btn.transparent-bg:hover { background: #d1dde5; }

.btn.blue-bg {
	color: #fff;
	background: #0f5b8c;
	}
.btn.blue-bg:hover { background: #2772a2; }

.btn.transparent-bg .arrow-i { 
	margin-top: -1px;
	background: url(../img/bg/arrow-i-b.svg) no-repeat center;
	background-size: 100%;
	}	

.btn.small-size { 
	padding: 14px 25px;
	font-size: 16px;
 	}	

.btn.full-size { 
	position: relative;
	width: 100%;
	text-align: left;
	} 	

.btn.full-size .arrow-i { 
	position: absolute;
	margin: -5.5px 0 0;
	right: 25px;
	top: 50%;
	}

.btn.small-size .arrow-i { margin: -4px 0 0; }	

.btn .checked-i { 
	display: inline-block;
	margin: 0 0 0 15px;
	width: 15px;
	height: 11px;
	vertical-align: middle;
	background: url(../img/bg/checked.svg) no-repeat center;
	background-size: 100%;
	}

.btn .cart-i { 
	display: inline-block;
	margin: 0 0 0 15px;
	width: 25px;
	height: 23px;
	vertical-align: middle;
	background: url(../img/bg/shopping-cart.svg) no-repeat center;
	background-size: 100%;
	}			

.btn.light-red-bg { background: #f33c37; }

.btn.light-red-bg:hover { background: #f25450; }	

/**
 * body basic formatting
 *
 * font-size, main color, links (hover, visited etc.)
 *
 * @section basic formatting
 */

/* body
   ---------------------------------------- */
body {
	color: #000;
	font: 14px 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	background: #fff;

	-webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
	}	

/* wrapper
   ---------------------------------------- */
.wrapper { 
	min-width: 320px; 
	overflow: hidden;
	}

/* header
   ---------------------------------------- */
.header { 
	position: relative;
	margin: 0;
	border-bottom: 3px solid #ce050f;
	background: #fff;
	z-index: 35;
	}

/* header__top-panel
   ---------------------------------------- */
.header__top-panel__in { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	}

.menu-btn { 
	position: relative;
	float: left;
	display: none;
	margin: 4px 0 0;
	width: 26px;
	height: 26px;
	background: url(../img/bg/menu-btn.svg) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	z-index: 3;
	}

.menu-btn-open .menu-btn { 
	background: url(../img/bg/close-g.svg) no-repeat center;
	background-size: 100%;
	}	

.search-btn { 
	position: absolute;
	display: none;
	width: 24px;
	height: 24px;
	top: 21px;
	right: 60px;
	background: url(../img/bg/search-btn.svg) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	z-index: 3;
	}	

.search-btn-open .search-btn { 
	background: url(../img/bg/close-g.svg) no-repeat center;
	background-size: 100%;
	}	

/* city
   ---------------------------------------- */
.city {
	float: left;
	margin: 0 35px 0 0;
	padding: 15px 0;
	}	

.city__in { position: relative; }

.city__in > a { 
	position: relative;
	display: block;
	padding: 0 18px 0 0;
	color: #4e5253;
	font-size: 15px;
	line-height: 17px;
	}
.city__in > a:before { 
	position: absolute;
	display: block;
	margin: -2px 0 0;
	width: 9px;
	height: 5px;
	right: 0;
	top: 50%;
	background: url(../img/bg/down-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.city__in:hover > a { color: #000; }			

.city__dropdown { 
	position: absolute;
	display: none;
	padding: 15px 0 0;
	top: 13px;
	left: 0;
	z-index: 60;
	}

.city__in.open .city__dropdown { display: block; }

.city__dropdown:before { 
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	top: 7px;
	left: 27px;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.city__dropdown:after { 
	position: absolute;
	display: block;
	width: 16px;
	height: 8px;
	top: 10px;
	left: 29px;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.city ul { 
	margin: 0;
	padding: 17px 20px;
	width: 170px;
	border: 2px solid #e8ecf0;
	background: #fff;
	border-radius: 5px;
	}

.city ul li { 
	padding: 15px 0 0;
	font-size: 15px;
	list-style-type: none;
	}

.city ul li:first-child { padding: 0; }		

.city ul li a { color: #000; }
.city ul li a:hover { color: #999999; } 

.city ul .active a { color: #999999; }		

/* header__menu
   ---------------------------------------- */
.header__menu { 
	position: absolute;
	display: none;
	padding: 20px;
	width: 300px;
	top: 67px;
	left: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 30;
	}	

.header__menu.open-block { display: block; }	

.header__menu > ul { 
	margin: 0;
	padding: 0;
	}	

.header__menu > ul > li { 
	padding: 10px 0;
	font-size: 18px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}	

.header__menu > ul > li:first-child { padding-top: 0; }

.header__menu > ul > li:last-child { 
	padding-bottom: 0;
	border-bottom: 0;
	}	

.header__menu > ul > li > a,
.header__menu > ul > li > span { 
	position: relative;
	display: block;
	color: #4e5253;
	cursor: pointer;
	}
.header__menu > ul > li > span:after { 
	position: absolute;
	display: block;
	margin: -4px 0 0;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 0;
	background: url(../img/bg/down-arrow-g.svg) no-repeat center;
	background-size: 100%;
	content: "";
 	}

.header__menu > ul > li.header__menu__product-catalog > span { 
	padding: 10px;
	color: #fff;
	font-weight: 700;
	background: #f10b00;
	border-radius: 3px;
	}

.header__menu > ul > li.header__menu__product-catalog > span:after { 
	margin: -6px 0 0;
	width: 12px;
	height: 12px;
	right: 10px;
	background: url(../img/bg/down-arrow-w.svg) no-repeat center;
	background-size: 100%;
	}	 	

.header__menu ul .header__menu__enter a { 
	color: #004b7f;
	border-bottom: 1px solid #cddbe8;
	}

.header__menu ul .header__menu__enter a { 
	display: inline-block;
	vertical-align: top;
	}
.header__menu ul .header__menu__enter a:after { display: none; }

.header__menu__sub-navi { 
	display: none;
	padding: 15px 0 0;
	}

.header__menu > ul > li.open > .header__menu__sub-navi { display: block; }	

.header__menu__sub-navi li { 
	margin: 0 0 10px;
	font-size: 16px;
	}
.header__menu__sub-navi li:last-child { margin: 0; }		

.header__menu__sub-navi li a { color: #999; }	
 
/* language
   ---------------------------------------- */
.language { 
	float: left;
	margin: 0 105px 0 0;
	padding: 15px 0;
	}	

.language__in { 
	position: relative; 
	z-index: 60;
	}

.language__in > a { 
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	color: #4e5253;
	font-size: 15px;
	line-height: 17px;
	}		
.language__in > a:before { 
	position: absolute;
	display: block;
	margin: -1px 0 0;
	width: 9px;
	height: 5px;
	right: 0;
	top: 50%;
	background: url(../img/bg/down-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.language__in:hover > a { color: #000; }			

.language__dropdown { 
	position: absolute;
	display: none;
	padding: 15px 0 0;
	top: 13px;
	left: 0;
	}

.language__in.open .language__dropdown { display: block; }	

.language__dropdown:before { 
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	top: 7px;
	left: 27px;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.language__dropdown:after { 
	position: absolute;
	display: block;
	width: 16px;
	height: 8px;
	top: 10px;
	left: 29px;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.language ul { 
	margin: 0;
	padding: 17px 20px;
	width: 170px;
	border: 2px solid #e8ecf0;
	background: #fff;
	border-radius: 5px;
	}

.language ul li { 
	padding: 15px 0 0;
	font-size: 15px;
	list-style-type: none;
	}

.language ul li:first-child { padding: 0; }		

.language ul li a { color: #4e5253; }
.language ul li a:hover { color: #999999; } 

.language ul .active a { color: #999999; }

/* how-work
   ---------------------------------------- */
.how-work { 
	position: relative;
	float: left;
	padding: 15px 0 15px 87px;
	}

.how-work a { 
	display: block;
	color: #004d82;
	font-size: 15px;
	line-height: 17px;
	}
.how-work:before { 
	position: absolute;
	display: block;
	width: 72px;
	height: 47px;
	top: 0;
	left: 0;
	background: url(../img/bg/how-work.png) no-repeat 0 0;
	content: "";
	}

.how-work a:hover { color: #0061a3; }

.how-work span { 
	position: relative;
	display: inline-block;
	vertical-align: top;
	}	
.how-work span:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -3px;
	background: url(../img/bg/border.png) repeat-x center;
	content: "";
	}

/* header-links
   ---------------------------------------- */
.header-links {
	position: relative;
	float: left;
	padding: 15px 0 15px 0px;
}

.header-links a {
	color: #004d82;
	font-size: 15px;
	line-height: 17px;
	padding-left: 6px;
}

.header-links a:hover { color: #0061a3; }

.header-links span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header-links span:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -3px;
	background: url(../img/bg/border.png) repeat-x center;
	content: "";
}
/* personal-cabinet
   ---------------------------------------- */
.personal-cabinet { 
	position: relative;
	float: right;
	padding: 15px 0 15px 60px;
	}
.personal-cabinet:before { 
	position: absolute;
	display: block;
	width: 43px;
	height: 38px;
	bottom: 0;
	left: 0;
	background: url(../img/bg/personal-cabinet.png) no-repeat 0 0;
	content: "";
	}	

.personal-cabinet span { 
	display: block;
	font-size: 15px;
	line-height: 17px;
	}	

.personal-cabinet span a { text-decoration: underline; }	
.personal-cabinet span a:hover { text-decoration: none; }

/* header__middle-panel
   ---------------------------------------- */
.header__middle-panel__in { 
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	}		

/* logo
   ---------------------------------------- */
.logo { 
	float: left;
	margin: 0 30px 0 0;
	}

.logo a { 
	display: block;
	width: 164px;
	height: 44px;
	font: 0px/0 a;
	background: url(../img/bg/logo.png) 0 0 no-repeat;
	}	

/* search-form
   ---------------------------------------- */
.search-form { 
	position: relative;
	margin: 0 430px 0 195px;
	}	

.search-form fieldset { padding: 0; }
.search-form fieldset:last-child { padding: 0; }

.search-form input[type='text'] { 
	margin: 0;
	padding: 0 75px 0 25px;
	vertical-align: top;
	width: 100%;
	height: 44px;
	color: #4e5253;
	font: 15px 'PT Sans', sans-serif;
	font-weight: 400;
	border: 0;
	background: #e8ecf0;
	border-radius: 22px;
	-webkit-transition: border-color .3s linear;
	-moz-transition: border-color .3s linear;
	-o-transition: border-color .3s linear;
	transition: border-color .3s linear;
	}	

.search-form input[type='text']:focus {
	outline: none;
	box-shadow: none;
	}			

.search-form input[type='text']::-moz-placeholder {
    color: #4e5253;
    opacity: 1;
    }
.search-form input[type='text']::-webkit-input-placeholder {
    color: #4e5253;
    opacity: 1;
    }	  	

.search-form__btn {
	position: absolute; 
	padding: 0;
	width: 60px;
	height: 44px;
	top: 0;
	right: 0;
	font: 0px/0 a;
	border: 0;
	background: url(../img/bg/search-i.svg) center no-repeat;
	background-size: 35%;
	cursor: pointer;
	}

.search-form__dropdown { 
	position: absolute;
	display: none;
	padding: 20px 25px;
	width: 100%;
	top: 55px;
	left: 0;
	background: #fff;
	box-shadow: 0 20px 43px 0 rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	z-index: 60;
	}

.search-form__dropdown__photo { margin: 0 10px 0 0; }	

.search-form__dropdown__photo img { vertical-align: middle; }

.search-form__dropdown ul { 
	margin: 0;
	padding: 0;
	}	

.search-form__dropdown ul li { 
	margin: 0 0 15px;
	font-size: 15px;
	list-style-type: none;
	}

.search-form__dropdown ul li:last-child { margin: 0; }	

.search-form__dropdown ul a { color: #000; }
.search-form__dropdown ul a:hover { color: #065487; }

/* header__middle-panel__right-col
   ---------------------------------------- */
.header__middle-panel__right-col { 
	float: right;
	margin: 0 0 0 25px;
	}	

.shopping-cart { float: left; }

.shopping-cart a { display: block; }

.shopping-cart__number { 
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	width: 44px;
	height: 44px;
	background: url(../img/bg/shopping-cart.png) center no-repeat;
	}	

.shopping-cart__number i { 
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	top: -5px;
	right: -10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 26px;
	background: #f10b00;
	border-radius: 100%;
	}	

.shopping-cart__info { 
	display: block;
	overflow: hidden;
	}

.shopping-cart__info small { 
	display: block;
	color: #666666;
	font-size: 16px;
	}

.shopping-cart__info strong { 
	display: block;
	color: #000;
	font-size: 19px;
	}	

.header__phone { 
	float: right;
	margin: 0 0 0 40px;
	text-align: right;
	}

.header__phone a { 
	display: block;
	margin: 0 0 5px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	}

.header__phone small { 
	display: block;
	font-size: 14px;
	}	

/* main-navi
   ---------------------------------------- */
.main-navi { 
	position: relative;
	padding: 23px 0 25px; 
	}

.main-navi > div > ul { 
	margin: 0;
	padding: 0;
	font-size: 13px;
    text-align: justify;
    line-height: 0;
    letter-spacing: normal;
    text-justify: newspaper;
    zoom:1;
	}
.main-navi > div > ul:after { 
	display: inline-block; 
    width: 100%;
    height: 0px;
    vertical-align: top;
    visibility: hidden;
    overflow: hidden;
    content: '';
	}	

.main-navi > div > ul > li { 
	display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
	list-style-type: none;
	}			

.main-navi > div > ul > li > a { color: #000; }

.main-navi > div > ul > li.arrow-down > a { 
	position: relative;
	padding: 0 25px 0 0;
	z-index: 45;
	}

.main-navi > div > ul > li > a:hover { color: #666666; }

.main-navi > div > ul > li.arrow-down > a span:after { 
	position: absolute;
	display: block;
	margin: -1px 0 0;
	width: 9px;
	height: 5px;
	right: 0;
	top: 50%;
	background: url(../img/bg/down-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.main-navi > div > ul > .sale > a { 
	padding: 0;
	color: #ce050f;
	}
.main-navi > div > ul > .sale > a:hover { color: #e33b43; }	

.main-navi > div > ul > .sale > a:after { display: none; }

.main-navi__dropdown { 
	position: absolute;
	display: none;
	width: 100%;
	top: 25px;
	left: 0;
	z-index: 40;
	}

.main-navi__dropdown__in { 
	margin: 35px 0 0;
	border-top: 2px solid #e8ecf0;
	border-bottom: 2px solid #e8ecf0;
	background: #fff;
	}

.main-navi li:hover .main-navi__dropdown { display: block; }	

.main-navi > div > ul > li.arrow-down > a:before { 
	position: absolute;
	display: none;
	width: 20px;
	height: 10px;
	top: 28px;
	left: 57px;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	z-index: 5;
	}

.main-navi > div > ul > li.arrow-down:hover > a:before { display: block; } 

.main-navi > div > ul > li.arrow-down > a:after { 
	position: absolute;
	display: none;
	width: 16px;
	height: 8px;
	top: 31px;
	left: 59px;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	z-index: 5;
	}	

.main-navi > div > ul > li.arrow-down:hover > a:after { display: block; } 

.main-navi__dropdown ul { 
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 25px 0;
	}

.main-navi__dropdown ul li { 
	display: flex;
	padding: 8px 15px;
	width: 33.33%;
	font-size: 15px;
	list-style-type: none;
	}	

.main-navi__dropdown ul li a { color: #000; }
.main-navi__dropdown ul li a:hover { color: #999999; } 

.main-navi__dropdown ul .active a { color: #999999; }		

.main-navi__photo { 
	margin: 0 20px 0 0;
	min-width: 120px;
	width: 120px; 
	border: 2px solid #e8ecf0;
	border-radius: 5px;
	}

.main-navi__photo img { width: 100%; }

.main-navi__text { 
	flex-grow: 1;
	align-self: center;
	}

/* promo
   ---------------------------------------- */	
.promo { 
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	}

.promo__in { padding: 35px 0 135px; }

.promo__in .bread-crumbs { margin: 0 0 85px; }

.promo__in small { 
	display: block;
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 700;
	}

.promo__in h2 { 
	font-size: 45px;
	font-weight: 700;
	}

.promo__in p { 
	color: #000;
	font-size: 15px;
	line-height: 30px;
	}		

/* promo-slider
   ---------------------------------------- */	
.promo-slider { 
	position: relative;
	width: 100%;
	overflow: hidden;
	}	

.promo-slider .owl-stage-outer { 
	position: relative;
	width: 100%;
	overflow: hidden;
	}	

.promo-slider .owl-stage { 
	position: relative;
	width: 100%;
	overflow: hidden;
	}

.promo-slider .owl-item { 
	float: left;
	width: 100%;
	}

.promo-slider .item { 
	position: relative;
	padding: 50px 0 100px;
	width: 100%;
	text-align: right;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	}	
.promo-slider .item:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	}	

.promo-slider__description { 
	position: relative;
	display: inline-block;
	width: 455px;
	vertical-align: top;
	text-align: left;
	z-index: 3;
	}	

.promo-slider__description h1 { 
	margin: 0 0 30px;
	font-size: 37px;
	font-weight: 400;
	line-height: 42px;
	}	

.promo-slider__description strong { 
	display: block;
	margin: 0 0 30px;
	font-size: 46px;
	font-weight: 700;
	}

.promo-slider__description p { 
	margin: 0 0 35px;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	}		

.promo-slider .owl-nav { display: none !important; }

.promo-slider .owl-pagination { 
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	font-size: 0;
	text-align: center;
	line-height: 0;
	letter-spacing: 0;
	}		

.promo-slider .owl-page { 
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
	width: 16px;
	height: 16px;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}	
.promo-slider .owl-page:hover,
.promo-slider .owl-page.active { background: #fc3d33; }		

/* page
   ---------------------------------------- */
.page { margin: 0; }	

/* col-info
   ---------------------------------------- */
.col-info { margin: 0 0 60px; }	

.col-info dl { 
	margin: 0;
	padding: 0;
	}

.col-info dl dt { 
	margin: 0 0 10px;
	font-size: 17px;
	}

.col-info dl dd { font-size: 17px; }

.info-list { 
	margin: 0 0 50px;
	padding: 0;
	}	

.info-list li { 
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 17px;
	line-height: 24px;
	list-style-type: none;
	}
.info-list li:last-child { margin: 0; }	

.info-list li:before { 
	position: absolute;
	display: block;
	width: 14px;
	height: 11px;
	top: 8px;
	left: 0;
	background: url(../img/bg/info-list-i.png) no-repeat 0 0;
	content: "";
	}				

/* section
   ---------------------------------------- */
.section { padding: 30px 0 50px; }

.section.indent-top-none { padding-top: 0; }

.section.border-bottom { border-bottom: 1px solid #d7e1e8; }

.section.consultation { 
	background: url(../img/bg/form-bg.jpg) no-repeat center bottom;
	background-size: 100%;
	}

.section.registration { 
	background: url(../img/src/registration-bg.jpg) no-repeat center top;
	background-size: 100%;
	}	

.section__in { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.big-title { 
	margin: 0 0 35px;
	font-size: 45px;
	font-weight: 700;
	line-height: 46px;
	}

.big-title.color-gray { color: #bdcad3; }	

.middle-title { 
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	}

.small-title { 
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 700;
	}

.small-title.indent-top { padding: 30px 0 0; }	

.small-title.indent-bt-small { margin: 0 0 5px; }	

.info-text { 
	display: block;
	margin: 0 0 20px;
	color: #666666;
	font-size: 16px;
	}

/* bread-crumbs
   ---------------------------------------- */
.bread-crumbs { margin: 0 0 30px; }	

.bread-crumbs ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.bread-crumbs ul li { 
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 25px 0 0;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	}	

.bread-crumbs ul li:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 10px;
	height: 8px;
	top: 50%;
	right: 0;
	background: url(../img/bg/arrow-r-i.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.bread-crumbs ul li:last-child { 
	margin: 0;
	padding: 0;
	}	

.bread-crumbs ul li a { color: #666666; }
.bread-crumbs ul li a:hover { color: #000; }

.bread-crumbs ul li.active a { color: #000; }	
.bread-crumbs ul li.active:after { display: none; }

/* section__panel
   ---------------------------------------- */
.section__panel { 
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	vertical-align: top;
	}	

.section__panel h2 { 
	position: relative;
	float: left;
	margin: 0;
	width: 70%;
	top: 8px;
	}

.section__panel .btn { float: right; }		

/* section__in
   ---------------------------------------- */
.section__in { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	} 

.main-content { 
	float: left;
	padding: 0 60px 0 0;
	width: 75%;
	}

.sidebar { 
	float: right;
	width: 25%;
	}	

.sidebar h4 { 
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 700;
	}	

/* section__col
   ---------------------------------------- */
.section__col { 
	margin: 0 0 70px;
	border-bottom: 1px solid #e8ecf0;
	}

/* assortment
   ---------------------------------------- */
.assortment { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.assortment li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.assortment li.full-size { width: 100%; }		

.assortment__item { position: relative; }

.assortment__item a { 
	display: block;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.assortment__item a:hover { opacity: 0.8; }

.assortment__item img { 
	width: 100%;
	border-radius: 7px;
	}		

.assortment__item span { 
	position: absolute;
	display: block;
	padding: 0 40px 30px;
	width: 100%;
	left: 0;
	bottom: 0;
	}
.assortment__item span:after { 
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 35px;
	top: 16px;
	background: url(../img/bg/arrow-i-g.svg) no-repeat 0 0;
	background-size: 100%;
	opacity: 0.5;
	content: "";
	}	

.assortment__item span strong { 
	display: block;
	margin: 0 0 7px;
	font-size: 19px;
	}			

.assortment__item span small { 
	display: block;
	color: #939699;
	font-size: 15px;
	}	

/* services
   ---------------------------------------- */
.services { 
	position: relative;
	margin: 0;
	padding: 0;
	}
.services:before { 
	position: absolute;
	display: block;
	width: 59px;
	height: 86px;
	top: -86px;
	right: 18px;
	background: url(../img/bg/master.png) no-repeat 0 0;
	content: "";
	}	

.services li { 
	position: relative;
	margin: 0 0 30px;
	list-style-type: none;
	}	
.services li:last-child { margin: 0; }

.services img { 
	width: 100%;
	border-radius: 7px;
	}	

.services a { 
	position: relative;
	display: block;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.services a:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	content: "";
	}	

.services a:hover { opacity: 0.8; }	

.services span { 
	position: absolute;
	display: block;
	padding: 0 30px 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 17px;
	z-index: 3;
	}	

/* advantages
   ---------------------------------------- */
.advantages { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.advantages li {
	display: inline-block;
	margin: 0 0 50px;
	padding: 0 15px; 
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}

.advantages h4 { 
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 90px;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	}
.advantages h4:before { 
	position: absolute;
	display: block;
	width: 71px;
	height: 73px;
	top: -3px;
	left: 0;
	content: "";
	}	

.advantages .money-i h4:before { background: url(../img/bg/money-i.png) no-repeat center; }	

.advantages .review-i h4:before { 
	top: -8px;
	background: url(../img/bg/review-i.png) no-repeat center; }

.advantages .guarantee-i h4:before { 
	top: -8px;
	background: url(../img/bg/guarantee-i.png) no-repeat center;
	}

.advantages p { 
	margin: 0;
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	}	

/* more-link
   ---------------------------------------- */
.more-link { 
	position: relative;
	display: block;
	margin: 0 0 30px;
	font-size: 27px;
	font-weight: 700;
	}	
.more-link a { background: url(../img/bg/border-b.png) repeat-x center bottom; }

.more-link a:after { 
	position: absolute;
	display: block;
	width: 120px;
	height: 118px;
	top: -6px;
	right: -95px;
	background: url(../img/bg/play.png) no-repeat 0 0;
	background-size: 100%;
	z-index: 3;
	content: "";
	}	

/* all-movies
   ---------------------------------------- */
.all-movies { 
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	}	

.all-movies a { text-decoration: underline; }	
.all-movies a:hover { text-decoration: none; }

.all-movies:before { 
	position: absolute;
	display: block;
	margin: -2px 0 0;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 0;
	background: url(../img/bg/all.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

/* consultant
   ---------------------------------------- */
.consultant { position: relative; }

.consultant img { width: 100%; }

/* info-item
   ---------------------------------------- */
.info-item { 
	margin: 0 0 50px;
	padding: 20px 0 0 35px;
	}

.info-item__in { 
	display: inline-block;
	padding: 0 60px 60px 0;
	width: 100%;
	vertical-align: top;
	background: #e8ecf0;
	border-radius: 7px;
	}

.info-item__photo { 
	float: left;
	margin: -20px 70px 0 -35px;
	width: 550px;
	}

.info-item__photo img { 
	width: 100%;
	border-radius: 7px;
	}	

.info-item__description { 
	padding: 40px 0 0;
	overflow: hidden;
	}	

.info-item__description h3 { 
	font-size: 25px;
	line-height: 36px;
	}	

.info-item__description h3 a { border-bottom: 1px solid #baccda; }	

.info-item__description p { 
	margin: 0 0 25px;
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	}

/* work-item
   ---------------------------------------- */
.work-item { 
	position: relative;
	margin: 0 0 30px;
	border: 1px solid #dde3e8;
	border-radius: 7px;
	}	

.work-item.indent-bt-none { margin: 0; }	

.work-item span { 
	position: absolute;
	display: block;
	padding: 30px 140px 0 30px;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 26px;
	z-index: 3;
	}

.work-item img { 
	width: 100%;
	border-radius: 7px;
	}	

/* recommendation
   ---------------------------------------- */
.recommendation { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.recommendation.changed { 
	position: relative;
	margin: 0;
	column-count: 4;
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
	}

.recommendation.changed:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 260px;
	left: 0;
	bottom: 50px;
	background: url(../img/bg/overlay-bg.png) repeat-x center 0;
	content: "";
	z-index: 3;
	}	

.recommendation.changed:after { 
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: #fff;
	content: "";
	z-index: 3;
	}		

.recommendation li {
	display: inline-block; 
	padding: 0 15px;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.recommendation.changed li { 
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	}	

.sidebar .recommendation li { 
	margin: 0 0 30px;
	width: 100%;
	}	

.recommendation__item a { 
	display: block;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.recommendation__item a:hover { opacity: 0.8; }	

.recommendation__item span { 
	display: block;
	padding: 25px;
	font-size: 17px;
	line-height: 24px;
	background: #e8ecf0;
	border-radius: 7px 7px 0 0;
	}	

.recommendation__item img { 
	width: 100%;
	border-radius: 0 0 7px 7px;
	}			

/* actions
   ---------------------------------------- */
.actions {
	margin: 0 -15px 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.actions li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 33.333%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}

.actions a { 
	position: relative;
	display: block;
	border-radius: 6px;
	-webkit-transition: box-shadow .3s linear;
	-moz-transition: box-shadow .3s linear;
	-o-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
	}	
.actions a:hover { 
	box-shadow: 0 20px 43px 0 rgba(0, 27, 54, 0.1);
	}	

.actions__sticker { 
	position: absolute;
	padding: 10px 46px 12px 20px;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	background: #0f5b8c;
	border-radius: 23px;
	}	
.actions__sticker:after { 
	position: absolute;
	display: block;
	margin: -12px 0 0;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 10px;
	background: url(../img/bg/clock.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.actions__sticker.completed { background: #f33c37; }	

.actions img { 
	width: 100%;
	border-radius: 6px 6px 10px 10px;
	}	

.actions__text { 
	position: absolute;
	display: block;
	padding: 25px 35px;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 16px;
	background: #e8ecf0;
	border-radius: 0 0 6px 6px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}

.actions a:hover .actions__text { background: #fff; }	

.actions__text span { border-bottom: 1px solid #baccda; }

/* photo
   ---------------------------------------- */
.photo { margin: 0 0 45px; }

.photo img { 
	width: 100%;
	border-radius: 6px;
	}	

/* content
   ---------------------------------------- */
.content h3 { 
	margin: 0 0 30px;
	font: 24px 'PT Sans', sans-serif;
	}	

.content p { 
	color: #000;
	font-size: 16px;
	line-height: 20px;
	} 

.content ul { 
	margin: 0 0 30px;
	padding: 0;
	}	

.content ul li { 
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	font-size: 16px;
	list-style-type: none;
	}	

.content ul li:before { 
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 0;
	background: #f33c37;
	content: "";
	}	

.certificate__photo { 
	margin: -60px 0 20px;
	}		

.certificate__photo img { 
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 10px 18px 0 rgba(53, 71, 88, 0.2);
	}	

/* widget
   ---------------------------------------- */
.widget { margin: 0 0 30px; }

.widget.indent-bt-big { margin: 0 0 60px; }

.widget__photo img { width: 100%; }	

.widget__in { 
	padding: 30px;
	background: #e8ecf0;
	border-radius: 0 0 10px 10px;
	}

.widget.changed .widget__in { border-radius: 10px; }

.widget .form { margin: 0 0 10px; }

.widget h3 { 
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	}

.widget p { 
	margin: 0 0 20px;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	}		

.widget .btn { width: 100%; }

.widget .widget__info { 
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	}
.widget__info:before { 
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 3px;
	left: 0;
	background: url(../img/bg/time-i.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}		

/* form
   ---------------------------------------- */
fieldset { padding: 10px 0 0; }
fieldset:first-child { padding: 0; }

fieldset:last-child { padding: 15px 0 0; }

.global-form fieldset { padding: 15px 0 0; }
.global-form fieldset:first-child { padding: 0; }

.global-form fieldset.indent-left { padding-left: 195px; }

.global-form fieldset:last-child { padding-top: 20px; }

/* label
   ---------------------------------------- */
label { 
	display: block;
	font-size: 16px;
	font-weight: 400;
	cursor: text;
	}

.global-form__label { 
	float: left;
	margin: 0 30px 0 0;
	width: 165px;
	text-align: right;
	line-height: 60px;
	}	

.global-form__input-wrap { overflow: hidden; }	

/* input
   ---------------------------------------- */ 
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'] { 
	position: relative;
	margin: 0;
	padding: 0 15px;
	vertical-align: top;
	width: 100%;
	height: 46px;
	color: #7c8b96;
	font: 14px 'PT Sans', sans-serif;
	font-weight: 400;
	border: 1px solid #c4d1da;
	background: #fff;
	box-shadow: none;
	border-radius: 3px;
	-webkit-transition: border-color .3s linear;
	-moz-transition: border-color .3s linear;
	-o-transition: border-color .3s linear;
	transition: border-color .3s linear;
	}	

input.big-size[type='text'],
input.big-size[type='tel'],
input.big-size[type='email'],
input.big-size[type='password'] { 
	height: 56px;
	font-size: 16px;
	border: 2px solid #d9e4ec;
	border-radius: 5px;
	}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus {
	position: relative;
	border-color: #acc5d7;
	outline: none;
	box-shadow: none;
	cursor: auto;
	top: 0;
	left: 0;
	}			

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder {
    color: #7c8b96;
    opacity: 1;
    }
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
    color: #7c8b96;
    opacity: 1;
    }

.global-form input[type='text'],
.global-form input[type='tel'],
.global-form input[type='email'],
.global-form input[type='password'] { 
	position: relative;
	margin: 0;
	padding: 0 20px;
	vertical-align: top;
	width: 100%;
	height: 60px;
	color: #7c8b96;
	font: 16px 'PT Sans', sans-serif;
	font-weight: 400;
	border: 2px solid #d9e4ec;
	background: #fff;
	box-shadow: none;
	border-radius: 7px;
	-webkit-transition: border-color .3s linear;
	-moz-transition: border-color .3s linear;
	-o-transition: border-color .3s linear;
	transition: border-color .3s linear;
	}

.global-form input[type='text']:focus,
.global-form input[type='tel']:focus,
.global-form input[type='email']:focus,
.global-form input[type='password']:focus {
	border-color: #acc5d7;
	}		

textarea { 
	margin: 0;
	padding: 15px 20px;
	height: 260px;
	vertical-align: top;
	width: 100%;
	height: 260px;
	color: #7c8b96;
	font: 16px 'PT Sans', sans-serif;
	font-weight: 400;
	border: 2px solid #d9e4ec;
	background: #fff;
	box-shadow: none;
	border-radius: 7px;
	resize: none;
	overflow: auto;
	-webkit-transition: border-color .3s linear;
	-moz-transition: border-color .3s linear;
	-o-transition: border-color .3s linear;
	transition: border-color .3s linear;
	}    

textarea.big-size { 
	font-size: 16px;
	border: 2px solid #d9e4ec;
	border-radius: 5px;
	}	

textarea::-moz-placeholder {
    color: #7c8b96;
    opacity: 1;
    }
textarea::-webkit-input-placeholder {
    color: #7c8b96;
    opacity: 1;
    }	

textarea:focus {
	border-color: #acc5d7;
	outline: none;
	box-shadow: none;
	cursor: auto;
	}    

textarea.small-size { height: 185px; }	

.global-form__list { 
	margin: 0;
	padding: 0;
	}	

.global-form__list li { 
	padding: 15px 0 0;
	list-style-type: none;
	}	
.global-form__list li:first-child { padding: 0; }	

.global-form .select { border-color: #d9e4ec; }

.global-form .select select { 
	color: #7c8b96;
	font-size: 16px;
	}

/* select
   ---------------------------------------- */
.select { 
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    border: 2px solid #e5edf2;
    background: url(../img/bg/select-arrow.png) no-repeat right center #fff;
    border-radius: 7px;
    overflow: hidden;
    }    

.select select {
    margin: 0;
    padding: 0 45px 0 20px;
    width: 100%; 
    height: 56px;
    color: #000;
	font: 16px 'PT Sans', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
    border: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    -o-appearance:none !important;
    }	

.select select:focus { outline: none; }  	  

.section__panel .select { 
	float: right;
	width: auto;
	}

.select.big-size { 
	height: 56px;
	border-color: #d9e4ec;
	border-radius: 5px;
	}

.select.big-size select { 
	padding: 0 45px 0 15px;
	height: 52px;
	color: #7c8b96;
	}	

/* select
   ---------------------------------------- */
.select-filter { 
	border-bottom: 1px dashed #c5cfda;
	background: url(../img/bg/arrow-f.png) no-repeat right center;
	}

.select-filter select { 
	margin: 0;
	padding: 0 20px 0 0;
	height: 26px;
	color: #095885;
	font: 15px 'PT Sans', sans-serif;
	font-weight: 400;
	border: 0;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	-moz-appearance:none !important;
    -webkit-appearance: none !important;
    -o-appearance:none !important;
	}	   	

/* save-page
   ---------------------------------------- */
.save-page {
	display: inline-block;
	margin: 0 0 50px;
	padding: 20px;
	width: 100%;
	vertical-align: top;
	background: #e8ecf0;
	border-radius: 6px;
	}

.save-page dt { 
	float: left;
	line-height: 56px;
	}

.save-page dt strong { 
	margin: 0 20px 0 0;
	font-size: 24px;
	font-weight: 700;
	}

.save-page dt span { 
	font-size: 17px;
	font-weight: 400;
	}			

.save-page dd { 
	float: right;
	}

.save-page ul { 
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	overflow: hidden;
	}

.save-page ul li { 
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	
.save-page ul li:first-child { margin: 0; }		

.save-page ul a { 
	position: relative;
	display: block;
	padding: 0 50px 0 25px;
	font-size: 17px;
	line-height: 56px;
	border: 2px solid #d0dce5;
	border-radius: 6px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.save-page ul a:after { 
	position: absolute;
	display: block;
	margin: -8px 0 0;
	width: 17px;
	height: 17px;
	top: 50%;
	right: 25px;
	content: "";
	}	

.save-page .vkontakte a:hover { 
	color: #fff;
	border-color: #6089bf;
	background: #6089bf;
	}

.save-page .vkontakte a:after { 
	background: url(../img/bg/vkontakte-i.png) no-repeat center;
	}

.save-page .vkontakte a:hover:after { 
	background: url(../img/bg/vkontakte-i-w.png) no-repeat center;
	}			

.save-page .odnoklassniki a:hover { 
	color: #fff;
	border-color: #ee8208;
	background: #ee8208;
	}

.save-page .odnoklassniki a:after { 
	background: url(../img/bg/odnoklassniki-i.png) no-repeat center;
	}	

.save-page .odnoklassniki a:hover:after { 
	background: url(../img/bg/odnoklassniki-i-w.png) no-repeat center;
	}	

.save-page .facebook a:hover {
	color: #fff;
	border-color: #4867aa;
	background: #4867aa;
	}

.save-page .facebook a:after { 
	background: url(../img/bg/facebook-i.png) no-repeat center;
	}	

.save-page .facebook a:hover:after { 
	background: url(../img/bg/facebook-i-w.png) no-repeat center;
	}

.projects__navi { margin: 0 0 45px; }

.projects__navi > ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	border: 2px solid #e8ecf0;
	border-radius: 6px;
	}

.projects__navi > ul > li { 
	position: relative;
	float: left;
	width: 15%;
	list-style-type: none;
	border-left: 1px solid #e5e5e5;
	}
.projects__navi > ul > li:first-child { border: 0; }	

.projects__navi > ul > li.small-size { width: 20%; }

.projects__navi > ul > li.big-size { width: 25%; }

.projects__navi > ul > li.active:before { 
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #ce050f;
	content: "";
	}	

.projects__navi > ul > li > span { 
	position: relative;
	display: block;
	padding: 25px 25px 25px 25px;
	font-size: 17px;
	cursor: pointer;
	}
.projects__navi > ul > li > span:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 11px;
	height: 8px;
	right: 20px;
	top: 50%;
	background: url(../img/bg/down-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.projects__navi > ul > li > span i { 
	display: inline-block;
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	background: #e8ecf0;
	border-radius: 100%;
	}	

.projects__navi__dropdown { 
	position: absolute;
	display: none;
	margin: 0 0 0 -130px;
	width: 260px;
	top: 67px;
	left: 50%;
	z-index: 5;
	}

.projects__navi > ul > li:hover .projects__navi__dropdown { display: block; }	

.projects__navi__dropdown ul { 
	margin: 0;
	padding: 0;
	border: 2px solid #e8ecf0;
	background: #fff;
	border-radius: 6px;
	}

.projects__navi__dropdown ul li { 
	list-style-type: none;
	border-top: 1px solid #dce0e4;
	}		
.projects__navi__dropdown ul li:first-child { 
	padding: 10px 10px 10px 42px;
	font-size: 15px;
	border: 0;
	}	

.projects__navi__dropdown ul:before { 
	position: absolute;
	display: block;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 10px;
	top: -8px;
	left: 50%;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.projects__navi__dropdown ul:after { 
	position: absolute;
	display: block;
	margin: 0 0 0 -8px;
	width: 16px;
	height: 8px;
	top: -6px;
	left: 50%;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.projects__navi__list { 
	margin: 0;
	padding: 0;
	}	

.projects__navi__list li { 
	padding: 10px 20px !important;
	font-size: 15px;
	list-style-type: none; 
	}

.projects__navi__list li a { 
	display: block;
	color: #000; 
	}

.projects__navi__list li a:hover { color: #525252; }

.products-manufacturer__list .l-close { display: none; }

/* g-checkbox
   ---------------------------------------- */
.g-checkbox { margin: 0; }

.g-checkbox input { display: none; }

.g-checkbox label {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    vertical-align: top;
    cursor: pointer;
    }

.g-checkbox label .g-checkbox__box {
	position: relative;
    float: left;
    margin: 4px 10px 0 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #d3dae3;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    }

.g-checkbox label .g-checkbox__box:before { 
	position: absolute;
	display: none;
	width: 14px;
	height: 11px;
	top: -3px;
	left: -1px;
	background: url(../img/bg/g-checkbox-i.png) no-repeat 0 0;
	content: "";
	}    

.g-checkbox input:checked + label { background: #f6f6f6; }	

.g-checkbox input:checked + label .g-checkbox__box { 
	border-color: #ef3c35;
	background: #ef3c35;
	}

.g-checkbox input:checked + label .g-checkbox__box:before { display: block; }	

.g-checkbox label .g-checkbox__text {
    display: block;
    padding: 1px 0 0;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    cursor: pointer;
    }	

/* global-checkbox
   ---------------------------------------- */
.global-checkbox { margin: 0; }

.global-checkbox input { display: none; }

.global-checkbox label {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    cursor: pointer;
    }

.global-checkbox label .global-checkbox__box {
	position: relative;
    float: left;
    margin: 2px 13px 0 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #d9e4ec;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    }

.global-checkbox label .global-checkbox__box:before { 
	position: absolute;
	display: none;
	width: 14px;
	height: 11px;
	top: -1px;
	left: 1px;
	background: url(../img/bg/g-checkbox-i.png) no-repeat 0 0;
	content: "";
	}    	

.global-checkbox input:checked + label .global-checkbox__box { 
	border-color: #f33d37;
	background: #f33d37;
	}

.global-checkbox input:checked + label .global-checkbox__box:before { display: block; }	

.global-checkbox label .global-checkbox__text {
    display: block;
    padding: 1px 0 0;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    cursor: pointer;
    }

.global-checkbox__text-left { 
	float: left;
	}

.global-checkbox__text-right {
	float: right;
	}	    

.global-checkbox__text-right span { margin: 0 5px 0 0; }	

.steps__checkbox-list { 
	margin: 0;
	padding: 0;
	}

.steps__checkbox-list > li { 
	padding: 25px;
	border-bottom: 1px solid #e0e4e9;
	list-style-type: none;
	}	
.steps__checkbox-list > li:last-child { border-bottom: 0; }	

.global-checkbox__currency { 
	margin: 0;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}	

/* projects__list
   ---------------------------------------- */
.projects__list { 
	flex-wrap: wrap;
	display: flex; 
	margin: 0 -15px 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.projects__list li { 
	float: left;
	display: flex;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}		

.projects__item { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #e8ecf0;
	overflow: hidden;
	border-radius: 6px;
	}		

.projects__item__photo { 
	float: left;
	width: 205px;
	}	

.projects__item__photo img { 
	width: 100%;
	border-radius: 6px 0 0 6px;
	}

.projects__item__description { 
	padding: 30px;
	overflow: hidden;
	}

.projects__item__description h3 { 
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	}

.projects__item__description h3 a { border-bottom: 1px solid #baccda; }	

.projects__item__info { margin: 0 0 15px; }

.projects__item__info span { 
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	}

.projects__item__info i { 
	position: relative;
	display: inline-block;
	width: 4px;
	height: 4px;
	top: -1px;
	vertical-align: middle;
	background: #f10b00;
	border-radius: 100%;
	}	

.projects__item__info strong { 
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	}		

/* project
   ---------------------------------------- */
.project { 
	display: inline-block;
	margin: 0 0 60px;
	padding: 0 0 60px;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	}		

/* project__left-col
   ---------------------------------------- */
.project__left-col { 
	float: left;
	width: 565px;
	}	

.project__gallery { 
	position: relative;
	width: 565px;
	}	

/* photo-slider
   ---------------------------------------- */
.photo-slider { 
	position: relative;
	margin: 0 0 30px;
	width: 100%;
	overflow: hidden;
	}		

.photo-slider .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
	}

.photo-slider .owl-stage {
    position: relative;
    width: 100%;
    overflow: hidden;
	}

.photo-slider .owl-item {
    float: left;
    width: 100%;
	}	

.photo-slider .owl-item img { border-radius: 10px; }	

.photo-slider .owl-nav { display: none !important; }

.photo-slider .owl-dots { display: none !important; }	

.photo-slider-list { 
	margin: 0 -8px;
	padding: 0;
	overflow: hidden;
	}

.photo-slider-list li { 
	float: left;
	padding: 0 8px;
	width: 16.666%;
	list-style-type: none;
	}	

.photo-slider-list li a { 
	position: relative;
	display: block;
	}	

.photo-slider-list li a:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	opacity: 0;
	content: "";
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	

.photo-slider-list li.active a:before { opacity: 1; }	

.photo-slider-list img { 
	width: 100%;
	border-radius: 5px;
	}		

/* project__right-col
   ---------------------------------------- */
.project__right-col { padding: 35px 0 0; }

.project__description { 
	margin: 0 0 40px 515px;
	padding: 40px 55px 65px 90px;
	background: #e8ecf0;
	border-radius: 6px;
	}		

.project__description p { 
	color: #333333;
	font-size: 15px;
	}
.project__description p:last-child { margin: 0; }	

.installed-equipment-wrap { margin: 0 0 0 515px; }

.installed-equipment { 
	margin: 0;
	padding: 0;
	}

.installed-equipment li { 
	position: relative;
	margin: 0 0 20px;
	list-style-type: none;
	}
.installed-equipment li:last-child { margin: 0; }

.installed-equipment li:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d7dce1;
	content: "";
	}		

.installed-equipment dl { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.installed-equipment dl dt { 
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	background: #fff;
	z-index: 2;
	}

.installed-equipment dl dt img { 
	margin: 0 15px 0 0;
	vertical-align: middle;
	}

.installed-equipment dl dt a { 
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #cfdee8;
	}
.installed-equipment dl dt a:hover { 
	color: #000;
	border-bottom: 0;
	}			

.installed-equipment dl dd { 
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	font-size: 14px;
	background: #fff;
	z-index: 2;
	}	

/* products-manufacturer
   ---------------------------------------- */
.products-manufacturer { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.products-manufacturer > li {
	display: inline-block;
	margin: 0 0 50px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top; 
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.products-manufacturer__photo { 
	float: left;
	margin: 0 30px 0 0;
	}	

.products-manufacturer__description { 
	overflow: hidden;
	}	

.products-manufacturer__description dt {
	margin: 0 0 15px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	}

.products-manufacturer__description dt span { border-bottom: 1px solid #cfdee8; }

.products-manufacturer__description dt i { 
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 6px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	line-height: 22px;
	background: #f33d37;
	border-radius: 12px;
	}	

.products-manufacturer__description ul { 
	margin: 0;
	padding: 0;
	}

.products-manufacturer__description ul li { 
	margin: 0 0 15px;
	font-size: 15px;
	list-style-type: none;
	}	
.products-manufacturer__description ul li:last-child { margin: 0; }	

.products-manufacturer__description span { 
	border-bottom: 1px solid #cfdee8;
	}	

.products-manufacturer__description ul i { 
	margin: 0 0 0 5px;
	color: #f33d37;
	font-size: 15px;
	font-style: normal;
	}	

.products-manufacturer__more span { 
	color: #7f8d97;
	border-bottom: 1px dashed #7f8d97;
	cursor: pointer;
	}			

/* alphabet
   ---------------------------------------- */
.alphabet { 
	margin: 0;
	padding: 0;
	}

.alphabet { 
	display: inline-block;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	} 

.alphabet dt { 
	float: left;
	margin: 0 30px 0 0;
	font-size: 16px;
	line-height: 22px;
	}	

.alphabet dd { float: right; }	

.alphabet .alphabet__latin { 
	float: left;
	margin: 0 45px 0 0;
	}

.alphabet .alphabet__cyrillic { float: right; }

.alphabet ul { 
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	border-bottom: 1px dashed #dee4eb;
	overflow: hidden;
	}

.alphabet ul li { 
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
	font-size: 18px;
	list-style-type: none;
	line-height: 22px;
	letter-spacing: normal;
	}

.alphabet ul li:first-child { margin-left: 0; }	

.alphabet ul li:last-child { margin-right: 0; }	

/* brands-list
   ---------------------------------------- */
.brands-list { 
	margin: 0;
	padding: 0;
	}	

.brands-list > li { 
	margin: 0 0 20px;
	list-style-type: none;
	}	

.brands-list dl { 
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.brands-list dt { 
	position: absolute;
	padding: 20px 0;
	width: 70px;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background: #0b588a;
	border-radius: 6px;
	}

.brands-list dt span {  
	display: block;
	width: 100%;
	overflow: hidden;
	}	

.brands-list dd { 
	padding: 0 0 0 100px;
	overflow: hidden;
	}	

.brands-list ul { 
	margin: -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: normal;
	}	

.brands-list ul li { 
	display: inline-block;
	padding: 10px;
	width: 16.666%;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.brands-list__item { 
	padding: 20px 15px;
	text-align: center;
	background: #e9edf0;
	overflow: hidden;
	border-radius: 6px;
	}

.brands-list__item a { display: block; }	

.brands-list__item img { 
	margin: 0 0 5px;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: filter .3s linear;
	-moz-transition: filter .3s linear;
	-o-transition: filter .3s linear;
	transition: filter .3s linear;
	}	
.brands-list a:hover img { 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
	}		

.brands-list__item span {
	display: block;
	font-size: 14px;
	}	

/* btn-panel
   ---------------------------------------- */
.btn-panel { padding: 0 0 0 100px; }	

.services-col { 
	flex-wrap: wrap;
	display: flex; 
	margin: 0 -15px;
	padding: 0;
	overflow: hidden;
	}

.services-col > li { 
	display: flex; 
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	list-style-type: none;
	}	

.services-col > li.full-size { width: 100%; }

.services-col > li.big-size { width: 50%; }

.services-col > li.small-size { width: 25%; }	

.services-col > li.medium-size { width: 33.333%; }

.services-col > li.extensive-size { width: 66.666%; }    

/* services__item
   ---------------------------------------- */
.services__item { 
	padding: 35px 40px;
	width: 100%;
	background-color: #edf0f4;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 7px;
	overflow: hidden;
	}

.services__item.white-bg { 
	border: 1px solid #e0e3e7;
	background: #fff;
	}	

.services__item.blue-bg { background: #00467e; }		

.services__item.blue-bg h4 { color: #fff; }

.services__item.blue-bg li a { color: #9bbbd5; }
.services__item.blue-bg li a:hover { color: #fff; }

.services-col > li.small-size .services__item { background-position: center bottom; }	

.services__item h3 { 
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	}

.services__item h4 { 
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	}	

.services__item__btn-panel { 
	display: block;
	margin: 0 0 15px;
	}	

.services__item__info { 
	display: block;
	color: #4b4c4f;
	font-size: 15px;
	}

.services__item ul { 
	margin: 0;
	padding: 0;
	}

.services__item.changed ul { 
	margin: 0;
	padding: 0;
	font-size: 13px;
    text-align: justify;
    line-height: 0;
    letter-spacing: normal;
    text-justify: newspaper;
    zoom:1;
	}
.services__item.changed ul:after { 
	display: inline-block; 
    width: 100%;
    height: 0px;
    vertical-align: top;
    visibility: hidden;
    overflow: hidden;
    content: '';
	}	

.services__item ul li { 
	padding: 13px 0 0;
	font-size: 15px;
	list-style-type: none;
	}		
.services__item ul li:first-child { padding: 0; }	

.services__item.changed ul li { 
	display: inline-block;
	padding: 0;
    vertical-align: top;
    font-size: 15px;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
	list-style-type: none;
	}			

.advantages-list { 
	margin: 0;
	padding: 0;
	column-count: 4;
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
	}

.advantages-list li { 
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 30px;
	vertical-align: top;
	text-align: center;
	list-style-type: none;
	background: #e8ecf0;
	border-radius: 10px;
	}	
.advantages-list i { 
	display: block;
	margin: 0 auto 20px;
	width: 44px;
	height: 32px;
	background: url(../img/bg/advantages-i.png) no-repeat center;
	content: "";
	}	

.advantages-list p { 
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	}	

/* consultation-form-wrap
   ---------------------------------------- */
.section.consultation { 
	padding: 0;
	}

.consultation-form-wrap { 
	padding: 80px 0 90px 485px;
	min-height: 535px;
	background: url(../img/src/master.png) no-repeat 60px bottom;
	}

.consultation-form-wrap small {
	display: block;
	margin: 0 0 20px; 
	font-size: 30px;
	font-weight: 700;
	}

.consultation-form-wrap h3 { 
	font-size: 40px;
	font-weight: 700;
	}

.consultation-form-wrap p { 
	margin: 0 0 40px;
	color: #a2a2a2;
	font-size: 15px;
	}

.consultation-form-wrap fieldset:last-child { padding: 32px 0 0; }	

.form__list { 
	margin: 0 -12px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.form__list li {
	display: inline-block;
	width: 50%;
	padding: 0 12px;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.widget input.changed[type='text'],
.widget input.changed[type='tel'],
.widget input.changed[type='email'],
.widget input.changed[type='password'] {
	height: 50px;
	font-size: 14px;
	}	

input.changed[type='text'],
input.changed[type='tel'],
input.changed[type='email'],
input.changed[type='password'] {
	padding: 0 20px;
	height: 60px;
	color: #7c8b96;
	font-size: 16px;
	border: 2px solid #c5d4e0;
	background: rgba(255, 255, 255, 0);
	border-radius: 5px;
	}	

input.changed[type='text']:focus,
input.changed[type='tel']:focus,
input.changed[type='email']:focus,
input.changed[type='password']:focus {
	position: relative;
	border-color: #aac6dd;
	outline: none;
	box-shadow: none;
	cursor: auto;
	top: 0;
	left: 0;
	}			

input.changed[type='text']::-moz-placeholder,
input.changed[type='tel']::-moz-placeholder,
input.changed[type='email']::-moz-placeholder,
input.changed[type='password']::-moz-placeholder {
    color: #7c8b96;
    opacity: 1;
    }
input.changed[type='text']::-webkit-input-placeholder,
input.changed[type='tel']::-webkit-input-placeholder,
input.changed[type='email']::-webkit-input-placeholder,
input.changed[type='password']::-webkit-input-placeholder {
    color: #7c8b96;
    opacity: 1;
    }	

.global-list { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.global-list li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	    

.global-list__photo { margin: 0 0 20px; }

.global-list__photo img { 
	width: 100%;
	border-radius: 10px;
	}	

.global-list h3 { 
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	}

.global-list h3 a { border-bottom: 1px solid #ccdbe6; }	

/* stages
   ---------------------------------------- */
.stages { 
	margin: 0 0 30px;
	padding: 0;
	}	

.stages li { 
	margin: 0 0 15px;
	list-style-type: none;
	}	
.stages li:last-child { margin: 0; }	

.stages__item { 
	display: table;
	padding: 20px 30px;
	width: 100%;
	background: #e8ecf0;
	border-radius: 10px;
	}

.stages__number { 
	display: table-cell;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	}

.stages__description { 
	display: table-cell;
	vertical-align: middle;
	}

.stages__number span { 
	display: block;
	color: #cfd5db;
	font-size: 110px;
	font-weight: 700;
	line-height: 110px;
	}

.stages__description p { margin: 0; }	

/* global-widget
   ---------------------------------------- */
.global-widget { 
	display: inline-block;
	margin: 0 0 50px;
	width: 100%;
	vertical-align: top;
	}	

.global-widget__left-col { 
	float: left;
	margin: 0 30px 0 0;
	width: 265px;
	}

.global-widget__photo { margin: 0 0 25px; }

.global-widget__photo img { width: 100%; }	

.global-widget__right-col { overflow: hidden; }  		

.global-widget p:last-child { margin: 0; }	

/* order-service
   ---------------------------------------- */
.order-service { 
	padding: 25px 0 0 30px;
	}

.order-service__in { 
	display: inline-block;
	vertical-align: top;
	}

.order-service__photo { 
	float: left;
	margin: -25px 50px 0 -30px;
	}	

.order-service__photo img { border-radius: 10px; }	

.order-service__description { 
	padding: 50px 95px 60px 0;
	background: #e8ecf0;
	border-radius: 10px;
	}	

.order-service__description small { 
	display: block;
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: 700;
	}	

.order-service__description h3 { 
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: 700;
	}

.order-service fieldset:last-child { padding: 28px 0 0; }

.order-service input { border-color: #c5d4e0; }		

/* info-panel
   ---------------------------------------- */
.info-panel { 
	display: inline-block;
	margin: 0 0 35px;
	padding: 15px 25px 15px 35px;
	width: 100%;
	vertical-align: top;
	background: #e8ecf0;
	border-radius: 10px;
	}

.info-panel dt { 
	float: left;
	margin: 0;
	width: 65%;
	font-size: 21px;
	font-weight: 700;
	line-height: 58px;
	}

.info-panel dd { float: right; }

/* reviews-list
   ---------------------------------------- */
.reviews-list { 
	margin: 0 0 45px;
	padding: 0;
	}

.reviews-list > li { 
	padding: 55px 0 45px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}
.reviews-list > li:first-child { padding-top: 0; }			

.reviews-list__item { 
	display: inline-block;
	margin: 0 0 45px;
	width: 100%;
	vertical-align: top;
	}	

.reviews__photo { 
	float: left;
	margin: 0 30px 0 0;
	width: 137px;
	}	

.reviews__photo img { 
	width: 100%;
	border-radius: 100%;
	}

.reviews__description { overflow: hidden; }		

.reviews__description p:last-child { margin: 0; }

.reviews__name { 
	display: block;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	}

.reviews__description ul { 
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.reviews__description ul li { 
	float: left;
	margin: 0 25px 0 0;
	list-style-type: none;
	}	

.reviews__description ul dl { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	font-size: 16px;
	}

.reviews__description ul dl dt { 
	float: left;
	margin: 0 5px 0 0;
	font-weight: 400;
	}

.reviews__description ul dl dd { 
	float: left;
	}

.reviews__description ul dl dd a { border-bottom: 1px solid #cfdee8; }

.reviews__description ul span { 
	color: #999;
	font-size: 15px;
	}		

.reviews__description p { font-size: 19px; }

.reviews-list__bottom-panel { 
	margin: 0 -7px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}	

.reviews-list__bottom-panel li { 
	display: inline-block;
	padding: 0 7px;
	width: 33.333%;
	font-size: 16px;
	list-style-type: none;
	}	

.reviews-list__bottom-panel dl { 
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	background: #d3f5ab;
	border-radius: 22px;
	}	

.reviews-list__bottom-panel dt { 
	float: left;
	font-weight: 700;
	line-height: 40px;
	}

.reviews-list__bottom-panel dd { 
	position: relative;
	float: right;
	padding: 0 0 0 34px;
	color: #3c6f00;
	line-height: 40px;
	}
.reviews-list__bottom-panel dd:before { 
	position: absolute;
	display: block;
	width: 27px;
	height: 34px;
	top: -5px;
	left: 0;
	background: url(../img/bg/like.png) no-repeat 0 0;
	content: "";
	}

.reviews-list__bottom-panel .dislike dd:before { 
	position: absolute;
	display: block;
	margin: -10px 0 0;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 0;
	background: url(../img/bg/dislike.png) no-repeat 0 0;
	content: "";
	}	

.reviews-list__bottom-panel li.dislike dl { background: #f9bebc; }

.reviews-list__bottom-panel li.dislike dd { color: #9c6967; }	

/* selected-text
   ---------------------------------------- */
.selected-text { 
	margin: 0 0 20px;
	padding: 20px 35px;
	background: #e8ecf0;
	border-radius: 7px;
	}	

.selected-text p { margin: 0; }		

/* warning-list
   ---------------------------------------- */
.warning-list { 
	margin: 0 0 50px;
	padding: 0;
	}  	  

.warning-list li { 
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 16px;
	list-style-type: none;
	background: url(../img/bg/warning-list-i.png) no-repeat 0 3px;
	}
.warning-list li:last-child { margin: 0; }	

/* global-table
   ---------------------------------------- */
.global-table { 
	margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;
	}

.global-table th {
	padding: 15px;
	color: #fff; 
	background: #075688;
	}
.global-table th:first-child { border-left: 2px solid #075688; }	
.global-table th:last-child { border-right: 2px solid #075688; }	

.global-table th span { 
	display: block;
	}

.global-table td { 
	padding: 15px;
	border-bottom: 2px solid #e8ecf0;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}	

.global-table tr td:first-child { border-left: 2px solid #e8ecf0; }	

.global-table tr td:last-child { border-right: 2px solid #e8ecf0; }	

.global-table tr:hover td { background: #e5edf2; }	

.global-table td.small-size { 
	width: 7%;
	text-align: center;
	}	

.global-table td.big-size { width: 33%; }	

.global-table td.middle-size { width: 15%; }

.global-table td.normal-size { width: 18%; }

.global-table td span { color: #a3a3a3; }	

.global-table .btn.small-size { 
	padding: 14px 20px;
	background: #fff;
	}

.global-table .btn.full-size.transparent-bg .arrow-i { right: 20px; }	

/* global-accordion
   ---------------------------------------- */
.global-accordion { margin: 0 0 50px; }

.global-accordion__title { 
	border-bottom: 1px solid #d5dde5;
	background: #e8ecf0;
	}	

.global-accordion__item:last-child .global-accordion__title { border-bottom: 0; }	

.global-accordion__title a { 
	position: relative;
	display: block;
	padding: 35px 30px;
	color: #666666;
	font-size: 14px;
	font-weight: 700;
 	}	
.global-accordion__title a.collapsed:after { 
	background: url(../img/bg/accordion-arrow.svg) no-repeat center;
	background-size: 100%;
	} 	

.global-accordion__title a:after { 
	position: absolute;
	display: block;
	margin: -6px 0 0;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 40px;
	background: url(../img/bg/accordion-arrow-t.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.global-accordion__title a.collapsed { color: #075688; }	

.global-accordion .global-table { margin: 0; }

/* contact-tabs
   ---------------------------------------- */
.contact-tabs__nav { 
	margin: 0 0 30px;
	border-bottom: 2px solid #dae2ea;
	}		

.contact-tabs__nav__in { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	font-size: 13px;
    line-height: 0;
    letter-spacing: normal;
	}

.contact-tabs__nav__in li { 
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 35px;
    vertical-align: top;
    font-size: 18px;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
	list-style-type: none;
	list-style-type: none;
	}
.contact-tabs__nav__in li:last-child { margin: 0; }	

.contact-tabs__nav__in li:before { 
	position: absolute;
	display: none;
	margin: 0 0 0 -10px;
	left: 50%;
	bottom: -1px;
	border: 10px solid transparent;
    border-bottom: 10px solid #dae2ea;
    content: "";
	}

.contact-tabs__nav__in li:after { 
	position: absolute;
	display: none;
	margin: 0 0 0 -8px;
	left: 50%;
	bottom: -2px;
	border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
	}	

.contact-tabs__nav__in li a { 
	position: relative;
	display: block;
	padding: 6px 0 0 48px;
	}
.contact-tabs__nav__in li a:before { 
	position: absolute;
	display: block;
	width: 30px;
	height: 35px;
	top: 0;
	left: 0;
	content: "";
	}	

.contact-tabs__nav__in li.active:before,
.contact-tabs__nav__in li.active:after { display: block; }	

.contact-tabs__city-one:before { background: url(../img/bg/city-one.png) no-repeat 0 0; }

.contact-tabs__city-two:before { background: url(../img/bg/city-two.png) no-repeat 0 0; }

.contact-tabs__city-three:before { background: url(../img/bg/city-three.png) no-repeat 0 0; }

.contact-tabs__city-four:before { background: url(../img/bg/city-four.png) no-repeat 0 0; }

.contact-tabs__city-five:before { background: url(../img/bg/city-five.png) no-repeat 0 0; }	

.contact-tabs__nav__in li.active a { color: #5b5f60; }

.contact-tabs__nav__in li.active a span { border-bottom: 0; }	

.contact-tabs__nav__in li a span { border-bottom: 1px dashed #ccd6e0; }		

.contact-tabs__content__item { display: none; }

.contact-tabs__content__item.active { display: block; }	

/* places
   ---------------------------------------- */
.places { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.places__navi { 
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 265px;
	}	

.places__navi li { 
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}	

.places__navi li a { 
	position: relative;
	display: block;
	padding: 25px 45px 25px 40px;
	opacity: 0.7;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.places__navi li.active a { 
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
	}	

.places__navi li a:before { 
	position: absolute;
	display: block;
	margin: -11px 0 0;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 0;
	content: "";
	}	

.places__navi li a.main-office-i:before { 
	background: url(../img/bg/main-office-i.png) no-repeat center;
	}

.places__navi li a.service-center-i:before { 
	background: url(../img/bg/service-center-i.png) no-repeat center;
	}		

.places__navi li span { 
	display: block;
	margin: 0 0 3px;
	color: #0e5a8b;
	font-size: 20px;
	}

.places__navi li small { 
	display: block;
	color: #0e5a8b;
	font-size: 14px;
	opacity: 0.8;
	}		

.places__content { margin: 0 0 0 295px; }	

.places__content__item { display: none; }

.places__content__item.active { display: block; }

.contact-tabs__map { margin: 0 0 30px; }

.contact-tabs__map img { 
	width: 100%;
	border-radius: 10px;
	}

.contact-col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}		

.contact-col__left { 
	float: left;
	padding: 0 45px 0 0;
	width: 50%;
	}

.contact-col__right { 
	float: right;
	padding: 0 0 0 45px;
	width: 50%;
	}	

.contact-tabs h3 { 
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
	}	

.contact-tabs h3.changed { 
	position: relative;
	padding: 0 0 0 35px;
	}	
.contact-tabs h3.changed:before { 
	position: absolute;
	display: block;
	margin: -9px 0 0;
	width: 20px;
	height: 18px;
	top: 50%;
	left: 0;
	background: url(../img/bg/main-office-i.png) no-repeat 0 0;
	content: "";
	}

.contact-tabs p { font-size: 15px; }	

.contact-tabs p strong.color-red { color: #f33c37; }

.contact-tabs h4 { 
	margin: 0 0 3px;
	font-size: 15px;
	}		

.contact-tabs address { font-size: 21px; }

.details { position: relative; }
.details:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 220px;
	top: 25px;
	left: 0;
	background: #e8ecf0;
	content: "";
	border-radius: 10px;
	}

.details__photo { 
	position: relative;
	margin: 0 auto;
	width: 220px;
	z-index: 3;
	}

.details__photo img { 
	border-radius: 5px;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.1);
	}	

.details__bottom-panel { 
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	z-index: 3;
	}	

/* mov
   ---------------------------------------- */
.mov { 
	margin: 0 0 80px;
	padding: 100px 0 135px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: conver;
	}

.mov__btn { 
	float: right;
	display: block;
	margin: 0 85px 0 0;
	width: 250px;
	height: 330px;
	font: 0px/0 a;
	background: url(../img/bg/mov-btn.png) no-repeat 0 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	
.mov__btn:hover { opacity: 0.9; }

/* about-col
   ---------------------------------------- */
.about-col {
	display: inline-block;
	margin: 0 0 80px;
	width: 100%;
	vertical-align: top;
	}

.about-col p.small-size { 
	margin: 0 0 40px;
	font-size: 15px;
	}	

/* about-info
   ---------------------------------------- */
.about-info {
	position: relative;
	margin: 0 0 60px;
	height: 1085px;
	background: url(../img/src/about-bg.jpg) no-repeat center;
	background-size: cover;
	}

.about-info li { 
	font-size: 20px;
	list-style-type: none;
	}				

.about-info li.top-pos { 
	position: absolute;
	padding: 0 70px 0 0;
	width: 100%;
	top: 310px;
	right: 0;
	text-align: right;
	}

.about-info li.middle-pos { 
	position: absolute;
	padding: 0 0 0 65px;
	width: 100%;
	top: 540px;
	left: 0;
	}

.about-info li.bottom-pos { 
	position: absolute;
	padding: 0 65px 0 0;
	right: 0;
	width: 100%;
	bottom: 210px;
	text-align: right;
	}

.about-info li .about-info__text { 
	display: block;
	}

.about-info li .about-info__text span { 
	display: inline-block;
	padding: 8px 15px 10px;
	vertical-align: top;
	color: #fff;
	background: #075688;
	}	

/* contact-list
   ---------------------------------------- */
.contact-list { 
	margin: 0 0 50px;
	padding: 0;
	}

.contact-list li { 
	margin: 0 0 15px;
	list-style-type: none;
	}

.contact-list dl { 
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}
.contact-list dl:before { 
	position: absolute;
	display: block;
	margin: 1px 0 0;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #dae2ea;
	content: "";
	}		

.contact-list dt { 
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	z-index: 2;
	}

.contact-list dd { 
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	font-size: 15px;
	text-align: right;
	background: #fff;
	z-index: 2;
	}			

.details-col { 
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	vertical-align: top;
	}	

.details-col__left { 
	float: left;
	padding: 33px 25px 0 0;
	width: 67%;
	}	

.details-col .contact-list { margin: 0; }		

.details-col__right {
	float: right;
	padding: 0 0 0 25px;
	width: 33%;
	}	

/* certificates
   ---------------------------------------- */
.certificates { 
	margin: 0 -15px 40px;
	padding: 0;
	font-size: 0;
	text-align: center;
	line-height: 0;
	letter-spacing: 0;
	}

.certificates li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 20%;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.certificates__item { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }

.certificates__item a { 
	position: relative;
	display: block;
	}
.certificates__item a:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg/zoom-i.svg);
	background-color: rgba(255, 255, 255, 0.9);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 31%;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	

.certificates__item a:hover:before { opacity: 1; }		

.certificates__item img { width: 100%; }	

/* accordion
   ---------------------------------------- */
.accordion { margin: 0; }

.accordion__item { margin: 0 0 25px; }

.accordion__title a { 
	position: relative;
	display: inline-block;
	padding: 40px 85px 40px 45px;
	width: 100%;
	vertical-align: top;
	background: #e8ecf0;
	border-radius: 10px 10px 0 0;
	z-index: 3;
	}	

.accordion .complete .accordion__title a { background: #e1f2eb; }	

.accordion .complete .accordion__title a:after { 
	background: url(../img/bg/accordion-arrow-g.svg) no-repeat center;
	background-size: 100%;
	}

.accordion .complete .accordion__content { border-color: #e1f2eb; }

.accordion .complete .accordion__title__text-s { color: #529579; }

.accordion .treatment .accordion__title a { background: #f2efe1; }	

.accordion .treatment .accordion__title a:after { 
	background: url(../img/bg/accordion-arrow-o.svg) no-repeat center;
	background-size: 100%;
	}

.accordion .treatment .accordion__content { border-color: #f2efe1; }

.accordion .treatment .accordion__title__text-s { color: #988d68; }

.accordion .cancelled .accordion__title a { background: #fcdddb; }	

.accordion .cancelled .accordion__title a:after { 
	background: url(../img/bg/accordion-arrow-r.svg) no-repeat center;
	background-size: 100%;
	}

.accordion .cancelled .accordion__content { border-color: #fcdddb; }

.accordion .cancelled .accordion__title__text-s { color: #ab7470; }

.accordion__title a.collapsed { border-radius: 10px; }

.accordion__title a:after { 
	position: absolute;
	display: block;
	margin: -4px 0 0;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 40px;
	background: url(../img/bg/accordion-i.svg) no-repeat center;
	background-size: 100%;
	content: "";
	-moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}

.accordion__title a.collapsed:after { 
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}			

.accordion__title__text-b { 
	float: left;
	color: #075688;
	font-size: 18px;
	line-height: 24px;
	}

.accordion__title__text-b span { 
	margin: 0 0 0 15px;
	color: #666666;
	font-size: 15px;
	}

.accordion__title__text-s { 
	float: right;
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	}	

.accordion__title__text-s.changed { 
	font-size: 18px;
	}	

.accordion__content { 
	border-top: 0;
	border-left: 2px solid #e6eef3;
	border-right: 2px solid #e6eef3;
	border-bottom: 2px solid #e6eef3;
	border-radius: 0 0 10px 10px;
	}	

.accordion__content__in { padding: 40px 45px; }	

.accordion-col { 
	flex-wrap: wrap;
	display: flex;
	}

.accordion-col__left { 
	float: left;
	display: flex;
	padding: 0 55px 0 0;
	width: 65%;
	}

.accordion-col__right { 
	float: right;
	display: flex;
	padding: 0 0 0 55px;
	width: 35%;
	border-left: 1px solid #e5e5e5;
	}	

.accordion-col dl { 
	margin: 0 0 20px;
	padding: 0;
	}

.accordion-col dl.indent-bt-none { margin: 0; }	

.accordion-col dt { 
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	}

.accordion-col dd { margin: 0; }

.accordion-col dd .list { margin: 0; }

.accordion-col__left__in,
.accordion-col__right__in { 
	width: 100%;
	overflow: hidden;
	}		

.accordion-col p { 
	font-size: 15px;
	line-height: 24px;
	}		

.accordion-col__phone { 
	display: inline-block;
	margin: 0 0 10px;
	vertical-align: top;
	color: #000;
	font-size: 31px;
	font-weight: 700;
	}
.accordion-col__phone:hover { color: #000; }

.accordion-col p.color-blue { color: #075688; }

.accordion__content p:last-child { margin: 0; }

/* list
   ---------------------------------------- */
.list { 
	margin: 0 0 20px;
	padding: 0;
	}

.list li { 
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	font-size: 15px;
	list-style-type: none;
	}
.list li:last-child { margin: 0; }

.list li:before { 
	position: absolute;
	display: block;
	width: 18px;
	height: 2px;
	top: 10px;
	left: 0;
	background: #f33c37;
	content: "";
	}

.list li span.color-red { color: #f33c37; }		

/* registration-form
   ---------------------------------------- */
.registration-form {
	margin: 0 0 50px;
	padding: 45px 55px;
	width: 615px;
	background: #0f5b8c;
	border-radius: 10px;
	}	

.registration-form fieldset { padding: 12px 0 0; }	
.registration-form fieldset:first-child { padding: 0; }

.registration-form fieldset.indent-top-big { padding: 33px 0 0; }

.registration-form a { 
	color: #8ea3b1;
	font-size: 15px;
	text-decoration: underline;
	}
.registration-form a:hover { text-decoration: none; }	

.registration-form__top-panel { 
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
	vertical-align: top;
	}	

.registration-form__top-panel h3 { 
	float: left;
	margin: 0;
	color: #fff;
	font-size: 35px;
	}	

.registration-form__enter { 
	position: relative;
	float: right;
	top: 15px;
	}	

.registration-form form { 
	margin: 0 0 35px;
	padding: 0 0 35px;
	border-bottom: 1px solid #2f6e96;
	}

.registration-form input[type='text'],
.registration-form input[type='tel'],
.registration-form input[type='email'],
.registration-form input[type='password'] {
	padding: 0 20px;
	height: 56px;
	color: #7ca7c3; 
	font-size: 16px;
	border: 2px solid #3f7ca3;
	background: #1f6694;
	border-radius: 6px;
	}	

.registration-form input[type='text']:focus,
.registration-form input[type='tel']:focus,
.registration-form input[type='email']:focus,
.registration-form input[type='password']:focus {
	border-color: #6fa3c4;
	}			

.registration-form input[type='text']::-moz-placeholder,
.registration-form input[type='tel']::-moz-placeholder,
.registration-form input[type='email']::-moz-placeholder,
.registration-form input[type='password']::-moz-placeholder {
    color: #7ca7c3;
    opacity: 1;
    }
.registration-form input[type='text']::-webkit-input-placeholder,
.registration-form input[type='tel']::-webkit-input-placeholder,
.registration-form input[type='email']::-webkit-input-placeholder,
.registration-form input[type='password']::-webkit-input-placeholder {
    color: #7ca7c3;
    opacity: 1;
    }	

.reg-via-social { 
	margin: 0;
	padding: 0;
	}

.reg-via-social.border-bt {
	margin: 0 0 30px; 
	padding: 0 0 30px;
	border-bottom: 1px solid #2f6e96;
	}	

.reg-via-social dt { 
	margin: 0 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	}

.reg-via-social ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.reg-via-social ul li {
	float: left; 
	margin: 0 10px 0 0;
	list-style-type: none;
	}	

.reg-via-social ul a { 
	position: relative;
	display: block;
	padding: 15px 20px 15px 40px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}

.reg-via-social ul a:before { 
	position: absolute;
	display: block;
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	content: "";
	}

.reg-via-social .twitter a { background: #50abf1; }	
.reg-via-social .twitter a:hover { background: #70b8f0; }	

.reg-via-social .twitter a:before { background: url(../img/bg/twitter.png) no-repeat center; }

.reg-via-social .vkontakte a { background: #4c75a2; }	
.reg-via-social .vkontakte a:hover { background: #6587ac; }

.reg-via-social .vkontakte a:before { background: url(../img/bg/vk.png) no-repeat center; }

.reg-via-social .facebook a { background: #184374; }
.reg-via-social .facebook a:hover { background: #234e7f; }		

.reg-via-social .facebook a:before { background: url(../img/bg/fb.png) no-repeat center; }    	
 
.reg-via-social .odnoklassniki a { background: #ff8500; }
.reg-via-social .odnoklassniki a:hover { background: #ffa84a; }

.reg-via-social .odnoklassniki a:before { background: url(../img/bg/ok.png) no-repeat center; } 

/* checkbox
   ---------------------------------------- */
.checkbox { margin: 0; }

.checkbox input { display: none; }

.checkbox label {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    }

.checkbox label .checkbox__box {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #3f7ca3;
    background: #1f6694;
    border-radius: 3px;
    cursor: pointer;
    }

.checkbox input:checked + label .checkbox__box { 
	background: url(../img/bg/tick.svg) no-repeat center;
	background-size: 8px;
	}

.checkbox label .checkbox__text {
    display: block;
    padding: 1px 0 0;
    color: #8ea3b1;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    cursor: text;
    }

.checkbox label .checkbox__text a { 
	color: #8ea3b1;
	text-decoration: underline;
	}   
.checkbox label .checkbox__text a:hover { text-decoration: none; }	

/* shipping-tabs
   ---------------------------------------- */
.shipping-tabs__nav { 
	margin: 0 0 45px;
	background: #eceff1;
	border-radius: 10px;
	}

.shipping-tabs__nav__in { 
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}	

.shipping-tabs__nav__in li { 
	display: inline-block;
	padding: 0 25px;
	width: 25%;
	vertical-align: top;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.shipping-tabs__nav__in li a { 
	position: relative;
	display: block;
	padding: 30px 0;
	color: #000;
	text-align: center;
	}	
.shipping-tabs__nav__in li a:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #f33c37;
	opacity: 0;
	content: "";
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	

.shipping-tabs__nav__in li.active a:before { opacity: 1; }

.shipping-tabs__content__item { display: none; }

.shipping-tabs__content__item.active { display: block; }	

.shipping-tabs p { 
	font-size: 15px;
	line-height: 24px;
	}

.shipping-tabs p.big-size { 
	margin: 0 0 20px;
	font-size: 21px;
	line-height: 30px;
	}	

.shipping-tabs__widget { 
	margin: 0 0 20px;
	padding: 30px;
	background: #e8ecf0;
	border-radius: 10px;
	}	

.shipping-tabs__widget p { margin: 0; }

.shipping-tabs__widget__time { 
	display: block;
	margin: 0 0 25px;
	font-size: 30px;
	}

.shipping-tabs__widget__warning { 
	display: block;
	margin: 0 0 15px;
	font-size: 15px;
	}	

.shipping-tabs__widget__icon { 
	float: left;
	margin: 0 20px 0 0;
	width: 66px;
	height: 66px;
	background: url(../img/bg/parking.svg) no-repeat center #075688;
	background-size: 32px;
	border-radius: 10px;
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
	}	

.shipping-tabs__widget__info { overflow: hidden; }	

/* contact-table
   ---------------------------------------- */
.content-table { 
	width: 100%;
	text-align: left;
	}

.content-table th { 
	padding: 30px 25px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	border-left: 1px solid #07507f;
	background: #075688;
	}
.content-table th:last-child { border-right: 1px solid #07507f; }		

.content-table td { 
	padding: 20px;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid #e1e5e7;
	border-bottom: 1px solid #e1e5e7;
	}
.content-table td:last-child { border-right: 1px solid #e1e5e7; }

.content-table td.color-blue { color: #075688; }	

/* personal-cabinet-col
   ---------------------------------------- */
.personal-cabinet-col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.personal-cabinet-col__left { 
	float: left;
	padding: 0 15px 0 0;
	width: 35%;
	}	

.personal-cabinet-navi { 
	padding: 20px 0;
	background: #025285;
	border-radius: 10px;
	}

.personal-cabinet-navi ul { 
	margin: 0;
	padding: 0;
	}

.personal-cabinet-navi ul li { 
	padding: 0 35px;
	font-size: 16px;
	list-style-type: none;
	border-bottom: 1px solid #19618f;
	}
.personal-cabinet-navi ul li:last-child { border: 0; }	

.personal-cabinet-navi ul li a { 
	position: relative;
	display: block;
	padding: 20px 20px 20px 38px;
	color: #fff;
	}
.personal-cabinet-navi ul li a:hover,
.personal-cabinet-navi ul li.active a { color: #8ba4b4; }	

.personal-cabinet-navi ul li a i { 
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 1px 8px;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	background: #f10b00;
	border-radius: 10px;
	}			

.personal-cabinet-navi ul li a:before { 
	position: absolute;
	display: block;
	margin: -12px 0 0;
	width: 26px;
	height: 24px;
	top: 50%;
	left: 0;
	content: "";
	}

.personal-cabinet-navi ul .personal-cabinet-navi__console a:before { 
	background: url(../img/bg/personal-cabinet-navi__console.png) no-repeat center;
	}

.personal-cabinet-navi ul .personal-cabinet-navi__personal-date a:before { 
	background: url(../img/bg/personal-cabinet-navi__personal-date.png) no-repeat center;
	}

.personal-cabinet-navi ul .personal-cabinet-navi__address-book a:before { 
	background: url(../img/bg/personal-cabinet-navi__address-book.png) no-repeat center;
	}

.personal-cabinet-navi ul .personal-cabinet-navi__my-order a:before { 
	margin: -13px 0 0;
	background: url(../img/bg/personal-cabinet-navi__my-order.png) no-repeat center;
	}

.personal-cabinet-navi ul .personal-cabinet-navi__message a:before { 
	margin: -14px 0 0;
	background: url(../img/bg/personal-cabinet-navi__message.png) no-repeat center;
	}

.personal-cabinet-navi ul .personal-cabinet-navi__my-review a:before { 
	background: url(../img/bg/personal-cabinet-navi__my-review.png) no-repeat center;
	}	

.personal-cabinet-navi ul .personal-cabinet-navi__my-desires a:before { 
	background: url(../img/bg/personal-cabinet-navi__my-desires.png) no-repeat center;
	}	

.personal-cabinet-col__right { 
	float: right;
	padding: 0 0 0 15px;
	width: 65%;
	}	

/* personal-cabinet-col__top-panel
   ---------------------------------------- */
.personal-cabinet-col__top-panel { 
	display: inline-block;
	margin: 0 0 31px;
	width: 100%;
	vertical-align: top;
	}

.personal-cabinet-col__top-panel .big-title { 
	float: left;
	margin: 0;
	}	

.personal-cabinet-col__top-panel .greeting { float: right; }	

.greeting { 
	position: relative;
	padding: 0 45px 0 0;
	}

.greeting span { 
	position: relative;
	display: block;
	padding: 15px 25px;
	font-size: 16px;
	background: #e8ecf0;
	border-radius: 25px;
	}
.greeting span:after { 
	position: absolute;
	display: block;
	width: 20px;
	height: 15px;
	top: 26px;
	right: -11px;
	background: url(../img/bg/greeting-arrow.png) no-repeat center;
	content: "";
	}	

.greeting__icon { 
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 10px;
	right: 0;
	background: url(../img/bg/lk-logo.png) no-repeat center;
	}				

/* personal-cabinet-col__city
   ---------------------------------------- */
.personal-cabinet-col__city { 
	margin: 0 0 35px;
	padding: 0;
	}

.personal-cabinet-col__city li { 
	position: relative;
	padding: 30px 40px 30px 45px;
	font-size: 20px;
	list-style-type: none;
	border-bottom: 1px solid #d9e4ec;
	}	

.personal-cabinet-col__city li:before { 
	position: absolute;
	display: block;
	margin: -16.5px 0 0;
	width: 28px;
	height: 33px;
	top: 50%;
	left: 0;
	background: url(../img/bg/marker.png) no-repeat center;
	content: "";
	}

.personal-cabinet-col__city__delete { 
	position: absolute;
	display: block;
	margin: -12px 0 0;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	background: url(../img/bg/close-b.svg) no-repeat center;
	background-size: 100%;
	content: "";
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	
.personal-cabinet-col__city__delete:hover { opacity: 0.7; }	

.console__list { 
	margin: 0 -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.console__list li { 
	display: inline-block;
	padding: 0 10px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.console__list li.middle-size { width: 35%; }

.console__list li.small-size { width: 30%; }	

.console__item { margin: 0 0 20px; }

.console__item a { 
	position: relative;
	display: block;
	padding: 20px 30px;
	height: 143px;
	color: #000;
	font-size: 15px;
	background: #e8ecf0;
	border-radius: 10px;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.console__item a:hover { opacity: 0.7; }	

.console__item a:after { 
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 25px;
	bottom: 30px;
	background: url(../img/bg/console-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}		

.console__personal-text { 
	position: absolute;
	display: block;
	left: 25px;
	bottom: 20px;
	}	

.shopping-cart__icon { 
	position: absolute;
	display: block;
	}

.shopping-cart__icon.personal-date { 
	width: 49px;
	height: 59px;
	top: 25px;
	left: 25px;
	background: url(../img/bg/console__personal-date.png) no-repeat 0 0;
	}	

.shopping-cart__icon.message { 
	width: 56px;
	height: 46px;
	top: 34px;
	left: 25px;
	background: url(../img/bg/console__message.png) no-repeat 0 0;
	}

.shopping-cart__icon.my-order { 
	width: 60px;
	height: 56px;
	left: 25px;
	bottom: 53px;
	background: url(../img/bg/my-order.png) no-repeat 0 0;
	}

.shopping-cart__icon.my-desires { 
	width: 52px;
	height: 47px;
	left: 25px;
	bottom: 53px;
	background: url(../img/bg/my-desires.png) no-repeat 0 0;
	}	

.shopping-cart__icon.address-book { 
	width: 44px;
	height: 59px;
	left: 25px;
	top: 23px;
	background: url(../img/bg/address-book.png) no-repeat 0 0;
	}

.shopping-cart__icon.address-book { 
	width: 44px;
	height: 59px;
	left: 25px;
	top: 23px;
	background: url(../img/bg/address-book.png) no-repeat 0 0;
	}					

.shopping-cart__icon.my-review { 
	width: 52px;
	height: 52px;
	left: 25px;
	top: 23px;
	background: url(../img/bg/my-review.png) no-repeat 0 0;
	}					

.shopping-cart__icon i { 
	position: absolute;
	display: inline-block;
	padding: 1px 8px;
	vertical-align: top;
	top: -8px;
	right: -10px;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	background: #f10b00;
	border-radius: 11px;
	}		

.console__item.big-size a { height: 306px; }	

.global-form { margin: 0 0 40px; }

.global-form.indent-bt-none { margin: 0; }

.radio-list { 
	margin: 0;
	padding: 0
	}

.radio-list li { 
	float: left;
	list-style-type: none;
	}	

.radio-list label { 
	display: block;
	margin: 0;
	padding: 18px 20px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}
.radio-list label:hover { background: #d9e4ec; }

.radio-list input { display: none; }	

.radio-list li:first-child label { 
	border-left: 2px solid #d9e4ec;
	border-bottom: 2px solid #d9e4ec;
	border-top: 2px solid #d9e4ec;
	border-right: 1px solid #d9e4ec;
	border-radius: 7px 0 0 7px;
	}

.radio-list li:last-child label { 
	border-left: 1px solid #d9e4ec;
	border-bottom: 2px solid #d9e4ec;
	border-top: 2px solid #d9e4ec;
	border-right: 2px solid #d9e4ec;
	border-radius: 0 7px 7px 0;
	}	

.radio-list input:checked + label { background: #d9e4ec; }		

.global-form__list-col { 
	margin: 0 -6px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	overflow: hidden;
	}	

.global-form__list-col li,
.global-form__list-col li:first-child { 
	display: inline-block;
	padding: 0 6px;
	width: 33.33%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}

.my-reviews-list { 
	margin: 0;
	padding: 0;
	}	

.my-reviews-list li { 
	margin: 0 0 35px;
	padding: 0 0 35px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}	
.my-reviews-list li:last-child { 
	margin: 0;
	padding: 0;
	border-bottom: 0;
	}	

.my-reviews-list p { margin: 0; }	

.my-reviews-list__photo { 
	float: left;
	margin: 0 20px 0 0;
	}		

.my-reviews-list__info { overflow: hidden; }	

.my-reviews-list__top-panel { 
	display: inline-block;
	margin: 0 0 10px;
	width: 100%;
	vertical-align: top;
	}

.my-reviews-list__top-panel h3 { 
	float: left;
	margin: 0;
	width: 400px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	}

.my-reviews-list__top-panel h3 a { text-decoration: underline; }	
.my-reviews-list__top-panel h3 a:hover { text-decoration: none; }	

.my-reviews-list__date { 
	float: right;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	}		

.my-reviews-list__info p { 
	font-size: 15px;
	line-height: 24px;
	}

.my-reviews-list dl { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.my-reviews-list dl dt { 
	float: left;
	margin: 0 8px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	}

.my-reviews-list dl dd { 
	float: left;
	padding: 4px 0 0;
	line-height: normal;
	}		

/* rate
   ---------------------------------------- */
.rate { 
	display: inline-block;
	width: 80px !important; 
	vertical-align: top;
	font: 0px/0 a;
	overflow: hidden;
	} 

.product-item .rate { margin: 0; }

.rate img { 
	float: left;
	margin: 0 2px;
	width: 12px;
	}

/* desire-list
   ---------------------------------------- */
.desire-list { 
	margin: 0;
	padding: 0;
	}	

.desire-list li { 
	margin: 0 0 20px;
	list-style-type: none;
	}		

.desire-list__item {  
	position: relative;
	display: inline-block;
	padding: 30px 90px 30px 30px;
	width: 100%;
	vertical-align: top;
	border: 1px solid #e0e3e7;
	border-radius: 10px;
	}	

.desire-list__delete { 
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 30px;
	right: 30px;
	font: 0px/0 a;
	background: url(../img/bg/close-b.svg) no-repeat 0 0;
	content: "";
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}

.desire-list__delete:hover { opacity: 0.7; }

.desire-list__photo { 
	float: left;
	margin: 0 30px 0 0;
	}		

.desire-list__description { overflow: hidden; }	

.desire-list__description dl { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.desire-list__description dl dt { 
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
	font-weight: normal;
	}	

.desire-list__description dl dt img { width: 100%; }	
 
.desire-list__description dl dd { 
	float: left;
	padding: 6px 0 0;
	line-height: normal;
	}

.desire-list__description h3 { 
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 300;
	}
.desire-list__description h3 a { text-decoration: underline; }
.desire-list__description h3 a:hover { text-decoration: none; }	

.desire-list__info-panel { 
	margin: 0 0 20px;
	}	

.desire-list__price { 
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	color: #000;
	font-size: 27px;
	}	

.desire-list__price span { 
	position: relative;
	top: -4px;
	color: #666666;
	font: 14px 'Conv_rouble';
	line-height: 30px;
	}	

.desire-list__info-panel small { 
	display: inline-block;
	vertical-align: top;
	color: #328d63;
	font-size: 13px;
	}	

/* messages-list
   ---------------------------------------- */
.messages-list { 
	margin: 0;
	padding: 0;
	}

.messages-list__item { 
	display: inline-block;
	margin: 0 0 40px;
	padding: 0 0 40px;
	width: 100%;
	vertical-align: top;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}	

.messages-list__photo { 
	float: left;
	margin: 0 20px 0 0;
	}

.messages-list__description { 
	padding: 0 50px 0 0;
	overflow: hidden;
	}	

.messages-list__description h3 { 
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	}	
.messages-list__description h3 a { text-decoration: none; }	

.messages-list__question-answer { 
	margin: 0;
	padding: 0;
	}

.messages-list__question-answer li { 
	margin: 0 0 10px;
	list-style-type: none;
	}	

.messages-list__question-answer__item { 
	position: relative;
	margin: 0 0 0 15px;
	padding: 25px 25px 25px 20px;
	background: #e8ecf0;
	border-radius: 10px;
	}
.messages-list__question-answer__item:before { 
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	bottom: 8px;
	left: -15px;
	background: url(../img/bg/messages-list-arrow.png) no-repeat 0 0;
	content: "";
	}	

.messages-list__question-answer__item.answer { 
	margin: 0;
	padding-left: 25px;
	background: #e1f2ea;
	}	

.messages-list__question-answer__item.answer:before { 
	left: auto;
	right: -15px;
	background: url(../img/bg/messages-list-arrow-g.png) no-repeat 0 0;
	}	

.messages-list__question-answer__item.answer:after { 
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: -50px;
	bottom: 15px;
	background: url(../img/bg/lk-logo.png) no-repeat 0 0;
	content: "";
	}	

.messages-list__question-answer__item p { 
	margin: 0 0 10px;
	padding: 0 65px 0 0;
	font-size: 15px;
	line-height: 20px;
	}		

.messages-list__text {
	margin: 0; 
	color: #666666;
	font-size: 14px;
	text-align: right;
	line-height: normal;
	}	

.messages-list__question-answer-panel { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.messages-list__question-answer-panel span { 
	color: #939699;
	font-size: 15px;
	}		

.messages-list__question-answer__name { float: left; }	

.messages-list__question-answer__date { float: right; }

.messages-list__new { 
	position: absolute;
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
	top: 22px;
	right: 20px;
	color: #638b79;
	font-size: 12px;
	background: #bbe2d0;
	border-radius: 16px;
	}

/* my-order__list
   ---------------------------------------- */
.my-order__list { 
	margin: 0 0 30px;
	padding: 0;
	}	

.my-order__list > li { 
	display: inline-block;
	padding: 30px 0;
	width: 100%;
	vertical-align: top;
	list-style-type: none;
	border-bottom: 1px solid #d7dce1;
	}	
.my-order__list > li:first-child { padding-top: 0; }	

.my-order__photo { 
	float: left;
	margin: 0 20px 0 0;
	}	

.my-order__description { 
	padding: 20px 0 0;
	overflow: hidden;
	}	

.my-order__description ul { 
	margin: 0 -10px 10px;
	padding: 0;
	overflow: hidden;
	}

.my-order__description ul li { 
	float: left;
	padding: 0 10px;
	list-style-type: none;
	}

.my-order__description__title { width: 240px; }

.my-order__description h3 { 
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	}		
.my-order__description h3 a { border-bottom: 1px solid #c3d2dd; }

.my-order__description__number { 
	width: 112px;
	text-align: center;
	}

.my-order__description__price { 
	width: 140px;
	color: #000;
	font-size: 27px;
	text-align: right;
	}	

.my-order__description__price span { 
	position: relative;
	top: -2px;
	color: #666666;
	font: 18px 'Conv_rouble', sans-serif;
	}		

.global-info { 
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}
.global-info:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 16px;
	left: 0;
	background: #d7dce1;
	content: "";
	}	

.global-info dt { 
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	background: #fff;
	z-index: 3;
	}

.global-info__photo { 
	float: left;
	margin: 0 10px 0 0;
	}

.global-info__photo img { 
	max-width: 34px;
	width: 100%;
	border-radius: 100%;
	}	

.global-info__text { 
	display: block;
	padding: 6px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	}	

.global-info.changed .global-info__text { 
	padding-top: 0;
	font-weight: 700;
	line-height: 30px;
	}	

.global-info dd {
	position: relative; 
	float: right;
	padding: 6px 0 0 10px;
	font-size: 14px;
	background: #fff;
	z-index: 3;
	}		

.global-info dd span { 
	position: relative;
	top: 0;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}	

.global-info.changed dd { 
	padding-top: 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 30px;
	}

.global-info.changed dd span { top: -4px; }	

.my-order__col__info { 
	margin: 0;
	padding: 0;
	}

.my-order__col__info > dt { 
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
	}

.my-order__col__info p { 
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 20px;
	}		

.price-list { 
	margin: 0;
	padding: 0;
	}

.price-list li { 
	padding: 20px 0 0;
	list-style-type: none;
	}	
.price-list li:first-child { padding: 0; }	

/* my-order__col
   ---------------------------------------- */
.my-order__col { 
	margin: 0 -15px;
	overflow: hidden;
	}	

.my-order__col > div { 
	float: left;
	padding: 0 15px;
	width: 50%;
	}

/* switch-number
   ---------------------------------------- */
.switch-number { 
	position: relative;
	display: inline-block;
	padding: 0 34px;
	height: 36px;
	vertical-align: top;
	border: 1px solid #dee0e2;
	border-radius: 3px;
	}

.switch-number span { 
	display: block;
	width: 34px;
	height: 36px;
	font: 0px/0 a;
	cursor: pointer;
	}	

.switch-number__more { 
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg/switch__fewer.png) center no-repeat;
	}	

.switch-number__fewer { 
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg/switch__more.png) center no-repeat;
	}

.switch-number input { 
	margin: 0;
	padding: 0;
	width: 54px;
	height: 34px;
	color: #000;
	font: 14px 'PT Sans', sans-serif;
	text-align: center;
	border-left: 1px solid #dee0e2;
	border-right: 1px solid #dee0e2;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	} 

/* shopping-cart__products
   ---------------------------------------- */
.shopping-cart-table__products { 
	margin: 0;
	padding: 0;
	}	

.shopping-cart-table__products > li { 
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}
.shopping-cart-table__products > li:last-child { border: 0; }		

.shopping-cart-table__products > li > ul.shopping-cart-table__title { 
	margin: 0;
	padding: 0 0 10px;
	vertical-align: top;
	}

.shopping-cart-table__title li { 
	color: #666666;
	font-size: 14px;
	list-style-type: none;
	}	

.shopping-cart-table__products > li > ul { 
	display: table;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	}

.shopping-cart-table__products > li > ul > li {
	display: table-cell;
	padding: 10px 15px;
	vertical-align: top;
	}		

.shopping-cart-table__products .shopping-cart-table__products__photo { 
	padding-left: 0;
	width: 10%;
	}

.shopping-cart-table__products__photo a { 
	position: relative;
	display: block;
	}
.shopping-cart-table li.sale .shopping-cart-table__products__photo a:after { 
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-image: url(../img/bg/percentage.svg);
	background-color: #f33c37;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	content: "";
	}	

.shopping-cart-table__products__photo img { width: 100%; }

.shopping-cart-table__products__product { width: 30%; }

.shopping-cart-table__products__product h3 { 
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	}

.shopping-cart-table__products__product h3 a { color: #000; }
.shopping-cart-table__products__product h3 a:hover { color: #666666; }	

.shopping-cart-table__products__price { width: 10%; }

.shopping-cart-table__products__number { width: 15%; }

.shopping-cart-table__products__amount { width: 10%; }

.shopping-cart-table__products__delete { 
	width: 10%;
	text-align: center;
	}

.shopping-cart-table__products__number small { 
	display: block;
	color: #999999;
	font-size: 13px;
	}

.shopping-cart-table__products__price__info small { 
	position: relative;
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 3px;
	vertical-align: top;
	color: #999999;
	font-size: 15px;
	}	

.shopping-cart-table__products__price__info small.old-price:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #999999;
    content: '';
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
	}	

.shopping-cart-table__products__price__info strong { 
	display: block;
	font-size: 20px;
	font-weight: 400;
	}	

.shopping-cart-table__products__price__info strong span { top: -1px; }	

.shopping-cart-table__products__amount__info small {
	position: relative;
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 3px;
	vertical-align: top;
	color: #999999;
	font-size: 15px;
	}	

.shopping-cart-table__products__amount__info small.old-price:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #999999;
    content: '';
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
	}	

.shopping-cart-table__products__amount__info strong { 
	display: block;
	font-size: 27px;
	font-weight: 700;
	}

.shopping-cart-table__products__amount__info strong span { top: -4px; }

.shopping-cart-table__products strong span { 
	position: relative;
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}	

.shopping-cart-table__products .switch-number { margin: 0 0 5px; }	

.delete { 
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: top;
	font: 0px/0 a;
	background: url(../img/bg/close-b.svg) no-repeat 0 0;
	background-size: 100%;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.delete:hover { opacity: 0.7; }	

.shopping-cart-table__products .global-info { margin: 0 0 20px; }

.selected-warranty__text { 
	display: inline-block;
	vertical-align: top;
	color: #004d82;
	font-size: 14px;
	border-bottom: 1px dashed #dde3e9;
	cursor: pointer;
	}

.selected-warranty__content { 
	display: none;
	padding: 15px 0 0;
	}

.selected-warranty__content.open-block { display: block; }	

.selected-warranty ul { 
	margin: 0;
	padding: 0;
	}

.selected-warranty li { 
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	}
.selected-warranty li:last-child { margin: 0; }	

/* g-radio
   ---------------------------------------- */
.g-radio { margin: 0; }

.g-radio input { display: none; }

.g-radio label {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    cursor: pointer;
    }

.g-radio label .g-radio__box {
	position: relative;
    float: left;
    margin: 2px 10px 0 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #d3dae3;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    }

.g-radio label .g-radio__box:before { 
	position: absolute;
	display: none;
	width: 14px;
	height: 11px;
	top: -1px;
	left: 1px;
	background: url(../img/bg/g-checkbox-i.png) no-repeat 0 0;
	content: "";
	}    

.g-radio input:checked + label .g-radio__box { 
	border-color: #ef3c35;
	background: #ef3c35;
	}

.g-radio input:checked + label .g-radio__box:before { display: block; }	

.g-radio label .g-radio__text {
    display: block;
    padding: 1px 0 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    cursor: pointer;
    }		

.g-radio label .g-radio__text a { text-decoration: underline; }
.g-radio label .g-radio__text a:hover { text-decoration: none; }

.g-radio label .g-radio__text.changed { position: relative; }

.g-radio label .g-radio__text.changed:before { 
	position: absolute;
	display: block;
	margin: 2px 0 0;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d7dce1;
	content: "";
	}	

.g-radio__text__year { 
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	background: #fff;
	z-index: 3;
	}	

.g-radio__text__price { 
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	font-size: 14px;
	background: #fff;
	z-index: 3;
	}

.g-radio__text__price span { 
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}	

/* price-goods
   ---------------------------------------- */
.price-goods { 
	margin: 0 0 50px;
	padding: 35px 150px 35px 35px;
	background: #e8ecf0;
	border-radius: 10px;
	}

.price-goods dl { 
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: right;
	line-height: 0;
	letter-spacing: 0;
	}

.price-goods dl dt { 
	display: inline-block;
	margin: 0 55px 0 0;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	}

.price-goods dl dt strong { 
	display: block;
	font-size: 19px;
	font-weight: 700;
	}

.price-goods dl dt span { 
	display: block;
	color: #666666;
	font-size: 13px;
	}	

.price-goods dl dd { 
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}

.price-goods dl dd strong { 
	font-size: 32px;
	font-weight: 700;
	}	

.price-goods dl dd strong span { 
	position: relative;
	margin: 0 0 0 10px;
	top: -4px;
	color: #666666;
	font: 16px 'Conv_rouble', sans-serif;
	}		

/* g-panel
   ---------------------------------------- */
.g-panel { 
	display: inline-block;
	margin: 0 0 35px;
	width: 100%;
	vertical-align: top;
	}	

.g-panel .big-title {
	display: inline-block; 
	margin: 0 40px 0 0;
	vertical-align: top;
	}

.g-panel span { 
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 18px;
	font-size: 15px;
	}

.g-panel span a { text-decoration: underline; }		
.g-panel span a:hover { text-decoration: none; }

/* steps
   ---------------------------------------- */
.steps { 
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}		

.steps__item {
	display: inline-block;
	padding: 0 15px;
	width: 33.333%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}

.steps__item__in { 
	margin: 0 0 20px;
	padding: 0;
	}

.steps__item__in > dt { 
	position: relative;
	padding: 30px 35px;
	font-size: 18px;
	font-weight: 400;
	background: #e8ecf0;
	border-radius: 10px 10px 0 0;
	}	

.steps__item__in.done > dt { background: #e1f2eb; }

.steps__item__in.done > dt:before { 
	position: absolute;
	display: block;
	margin: -5.5px 0 0;
	width: 15px;
	height: 11px;
	right: 30px;
	top: 50%;
	background: url(../img/bg/done.svg) center no-repeat;
	background-size: 100%;
	content: "";
	}

.steps__item__in > dt span { color: #999999; }	

.steps__item__in > dd { 
	padding: 25px;
	border: 2px solid #e6eef3;
	border-radius: 0 0 10px 10px;
	}

.steps__item__in.done > dd { border: 2px solid #e1f2eb; }	

.steps__item__in.done input { 
	color: #000;
	border-color: #e1f2eb;
	}

.steps__item__in > dd.indent-none { padding: 0; }	

.steps__field-list { 
	margin: 0;
	padding: 0;
	}

.steps__field-list li { 
	margin: 0 0 13px;
	list-style-type: none;
	}	
.steps__field-list li:last-child { margin: 0; }	

.steps textarea { 
	margin: 0 0 25px;
	height: 150px;
	}

.steps__price { margin: 0 0 20px; }

.steps__price dt { 
	margin: 0 0 5px;
	font-size: 16px;
	}

.steps__price dd { 
	font-size: 27px;
	line-height: 28px;
	}

.steps__price dd span { 
	position: relative;
	margin: 0 0 0 7px;
	top: -4px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}		

.steps .btn { margin: 0 0 20px; }	

.steps__notification { 
	margin: 0;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	}

.steps__notification a { text-decoration: underline; }

.steps__notification a:hover { text-decoration: none; }	

.global-checkbox__payment-methods { 
	display: block;
	padding: 10px 0 0;
	}	

.global-checkbox__payment-methods span { 
	margin: 0 4px 0 0;
	color: #999999;
	}

.global-checkbox__payment-methods span:last-child { margin: 0; }		

.shipping { padding: 25px 0 0; }

.shipping ul { 
	margin: 0;
	padding: 0;
	}	

.shipping ul li { 
	margin: 0 0 13px;
	list-style-type: none;
	}	

.steps__field-col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.steps__field-col__left { 
	float: left;
	padding: 0 7px 0 0;
	width: 60%;
	}	

.steps__field-col__right { 
	float: right;
	padding: 0 0 0 7px;
	width: 40%;
	}	

input.date-field {
	padding-right: 40px;
	background: url(../img/bg/date-i.png) no-repeat right center;
	}	

.shipping { display: none; }

.shipping.open-block { display: block; }	

.other-address { 
	color: #0a5b89;
	font-size: 14px;
	cursor: pointer;
	}

.shipping__address .select { margin: 0 0 13px; }

.shipping ul.address-field { 
	display: none;
	padding: 13px 0 0;
	}	

.shipping ul.address-field.open-block { display: block; }

/* success
   ---------------------------------------- */
.success { 
	position: relative;
	padding: 220px 0 0;
	text-align: center;
	}

.success:before { 
	position: absolute;
	display: block;
	margin: 0 0 0 -62px;
	width: 124px;
	height: 92px;
	top: 90px;
	left: 50%;
	background: url(../img/bg/success.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.success__order { 
	display: block;
	margin: 0 0 30px;
	font-size: 45px;
	font-weight: 700;
	line-height: 46px;
	}	

.success__number { 
	display: block;
	margin: 0 0 35px;
	font-size: 21px;
	}

.success__number span { color: #529579; }	

.success__shipping { 
	display: block;
	margin: 0 0 90px;
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	}

.success__widget { 
	margin: 0 auto;
	padding: 50px;
	max-width: 800px;
	background: #e8ecf0;
	border-radius: 10px;
	}

.success__widget h4 { 
	margin: 0 0 20px;
	font-size: 21px;
	}

.success__widget p { font-size: 16px; }

.success__widget ul { 
	margin: 0 0 30px;
	padding: 0;
	}

.success__widget li { 
	margin: 0 0 15px;
	list-style-type: none;
	}
.success__widget li:last-child { margin: 0; }		

.success__widget dl { 
	margin: 0;
	padding: 0;
	}	

.success__widget dl dt { 
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 16px;
	font-weight: 700;
	vertical-align: top;
	}

.success__widget dl dd { 
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	}

.success__widget dl dd a { text-decoration: underline; }
.success__widget dl dd a:hover { text-decoration: none; }	

/* select-type-navi
   ---------------------------------------- */
.select-type-navi { 
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	}

.select-type-navi.change { 
	box-shadow: 0 10px 100px 0 rgba(0, 26, 51, 0.2);
	}	

.select-type-navi ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.select-type-navi ul li { 
	float: left;
	margin: 0 50px 0 0;
	padding: 30px 0;
	font-size: 18px;
	list-style-type: none;
	}
.select-type-navi ul li:last-child { 
	float: right;
	margin: 0;
	}	

.select-type-navi.changed ul li:last-child { float: left; }

.select-type-navi ul li a { border-bottom: 1px solid #e1e8ee; }		

.select-type-navi ul li.select-type-navi__first-child { 
	position: relative;
	padding-right: 20px;
	}

.select-type-navi ul li.select-type-navi__first-child a { border-bottom: 1px dashed #e1e8ee; } 	

.select-type-navi ul li.select-type-navi__first-child a:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 11px;
	height: 6px;
	top: 50%;
	right: 0;
	background: url(../img/bg/down-arrow-b.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

/* select-type
   ---------------------------------------- */
.select-type { 
	display: none;
	padding: 40px 0;
	background: url(../img/bg/select-type-bg.png) no-repeat center;
	background-size: cover;
	}

.select-type.open-block { display: block; }		

.select-type h3 { 
	margin: 0 0 35px;
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	}	

.select-type ul { 
	margin: 0 -18px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.select-type ul li { 
	display: inline-block;
	padding: 0 18px;
	vertical-align: bottom;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	opacity: 0.7;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.select-type ul li:hover { opacity: 1; }			

.select-type__text { 
	display: block;
	margin: 0 0 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	}

.select-type ul li.active { opacity: 1; }

.select-type-navi .select-type-navi__filter-link a { 
	position: relative;
	padding: 0 30px 0 0;
	color: #4e5253;
	border-bottom: 0;
	}	

.select-type-navi .select-type-navi__filter-link a:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 11px;
	height: 6px;
	top: 50%;
	right: 0;
	background: url(../img/bg/accordion-arrow-gray.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.select-type-navi .select-type-navi__filter-link.open a:after { 
	-moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}		

/* filter-top-panel
   ---------------------------------------- */
.filter-top-panel { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 35px 0 0;
	width: 100%;
	vertical-align: top;
	}	

.filter-top-panel .small-title { 
	float: left;
	margin: 0 40px 0 0;
	line-height: 34px;
	}	

.filter-top-panel ul { 
	float: left;
	margin: 0;
	padding: 0;
	line-height: 38px;
	}

.filter-top-panel ul li { 
	float: left;
	margin: 0 50px 0 0;
	color: #666666;
	font-size: 15px;
	list-style-type: none;
	}
.filter-top-panel ul li:last-child { margin: 0; }	

.filter-top-panel ul li strong { color: #000; }			

/* sidebar__navi
   ---------------------------------------- */
.sidebar__navi { 
	margin: 0 0 20px;
	border-bottom: 1px solid #ededed;
	}

.sidebar__navi > ul { 
	margin: 0;
	padding: 0;
	}	

.sidebar__navi > ul > li { 
	font-size: 16px;
	list-style-type: none;
	}	

.sidebar__navi > ul > li > a { 
	position: relative;
	display: block;
	margin: 0 0 3px;
	padding: 10px 15px;
	color: #fff;
	background: #669ed8;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}	
.sidebar__navi > ul > li > a:after { 
	position: absolute;
	display: block;
	margin: -5px 0 0;
	width: 12px;
	height: 10px;
	top: 50%;
	right: 15px;
	background: url(../img/bg/down-arrow.svg) 0 0 no-repeat;
	background-size: 100%;
	content: "";
	}

.sidebar__navi > ul > li > a.arrow-h:after { display: none; }			

.sidebar__navi > ul > li > a:hover {
	color: #fff;
	background: #8fbcea;
	}	

.sidebar__navi > ul > li.active > a { background: #fd795a; }	

.sidebar__navi > ul > li > ul { 
	margin: -3px 0 0;
	padding: 5px 20px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}	

.sidebar__navi > ul > li > ul li { 
	font-size: 14px;
	list-style-type: none;
	border-top: 1px solid #ededed;
	}
.sidebar__navi > ul > li > ul li:first-child { border-top: 0; }	

.sidebar__navi > ul > li > ul a { 
	display: block;
	padding: 7px 0;
	color: #2f2f2f;
	}
.sidebar__navi > ul > li > ul a:hover { color: #669ed8; }

.sidebar__navi > ul > li > ul li.active a { color: #fd795a; }

/* product-filter
   ---------------------------------------- */
.product-filter { border: 1px solid #ededed; }	

.product-filter > ul { 
	margin: 0;
	padding: 0;
	}

.product-filter > ul > li { 
	padding: 20px 25px;
	border-top: 1px solid #ededed;
	list-style-type: none;
	}	
.product-filter > ul > li:first-child { border-top: 0; }

.product-filter__title { 
	position: relative;
	display: block;
	font-size: 15px;
	cursor: pointer;
	}
.product-filter__title:after { 
	position: absolute;
	display: block;
	margin: -4px 0 0;
	width: 15px;
	height: 8px;
	top: 50%;
	right: 0;
	background: url(../img/bg/filter-arrow.png) 0 0 no-repeat;
	content: "";
	}	

.product-filter > ul > li.open .product-filter__title:after { 
	-moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}	

.product-filter > ul > li.changed .product-filter__title:after { display: none; }		

.product-filter__content { 
	display: none;
	padding: 20px 2.5px 0 0;
	}

.scroll-wrap { height: 138px; }	

.product-filter > ul > li.changed .product-filter__content { 
	display: block !important;
	padding: 15px 0 0;
	}	

.product-filter > ul > li.open .product-filter__content { display: block; }	

.product-filter__tags { 
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.product-filter__tags li { 
	float: left;
	margin: 0 10px 10px 0;
	list-style-type: none;
	}	

.product-filter__content .filter-prices { margin: 0; }

.product-filter__list { 
	margin: 0;
	padding: 0;
	}

.product-filter__list li {
	padding: 10px 0 0; 
	list-style-type: none;
	}	
.product-filter__list li:first-child { padding: 0; }

.product-filter__list .checkbox label .checkbox__box { 
	border-color: #e4e4e4;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	}	

.product-filter__list .radio label .radio__box { 
	border-color: #e4e4e4;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	}		

.color-list { 
	margin: 0 -5px;
	padding: 0;
	overflow: hidden;
	}	

.color-list li { 
	float: left;
	padding: 0 5px 5px;
	list-style-type: none;
	}	

.all-filters { 
	display: block;
	padding: 15px 0 0;
	font-size: 14px;
	}

/* product-list
   ---------------------------------------- */
.product-list { 
	flex-wrap: wrap;
	display: flex;
	margin: 0 -13px 25px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.product-list > li {
	display: flex; 
	float: left;
	margin: 0 0 30px;
	padding: 0 13px;
	width: 25%;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.product-list__item { 
	position: relative;
	padding: 25px 25px 0;
	width: 100%;
	border: 1px solid #e0e3e7;
	border-radius: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.product-list > li.sale .product-list__item:before { 
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: -14px;
	right: 22px;
	background-image: url(../img/bg/sale-i.svg);
	background-size: 18px;
	background-color: #f33c37;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	content: "";
	}	

.product-list__item:hover { 
	border-color: #fff;
	box-shadow: 0 20px 47px 0 rgba(0, 27, 54, 0.17);
	}			

.product-list__photo { margin: 0 0 30px; }	

.product-list__photo img { width: 100%; }

.product-list__top-panel { 
	display: inline-block;
	margin: 0 0 35px;
	width: 100%;
	vertical-align: top;
	}	

.product-list__logo { 
	float: left;
	margin: 0 5px 0 0;
	width: 64px;
	}	

.product-list__logo img { width: 100%; }

.product-list__top-panel .rate { margin: 5px 0 0; }

.product-list__info-panel { margin: 0 0 20px; }

.product-list__info-panel ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.product-list__info-panel ul li { 
	text-align: center;
	list-style-type: none;
	}	
.product-list__info-panel ul li:last-child { margin: 0; }	

.btn-sm { 
	display: block;
	margin: 0 0 20px;
	padding: 15px 25px;
	color: #fff;
	font: 16px 'PT Sans', sans-serif;
	text-align: center;
	background: #1a9f29;
	}

.btn-sm:hover { color: #fff; }

.product-list h3 { 
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	}

.product-list h3 a { border-bottom: 1px solid #c3d2dd; }	

.product-list__price { 
	display: block;
	font-size: 27px;
	line-height: 36px;
	}

.product-list__price span { 
	position: relative;
	margin: 0 0 0 5px;
	top: -4px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
	}	

.product-list__number { 
	display: none;
	color: #328d63;
	font-size: 13px;
	line-height: 16px;
	}	

.product-list__services { 
	margin: 0 0 15px;
	padding: 0;
	}	

.product-list__services li { 
	padding: 5px 0 0;
	list-style-type: none;
	}
.product-list__services li:first-child { padding: 0; }	

.product-list__info { 
	margin: 0 0 15px;
	padding: 0;
	}

.product-list__info li { 
	padding: 10px 0 0;
	list-style-type: none;
	}
.product-list__info li:first-child { padding: 0; }		

.product-list__info dl { 
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}
.product-list__info dl:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #d7dce1;
	content: "";
	}	

.product-list__info dl dt { 
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	z-index: 3;
	}

.product-list__info dl dd { 
	position: relative;
	float: right;
	padding: 0 0 0 10px;
	font-size: 14px;
	background: #fff;
	z-index: 3;
	}	

.product-list__all { 
	margin: 0 -25px;
	padding: 20px 25px 25px;
	border-top: 1px solid #e8ecf0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	}		

.product-list__all dt { 
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	}

.product-list__all dd { 
	float: right;
	color: #318e63;
	font-size: 25px;
	line-height: 28px;
	}	

.product-list__all span { 
	position: relative;
	margin: 0 0 0 5px;
	top: -4px;
	font: 14px 'Conv_rouble', sans-serif;
	}			

.product-list > li.sale .product-list__all { 
	color: #fff;
	background: #f33c37;
	}

.product-list > li.sale .product-list__all dd { color: #fff; }		

.product-list__all ul { 
	margin: 0;
	padding: 0;
	}

.product-list__all ul li { 
	float: left;
	margin: 0 0 0 15px;
	line-height: 28px;
	list-style-type: none;
	}
.product-list__all ul li:first-child { margin: 0; }	

.product-list__all ul li del { 
	display: block;
	font-size: 16px;
	}		

/* g-widget
   ---------------------------------------- */
.g-widget { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.g-widget__photo {
	float: left;
	padding: 10px 0 0;
	width: 535px;
	}

.g-widget__photo img { 
	width: 100%;
	border-radius: 10px 0 0 10px;
	}		

.g-widget__description { 
	padding: 45px 60px;
	min-height: 294px;
	background: #e8ecf0;
	overflow: hidden;
	border-radius: 10px;
	}

.g-widget__description h3 {
	margin: 0 0 25px; 
	font-weight: 400;
	}	

.g-widget__description h3 a { border-bottom: 1px solid #bccfdb; }	

/* settings-panel
   ---------------------------------------- */
.settings-panel { 
	margin: 0 0 35px;
	padding: 30px 0 0;
	}

.settings-panel > ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.settings-panel > ul > li { 
	float: left;
	margin: 0 0 0 40px;
	list-style-type: none;
	}

.settings-panel > ul > li:first-child { margin: 0; }		

div.settings-panel > ul > li.pos-left { float: left; }

.settings-panel > ul > li:last-child { float: right; }	

.change-view { 
	margin: 0;
	padding: 0;
	}

.change-view li { 
	float: left;
	margin: 0 0 0 15px;
	list-style-type: none;
	}
.change-view li:first-child { margin: 0; }	

.change-view li a { 
	display: block;
	width: 26px;
	height: 26px;
	font: 0px/0 a;
	}	

.change-view li.__block a { 
	background: url(../img/bg/block-i.svg) no-repeat center;
	background-size: 100%;
	}

.change-view li.__list a { 
	background: url(../img/bg/list-i.svg) no-repeat center;
	background-size: 100%;
	}	

.change-view li.__block.active a { 
	background: url(../img/bg/block-i-b.svg) no-repeat center;
	background-size: 100%;
	}

.change-view li.__list.active a { 
	background: url(../img/bg/list-i-b.svg) no-repeat center;
	background-size: 100%;
	}	
 
.settings-panel dl { margin: 0; }

.settings-panel dl dt { 
	float: left;
	margin: 0 20px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	}

.settings-panel dl dd { float: left; }	

.product-list.__list > li { width: 100%; }

.product-list.__list .product-list__item { padding: 0 50px; }

.product-list.__list .product-list__photo { 
	float: left;
	margin: 0 25px 0 0;
	padding: 25px 0;
	}	

.product-list.__list .product-list__description { overflow: hidden; }	

.product-list.__list .product-list__description__in { 
	display: table;
	width: 100%;
	}	

.product-list.__list .product-list__description__left-col { 
	display: table-cell;
	padding: 0 40px 0 0;
	width: 50%;
	height: 307px;
	vertical-align: middle;
	border-right: 1px solid #e4e7ea;
	}

.product-list.__list .product-list__top-panel { margin: 0 0 10px; }

.product-list__info-panel { margin: 0 0 10px; }

.product-list h3 { margin: 0 0 10px; }

.product-list.__list .product-list__description__right-col { 
	display: table-cell;
	padding: 0 0 0 40px;
	width: 50%;
	height: 307px;
	vertical-align: middle;
	}	

.product-list__services { 
	margin: 0 0 20px;
	padding: 20px 0 0;
	}		

.product-list.__list .product-list__all { 
	margin: 0;
	padding: 15px 20px;
	border: 2px solid #e6eef3;
	border-radius: 5px;
	}

.product-list.__list > li.sale .product-list__all { border: 0; }	

/* filter-panel
   ---------------------------------------- */
.filter-panel { 
	padding: 35px 0;
	background: #fff;
	box-shadow: 0 10px 100px 0 rgba(0, 26, 51, 0.2);
	}

.filter-panel__top-col ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.filter-panel.changed .filter-panel__top-col { margin: 0 0 25px; }	

.filter-panel__top-col li {
	float: left; 
	margin: 0 0 0 30px;
	list-style-type: none;
	}
.filter-panel__top-col li:first-child { margin: 0; }

.filter-panel__top-col li:last-child { float: right; }		

.filter-panel__top-col h3 { 
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	}	

.filter-panel__top-col small { 
	position: relative;
	display: block;
	top: 9px;
	color: #666;
	font-size: 15px;
	}	

.filter-panel__top-col small strong { color: #000; }	

.filter-panel__btn { 
	position: relative;
	display: block;
	padding: 0 30px 0 0;
	color: #4e5253;
	font-size: 17px;
	top: 8px;
	cursor: pointer;
	}		

.filter-panel__btn:after {
    position: absolute;
    display: block;
    margin: -3px 0 0;
    width: 11px;
    height: 6px;
    top: 50%;
    right: 0;
    background: url(../img/bg/accordion-arrow-gray.svg) no-repeat center;
    background-size: 100%;
    content: "";
	}

.filter-panel__top-col li.open .filter-panel__btn:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}		

.filter-panel__dropdown { padding: 30px 0 0; }	

.filter-panel__dropdown ul { 
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: justify;
	line-height: 0;
	letter-spacing: normal;
	text-justify: newspaper;
	zoom: 1;
	}
.filter-panel__dropdown ul:after {
    display: inline-block;
    width: 100%;
    height: 0px;
    vertical-align: top;
    visibility: hidden;
    overflow: hidden;
    content: '';
	}	

.filter-panel__dropdown ul li { 
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.option { position: relative; }

.option__title { 
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	color: #0a5b89;
	font-size: 18px;
	border-bottom: 1px dashed #c5cfda;
	cursor: pointer;
	}	

.option__title:after {
    position: absolute;
    display: block;
    margin: -3px 0 0;
    width: 11px;
    height: 6px;
    top: 50%;
    right: 0;
    background: url(../img/bg/down-arrow-b.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    content: "";
	}	

.filter-panel__dropdown { display: none; }	

.filter-panel__dropdown.open-block { display: block; }

/* product-option
   ---------------------------------------- */
.product-option {
	position: relative; 
	padding: 55px 0;
	width: 100%;
	height: 642px;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}	

.product-option__list { 
	margin: 0;
	padding: 0;
	}

.product-option__list li {
	margin: 0 0 20px; 
	list-style-type: none;
	}
.product-option__list li:last-child { margin: 0; }			

.product-option__item { 
	position: relative;
	display: block;
	padding: 0 0 0 55px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
	}	

.product-option__item.change { line-height: 19px; }	

.product-option__item:before { 
	position: absolute;
	display: block;
	width: 38px;
	height: 38px;
	top: 0;
	left: 0;
	background: url(../img/bg/product-option-i.svg) no-repeat center #f33c37;
    background-size: 12px;
    box-shadow: 0 0 32px 0 #f33c37;
	border-radius: 100%;
	content: "";
	}	

.product-option__dropdown { 
	position: absolute;
	display: none;
	padding: 10px 0 0;
	top: 35px;
	left: -81px;
	z-index: 5;
	}

.product-option__item:hover .product-option__dropdown { display: block; }

.product-option__dropdown__in { 
	padding: 17px 20px;
	width: 200px;
	border: 2px solid #e8ecf0;
	background: #fff;
	border-radius: 5px;
	}

.product-option__dropdown__in:before { 
	position: absolute;
	display: block;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 10px;
	top: 0px;
	left: 50%;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.product-option__dropdown__in:after { 
	position: absolute;
	display: block;
	margin: 0 0 0 -8px;
	width: 16px;
	height: 8px;
	top: 4px;
	left: 50%;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.product-option__dropdown ul { 
	margin: 0;
	padding: 0;
	}

.product-option__dropdown ul li { 
	margin: 0 0 5px;
	color: #000;
	list-style-type: none;
	}

.product-option__dropdown ul li:last-child { margin: 0; }

/* product-option__in
   ---------------------------------------- */
.product-option__in { 
	position: relative;
	width: 100%;
	height: 532px;
	}	

.product-option__list { 
	position: absolute;
	right: 0;
	bottom: 0;
	}	

.product-option__in > .product-option__item:nth-child(1) { 
	position: absolute;
	top: 55px; 
	left: 110px;
	}

.product-option.conditioner .product-option__in > .product-option__item:nth-child(1) { 
	top: 110px;
	left: 50px;
	}	

.product-option__in > .product-option__item:nth-child(1) span:before { 
	position: absolute;
	display: block;
	width: 1px;
	height: 185px;
	left: 19px;
	bottom: -185px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}

.product-option__in > .product-option__item:nth-child(1) span:after { 
	position: absolute;
	display: block;
	width: 75px;
	height: 1px;
	left: 20px;
	bottom: -185px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}	


.product-option.conditioner .product-option__in > .product-option__item:nth-child(1) span:before { 
	height: 165px;
	top: -165px;
	bottom: auto;
	}

.product-option.conditioner .product-option__in > .product-option__item:nth-child(1) span:after { display: none; }

.product-option__in > .product-option__item:nth-child(2) { 
	position: absolute;
	top: 420px; 
	left: 110px;
	}

.product-option.conditioner .product-option__in > .product-option__item:nth-child(2) { 
	top: 265px;
	left: 50px;
	}		

.product-option__in > .product-option__item:nth-child(2) span:before { 
	position: absolute;
	display: block;
	width: 1px;
	height: 40px;
	left: 19px;
	top: -40px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}

.product-option__in > .product-option__item:nth-child(2) span:after { 
	position: absolute;
	display: block;
	width: 75px;
	height: 1px;
	left: 20px;
	top: -40px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}		

.product-option.conditioner .product-option__in > .product-option__item:nth-child(2) span:before,
.product-option.conditioner .product-option__in > .product-option__item:nth-child(2) span:after { display: none; }		

.product-option__in > .product-option__item:nth-child(3) { 
	position: absolute;
	top: 195px; 
	left: 450px;
	}

.product-option.conditioner .product-option__in > .product-option__item:nth-child(3) { 
	position: absolute;
	top: 110px; 
	left: 295px;
	}	

.product-option.conditioner .product-option__in > .product-option__item:nth-child(3) span:after { 
	width: 85px;
	left: 20px;
	}	

.product-option__in > .product-option__item:nth-child(3) span:before { 
	position: absolute;
	display: block;
	width: 1px;
	height: 95px;
	left: 19px;
	top: -95px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}

.product-option__in > .product-option__item:nth-child(3) span:after { 
	position: absolute;
	display: block;
	width: 75px;
	height: 1px;
	left: -56px;
	top: -95px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}	

.product-option__in > .product-option__item:nth-child(4) { 
	position: absolute;
	top: 325px; 
	left: 450px;
	}

.product-option.conditioner .product-option__in > .product-option__item:nth-child(4) { 
	position: absolute;
	top: 5px; 
	left: auto;
	right: 240px;
	}	

.product-option.conditioner .product-option__in > .product-option__item:nth-child(4) span:before { 
	height: 25px;
	bottom: -25px;
	}	

.product-option.conditioner .product-option__in > .product-option__item:nth-child(4) span:after { 
	width: 375px;
	left: 19px;
	bottom: -26px;
	}

.product-option__in > .product-option__item:nth-child(4) span:before { 
	position: absolute;
	display: block;
	width: 1px;
	height: 65px;
	left: 19px;
	bottom: -65px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}

.product-option__in > .product-option__item:nth-child(4) span:after { 
	position: absolute;
	display: block;
	width: 75px;
	height: 1px;
	left: -56px;
	bottom: -65px;
	background: #fff;
	opacity: 0.3;
	content: "";
	}		

/* type-room
   ---------------------------------------- */
.type-room { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.type-room__left-col { 
	float: left;
	padding: 0 15px 0 0;
	width: 67%;
	}	

.type-room__list { 
	margin: 0 -15px 30px;
	padding: 0;
	overflow: hidden;
	}

.type-room__list > li { 
	float: left;
	padding: 0 15px;
	width: 50%;
	list-style-type: none;
	}		

.type-room__right-col { 
	float: right;
	padding: 0 0 0 15px;
	width: 33%;
	}		

.type-room__item { 
	position: relative;
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 7px;
	}
.type-room__item.big-size { height: 430px; }	

.type-room__item:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
    border-radius: 7px;
    content: "";
    -webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}		

.type-room__item:hover:before { 
	background: rgba(0, 0, 0, 0.7);
	}	

.type-room__item img { 
	width: 100%;
	border-radius: 7px;
	}	

.type-room__title { 
	position: absolute;
	display: block;
	padding: 0 35px 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 17px;
	z-index: 2;
	}	

.type-room__number { 
	position: absolute;
	margin: 0;
	padding: 0 35px;
	max-width: 330px;
	width: 100%;
	left: 0;
	bottom: 65px;
	opacity: 0;
	}	

.type-room__title { 
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	} 

.type-room__item:hover .type-room__title { opacity: 1; }	  	

.type-room__number { 
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	} 

.type-room__item:hover .type-room__number { opacity: 1; }

.type-room__number dt { 
	margin: 0 0 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	opacity: 0.7;
	}

.type-room__number ul { 
	margin: 0 -6px;
	padding: 0;
	}	

.type-room__number ul li { 
	float: left;
	padding: 0 6px;
	width: 25%;
	list-style-type: none;
	}	

.type-room__number ul li a { 
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 38px;
	background: #065487;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}	
.type-room__number ul li a:hover { background: #f33c37; }	

/* goods
   ---------------------------------------- */
.goods { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.goods > li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

/* goods__list
   ---------------------------------------- */
.goods__list { 
	margin: 0;
	padding: 0;
	}		

.goods__item { 
	border: 1px solid #e0e3e7;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: box-shadow .3s linear;
	-moz-transition: box-shadow .3s linear;
	-o-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
	}
.goods__item:hover { 
	box-shadow: 0 20px 43px 0 rgba(0, 27, 54, 0.17);
	}	 	

.goods__item > dl { 
	margin: 0;
	padding: 0;
	}

.goods__item > dl > dt { 
	padding: 25px 40px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #e8ecf0;
	}

.goods__item > dl > dt a { border-bottom: 1px solid #e1e8ee; }	

.goods__list > li { 
	position: relative;
	padding: 20px 25px 30px;
	border-bottom: 1px solid #e8ecf0;
	list-style-type: none;
	}
.goods__list > li:after { 
	position: absolute;
	display: block;
	margin: 0 0 0 -15px;
	width: 30px;
	height: 30px;
	left: 50%;
	bottom: -15px;
	background: url(../img/bg/plus-i.png) no-repeat center #fff;
	content: "";
	} 	

.goods__list > li.sale:before { 
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: -20px;
	right: 20px;
	background-image: url(../img/bg/sale-i.svg);
	background-position: center;
	background-color: #f33c37;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 100%;
	content: "";
	}		

.goods__price { 
	display: block;
	margin: 0 0 5px;
	color: #0a0a0a;
	font-size: 27px;
	}

.goods__price span { 
	position: relative;
	margin: 0 0 0 5px;
	top: -4px;
	font: 14px 'Conv_rouble', sans-serif;
	} 	

.goods__number {
	display: block;
	color: #328d63;
	font-size: 13px;
	}	

.goods .product-list__services { 
	margin: 0;
	padding: 25px 12px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	} 

.goods .product-list__services li { 
	display: inline-block;
	padding: 0 12px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	

/* goods__col
   ---------------------------------------- */
.goods__col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.goods__col__left { 
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
	text-align: center;
	}			

.goods__col__right {
	float: right;
	padding: 0 0 0 20px;
	width: 50%;
	}	

.goods__photo { 
	display: inline-block;
	margin: 0 0 20px;
	max-width: 210px;
	vertical-align: top;
	}	

.goods__photo img { width: 100%; }	

/* goods__settings
   ---------------------------------------- */
.goods__settings {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
	}

.goods__settings li { 
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: normal;
	list-style-type: none;
	border-left: 1px solid #cedee7;
	}

.goods__settings li:first-child { 
	padding-left: 0;
	border-left: 0;
	}

.goods__settings li:last-child { padding-right: 0; }		

.goods h3 { 
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	}

.goods h3 a { color: #000; }

/* goods__bottom-panel
   ---------------------------------------- */
.goods__bottom-panel { 
	padding: 25px;
	background: #e8ecf0;
	border-radius: 0 0 5px 5px;
	}		

.goods__bottom-panel__price { 
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.goods__bottom-panel__price dt { 
	float: left;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	}	

.goods__bottom-panel__price dd { 
	float: left;
	line-height: 30px;
	}	

.goods__bottom-panel .btn { 
	width: 100%;
	text-align: left;
	overflow: hidden;
	}	

.goods__bottom-panel .btn span { float: left; }

.goods__bottom-panel .btn .arrow-i { 
	float: right;
	margin: 3px 0 0;
	}	

.goods > li:hover .goods__bottom-panel .btn { 
	color: #fff;
	border-color: #0a5b89;
	background: #0a5b89;
	}	

.goods > li:hover .goods__bottom-panel .btn .arrow-i { 
	background-image: url(../img/bg/arrow-i.svg);
	}	

.goods__price-list { 
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.goods__price-list li { 
	float: left;
	margin: 0 0 0 10px;
	list-style-type: none;
	line-height: 30px;
 	}
.goods__price-list li:first-child { margin: 0; }	

.goods__price-list .goods__price { margin: 0; }

.goods__price-list li .goods__price { color: #318e63; }

.goods__price-list li del { color: #f33c38; }

/* banner
   ---------------------------------------- */
.banner { 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	}

.banner img { border-radius: 5px; }

.banner__in { 
	position: relative;
	padding: 7px;
	width: 100%;
	top: 0;
	left: 0;
	}	

.banner p { 
	margin: 0;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	}	

.banner p a { border-bottom: 1px solid #b4c1c7; }	

.banner__btn { 
	position: absolute;
	display: inline-block;
	padding: 0 30px;
	top: 7px;
	right: 7px;
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	background: #f33c37;
	border-radius: 3px;
	}

.banner__btn:hover { color: #fff; }		

/* extended-room
   ---------------------------------------- */
.extended-room { 
	position: relative;
	width: 100%;
	height: 640px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	} 
.extended-room:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	content: "";
	}	

.extended-room__in { 
	position: relative;
	height: 640px;
	z-index: 3;
	}	

/* extended-room__item
   ---------------------------------------- */
.extended-room__item { 
	position: relative;
	width: 124px;
	}

.extended-room__item__in {
	padding: 10px 0 0;
	width: 124px;
	height: 124px; 
	text-align: center;
	border: 1px solid rgb(255, 255, 255, 0.3);
	border-radius: 100%;
	}	

.extended-room__item__in span { 
	display: block;
	color: #fff;
	font-size: 68px;
	font-weight: 700;
	line-height: 68px;
	opacity: 0.3;
	}		

.extended-room__item__in small { 
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.3;
	}	

.extended-room__item .product-option__item.product-option__item:nth-child(1) { 
	position: absolute;
	margin: -19px 0 0;
	padding: 0 55px 0 0;
	top: 50%;
	left: -118px;
	text-align: right;
	}

.extended-room__item .product-option__item.product-option__item:nth-child(1):before { 
	right: 0;
	left: auto;
	}	

.extended-room__item .product-option__item.product-option__item:nth-child(2) { 
	position: absolute;
	margin: -19px 0 0;
	top: 50%;
	right: -118px;
	}	

.extended-room__item:nth-child(1) { 
	position: absolute;
	top: 105px;
	left: 315px;
	}

.extended-room__item:nth-child(2) { 
	position: absolute;
	top: 365px;
	left: 260px;
	}

.extended-room__item:nth-child(3) { 
	position: absolute;
	top: 140px;
	right: 210px;
	}

.extended-room__right-col { 
	position: absolute;
	right: 0;
	bottom: 55px;
	}

/* extended-room__left-col
   ---------------------------------------- */
.extended-room__left-col { 
	position: absolute;
	left: 0;
	bottom: 30px;
	}

.extended-room__list { 
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.extended-room__list li { 
	float: left;
	margin: 0 0 0 50px;
	color: #fff;
	list-style-type: none;
	}	
.extended-room__list li:first-child { margin: 0; }

.extended-room__options__title { 
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	cursor: pointer;
	}
.extended-room__options__title:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 10px;
	height: 8px;
	top: 50%;
	right: 0;
	background: url(../img/bg/down-arrow-w.svg) no-repeat 0 0;
	background-size: 100%;
	content: "";
 	}	 

/* product-info__top-panel
   ---------------------------------------- */
.product-info__top-panel { 
	display: inline-block;
	margin: 0 0 25px;
	padding: 25px 0 0;
	width: 100%;
	vertical-align: top;
	}

.product-info__top-panel .product-info__back { 
	float: left;

	}	 		

.product-info__back { 
	position: relative;
	display: block;
	padding: 0 0 0 25px;
	font-size: 15px;
	}

.product-info__back a { color: #666; }	

.product-info__back a:before { 
	position: absolute;
	display: block;
	margin: -4px 0 0;
	width: 10px;
	height: 14px;
	top: 50%;
	left: 0;
	background: url(../img/bg/back-arrow-i.svg) no-repeat 0 0;
	background-size: 100%;
	content: "";
	}
  
.product-info__top-panel .product-info__link { float: right; }

.product-info__link {
	display: block;
 	font-size: 15px;
 	}

.product-info__link a { 
	color: #0a5b89;
	border-bottom: 1px solid #c8d9e2;
	}	

/* product-info__col
   ---------------------------------------- */
.product-info__col { 
	flex-wrap: wrap;
	display: flex; 
	margin: 0 0 40px;
	}

.product-info__col__left { 
	display: flex; 
	float: left;
	width: 43%;
	}

.product-info__col__mid { 
	display: flex; 
	float: left;
	padding: 0 30px;
	width: 34%;
	}

.product-info__col__right { 
	display: flex; 
	float: right;
	width: 23%;
	}	

.product-info__col__item {
	position: relative;
	display: block;
	width: 100%;
	}		

/* product-info__btn-panel
   ---------------------------------------- */
.product-info__btn-panel { 
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	}

.product-info__btn-panel li { 
	float: left;
	padding: 0 10px;
	width: 50%;
	list-style-type: none;
	}

.product-info__btn-panel li:first-child { padding-left: 0; }

.product-info__btn-panel li:last-child { padding-right: 0; }	

.product-info__btn-panel .btn { 
	padding: 18px 20px 20px;
	width: 100%;
	font-size: 15px;
	}		

.btn .comparison-i { 
	display: inline-block;
	margin: -4px 0 0 15px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(../img/bg/comparison-i.png) no-repeat 0 0;
	}

.btn .defer-i { 
	display: inline-block;
	margin: -2px 0 0 15px;
	width: 13px;
	height: 12px;
	vertical-align: middle;
	background: url(../img/bg/defer-i.png) no-repeat 0 0;
	}

/* product-info__slider__wrap
   ---------------------------------------- */
.product-info__slider__wrap { 
	display: inline-block;
	margin: 0 0 50px;
	width: 100%;
	vertical-align: top;
	}

/* product-info__slider
   ---------------------------------------- */
.product-info__slider {
	position: relative;
	overflow: hidden;
	}	

.product-info__slider .owl-stage-outer { 
	position: relative;
	width: 100%;
	overflow: hidden;
	}	

.product-info__slider .owl-stage { 
	position: relative;
	width: 100%;
	overflow: hidden;
	}

.product-info__slider .owl-item { 
	float: left;
	width: 100%;
	}

.product-info__slider .owl-item a { 
	position: relative;
	display: block;
	}

.product-info__slider .owl-item a:before { 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg/zoom.svg) no-repeat center rgba(255, 255, 255, 0.6);
	background-size: 60px;
	opacity: 0;
	content: "";
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}

.product-info__slider .owl-item a:hover:before { opacity: 1; }		

.product-info__slider .owl-item img { 
	width: 100%;
	border-radius: 3px;
	}		

.product-info__slider .owl-nav { display: none !important; }	

.product-info__slider .owl-dots { 
	display: none;
	padding: 20px 0 0;
	font-size: 0;
	text-align: center;
	line-height: 0;
	letter-spacing: 0;
	}

.product-info__slider .owl-dot { 
	display: inline-block;
	margin: 0 3px;
	width: 16px;
	height: 16px;
	border: 3px solid #c8c8c8;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	}

.product-info__slider .owl-dot.active { background: #c8c8c8; }	

/* product-info__slider-list
   ---------------------------------------- */
.product-info__slider-list { 
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 58px;
	}

.product-info__slider-list li { 
	margin: 0 0 20px;
	width: 100%;
	list-style-type: none;
	border-radius: 1px;
	}	

.product-info__slider-list a { display: block; }

.product-info__slider-list img { width: 100%; }

.product-info__slider-list li.active { box-shadow: 0 0 0 3px #f33c37; }

/* product-info__logo
   ---------------------------------------- */
.product-info__logo { 
	display: block;
	margin: 0 0 5px;
	width: 100px;
	}

.product-info__logo img { width: 100%; }		

.product-info__tabs__col__left h3 { 
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	}

.product-list__services { 
	margin: 0 0 25px;
	padding: 0;
	}	

.product-list__services li { padding: 10px 0 0; }	
.product-list__services li:first-child { padding: 0; }

.product-info__text { 
	margin: 0 0 20px;
	padding: 15px 25px;
	background: #e8ecf0;
	border-radius: 10px;
	}

.product-info__text span { color: #318e63; }

.product-info__installation-info { 
	margin: 0;
	padding: 0;
	}

.product-info__installation-info dt { margin: 0 0 15px; }

.product-info__installation-info ul { 
	margin: 0;
	padding: 0;
	}

.product-info__installation-info ul li { 
	position: relative;
	margin: 0 0 2px;
	padding: 0 0 0 35px;
	list-style-type: none;
	}
.product-info__installation-info ul li:last-child { margin: 0; }

.product-info__installation-info ul li:before { 
	position: absolute;
	display: block;
	width: 17px;
	height: 1px;
	top: 12px;
	left: 0;
	background: #e8ecf0;
	content: "";
	}	

.product-info__total { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.product-info__total dt { 
	float: left;
	margin: 0 10px 0 0;
	font-size: 27px;
	font-weight: 400;
	}

.product-info__total dd { 
	float: left;
	}		

.product-info__price { 
	display: inline-block;
	font-size: 27px;
	font-weight: 700;
	vertical-align: middle;
	}

.product-info__price span { 
	position: relative;
	margin: 0 0 0 10px;
	top: -4px;
	color: #666;
	font: 14px 'Conv_rouble', sans-serif;
	}		

.product-info__total small { 
	display: inline-block;
	margin: 0 0 0 20px;
	color: #328d63;
	font-size: 13px;
	vertical-align: middle;
	} 	

.product-info__panel { 
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d7dce1;
	}	

.product-info__panel ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.product-info__panel ul li {
	float: left; 
	margin: 0 0 0 10px;
	list-style-type: none;
	}
.product-info__panel ul li:first-child { margin: 0; }	

.product-info__panel dl { 
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.product-info__panel dl dt { 
	float: left;
	margin: 0 5px 0 0;
	color: #0a5b89;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	}

.product-info__panel dl dd { 
	float: left;
	padding: 0 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	background: #0f5b8c;
	border-radius: 1px;
	}	

.product-info__rate .rate { padding: 2px 0 0; }

.product-info__rate span {
	display: inline-block; 
	margin: 0 0 0 3px;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	}			

/* product-info__widget
   ---------------------------------------- */
.product-info__widget { 
	position: relative;
	background: url(../img/src/manager2.png) no-repeat center bottom #e7ebef;
	border-radius: 10px;
	}	

.product-info__widget__top-panel { 
	padding: 25px 20px 20px;
	border-bottom: 1px solid #d7dce1;
	}	

.product-info__widget .checkbox label .checkbox__box { 
	margin: 3px 10px 0 0;
	border: 0;
	background: #b8c2cc;
	}	

.product-info__widget .checkbox label .checkbox__text { 
	padding: 0;
	color: #000;
	}

.product-info__widget .checkbox label .checkbox__text a { color: #0a5b89; }		

.product-info__widget .checkbox input:checked + label .checkbox__box { 
	background: url(../img/bg/tick.svg) no-repeat center #b8c2cc;
	background-size: 8px;
	}

.product-info__widget__list { 
	margin: 0 0 60px;
	padding: 0;
	}			

.product-info__widget__list li { 
	margin: 0 0 10px;
	list-style-type: none;
	}
.product-info__widget__list li:last-child { margin: 0; }	

.product-info__widget .btn { 
	position: relative;
	display: block;
	padding: 19px 20px 21px;
	width: 100%;
	text-align: left;
	}			

.product-info__widget .btn .arrow-i { 
	position: absolute;
	margin: -5.5px 0 0;
	top: 50%;
	right: 20px;
	}				

.product-info__widget__content { padding: 20px; }	

.product-info__widget__photo { 
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 80px;
	}

.product-info__widget__photo img { width: 100%; }	

.product-info__widget__text { margin: 0 0 215px; }
  
.product-info__widget__text strong { 
	display: block;
	font-size: 15px;
	}

.product-info__widget__text span { 
	display: block;
	font-size: 15px;
	}	

/* product-info__tabs
   ---------------------------------------- */
.product-info__tabs { 
	
	}	

.product-info__tabs__navi { 
	margin: 0 0 50px;
	padding: 30px 40px;
	font-size: 13px;
    text-align: justify;
    line-height: 0;
    letter-spacing: normal;
    background: #eceff1;
    text-justify: newspaper;
    zoom:1;
    border-radius: 10px;
	}
.product-info__tabs__navi:after { 
	display: inline-block; 
    width: 100%;
    height: 0px;
    vertical-align: top;
    visibility: hidden;
    overflow: hidden;
    content: '';
	}	

.product-info__tabs__navi li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: left; 
	letter-spacing: normal;
	list-style-type: none;
	line-height: 20px;
	}
.product-info__tabs__navi li:before { 
	position: absolute;
	display: none;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -29px;
	background: #f33c37;
	content: "";
	}

.product-info__tabs__navi li.active:before { display: block; }			

.product-info__tabs__navi a { color: #000; }
.product-info__tabs__navi a:hover { color: #383838; }

.product-info__tabs__navi a span { 
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0 5px;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	background: #0f5b8c;
	border-radius: 3px;
	}	

.product-info__tabs__content__item { display: none; }

.product-info__tabs__content__item.active { display: block; }		

.product-info__tabs__col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.product-info__tabs__col__left { 
	float: left;
	padding: 0 60px 0 0;
	width: 75%;
	}	

.product-info__tabs__col__right { 
	float: right;
	width: 25%;
	}	

.product-info__tabs__col__left h3 {
	margin: 0 0 20px; 
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	}

.product-info__tabs p { 
	font-size: 15px;
	}

.product-info__tabs p a { text-decoration: underline; }	

.product-info__tabs__photo { 
	margin: 0 auto 30px;
	padding: 30px 0 0;
	max-width: 450px;
	}

.product-info__tabs__photo img { width: 100%; }	

/* characteristics-list
   ---------------------------------------- */
.characteristics-list {
	margin: 0;
	padding: 0;
	}

.characteristics-list li { 
	list-style-type: none;
	}

.characteristics-list dl { 
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
 	}

.characteristics-list dt { 
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	}
.characteristics-list dt:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #dfdfdf;
	content: "";
	}

.characteristics-list dt span { 
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: top;
	background: #fff;
	z-index: 3;
	}	

.characteristics-list dd { 
	display: inline-block;
	padding: 0 0 0 20px;
	width: 50%;
	vertical-align: top;
	font-size: 15px;
	line-height: normal;
	letter-spacing: normal;
	}		

/* product-info__tabs__btn-panel
   ---------------------------------------- */
.product-info__tabs__btn-panel { 
	margin: 0;
	padding: 0;
	width: 100%;
	}

.product-info__tabs__btn-panel li { 
	float: left;
	margin: 0 0 0 25px;
	list-style-type: none;
	}	
.product-info__tabs__btn-panel li:first-child { margin: 0; }	

.messages-list.changed .messages-list__question-answer li { margin: 0 0 20px; }

.messages-list.changed .messages-list__photo { 
	margin: 0 15px 0 0;
	width: 66px;
	}

.messages-list__photo img { 
	width: 100%;
	border-radius: 100%;
	}	

.messages-list.changed .messages-list__item { 
	margin: 0 0 35px;
	padding: 0 0 35px;
	}	

.messages-list.changed .messages-list__question-answer__item { 
	margin-right: -50px;
	padding: 25px;
	}	

.messages-list.changed .messages-list__question-answer__item:before { 
	top: 15px;
	bottom: auto;
	}	

.messages-list.changed .messages-list__question-answer__item.answer { margin: 0 0 0 50px; }	

.messages-list.changed .messages-list__question-answer li:last-child { margin: 0; }

.messages-list__question-answer-panel span { font-size: 12px; }

.messages-list__question-answer-panel span { font-size: 12px; }

/* reviews
   ---------------------------------------- */
.reviews { 
	margin: 0 0 50px;
	padding: 0;
	}

.reviews li { 
	margin: 0 0 30px;
	padding: 0 0 30px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	}	

.reviews__item { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.reviews .reviews__photo { 
	margin: 0 30px 0 0;
	width: 66px;
	}

.reviews .reviews__description { overflow: hidden; } 

.reviews__top-panel { 
	display: inline-block;
	margin: 0 0 15px;
	width: 100%;
	vertical-align: top;
	}

.reviews__top-panel strong { 
	margin: 0 10px 0 0;
	font-size: 20px;
	font-weight: 700;
	}

.reviews__top-panel span { 
	color: #666;
	font-size: 14px;
	}

.reviews__assessment { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}	

.reviews__assessment dt { 
	float: left;
	margin: 0 15px 0 0;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	}

.reviews__assessment dd { 
	float: left;
	line-height: 20px;
	}

.reviews__assessment dd span { 
	margin: 0 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	}	

.reviews__assessment dd .rate { 
	padding: 2px 0 0;
	width: 105px !important;
	}

.reviews__assessment dd .rate img { width: 16px; }		

/* selected-product
   ---------------------------------------- */
.selected-product { 
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 25px 0 10px;
	width: 100%;
	vertical-align: top;
	border-top: 2px solid #d9e4ec;
	border-bottom: 2px solid #d9e4ec;
	}

.selected-product__in { position: relative; }	

.selected-product__in:before {
	position: absolute;
	display: block;
	top: -44px;
	left: 50px;
	border: 9px solid transparent;
    border-bottom: 9px solid #d9e4ec;
	content: "";
 	}

.selected-product__in:after {
	position: absolute;
	display: block;
	top: -41px;
	left: 50px;
	border: 9px solid transparent;
    border-bottom: 9px solid #fff;
	content: "";
	z-index: 3;
 	}	

.selected-product__photo { 
	float: left;
	margin: 0 20px 0 0;
	}	

.selected-product__description { overflow: hidden; }

.selected-product__description p { margin: 0; }	

/* your-assessment
   ---------------------------------------- */
.your-assessment { 
	display: inline-block;
	margin: 0 0 51px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.your-assessment dt { 
	float: left;
	margin: 0 20px 0 0;
	font-size: 20px;
	line-height: 24px;
	}

.your-assessment dd { float: left; }	

.your-assessment .rate { width: 140px !important; }

.your-assessment .rate img { width: 24px; }		

.your-assessment dd span {
	display: inline-block; 
	margin: 0 0 0 15px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	}

/* recommended-blocks-tabs
   ---------------------------------------- */
.recommended-blocks-tabs { 
	margin: 0 0 40px;
	}	

.recommended-blocks-tabs__navi { 
	margin: 0 -15px 30px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}	

.recommended-blocks-tabs__navi li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}

.recommended-blocks-tabs__navi li:before {
	position: absolute;
	display: block;
	margin: 0 0 0 -9px;
	bottom: -30px;
	left: 50%;
	border: 9px solid transparent;
    border-bottom: 9px solid #e9edf0;
	content: "";
	opacity: 0;
 	}

.recommended-blocks-tabs__navi li.active:before { opacity: 1; }	

.recommended-blocks-tabs__navi li:after {
	position: absolute;
	display: block;
	margin: 0 0 0 -9px;
	bottom: -33px;
	left: 50%;
	border: 9px solid transparent;
    border-bottom: 9px solid #fff;
	content: "";
	z-index: 3;
	opacity: 0;
 	}	

 .recommended-blocks-tabs__navi li.active:after { opacity: 1; }	

.recommended-blocks-tabs__navi a { 
	display: block;
	text-align: center;
	}

.recommended-blocks-tabs__navi a span { 
	display: block;
	margin: 0 0 20px;
	border: 2px solid #e9edf0;
	background: #e9edf0;
	border-radius: 10px;
	overflow: hidden;
	}

.recommended-blocks-tabs__navi li.active a span { background: #fff; }			

.recommended-blocks-tabs__navi a img { width: 100%; }

.recommended-blocks-tabs__navi a small { 
	display: block;
	color: #000;
	font-size: 16px;
	}	

.recommended-blocks-tabs__navi li.active small { 
	color: #0f5b8c;
	font-weight: 700;
	}	

.recommended-blocks-tabs__content { 
	padding: 40px 0 55px;
	border-top: 2px solid #e9edf0;
	border-bottom: 2px solid #e9edf0;
	}	

.recommended-blocks-tabs__content__item { display: none; }

.recommended-blocks-tabs__content__item.active { display: block; }	

.area-panel { 
	margin: 0 0 35px;
	overflow: hidden;
	}

.area-panel dt { 
	float: left;
	margin: 0 30px 0 0;
	font-size: 25px;
	font-weight: 700;
	}

.area-panel dd { float: left; }	

.area-panel ul { 
	margin: 0;
	padding: 0;
	border: 1px solid #e0e3e7;
	overflow: hidden;
	border-radius: 5px;
	}	

.area-panel li { 
	position: relative;
	float: left;
	list-style-type: none;
	border-left: 1px solid #e0e3e7;
	}
.area-panel li:first-child { border-left: 0; }

.area-panel label { 
	display: block;
	margin: 0;
	padding: 0 15px;
	width: 70px;
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	background: #e9edf0;
	}

.area-panel li:first-child label { border-radius: 5px 0 0 5px; }

.area-panel li:last-child label { border-radius: 0 5px 5px 0; }		

.area-panel input { 
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	}	

.area-panel input:checked + label { background-color: #fff; }

/* recommended-product
   ---------------------------------------- */
.recommended-product { 
	display: inline-block;
	padding: 25px 30px;
	width: 100%;
	vertical-align: top;
	border: 1px solid #e0e3e7;
	border-radius: 10px;
	}

.selected-product__top-panel { 
	margin: 0 -15px 30px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.selected-product__top-panel li { 
	display: inline-block;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}

.selected-product__top-panel dl { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}		

.selected-product__top-panel dt { 
	float: left;
	margin: 0 20px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	}

.selected-product__top-panel dd { float: left; } 	

.selected-product__top-panel dd > span { 
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #0f5b8c;
	line-height: 22px;
	border-bottom: 1px dashed #b9c8d5;
	cursor: pointer;
	}
/*.selected-product__top-panel dd > span:after { 
	position: absolute;
	display: block;
	margin: -3px 0 0;
	width: 10px;
	height: 10px;
	top: 50%;
	right: -20px;
	background: url(../img/bg/down-arrow-b.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}*/	

.selected-product__top-panel dd { 
	position: relative;
	float: left;
	z-index: 20;
	}	

.selected-product__top-panel dd.open:before {
	position: absolute;
	display: block;
	margin: 0 0 0 -9px;
	bottom: -17px;
	left: 50%;
	border: 9px solid transparent;
    border-bottom: 9px solid #d9e4ec;
	content: "";
 	}

.selected-product__top-panel dd.open:after {
	position: absolute;
	display: block;
	margin: 0 0 0 -9px;
	bottom: -20px;
	left: 50%;
	border: 9px solid transparent;
    border-bottom: 9px solid #fff;
	content: "";
	z-index: 3;
 	}	

/* selected-product__list
   ---------------------------------------- */
.selected-product__list { 
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}		

.selected-product__list > li { 
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}	

.recommended-product-list {
	margin: 0 -15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.recommended-product-list > li {
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	vertical-align: top; 
	list-style-type: none;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	

/* works-col
   ---------------------------------------- */
.works-col { 
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.works-col > div { 
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	

.works-col__left { width: 33.333%; }

.works-col__mid { width: 41.666%; }	

.works-col__right { width: 25%; }

.works-col__list { 
	margin: 0;
	padding: 0;
	}

.works-col__list li { list-style-type: none; }	

/* page-col
   ---------------------------------------- */
.page-col { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

/* page-col__sidebar
   ---------------------------------------- */
.page-col__sidebar { 
	float: left;
	margin: 0 30px 0 0;
	padding: 30px 0 0;
	width: 250px;
	}

.filters {
    margin: 0;
    border: 1px solid #e0e3e7;
    border-radius: 10px;
	}

.filters h4 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    background: #e8ecee;
    border-radius: 10px 10px 0 0;
	}

.filters > ul {
    margin: 0;
    padding: 0;
	}

.filters > ul > li { 
	padding: 15px;
	list-style-type: none;
	border-bottom: 1px solid #ebebeb;
	}	
.filters > ul > li:last-child { 
	margin: 0;
	border-bottom: 0;
	}

.filters dl { 
	margin: 0;
	padding: 0;
	}	

.filters dt { 
	position: relative;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	}
.filters dt:before { 
	position: absolute;
	display: block;
	margin: -5px 0 0;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 0;
	background: url(../img/bg/filter-down-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}		

.filters dd { 
	padding: 15px 0 0;
	display: none;
	}

.filters dl.open dd { display: block; }	

/* filter-panel
   ---------------------------------------- */
.m-filter-panel { 
	display: none;
	margin: 50px 0 20px;
	padding: 0;
	border: 1px solid #e0e3e7;
	overflow: hidden;
	}

.m-filter-panel li { 
	float: left;
	width: 50%;
	list-style-type: none;
	}	

.m-filter-panel .select { 
	height: 50px;
	border: 0; 
	}	

.m-filter-panel .select select { height: 50px; }

.m-filter-panel__link { 
	position: relative;
	display: block;
	padding: 0 20px;
	color: #95989b;
	font-size: 16px;
	line-height: 50px;
	border-left: 1px solid #e0e3e7;
	}	
.m-filter-panel__link:after { 
	position: absolute;
	display: block;
	margin: -8px 0 0;
	width: 8px;
	height: 15px;
	top: 50%;
	right: 15px;
	background: url(../img/bg/arrow-n.png) center no-repeat;
	content: "";
	}	

/* filter-prices
   ---------------------------------------- */ 
.filter-prices { margin: 0 0 10px; } 

.filter-prices__text { 
	display: block;
	margin: 0 0 10px;
	color: #b5b5b5;
	font-size: 14px;
	}

.filter-prices__list { 
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}
.filter-prices__list:before { 
	position: absolute;
	display: block;
	margin: -0.5px 0 0 -3px;
	width: 6px;
	height: 1px;
	top: 50%;
	left: 50%;
	background: #444;
	content: "";
	}	

.product-filter .filter-prices__list { 
	position: relative;
	padding: 0 43px 0 0;
	}	

.filter-prices__list li { 
	float: left;
	padding: 0 15px;
	width: 50%;
	list-style-type: none;
	}
.filter-prices__list li:first-child { padding-left: 0; }
.filter-prices__list li:last-child { padding-right: 0; }	

.filter-prices__field { 
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	}	

.filter-prices__list input[type='text'] { 
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 36px;
	color: #444;
	font: 14px 'Rubik', sans-serif;
	font-weight: 300;
	text-align: center;
	border: 0;
	background: #fff;
	}	     

.filter-prices .ui-widget-content { background: #eee; }

.filter-prices .ui-slider-horizontal { height: 2px; }	

.filter-prices .ui-slider { 
	position: relative;
	text-align: left;
	} 

.filter-prices .ui-slider-horizontal .ui-slider-range { 
	height: 100%;
	top: 0;
	}	

.filter-prices .ui-slider .ui-slider-range { 
	position: absolute;
	z-index: 1;
	}	

.filter-prices .ui-slider .ui-widget-header { background: #ce050f; }	

.filter-prices .ui-slider .ui-slider-handle { 
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	background: #ce050f;
	cursor: pointer;
	z-index: 2;
	}
.filter-prices .ui-slider .ui-slider-handle:focus { outline: none; }	

.filter-prices .ui-slider-horizontal .ui-slider-handle { 
	margin-left: -5px;
	top: -4.5px;
	}

/* select-small
   ---------------------------------------- */
.select-small { 
    margin: 0;
    padding: 0;
    width: 100%;
    height: 36px;
    border: 1px solid #e4e4e4;
    background: url(../img/bg/select-small-arrow.png) no-repeat right center #fff;
    border-radius: 3px;
    overflow: hidden;
    }  

.select-small select {
    margin: 0;
    padding: 0 27px 0 7px;
    width: 100%; 
    height: 34px;
    color: #2f2f2f;
	font: 14px 'Rubik', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
    border: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    -o-appearance:none !important;
    }	

.select-small select:focus { outline: none; } 

.filters__list { 
	margin: 0;
	padding: 0;
	}

.filters__list li { 
	margin: 0 0 10px;
	list-style-type: none;
	}

.filters__list li:last-child { margin: 0; }

.filters__list li.close { display: none; }

/* global-checkbox 
   ---------------------------------------- */
.gl-checkbox { display: flex; }

.gl-checkbox input {
	position: relative;
    margin: 0 10px 0 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #e0e3e7;
    background: #e8ecee;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    }

.gl-checkbox input:focus { outline: none; }

.gl-checkbox input:before {
	position: absolute;
	display: block;
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	border-style: solid;
	border-color: #ce050f;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}

.gl-checkbox input:checked:before { opacity: 1; }

.gl-checkbox label { 
	display: block;
	flex-grow: 1;
	margin: 0;
	color: #666666;
	font: 14px 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
	}

/* global-checkbox 
   ---------------------------------------- */
.gl-radio { display: flex; }

.gl-radio input {
	position: relative;
    margin: 0 10px 0 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #e0e3e7;
    background: #e8ecee;
    border-radius: 100%;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    }

.gl-radio input:focus { outline: none; }

.gl-radio input:before {
	position: absolute;
	display: block;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #ce050f; 
	border-radius: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}

.gl-radio input:checked:before { opacity: 1; }

.gl-radio label { 
	display: block;
	flex-grow: 1;
	margin: 0;
	color: #666666;
	font: 14px 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
	}

/* page-col__main-content
   ---------------------------------------- */
.page-col__main-content { padding: 0 0 0 280px; }

.page-col__main-content .product-list > li { width: 33.33%; }

.page-col__main-content .product-list.__list > li { width: 100%; }

/* modal__filter
   ---------------------------------------- */
.modal__filter { 
	margin: 0;
	padding: 0;
	}

.modal__filter dt { 
	margin: 0;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 500;
	background: #e8ecee;
	border-radius: 10px 10px 0 0;
	}

.modal__filter dd { 
	margin: 0 0 15px;
	padding: 15px 20px;
	border-left: 1px solid #e0e3e7;
	border-right: 1px solid #e0e3e7;
	border-bottom: 1px solid #e0e3e7;
	border-radius: 0 0 10px 10px;
	}

.modal__filter ul { 
	margin: 0;
	padding: 0;
	}

.modal__filter li { 
	margin: 0 0 15px;
	list-style-type: none;
	}

.modal__filter li:last-child { margin: 0; }

/* footer
   ---------------------------------------- */
.footer h3 {
	position: relative;
	margin: 0 0 35px;
	color: #f33c37;
	font-size: 30px;
	font-weight: 700;
	}

.footer__col { 
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}	

.footer__col > div { 
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	

.footer__col__big { 
	padding: 0 15px;
	width: 50%;
	}	

.footer__col__small { 
	padding: 0 15px;
	width: 25%;
	}
 
.footer h3:before { 
	position: absolute;
	display: block;
	margin: 3px 0 0;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #f33c37;
	content: "";
	}	

.footer h3 span { 
	position: relative;
	display: inline-block;
	padding: 0 30px 0 0;
	vertical-align: top;
	background: #fff;
	z-index: 3;
	}	

.footer h3.changed span { padding: 0; }	
.footer h3.changed:before { display: none; }

.company-col { 
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.company-col__item { 
	display: inline-block;
	padding: 0 15px;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}

.recommended-product__left-col { 
	float: left;
	padding: 0 15px 0 0;
	width: 50%;
	}

.recommended-product__photo { 
	margin: 0 auto 89px;
	max-width: 210px;
	}	

.selected-product__in .recommended-product__photo { margin: 0; }	

.recommended-product__photo img { width: 100%; }		

.recommended-product__right-col { 
	float: left;
	padding: 0 0 0 15px;
	width: 50%;
	}	

.recommended-product__nummber { 
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}	

.recommended-product__nummber dt { 
	float: left;
	margin: 0 20px 0 0;
	line-height: 34px;
	}

.recommended-product__nummber dd { float: left; }	

.recommended-product__top-panel { 
	display: inline-block;
	margin: 0 0 10px;
	width: 100%;
	vertical-align: top;
	}

.recommended-product__logo { 
	float: left;
	margin: 0 6px 0 0;
	width: 44px;
	}	

.recommended-product__logo img { width: 100%; }

.recommended-product__top-panel .rate { margin: 3px 0 0; }	

.recommended-product h3 { 
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	}	

.recommended-product h3 a { border-bottom: 1px solid #c3d2dd; }	

.recommended-product .btn { 
	width: 100%;
	text-align: left;
	}

.recommended-product .btn span { float: left; }

.recommended-product .btn i { 
	float: right;
	margin: 4px 0 0 15px;
	}

.recommended-product .btn.add-product { 
	background: #328d63;
	cursor: default;
	}	

.recommended-product-slider .owl-prev,
.recommended-product-slider .owl-next { 
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: -68px;
	font: 0px/0 a;
	cursor: pointer;
	}

.recommended-product-slider .owl-prev { 
	right: 91px;
	background: url(../img/bg/recommended-product-arrow-l.svg) no-repeat center;
	}	

.recommended-product-slider .owl-next { 
	right: 0;
	background: url(../img/bg/recommended-product-arrow-r.svg) no-repeat center;
	}

.recommended-product-slider .owl-dots {
	counter-reset: slides-num;
    position: absolute;
    top: -68px;
    right: 42px;
	}

.recommended-product-slider .owl-dots:after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding-left: 5px;
	}	

.recommended-product-slider .owl-dot {
    display: inline-block;
	counter-increment: slides-num;
	}

.recommended-product-slider .owl-dot.active:before { 
	color: #999;
	content:  counter(slides-num) " /" ;
	display: inline-block;
	vertical-align: top;
    font-size: 14px;
    position: absolute;
    left: -15px;
    top: 0;
	}	

.recommended-product-slider .owl-dot span { display: none; }	

/* contacts
   ---------------------------------------- */
.contacts { 
	margin: 0;
	padding: 0;
	}	

.contacts li { 
	font-size: 16px;
	list-style-type: none;
	}	

.footer__phone {
	display: inline-block;
	margin: 0 0 10px;
	vertical-align: top;
	color: #000;
	font-size: 25px;
	}	
.footer__phone:hover { color: #000; }	

.contacts span { display: block; }

.footer__mail { 
	font-size: 23px;
	border-bottom: 1px solid #ccdbe6;
	}	

/* sum-master
   ---------------------------------------- */
.sum-master { 
	position: relative;
	margin: 0 0 -105px;
	top: -105px;
	text-align: center;
	}

.sum-master img { 
	max-width: 216px;
	width: 100%;
	}

.sum-master__btn-panel { 
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	}	

/* subscription-form
   ---------------------------------------- */
.subscription-form { 
	position: relative;
	margin: 40px 0;
	}

.subscription-form fieldset { padding: 0; }	

.subscription-form input { 
	margin: 0;
	padding: 0 165px 0 25px;
	width: 100%;
	height: 60px;
	color: #4e5253;
	font: 16px 'PT Sans', sans-serif;
	border: 0;
	background: #e8ecf0;
	border-radius: 7px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}
.subscription-form input[type='text']:focus {
	background: #e1e5e9;
	outline: none;
	box-shadow: none;
	}			

.subscription-form input[type='text']::-moz-placeholder {
    color: #4e5253;
    opacity: 1;
    }
.subscription-form input[type='text']::-webkit-input-placeholder {
    color: #4e5253;
    opacity: 1;
    }	   

.subscription-form fieldset:last-child { 
	position: absolute;
	top: 7px;
	right: 7px;
	} 

/* subscription-form
   ---------------------------------------- */		
.payment-systems { 
	margin: 0 0 40px;
	padding: 0;
	font-size: 13px;
    text-align: justify;
    line-height: 0;
    letter-spacing: normal;
    text-justify: newspaper;
    zoom:1;
	}
.payment-systems:after { 
	display: inline-block; 
    width: 100%;
    height: 0px;
    vertical-align: top;
    visibility: hidden;
    overflow: hidden;
    content: '';
	}		

.payment-systems li { 
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	list-style-type: none;
	}	

/* development
   ---------------------------------------- */
.development { 
	margin: 0;
	color: #8c939a;
	font-size: 15px;
	line-height: 16px;
	text-align: right;
	}

.development a { 
	margin: 0 0 0 5px;
	color: #8c939a;
	text-transform: uppercase;
	}
.development a:hover { color: #666666; }		

.development a i { 
	display: inline-block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background: url(../img/bg/development.png) no-repeat center;
	}	

/* recommended-product-slider
   ---------------------------------------- */
.recommended-product-slider { 
	position: relative;
	width: 100%;
	}	

.recommended-product-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
	}		

.recommended-product-slider .owl-stage { 
	position: relative;
	overflow: hidden;
	}	

.recommended-product-slider .owl-item { float: left; }

.recommended-product-dropdown { 
	position: absolute;
	display: none;
	padding: 35px 0 10px;
	width: 100%;
	top: 65px;
	left: 0;
	border-top: 2px solid #dae2ea;
	border-bottom: 2px solid #dae2ea;
	background: #fff;
	z-index: 25;
	}

.recommended-product-dropdown.open-block { display: block; }

/* footer__bottom-col
   ---------------------------------------- */
.footer__bottom-col { 
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}	

.footer__bottom-col > div { 
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	}	

.footer__bottom-col__small { 
	width: 25%;
	}

.footer__bottom-col__big { 
	width: 50%;
	}	

/* footer__navi-wrap
   ---------------------------------------- */
.footer__navi-wrap { margin: 0 0 30px; }

.footer__navi { 
	margin: 0;
	padding: 0;
	}	

.footer__navi li { 
	margin: 0 0 15px;
	font-size: 16px;
	list-style-type: none;
	}	

.footer__navi li a { border-bottom: 1px solid #e5e8ec; }

/* contacts
   ---------------------------------------- */
.contacts { 
	margin: 0;
	padding: 0;
	}

.contacts li { 
	margin: 0 0 35px;
	list-style-type: none;
	}	
.contacts li:last-child { margin: 0; }	

/* footer__bottom-panel
   ---------------------------------------- */
.footer__bottom-panel { 
	padding: 25px 0;
	background: #e8ecee;
	}	

/* copy
   ---------------------------------------- */
.copy { 
	float: left;
	margin: 0 50px 0 0;
	font-size: 15px;
	line-height: 40px;
	}



/* page-navi
   ---------------------------------------- */
.wc-pagination ul {
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0;
}

.wc-pagination ul li {
	margin: 0 3px;
	list-style-type: none;
}

.wc-pagination ul li a {
	display: block;
	width: 36px;
	height: 36px;
	color: #000;
	text-align: center;
	line-height: 36px;
	border: 1px solid #e0e3e7;
	border-radius: 5px;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.wc-pagination ul li a:hover { opacity: 0.6; }

.wc-pagination ul .active a:hover { opacity: 1; }

.wc-pagination ul .active a {
	color: #fff;
	border-color: #fc3d33;
	background: #fc3d33;
}

.wc-pagination .prev {
	position: relative;
	width: 36px;
	height: 36px;
	font: 0px/0 a;
	line-height: 36px;
	background: #fc3d33;
	border-radius: 5px;
}

.wc-pagination .prev a {
	font: 0px/0 a;
	border: 0;
}

.wc-pagination .prev:before {
	position: absolute;
	display: block;
	margin: -5px 0 0 -5px;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	background: url(../img/bg/page-navi-l-a.svg) no-repeat center;
	background-size: 100%;
	content: "";
}

.wc-pagination .next {
	position: relative;
	width: 36px;
	height: 36px;
	font: 0px/0 a;
	line-height: 36px;
	background: #fc3d33;
	border-radius: 5px;
}

.wc-pagination .next a {
	font: 0px/0 a;
	border: 0;
}

.wc-pagination .next:after {
	position: absolute;
	display: block;
	margin: -5px 0 0 -5px;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	background: url(../img/bg/page-navi-r-a.svg) no-repeat center;
	background-size: 100%;
	content: "";
}


/* footer__list
   ---------------------------------------- */
.footer__list { 
	float: left;
	margin: 0;
	padding: 0;
	}

.footer__list li { 
	float: left;
	margin: 0 0 0 35px;
	font-size: 15px;
	line-height: 40px;
	list-style-type: none;
	}	
.footer__list li:first-child { margin: 0; }	

/* social
   ---------------------------------------- */
.social { 
	float: right;
	margin: 0;
	padding: 0;
	}

.social dt { 
	float: left;
	margin: 0 20px 0 0;
	color: #7f8283;
	font-weight: 400;
	line-height: 40px;
	}

.social dd { float: left; }

.social ul { 
	margin: 0;
	padding: 0;
	overflow: hidden;
	}				

.social li { 
	float: left;
	margin: 0 0 0 10px;
	list-style-type: none;
	}
.social li:first-child { margin: 0; }	

.social li a { 
	display: block;
	width: 40px;
	height: 40px;
	font: 0px/0 a;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}
.social li a:hover { opacity: 0.7; }		

.social .facebook { background: url(../img/bg/facebook.png) no-repeat center; }

.social .odnoklassniki { background: url(../img/bg/odnoklassniki.png) no-repeat center; }

.social .vkontakte { background: url(../img/bg/vkontakte.png) no-repeat center; }

.social .instagram { background: url(../img/bg/instagram.png) no-repeat center; }

.social .youtube { background: url(../img/bg/youtube.png) no-repeat center; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 3px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-color: #0f5b8c;
	background-image: url(../img/bg/close-w.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	border-radius: 3px;
	z-index: 8040;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
.fancybox-close:hover { background-color: #226d9d; }

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	background-color: #e6e6e6;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.fancybox-prev span {
	left: -27px;
	background-image: url(../img/bg/left-arrow.svg);
}

.fancybox-next span {
	right: -27px;
	background-image: url(../img/bg/right-arrow.svg);
	
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.5);
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* modal-dialog
   ---------------------------------------- */
.modal-dialog { 
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
	}

.modal-dialog.small-size { max-width: 550px; }

.rec-m .modal-dialog { max-width: 1250px; }	

/* modal__title
   ---------------------------------------- */
.modal__title { 
	margin: 0;
	padding: 35px 85px 35px 55px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	background: #0f5b8c;
	border-radius: 8px 8px 0 0;
	}

.modal-content { 
	margin: 15px;
	border-radius: 10px; }

.modal-content__in { padding: 50px 55px; }	

button.close { 
	position: absolute;
	width: 30px;
	height: 30px;
	top: 30px;
	right: 32px;
	font: 0px/0 a;
	background: url(../img/bg/close.svg) no-repeat center;
	background-size: 100%;
	opacity: 1;
	z-index: 5;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	}	
button.close:hover { 
	opacity: 0.8;
	}	

.level-assessment { 
	margin: 0 0 145px;
	padding: 0;
	}

.level-assessment li { 
	margin: 0 0 10px; 
	list-style-type: none;
	}	
.level-assessment li:last-child { margin: 0; }	

.level-assessment dl { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.level-assessment dl dt { 
	float: left;
	padding: 11px 0 0;
	width: 220px;
	font-size: 15px;
	font-weight: 400;
	}	

.level-assessment dl dt.indent-top-none { padding-top: 0; }	

.level-assessment dl dd { 
	float: right;
	width: 94px;
	}		

.global-form__bottom-panel {  
	margin: 0 -7px;
	padding: 0;
	}

.global-form__bottom-panel li { 
	float: left;
	padding: 0 7px;
	width: 55%;
	list-style-type: none;
	}		
.global-form__bottom-panel li:first-child { width: 45%; }	

.type-file { 
	position: relative;
	width: 100%;
	height: 60px;
	border: 2px solid #d9e4ec;
	border-radius: 7px;
	}	

.type-file input {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 5;
 	}	

.type-file span { 
	display: block;
	padding: 0 20px;
	width: 100%;
	color: #7c8b96;
	font-size: 16px;
	line-height: 56px;
	} 
.type-file span:after { 
	position: absolute;
	display: block;
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 50%;
	background: url(../img/bg/clip.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}			

/* switch
   ---------------------------------------- */
.switch__box,
.switch__box:active{
	position:absolute;
	top:-5000px;
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
	}

.switch__label {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	height: 40px;
	border-radius: 23px;
	background: #f9bebc;
	cursor:pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.switch__label:before {
	display: block;
	position: absolute;
	margin: -14px 0 0;
	line-height: 28px;
	text-indent: 40px;
	height: 28px;
	width: 28px;
	border-radius: 100%;
	top: 50%;
	left: 5px;
	right: auto;
	background: white;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	content: '';
	z-index: 1;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.switch__label:after{
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	left:-300px;
	padding:10px;
	height:100%;
	width:300px;
	text-align:right;
	color:#bfbfbf;
	white-space:nowrap;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	}

.switch__box:checked + .switch__label { background: #d0f2a9; }

.switch__box:checked + .switch__label:before { left:calc(100% - 33px); }

.switch__box:checked + .switch__label:after {
	left: 60px;
	width: 36px;
	}

#checkbox2 + .switch__label { background: #f9bebc; }

#checkbox2:checked + .switch__label { background: #d0f2a9; }

#checkbox2:checked + .switch__label:after { color:#f35f42; }

.modal-content .btn { padding: 21px 25px 21px; }

.switch__text { 
	position: absolute;
	display: block;
	width: 50%;
	top: 0;
	right: 0;
	}
.switch__text:before {
	display: block;
	width: 100%;
	height: 100%;
	color: #9c6967;
	font-size: 16px;
	font-weight: 400;
	text-indent: -12px;
	text-align: center;
	line-height: 38px;
	content: "РќРµС‚";
	}

.switch__box:checked + .switch__label .switch__text { 
	left: 0;
	right: auto;
	}

.switch__box:checked + .switch__label .switch__text:before { 
	color: #3c6f00;
	text-indent: 12px;
	content: "Р”Р°";
	}		

.success-m .modal-content {
	border: 0; 
	background: #0f5b8c;
	}		

.success-m .modal-content__in { 
	padding: 30px 60px 160px;
	}	

.success-m .modal-content .modal-s__text { 
	display: block;
	margin: 0 0 90px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	}	

.success-m .modal-content .modal-s__icon { 
	margin: 0 auto 50px;
	width: 178px;
	height: 130px;
	vertical-align: top;
	background: url(../img/bg/succes-i-b.svg) no-repeat center;
	background-size: 100%;
	}

.success-m .modal-content strong { 
	display: block;
	margin: 0 0 30px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	}

.success-m .modal-content p { 
	margin: 0;
	color: #bdd5e4;
	font-size: 18px;
	text-align: center;
	}


.product-services  {
	padding:0 !important;
}
.product-services  {
	padding:0 !important;
}
.product-services .shopping-cart-table__products__price__info small {
	color:#000000;
}
.product-services .shopping-cart-table__products__amount__info small {
	color:#000000;
}

.shopping-cart-table__products > li > ul.product-services > li {
	padding: 0;
}
.product-services .shopping-cart-table__products__delete a.delete {
	width:10px;
	height:10px;
}
.shopping-cart-table__products small span {
	position: relative;
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
}

.shopping-cart__info strong span {
	position: relative;
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
}
.product-services .add-service__button{
	display: block;
	width: 34px;
	height: 36px;
	font: 0px/0 a;
	cursor: pointer;
	position: absolute;
	top: -3px;
	right: -2px;
	background: url(../img/bg/switch__fewer.png) center no-repeat;
}
.switch-number-add-service{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	vertical-align: top;
	border: 1px solid #dee0e2;
	border-radius: 3px;
	left:45px;
}
dt.product-old__price
{
	color:#aaaaaa;
}
.order_pickup__sum span {
	position: relative;
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
}
.order_delivery__sum span {
	position: relative;
	margin: 0 0 0 5px;
	color: #666666;
	font: 14px 'Conv_rouble', sans-serif;
}


/* btn-list
   ---------------------------------------- */
.btn-list { 
	display: flex;
	margin: 0 0 20px;
	padding: 0;
	}

.btn-list li { 
	margin: 0 15px 0 0;
	list-style-type: none;
	}

.btn-list li:last-child { margin: 0; }

.modal-content .btn-list li .btn { 
	padding: 19px 25px 21px; 
	font-size: 17px;
	}

.modal-content .btn-list li:first-child .btn { padding: 22px 25px 21px; }

/* indent-bt-none
   ---------------------------------------- */
p.indent-bt-none { margin: 0; }

/* cookies-panels
   ---------------------------------------- */
.cookies-panels { 
	position: fixed;
	padding: 30px 0;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d7e1e8;
	background: #fff;
	z-index: 50;
	}

.cookies-panels__in { 
	position: relative;
	padding: 0 200px 0 0;
 	}

 .cookies-panels p { 
 	margin: 0; 
 	line-height: 30px;
 	}

.cookies-panels .btn { 
	position: absolute;
	top: 0;
	right: 0;
 	}

/* callback
   ---------------------------------------- */
.callback { 
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 51;
	}

.callback__info { 
	position: absolute;
	padding: 20px 25px;
	width: 166px;
	bottom: -300px;
	right: 0;
	background: #eceff1;
	-webkit-transition: bottom .7s linear;
	-moz-transition: bottom .7s linear;
	-o-transition: bottom .7s linear;
	transition: bottom .7s linear;
	}

.callback:hover .callback__info { 
	bottom: 110px;
	}

.callback__info:before { 
	position: absolute;
	display: block;
	right: 20px;
	bottom: -29px;
	border: 15px solid transparent; 
	border-top: 15px solid #eceff1;
	content: "";
	}

.callback__info span { 
	display: block;
	color: #004d82;
	font-size: 13px;
	}

.callback__icon { 
	position: relative;
	display: block;
	width: 74px;
	height: 74px;
	font: 0px/0 a;
	background: #f10b00;
	border-radius: 100%;
	box-shadow: 0 0 0 10px #eceff1;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}

.callback__icon:hover { background: #fc3d33; }

.callback__icon:before { 
	position: absolute;
	display: block;
	width: 74px;
	height: 74px;
	top: 0;
	left: 0;
	background: url(../img/bg/phone-call.svg) no-repeat center;
	background-size: 50%;
	content: "";
	}

.global-form__text { 
	display: block; 
	padding: 10px 0 0;
	}

.city__modal { 
	position: absolute;
	display: block;
	padding: 17px 20px;
	width: 300px;
	top: 30px;
	left: 0;
	border: 2px solid #e8ecf0;
	background: #fff;
	border-radius: 5px;
	z-index: 60;
	}	

.city__modal:before { 
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	top: -11px;
	left: 27px;
	background: url(../img/bg/city-arrow.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}

.city__modal:after { 
	position: absolute;
	display: block;
	width: 16px;
	height: 8px;
	top: -8px;
	left: 29px;
	background: url(../img/bg/city-arrow-w.svg) no-repeat center;
	background-size: 100%;
	content: "";
	}	

.city__modal__title { 
	display: block;
	margin: 0 0 15px;
	color: #004d82;
	font-size: 18px;
	}

.city .btn-list { 
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	}	

.city .btn-list .btn { 
	padding: 15px 20px;
	color: #fff; 
	font-size: 14px;
	}

.city .btn.transparent-bg { 
	padding: 13px 20px;
	color: #004d82;
	}

.city .btn-list li { padding: 0; }

.city__modal p { 
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	}
