html,
body {
	height: 100%;
}
body {
	font: 14px/18px "Roboto", Tahoma, sans-serif;
	color: #321903;
	background-color: #fff;
	min-width: 1200px;
	font-weight: 400;
}
.wrapper {
	min-height: 100%;
}
.wrapper .has-feedback .form-control-feedback {
	top: auto;
	bottom: 0;
}
.container {
	width: 1200px;
}
.container .error {
	color: #a94442;
}
.danger {
	color: #a94442;
}
header .logo img {
	height: 50px;
}
a {
	color: #2c82c9;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #2c82c9;
	outline: none;
}
a.btn,
button,
input[type="submit"],
button.btn,
input[type="submit"].btn,
.as-recall.a-submit {
	border-radius: 2px;
	background: transparent;
	color: #2c82c9;
	border: 1px solid #2c82c9;
	padding: 8px 14px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	text-decoration: none !important;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
button.btn:hover,
input[type="submit"].btn:hover,
a.btn:focus,
button:focus,
input[type="submit"]:focus,
button.btn:focus,
input[type="submit"].btn:focus,
a.btn:active,
button:active,
input[type="submit"]:active,
button.btn:active,
input[type="submit"].btn:active,
a.btn:active:focus,
button:active:focus,
input[type="submit"]:active:focus,
button.btn:active:focus,
input[type="submit"].btn:active:focus,
a.btn.active:focus,
button.active:focus,
input[type="submit"].active:focus,
button.btn.active:focus,
input[type="submit"].btn.active:focus {
	background: #2c82c9;
	text-decoration: none;
	border-color: #2c82c9;
	color: #fff;
	outline: none;
	border-radius: 2px;
}
a.btn i.fa,
button i.fa,
input[type="submit"] i.fa,
button.btn i.fa,
input[type="submit"].btn i.fa {
	margin-right: 3px;
}
.form-control,
input[type="text"],
select,
textarea,
input[type="password"] {
	max-width: 100%;
	height: 34px;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: 1px solid #2c82c9;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: inline-block;
	vertical-align: middle;
}
.form-control:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="password"]:focus {
	border-color: #2c82c9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 130, 201, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 130, 201, 0.6);
}
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
	color: #ccc;
}
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="password"]::-moz-placeholder {
	color: #ccc;
}
.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="password"]:-moz-placeholder {
	color: #ccc;
}
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
	color: #ccc;
}
.form-control.error,
input[type="text"].error,
select.error,
textarea.error,
input[type="password"].error {
	border-color: #eb8e81;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.form-control.error::-webkit-input-placeholder,
input[type="text"].error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder {
	color: #a94442;
}
.form-control.error::-moz-placeholder,
input[type="text"].error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input[type="password"].error::-moz-placeholder {
	color: #a94442;
}
.form-control.error:-moz-placeholder,
input[type="text"].error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input[type="password"].error:-moz-placeholder {
	color: #a94442;
}
.form-control.error:-ms-input-placeholder,
input[type="text"].error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder {
	color: #a94442;
}
.form-control.error + .form-control-feedback,
input[type="text"].error + .form-control-feedback,
select.error + .form-control-feedback,
textarea.error + .form-control-feedback,
input[type="password"].error + .form-control-feedback {
	color: #a94442;
}
.login-links {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.login-links li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.loginFPForm,
.register,
.update-profile,
.fos,
.shoporderform,
.loginForm {
	width: 50%;
}
table {
	border: 1px solid #ddd;
	width: 100% !important;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	vertical-align: middle;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
form[name="rassilka"] input[type="submit"] {
	display: none;
}
.breadcrumbs {
	margin-bottom: 15px;
	font-size: 12px;
}
.leftimg {
	float: left;
	margin-right: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
}
.mfp-close:hover,
.mfp-close:focus,
.mfp-close:active,
.mfp-close:active:focus,
.mfp-close.active:focus {
	margin: 0;
	background: transparent;
	border: none;
}
.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-arrow:active,
.mfp-arrow:active:focus,
.mfp-arrow.active:focus {
	background: transparent;
	border: none;
}
.fos-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}
b,
strong,
th,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto";
	font-weight: 500;
}
.form-group span.fa {
	font-size: 18px;
	line-height: 34px;
	bottom: 0;
	top: auto;
	color: #2c82c9;
}
.header-main {
	margin-bottom: 25px;
}
.header-top {
	padding: 20px 0;
	color: #202020;
	font-size: 16px;
}
.header-top > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.header-top .logo {
	flex: 200px 1 0;
}
.header-top .as-contacts {
	text-align: right;
	min-width: 180px;
}
.header-top .as-contacts a.as-recall {
	position: relative;
	top: 4px;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.header-top a {
	color: #202020;
}
.header-top i.fa {
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.header-bottom {
	background: #2c82c9;
}
.contacts-top {
	/*text-align: left;*/
	line-height: 22px;
}
.contacts-top span {
	margin-right: 20px;
	display: inline-block;
}
.contacts-top > div {
	float: left;
	margin-right: 20px;
}
.contacts-top > div:last-of-type {
	margin-right: 0;
	float: right;
}
.as-contacts span {
	display: block;
	margin: 0;
}
.contacts-top span:last-child {
	margin-right: 0;
}
.margin-20-bottom {
	margin-bottom: 20px !important;
}
.contacts-top .as-recall {
	color: #2c82c9;
	border-bottom: 1px dashed transparent;
}
.as-news-img {
	height: 0;
	padding-bottom: 60%;
	background-color: #eee;
	display: block;
	width: 100%;
	margin: 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.news-main.side-block .time {
	color: #666;
}
.contacts-top .as-recall:hover {
	border-bottom: 1px dashed #2c82c9;
	text-decoration: none;
}
.contacts-top i.fa {
	margin-right: 3px;
}
.login {
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 29px;
	font-size: 14px;
}
.login i.fa {
	display: inline-block;
	width: 27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	background: #2c82c9;
	color: #fff;
	margin-left: 10px;
	border-radius: 2px;
}
.shop-cart-wrapper {
	height: 53px;
	border-left: 1px solid #fff;
	text-align: center;
}
.shop-cart-wrapper .shop-link {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	height: 53px;
	line-height: 53px;
	padding: 0;
	border-radius: 0;
	color: #fff;
}
.shop-cart-wrapper .shop-link:hover,
.shop-cart-wrapper .shop-link:focus,
.shop-cart-wrapper .shop-link:active {
	text-decoration: none;
	color: #fff;
	background: #1f6eae;
}
.shop-cart-wrapper .shop-link i.fa {
	font-size: 17px;
	margin-right: 3px;
}
.shop-cart-wrapper .shop-link span {
	display: inline-block;
	vertical-align: middle;
}
.shop-cart-wrapper .shop-link-ico {
	position: relative;
}
.shop-cart-wrapper .shop-link .count {
	position: absolute;
	top: 14px;
	left: 5px;
	font-size: 7px;
	color: #ff461e !important;
	background-color: #fff;
	line-height: 1em;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #ff0000b3;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.shop-cart-wrapper .shop-link:hover .count,
.shop-cart-wrapper .shop-link:focus .count,
.shop-cart-wrapper .shop-link:active .count {
	color: #000;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	text-align: center;
}
.menu li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.menu li.active > a {
	color: #fff;
	text-decoration: none;
	background: #1f6eae;
}
.menu li:hover .inner-menu {
	display: block;
}
.menu li:hover > a {
	color: #fff;
	text-decoration: none;
	background: #1f6eae;
}
.menu a {
	display: block;
	padding: 20px 15px 18px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
}
.menu a:hover,
.menu a:active,
.menu a:focus {
	color: #fff;
	text-decoration: none;
	background: #1f6eae;
}
.menu .inner-menu {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 100%;
	border: 1px solid #fff;
	background: #2c82c9;
	width: 250px;
	text-align: left;
}
.menu .inner-menu:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
}
.menu .inner-menu li {
	display: block;
}
.menu .inner-menu li a {
	font-size: 14px;
	padding: 11px 10px 9px;
	text-transform: none;
	border-bottom: 1px solid #fff;
}
.menu .inner-menu li a:hover,
.menu .inner-menu li a:active,
.menu .inner-menu li a:focus {
	color: #fff;
	text-decoration: none;
	background: #1f6eae;
}
.menu .inner-menu li:last-child a {
	border-bottom: none;
}
.menu .inner-menu li.active a {
	color: #fff;
	background: #1f6eae;
	text-decoration: none;
}
.content {
	padding-bottom: 40px;
}
.heading-style {
	color: #3f7cac;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 15px 0;
}

.slider {
	position: relative;
	margin-bottom: 35px;
	margin-top: -24px;
}
.slider .carousel-indicators li {
	width: 12px;
	height: 12px;
	background: #2c82c9;
	border: none;
	margin: 0 15px;
}
.slider .carousel-indicators li.active,
.slider .carousel-indicators li:hover {
	width: 12px;
	height: 12px;
	border: none;
	margin: 0 15px;
	background: #fff;
}
.slider .carousel-caption {
	background: rgba(0, 0, 0, 0.5);
	bottom: auto;
	padding: 10px;
	top: 50%;
	max-height: 100px;
	overflow: hidden;
	margin-top: -50px;
	font-size: 18px;
	line-height: 22px;
}
.side-block {
	margin-bottom: 30px;
}
.side-block .form-control,
.side-block input[type="text"],
.side-block select,
.side-block textarea,
.side-block input[type="password"] {
	width: 100%;
}
.side-block .side-title {
	color: #3f7cac;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 15px;
}
.side-block .side-title span {
	float: right;
	text-transform: none;
	font-size: 12px;
}
.side-block .side-title span a {
	text-decoration: underline;
}
.side-block .side-title span a:hover {
	text-decoration: none;
}
.side-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-menu li.active {
	border: 1px solid #4a81da;
	border-top: none;
}
.side-menu li.active .inner-menu {
	display: block;
}
.side-menu li.active a {
	color: #fff;
	text-decoration: none;
	background: #4c84df;
	background: -webkit-linear-gradient(top, #4c84df 0%, #30599c 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4c84df), to(#30599c));
	background: linear-gradient(to bottom, #4c84df 0%, #30599c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c84df', endColorstr='#30599c', GradientType=0);
	border: none;
}
.side-menu a {
	display: block;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
	background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0);
	color: #202020;
	font-size: 16px;
	line-height: 18px;
	padding: 15px 8px;
	border: 1px solid #c2c2c2;
}
.side-menu a:hover,
.side-menu a:active,
.side-menu a:focus {
	color: #fff;
	text-decoration: none;
	background: #4c84df;
	background: -webkit-linear-gradient(top, #4c84df 0%, #30599c 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4c84df), to(#30599c));
	background: linear-gradient(to bottom, #4c84df 0%, #30599c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c84df', endColorstr='#30599c', GradientType=0);
	border-color: #4a81da;
}
.side-menu a:focus,
.side-menu a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.side-menu .inner-menu {
	display: none;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}
.side-menu .inner-menu li.active {
	border: none;
}
.side-menu .inner-menu li.active a {
	color: #2c82c9;
	text-decoration: none;
}
.side-menu .inner-menu li a {
	text-transform: none;
	color: #7e7e7e;
	border: none;
	padding: 5px 15px;
	font-size: 13px;
	line-height: 15px;
	background: transparent;
}
.side-menu .inner-menu li a:hover,
.side-menu .inner-menu li a:active,
.side-menu .inner-menu li a:focus {
	color: #2c82c9;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.news-main {
	margin-top: 30px;
}
.news-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-item .news-title {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 500;
}
.news-item .news-into {
	color: #8c8c8c;
	font-size: 13px;
	line-height: 16px;
}
.news-item .news-date {
	display: block;
	color: #a7a7a7;
	font-size: 12px;
}
.news-item .news-date i.fa {
	color: #2c82c9;
	margin-right: 3px;
}
.news-item-inner {
	border-bottom: 1px dashed #aaa;
}
.news-item-inner .news-date {
	margin-top: 5px;
	text-align: left;
}
.goods-inner-content {
	margin-bottom: 30px;
	display: flex;
}
.goods-inner-content .price-inner {
	font-size: 18px;
	color: #e62327;
}
.category-list {
	margin-top: 20px;
}
/*.category-list .ajax-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
} 
.category-list .ajax-container .col-xs-4{
	width: 25%
}*/

.ajax-container.slick .slick-dots {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	padding: 0;
	margin: o auto;
}
.ajax-container.slick .slick-dots button {
	border-radius: 50%;
	border: none;
	outline: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	padding: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	background: #c4c4c4;
	margin: 0 5px;
}
.ajax-container.slick .slick-dots .slick-active button {
	background: #2c82c9;
}
.ajax-container.slick .slick-slide img {
	display: block;
	max-height: 135px;
	display: block;
	margin: 0 auto;
}
/*.ajax-container.slick .category-img{
	height: 135px
}*/
.goods-main {
	padding-top: 35px;
}
.goods-item {
	margin-bottom: 30px;
}
.category-item {
	margin-bottom: 30px;
}
.category-item-inner {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 10px;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	height: 100%;
}
.category-item-inner:hover {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 1, 1, 0.33);
	box-shadow: 0px 2px 16px 0px rgba(0, 1, 1, 0.33);
}
.category-item-inner .category-title {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
.category-item-inner .category-title a {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	width: 100%;
}
.goods-item {
	margin-bottom: 30px;
}
.goods-item-inner {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 15px;
	-webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
	height: 100%;
}
.goods-item-inner:hover {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 1, 1, 0.33);
	box-shadow: 0px 2px 16px 0px rgba(0, 1, 1, 0.33);
}
.goods-item-inner .goods-img {
	margin-bottom: 10px;
}
.goods-item-inner .goods-img > a {
	display: block;
}
.goods-item-inner .goods-img > a > img {
	margin: 0 auto;
}
.goods-item-inner .product-tocart {
	display: table;
	width: 100%;
	height: 31px;
}
.goods-item-inner .price-btn {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.goods-item-inner .price-btn .btn {
	border: none;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}
.goods-item-inner .price-btn .btn i.fa {
	font-size: 15px;
}

.goods-item-inner .price-btn .btn:hover,
.goods-item-inner .price-btn .btn:focus,
.goods-item-inner .price-btn .btn:active,
.goods-item-inner .price-btn .btn:active:focus,
.goods-item-inner .price-btn .btn.active:focus {
	background: transparent;
	color: #2c82c9;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.goods-item-inner .price-btn a,
.product-tocart .under_order {
	color: #9f3c20;
}
.goods-item-inner .price-btn a {
	color: #9f3c20;
	text-decoration: underline;
}
.product-tocart .under_order {
	margin-bottom: 30px;
}
.goods-item-inner .price {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.goods-item-inner .goods-title {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
.goods-item-inner .goods-title a {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}
.goods-item-inner .goods-intro {
	color: #444;
	font-size: 12px;
	line-height: 14px;
	min-height: 28px;
	overflow: hidden;
	margin: 5px 0;
}
.goods-item-inner .goods-intro ul {
	padding-left: 16px;
}
.goods-item-inner .goods-intro a {
	color: #444;
}
body #shk_prodHelper {
	width: 170px;
	border: none;
	-webkit-box-shadow: 0 -5px 16px rgba(0, 0, 0, 0.31);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.31);
	background: rgba(255, 255, 255, 0.95);
}
body #shk_prodHelper input[type="text"],
body #shk_prodHelper .shk_count_button {
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body #shk_prodHelper input[type="text"] {
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.foto-price {
	margin-right: 25px;
	min-width: 300px;
	flex: 50% 0 0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: flex-start;
}
.foto-price a:first-child {
	margin-bottom: 20px;
	width: 100%;
}
.foto-price a:first-child img {
	display: block;
	margin: 0 auto;
}
.foto-price a {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.22);
	-webkit-transition: border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.foto-price a:hover {
	border-color: #3754a2;
	-webkit-box-shadow: 0 0 4px -1px #3754a2;
	box-shadow: 0 0 4px -1px #3754a2;
}
.foto-price a img {
	border-radius: 4px;
}
.variables {
	margin-bottom: 10px;
}
.variables select {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
#catsearch select {
	margin-bottom: 5px;
}
#catsearch .range {
	margin: 5px 8px 15px;
}
#catsearch .range .ui-widget-header {
	background: #2c82c9;
}
#catsearch .form-buttons {
	margin-bottom: 0;
}
.side-block .ui-widget-content {
	border: 1px solid #2c82c9;
}
.side-block .ui-slider-horizontal .ui-state-default,
.side-block .ui-slider-horizontal .ui-widget-content .ui-state-default,
.side-block .ui-slider-horizontal .ui-widget-header .ui-state-default {
	background: #fff;
	border: 1px solid #111;
}
.side-block .ui-slider-horizontal .ui-state-default:hover,
.side-block .ui-slider-horizontal .ui-widget-content .ui-state-default:hover,
.side-block .ui-slider-horizontal .ui-widget-header .ui-state-default:hover {
	outline: none;
	border-color: #2c82c9;
	cursor: pointer;
}
.side-block .ui-slider-horizontal .ui-state-default:focus,
.side-block .ui-slider-horizontal .ui-widget-content .ui-state-default:focus,
.side-block .ui-slider-horizontal .ui-widget-header .ui-state-default:focus,
.side-block .ui-slider-horizontal .ui-state-default:active,
.side-block .ui-slider-horizontal .ui-widget-content .ui-state-default:active,
.side-block .ui-slider-horizontal .ui-widget-header .ui-state-default:active {
	outline: none;
}
.filter-sort .sort {
	padding-top: 0;
	margin-bottom: 7px;
}
.filter-sort .sort select {
	width: 88%;
	display: inline-block;
	vertical-align: middle;
}
.filter-sort .filtr {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.filter-sort input[name="tv_price_from"],
.filter-sort input[name="tv_price_to"],
.filter-sort input[name="tv_cooling_from"],
.filter-sort input[name="tv_cooling_to"] {
	width: 95px;
}
.filter-sort .filtr .form-group {
	margin: 0 15px 5px 0;
}
.filter-sort .filtr button {
	vertical-align: bottom;
	margin-bottom: 5px;
}
.filter-sort .filtr select {
	width: 100%;
}
.filter-sort .filtr label {
	font-size: 13px;
}
.filter-sort .filtr .filtr-title {
	font-size: 14px;
}
.filter-sort .checkbox-style label {
	margin-bottom: 8px;
}
.filter-sort input[type="checkbox"] {
	position: relative;
	top: 2px;
}
.filter-sort button.btn {
	padding: 10px 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
	border: 1px solid #2c82c9;
	background: transparent;
	color: #222;
}

.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .disabled > span:focus,
.pagination > .disabled > a:focus {
	background: inherit;
}

.pagination > li > a:hover,
.pagination > li > span:hover .pagination > li > a.active {
	background: #2c82c9;
	outline: none;
	color: #fff;
	border: 1px solid #2c82c9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #2c82c9;
	outline: none;
	color: #fff;
	border: 1px solid #2c82c9;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
	border: 1px solid #2c82c9;
	background: transparent;
	color: #222;
}
.description .goods-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.description .count-goods {
	display: inline-block;
	vertical-align: middle;
	width: 144px;
	text-align: center;
	margin-right: 10px;
}
.description .count-goods button,
.description .count-goods input {
	display: inline-block;
	vertical-align: middle;
}
.description .count-goods input {
	width: 50px;
	text-align: center;
}
.description .count-goods button {
	width: auto;
	padding: 9px 14px;
}
.description .count-goods button i.fa {
	margin: 0;
}
.description .goods-tocart .btn {
	padding: 10px 14px;
}
.good-image {
	display: none;
	position: absolute;
	right: -200px;
	top: 0;
	z-index: 10;
	width: 200px;
	border-radius: 2px;
	background: #fff;
	border: 2px solid #000;
}
.view-list__item {
	margin-bottom: 10px;
}
.view-list hr {
	margin-bottom: 10px;
}
.view-list--faq .view-list__item .view-text:before {
	content: "\f059";
	font-size: 18px;
	font-style: normal;
	top: 15px;
	left: 15px;
}
.view-list--fback .view-list__item .view-text:before {
	content: "\f075";
	font-size: 18px;
	font-style: normal;
	top: 15px;
	left: 15px;
}
.view-text {
	border-bottom: 2px solid #ececec;
	font-size: 14px;
	font-style: italic;
	position: relative;
	margin: 0;
	padding: 1em 40px;
	background: #f9f9f9;
	border-radius: 3px;
	text-align: justify;
}
.view-text:before {
	font-family: "FontAwesome";
	content: "\f10d";
	position: absolute;
	top: 10px;
	left: 1em;
}
.message--success {
	background: #dff0d8;
	padding: 10px;
	border-radius: 3px;
	color: #3c763d;
}
.view-text-fback {
	font-size: 16px;
}
.view__info {
	margin-top: 10px;
	position: relative;
	text-align: left;
}
.view__info:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: -10px;
	left: 0.6em;
	border-top: 10px solid #ececec;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 0;
}
.view-author {
	display: block;
	font-style: normal;
}
.view-date {
	font-size: 10px;
}
.view-counter {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	background: red;
	color: #fff;
	text-align: center;
	padding: 6px 3px;
	border-radius: 50%;
}
.view__answer {
	border-top: 2px solid #d6e9c6;
	position: relative;
}
.view__answer:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: -10px;
	left: 1em;
	border-top: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #d6e9c6;
}
.view__answer-text {
	display: block;
	line-height: 1.5;
	margin-bottom: 10px;
}
.view__answer-text a {
	color: #232323;
	border-bottom: 1px dotted;
}
.view__answer-author {
	text-align: right;
}
.view__answer-author cite {
	border-bottom: 1px dashed #232323;
}
.view__add-new .sgrid-8,
.view__add-new .sgrid-4 {
	margin-bottom: 0;
}
.footer-main {
	background: #4c84df;
	color: #fff;
	position: relative;
}
.footer-top {
	padding: 20px 0 0;
}
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li.active a {
	color: #000;
	text-decoration: none;
}
.footer-menu li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.footer-menu li a:hover {
	color: #000;
	text-decoration: none;
}
.footer-bottom {
	padding: 25px 0;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom .copyright {
	line-height: 30px;
}
.footer-bottom .contacts {
	line-height: 30px;
	text-align: center;
}
.footer-bottom .contacts i.fa {
	margin-right: 3px;
}
.footer-bottom .contacts span {
	margin-right: 20px;
}
.footer-bottom .contacts span:last-child {
	margin-right: 0;
}
.social {
	text-align: right;
}
.footerlinks {
	text-align: right;
}

.news-item-inner .leftimg img {
	width: 200px;
}
#gallery {
	overflow: hidden;
	margin-bottom: 20px;
}
#gallery .menus {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: table;
	width: 100%;
}
#gallery .menus li {
	display: table-cell;
	margin-right: 10px;
	position: relative;
	text-align: center;
}
#gallery .menus li:before {
	content: ".";
	position: relative;
	top: -3px;
	left: -10px;
	font-size: 26px;
	display: none;
}
#gallery .menus li:first-child:before {
	display: none;
}
#gallery .menus .current a {
	font-weight: bold;
}
#gallery .gal-item-wa {
	float: left;
	width: 214px;
	min-height: 214px;
}
#gallery .gal-item-wa a {
	margin: 0 2px 2px 0;
	padding: 5px;
	border: 1px solid #f1f1f1;
	position: relative;
	display: block;
	width: 212px;
	height: 212px;
	transition: all 0.3s ease-in-out;
}
#gallery .gal-item-wa a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	background-image: url(../images/plusePortfolio.png);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#gallery .gal-item-wa a:hover:after {
	transform: scale(1);
}
#gallery .gal-item-wa a:hover {
	border-color: orange;
}

#gallery .menus li {
	width: 33%;
	display: inline-block;
	margin-bottom: 10px;
}
#gallery .menus .current .galAlbum:before {
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
}
.galAlbum {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	webkit-transition: all (0.3s) ease-in-out;
	-moz-transition: all (0.3s) ease-in-out;
	transition: all (0.3s) ease-in-out;
}
.galAlbum:hover {
	border: 1px solid orange;
}
#gallery .menus .current .galAlbum:hover {
	border: 1px solid transparent;
}
.galAlbum img {
	width: 100%;
}

.fancybox-title.fancybox-title-float-wrap .child h4 {
	margin-bottom: 0;
}
.fancybox-title.fancybox-title-float-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	float: none;
	bottom: 0;
	margin: 0;
}
.fancybox-title.fancybox-title-float-wrap .child {
	border-radius: 0;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0 15px 10px 15px;
	position: relative;
	float: none;
	background: #fff;
	color: #444;
	text-shadow: 0 0 0 #fff;
}
.strike {
	text-decoration: line-through;
	color: #898989;
}
.header-top .logo i {
	white-space: nowrap;
	font-size: 12px;
	margin-left: 11px;
}

.as-service-item {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.as-service-item > img {
	height: 110px;
	background: transparent;
}
a.as-service-item:hover *,
a.as-service-item:active *,
a.as-service-item:focus *,
a.as-service-item:hover,
a.as-service-item:active,
a.as-service-item:focus {
	text-decoration: none;
}
.as-service-item h4 {
	color: #321903;
	font-size: 14px;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.as-service-item h5 {
	font-size: 18px;
	font-weight: 800;
	padding-top: 10px;
}
a.as-service-item:hover h4 {
	color: #2c82c9;
	text-decoration: none;
}
.as-service-item ul li {
	color: #666666;
	text-align: left;
}
.as-brand-item {
	padding-top: 0;
}
.as-brand-item > img {
	height: auto;
	width: 90%;
}
.mar-20-top {
	margin-top: 20px;
}
.mar-20-bottom {
	margin-bottom: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

#waOtzyiv .view-list--faq .view-list__item .view-text:before {
	display: none;
}

#waOtzyiv .view-text {
	padding: 1em 40px 1em 20px;
}

.header-fixed {
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
	top: 0;
}

.waWrappCatalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.search-block.searchpage {
	margin-bottom: 50px;
}
.category-list .slick.slick-slider {
	margin-bottom: 30px;
}

.search-block .side-title {
	color: #3f7cac;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 15px;
}

.search-block .side-block-content form,
.filtr form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.search-block .side-block-content form label {
	white-space: nowrap;
}
.search-block .side-block-content form > div {
	width: 25%;
	padding-right: 20px;
}
.filtr form > div {
	width: 25%;
	margin-right: 0 !important;
}

.search-block .side-block-content form > div:last-child {
	padding-right: 0;
	padding-top: 23px;
}
.search-block .side-block-content form input[type="submit"],
.filtr form .isubmit {
	height: 34px;
}
.filtr form .isubmit {
	margin-top: 23px;
	float: right;
}
.form-inline .form-control,
.filtr form .isubmit {
	width: calc(100% - 20px);
}
.search-block .side-block-content form > div input,
.search-block .side-block-content form > div select {
	width: 100%;
}

input.ui-autocomplete-loading {
	background: url(/assets/wa/autocomplete/ajax-loader.gif) no-repeat;
	background-size: 18px;
	background-position: 97% 7px;
}
#ui-id-1 {
	max-width: 70%;
}
#ui-id-1 b {
	color: #3f7cac;
}

.wa-top-menu {
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.wa-top-menu > div {
	overflow: hidden;
	height: 37px;
}
.wa-top-menu.active > div {
	height: auto;
}
.wa-top-menu ul {
	margin: 0;
	padding: 0;
}
.wa-top-menu li {
	display: inline-block;
	padding: 0.3rem;
}
.wa-top-menu li a {
	padding: 0.5rem;
	border: solid 2px transparent;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
	background-color: #f5f5f5;
	color: #505050;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	display: block;
}
.wa-top-menu li a:hover {
	background-color: #2c82c9;
	color: #fff;
}
.wa-top-menu .click {
	position: absolute;
	bottom: 8px;
	right: 0;
	z-index: 2;
	padding-left: 20px;
}
.wa-top-menu .click > span {
	cursor: pointer;
	border-bottom: 1px dashed;
}
.wa-top-menu .click:before {
	content: "";
	position: absolute;
	top: -9px;
	right: 0;
	width: 100%;
	height: 38px;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 23%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 23%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 23%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

footer .wa {
	margin-top: 10px;
	text-align: right;
}

.content-text .site_maps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.content-text .site_maps ul {
	padding: 10px 10px 15px 20px;
}
.goods-list .sort_block .sort.price_asc:after {
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #2c82c9;
	position: relative;
	top: 10px;
	left: 5px;
}
.goods-list .sort_block .sort.price_desc:after {
	content: "";
	border: 5px solid transparent;
	border-bottom: 5px solid #2c82c9;
	position: relative;
	top: -10px;
	left: 5px;
}
.portfolio-page-block {
	margin-top: 50px;
}
.portfolio-page-block .img-responsive {
	max-height: 150px;
	display: block;
	margin: 0 auto;
}
.catalog-main .img-responsive {
	margin: 0 auto;
}

:focus {
	outline-style: none;
	outline-width: 0px !important;
	outline-color: none !important;
}
#contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: -5px;
}
#contact .ithem {
	width: 50%;
	padding: 5px;
}
#contact img,
#contact iframe {
	max-width: 100%;
}
#contact iframe {
	height: 100% !important;
}

#contact .ithem.maps .bg {
	background: #f1f1f1 url("../images/loader.svg") no-repeat center;
	height: 100%;
	background-size: 29px;
}

.FAQPage .wrapper {
	padding: 50px 0 100px;
}
.FAQPage .heading-style {
	margin-bottom: 30px;
	margin-top: 27px;
}
.FAQPage .ithem {
	margin-bottom: 20px;
}
.FAQPage .ithem .question {
	position: relative;
	font-family: "ArialBold", sans-serif;
	color: #010413;
	font-size: 17px;
	margin-left: 40px;
	display: block;
	text-decoration: none;
}
.FAQPage .ithem .question:before {
	content: "?";
	position: absolute;
	top: -2px;
	left: -40px;
	background-color: #2c82c9;
	color: #fff;
	display: block;
	border-radius: 50%;
	line-height: 1em;
	padding: 2px 6px;
	font-family: sans-serif;
}
.FAQPage .ithem .answer {
	margin-top: 10px;
	background-color: #f1f1f1;
	padding: 20px;
	border-right: 3px solid #2c82c9;
	display: none;
}
.FAQPage .ithem .answer a {
	text-decoration: none;
	cursor: default;
}
.FAQPage .ithem .answer ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}
.heading-catalog {
	margin-left: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: space-between;
}

.popular_product_wrap .heading-style {
	margin: 20px 0 0 14px;
}
.popularProduct .waWrappCatalog {
	flex-wrap: nowrap;
	min-width: 0;
	padding: 10px 0;
	margin-bottom: 50px;
}
.popularProduct .waWrappCatalog .goods-item-inner {
	height: 380px;
	display: block !important;
}
.popularProduct .waWrappCatalog .goods-item-inner .goods-img {
	height: 180px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;

	width: 100%;
	padding-right: 0;
}
.popularProduct .swiper-button-next::after,
.popularProduct .swiper-button-prev::after {
	color: #2c82c9;
}

#brandList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
#brandList .brand {
	width: 33.3%;
	height: 180px;
	padding: 10px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 10px;
}
#brandList .brand:hover {
	border-color: #f1f1f1;
}
.article_img {
	display: flex;
}
.article_img.center {
	align-items: center;
}
.article_img .img {
	width: 40%;
	max-width: 400px;
	padding-right: 20px;
}
.article_img .txt {
	width: 60%;
}
.article_img .img img {
	width: 100%;
	max-width: 400px !important;
	height: auto !important;
}
.content-text h2,
.content-text h3,
.content-text h4 {
	margin-bottom: 20px;
}

.content-text .table_contents {
	background-color: #f5f5f5;
	padding: 5px 20px 20px;
	margin-bottom: 30px;
}
.content-text .table_contents .h3 {
	margin-bottom: 20px;
}
.content-text .table_contents li {
	margin-bottom: 7px;
}
.content-text .table_contents li ul {
	margin: 7px 0 15px 10px;
	padding-left: 5px;
}
.content-text a[name] {
	position: relative;
	top: -120px;
}

.paginationControl {
	margin-left: 20px;
}

/*== новое меню каталога ==*/
.catalog-menu:hover .catalog-menu-title {
	cursor: pointer;
	color: #ffffff;
}

.catalog-menu-title {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 17px;
	position: relative;
}

.catalog-menu-title:active {
	color: #000;
}

.catalog-menu:hover .catalogMenu_popup {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
}

.catalog-menu:hover .catalogMenu_category {
	opacity: 1;
	visibility: visible;
}

.catalogMenu .active > a,
.catalogMenu .active > span {
	color: #000;
}

.catalogMenu_popup {
	position: absolute;
	z-index: 22222;
	right: -185px;
	top: 100%;
	left: 15px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.catalogMenu_category {
	background: #ffffff;
	color: #000;
	list-style-type: none;
	width: 272px;
	border-right: 1px solid #f3f4f5;
	padding: 0;
}

.catalogMenu_category li {
	display: block;
	position: static;
}

.catalogMenu_1:not(:last-child) {
	border-bottom: 1px solid #f3f4f5;
}

.catalogMenu_1 > a,
.catalogMenu_1 > span {
	transition: all 0.1s ease;
	padding: 14px 10px 13px 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	text-transform: unset;
}

.catalogMenu_1 a {
	text-align: left;
	line-height: 24px;
}

.catalogMenu_popupContainer {
	position: absolute;
	left: 272px;
	height: 100%;
	top: 0;
	width: calc(100% - 272px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.catalogMenu_popupContainer2 .catalogMenu_popupBg {
	height: calc(100% + 40px);
	top: -20px;
}

.catalogMenu_popupBg {
	height: 100%;
	margin-left: 0;
	position: relative;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

.catalogMenu_populars {
	position: absolute;
	left: 240px;
	height: calc(100% - 40px);
	top: 20px;
	width: calc(100% - 240px);
	display: none;
	overflow-y: auto;
}

.catalogMenu_populars-block ul {
	margin-top: 15px;
	margin-bottom: 20px;
}

.catalogMenu_populars-block {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 35px;
	padding-right: 50px;
}

.catalogMenu_populars-title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.catalogMenu_populars-title a {
	cursor: pointer;
}
.catalogMenu_populars-title a:hover {
	text-decoration: underline;
}

.catalogMenu_populars-list li {
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	padding-left: 15px;
}

.catalogMenu_populars-list li.active > a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: underline;
}
.catalogMenu_populars-list li.active > a:hover {
	color: #337ab7 !important;
	text-decoration: none;
}

.catalogMenu_populars-list li:last-child {
	margin-bottom: 0;
}

.catalogMenu_populars-list a {
	font-weight: 400;
	transition: none;
}

.catalogMenu_populars-list a:hover,
.catalogMenu_populars-list li.active a:hover {
	color: var(--color-primary);
}

.catalogMenu_populars-list {
	padding: 0;
	margin: 0;
}

.catalogMenu_populars_wide {
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	overflow-y: auto;
}

.catalogMenu_popup {
	visibility: hidden;
	opacity: 0;
}

.catalogMenu_category {
	visibility: hidden;
	opacity: 0;
}

.catalogMenu_populars_wide a {
	color: #000;
}

.catalogMenu_popupContainer.active .catalogMenu_popupBg {
	opacity: 1;
	visibility: visible;
}

.catalogMenu_populars.active {
	display: block;
}

.catalogMenu_category > li:hover .catalogMenu_popupContainer2 {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.catalogMenu_category > li:hover .catalogMenu_popupBg {
	opacity: 1;
	visibility: visible;
}

.catalog-menu-title :hover .catalogMenu_popup {
	visibility: visible;
	opacity: 1;
}

.catalog-menu-title :hover .catalogMenu_category {
	visibility: visible;
	opacity: 1;
}

.catalogMenu_category {
	max-height: 50vh;
	overflow: hidden;
}

.catalogMenu_category {
	overflow: auto;
}

.catalogMenu_category::-webkit-scrollbar {
	width: 2px;
	height: 0px;
	background: #2c82c9;
}

.catalogMenu_category::-webkit-scrollbar-thumb {
	background: #2c82c9;
}

.catalogMenu_category::-webkit-scrollbar-thumb {
	width: 2px;
	height: 0px;
}

.catalogMenu_category::-webkit-scrollbar-track {
	width: 2px;
	background: #e5e5e5;
}

.catalogMenu_popupContainer::after {
	content: "";
	position: absolute;
	width: 1px;
	left: -2px;
	height: 100%;
	z-index: 999;
	top: 0;
}

.catalogMenu_populars-block {
	overflow: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	flex: 0 1 33.3%;
	border-left: 1px solid #f1f1f1;
}
.catalogMenu_populars-block:first-child {
	border-left: none;
}

.catalogMenu_populars-block li {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.catalogMenu_populars-block::-webkit-scrollbar {
	width: 2px;
	height: 0px;
	background: #2c82c9;
}

.catalogMenu_populars-block::-webkit-scrollbar-thumb {
	background: #2c82c9;
}

.catalogMenu_populars-block::-webkit-scrollbar-thumb {
	width: 2px;
	height: 0px;
}

.catalogMenu_populars-block::-webkit-scrollbar-track {
	width: 2px;
	background: #e5e5e5;
}

.catalogMenu_populars > div {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
}

.catalogMenu_populars_wide a {
	padding: 0px 0px 0px 22px;
	text-transform: none;
}

.catalogMenu_populars-block ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.catalogMenu_parent > a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 1px);
	transform: rotate(45deg);
	display: block;
	width: 1px;
	height: 7.7px;
	background: rgb(121, 120, 120);
}

.catalogMenu_parent > a {
	position: relative;
	padding-right: 30px;
	display: block;
}

.catalogMenu_parent > a:before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	bottom: calc(50% - 1px);
	transform: rotate(-45deg);
	width: 1px;
	height: 7.7px;
	background: rgb(121, 120, 120);
}

.catalog-menu .catalogMenu_1 > a:hover {
	background-color: #2c82c9;
}
.catalog-menu .catalogMenu_1 > a:hover:after,
.catalog-menu .catalogMenu_1 > a:hover:before {
	background-color: #fff;
}

.menu .drop-menu {
	position: static;
}

.catalogMenu_populars-title {
	font-weight: 400;
	padding: 20px 0 10px 22px;
	text-align: left;
}
.catalogMenu_populars-title,
.catalogMenu_populars-title a {
	color: #3f7cac;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
}
.catalogMenu_populars-title a {
	padding-left: 0;
}

.catalogMenu_populars-title a:hover {
	background: transparent;
	color: #2c82c9;
}

.catalogMenu_populars-list li a:hover {
	background-color: transparent;
	color: #2c82c9;
	text-decoration: underline;
}

.catalogMenu_populars-line {
	background-color: #f1f1f1;
	height: 1px;
	width: 100%;
	position: relative;
	top: 5px;
}
.catalogMenu_populars_nameGroup{
	font-weight: bold;
    text-align: left;
    padding-left: 22px;
    font-size: 14px;
}
.catalogMenu_populars-list li>ul{
	padding: 10px;
	margin: 0
}

/*== END новое меню каталога ==*/

#mse2_filters {
	margin-bottom: 50px;
}
#mse2_filters .mse2_number_slider {
	margin-left: 8px;
	margin-right: 5px;
}
#mse2_filters .mse2_number_inputs .col-md-6 {
	padding: 0;
}
#mse2_filters .mse2_number_inputs .input-sm {
	width: calc(100% - 25px);
}

#mse2_form {
	position: relative;
	top: 5px;
	display: flex;
	margin-top: 2px;
}
#mse2_form .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
#mse2_form .col-md-9 {
	width: calc(100% - 33px);
	padding: 0 2px 0 0 !important;
}
#mse2_form button {
	font-size: 0;
	padding: 0;
	width: 30px;
	height: 34px;
}
#mse2_form button i {
	font-size: 18px;
	margin-top: 5px;
}
#mse2_form .form-group {
	margin-bottom: 0;
}

.product-page .heading-style {
	margin: 30px 0 10px;
}

/* фильтр */
#mse2_filters select {
	width: 100%;
}
#ui-id-1 b {
	font-weight: bold;
}
.ui-menu-item:hover small b {
	color: orange !important;
}

#bubbles {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to top, #c8e8f8, #fff);
}
.catalogMenu_populars-block.bubbles {
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	right: -1px;
}

.catalogMenu_populars-block.bubbles a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.catalogMenu_populars-block.bubbles a:hover {
	background: none;
	color: #321903;
	cursor: default;
}

.catalogMenu_populars-block.bubbles a > span {
	margin-bottom: 25px;
}
.bubbles-title {
	font-size: 35px;
	line-height: 1.1em;
	font-weight: bold;
	color: #1f6eae;
	margin-bottom: 45px !important;
}
.bubbles-price > span {
	font-size: 25px;
	font-weight: bold;
	position: relative;
	top: 3px;
}
.bubbles-links:hover {
	text-decoration: underline;
	cursor: pointer;
}

#address_bs {
	display: none;
}

#msOrder .order-button {
	justify-content: space-between;
	display: flex;
}
#msOrder .btn-danger,
#msCart .btn-danger {
	color: red;
	border-color: red;
}
#msOrder .btn-danger:hover,
#msCart .btn-danger:hover {
	background-color: red;
	color: #fff;
}
#msCart .ms2_form {
	text-align: right;
}

#ui-id-1 {
	z-index: 10000;
}

.mse2-row-art {
	font-size: 12px;
	font-style: italic;
}
.mse2-row-art > span {
	font-weight: bold;
}
#mse2_filters fieldset {
	margin-bottom: 25px;
}
#mse2_filters label {
	padding-left: 3px;
	font-weight: 400;
}
#mse2_filters label input[type="checkbox"] {
	margin-right: 4px;
	position: relative;
	top: 1px;
}
#mse2_filters label sup {
	color: #898989;
	font-size: 10px;
}
#mse2_filters .filter_title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 6px;
}

.show-filter {
	border: 1px solid #2c82c9;
	height: 34px;
	line-height: 33px;
	padding: 0 20px 0 45px;
	background: url(../images/filter.svg) no-repeat 20px center;
	background-size: 15px;
	text-transform: none;
	font-size: 15px;
	display: none;
	margin-right: 5px;
}
.txt-bf:before {
	content: attr(data-val);
}

.content-text img {
	max-width: 100%;
	height: auto;
}

.menuCatalog {
	list-style: none;
	margin: 0 22px;
	padding: 0;
}
.menuCatalog li {
	padding: 6px;
	border-bottom: 1px solid #f1f1f1;
}
.menuCatalog li:last-child {
	border-bottom: none;
}
.menuCatalog li a {
	color: #3f7cac;
}

.content-main .main_page .col-xs-4 {
	width: 25%;
}
/* .menu .arrow-back,
.menu_mob_header,
.menu_mob_footer{
    display: none;
} */

.menuMob-wrap.open li.active>a{
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.productSimilar{
    margin-top: 40px;  
    position: relative;
}
.productSimilar,
.productSimilar a{
    display: flex;
    flex-wrap: wrap;
}
.productSimilar a{
    text-decoration: none;
    color: #321903;
    background-color: #f5f5f5;
    padding: 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid transparent;
}
.productSimilar a:hover{
    border-color: #2c82c9
}
.productSimilar a img{
    margin-right: 10px;
}
.productSimilar .title{
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: -22px;
    left: 0;
}
 
.productSimilar_inf{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	
}
.productSimilar_ancor{
    font-weight: bold;
    margin-bottom: 7px;
} 
.productSimilar_price{
    color: #898989;
}

.bolder{
    font-weight: bold;
}
#mse2_filters .filter_title em{
    font-size: 13px;
    font-weight: 100;
    font-style: normal; 
}


.wa-txt-block header.top{
    position: relative; 
}
.wa-txt-block header.top nav{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0,-50%);
    
}
.wa-txt-block a{
	text-decoration: underline;
	color: #372310;
}
.wa-txt-block a:hover{
	text-decoration: none;
}
.wa-txt-block nav.toc{
	background: #f1f1f1;
    display: inline-block;
    padding: 20px 15% 10px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
	position: relative
} 
.wa-txt-block nav.toc:before{
	    content: "";
    background: url(/assets/img/zavhoz.png) bottom left no-repeat;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 30%;
    height: 94%;
	max-height: 150px;
    display: block;
    max-width: 112px;
	    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}
.wa-txt-block nav.toc ol,
.wa-txt-block nav.toc ul{
	padding-left: 20px
}
.wa-txt-block nav.toc ol ul,
.wa-txt-block nav.toc ol ol{
	margin-top: 10px;
	margin-bottom: 10px
}
.wa-txt-block blockquote {
    margin: 0 0 1rem;
    border: 1px dashed rgba(63, 62, 62, 0.36);
    padding: 20px;
    text-align: center;
}
.wa-txt-block .statRating,
.wa-txt-block .group .fl{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch; 
}
 
.wa-txt-block .group{
	margin: 70px 0 50px
}
.wa-txt-block .group .fl.next{
    margin-top: 100px;
}
 
.wa-txt-block .group .fl .img{
	padding-right: 50px
}
.wa-txt-block .group .fl .img a{
    position: relative;
    text-decoration: none;
    display: block;
}
.wa-txt-block .group .fl .img a:before{
    content: attr(data-title);
    position: absolute;
    top: 70%;
    left: 50%;
    padding: 20px;
    background-color: rgba(0,0,0,.5);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;   
    visibility: hidden;
    opacity:0;
}
.wa-txt-block .group .fl .img a:hover:before{
    visibility: visible;
    opacity:1;
    top: 50%;
}    
.wa-txt-block .statRating{
	position: relative;
	padding-left: 35px;
	margin: 40px 0  
}
.wa-txt-block .statRating:before{
	content: "";
	position: absolute;
	top:0; left:0; 
	width: 3px;
	height: 100%;
	background-color: #ddc59f;
}
.wa-txt-block .statRating .head{
	font-weight: bold
}
.wa-txt-block .statRating ul{
	list-style: none;
	padding: 0; margin: 0 30px 20px 23px;
}
.wa-txt-block .statRating .pluse ul li,
.wa-txt-block .statRating .min ul li{
	position: relative;
	margin-bottom: 5px	
}
.wa-txt-block .statRating .pluse ul li:before{
	content: "\2714";
    position: absolute;
    top: 2px;
    left: -19px;
    color: #09ce09;
    font-size: 16px;
    line-height: 1em;
}
.wa-txt-block .statRating .min ul li:before{
	content: "\2013";
    position: absolute;
    top: 2px;
    left: -19px;
    color: red;
    font-size: 16px;
    line-height: 1em;
	font-weight: bold;
}
.wa-txt-block .comment{
	background-color: #f7f7f7;
    padding: 20px 20px 10px;
    border-radius: 10px;
	margin-top: 40px
}
.wa-txt-block .comment header{
	margin-bottom: 10px;
}
.wa-txt-block .comment header .name{
	font-weight: bold
}
.wa-txt-block .autor{
	padding: 20px;
    border: 1px dashed rgba(63,62,62,.36);
    line-height: 1em;
    margin: 33px 0;
	
}
.wa-txt-block .autor svg{
	float: left;
    width: 30px;
    fill: #372310;
    margin-right: 6px ;
	position: relative;
	top: -8px
}
.wa-txt-block .autor .nic{
	font-weight: bold
}
.wa-txt-block .autor p{
	margin-bottom: 0
}

.wa-txt-block a.anchor{
	display: block; position: relative; top: -100px
}
.wa-txt-block img.cockroaches{
    float: right;
    margin: 70px 60px 50px 0;
    max-width: 370px;
}
.wa-txt-block .arficle-top{
    display: flex;
    justify-content: space-between;
    align-content: center;
}