@font-face
{
	font-family: 'rouble';
	src: url('../fonts/ruble/rouble.eot');
	src: url('../fonts/ruble/rouble.eot?') format('embedded-opentype'),
		 url('../fonts/ruble/rouble.woff') format('woff'),
		 url('../fonts/ruble/rouble.ttf') format('truetype'),
		 url('../fonts/ruble/rouble.svg') format('svg');
}
*
{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body
{
	height: 100%;
}
body
{
	min-width: 1370px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
a 
{
	color: #37B1EC;
	border-bottom: 1px solid;
	text-decoration: none;
}
a:hover
{
	opacity: 0.8;
}
.rub
{
	font-family: 'rouble';
}

/* Helpers */
.center
{
	width: 1370px;
	margin: 0 auto;
}
.clearfix
{
	*zoom: 1;
}
.clearfix:after
{
	content:"";
	display: block;
	clear: both;
}
.text-center
{
	text-align: center;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}

/* Titles */
h1, div.h1
{
	font-size: 48px;
	font-weight: 800;
    line-height: 52px;
	text-align: center;
	margin-bottom: 40px;
}
div.h1--white,
.h1--white
{
	color: #FFF;
}
div.h1__sub,
.h1__sub
{
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
}
h2, .h2
{
	font-size: 44px;
	font-weight: 800;
    line-height: 48px;
	text-align: center;
	margin-bottom: 30px;
}

/* Lists */
.list-item--gray li
{
	position: relative;
	padding-left: 26px;
	margin-bottom: 8px;
	color: #393939;
	font-size: 13px;
	line-height: 18px;
}
.list-item--gray li:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 14px;
	background: url(../img/sprite.png) -47px 0 no-repeat;
}

/* Buttons */
.btn
{
	display: inline-block;
	height: 48px;
	padding: 13px 23px 13px;
	border: 1px solid #0199FF;
	border-radius: 2px;
	color: #0199FF;
	font-size: 22px;
	font-weight: 600;
	line-height: 21px;
	background-color: transparent;
}
.btn-block
{
	display: block;
	width: 100%;
	text-align: center;
}
.btn:hover
{
	color: #FFF;
	background: #0199FF;
}
.btn--sm
{
	height: 42px;
	font-size: 14px;
	line-height: 16px;
}
.btn-white
{
	height: 42px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
}
.btn-white:hover
{
	opacity: 1;
	color: #000;
	background: #FFF;
}

/* Icons */
.icn
{
	display: inline-block;
	border: none;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.icn-remove
{
	width: 24px;
	height: 24px;
	background-position: -33px -52px;
}
.icn-close
{
	width: 32px;
	height: 32px;
	background-position: 0 -52px;
}
.icn-cart
{
	width: 21px;
	height: 21px;
	background-position: 0 0;
}
.icn-new
{
	width: 32px;
	height: 32px;
	background-position: -131px -18px;
}
.icn-hot
{
	width: 32px;
	height: 32px;
	background-position: -164px -18px;
}
.icn-country
{
	width: 12px;
	height: 16px;
	background-position: -86px 0;
}
.icn-electric
{
	width: 10px;
	height: 16px;
	background-position: -64px 0;
}
.icn-water
{
	width: 10px;
	height: 16px;
	background-position: -75px 0;
}
.icn-color
{
	width: 16px;
	height: 14px;
	background-position: -112px 0;
}
.icn-fire
{
	width: 11px;
	height: 16px;
	background-position: -99px 0;
}
.icn-right-arrow
{
	width: 5px;
	height: 9px;
	background-position: -139px 0;
}
.icn-clock
{
	width: 24px;
	height: 23px;
	background-position: -22px 0;
}
.icn-rus
{
	width: 20px;
	height: 15px;
	background-position: -157px 0;
}
.icn-electro
{
	width: 14px;
	height: 24px;
	background-position: -50px -25px;
}
.icn--search
{
	width: 24px;
	height: 24px;
	background-position: 0 -25px;
}
.icn--search:hover
{
	background-position: -25px -25px;
}

.icn--arrow-prev,
.icn--arrow-next
{
	width: 41px;
	height: 76px;
}
.icn--arrow-prev
{
	background-position: -84px -92px;
}
.icn--arrow-prev:hover
{
	background-position: 0 -92px
}
.icn--arrow-next
{
	background-position: -125px -92px;
}
.icn--arrow-next:hover
{
	background-position: -42px -92px;
}
.icn--email {
	width: 9px;
	height: 7px;
	background-position: -193px -151px;
}
.icn--phone {
	width: 10px;
	height: 10px;
	background-position: -181px -151px;
}

/* Inputs */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	opacity: 1;
}

/* Price flag */
.price-flag
{
	display: inline-block;
	position: relative;
	width: 150px;
	height: 41px;
	padding: 0 8px;
	font-size: 30px;
	font-weight: bold;
	line-height: 41px;
	background: #f9ea86;
	white-space: nowrap;
	text-align: center;
}
.price-flag:after
{
	content: "";
	width: 9px;
	height: 41px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -58px -52px;
	position: absolute;
	top: 0;
	right: -8px;
}
.price-flag .units
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	font-size: 13px;
	font-weight: normal;
}
.price-flag .units:before
{
	/* content: "Цена за: "; */
}
.in-stock
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Counter */
.counter
{
	position: relative;
	width: 142px;
	height: 40px;
	border: 1px solid #d5d5d5;
}
.counter input
{
	width: 64px;
	height: 38px;
	padding: 5px 4px;
	border: 0 none;
	margin: 0 39px;
	text-align: center;
}
.counter .plus, .counter .minus
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 39px;
	height: 38px;
	font-size: 18px;
	font-style: normal;
	line-height: 38px;
	background: #E9E7E7;
	text-align: center;
	cursor: pointer;
}
.counter .plus
{
	right: 0;
	border-right: 1px solid #E9E7E7;
	font-size: 25px;
}
.counter .minus
{
	left: 0;
	border-left: 1px solid #e9e7e7;	
}

/* Param block */
.important-param
{
	padding: 5px 10px;
	margin-bottom: 45px;
	font-size: 16px;
	font-weight: bold;
	background: #E9E7E7;
}
.important-param .wrap
{
	display: table;
	width: 100%;
}
.important-param .param
{
	display: table-cell;
	height: 50px;
	padding: 0 5px;
	vertical-align: middle;
}
.important-param .param .icn,
.important-param .param .text
{
	display: inline-block;
	vertical-align: middle;
}
.important-param .param .text
{
	line-height: 24px;
}
.important-param .param .icn
{
	margin-right: 4px;
}

/* Error */
.error
{
	color: red;
	font-size: 16px;
	font-weight: 600;
}
.success
{
	color: green;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

/* Search block */
.search
{
	position: relative;
	width: 540px;
	height: 40px;
	border: 1px solid #dddbdb;
	border-radius: 1px;
	font-size: 0;
	background: #FFF;
}
.search__type
{
	display: inline-block;
	width: 38%;
	height: 38px;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
	background: #fff3b4;
	background: -moz-linear-gradient(top,  #fff3b4 0%, #fff0a3 22%, #ffe65f 78%, #ffe34e 100%);
	background: -webkit-linear-gradient(top,  #fff3b4 0%,#fff0a3 22%,#ffe65f 78%,#ffe34e 100%);
	background: linear-gradient(to bottom,  #fff3b4 0%,#fff0a3 22%,#ffe65f 78%,#ffe34e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3b4', endColorstr='#ffe34e',GradientType=0);
	vertical-align: top;
	text-align: center;
}
.select2-container--search
{
	width: 100% !important;
	height: 38px;
}
.select2-container--search .select2-selection__rendered
{
	position: relative;
	padding: 0 30px 0 20px !important;
}
.select2-container--search .select2-dropdown .select2-results__option
{
	padding: 3px 10px;
	font-size: 14px;
	line-height: 16px;
}
.select2-container--search .select2-dropdown .select2-results__option:hover
{
	background: #eee;
}
.select2-selection__arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 38px;
}
.select2-selection__arrow b
{
	position: absolute;
	right: 13px;
	top: 0;
	bottom: 0;
	width: 11px;
	height: 6px;
	margin: auto;
	background: url(../img/sprite.png) no-repeat -145px 0;
}

.search input
{
	display: inline-block;
	width: 62%;
	padding: 9px 30px 9px 10px;
	height: 38px;
	border: 0 none;
	vertical-align: top;
}
.search input::-webkit-input-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 14px;
	opacity: 1;
}
.search input:-moz-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 16px;
	opacity: 1;
}
.search input::-moz-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 16px;
	opacity: 1;
}
.search input:-ms-input-placeholder
{
	color: #838687;
	font-size: 16px;
	font-family: 'Open Sans';
	line-height: 16px;
	opacity: 1;
}
.search button
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-color: transparent;
	cursor: pointer;
}


/*  */
.col-page
{
	margin-bottom: 40px;
}
.col-page .center
{
	width: auto;
}
.col-page__wrap
{
	display: table;
	width: 100%;
}
.col-page__left
{
	display: table-cell;
	width: 71%;
	padding-right: 40px;
	vertical-align: top;
}
.col-page__right
{
	display: table-cell;
	width: 29%;
	padding: 40px 10px 20px 20px;
	background: #E9E7E7;
	vertical-align: top;
}


/* Managers */
.managers-list {
	margin: 0;
}
.managers-list .manager:last-child {
	margin-bottom: 0;
}
.manager {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.manager__photo-wrap {
	display: table-cell;
	width: 60px;
	height: 60px;
	vertical-align: top;
}
.manager__photo {
	width: 60px;
	height: 60px;
	border: 2px solid #069bfe;
	border-radius: 30px;
}
.manager__info {
	display: table-cell;
	padding-top: 10px;
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
}
.manager__name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.manager__post {
	display: block;
	margin-bottom: 12px;
	color: #6F6F6F;
	font-size: 12px;
}
.manager__phones {
	position: relative;
	padding-left: 15px;
	margin-bottom: 6px;
	font-size: 12px;
}
.manager__email {
	position: relative;
	padding-left: 15px;
	margin-bottom: 6px;
	font-size: 12px;
}
.manager__email a {
	color: #1AA2FC;
}
.manager__phones .icn {
	position: absolute;
	left: 0;
	top: 0;
}
.manager__email .icn {
	position: absolute;
	left: 0;
	top: 3px;
} 

/* Tabs */
.tabs-controls
{
	display: table;
	width: 100%;
}
.tabs-controls .tab-btn
{
	display: table-cell;
	width: 24%;
	height: 70px;
	border-bottom: 0 none;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	background: #2A6B91;
	vertical-align: middle;
	text-align: center;
}
.tabs-controls .tab-btn.active
{
	background: #0199FF;
}
.tabs-controls .tab-btn.active:hover
{
	opacity: 1;
}
.tabs-controls .tab-sep
{
	display: table-cell;
	width: 0.5%;
}
.tabs-controls .tab-item:last-child .tab-btn__in
{
	margin-right: 0;
}
.tabs-items
{
	background: #ccc;
	border: 2px solid #0199ff;
}
.tabs-items .tab-item
{
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}
.tabs-items .tab-item.active
{
	height: auto !important;
}

/* Верхняя линяя */
#top
{
	position: relative;
	height: 145px;
}
#top .logo
{
	position: absolute;
	top: 18px;
	left: 0;
	border-bottom: none;
}
#top .logo:hover
{
	opacity: 1;
}
#top .slogan
{
	display: block;
	position: absolute;
	top: 18px;
	left: 225px;
	width: 380px;
	font-size: 15px;
	line-height: 20px;
}
#top .regions
{
	display: block;
	padding: 3px 0;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
}
#top .regions span
{
	display: inline-block;
	margin: 0 14px 0 0;
}
#top .phone
{
	display: block;
	position: absolute;
	left: 625px;
	top: 18px;
}
#top .phone .phone__text
{
	color: #A7A7A7;
	font-size: 15px;
}
#top .phone .phone__number
{
	margin: 7px 0;
	font-size: 28px;
	font-weight: 800;
}
#top .email {
	display: block;
	position: absolute;
	top: 48px;
	left: 895px;
	font-size: 18px;
}
#top .cart {
	position: absolute;
	top: 18px;
	right: 0;
	width: 170px;
	padding: 18px 10px 18px 45px;
	background: #FCF47B;
	font-size: 13px;
}
#top .cart header
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
#top .cart .sum
{
	font-weight: 600;
	margin-bottom: 8px;
}
#top .cart .icn-cart
{
	position: absolute;
	top: 15px;
	left: 15px;
}

/* Линия меню */
#menu-line
{
	position: relative;
	z-index: 10;
	height: 55px;
	background: #E9E7E7;
}
#menu-line.inside
{
	margin-bottom: 45px;
}
#menu-line .search
{
	position: absolute;
	left: 10px;
	top: 7px;
}
#menu-line .center
{
	position: relative;
}
#menu-line .search
{
	float: left;
	width: 400px;
}
#menu-line .menu
{
	display: block;
	float: right;
	width: 920px;
}
#menu-line .menu table
{
	width: 100%;
	text-align: center;
}
#menu-line .menu .link-l1
{
	display: block;
	padding: 0 20px;
	border-bottom: none;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 55px;
	white-space: nowrap;
}
#menu-line .menu .item-l1
{
	position: relative;
}
#menu-line .menu .item-l1:hover .link-l1,
#menu-line .menu .link-l1.active,
#menu-line .menu .link-l1:hover
{
	opacity: 1;
	color: #fff;
	background: #0199ff;
}
#menu-line .sub-menu
{
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	padding: 15px 25px 20px 20px;
	background: #0199ff;
}
#menu-line .menu .item-l1:hover .sub-menu
{
	display: block;
}
#menu-line .menu .item-l2
{
	display: block;
	margin-bottom: 12px;
	text-align: left;
}
#menu-line .menu .sub-menu .item-l2:last-child
{
	margin-bottom: 0;
}
#menu-line .menu .link-l2
{
	display: inline-block;
	height: 18px;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
}



/* Шапка внутряка */
#page-header
{
	position: relative;
	height: 425px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
#page-header .center
{
	padding-top: 115px;
	height: 425px;
	color: #FFF;
}
#page-header .h1
{
	margin-top: 0;
	text-transform: uppercase;
}
#page-header p
{
	margin-bottom: 15px;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
}
#page-header .flag
{
	display: inline-block;
	position: relative;
	height: 39px;
	padding: 10px 45px;
	border-width: 1px 0;
	border-color: #fcf47b;
	border-style: solid;
	margin: 30px 0;
	color: #fcf47b;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
	text-align: center;
}
#page-header .flag:after,
#page-header .flag:before
{
	content: "";
	position: absolute;
	top: -1px;
	width: 9px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAnCAYAAADtu3N3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRTg5OEI0M0E3QzExMUU1ODVFMUYzNUY4QUUzRERDRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRTg5OEI0NEE3QzExMUU1ODVFMUYzNUY4QUUzRERDRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJFODk4QjQxQTdDMTExRTU4NUUxRjM1RjhBRTNERENFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJFODk4QjQyQTdDMTExRTU4NUUxRjM1RjhBRTNERENFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RnuGcQAAAkZJREFUeNqclrtLXEEUxueuS/BFiLBVEgvRYCEECwOWqRNstFDSiItolrR2SqoIEki5vpAsVqJVCsFYCBYWQfE/UIT10Ygii0HEx8134ndDnJ25d+Ye+O3cOTPz7Zk7Z+5McHs5vq2UeqNirKbhS3D3eyJU8baTwU8RLIIgBpXQLuOLIrYC3oOcSmc5jl/JYApXeCiBoZRiMq4kOlk6ZsAe+AbuPYRkZlOgLarICz5AscZwfUz6r3H8gxhNFqLgKVbgOKWLrYNXUcgO1sb+61ViCFXe1RwYdRSTfnMc99eyWofv4Ah8BlcxQnXgE3ipr8b/mX6OYgl8SIhK2pfY3yxGm3ZYiAL7qSSxXXADui1C3WzfdRGLkrgQE9WMLYNNtgzeGfZrjv5lH7FrsACGNf8w/demQdmYlyxTkW3ylftV/ngStMRtVJuVwSroYb2H9XIaMT1NjOngI7YPWvncynpqseiFK8uCOIs9AXnu12jf5un3FusFG+CU9VPWe9OIjYB5zTdPv5dYO3gLNjX/Jv3tPmLy72NAP3hD+kdcxWrBIA9Wky2yvdZFrA/8BGcWsTO297mIfQSzCfk3y352MVxOOlA0ga0EMWlvYn9rZKZ0sFlVmgRhGEZRyYlzwk/MhXbQSLsu9oyfqOe8rzyKrB/80IVi7IL9+03THOUh7GOPDu0Mp/gaRT345Skm/es5/l9kLumQmCYB7rSNKI9BM6hY7rSmBYjsKTgELySyAV5FKykjq3D8QJYvsCvhKxoYNr1unX8EGACrVJD7QSerJQAAAABJRU5ErkJggg==);
}
#page-header .flag:before
{
	left: 0;
}
#page-header .flag:after
{
	right: 0;
	background-position: -10px 0;
}

/* Путь */
#path
{
	margin-bottom: 40px;
	color: #838687;
	font-size: 12px;
	text-transform: uppercase;
}
#path .icn
{
	display: inline-block;
	margin: 0 9px;
}
#path a
{
	color: #838687;
}

/* Верхний слайдер на главной */
#header
{
	height: 425px;
	margin-bottom: 70px;
	background: url(../img/blue-bg.png);
	overflow: hidden;
}
#header .slider-wrap
{
	position: relative;
	height: 425px;
}
#header .bx-pager
{
	position: absolute;
	left: 0;
	bottom: 35px;
	font-size: 0;
}
#header .bx-pager-item
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
#header .bx-pager-link
{
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #7ed2fd;
	border-radius: 8px;
}
#header .bx-pager-link:hover,
#header .bx-pager-link.active
{
	border-color: #FFF;
	opacity: 1;
}
#header .slide
{
	position: relative;
	height: 425px;
}
#header .slide-wrap
{
	display: table;
	width: 100%;
	height: 425px;
}
#header .slide .left,
#header .slide .right
{
	display: table-cell;
}
#header .slide .left
{
	width: 43%;
	padding-right: 1%;
	color: #FFF;
	vertical-align: middle;
}
#header .slide .slide-title
{
	display: inline-block;
	margin-bottom: 20px;
	color: #FFEB81;
	font-size: 42px;
	font-weight: bold;
	line-height: 58px;
	text-transform: uppercase;
}
#header .slide .slide-title-small
{
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
#header .slide .slide-plus
{
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	text-transform: none;
}
#header .slide .right
{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#header .slide-price
{
	margin: 15px 0;
	color: #FFEB81;
	font-size: 72px;
	font-weight: bold;
}

/* Каталог на главной */
#catalog
{
	text-align: center;
	padding: 70px 0;
	margin-bottom: 40px;
	background: url(../img/gray-bg.png);
}
/*
#catalog p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
*/
#catalog .catalog-list
{
	margin-top: 30px;
	margin-bottom: 0;
}

.catalog-list
{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 0;
}
.catalog-list .item
{
	display: inline-block;
	width: 252px;
	height: 325px;
	border: 1px solid #FFEB81;
	margin: 0 23px 23px 0;
	font-size: 14px;
	background: #FFF;
	text-align: center;
	vertical-align: top;
}
.catalog-list .item:hover
{
	opacity: 1;
}
.catalog-list .item:nth-child(5n),
.catalog-list .item:last-child
{
	margin-right: 0;
}
.catalog-list .item .img-wrap
{
	position: relative;
	height: 245px;
	margin-bottom: 10px;
}
.catalog-list .item .img-wrap img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog-list .item .name
{
	padding: 0 10px;
	border-bottom: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.catalog-list .item:hover
{
	border-color: #37B1EC;
}
.catalog-list .item:hover .name
{
	color: #37B1EC;
	opacity: 1;
}
.catalog-list .all
{
	padding-top: 135px;
	border: 1px solid #0199FF;
	background: #0199FF;
	text-align: center;
}
.catalog-list .all:hover
{
	opacity: 1;
	cursor: pointer;
}
.catalog-list .all .all-catalog
{
	padding: 15px 0 20px;
	background: url(../img/blue-bg.png);
}
.catalog-list .all .all-catalog span
{
	border-bottom: 1px solid;
	color: #FFF;
	font-size: 22px;
}


/* Форма на главной */
#offer
{
	padding: 65px 0;
	text-align: center;
	color: #FFF;
	background: #0199FF;
	margin-bottom: 70px;
}
#offer p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
.form
{
	position: relative;
	z-index: 1;
	background: #FFF;
	padding: 60px 220px;
	text-align: center;
	margin: 0 8px 0 8px;
}
.form:after
{
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	border: 5px solid #FFF;
}
.remodal .form
{
	padding: 0;
}
.remodal .form:after
{
	display: none;
}
.remodal .form .input-wrap
{
	margin: 40px 0 15px;
}
.remodal .form .input-wrap .inp
{
	width: 100%;
}
.form header
{
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin-bottom: 45px;
}
.form .radio
{
	margin-bottom: 30px;
}
.form .radio br
{
	display: none;
}
.form .radio label
{
	margin-right: 20px;
}
.form .input-wrap
{
	margin-bottom: 50px;
}
.form .input-wrap .inp
{
	width: 430px;
	height: 35px;
	padding: 2px 15px;
	border: 1px solid #dbdbdb;
	/*
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	*/
	margin: 0 32px 34px 0;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	line-height: 35px;
	background: #EFEFEF;
}
.form .input-wrap textarea.inp
{
	height: 200px;
	resize: none;
}
.form .input-wrap .inp:nth-child(2n),
.form .input-wrap .inp:last-child
{
	margin-right: 0;
}
.form .result
{
	margin-bottom: 40px;
}
.form .btn
{
	background: #FFF;
	font-size: 22px;
	font-weight: 400;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
.form .error
{
	padding-top: 14px;
}
.form .btn:hover
{
	opacity: 0.8;
	color: #0199FF;
}
.form .flag
{
	position: relative;
	display: inline-block;
	height: 30px;
	background: #FFEB81;
	color: #000;
	line-height: 30px;
	padding: 0 7px 0 48px;
}
.form .flag--s
{
	padding: 0 7px 0 8px;
}
.form .flag .icn
{
	position: absolute;
	top: 4px;
	left: 18px;
}
.form .flag:after
{
	content: "";
	width: 8px;
	height: 30px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -67px -52px;
	position: absolute;
	top: 0;
	right: -8px;
}

/* О компании на главной */
#about
{
	margin-bottom: 70px;
	text-align: center;
}
#about p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
#about .img-wrap
{
	height: 175px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#about .item
{
	display: inline-block;
	width: 261px;
	margin-right: 12px;
	background: #FFEB81;
	vertical-align: top;
}
#about .pluses .item:last-child
{
	margin-right: 0;
}
#about .item .text
{
	position: relative;
	height: 100px;
	padding: 15px 5px 5px 5px;
	color: #505050;
	font-size: 14px;
}
#about .item .text:before
{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: -7px;
	width: 16px;
	height: 7px;
	margin: 0 auto;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -178px 0;
}
#about .item .title
{
	display: block;
	font-weight: bold;
	color: #3E6C8B;
	margin-bottom: 10px;
}

/* Заказчики */
#customer
{
	text-align: center;
	margin-bottom: 70px;
}
#customer p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}
#customer .customer-list-wrap
{
	position: relative;
	padding: 0 90px;
}
#customer .customer-list-wrap .owl-prev,
#customer .customer-list-wrap .owl-next
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 41px;
	height: 76px;
	margin: auto;
}
#customer .customer-list-wrap .owl-prev
{
	left: -90px;
}
#customer .customer-list-wrap .owl-next
{
	right: -90px;
}
#customer .customer-list-wrap .owl-prev:hover,
#customer .customer-list-wrap .owl-next:hover
{
	opacity: 1;	
}
#customer .customer-list .item
{
	position: relative;
	height: 82px;
}
#customer .customer-list .item-wrap
{
	display: table;
	height: 82px;
	text-align: center;
}
#customer .customer-list .item-in
{
	display: table-cell;
	width: 200px;
	height: 82px;
	vertical-align: middle;
}
#customer .customer-list .item-in img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

/* Новости */
#news
{
	margin-bottom: 30px;
}
#news .item
{
	display: inline-block;
	width: 315px;
	border: 10px solid #ECEBEB;
	margin: 0 30px 34px 0;
	vertical-align: top;
}
#news .news-list .item:nth-child(4n),
#news .news-list .item:last-child
{
	margin-right: 0;
}
#news .item .img-wrap
{
	position: relative;
	height: 162px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#news .item .img-wrap img
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#news .item .info
{
	position: relative;
	height: 168px;
	padding: 20px 27px 50px;
}
#news .item .title
{
	border-bottom: none;
	font-size: 18px;
	font-weight: bold;
}
#news .item .date
{
	position: absolute;
	bottom: 23px;
	left: 27px;
	font-size: 14px;
}

/* Вакансии */
#jobs
{
	margin-bottom: 30px;
	text-align: center;
}
#jobs .slogan
{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}
#jobs .text
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 60px;
}
#jobs .jobs-list
{
	font-size: 0;
	margin-bottom: 40px;
	text-align: left;
}
#jobs .jobs-list .item
{
	display: inline-block;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 50px;
	font-size: 17px;
	vertical-align: top;
}
#jobs .jobs-list .item:nth-child(2n),
#jobs .jobs-list .item:last-child
{
	margin-right: 0;
}
#jobs .item header
{
	margin-bottom: 20px;
	color: #37B1EC;
	font-size: 18px;
	font-weight: bold;
}

/* Страница о компании */
.s-content
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}
.s-content .text
{
	width: 630px;
}
.s-content .left-text
{
	float: left;
}
.s-content .right-text
{
	float: right;
}
.s-content ol, .s-content ul
{
	padding-left: 25px;
	margin: 20px 0;
}
.s-content li
{
	position: relative;
	margin-bottom: 8px;
	color: #393939;
	margin-bottom: 20px;
}

/* Сертификаты */
#certificates
{
	padding: 70px 0;
	background: url(../img/gray-bg.png);
	text-align: center;
	margin-bottom: 60px;
}
#certificates .flags
{
	margin-bottom: 45px;
}
#certificates .flags img
{
	margin-right: 13px;
}
#certificates .text
{
	font-size: 18px;
	color: #2A2A2A;
	line-height: 24px;
	margin-bottom: 60px;
}
#certificates .certificat-list
{
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
}
#certificates .certificat-list a
{
	display: inline-block;
	width: 250px;
	height: 330px;
	border: 2px solid #ffeb81;
	margin: 0 10px 15px 10px;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
#certificates .certificat-list a:hover
{
	border: 2px solid #0199ff;
	opacity: 1;
}

/* Страница каталога */
#catalog-page
{
	margin-bottom: 30px;
}
#catalog-page .left-colum
{
	float: left;
	width: 270px;
}

/* Навигация по каталогу */
#catalog-page .catalog-links
{
	border: 2px solid #ffeb81;
	padding: 15px 14px;
}
#catalog-page .catalog-links div
{
	margin-bottom: 20px;
}
#catalog-page .catalog-links a
{
	font-size: 14px;
	border-bottom: none;
	color: #000;
}
#catalog-page .catalog-links a:hover
{
	opacity: 1;
	color: #37B1EC;
}
#catalog-page .catalog-links a:hover .sum
{
	color: #37B1EC;
}
#catalog-page .catalog-links .sum
{
	display: inline-block;
	font-size: 12px;
	color: #838687;
	margin-left: 5px;
}
#catalog-page .content
{
	float: right;
	width: 1070px;
}

/* Навигация по подразделам */
#catalog-page .varieties
{
	margin-bottom: 40px;
}
#catalog-page .varieties .link
{
	display: inline-block;
	width: 190px;
	border-bottom: none;
	margin-right: 25px;
	color: #000;
	vertical-align: middle;
}
#catalog-page .varieties .link:hover,
#catalog-page .varieties  .link.active
{
	opacity: 1;
	color: #37B1EC;
}
#catalog-page .varieties .link:last-child
{
	margin-right: 0;
}
#catalog-page .varieties .wrap
{
	display: table;
}
#catalog-page .varieties .wrap .img
{
	display: table-cell;
	padding-right: 8px;
	vertical-align: middle;
}
#catalog-page .varieties .wrap .img img
{
	height: 40px;
}
#catalog-page .varieties .wrap .text
{
	display: table-cell;
	vertical-align: middle;
	font-size: 13.5px;
	font-weight: bold;
}

/* Каталог - фильтр */
#catalog-page .filter
{
	margin-bottom: 30px;
	color: #838687;
	font-size: 14px;
	font-weight: 600;
}
#catalog-page .filter .sort
{
	float: left;
	/* width: 500px; */
}
#catalog-page .filter .sort .link
{
	border-bottom: 1px dashed;
	margin-left: 11px;
	color: #838687;
	font-size: 13px;
}
#catalog-page .filter .sort .active,
#catalog-page .filter .sort .active:hover
{
	color: #37B1EC;
	opacity: 1;
	cursor: default;
}
#catalog-page .filter .show
{
	float: right;
	text-align: right;
}
#catalog-page .filter .show select
{
	margin-left: 11px;
}

/* Каталог - список товаров */
#catalog-page .good
{
	padding: 15px 20px;
	border: 1px solid #D5D5D5;
	margin-bottom: 30px;
}
#catalog-page .good .list-item--gray ul {
	list-style: none;
}
#catalog-page .good:hover
{
	border-color: #37b1ec;
}
#catalog-page .good .good-in
{
	position: relative;
}
#catalog-page .good-left
{
	float: left;
	position: relative;
	width: 28%;
	margin-right: 2%;
}
#catalog-page .good .img-wrap
{
	display: block;
	position: relative;
	height: 180px;
	border-bottom: 0 none;
	margin-bottom: 20px;
}
#catalog-page .good .img-wrap img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#catalog-page .good .img-wrap .icn-new
{
	position: absolute;
	top: 0;
	left: 0;
}
#catalog-page .good .img-wrap .icn-hot
{
	position: absolute;
	top: 40px;
	left: 0;
}
#catalog-page .good .good-files {
	font-size: 0;
}
#catalog-page .good .good-files .btn {
	display: inline-block;
	width: 49%;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2%;
	font-size: 17px;
	text-align: center;
}
#catalog-page .good .good-files .btn:nth-child(2n) {
	margin-right: 0;
}
#catalog-page .good .info
{
	float: left;
	width: 35%;
	margin-right: 5%;
}
#catalog-page .good .title
{
	display: inline;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: 5px;
}
#catalog-page .good .title:hover
{
	border-bottom-color: rgba(55,177,236,0.6);
	color: #37B1EC;
	opacity: 1;
}
#catalog-page .good .title:hover .good
{
	border: 1px solid #37b1ec;
}
#catalog-page .good .param
{
	margin-top: 15px;
	margin-bottom: 35px;
}
#catalog-page .good .param .icn
{
	margin-right: 3px;
}
#catalog-page .good .param .attribute
{
	display: inline-block;
	margin-right: 15px;
}
#catalog-page .good .param .country
{
	display: inline-block;
}
#catalog-page .good .advantages header
{
	margin-bottom: 13px;
	color: #393939;
	font-weight: bold;
}
#catalog-page .good .price-col
{
	float: right;
	width: 30%;
	height: 260px;
}
#catalog-page .good .price-col .price-flag
{
	display: block;
	margin-bottom: 23px;
}
#catalog-page .good .price-col .opt
{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px dashed;
	margin-bottom: 20px;
}
#catalog-page .good .price-col .btn
{
	position: absolute;
	bottom: 20px;
	left: 70%;
	right: 0;
	text-align: center;
}
#catalog-page .good .in_cart
{
	position: absolute;
	bottom: 20px;
	left: 70%;
	right: 0;
}


/* Карточка товара */
#p-good
{
	margin-bottom: 65px;
}
#p-good .img-col
{
	float: left;
	width: 380px;
	margin-right: 75px;
}
#p-good .img-col .big-img
{
	display: block;
	position: relative;
	width: 380px;
	margin-bottom: 20px;
	border-bottom: 0 none;
}
#p-good .img-col .big-img:hover
{
	opacity: 1;
}
#p-good .img-col .big-img img
{
	width: 100%;
}
#p-good .img-col .big-img .icn-new
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#p-good .img-col .big-img .icn-hot
{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
}
#p-good .img-col  .good-files .btn {
	display: inline-block;
	width: 49%;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2%;
	text-align: center;
}
#p-good .img-col .good-files .btn:nth-child(2n) {
	margin-right: 0;
}
#p-good .info-col
{
	float: left;
	width: 370px;
}
.b-buy
{
	margin-bottom: 30px;
}
#p-good .info-col .b-buy__line
{
	margin-bottom: 45px;
}
#p-good .info-col .b-buy .price-flag
{
	float: left;
}
#p-good .info-col .b-buy .counter
{
	float: right;
	position: relative;
	width: 142px;
	height: 40px;
	border: 1px solid #d5d5d5;
}
#p-good .info-col .b-buy .btn
{
	float: left;
}
#p-good .info-col .b-buy .opt
{
	float: right;
	border-bottom: 1px dashed;
	margin-top: 14px;
	font-size: 13px;
	font-weight: bold;
}
#p-good .info-col .advantages
{
	margin-bottom: 35px;
}
#p-good .info-col .advantages header
{
	margin-bottom: 13px;
	color: #393939;
	font-weight: bold;
}
#p-good .info-col .advantages ul {
	list-style-type: none;
}
#p-good .info-col .phone-block
{
	padding: 17px 27px;
	border-radius: 2px;
	color: #393939;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background: #E9E7E7;
	text-align: center;
}
#p-good .info-col .phone-block .phone
{
	margin-top: 15px;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
#p-good .param-col
{
	float: right;
	width: 470px;
}
#p-good .param-col table
{
	width: 100%;
	margin-bottom: 30px;
	font-size: 13px;
	text-align: center;
}
#p-good .param-col tr
{
	padding: 0 32px;
}
#p-good .param-col table tr:nth-child(odd)
{
	background: #FCF4C7;
}
#p-good .param-col table tr td:first-child
{
	text-align: left;
}
#p-good .param-col th
{
	font-size: 16px;
	font-weight: bold;
}
#p-good .param-col th,
#p-good .param-col td
{
	padding: 15px 15px;
}

/* Каталог - аналоги */
#analogs
{
	margin: 30px auto 50px;
}

/* Каталог - слайдер товаров */
.catalog-tabs
{
	font-size: 0;
	text-align: center;
}
.catalog-tabs .catalog-btn
{
	display: inline-block;
	height: 70px;
	padding: 10px 25px;
	border-bottom: 0 none;
	margin-bottom: 30px;
	color: #000;
	font-size: 30px;
	line-height: 50px;
	background: #e9e7e7;
}
.catalog-tabs .catalog-btn sup
{
	position: relative;
	font-size: 13px;
	font-weight: 600;
	vertical-align: top;
}
.catalog-tabs .catalog-btn.active
{
	color: #FFF;
	background: #01b1ff;
	background: -moz-linear-gradient(top,  #01b1ff 0%, #0180ff 100%);
	background: -webkit-linear-gradient(top,  #01b1ff 0%,#0180ff 100%);
	background: linear-gradient(to bottom,  #01b1ff 0%,#0180ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b1ff', endColorstr='#0180ff', GradientType=0);
	cursor: default;
}
.catalog-tabs .catalog-btn.active:hover
{
	opacity: 1;
}
.catalog-tabs .catalog-tab
{
	height: 0;
	overflow: hidden;
}
.catalog-tabs .catalog-tab.active
{
	overflow: visible;
	height: auto;
}

#sales
{
	margin-bottom: 70px;
}
.sales-list
{
	position: relative;
}
.sales-list .owl-prev,
.sales-list .owl-next
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 41px;
	height: 76px;
	margin: auto;
}
.sales-list .owl-prev
{
	left: -90px;
}
.sales-list .owl-next
{
	right: -90px;
}
.sales-list .owl-prev:hover,
.sales-list .owl-next:hover
{
	opacity: 1;	
}

#sales.white
{
	padding: 65px 0;
	background: url(../img/gray-bg.png);
}
#sales.white .item
{
	background: #FFF;
	border: 10px solid #FFF;
	margin-bottom: 40px;
}
#sales.white .item .info
{
	background: #FFF;
}
.sales-list
{
	font-size: 0;
}
.sales-list .item
{
	display: inline-block;
	width: 315px;
	border: 10px solid #ECEBEB;
	margin-right: 30px;
	font-size: 14px;
	vertical-align: top;
}
.sales-list .item:last-child
{
	margin-right: 0;
}
.sales-list .item .img-wrap
{
	display: block;
	position: relative;
	height: 290px;
	border-bottom: 0 none;
}
.sales-list .item .img-wrap:hover
{
	opacity: 1;
}
.sales-list .item .img-wrap img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.sales-list .item .img-wrap .icn-new
{
	position: absolute;
	top: 10px;
	left: 10px;
    z-index: 1;
}
.sales-list .item .info
{
	position: relative;
	height: 150px;
	padding: 18px 10px 48px 10px;
	background: #ECEBEB;
	text-align: center;
}
.sales-list .item .title
{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 5px;
}
.sales-list .item .name
{
	margin-bottom: 11px;
}
.sales-list .item .param
{
	margin-bottom: 15px;
}
.sales-list .item .country
{
	display: inline-block;
	position: relative;	
	padding-left: 16px;
	margin-right: 18px;
}
.sales-list .item .country .icn-country
{
	position: absolute;
	top: 0;
	left: 0;
}
.sales-list .item .attribute
{
	display: inline-block;
	position: relative;
	padding-left: 18px;
}
.sales-list .item .attribute .icn
{
	position: absolute;
	top: 0;
	left: 0;
}
.sales-list .item .price-flag
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}

/* Страница контактов */
#contact-page
{
	margin-bottom: 70px;
}

/* Страница отзывов */
#reviews
{
	margin-bottom: 40px;
}
#reviews .review
{
	display: block;
	position: relative;
	padding: 15px 20px;
	min-height: 150px;
	border-radius: 10px;
	border: 1px solid #dadada;
	margin-bottom: 25px;
	overflow: hidden;
}
#reviews .review .image
{
	position: absolute;
	left: 20px;
	right: 85%;
	top: 15px;
	bottom: 15px;
}
#reviews .review .image img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
#reviews .review .text
{
	float: right;
	width: 84%;
	font-size: 15px;
	line-height: 20px;
}
#reviews .review .name
{
	display: block;
	margin-top: 15px;
}
#reviews .review .date
{
	margin-left: 10px;
	color: #838687;
	font-size: 14px;
}

/* Пагинация */
.paginator
{
	font-size: 15px;
	text-align: center;
	float: none;
    width: 100%;
    clear: both;
}
.paginator__list
{
	display: inline-block;
	margin-left: 10px;
	font-size: 0;
}
.paginator__item
{
	margin-right: 7px;
	font-size: 15px;
}
.paginator__link
{
	margin-right: 7px;
	font-size: 15px;
}

/* Страница корзины */
#cart-page
{
	margin-bottom: 40px;
}
#cart-page .list
{
	float: left;
	width: 960px;
}
#cart-page .list table
{
	width: 100%;
}
#cart-page .list table th
{
	padding: 15px 20px;
	border: 1px solid #e9e7e7;
	font-size: 14px;
	font-weight: normal;
	background: #E9E7E7;
}
#cart-page .list table td
{
	padding: 15px 20px;
	border-bottom: 1px solid #e9e7e7;
	vertical-align: middle;
}
#cart-page .list table tr td:last-child
{
	border-right: 1px solid #e9e7e7;
}
#cart-page .list table tr td:first-child
{
	border-left: 1px solid #e9e7e7;
}
#cart-page .list table td .img
{
	float: left;
	width: 100px;
}
#cart-page .list table td a
{
	line-height: 28px;
}
#cart-page .list .price,
#cart-page .list .sum
{
	white-space: nowrap;
}
#cart-page .remove
{
	cursor: pointer;
}
#cart-page .remove:hover
{
	opacity: 0.85;
}
#cart-page .total
{
	float: right;
	width: 350px;
	padding: 20px 28px 30px;
	background: #fcf4c7;
	text-align: left;
}
#cart-page .total .title
{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
#cart-page .total .result
{
	font-size: 16px;
}
#cart-page .total .result .price
{
	margin-left: 18px;
	font-weight: bold;
	font-size: 30px;
}
#cart-page .total .delivery
{
	margin-top: 12px;
	color: #838687;
	font-size: 12px;
}
#cart-page .total .btn
{
	margin-top: 26px;
}



/* Подвал */
#footer
{
	padding: 1px 0;
	background: url(../img/black-bg.png);
}
#footer .tabs
{
	margin: 70px 0 45px;
}
.tabs .map-block
{
	height: 390px;
}
#footer .black-line
{
	margin-top: 15px;
	position: relative;
	height: 230px;
	color: #FFF;
	font-size: 15px;
}
#footer .phone
{
	position: absolute;
	bottom: 85px;
	left: 0;
	width: 230px;
}
#footer .phone .font__text
{
	white-space: nowrap;
}
#footer .search
{
	position: absolute;
	top: 25px;
	right: 0;
}
#footer .search__type
{
	color: #000 !important;
}
#footer .phone .font__text
{
	color: #D0D0D0;
}
#footer .phone .number
{
	font-size: 28px;
	font-weight: 800;
	margin: 7px 0 45px 0;
}
#footer .mail
{
	position: absolute;
	bottom: 85px;
	left: 290px;
	width: 180px;
}
#footer .mail .btn
{
	margin-top: 50px;
}
#footer .soc
{
	position: absolute;
	bottom: 166px;
	left: 495px;
}
#footer .soc a
{
	display: inline-block;
	margin-right: 13px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	border-bottom: none;
}
#footer .soc .youtube
{
	width: 32px;
	height: 26px;
	background-position: -65px -25px;
}
#footer .soc .vk
{
	width: 32px;
	height: 19px;
	background-position: -98px -25px;
	vertical-align: top;
	margin-top: 3px;
}
#footer .text-block
{
	position: absolute;
	bottom: 65px;
	right: 0;
	width: 565px;
	font-size: 13px;
	line-height: 18px;
	color: #F2F2F2;
	font-weight: 300;
}

/* Подвал белая линия */
#footer .white-line
{
	background: #FFF;
}
#footer .white-line .center
{
	position: relative;
	height: 130px;
	font-size: 13px;
}
#footer .white-line .text
{
	position: absolute;
	top: 60px;
	left: 0;
}
#footer .white-line .pay
{
	position: absolute;
	top: 45px;
	left: 430px;
}
#footer .white-line .pay .pay-text
{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	line-height: 35px;
}
#footer .white-line .links
{
	position: absolute;
	top: 47px;
	left: 800px;
}
#footer .white-line .links div
{
	margin-bottom: 10px;
}
#footer .white-line .cp
{
	position: absolute;
	top: 45px;
	right: 0;
}
#footer .white-line .cp span
{
	line-height: 39px;
	vertical-align: middle;
}
#footer .white-line .cp a
{
	display: inline-block;
	width: 117px;
	height: 39px;
	margin: 5px 0 0 10px;
	background-position: -76px -52px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#top.center a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  margin: 5px;
}

.main-slider-link:hover {
  opacity: 1;
}

.s-content table td {
  padding: 10px;
  border: 1px solid lightgray;
}

.alert-danger {
	background-color: darksalmon;
	padding: 10px;
	font-size: 17px;
	margin-bottom: 20px;
}

.review-form {
    max-width: 600px;
    background-color: lightblue;
    padding: 45px;
    margin-bottom: 20px;
}

.review-form h3 {
	margin-bottom: 20px;
	font-size: 18px;
}

.review-form .nc-field {
  width: 100%;
  overflow: hidden;
}

.review-form label {
	width: 100%;
	font-size: 14px;
}
.review-form input {
	float: right;
}

.review-form textarea {
	margin-top: 10px;
}

.review-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.review-form .form-group .captcha-img {
    width: 55%;
    float:left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#agree,
#agree-opt,
#agree-call {
    width: 20px;
    height: 20px;
}

input:disabled,
button:disabled {
    opacity: 0.5;
}

input:disabled:hover,
button:disabled:hover {
    opacity: 0.5;
    cursor: no-drop;
}

.menu-mobile {
	display: none;
}

.search-mobile {
	/*display: none;*/
}

.cart-mobile {
	display: none;
}

.toggle-search-form-mobile {
	display: none;
}

.call-us-mobile {
	display: none;
}

#top .phone.mobile {
    display: none;
}
.bottom-fixed {
	display: none;
}

.menu-toggle {
	display: none;
}

.video-gallery {
	margin-bottom: 40px;
}

.video-gallery a {
	text-decoration: none;
	border: none;
	color: #333;
}

.video-item {
	width: 30%;
	margin-right: 3%;
	margin-top: 25px;
	position: relative;
	transition: all 0.2s;
	display: inline-block;
}

.video-item:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	cursor: pointer;
}

.video-item:hover:after {
  opacity: 0.8;
}

.video-item p {
	margin: 0 0 20px;
	font-size: 18px;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    z-index: 2;
    position: relative;
    /* background-color: #fff; */
    /* border: 2px solid rgb(100, 150, 255); */
    color: #333;
}

#footer .white-line .center p {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}

.mob-menu-open {
	pointer-events: none;
}

#page {
	background-color: #fff;
}

.search-mobile {
	display: none;
}
.sort.mobile {
	display: none;
}

.toggle-label {
	display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    max-width: 40%;
}

.pagination li {
    margin: 0 5px;
    transition: all 0.2s linear;
}

.pagination li>a {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s linear;
    border: none;
}

.pagination li.active {
    background-color: #37B1EC;
}

.pagination li:not(.active):hover {
    background-color: #66c4f1;
}

.pagination li.active>a,
.pagination li:not(.active):hover>a {
    color: #fff;
}

.cities li {
    margin: 15px;
}
.cities {
text-align: center; padding-left: 0; list-style-type: none; padding: 5px 0px 0 0px; font-size: 20px;
}

.subcategories {
    list-style-type: none;
    padding: 5px 0 0 10px;
}

#catalog-page .catalog-links .subcategories li a {
    display: block;
    padding: 5px;
    font-size: 13px;
    color: grey;
}

#catalog-page .catalog-links .subcategories li a:hover,
#catalog-page .catalog-links .subcategories li.active a {
    color: #37B1EC;
}

.sales-list .buy-block .btn.btn--small{
    height: initial;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.sales-list .item .in_cart {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0;
    display: inline-block;
    width: 47px;
    border: none;
    text-align: left;
    text-decoration: none;
}

.sales-list .item .in_cart a {
    border: none;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
}
.catfilters {
	border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    display: block;
    margin-bottom: 20px;
}
.catfilters__title {
	text-align: center;
	font-weight: bold;
	padding: 13px 19px 14px;
    border-bottom: 1px solid #f2f2f2;
}
.catfilters__box {
	padding: 13px 19px 14px;
    border-bottom: 1px solid #f2f2f2;
}


.catfilters__box__title {
	font-size: 14px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 0 35px 0 0;
    color: #333;
}
.catfilters__box__title:after {
	width: 8px;
    height: 5px;
    right: -3px;
    top: 3px;
    content: "\f107";
    font-size: 15px;
    color: #888;
    font: 14px/1 FontAwesome;
    position: absolute;
}
.catfilters__box.active .catfilters__box__title:after {
    content: "\f106";
    top: 4px;
}
.catfilters__box__block {
	margin-top: 15px;
	display: none;
}
.catfilters__box.active .catfilters__box__block {
	display: block;
}
.catfilters__box--price input {
	padding: 8px 8px 8px;
    background: #fff;
    line-height: 20px;
    color: #666;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    height: auto;
    font-size: 13px;
    width: 45%;
}
.catfilters__box--inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.divider {
	width: 12px;
    height: 1px;
    background: #9a9a9a;
}






.ui-slider-range {
    background: #0199ff !important;
    height: 2px !important;
    background: #0199ff !important;
    position: absolute;
    top: 4px;
}
.ui-slider-handle, #range .ui-state-active {
    width: 2rem;
    height: 2rem;
    margin-top: -1.1rem;
    box-shadow: none;
    border: 1px solid #cfd1d5 !important;
    transition-property: background;
    transition-duration: .2s;
    transition-timing-function: ease;
    background: #FFF !important;    
}
.ui-slider-handle, #range .ui-state-active {
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 1px #999;
    margin: -.4rem 0 0 -.9rem;
    z-index: 1;
}
.ui-slider {
    position: relative;
    background: #e9eaec;
    border-style: none;
    box-shadow: 0 0 2px #dfdfdf inset;
    border-radius: 1rem;
    height: 1rem;
    box-sizing: border-box;
    margin-left: .9rem;
    margin-right: .9rem;
    border: none !important;
    background: none !important;
}
.ui-slider-handle:hover, #range .ui-state-active {
    background: #F5F5F5 !important;
}
#filters .input-range {
    padding: 10px;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    width: 100px;
    border-radius: 3px;
    vertical-align: middle;
    border: 1px solid #CCC;
    line-height: 2rem;
    -webkit-tap-highlight-color: transparent;
    transition-property: border-color;
    transition-duration: .2s;
    transition-timing-function: ease;
}
.firstinrange {
	margin-right: 10px;
}
#filters .input-range:hover {
    border-color: #999;
}
div#slider--price {
    padding-bottom: 20px;
    border: none;
    box-shadow: unset;
}
.catfilters__buttons {

}
.submit_button {
	border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 70px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: 500;
    outline: none;
    height: 35px;
    background-color: #0199ff;
}
.button__icon {

}
.button__text {
	color: #fff;
}
.limited_block {
	display: block;
    max-height: 250px;
    overflow-y: auto;
}
.catfilters_parameters_box_container {
	margin-top: 15px;
	position: relative;
    z-index: 1;
}
.catfilters_parameters_box_container input[type="checkbox"] {
	display: none;		
}
.catfilters_parameters_box_container input[type="checkbox"] + label, .catfilters_parameters_box_container input[type="checkbox"] + label {
    margin-bottom: 4px;
    padding-left: 5px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    font-size: 13px;
    color: #666;
    display: block;
    margin: 0px 0px 3px;
}
.catfilters_parameters_box_container label span {
    color: #333;
    position: relative;
    display: block;
    clear: both;
    min-height: 20px;
}
.catfilters_parameters_box_container input[type="checkbox"] + label:after, .catfilters_parameters_box_container input[type="checkbox"] + label:after, .bg_block:after {
	font-size:0;
	content:".";
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    box-shadow:0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow:0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow:0px 0px 0px 1px #cccccc inset;
    background:#fff;
}
.catfilters_parameters_box_container .catfilters_filter_param_text, .catfilters_parameters_box_container label > span {
    display: block;
    line-height: 14px;
    margin-left: 21px;
    text-align: left;
    font-weight: normal;
}
.catfilters_parameters_box_container input[type="checkbox"] + label:not(.disabled):hover:before, .catfilters_parameters_box_container input[type="checkbox"]:checked + label:before,
 .catfilters_parameters_box_container input[type="checkbox"] + label:hover:before, .catfilters_parameters_box_container input[type="radio"]:checked + label:before, 
 .catfilters_parameters_box_container input[type="radio"] + label:hover:before {
	display: inline-block;
    z-index: 3;
    color: #FFF;
    background: #0199FF;
    font-size: 0;
    content: ".";
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.newcat__header {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#catalog-page h1 {
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	margin-bottom: 0;
}
.catalog--count {
	font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 4px;
    margin-left: 12px;
}
