html {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	height: 100%;
}

.line_icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 17px;
	margin-bottom: 10px;
}

.line_icons_item {
	width: calc(25% - 13.33px); /* учтём gap */
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 14px;
}
.line_icons_item_text {
	color: #0c509e;
}

.mitem {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	border-right: 1px solid #e91489;
}

.search_popup_results {
	display: flex;
	flex-flow: wrap;
}

.order_info_prods {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mob_har_item_title {
	font-weight: bold;
	color: black;
	font-size: 13px;

}
.mob_har_item {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}



.grecaptcha-badge {display: none !important;}
.order_info_item {
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px solid #7e7e7e61;
}

.order_info_item_name,.order_info_item_quantity,.order_info_item_price,.order_info_item_total {
	padding: 5px;
}
.order_info_totals_item {
	display: flex;
	justify-content: right;
	margin-bottom: 4px;
}

.order_info_totals_item_name {
	padding-right: 10px;
}

.cat_search_filter a.act {
	text-decoration: none;
	color: #1b4196;
}
.search_popup_results_item {
	max-width: 204px;
	width: 100%;
}
#menu-gadget2 {
	background: #f2f2f2;
}

.cat_search_filter a.act {
	text-decoration: none;
	color: #1b4196;
}


.cat_search_filter a {
	font-size: 19px;
}

.cat_search_filter li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.change_s_a.act {
	color: #1b4196;
}

.search_ress {
	max-width: calc(100% - 120px);
	width: 100%;
}
.search_popup_results_category_name {
	padding-left: 40px !important;
}
.cat_search_filter {
	width: 120px;
}
.filter_s_name {
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px 0;
	color: #3f3f3f;
	font-weight: normal;

}


.search_popup {
	display: none;
	top: 93px;
	padding: 20px;
	width: 100%;
	background: white;
	border-radius: 5px !important;
	border: 1px solid #0c509e;
	position: absolute;
	z-index: 9999999;
	top: 36px;
	left: 0;
	width: 80%;
	left: 10%;


}
.search_popup_results_item_price {
	font-weight: bold;
	font-size: 20px;
	/* padding: 10px; */
	padding-left: 0px;
}
.search_popup_results_category_name {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px 0;
	color: #3f3f3f;
	font-weight: normal;
}

.search_popup_results {
	margin-top: 20px;
}

.close_search {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 1;
	right: -36px;
	top: -2px;
	cursor: pointer;
}
.close_search:hover {
	opacity: 1;
}
a.search_popup_results_item_a,a.search_popup_results_item_a:hover,a.search_popup_results_item_a:visited {
	color: #3f3f3f;
}
a.search_popup_results_item_a:hover,a.search_popup_results_item_a  {
	text-decoration: none !important;
}
.stock_green {
	color: #008600;
	/* position: absolute; */
	top: 152px;
	right: 8px;
	font-weight: bold;
	/* float: right; */
}

a.search_popup_results_item_a:hover,a.search_popup_results_item_a {
	color: #3f3f3f;
}

.stock_gray {

	/* position: absolute; */
	top: 152px;
	right: 8px;
	font-weight: bold;
	/* float: right; */
	color:#ea1489
}

.close_search:before, .close_search:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: white;
}
.close_search:before {
	transform: rotate(45deg);
}
.close_search:after {
	transform: rotate(-45deg);
}


a.search_popup_results_item_a {
	color: #3f3f3f;
}
a.search_popup_results_item_a:hover {
	text-decoration: none !important;
}

.overm {
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 1111;
	opacity: 0.5;
	display: none;
	left: 0;
}

.price_block {
	display: flex;
}

.search_popup_results_item_price.old_price {
	text-decoration: line-through;
	color: #7e7e7e;
	padding-left: 0px;
	padding-right: 10px;
}
.search_popup_results_item_price {
	color: #0c509e;
}
.prod_search_sticks {
	position: absolute;
	top: 0;
	height: 100%;
}
.search_popup_results_item_img .product-list-attributes {
	position: static;
}
.prod_search_s_wrap {
	display: flex;
	justify-content: space-between;
}

.prod_search_sticks img {
	width: auto !important;
	max-width: 80px;
}

.prod_search_sticks .product-list-attributes .item {
	margin: 0 4px 8px 0;
}

.prod_search_sticks .product-stic.bottom-left {
	position: absolute;
	bottom: 19px;

}

.prod_search_s_wrap .product-stick.spprice {
	height: 26px !important;
}


.search_popup_results_item_img {
	position: relative;
}
.product-stic.bottom-left {
	position: absolute;
	bottom: 0;
}

.search_popup_results_item {
	position: relative;}
.search_popup {

	background: white;

	padding-left: 13px
}
.search_popup input[type="text"] {
	width: calc(100% - 20px);
	height: 48px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 20px;
	background: #0c509e33;
	color: black;
	/* padding-right: 0; */
}

.search_popup_results_item {
	max-width: 204px;
}
.search_popup_results_item_name {
	font-size: 13px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.mob_cart_item {
	padding: 10px;
	border:1px solid #DDDDDD ;
	margin-bottom: 20px;

}

.mob_cart_prod_name a {
	text-align: center;
	display: block;
	color: black !important;
	font-size: 16px;
	line-height: 21px;
}

.price.economy_price {
	display: none;
}

.mob_cart_prod_economy .item {
	display: inline-flex;
	align-items: center;
	border: 1px solid #0c509e;
	border-radius: 4px;
	padding: 3px 12px;
	margin-left: 4px;
	margin-right: 4px;
}

.mob_cart_prod_economy {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	text-align: center;
}

.mob_cart {
	display: none;
}


.mob_cart_prod_total {
	font-size: 15px;
	color: #0c509e;
	font-weight: bold;
}

.mob_cart_prod_quantity {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
.mob_cart_item_remove {
	text-align: right;
	margin-bottom: 4px;
}

.mob_cart_prod_name {
	margin-bottom: 20px;
}
td.text-right.bdb-none.pt-0 {
	border-bottom: 1px solid #DDDDDD;
}
.mob_cart_prod_quantity_vals.quantity .ddf {
	display: flex;
	align-items: center;
}
.mob_cart_prod_quantity_vals.quantity input {
	max-width: 30px;
	text-align: center;
	/* background: none; */
	border: 1px solid #ddd;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.en_deg_qa {
	background: #f8f8f8;
	width: 32px;
	text-align: center;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}



#cats_home .item {
	position: relative;
}
#cats_home .item .item-title {
	position: absolute;
	bottom: 0;
	height: 62px;
	background: #134395;
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	padding-left: 10px;
}
#cats_home .item-text {
padding-left: 5px;
}

#cats_home .item_text {
	padding-left: 5px;
}

.feedbacks_home_text {
	background: #134395;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	height: 62px;
}

.feedbacks_home_icons {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
	height: 62px;
	margin-left: -30px;
	justify-content: space-between;
}

.feedbacks_home_icons_item {
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid #E91489;
	width: 33%;

}
.feedbacks_home_icons_item:nth-child(2) img {
	max-height: 41px;
}
.feedbacks_home_icons_item img {
	max-height: 61px;
	max-width: 80%;
	margin: 0 auto;
	display: block;
}
.feedbacks_home {
	margin-top: 30px;
}

#cats_home .it-category, #cats_home .it-category a {

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#cats_home .it-price,#cats_home .it-price a {

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #7ECEEC;
}


#tab-module-ds-contact2 .owl-item img {
	height: 128px;
	width: 157px;
}


body {
	color: #7e7e7e;
	font-family: Roboto,  Arial, Helvetica, sans-serif;
	margin: 0;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	min-width: 260px;
}

td,
th,
input,
textarea,
select {
	font-size: 13px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

a,
a:visited {
	color: #ea1489;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	color: #ea1489;
	text-decoration: underline;
	outline: none;
}

a img {
	border: none;
}

form {
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: 400;
	color: #323232;
	line-height: normal;
}

h2,
.h2 {
	font-size: 13px;
	color: #0c509e;
	text-transform: uppercase;
	line-height: normal;
}

h3 {
	font-size: 13px;
	color: #323232;
}

.p0 {
	padding: 0px !important;
}

.m0 {
	margin: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml {
	margin-left: 20px;
}

.mr-0 {
	margin-right: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width: 768px) {
	.ml-md20 {
		margin-left: 20px !important;
	}
}

@media (min-width: 1200px) {
	.ml-xl30 {
		margin-left: 30px !important;
	}
}

.sprite {
	background: url('../image/sprite.png') no-repeat;
}

.btn-wishlist {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #0c509e;
	border-radius: 5px;
	position: absolute;
	right: 31px;
	bottom: 0;
	z-index: 1;
}

.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist.active {
	background: #eb2893;
}

.btn-wishlist.active:hover,
.btn-wishlist.active:focus {
	background: #0c509e;
}

.btn-wishlist::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/sprite.png') no-repeat;
	background-position: 0 -120px;
}

@media (min-width: 768px) {
	.btn-wishlist {
		border-radius: 0;
		right: 32px;
		bottom: 0;
	}
}

.btn-compare {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #0c509e;
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.btn-compare:hover,
.btn-compare:focus,
.btn-compare.active {
	background: #eb2893;
}

.btn-compare.active:hover,
.btn-compare.active:focus {
	background: #0c509e;
}

.btn-compare::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/sprite.png') no-repeat;
	background-position: -33px -120px;
}

@media (min-width: 768px) {
	.btn-compare {
		border-radius: 0;
		right: 0;
		bottom: 0;
	}
}

.head-call {
	display: inline-block;
	text-align: center;
    color: #a4cefe;
    border-bottom: 1px dashed #0096ff;
    font-size: 14px;
    float:right;
}

.wa {
	float:right;
	color:#333;
}

.grafik{
	text-align: right;
	margin-bottom: 10px;
}
/***********************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.0.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../font/Roboto-Black.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-BlackItalic';
	src: url('../font/Roboto-BlackItalic.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../font/Roboto-Bold.ttf');
	font-weight: normal;
	font-style: bold;
}
@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('../font/Roboto-BoldItalic.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto-Italic';
	src: url('../font/Roboto-Italic.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../font/Roboto-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-LightItalic';
	src: url('../font/Roboto-LightItalic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../font/Roboto-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

/****************/
.fleft {
	float:left;
}
.fright {
	float:right;
}
.fancybox {
	text-decoration:none;
}
.fancybox:hover {
	text-decoration:underline;
}
.account-success #content p {
	margin-bottom:5px;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a#hidden {
	display: none;
	visibility: hidden;
}

#back-top {
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	left: 50%;
	margin-left: 640px;
}

#back-top a:hover {
	color: #79ec3e;
}

#back-top span {
	width: 42px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	background: url('../image/up-arrow.png') no-repeat left 0px;
}

#back-top a:hover span {
	background-position: left bottom;
}

.header-modules {
	position: relative;
	z-index: 1;
}

.header-modules .last > a:hover,
.header-modules .last > a:focus {
	text-decoration: none;
}

#content {
	float: right;
}

#container {
	text-align: justify;
}

#column-left {
	float: left;
}

#column-right {
	float: right;
}

nobr.zach {
	color: #777777;
	font-size: 15px;
	position: relative;
 text-decoration: line-through;
}

#pop_up_body .economy {
	font-size: 13px;
color: #333;
margin-bottom: 3px;
}
#pop_up_body .economy.ec_price,.simplecheckout-cart .economy.ec_price,.ec_price {
	 color: #ea1489;
}

#pop_up_body .economy .item {
display: inline-flex;
align-items: center;
border: 1px solid #0c509e;
border-radius: 4px;
padding: 3px 12px;
}

#pop_up_body .economy {
font-size: 13px;
color: #333;
margin-bottom: 3px;
}
.close_search_del {
position: absolute;
right: 32px;

width: 32px;
height: 32px;
opacity: 1;
right: 23px;
top: 29px;
cursor: pointer;
}
.close_search_del:hover {
opacity: 1;
}

.close_search_del:before, .close_search_del:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: black;
}
.close_search_del:before {
transform: rotate(45deg);
}
.close_search_del:after {
transform: rotate(-45deg);
}

#menu-gadget2 { display: none}
.owl-carousel .owl-item .prod_search_sticks img { width: auto !important;}
.bg_address {text-align: left;}

@media (min-width: 992px) {
#module-ds-contact .col-lg-3 {
    flex: 0 0 20%;
}
#module-ds-contact .mdc-tabs a {
    font-size: 11px !important;
}

}

.product-info-stick.spprice,.product-stick.spprice {
background: #e4007b;
color: white;
width: 64px !important;
padding-top: 5px;
padding-bottom: 5px;
font-size: 15px;
height: 30px !important;
padding: 0px;
display: flex;
align-items: center;
justify-content: center;
}
.product-info-stick.spprice {
top: 38px !important;
}

.product-stick.spprice.bottom-left.product-stick-mob-spprice {
width: 45px !important;
font-size: 12px;
height: 18px !important;
}


.cart-top-padd.form-inline.text-center {
	padding-top: 30px;
	padding-bottom: 29px;
}



@media (max-width: 767.98px) {

	.line_icons_item {
		width: calc(50% - 11px);

	}

	.line_icons {
		gap: 11px;
		margin-bottom: 20px;
	}
.search_popup_results_item_img .product-list-attributes {
    display: flex !important;
}



#full_gallery .product-info-stick.bottom-left {
    left: auto !important;
    right: 0;
    top: 40px;
}
#full_gallery .btn-wishlist,#full_gallery .btn-compare {
    top:0px
}

#menu-gadget2 { display: block}
li.actt a {
    background: #4a4a4a;
    color: white !important;
}
.actt #menu-icon:after {
    transform: rotate(180deg);
}


.search_ress {
    width: 100%;
    max-width: 100%;
}
.search_popup_results_item {
    margin: 0 auto;
}
#menu-gadget2 {
    margin-bottom: 20px;
}
.cat_search_filter {display: none}
.close_search_del {
    top: 67px;
}
.search_popup {

    left: 0;
    top: 0;
    z-index: 99999;
    width: 90%;
    padding: 0;
    /* left: 5%; */
		padding: 20px;
		padding-top: 58px;
	}
	.close_search {
		right: 16px;
		top: 11px;
	}
	.close_search:before, .close_search:after {
		background-color: black;
	}
	.search_popup input[type="text"] {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}


	.mob_cart {
		display: block;
	}
	.desc_cart {
		display: none;
	}
	.simplecheckout-cart-total-custom {
		border: 1px solid #DDDDDD;
	}

	.product-category #content,
	.product-manufacturer-info #content,
	.product-line-info #content {
		margin-bottom: 0;
	}
}

header {
	position: relative;
	color:#9d9d9d;
	padding-top:10px;
	margin-bottom:30px;
	}
header #logo a img {
	background:url(../image/data/logo.png) no-repeat left top;
	vertical-align:top;
	max-width:100%;
	width:100%;
	}*/
/*header #logo {
	float: left;
	margin: 8px 0px 48px;
	width: 269px;
	}*/
header #logo div.logo {
	color: #333333; /* text color */
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 26px;
	display: inline;
}
header #logo div.logo span {
	color: #0c509e;
}
header #logo div.slogan {
	color: #777; /* text color */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#language {
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
.header-top1 {
	float:right;
	}

/************************************************************************************button checkout******************************************************/
.button-checkout {
	float:right;
	margin-top:16px;
	margin-bottom:10px;
	}
.button-checkout a:hover {
	background:#3f3e3d;
	border-color:#252525;
	}
.button-checkout a{
	display:block;
	background:url(../image/button-checkout.png) repeat-x left top #0c509e;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	padding:7px 18px;
	border-radius:5px;
	border:1px solid;
	border-color:#2f5cbf #1040ac #082c7d #1040ac;
	}
	/************************************************************************************button header******************************************************/
	.button-header{
	float:right;
display: inline-block;
vertical-align: top;
margin: 0;
	}
.button-header span:hover {
	background:#3f3e3d;
	border-color:#252525;
	}
.button-header span{
	display:block;
	background:url(../image/button-checkout.png) repeat-x left top #0c509e;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	cursor: pointer;
	padding:7px 18px;
	border-radius:5px;
	border:1px solid;
	border-color:#2f5cbf #1040ac #082c7d #1040ac;
	}
	.button-header{
	float:right;
display: inline-block;
vertical-align: top;
margin: 0;
	}
.button-header a:hover {
	background:#3f3e3d;
	border-color:#252525;
	}
.button-header a{
	display:block;
	background:url(../image/button-checkout.png) repeat-x left top #0c509e;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	cursor: pointer;
	padding:7px 18px;
	border-radius:5px;
	border:1px solid;
	border-color:#2f5cbf #1040ac #082c7d #1040ac;
	}

#phone {
	display: inline-block;
	float: right;
	margin-left: -21px;
	overflow: hidden;
}

#phone a:hover,
#phone a:focus {
	text-decoration: none;
}

.phone {
	color: #333;
	font-size: 28px;
	width: 100%;
	display: block;
	text-align: right;
}

.wa a {
	color: #a4cefe;
	font-size: 12px;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

#phone a {
	color: #a4cefe;
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

.time_header {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.search {
	margin-left: 16px;
	padding: 15px 10px;
	border: 1px solid #c1c1c1; /* stroke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f1efef; /* layer fill content */
}

.swipe-left {
	width: 20px;
	left: 0;
	top: 0;
	position: fixed;
	height: 100%;
	z-index: 98;
}

body.ind .swipe-left {
	display: none !important;
	visibility: hidden;
}

.swipe {
	display: none;
}

.swipe-control {
	display: none;
}

.header-social {
	float: left;
	display: flex;
	margin: 12px 0 0 3px;
}

.header-social .hs-item {
	display: block;
	width: 26px;
	height: 25px;
	background: url('../image/sprite.png') no-repeat;
	margin: 0 9px 0 0;
}

.header-social .hs-item:hover,
.header-social .hs-item:focus {
	opacity: .7;
}

.header-social .hs-item:last-child {
	margin: 0;
}

.header-social .hs-item-vk {
	background-position: -66px -35px;
}

.header-social .hs-item-instagram {
	background-position: -66px -65px;
}

.header-social .hs-item-youtube {
	background-position: -66px -95px;
}

@media (min-width: 375px) {
	.header-social {
		margin: 12px 0 0 11px;
	}
}

@media (min-width: 768px) {
	.header-social {
		margin: 11px 0 0 5px;
		float: none;
	}

	.header-social .hs-item {
		width: 22px;
		height: 22px;
		margin: 0 5px 0 0;
	}

	.header-social .hs-item-vk {
		background-position: -101px -35px;
	}

	.header-social .hs-item-instagram {
		background-position: -101px -65px;
	}

	.header-social .hs-item-youtube {
		background-position: -101px -95px;
	}
}

#currency {
	float:right;
}
#currency >div .heading-1 {display:none;}
.swipe-menu #currency {
	float:none;
	}
.swipe-menu #currency > ul form {margin:0;}
.swipe-menu #currency > ul {
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0
	}
.swipe-menu #currency > ul li:first-child {padding-left:30px;}
.swipe-menu #currency > ul li {
	display:inline-block;
	padding:0px 0 0px 10px;
	line-height:20px;
	}
.swipe-menu #currency > ul li a {
	padding:14px;
	display:block;
	}
.swipe-menu #currency > ul li span.act {color:#0c509e}
#body .swipe .swipe-menu #currency .heading {display:none;}
#body .swipe .swipe-menu #currency>div {display:block;}
#body .swipe .swipe-menu #currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:13px;
	font-weight:bold;
	}
#body .swipe .swipe-menu #currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#7e7e7e;
	padding-left:0;
	margin-right:9px;
	}
#body .swipe .swipe-menu #currency .heading-1 i.icon-angle-down {
	font-size:21px;
	text-align:center;
	float:right;
	}

/*********************************************************************************************language*******************************************************************************************/
#language {
	float:right;
	}
#language .heading{
	font-family: 'Roboto', sans-serif;
	}
#language .heading1 {display:none;}
.swipe-menu #language  {
	float:none;
	}
.swipe-menu #language> ul {
	position:relative;
	}
.swipe-menu #language .heading {
	display:none;
	}
.swipe-menu #language {
	float:none;
	}
.swipe-menu #language > ul {
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0
	}
.swipe-menu #language > ul li>span{
	display:block;
	padding:14px;
	font-size:14px;
	cursor:pointer
	}
.swipe-menu #language > ul li {
	display:inline-block;
	padding:0px 0 0px 5px;
	line-height:20px;
	}
.swipe-menu #language > ul li span.act {color:#0c509e}
#body .swipe .swipe-menu #language .heading {display:none;}
#body .swipe .swipe-menu #language>div {display:block;}
#body .swipe .swipe-menu #language .heading1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:13px;
	font-weight:bold;
	color:#fff
	}
#body .swipe .swipe-menu #language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#7e7e7e;
	text-align:center;
	margin-right:9px;
	}
#body .swipe .swipe-menu #language .heading1 i.icon-angle-down {
	font-size:21px;
	float:right;
	}
/*********************************************************************************************header button*******************************************************************************************/
.header-button {position:relative;z-index:10}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
	}
.header-button>div:hover {cursor:pointer;}
.toprow .header-button>div i{
	font-size:13px;
	margin-left:6px;
	}
.toprow .header-button.active>div, .toprow .header-button>div:hover {
	color:#333
	}
#language>.heading {border:0;}
.toprow .header-button>div {
	display:inline-block;
	color:#777777;
	font-size:12px;
	border-left:1px solid #c2c1c1;
	line-height:23px;
	padding:0 7px;
	}
.toprow .header-button>ul {
	background-color:#fafafa;
	width:40px;
	left:auto;
	right:0;
	border:1px solid #c2c1c1;
	border-radius:3px;
		}
.toprow .header-button>ul li {
	text-align:center;
		}
.toprow .header-button>ul li span:hover {color:#0c509e}
.toprow .header-button>ul li span {
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	padding:5px 0;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
		}
/*********************************************************************************************Swipe Control*******************************************************************************************/
body div.shadow{display:none;}

#body .swipe .swipe-menu li a {color:#7E7E7E}

#body .swipe .swipe-menu li a:hover,
#body .swipe .swipe-menu li a:focus {
	color: #0c509e;
	text-decoration: none;
}

#body .swipe .swipe-menu li a i {
	color:#7e7e7e;
	font-size:26px;
	margin-right:9px;
	}
#body .swipe .swipe-menu > ul li a {
	font-weight:bold;
	display:block;
	font-size:13px;
	line-height:26px;
	color:#fff;
	padding:10px 20px 11px;
	border-bottom:1px solid #000;
	position:relative;
	}

#body .swipe .swipe-menu > ul li.parent > div {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	align-items: center;
}

#body .swipe .swipe-menu > ul li.parent > div > a {
	border-bottom: 0;
	padding-right: 0;
	flex-grow: 1;
}

#body .swipe .swipe-menu > ul li.parent > div > i {
	padding: 10px 20px;
}

#body .swipe .swipe-menu > ul li.parent ul {
	display: none;
}

#body .swipe .swipe-menu > ul li.parent ul a {
	padding-left: 30px;
}
/*****************************************************/
#body .swipe .swipe-menu .foot li a:before {
	content:"\f05a";
	 background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
	display: inline-block;
    text-decoration: inherit;
	text-align: center;
    font-size:26px;
	color:#7e7e7e;
	margin-right:9px;
	}
#body .swipe .swipe-menu .foot li+li a:before {content:"\f0d1"}
#body .swipe .swipe-menu .foot li+li+li a:before {content:"\f06a"}
#body .swipe .swipe-menu .foot li+li+li+li a:before {content:"\f085"}

#body .swipe .swipe-menu .foot.foot-1 li a:before {content:"\f0ac"}
#body .swipe .swipe-menu .foot.foot-1 li+li a:before {content:"\f079"}
#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {content:"\f0e8"}

#body .swipe .swipe-menu .foot.foot-2 li a:before {content:"\f02c"}
#body .swipe .swipe-menu .foot.foot-2 li+li a:before {content:"\f06b"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {content:"\f0c0"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {content:"\f0a3"}

#body .swipe .swipe-menu .foot.foot-3 li a:before {content:"\f0cb"}
#body .swipe .swipe-menu .foot.foot-3 li+li a:before {content:"\f003"}

/*********************************************************************************************header-cart*******************************************************************************************/
.cart-position {
	float: right;
	position: relative;
	margin: 16px 0 10px 10px;
}

#cart .heading span.link_a i.icon-shopping-cart {
	display: none;
}

#cart .heading span.link_a i {
	font-size: 20px;
	line-height: normal;
}

#cart .heading span.link_a i.icon-angle-down {
	font-size:13px;
	margin-left:30px;
	}
#cart .heading span.link_a b{
	color:#333333;
	}
#cart .heading span.bg-cart {
	background:url(../image/card.png) no-repeat left top;
	width:75px;
	height:49px;
	display:block;
	position:absolute;
	left:5px;
	bottom:0;
	line-height:33px;
	}
#cart .heading span.link_a {
	display:block;
	color:#777777;
	text-decoration:none;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	}
#cart.active .content {
	display:block;
	}
.cart-position #cart .heading span.link_a #cart-total2 {display:none;}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:34px;
	background:#fff;
	z-index:99999;
	width:357px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
	right:0px;
	border:1px solid #c2c1c1;
	border-radius:5px;
	}
header #cart.active .content {
	display: block;
	}
header #cart.active .content .mini-cart-info{
	display: block;
	}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
	}
header #cart .cart td.price {
	font-size:12px;
	
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
	
}
header #cart .cart td.name a:hover {
	
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top: 0;
}

header #cart .cart td {
	color: #000;
	vertical-align: top;
}

header #cart .cart .image {
	padding-right: 15px;
}

.cart tr {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #bbbaba;
}
.cart .pop_up_call_pole tr {
	display: table-row;
}
.cart-module .cart tr {
	background: none;
}

header #cart .cart .image img {
	text-align: left;
}

header #cart .cart .name small {
	color: #666;
}

header #cart .cart .quantity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a6a4a4;
	text-transform: uppercase;
}

header #cart .cart td.total {
	font-size: 12px;
	color: #c81908;
	text-align: right;
}

.cart-module .remove img:hover {
	overflow: hidden;
	margin-top: -11px;
}

.cart-module .cart .remove img {
	float: left;
}

.remove span:hover i {
	color:#0c509e;
}

.cart-module .cart .remove span {
	width: 11px;
	height: 11px;
	overflow: hidden;
	display: inline-block;
}

.cart-module .cart .remove {
	width: 20px;
	text-align: center !important;
	padding-top: 8px;
}

.cart-module .cart .remove img {
	cursor: pointer;
}

header #cart .cart .remove i:hover {
	cursor: pointer;
}

header #cart .cart .remove i {
	font-size: 14px;
	line-height: normal;
	margin-right: 3px;
}

header #cart .cart .remove img:hover {
	overflow: hidden;
	margin-top: -11px;
}

header #cart .cart .remove img {
	float: left;
}

header #cart .cart .remove {
	padding: 10px 0;
}

header #cart .cart .remove > span:hover {
	color: #0c509e;
}

header #cart .cart .remove > span {
	font-size: 15px;
	cursor: pointer;
}

header #cart .cart .remove img {
	cursor: pointer;
}

header #cart table.total {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}

header #cart table.total tr {
	padding: 0 10px;
}

header #cart table.total td b {
	color: #7e7e7e;
	font-size: 13px;
	font-style: italic;
}

header #cart table.total td {
	color: #323232;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;

}

header #cart table.total td .t-price {
	font-size: 13px;
	font-weight: bold;
}

header #cart .content .checkout a.button {
	margin-bottom: 5px;
}

header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right: 8px;
	padding-bottom: 0;
	padding-top: 5px;
}

header #cart .empty {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
header .toprow {
	float: right;
	margin-top: 22px;
	}
div.login.toprow {clear: right;
	/* margin: 5px 0px; */
}

header .toprow-1 {
	z-index: 150;
	position: fixed;
	display: none;
	background-color: #323232;
	width: 100%;
	width: calc(100% - 83px);
	left: 0; 
	top: 0;
}

header .toprow-1 #cart .heading span.link_a i {}
/**************************************************************************************/
header .links {
	font-size:12px;
	float:right;
	}
header .links li a i {
	display:none;
	}
header .links li:first-child {
	background:none;
	padding-left:0;
	}
header .links li {
	float:left;
	padding:0 8px;
	border-right:1px solid #c2c1c1;
	}
header .links li:last-child {border-right:0px solid #c2c1c1;} 	
header .links a.active, header .links a:hover {
	color:#0096ff;
    /*color:red;*/
	text-decoration:none;
}
header .links a {
	display:inline-block;
	font-size:12px;
	vertical-align:top;
	color:#777777;
	line-height:23px;
	font-family: 'Roboto', sans-serif;
	}
.toprow .links .last a:hover, .toprow .links .login_h a:hover {color:#333}
.toprow .links .last a, .toprow .links .login_h a {
	color:#2366fd;
	}
.toprow .links .login_h a {
	max-height:23px;
	max-width:104px;
	overflow:hidden;
	white-space:nowrap;
	}
/***************************************************************************************menu-gadget**********************************************************************************/
#menu-gadget {display:none;}
/***************************************************************************************search**********************************************************************************/
.top-search  {
	line-height:50px;
	border-right:1px solid #000;
	display:inline-block;
	padding:0 20px;
	}
.top-search:hover {
	cursor:pointer
	}
.top-search i {
	font-size:26px;
	color:#7e7e7e;
	}
.top-search #search {display:none;}
#search {
	position:relative;
	float:right;
	margin-bottom:30px;
	clear:right
	}
#search2 .button-search2 i,#search .button-search i {display:none;}
#search2 .button-search2,#search .button-search {
	float:right;
	background: #0078ff;
	border:1px solid;
	border-color:#00397b;
	color:white;
	font-size:12px;
	padding:6px 18px;
	line-height:21px;
	margin-left:5px;
	border-radius:3px;
	}
#search2 .button-search2:hover,#search .button-search:hover {
	color:#fff;
	background:#333333;
	border-color:#333333;
	cursor:pointer;
	}

#search2 input,#search input {
	float: left;
	border-radius: 3px;
	line-height: 21px;
	max-width: 190px;
	height: 21px;
	margin: 0;
	padding: 6px 8px;
	color: #fff;
	background-color: #06448b;
	border-color: #0664cf;
}

.description {
	line-height:18px;
	}
div.name{padding-top: 10px;}
.name a {
	text-decoration:none;
	font-size:14px;
	color:#3f3f3f;
	font-weight: bold;
	}
.name a:hover {
	color:#0c509e
	}
.price.price-min {display:none;}
.price {
	font-size: 25px;
	color:#004fa2;
	}
	.price .el_small {
		font-size: 70%;
	}
.price .price-new {
	margin-right:5px;
	color:#0c509e;
	}
.price .price-old {
	text-decoration:line-through;
	color:#777777;
	font-size:15px;
	}
/*****************************************************************************box price *************************************************************************/
.box-product .price{
	line-height:normal;
	margin-bottom:3px;
	}
.box-product .price .price-old { 
	
	}
.box.box-filter input[type="checkbox"] {
    float: left;
}
/****************************************************************************** tooltip ***********************************************************************/
.related-info .tooltip-inner {max-width:120px !important; white-space:normal !important}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 13px;
  font-weight:bold;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
	white-space:nowrap;
  max-width: 300px;
  padding:5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0c509e;
  
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #0c509e;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #0c509e;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #0c509e;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #0c509e;
  border-width: 0 5px 5px;
}
/*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
.tooltip-1 {white-space:nowrap}
.wishlist span, .compare span{
	display:none;
	}
.wishlist a, .compare a{
	display:block;
	font-size:15px;
	line-height:33px;
	color:#c9c8c8;
	width:33px;
	height:33px;
	border:1px solid;
	text-align:center;
	float:left;
	margin-left:10px;
	background:url(../image/bg-icon.png) repeat-x left top #f6f6f6;
	border-color:#c2c1c1 #bbbaba #878686 #bbbaba;
	border-radius:3px;
	}
.wishlist a:hover, .compare a:hover {
	background:#f5f4f4;
	border-color:#878686 #bbbaba #c2c1c1 #bbbaba;
	}
.wishlist a:hover i, .compare a:hover i{
	color:#0c509e
	}
.wishlist a i, .compare a i {
	font-size:15px;
	color:#7e7e7e;
	line-height:33px;
	}

/*********************************************************************leftinfo***************************************************************************************************/
aside .info li {
	position: relative;
	clear:both;
	padding:2px 0
}
/*aside .info li a:hover i, .afine li a:hover i, .acount li a:hover i {
	color:#7e7e7e
	}*/
aside .info li a i, .afine li a i, .acount li a i {
	font-size:16px;
	margin-right:10px;
	}

aside .info li a, .afine li a, .acount li a {
	
	line-height:20px;
	font-size:14px;
	
	}
aside.info li, .afine li, .acount li {
	padding:3px 0;
	}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
	display:none;
	}
aside .info li a + a, .afine li a + a, .acount li a + a {
	padding-left:0;
	background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover {
	color:#0c509e
}
/********************************************************************************************************************************************************************************/
.box-filter .box-content .button {margin-top:10px}

.breadcrumb {
	background: #fff;
	color: #333;
	padding: 0;
}

.breadcrumb a {
	color: #0474ca;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #0474ca;
	text-decoration: none;
}

.breadcrumb b.last,
.breadcrumb a.last {
	color: #ea1489;
}

.breadcrumb-mobile {
	font-size: 14px;
	color: #e91487;
	font-weight: bold;
	margin: 0 0 20px;
}
	
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #bbbaba;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #ff7409;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-product td.price {
	font-size:12px;
	}
.checkout-product td.total {
	text-align:center!important;
	}
table.list thead td a, .list thead td {
	text-decoration: none;
	}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	}
table.list .left {
	text-align: left;
	}
table.list .right {
	text-align: right;
	}
table.list .center {
	text-align: center;
	}

.pagination {
	display: inline-block;
	width: 100%;
}

.pagination .links {
	float: left;
	margin-right: 10px;
}

.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #bbbaba;
	border-radius: 2px;
	margin-bottom: 6px;
	color: #3f3f3f;
	background: #f8f8f8;
}

.pagination .links a:hover,
.pagination .links a:focus {
	border: 1px solid #0c509e;
}

.pagination .links b:hover {
	cursor: default
}

.pagination .links b {
	border: 1px solid #e91489;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #e91489;
}

.pagination .results {
	float: left;
	margin: 5px 0px;
	font-size: 12px;
	color: #3f3f3f;
}

.account-order .button-order-right {
	float: right;
	margin-top: -3px;
}

.account-order .pagination {
	margin-bottom: 25px;
}

/* button */
a.button.details {margin-left:10px;}
a.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background: #0078ff;
	font-size:12px;
	line-height:18px;
	border:1px solid;
	border-color: #163d94;
	border-radius:3px;
	}
a.button span {
	color: #fff;
	display: inline-block;
	padding: 5px 48px 5px;
	white-space:nowrap;
	font-size:12px;
	line-height:18px;
	}
a.button:hover,
a.button.noactive {
	background: #ed1489;
	border-color:#ed1489;
	cursor: default;
	}
a.button.noactive {
	background: #464545;
	border-color: #262626 #252525 #191919 #252525;
}
a.button:hover span {
	color:#fff;
}
a.button-i {
	display:inline-block;
	padding:5px;
	}
a.button-i i {
	font-size:26px;
	color:#0c509e
	}
a.button-i i:hover {
	color:#7E7E7E
	}
/*******************************************background image ***********************************************************/
.image2 {position:relative;}
.image img, .image2 img, .image3 img {
	vertical-align:top;
	}

.product-grid .image, .box-product .image2 {
	text-align:center;
	}
/*****************************************************************************************************************/
.buttons {
	overflow: auto;
	}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px
	}
.buttons .right {
	float: right;
	text-align: right;
	}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#module_cart .content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px #DDDDDD;
	clear: both;
	display: none;
	
	padding: 8px;
	position: relative;
	top: -1px;
}
#module_cart.active .heading {
	border-left: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	border-top: 1px solid #bbbaba;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#module_cart.active .content {
	display: block;
}
#module_cart .cart .name {
	padding-top:5px;
	padding-bottom:10px;
	padding-top:10px;
}
#module_cart .cart {
	margin-bottom:10px;
	width: 100%;
}
#module_cart .cart td .quantity {
	font-weight:bold;
	}
#module_cart .cart td {
	border-bottom: 1px solid #bbbaba;
	padding: 2px 3px;
	vertical-align: top;
	}
#module_cart .cart td a {
	font-weight:normal;
	}
#module_cart .cart .image {
	display: none;
}
#module_cart .cart .image img {
	border: 1px solid #bbbaba;
	text-align: left;
}
#module_cart .cart .name small {
	line-height: 14px;
}
#module_cart .cart td.quantity {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	vertical-align:middle;
	}
#module_cart .cart td.total {
	text-align: center;
	vertical-align: middle;
	}
#module_cart .cart .remove {
	text-align: right;
	padding:2px 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
	cursor: pointer;
}
#module_cart table.total {
	clear: left;
	float: right;
	margin-bottom:10px;
	padding: 5px;
}
.total-right {
	text-align:right!important;
}
#module_cart .total-left {
	padding-right:18px;
}
#module_cart table.total td b {
	
	}
#module_cart table.total td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
}
#module_cart .checkout .button {
	margin-bottom:10px;
}
#module_cart .checkout {
	clear: both;
	text-align: right;
}
#module_cart .empty {
	text-align:left;
	line-height:17px;
	padding:5px 0;
}
.product-list #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.product-grid #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.home-block #image {
	float: left;
	margin-top:0px;
	z-index: 0;
	}
/* box */
.box.featured  {clear:both; margin-top:18px;}
.box {
	margin-bottom:30px;
	
}
.box .box-heading {
	font-size:16px;
	background:url(../image/heading.png) repeat-x left top #f6f6f6;
	padding:6px 20px;
	line-height:31px;
	color:#333333;
	margin-bottom:14px;
	border:1px solid;
	border-color:#c2c1c1 #bbbaba #878686 #bbbaba;
	border-radius:5px;
}
#content .box.specials {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
	}
#column-right .box .box-heading, #column-left .box .box-heading {
	margin-bottom:20px;
	text-align: left;
}
/* box products */
.category-info {word-break: break-word;}

.box-product a.button span {padding: 7px 34px 8px;}
.box .box-content .box-product ul li .spec {display:none;}
.box .box-content .box-product ul li.first-in-line {
    margin-left: 0;
	clear:left
}
aside .box .box-content .box-product ul  {
	width:auto;
	margin:0;
	}
aside .box .box-content .box-product ul>li {
	width:100%;
	margin:0;
	max-width:270px
	}
.box-filter li {
	line-height:25px;
	}
.box-filter label {
	cursor:pointer;
	
	display:inline;
	padding-left:5px;
	}
.prod-stock {
	font-style:italic;
	color:#0c509e;
	font-size:16px;
}
.box-product {
	width:100%;
	margin:0;
	padding:0;
}
.box.subcat {
	border-bottom:0;
	padding-bottom:0;
	}
.box-product.box-subcat {
	margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
	padding-top:4px;
	height:42px;
	overflow:hidden;
}
.box-product.box-subcat .name.subcatname a:hover {
	color:#323232
	}
.box-product.box-subcat .name.subcatname a {
	
	margin-bottom:0;
	color:#0c509e;
	font-style:normal
}

.zoom-top img {
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.zoom-top a {
	display:block;
	width:30px!important;
	height:30px!important;
	 background-color: #0c509e;
	 color:#fff;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:25;
	font-size:21px;
	text-align:center;
	line-height:30px;
	border-radius:3px;
}

.zoom-top a:before {
	background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
	content: "\f00e";
	width: 30px;
	line-height: 30px;
}

.zoom-top a:hover,
.zoom-top a:focus {
	background-color: #7E7E7E;
	text-decoration: none;
}

.box-product > li.tree-div {
	margin-right:0;
}
.box-product > li {
	width:176px;
	display: inline-block;
	vertical-align: top;
	margin-right:42px;
	margin-bottom:28px;
}
#module_cart .cart .name a {
	text-decoration:none;
	line-height:17px;
}
#module_cart .cart .name a:hover {
	text-decoration:underline;
}
.box-product .image {
	display: block;
	text-align:center;
}
.box-product .name {
	
	}
.box-product .name a {
	display: inline;
}
.box-product .rating {
	display: none;
	margin-top:7px;
	margin-bottom: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.afine {
	list-style:none;
	margin:0;
	padding:0;
}
.afine li:first-child, .acount li:first-child {
	border:0px
}
.afine li, .acount li {

}
.afine li a + a {
	background:none;
	padding-left:0;
}
.acount {
	list-style:none;
	}
.content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.content ul li a {
	text-decoration:none;
	line-height:normal;
}
.content ul li:first-child {
	border:none;
}
.content ul li {
	padding-bottom:4px;
	padding-top:4px;
}

.content ul li a i{
	color: #0c509e;
	font-size: 21px;
	margin-right:9px;
}

.wishlist-product .table th,
.wishlist-product .table td {
	vertical-align: middle;
}

.wishlist-product .td-image img {
	width: 80px;
}

.wishlist-product .td-remove a:hover,
.wishlist-product .td-remove a:focus {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



/***********************************************************************category*************************************************************/
.icon-angle-up:before             { content: "\f106" !important; }
li.parent> i:hover {
	cursor:pointer
	}
li.parent> i {
	float:right;
	font-size:21px;
	position:absolute;
	right:0;
	top:4px;
	}
.box.category li{
	position:relative
	}
.box.category .box-content {
	padding-bottom:20px;
	}
.box-category > ul > li.active>a i, .box-category > ul > li > a:hover i {color:#7e7e7e}
.box-category > ul > li > a i {
	font-size:21px;
	color:#0c509e
	}
.box-category > ul > li > a {
	display:inline-block;
	font-weight:bold;
	color:#323232
	}
.box-category > ul > li.active>a, .box-category > ul > li>a:hover {
	color:#0c509e
	}
.box-category > ul > li:first-child {border:0}
.box-category > ul > li {
	position:relative;
	padding:5px 0
	}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	margin:10px 0 10px 25px;
	}
.box-category > ul > li span.close:hover {
	cursor:pointer;
}
.box-category > ul > li li.parent> i {
	line-height:20px;
	vertical-align:middle;;
	}
.box-category > ul > li ul > li.active > a, .box-category > ul > li ul > li > a:hover {
	color: #0c509e;
	}
.box-category > ul > li ul > li {
	padding:3px 0;
	}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#323232;
	}
.box-category > ul > li ul > li > a.active {
	color:#0c509e
}
.box-category > ul > li:first-child {
	border-top:0
}
.act-cat {
	position:absolute;
	top:9px;
	right:6px;
}
/*************************************************************************************************************************************************************/
.info-about2, .info-about3, .info-about4 {
	display:none;
}

h1.style-1 {
    border-bottom: 1px solid #bbbaba;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

h1.style-1.line {
	border-bottom: none;
	padding-bottom: 0;
}

h1.h1-custom {
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px 0 20px;
	margin: 0 0 14px;
	color: #323232;
}

h2.style-1 {
    border-bottom: 1px solid #bbbaba;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
}

@media (max-width: 767.98px) {
	.product-category h1.style-1,
	.product-manufacturer-info h1.style-1,
	.product-line-info h1.style-1 {
		border: none;
		padding: 6px 0;
	}
}

/*
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width:25%;
	list-style:none;
	padding:0;
}
*/

.capcha {
	width:143px;
}
.sitemap-info ul li {
	padding-bottom: 4px;
	padding-left: 14px;
	padding-top: 4px;
	text-transform:capitalize;
	font-weight:bold;
}
.sitemap-info ul li a i {
	 color: #0c509e;
    font-size: 16px;
	margin-right:9px;
	}
.sitemap-info ul li a:hover i {
	color:#7E7E7E
	}
.sitemap-info ul li a {
	text-decoration: none;
	text-transform:capitalize;
	
	font-size:14px;
}

/*
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
*/

.category-list {
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}

.category-list ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.category-list ul li a {
	/*background-color: #63B4C6;
	border: 1px solid #429eaf;*/
	background-color: #0c509e;
	border: 1px solid ;
	border-color: #2f5cbf #1040ac #082c7d #1040ac;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 10px;
	text-indent: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	font-size: 14px;
	/*font-weight: bold;*/
}

.category-list ul li a:hover,
.category-list ul li a:focus {
	background-color: #999;
	border: 1px solid #909090;
	text-decoration: none;
}

/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	border:1px solid #bbbaba;
}
.manufacturer-heading span {
	background:#323232;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:10px 0;
	width:50px;
	text-align:center;
	}
.manufacturer-heading {
	background:#f9f9f9;
	font-size: 15px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
	border-bottom:1px solid #bbbaba;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul li a i{
	color:#0c509e;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	margin-right:9px;
	}
.manufacturer-list ul li a {
	font-weight:bold;
		}
.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.box.manufacturers li {
	padding:5px 0;
	}
.box.manufacturers li a {
    display: inline-block;
    text-decoration: none;
	}
/* product */
.product-filter .product-compare {
	float:left;
	margin-left:10px;
	}
.product-filter select {
	margin-bottom:0;
	}
.product-filter {
	overflow:hidden;
	line-height:32px;
	border:1px solid #bbbaba;
	border-width:1px 0;
	padding:20px 0;
	margin-bottom: 0;
	border-bottom: none;
}
.style-1.line + .product-filter {
	border-top: none;
}
.product-filter .display {
	float:right;
	}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort b {
	padding-right:7px;
	color:#323232;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	/*text-transform:uppercase;*/
	}
.product-filter .sort select {
	width:180px;
}

.blog-filter.no-tags {
	padding-top: 10px;
	border-top: none;
}

.blog-filter .sort select {
	width: 170px;
}

.product-filter .sort {
	float:left;
	font-weight:bold;
}

.product-filter .limit select {
	width: 57px;
}

.product-filter .limit b {
	padding-right: 5px;
	color: #323232;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
}

.product-filter .limit {
	margin-left: 13px;
	float: left;
}
.product-list ul li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
	}
.product-list ul li {
	/*padding-top:30px;*/
	margin-top:30px;
	border-top:1px solid #bbbaba;
}
.product-list .left {
	position:relative;
	
}
.product-list .right {
	text-align:left;
	}
.product-list .rating {
	position: absolute;
	right: 30px;
	top: 40px;
}
.product-list .name {
	margin-bottom:10px;
}
#grid_a, #list_a, #grid_b, #list_b {
	vertical-align:top;
	font-size:28px;
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
}
#list_b i, #grid_b i {
	color:#0c509e;
	cursor:default
	}
.product-filter .display {
	position:relative;
	}
.product-filter .display b {
	float:left;
	color:#323232;
	text-transform:uppercase;
	display:none;
	}
.product-list .description {
	overflow:hidden;
	margin-bottom: 5px;
}
.product-grid ul li {
	text-align:left;
	position:relative;
	margin-bottom:7px;
	}
.product-grid ul li.first-in-line {
	clear:left
	}
.extra-prod input {
	padding-bottom:4px;
}
.extra-prod {
	padding-top:6px;
}
.or {
	padding-top:3px;
}
.product-grid .image {
	display: block;
	margin:0 0 15px 0;
	text-align:center;
}
.product-grid .name {
	text-align:left;
	margin-bottom:5px;
}
.product-grid .description {
	overflow:hidden;
	/*display:none;*/
}

.product-grid .rating {
	display: none;
	height:13px;
	margin-bottom:10px;
	
}
.product-list .price, .product-grid .price {
	display: block;
	margin-bottom:5px;
}
.buy-one-click {
	text-align: center;
}
.product-list .buy-one-click {
	text-align: left;
}
.product-list .cart-button {

}
.cart-button .cart {
    /*float:left;*/
    text-align: center;
}

.product-list .price-tax {
	font-size:12px;
	display:block;
}
/*.product-list .price .price-old,.product-list .price .price-new, .product-list .price .price-1{
	background-color:#0c509e;
	color:#fff
}*/
.product-grid .price-old {
	text-decoration: line-through;
}
.product-list .price-new, .product-grid .price-new {
	
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .price-old {
	font-weight:normal;
}
.product-grid .cart {
	float:left;
}
.content-border h2{
	margin-bottom:30px;
	}
.content-border {
	border:1px solid #bbbaba;
	padding:30px 40px;
	margin-bottom:30px;
	}
/*************************** Product ***************************************/
#compare {
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#full_gallery {
	display: none;
	width: 100%;
	position: relative;
}

#full_gallery .product-info-stick {
	z-index: 100;
}

#full_gallery .btn-wishlist {
	border-radius: 5px;
	z-index: 100;
}

#full_gallery .btn-compare {
	border-radius: 5px;
	z-index: 100;
}

#full_gallery img {width: 100%;}
#full_gallery .prev {left:0}
#full_gallery .next {right:0}
#full_gallery .prev:hover, #full_gallery .next:hover{
	color:#0c509e
	}
#full_gallery .prev, #full_gallery .next{
	color:#7e7e7e;
	font-size:19px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	}
.bx-controls-direction a.bx-prev {
	margin-left:-10px;
	}
.bx-controls-direction a.bx-next {
	margin-right:-10px;
	}
.bx-controls-direction a {
	padding: 10px;
}

.bx-controls-direction a:hover,
.bx-controls-direction a:focus {
	text-decoration: none;
}

.product-info {
	padding-bottom: 7px;
	margin-top: 20px;
}

.product-info h1.view {
	display: none;
}

.product-info h1 {
	color: #323232;
	border-bottom: 1px solid #bbbaba;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.product-heading {
	margin-bottom: 10px;
}

.product-heading h1 {
	margin: 0;
}

.product-heading .btn-wishlist {
	position: static;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border-radius: 3px;
}

.product-heading .btn-wishlist::after {
	width: 28px;
	height: 28px;
	background-position: 0 -147px;
}

.product-heading .btn-compare {
	position: static;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.product-heading .btn-compare::after {
	width: 28px;
	height: 28px;
	background-position: -33px -147px;
}

@media (min-width: 768px) {
	.product-heading h1 {
		margin: 0 15px 0 0;
	}
}

.product-info .left {
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
}

.product-info .image {
	float: left;
	width: 100%;
	max-height: 424px;
	height: 100%;
	margin-bottom: 7px;
	text-align: center;
	background-color: #efeeee;
}

.product-info .image .btn-wishlist {
	border-radius: 3px;
	z-index: 11;
}

.product-info .image .btn-compare {
	border-radius: 3px;
	z-index: 11;
}

.product-info .image-additional {
	overflow:hidden;
	/*max-width:240px;*/
	position:relative;
	clear: both;
	padding:0 0;
	}
.product-info .image-additional li {
	float:left;
	/*max-width:70px;*/
}
.product-info .image-additional li.last {
	margin-right:0;	
}
.product-info .image-additional img {
	background:#fff;
	border-radius: 0;
}
#zoom1 img {
	background:#fff;
	border-radius:5px;
}
.product-info .image-additional a {
	display: block;
}
.image-additional .next:hover, .image-additional .prev:hover  {
	color:#0c509e
	}
.image-additional .prev  {
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	top:40%;
	margin:0;
	font-size:19px;
	color:#7e7e7e
	}
.image-additional .next  {
	color:#7e7e7e;
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:40%;
	margin:0;
	font-size:19px;
	}
.product-info .share >span {
	margin-bottom: 20px;
	display: inline-block;
}

.product-info .description .product-section {
	/*font-weight:bold;*/
	color: #0c509e;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	/*width: 420px;*/
	width: 97%;
	float: left;
	text-align: left;
}

.product-section_rt {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	display: inline-block;
	color: #333; /* text color */
	font-family: "Arial";
	font-size: 12px;
	background-color: #e5eef9;
	padding: 20px 0;
}
.product-section_rt a  {
	color: #0474ca; /* text color */
	font-family: "Arial";
	font-size: 13px;
	text-decoration: none;border-bottom: 1px solid #0474ca;
	margin-left: 25px;
	position: relative;
	display: inline-block;

}

span.price_prod_l{
	text-transform: none;
	font-weight: bold !important;
	font-size: 16px;
}
span.price_prod_old{color: #797979; font-size: 16px; text-decoration: line-through;}
span.price_prod_old span{ font-size: 12px;}
span.price_prod{
	color: #0c509e !important;
	font-size: 24px;
	font-family: Arial;
}

span.price_prod span{color: #0c509e !important; font-size: 18px;}
span.price_prod sup{color: #0c509e !important; font-size: 12px;}

.in_stock {
	color: #fff !important;
	background: #029523;
	padding: 0 6px;
	border-radius: 3px;
}

.in_stock::after {
	content: '*';
}

.out_stock{color: #e91489 !important; font-weight: bold;}
.in_pack{font-size: 16px;}
.in_pack span{color: #0c509e !important; font-size: 18px;}
/*.product-section_rt a:after {height: 18px;width: 20px;background: url(../image/cat_rt_icon.png) no-repeat;content: "";position: absolute;left: -20px;background-position: left center;}*/
.product-section_rt table{width: 100%;}
.product-section_rt a.dostavka {margin-left: 70px;}
.product-section_rt a.dostavka:after {background-position: right center;}
.product-section_rt a.dostavka:after {height: 35px; width: 50px;background: url(../image/cart_rt_delivery_icon.png) no-repeat;content: "";position: absolute;left: -55px;top: -7px;background-position: left center;}
.product-section_rt a.payment{margin-left: 70px;}
.product-section_rt a.payment:after {height: 35px; width: 50px;background: url(../image/cart_rt_payment_icon.png) no-repeat;content: "";position: absolute;left: -38px;top: -7px;background-position: left center;}
.product-section_rt a.see_example{margin-left: 70px;}
.product-section_rt a.see_example:after{height: 35px; width: 50px;background: url(../image/cart_rt_example_icon.png) no-repeat;content: "";position: absolute;left: -55px;top: -7px;background-position: left center;}

.product-section_rt a:hover {border-bottom: 1px solid #ecebea;}
.product-info .description .product-section a{
	/*color:#0c509e*/
	}
.product-info .description .product-section a:hover{
	color:#323232
	}
.product-info .description .product-section span {
	color:#323232;
	/*font-weight:normal;*/
	text-transform: none;
	}
.product-info .description .product-section span.price-currency {
	text-transform: none;
	font-size: 12px;
	margin-left: 5px;
}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	/*background-color:#0096ff;*/
	color:#008e21;
	font-style:normal;
	padding:0 7px;
	margin:0 9px;
	font-size: 12px;
}

.product-info .price {
	font-family: Arial, sans-serif;
	text-transform:uppercase;
	color:#323232;
	font-size:13px;
	border-top:1px solid #bbbaba;
	border-bottom:1px solid #bbbaba;
	font-weight:bold;
	padding:23px 0;
	margin-bottom:20px;
}

.product-info .price .price-new {
	color: #0c509e;
	font-size: 19px;
}

.product-info .price .price-old {
	color: #7e7e7e;
	margin-left: 10px;
}

.product-info .price .price-tax{
	color:#0c509e;
	text-transform:none;
	font-weight:normal;
	margin-left:10px;
	}
.product-info .price .discount{
	text-transform:none;
	font-weight:normal;
	}
.product-info .price .reward{
	padding-top:10px;
	display:block;
}

.product-info .tabs-related-product .price .price-new {
	color: #777;
}

.product-info .tabs-related-product .price .price-new {
	color: #323232;
	font-weight: bold;
	font-size: 22px;
}

.tab-content ul{
	margin-left:25px;
	margin-bottom:20px;
	list-style-type:disc
}

.tab-content ul.owl-carousel {
	margin-left: 0;
}

.product-info .minimum { 
	margin-top:5px;
	}
.product-info .cart-top-padd { 
	float:left;
	}
.product-info .extra-button {
	float:left;
	}

.product-info .extra-button>div {
	height:24px;
	}
.product-info .wishlist a span, .product-info .compare a span {
	display:inline-block;
	}

.product-info .wishlist a i, .product-info .compare a i {
	margin-right:9px;
	font-size:17px;
	}
.product-info .wishlist a:hover, .product-info .compare a:hover {
	color:#323232
	}
.product-info .wishlist a, .product-info .compare a{
	display:inline;
	color:#0c509e;
	
	line-height:18px;
	width:auto;
	height:auto;
	font-size:13px;
	float:none;
	margin:0;
	padding:0;
	border:0px;
	background:none;
	text-align:left;
	} 
.product-info .options {
	border-bottom:1px solid #bbbaba;
	margin-bottom:20px;
	} 
.q-mini {
	width:30px;
	}
img#captcha {
	margin-left:50px;
	}
#tab-review input[name="captcha"] {
	margin-top:10px;
	}
.border {
	border-bottom:1px solid #bbbaba;
	padding-bottom:15px;
	margin-bottom:15px;
	}
/******************************/
.product-info .gallery li {
	max-width:270px;
	float:left;
	height:424px
	}
.ps-carousel-item img {background-color:#EFEEEE;}
.ps-zoom-pan-rotate img {background-color:#EFEEEE;}
.product-info .gallery li img {
	background-color: #EFEEEE;
}

a.button-prod {
	display: inline-block;
	background-color: #0078ff;
	border-radius: 2px;
	font-size: 14px;
	white-space: nowrap;
	color: #fff;
    padding: 9px 50px 10px 50px;
	margin: 0 20px;
	/*line-height: 31px;*/
}

a.button-prod i {
	font-size: 26px;
	vertical-align: middle;
	margin-right: 9px;
}

a.button-prod:hover {
	background-color: #ea1489;
	text-decoration: none;
}

.product-info .review {
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #bbbaba;
	margin-bottom:20px;
	}
.product-info .review>div img{
	margin-bottom:10px;
	}
.product-info .review a:hover {
	color:#0c509e
	}
.product-info .review a{
	color:#7e7e7e;
	}
.product-info .review a+a:hover {
	color:#7e7e7e
	}
.product-info .review a+a {
	color:#0c509e;
	margin-left:20px;
	}
.product-info .review img{
	float:left;
	margin-right:20px;
	}
.product-info .review .btn-rew {
	float:left;
	}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#7e7e7e;
	line-height:16px;
	width:1.25em
	}

.tabs {
	margin-bottom: 10px;
}

.tabs .tab-heading i {
	font-size: 26px;
	color: #7e7e7e;
	float: right;
}

.tabs .tab-heading {
	padding: 13px 20px;
	line-height: 32px;
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #bbbaba;
	border-bottom: 4px solid #0c509e;
	background-color: #f9f9f9;
}

.tabs .tab-content {
	padding:20px 0;
	}
#tab-review.tabs .tab-content {
	padding:20px 0 0;
	}

.har-first-td {
	background: url('../image/char_dottet.png') repeat-x 10px 15px;
	/*width: 45%;*/
	width: 57%;
	vertical-align: bottom;
}

.har-first-td > span {
	display: inline-block;
	background-color: #fff;
	height: 20px;
}

.har-first-td + td {
	color: #3f3f3f;
	font-weight: bold;
}

.table_har.attribute a {
	color: #3f3f3f;
}

.table_har.attribute a:hover,
.table_har.attribute a:focus {
	color: #0c509e;
	text-decoration: none;
}

@media (max-width: 767px){
	.product-section_rt table td {display: block;}
	.product-section_rt a.dostavka {margin-bottom: 25px;}
	.product-section_rt a.dostavka:after {left: -60px;}
	.product-section_rt a.payment{margin-bottom: 25px;}
	.product-section_rt a.payment:after{left: -60px; margin-bottom: 25px;}
	.product-section_rt a.see_example:after{left: -60px; margin-bottom: 25px;}

}

.compare-block {
	margin-bottom:20px;
	}
.compare-block .image {
	margin-right:10px;
	}

.compare-block .remove a {
	font-size: 19px;
	line-height: normal;
}

.compare-info {
	width: 100%;
	}
.block-compare {
	position:relative;
	overflow:hidden;
}
.td-price {
	font-weight:bold;
	font-size:16px;
}
.compare-info .prod-stock {
	margin:0 auto;
	float:none;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	 background-color: #0c509e;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px;
}

.compare-info .td-thead {
	width: 15%;
}

.compare-info td.name a {
	text-decoration: none;
	color: #0c509e;
}

.compare-info td.name a:hover {
	color: #3f3f3f;
}

.compare-info td.last {
	border-right: 0;
}
.compare-info thead td:first-child {
	text-align:left;
	}
.compare-info td:first-child {
	background-color: #f9f9f9;
	color:#323232;
	font-weight:bold;
	text-align:right;
	}
.compare-info td.image2 {
	text-align:center;
	}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.compare-info .price-old {
	font-weight: normal;
	display:block;
	font-size:15px;
}

.rub-price {text-transform: none;font-size: 12px;margin-left: 5px;}
.text-price + .price-old {font-size: 16px;}
.price-old {text-decoration: line-through;}
.price-old.sale_old {text-decoration: none;}
.compare-info td.td-price .price-old{color:#7E7E7E}
.compare-info td.td-price {
	font-weight: bold;
	font-size:17px;
	line-height:normal;
	color: #0c509e;
}

.compare-info .product-compare-rating {
	display: flex;
}

.compare-info .product-compare-rating div {
	width: 17px;
	height: 17px;
	margin-right: 3px;
	background: url('../image/pak/star_grey.png') no-repeat;
}

.compare-info .product-compare-rating div.active {
	background-image: url('../image/pak/star_color.png');
}

.checkout-product .table td.price {
	text-align: left;
	font-size: 13px;
	color:#7E7E7E;
}

.table .total, .table .price {
	text-align: center;
	font-size:17px;
	font-family: Arial, sans-serif;
	color:#0c509e;
	font-weight:bold;
}
.table thead td {font-size:12px !important;}
.table .price s {
	color:#323232;
	font-weight:normal;
	display:block;
}

input#sub_category {
	background:none;
	margin:0
	}
/************************** contact page *********************/
.contact-info {
	border:1px solid #bbbaba;
	background-color:#f9f9f9;
	padding:40px;
	font-weight:bold;
	margin-bottom:20px;
	}
.contact-info .contact-box i {
	color:#0c509e;
	font-size:26px;
	width:1.25em;
	}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
	}
.contact-info .contact-box b{
	color:#323232;
	text-transform:uppercase;
	margin-left:10px;
	}
.contact-info iframe {
	min-height:200px;
	max-height:300px
	}
.contact-info figure{
	margin:0;
	}
.content.contact-f textarea {
	max-width:100%;
	}
.content.contact-f {
	border:1px solid #bbbaba;
	padding:40px 40px 20px;
	}
.content.contact-f div.buttons, .content.contact-f div.captcha {
	margin-top:20px;
	}
/************************** checkout page *********************/
.checkout-heading {
	background-color:#f9f9f9;
	color:#323232;
	text-transform:uppercase;
	border:1px solid #bbbaba;
	border-top:4px solid #0c509e;
	font-weight:bold;
	padding:15px 100px 15px 15px;
	margin-top:10px;
	}
.checkout-content {
	display:none;
	}
.checkout-content {
	margin-top:-1px;
	padding:20px 40px;
	border:1px solid #bbbaba;
	}
.checkout-content .login-content .heading h2 {
	font-size:20px;
	}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #bbbaba;
    padding-bottom: 6px;
	}
.checkout-heading {
	position:relative;
	}
.checkout-heading>a{
	position:absolute;
	right:20px;
	top:15px
	}
.checkout-content label a:hover {
	text-decoration:underline;
	}
.checkout-content label a {
	color:#0c509e;
	}
/************************** login page *********************/

.login-content .right, .login-content .left {
	border:1px solid #bbbaba;
	background-color:#f9f9f9;
	padding:30px;
	margin-bottom:30px;
	}
.login-content .heading {
	overflow:hidden;
	border-bottom:1px solid #bbbaba;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.login-content .content>p{
	border-bottom:1px solid #bbbaba;
	padding-bottom:20px;
	}
.login-content .heading i{
	font-size:56px;
	color:#0c509e;
	float:left;
	margin-right:14px;
	}
.login-content .heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	color:#323232;
	}
.login-content .heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
	}

/*.login-content .form-horizontal .control-label {
	width:110px;
	}
.login-content .form-horizontal .controls {
	margin-left:120px;
	}*/
.login-content .form-horizontal .controls input {
	width:94%;
	max-width:100%
	}
.login-content .login-buttons {
	border-top:1px solid #bbbaba;
	padding-top:20px;
	}

.buttons .right label {
	text-align:left;
	}
.login-content {
	width:100%;
	overflow:hidden;
}
.box-container {
	
}
.login-content .left p + p {
	margin-bottom:16px;
}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#0c509e;
	font-style:italic;
	margin-left:15px;
}
.link-login:hover {
	text-decoration:none;
}
.padd-form {
	display:block;
	padding-bottom:5px;
}

.login-content .right .content p {
	margin-bottom:15px;
}
.login-content .right .content b {
	display:block;
}
#register select {
	
}
#register .q1 {
	
}
#register .content {
	border:none!important;
	padding:0!important;
}
/* orders */
.order-list, .return-list {
	 border: 1px solid #bbbaba;
    margin-bottom:30px;
	
}
.order-content span, .heading-order-list span{
	color:#0c509e
	}
.heading-order-list {
	background-color:#f9f9f9;
	overflow:hidden;
	border-bottom: 1px solid #bbbaba;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#323232;
	padding:20px;
}
.order-list .order-id, .return-list .return-id {
	width: 49%;
	float: left;
	}
.order-list .order-status, .return-list .return-status {
	font-weight:bold;
	}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}
.order-list .order-content, .return-list .return-content {
	padding:20px;
	color:#323232;
	font-weight:bold;
	}
.order-list .order-content div > span {
	
}
.order-list .order-content div .button {
	margin-top:3px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-box-2 {
	padding:15px 20px 19px 20px;
	margin-bottom:10px;
}
.return-box-2 .buttons .right {
	float:left;
}
.return-box-2 .buttons {
	padding-left:0;
	padding-top:12px;
	padding-bottom:0;
	margin-bottom:0;
}
.return-box {
	
	}
.return-p {
	padding-left:17px;
}
.return-p p {
	margin-bottom:13px;
}
.return-list {
	margin-bottom: 10px;
}
#content .content.return-box {
	padding:14px 10px 11px 20px;
	margin-bottom:10px;
}
.content.return-box h2 {
	margin-bottom:14px;
}
#content .content.return-box .left {
	width:320px;
}
#content .content.return-box .right {
	width:320px;
}
.content.return-box label {
	font-size:12px;
	font-weight:bold;
	}
.content.return-box span {
	}
.content.return-box input {
	margin-top:6px;
	margin-bottom:7px;
	width:310px;
}
.content.return-box .error {
	padding-bottom:5px;
	display:block;
}
.return-box-3 {
	margin-bottom:20px;
	padding:14px 10px 10px 20px;
}
.return-box-3 h2 {
	margin-bottom:15px;
}
.return-box-3 textarea {
	width:310px;
	height:188px;
	max-width:310px;
	max-height:188px;
}
.return-box-3 .return-captcha {
	width:320px;
	margin-top:-3px;
}
.return-box-3 .return-captcha b {
	padding-bottom:6px;
	display:block;
}
.return-box-3 .return-captcha input {
	width:170px;
	margin-bottom:10px;
}
.return-box-3 .return-additional {
	margin-bottom:11px;
}
.return-box-3 .buttons {
	padding:0;
	margin-bottom:0;
}
/* button */
.button-return-right-i:hover, .button-return-right:hover {color:#0c509e; cursor:pointer;}
.button-return-right{
	border:0px;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
	}
#return-product .button-return-right-i {position:relative;}
#return-product .button-return-right-i i.icon-circle-arrow-right {position:absolute; right:0; z-index:4}
#return-product input.button-return-right{
	padding-right:31px;
	position:relative;
	z-index:5
	}
a.button-return-left:hover, a.button-return-right:hover, a.button-order-right:hover, a.button-cont-right:hover, a.button-back-left:hover, a.button-inf-left:hover {
	color:#0c509e
	}
a.button-return-left, a.button-return-right, a.button-order-right, a.button-cont-right, a.button-back-left, a.button-inf-left {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	
	padding-right:0px;
	color:#7e7e7e;
	vertical-align:top;
	}
a.button-back-left i,.button-back-left i, .button-return-right-i i, a.button-return-left i, a.button-cont-right i {
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	margin:0 9px
	}
i.icon-circle-arrow-right {margin-right:0 !important;}
a.button-order-right {
	padding: 0;
}

a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
a.button-inf-left span {
	line-height: 1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
a.button-return-left span, a.button-back-left span, a.button-wislish-left span {
	padding:5px 0px 5px 14px;
	background: url('../image/marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span, a.button-order-right span, a.button-cont-right span, a.button-inf-left span {
	padding:5px 14px 5px 0px;
	background: url('../image/marker-button-right.png') right 8px no-repeat;
}
.cart-bottom a i.icon-check {
	margin-right:0;
	}
.cart-bottom a.button-cont-right {
	margin-right:20px;
	}
/* button */



.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	}
.return-name {
	
}
.return-model {
	
}
.return-quantity {
	
}
.return-detail {
	overflow: auto;
}
.return-reason {
	
	}
.return-opened {
	
	}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #bbbaba;
	border-bottom: 1px solid #bbbaba;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
a:hover i.icon-trash {
	color: #0c509e;
}

a i.icon-trash {
	color:#7e7e7e
	}
i.icon-trash {
	font-size:26px;
	}
.shop-cart {
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.cart-info2 .table td+td {
	text-align:center;
	}
.shop-cart .table td {
	vertical-align:middle;
	}
.cart-module .cart-content {
	padding:18px 0px 19px 18px;
	display: none;
	overflow: auto;
	border-top:none;
}

.cart-info2 {display:none;}
.cart-info {
	overflow:hidden;
	margin:20px 0;
}
.cart-info td.name a:hover {
	color:#323232
	}
.cart-info td.name a {
	color:#0c509e;
	font-size:16px;
	font-style:italic;
	}
.content.shop-cart-content>p{
	border:1px solid #bbbaba;
	border-bottom:0;
	margin:0;
	padding:20px;
	}
a.input-update {
	
	}
a.input-update i{
	color: #7E7E7E;
	font-size:26px;
	}
a.input-update:hover i{
	color: #0c509e;
	}
#cboxLoadedContent td>input[type="radio"]{
	margin:0px;
	float:none
	}
td.quantity>input[type="text"] {
	width:40px
	}
table#total  td {
	background-color:#f9f9f9;
	padding:20px;
	text-transform:uppercase;
	width:80%
	}
table#total  td+td {
	background-color:#fff;
	color:#0c509e;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}
td.price {
	font-weight:bold;
	font-size:17px;
	}
table.radio {
	padding:0
	}
.cart-module {
	
	
	
	}
.cart-module>div{
	padding:20px 20px;
	margin-bottom:20px;
	margin-top:-21px;
	display:none;
	border:1px solid #bbbaba;
	}
/*********************************************************************/
.sitemap-info ul {
	margin-top:10px;
}
.sitemap-info li a {
	text-decoration:none;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
#newsletter .content {
	margin:0;
	padding:0;
	border:none;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
#newsletter .form tr td:first-child {
	width:58px;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
footer {
	margin-top:20px;
	padding-top:45px;
	padding-bottom:66px;
	clear: both;
	overflow: hidden;
	background: #fdfdfc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVkZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfc 0%, #fafafa 28%, #eeedec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfc), color-stop(28%,#fafafa), color-stop(100%,#eeedec));
	background: -webkit-linear-gradient(top, #fdfdfc 0%,#fafafa 28%,#eeedec 100%);
	background: -o-linear-gradient(top, #fdfdfc 0%,#fafafa 28%,#eeedec 100%);
	background: -ms-linear-gradient(top, #fdfdfc 0%,#fafafa 28%,#eeedec 100%);
	background: linear-gradient(to bottom, #fdfdfc 0%,#fafafa 28%,#eeedec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfc', endColorstr='#eeedec',GradientType=0 );
	}
footer h3 {
	color:#333333;
	line-height:normal;
	font-size:16px;
	word-wrap:break-word ;
	font-weight:400;
	}
footer li {
	padding:2px 0
	}
footer .row li a:hover {
	color:#333
	}
footer .row li a {
	font-size:12px;
	color:#777777;
	word-wrap:break-word
	}
footer .foot-phone div {
	color:#0c509e;
	line-height:24px;
	}
footer .foot-phone div.fleft {
	margin-top:5px;
	}
footer .foot-phone i{
	line-height:normal;
	font-size:36px;
	color:#7e7e7e;
	width:1.25em;
	margin-right:10px;
	}
span.toggle {
	display:none;
}

#powered a {
	text-decoration:none;
	font-size:11px;
	color:#777777
	}
#powered a:hover {
	text-decoration:underline;
	}
#powered br {display:none;}
#powered {
	color:#777777;
	margin-top:50px;
	line-height:23px;
	font-size:11px;
	display:inline-block;
	background-color:#e0dfde;
	border-radius:10px;
	padding:0 14px
	}
.return-captcha input img {vertical-align:top;}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
	}
/********************************************************************************************************************************************************************************************************/
/* banner */
.header-modules .banner {
	float:right;
	width:31.62%;
	}
#content .banner+.banner {float:right;}
#content .banner {
	display:inline-block;
	}
#content .banner .banner-3 {
	float:right;
	}
/**banner-4**/

.header-modules #banner4 {
    float:left !important;
    width:790px;
}

.banner .banner-4,
#content .banner .banner-4{
	max-width:none;
	float:left;
}
#content .banner .banner-4 .s-desc {
	max-width:90%;
	left:3.9%
	}
#content .banner .banner-4 .s-desc p {
	margin-bottom:5px;
	color:#a6a5a5
	}
#content .banner .banner-4:hover .s-desc span.button {
	background-color:#e72121;
	}
#content .banner .banner-4 .s-desc span.button {
	display:inline-block;
	background-color:#f24f03;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	padding:9px 29px
	}
#content .banner .banner-4 .s-desc h1 span {font-weight:400;}
#content .banner .banner-4 .s-desc h1{
	font-size:50px;
	line-height:50px;
	color:#ffffff;
	font-weight:100;
	margin-bottom:0;
	}
/*************banner5****************/
#content .banner .banner-5{
	max-width:none;
	float:left;
	overflow:visible
	}
#content .banner .banner-5 .s-desc {
	max-width:90%;
	left:3.9%
	}
#content .banner .banner-5 .s-desc p {
	margin-bottom:5px;
	}
#content .banner .banner-5:hover .s-desc span.button {
	background:#e72121;
	border-color:#e72121;
	}
#content .banner .banner-5 .s-desc span.button {
	display:inline-block;
	background:url(../image/button-2.png) repeat-x left top #383736;
	border:1px solid #252525;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	padding:9px 29px
	}
#content .banner .banner-5 .s-desc h1 span {font-weight:400; color:#0c509e}
#content .banner .banner-5 .s-desc h1{
	font-size:50px;
	line-height:50px;
	color:#333333;
	font-weight:100;
	}
/*************banenr-6****************/
#content .banner .banner-6 .s-desc {
	text-align:center;
	max-width:100%;
	left:0;
	top:0;
	width:100%;
	top:18%
	}
#content .banner .banner-6 .s-desc h1 {
	font-size:40px;
	line-height:40px;
	font-weight:400;
	color:#333333
	}
#content .banner .banner-6 .s-desc h2{
	font-size:30px;
	line-height:30px;
	font-weight:100;
	color:#0c509e
	}
/*****************************/
.banner {

	}
.banner>div {
	position:relative;
	overflow:hidden;
	max-width:370px;
	margin-bottom:10px;
	}

.banner img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.banner .s-desc {
	display:block;
	position:absolute;
	top:23px;
	left:8.11%;
	max-width:225px;
	text-align:left;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color:#777777;
	font-size:12px;
	line-height:18px;
	}
.banner .s-desc h1 i{
	font-size:36px;
	color:#3e3d41;
	vertical-align:middle;
	margin-right:9px;
	line-height:31px;
	}
.banner .s-desc h1{
	font-size:40px;
	font-weight:300;
	text-transform:uppercase;
	line-height:34px;
	margin:0 0 5px;
	}
.banner .s-desc h2{
	margin:0;
	color:#333333;
	font-size:40px;
	font-weight:400;
	text-transform:uppercase;
	line-height:34px;
	}
/* AJAX Add to Cart Confirm by Harryo*/
.success, .warning, .attention, .information, .rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}
.success a, .warning a, .attention a, .information a {
	color: #333;
}
#cart-success {
	position: fixed;
	z-index:9998;
}
.success i.icon-remove-sign {
	font-size:26px;
	padding:10px;
	}
.success .close i {
	padding:10px
	}
.success {
	color:#000
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #bbbaba
}
.success a:hover {
	text-decoration:none;
	color:#0c509e
}
.success a {
	text-decoration:none;
	color:#252525
}
.success span:hover img {
	margin-top:-11px;
}
.success p {
	margin-bottom:11px;
	font-size:24px;
	color:#1b1b1b;
}
.success span:hover {cursor:pointer; color:#0c509e}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {color:#6d6d6d}
.success i:hover {color:#0c509e;}
.success i.icon-thumbs-up{
	font-size:31px;
	color:#0c509e;
	margin-right:10px;
	}
.close {color:transparent; text-shadow:none}
.success a {color:#0096ff;}
.success a:hover {text-decoration:underline;}
.success {
	width:60%;
	position:fixed;
	z-index:99999!important;
	/*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
	top:0;
	left:0;
	padding:20px 20%;
	z-index:9999;
	line-height:18px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:none;
	background:#323232;
	display:none;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	}
#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #bbbaba;
	padding-left:20px;
}
/**************************************************************related****************************************************************/
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
/***/
.image {position:relative}
.related-info .cart-button .cart {
	float:none;
	}
.related-info .wishlist, .related-info .compare {
	display:inline-block;
	}
.related-info .wishlist a, .related-info .compare a {
	margin:10px 10px 0 0
	}
.related-info {
	display:inline-block;
    float: left;
    text-align: center;
	position:relative;

	border-bottom:0 !important;
	}
.related {
	padding:0 50px;
	position:relative;
	}
.related .name {
	height:40px;
	overflow:hidden;
	}
.related .prev:hover, .related .next:hover {
	color:#0c509e;
	}
.related .prev, .related .next {
	position:absolute;
	top:50%;
	font-size:26px;
	color:#7e7e7e;
	margin-top:-31px;
	}
.related .prev {
	left:0
	}
.related .next {
	right:0
	}
/***********************************************************about-page**************************************************************************/
.about-page i:before {text-indent:0}
.about-page i{
	display:block;
	color:#0c509e;
	font-size:56px;
	float:left;
	width:56px;
	height:56px;
	margin-right:15px;
	overflow:hidden;
	}
/******************************************************************************************************************************************/
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;

}
.preview .marg { margin-bottom:25px;}
.preview .price { width:100%; overflow:hidden;}
.preview .price span { float:left; margin-right:10px;}

.preview .right .inf span { display:block;margin-bottom:10px;}
.preview .right .inf span.text-price { margin-left:0;}
.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.preview .inf .prod-stock {
    margin-bottom: 10px;
}
.preview .description {
	height:160px;
	padding:15px;
	overflow:auto;
	border:1px solid #bbbaba;
}
.preview .cart {
	float:left;
	}
.preview .extra-button {
	float:left;
	width:150px;
	margin-top:3px;
	margin-left:15px;
	}
#cboxContent #cboxTitle {
	width:60%;
	padding:0 20%;
	}
#colorbox { z-index:100  !important;}
#cboxOverlay { z-index:100 !important;}
.preview .rating { margin-top:15px;}
.box li {
	position:relative
	}
.box .box-content .box-product ul li .quick-view-button, .box .box-content .box-product ul li .image2 img,.box .box-content .box-product ul li{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.box .box-product .cart {
	/*float:left;*/
}
.box .box-content .box-product ul li .image2{
	overflow:hidden;
	}
.box .box-content .box-product ul li:hover .image2 img{
	/*box-shadow:0 0 10px rgba(0, 0, 0, 0.25);*/
	transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	}
.box .box-content .box-product ul li .quick-view-button:hover {
	background-color:#7e7e7e;
	}
.box .box-content .box-product ul li .quick-view-button i {
	width:29px
	}
.box .box-content .box-product ul li .quick-view-button {
    opacity:0;
	visibility:hidden;
    left:0;
    position: absolute;
    top: 0px;
	font-size:25px;
	background-color:#0c509e;
	color:#fff;
	line-height:29px;
	width:29px;
	text-align:center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border-radius:3px;
	}
.image3 img {}
.box .box-content .box-product ul li:hover .quick-view-button {
    opacity:1;
	visibility:visible
}
/**************************************************** bootstrap reset ************************************************************************/
.table-bordered {
	border-radius:0
	}
.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color:#323232 !important;
	background-color:#f9f9f9;
	font-family:Arial;
	font-size:13px;
	}
.table th, .table td {
	padding:10px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box; /* ??? Firefox */
    box-sizing: border-box; /* ?????? ????? ? ?????? */
	}
.tab-content td {background: #f9f9f9;text-align: right;color: #7e7e7e;font-weight: bold;}
.tab-content td:nth-child(2n) {border-left: 0px;text-align: left;font-weight: normal;}
.tab-content tr:nth-child(2n) td{background: #ecebea}
.block-compare .table th, .block-compare .table td {
	padding:7px
	}
/**************************/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size:13px;
	}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:3px;
	box-shadow:none;
	background-color: #f8f8f8;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0
	}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
	}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0
	}
.table-bordered {
	border-color:#d7d7d7
	}
label, input, button, select, textarea {
	font-size:13px;
	color:#323232
	}
label {font-weight:bold;}
textarea {
	resize:none
	}
label{
	cursor:default
	}
.close:hover, .close:focus {
	opacity:1
	}
#pop_up_call2,#pop_up_call {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top:0;
	left: 0;

	position: fixed;
	z-index: 999;
}
#pop_up_call_pr2,#pop_up_call_pr {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top:0;
	left: 0;
	z-index: 100;
	position: fixed;
	overflow-y: scroll;
}
#pop_up_call_pr2 .pop_up_call_pole {
	width: auto;
	margin-left: -447.5px;
	margin-top: -263.4px;
}

#pop_up_call_pr p {margin-bottom: 10px;color: black;}
#pop_up_call_pr .callback-answer-error,
#pop_up_call_pr .callback-answer-success,
#pop_up_call .callback-answer-error,
#pop_up_call .callback-answer-success {
	font-weight: bold;
}

#pop_up_call_pr .callback-answer-success {
	color: #6ba239;
	text-align: center;
	padding-top: 11px;
	font-size: 20px;
}

#pop_up_call_pr .callback-answer-error,
#pop_up_call .callback-answer-error {
	color: #FF0000;
}
#pop_up_call_pr .callback-answer-success,
#pop_up_call .callback-answer-success {
	color: #6ba239;
}
#pop_up_call #callback-answer p {
	margin-bottom: 10px;
}
#pop_up_call_pr .form-control.has-error {
	border-color: #FF0000;
}
#pop_up_call_pr .pop_up_call_pole  {margin-top: -186px;}
.pop_up_call_pole {
	width: 320px;
	max-width: 100%;
	padding: 20px;
	border: 1px solid #c1c1c1; /* stroke */
	border-radius: 5px; 
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	/* background-color: #f1efef; /* layer fill content */
	background: white;
	
	position: absolute;
	top:50%;margin-top: -55px;
	left: 50%;margin-left: -128px;
	text-align: left;
	margin-bottom: 100px !important;
}
.pop_up_call_pole.callback {
	width: 257px;
}
.close_pop_up {width: 21px;height: 21px;background: url('../image/close.png') no-repeat;
position: absolute;top:-20px;right: -20px;cursor: pointer;
}

.pop_up_call_pole .input-form-control {
	width: 306px;
	height: 29px;
	border-radius: 5px;
	border: 1px solid #c2c1c1;
}

.pop_up_call_pole .button-header {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pop_up_call_pole .button-header a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.pop_up_call_pole .button-header a:hover,
.pop_up_call_pole .button-header a:focus {
	text-decoration: none;
}

/* form */
.dropdown {
border: 1px solid #ccc;
padding:6px 8px;
color: #ccc;
background-color: #fff;
background-image: url(../image/form-arrow.jpg);
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
position: relative;
display: inline-block;
float: right;
margin: 0px 10px;
width:190px;
max-width:190px;
line-height:21px;
height:21px;
border-radius:3px;
}
.dropdown ul { 
list-style: none; padding: 0; margin: 0; 
position: absolute;
top: 48px; left: -1px; /* -1 for the border */
z-index: 5;
border: 1px solid #ccc;
width: 100%;
color: #ccc;
background-color: #fff;
display: none;
}
.dropdown li { 
list-style: none; padding: 0; margin: 0; 
padding: 15px;
}
.dropdown li.selected { display: none; }
.dropdown li:hover { background-color: #333; color: #fff; }
.dropdown.open { border: 1px solid #666; color: #333; }
.dropdown.open ul { border: 1px solid #666; color: #333; }
.b_form_input {
    position: absolute;
    opacity: 0;
    left: -99999px;
}
.b_form_label {
    position: relative;
    padding-left: 0px;
    height: 20px;
	text-align:left;
    padding-left: 27px;
    background: url(../image/checkbox.png);
    background-position: 5px top;
    min-height: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 3px;
    font-weight: normal;
}
input:checked + label {
    background-position: 5px bottom;
    text-align:left;
}

.button_w {
	border: 1px solid #c2c1c1;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MSA0MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNDEiIGhlaWdodD0iNDEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
	background-image: -o-linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
	background-image: -webkit-linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
    color: #323232;
}

.button_w:hover {
	opacity: 0.8;
	color: #0c509e;
	text-decoration: none;
}

.button_w span {
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 26px 5px;
	display: block;
}

.product_s {border:1px solid #fff;
padding:20px;
background-color:#fff;
margin-bottom:30px;
border-radius:5px;
box-shadow:inset 0 0 36px rgba(0,0,0,0.05);
box-sizing:border-box;
-moz-box-sizing:border-box;}
.title_s {
	color: #333; /* text color */
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.text_price {width: 20%;display: inline-block;margin: 0 1%;vertical-align: baseline !important;border-radius: 3px;}
.catalog-list .cart {display: block !important;margin: 0 auto;width: 100%;text-align: center;}
.catalog-list .cart .button span {min-width: 90px; font-size: 14px;}
.prod-row {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	/*margin-bottom: 15px;*/
	background: #f2f2f2;
}
/*.cart-top .tovar_calcul {float: left;}*/

.cart-top .tovar_calcul {
	width: 450px;
	float: left;
}

.calculator {
	color: #333;
	margin-bottom: 14px;
}

.sale_cals {color: #fff;display: block;}

.calculator p {
	margin-bottom: 0;
	font-size: 12px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.cart-top .cart-top-padd {
	float: right;
	background: #49494a !important;
	width: 200px;
	text-align: center;
	color: #fff;
}

.cart-top-padd span{line-height: 25px;}

.cart-top .tovar_calcul .b_form_label {
	margin-left: -5px;
	margin-right: 2px;
	padding-left: 26px;
}

.cart-top .cart-top-padd .button-prod {
	margin: 0;
	min-width: 65px;
}

.price_sale{font-size: 15px;color: #e91489;}
.price_sale span{font-size: 12px;}
.price_why{
	color: #fff;
	font-family: "Arial";
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
.buy_one_click{
	color: #e91489;
	font-family: "Arial";
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px solid #e91489;
}

.cart-top .cart-top-padd .a {
	color: #fff !important;
	font-family: "Arial";
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	border-bottom: #0373ca 1px solid;
}

.cart-top .cart-top-padd .a.tire {
	border-bottom: #fff 1px dashed;
	position: relative;
}

.cart-top .cart-top-padd .a:hover {
	text-decoration: none;
	border-bottom: #ecebea 1px dashed;
}

.tire:hover .arrow_box_left,
.tire:focus .arrow_box_left {
	display: block;
}

.arrow-box-wrapper {
	position: relative;
}

.arrow_box_left {
	width: 204px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	line-height: 14px;
	left: -65px;
	margin-bottom: 2px;
	z-index: 9;
	text-align: left;
	display: none;
	background: #fff;
	border: 1px solid #2f5cbf;
	color: #333;
	font-family: "Arial";
	font-size: 12px;
}

.arrow_box_left:after,
.arrow_box_left:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.arrow_box_left:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.arrow_box_left:before {
	border-color: rgba(253, 83, 2, 0);
	border-top-color: #2f5cbf;
	border-width: 11px;
	margin-left: -11px;
}

.arrow-box-wrapper:hover .arrow_box_left,
.arrow-box-wrapper:focus .arrow_box_left,
.arrow-box-wrapper.arrow-box-wrapper-active .arrow_box_left {
	display: block;
}

.arrow_box_left_product_information ul {
	list-style: inside;
}

.vopros {position: relative;
color: #fff;
font-family: "Arial";
font-size: 8px;
line-height: 9px;
font-weight: bold;
height: 9px;
padding: 0px 2px;
margin-bottom: 9px;
vertical-align: top;
display: inline-block;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
cursor: pointer;
	background-color: #979797; /* layer fill content + color overlay */}
.vopros:hover .arrow_box{display: block;}
.vopros::before {
	content: '?';
	display: inline-block;
	height: 100%;
	text-align: center;
}
.arrow_box {
	width: 197px;
padding: 17px;
	position: absolute;
bottom: 20px;
line-height: 14px;
left: -112px;
z-index: 9;
text-align: left;
display: none;
background: #ffffff;
border: 1px solid #2f5cbf;
	color: #333; /* text color */
font-family: "Arial";
font-size: 12px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(253, 83, 2, 0);
	border-top-color: #2f5cbf;
	border-width: 11px;
	margin-left: -11px;
}
.big-price {color: #0c509e !important;
font-size: 25px;
font-weight: bold;}
.text-price {margin-right: 10px;font-size: 12px; font-weight: bold; text-transform: none; }
.sm-price {font-size: 15px; color: #e91489;}
.prod-stock.grey-color {background-color: #767676 !important;}
.button-prod.grey-color {background: #565658;}
.button-prod.grey-color:hover {background: #565658;cursor: default;}
.info iframe {width: 100% !important;}

.catalog-main-col {
	overflow: hidden;
}

.catalog-main-col ul.attr_row {
	padding: 10px 10px 20px 0px;
    display: block !important;
    margin-left:0 !important;
}
.catalog-main-col ul.attr_row li {
	padding:0;
	margin:0;
	height:19px;
    line-height: 20px;
    border:none;
}
.catalog-main-col li,
.catalog-main-col li.attr_li {
	list-style:none;
	height:19px;
    line-height: 20px;
	color:#5d5958;
	font:12px/19px arial, sans-serif;
	clear:both;
	padding:0 !important;
	margin:0 !important;
}
.catalog-main-col li .info-product-amount {
	color:#000002;
	padding:0 0 0 5px;
	float:left;
}
.catalog-main-col li .info-product:before {
	position:absolute;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAEUlEQVQImWPYt3fPfwYGBgYAFIcDNyOrZLkAAAAASUVORK5CYII=) repeat-x;
	bottom:5px;
	left:0;
	content:"";
	height:1px;
	width:100%;
}
.catalog-main-col li .info-product b {
	height:19px;
	font-weight:normal;
	float:left;
	padding:0 4px 0 0;
	position:relative;
	z-index:2;
}

.product-list .catalog-main-col ul.attr_row li .info-product b {
    background-color: #f2f2f2;
}


.box-product .catalog-main-col ul.attr_row li {
    box-shadow: none !important;
}

.box-product .catalog-main-col ul.attr_row li .info-product b,
.product-grid .catalog-main-col ul.attr_row li .info-product b {
    background-color: #f2f2f2;
}

.catalog-main-col li .info-product {
	width:117px;
	float:left;
	position:relative;
}
.catalog-main-col:hover{
	border-color:#d3d3de;
}
.catalog-main-col li .info-product-amount {
	padding:0 0 3px 5px;
	line-height:14px;
    line-height: 18px;
}
.catalog-main-col li {
	clear:both;
    line-height: 20px;
}
.catalog-main-col li .info-product {
	width:130px;
    line-height: 20px;
}
.b_now-price {color:#0c509e !important;font-size: 19px;}
.b_now-price + .rub-price {color:#0c509e !important;font-size: 16px;}
.product-list .cart {float: left;}
.product-section .price-new.big-price {margin-top: 5px;display: inline-block;}

.label_stick_image {
	width:auto;
	height:auto;
	z-index:10;
	position:relative;
}
.label_stick_image .left{
	left:0;
}
.label_stick_image .right{
	right:0;
}
.label_stick_image .top {
	width:auto;
	height:auto;
	position:absolute;
	top:0;
}
.label_stick_image .bottom {
	width:auto;
	height:auto;
	position:absolute;
	bottom:0;
}
.label_stick_image .left img,
.label_stick_image .right img,
.label_stick_image .bottom img,
.label_stick_image .top img {
	border:none;
}

.description .attr_row .span3 {box-shadow:none !important;}

.sale_cals {white-space:nowrap;}
.simplecheckout-cart .image {text-align: left;}
.simplecheckout-cart td.image img{width: 80px !important;}
.simplecheckout-cart col.image {width: 10% !important;}
.simplecheckout-cart .price{
font-size:13px;
}
.simplecheckout-cart td.price{
color: rgb(126, 126, 126);
}
.simplecheckout-cart-total-value nobr, #total_sub_total nobr, .simplecheckout-cart td.total {font-size: 15px;color:#0c509e;font-weight: bold;
}
#total_total nobr {font-size: 19px;}

.product-list .span3_w .span7 {width: 65%;float: right;}
.product-list .span3_w {width: 100%;}
/*.image.span2{height: 210px;}*/
/*.image.span2 img{width: 210px; height: 210px;}*/

/*Доработки отзывов и приемуществ*/
.b_images_advantage {font-size: 18px;color: #333;text-align: left !important;padding-right: 0px;}
.box .box-content .box-product ul li.b_images_advantage {margin-bottom: 0px;}
.el_images_advantage {display: inline-block; vertical-align: baseline;
	width: 57px;
	height: 58px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #0c509e; /* layer fill content + color overlay */
	text-align: center;
	line-height: 58px;
	margin-right: 19px;
	float: left;
}
@media (max-width: 1200px) {
	.b_images_advantage span {font-size: 14px;}
	
}


@media (min-width: 765px) and (max-width: 1200px) {
.el_reviews_last {text-align: left !important;
padding-top: 27px !important;}}
@media (max-width: 960px) {
	.b_images_advantage {width: 100%;margin-left: 0px;margin-bottom: 15px !important;}
	.b_images_advantage span {font-size: 18px;}
}
.el_reviews_last {
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding: 0px 21px;
	margin: -21px -21px -21px -21px;
	border-radius: 3px 3px 0px 0px;
}
.el_yell {
	background: url(/catalog/view/theme/theme317/image/pak/b_yell.png) no-repeat #c4001b;
	color: white;
}
.el_otzovik a,.el_yell a {color: white;text-decoration: underline;font-size: 14px;}
.el_otzovik a:hover,.el_yell a:hover {text-decoration: none;}
.el_yandex {background: url(/catalog/view/theme/theme317/image/pak/b_yandex.png) no-repeat 20px 0px white;}
.el_yandex a {color: #0c509e;text-decoration: underline;font-size: 14px;}
.el_yandex a:hover {text-decoration: none;}
.el_otzovik {background: url(/catalog/view/theme/theme317/image/pak/b_otzovik.png) no-repeat #94302f;}

.el_reviews_last_one {margin-top: 41px;text-align: left !important;}
.el_reviews_last_one span {font-size: 18px;color: #333;}
.el_reviews_last_one p {clear: left;margin-bottom: 0px;margin-top: 10px;font-size: 14px;}
.el_reviews_last_one .b_st {float: right;}
.b_st {display: inline-block;vertical-align: top;height: 17px;}
.b_st div {background: url(/catalog/view/theme/theme317/image/pak/star_grey.png) no-repeat;
	width: 17px;height: 17px;display: inline-block;
}
.el_reviews_last_one a {color: #0c509e;text-decoration: underline;float: right;font-size: 14px;margin-top: 10px;}
.el_reviews_last_one a:hover {text-decoration: none;}

.el_reviews_last_one .el_reviews_last_one_thumb_link {
	float: none;
	margin: 0;
	display: block;
}

.span2 + .span4.el_reviews_last_one {
	width: 170px;
	margin-left: 0px;
	margin-right: -20px;
	margin-top: 0px;
}

ul.accordion-filters{float: right;}
ul.accordion select{width: 100%}
@media (max-width: 767px) {
	ul.accordion-filters{float: left;}
}

.name + .el_reviews_last_one {margin-top: 10px;}
.el_reviews_name {text-transform: uppercase;}
.el_reviews_last_one .span2 img {max-width: 90%;}
.st5 .el_st1,.st5 .el_st2,.st5 .el_st3,.st5 .el_st4,.st5 .el_st5,.st4 .el_st1,.st4 .el_st2,.st4 .el_st3,.st4 .el_st4,.st3 .el_st1,.st3 .el_st2,.st3 .el_st3,.st2 .el_st1,.st2 .el_st2,.st1 .el_st1 {
	background: url(/catalog/view/theme/theme317/image/pak/star_color.png) no-repeat;
}

#pop_up_sale {width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
display: none;
top:0;
left: 0;
z-index: 99;
position: fixed;}
#pop_up_sale .pop_up_call_pole {margin-top: -200px;}
#pop_up_sale table {border-collapse: collapse;}
#pop_up_sale table td,#pop_up_sale table th {border: 1px solid #bcbbbb;text-align: center;font-size: 16px;text-align: center;font-weight: normal;color: #333;padding: 5px;}
#pop_up_sale table th {text-align: center;font-size: 18px;border-bottom: 4px solid #0c509e;}
.b_advantage_rt li {border:1px solid #fff;
padding:20px 0px 20px 20px;
background-color:#fff;
margin-bottom:10px;
border-radius:5px;
font-size: 13px;
overflow: hidden;
box-shadow:inset 0 0 36px rgba(0,0,0,0.05);
}
.b_advantage_rt li .el_images_advantage {margin-right: 12px;background: #0c509e;	width: 47px;
	height: 48px;line-height: 48px;}
	.b_advantage_rt li .el_images_advantage img {width: 36px;}
	.b_advantage_rt li a {color: #0474ca;text-decoration: underline;}
	.b_advantage_rt li a:hover {color: #0474ca;text-decoration: none;}
	.b_images_advantage {display: table;}
	.b_images_advantage span {display: table-cell;
  vertical-align: middle;
vertical-align: middle;
width: 100%;}
.span12.el_reviews_last_one {border-bottom: 1px solid #bcbbbb;margin-bottom: 10px;padding-bottom: 10px;}
.el_reviews_label {display: inline-block;vertical-align: top;margin-top: 10px;width: 52px;}
.el_rating_label {margin-left: 10%;}
input[type="text"].el_rating_input {
	width: 40%;
	max-width: 320px;
	height: 28px;
	border: 1px solid #bbb9b9; /* stroke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content + color overlay */
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	padding: 0px 10px;
}
.el_rating_textarea {
	border: 1px solid #bbb9b9; /* stroke */
	width: 100%;padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content + color overlay */
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	box-shadow: inset 0 0 2px rgba(0,0,0,.75); /* inner shadow */
	box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;}
.btn_reviews {float: right;height: 32px;line-height: 32px;text-align: center;padding: 0px 10px !important;display: none;margin-bottom: 30px !important;margin-right: 0px !important;}
.b_st label {background: url(/catalog/view/theme/theme317/image/pak/star_grey.png) no-repeat;
width: 17px;
height: 17px;
display: inline-block;
cursor: pointer;margin-top: 10px;}
.b_st label:hover {opacity: 0.8;}
.b_st input {display: none;}
.active_st5 .el_st1,.active_st5 .el_st2,.active_st5 .el_st3,.active_st5 .el_st4,.active_st5 .el_st5,.active_st4 .el_st1,.active_st4 .el_st2,.active_st4 .el_st3,.active_st4 .el_st4,.active_st3 .el_st1,.active_st3 .el_st2,.active_st3 .el_st3,.active_st2 .el_st1,.active_st2 .el_st2,.active_st1 .el_st1 {
	background: url(/catalog/view/theme/theme317/image/pak/star_color.png) no-repeat;
}
.el_reviews_last_one_big {border-bottom: 1px solid #bcbbbb;margin-bottom: 10px;padding-bottom: 14px;}



/*-header_new-*/
header {
    padding: 0;
    margin: 0;
    height: 60px;
	background: #0c509e;
}
header .toprow {margin: 0; float: none;}
header .links {float: none; padding-top: 10px;}header .links a {font-size: 14px;}
header .links li {padding: 0 12px;}

.cart-position {margin: 0 0 10px 0;}

#cart .heading {
	display: block;
}

#cart .heading span.bg-cart {
    background: url(../image/card.png) no-repeat left top;
    width: 23px;
    height: 23px;
    left: 12px;
    bottom: 3px;
    line-height: 1;
}
#cart .heading span.link_a {
    padding: 3px 10px 0 47px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
#cart .heading span.link_a i.icon-angle-down {
    font-size: 16px;
    margin-left: 34px;
    color: #0078ff;
}
#cart .heading span.link_a {font-size: 14px;}

#phone {display: block; float: right; padding-top: 0;}

.toprow .links .last a, .toprow .links .login_h a {color: #e4007b;}

.phone {font-size: 24px;}
.p_item {display: inline-block; vertical-align: top; margin-right: 20px;padding-top: 1px;}
.p_item.phone2 {margin-right: 7px; margin-top: 10px;}

#search {margin: 15px 0;}
.search {margin: 0; padding: 0; border: none; background: none;}
#search input {max-width: 173px;}
header .cusel {max-width: 144px;}

#menu.menu_nobg {background: none; padding-top: 11px;}
#menu.menu_nobg > ul > li {position: relative; border: none;}
#menu.menu_nobg > ul > li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 5px;
	height: 3px;
	width: 3px;
	background: #cacaca;
	border-radius: 50%;
	box-shadow: 0px 6px 0px 0px #cacaca, 0px 12px 0px 0px #cacaca;
}
#menu.menu_nobg> ul > li > a {font-size: 18px; font-weight: 600; text-transform: uppercase; color: #0474ca; padding-right: 20px;}
#menu.menu_nobg> ul > li > a:hover {background: none;}

#menu.menu_nobg> ul > li>a:hover, #menu.menu_nobg > ul > li.sfHover>a, #menu.menu_nobg > ul > li.active>a {background: none; color: #e4007b;}

#menu.menu_nobg> ul > li ul {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    left: 10px;
    top: 40px;
    width: 190px;
    margin: 0 !important;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    box-shadow: 0 0px 1px 0px rgba(0,0,0, .35);
    border-radius: 0;
    padding: 13px 9px;
}


/*-index page content-*/
.box .box-heading {
	background: none;
	border: 0;
	font-size: 24px;
	text-transform: uppercase;
	padding: 6px 0;
	color: #3f3f3f;
}

.box .box-heading.box-heading20 {
	font-size: 20px;
}

/*-adv-*/
ul.adv_n {text-transform: uppercase;}
ul.adv_n .el_images_advantage {background: none; width: auto; height: 93px; padding: 0;}
ul.adv_n .el_images_advantage img {max-width: initial;}
.box-content .box-product ul.adv_n li.b_images_advantage {
	height: 90px;
	border-radius: 0;
	padding: 0;
	margin: 0 0 20px 0;
}
ul.adv_n li.b_images_advantage span {padding: 10px 20px 15px 0;}

.box-content .box-product ul.adv_n span.adv_txt_sm {font-size: 14px; color: #797979; padding: 0; margin-right: 5px;}

/*-products-*/
.product-list > ul > li,
.product-grid > ul > li,
.box .box-content .box-product > ul > li {
	border-radius: 0;
	background: #f2f2f2 !important;
	border-bottom: 3px solid #7eabdf;
}
.box .box-content .box-product > ul > li li {
	background: transparent !important;
}
.box .box-content .box-product > ul > li b {
	background: #f2f2f2
	}
/*-slider-*/
.slider_n .camera_wrap {
	width: 98%;  
	border: 1px solid #cccccc;
	border-radius: 0;
	padding: 0;
	background: #fff;
	padding: 3px;
	margin-bottom: 5px;
	-webkit-box-shadow: 2px 2px 0 1px #cacaca;
	-moz-box-shadow: 2px 2px 0 1px #cacaca;
	box-shadow: 2px 2px 0 1px #cacaca;
}
.box.featured.slider_box {margin: 0;}
.slider_r_b {float: right; width: 31.62%;}

@media (max-width: 979px) {
	.fluid_container.slider_n {width: 100%;}
	.slider_r_b {float: none; width: 100%;}
}

.footer_n {
	width: 100%;
	background: #0c509e;
	font-size: 12px;
	color: #fff;
	padding: 20px 0;
}

.footer_n *,
.footer_n a {
	color: #a4cefe;
}

.footer-payment a:hover,
.footer-payment a:focus {
	text-decoration: none;
}

.footer_n .copyright,
.footer_n .footer-status-info {
	padding: 0 10px;
}

@media (min-width: 768px) {
	.footer_n .copyright,
	.footer_n .footer-status-info {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.footer_n .copyright {
		margin-top: 7px;
	}
}

.category-info {
	padding: 20px 0;
    /* color: white;
    background: #49494a; */
}
.category-info * {
	/* color: white; */
}
.category-info a {
	/* color: white; */
}
/* Information Privacy */
.information-privacy ol {
    counter-reset: item;
}
.information-privacy ol > li {
    display: block;
    position: relative;
    margin-left: 0;
    margin-bottom: 5px;
}
.information-privacy ol > li::before {
    content: counters(item,".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
}
.information-privacy ol > li .prmPunkt {
    margin-bottom: 5px;
}
.information-privacy ul {
    list-style: disc;
}
.information-privacy ul > li {
    display: list-item;
    margin-left: 20px;
}

.privacy-link a {
    color: #fff;
}
.privacy-link a:hover {
    text-decoration: underline;
}

.b_footer_menu {
	color: #fff;
	margin-bottom: 20px;
}

.b_footer_menu a {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
	font-size: 13px;
}

.b_footer_menu a:hover,
.b_footer_menu a:focus {
	text-decoration: none;
}

.b_footer_menu a:last-child {
	border-right: 1px solid transparent;
}

.b_header_top {
	position: relative;
	z-index: 150;
	background: #fff;
}

.b_header_top .logo {
	height: 90px;
	background: #0c509e;
	position: absolute;
	border: 3px solid #fff;
}

.b_header_top .logo img {
	margin-top: -1px;
}

.b_header_top a {
	color: #7e7e7e;
	font-size: 10px;
}

.b_header_top a:hover,
.b_header_top a:focus {
	text-decoration: none;
}

header .el_line {
	color: #fff;
	float: left;
	height: 32px;
	padding: 5px;
}

header .el_line .phone {
	color: #fff;
	line-height: 50px;
}

.b_main_rt_one, .b_main_rt_two {
	position: relative;
	padding: 20px 15px;
	height: 122px;
	color: white;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.b_main_rt_one:before,
.b_main_rt_two:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid white;
}
.b_main_rt_one {
	background: #77a3b7;
}
.b_main_rt_two {
	background: #0c699e;
}
.b_main_rt_two:after {
	background: url(/catalog/view/theme/theme317/image/img_main_rt_bg.png) no-repeat left bottom;
	content: '';
	width: 40px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.b_main_rt_one:after {
	background: url(/catalog/view/theme/theme317/image/img_main_rt_top.png) no-repeat left bottom;
	content: '';
	width: 57px;
	height: 84px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 9px;
}

.b_main_rt_one .el_h,
.b_main_rt_two .el_h {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}

.b_main_rt_two .el_h {
	margin-bottom: 1px;
}

.b_main_lt_one {
height: 334px;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
}
.b_main_lt_one .el_h {
	color: white;
	background: rgba(38, 38, 38, 0.54);
	padding: 20px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
}
.b_main_lt_one .el_h span {
	color: #63acff;
	display: block;
}

/*.related_producds{width: 200px; display: block;}*/
.related_producds .name  a{font-weight: normal;}
.related_producds .cart a{width: 130px;}
.related_producds .cart a span{font-size: 12px; padding: 5px 25px 5px;}
.related_producds .price{font-size: 21px;}
.cart_description{height: 200px; overflow: hidden; width: 100%;}

.video_wrap,.video_link a{
	position: relative;
}
.video_wrap svg,.video_link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.video_wrap svg path, .video_link svg path {
	fill: white;
}
.video_wrap svg {
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.video_wrap {
	cursor: pointer;
}

@media (max-width: 500px) {
	#pop_up_call_pr2 .pop_up_call_pole,	#pop_up_call_pr .pop_up_call_pole{
		margin-left: -159px;
	}
	#pop_up_call_pr2 iframe,.video_wrap_mobile iframe {
		width: 100% !important;

	}
}

@media (max-width: 767px) {

	.simple_table_row {
		position: relative !important;

	}

	.suggestions-wrapper {
		position: absolute !important;
		left: 0 !important;
		width: 100% !important;
	}
	.simplecheckout-customer-left {
		width: 0% !important;
	}

	.b_main_lt_one {
		height: 250px;
		background-position: bottom !important;
	}


	#logo {
		margin-bottom: 10px;
	}
	
	.b_header_top .hm-container {
		margin-right: -20px;
		margin-left: -20px;
	}

	.b_header_top .logo-wrapper {
		display: flex;
		background: #0c509e;
		justify-content: space-between;
		align-items: center;
		padding: 50px 15px 0 7px;
	}

	.b_header_top .logo {
		border: none;
	}

	.b_header_top .header-contacts {
		margin: 0 20px 10px;
		display: block;
		text-align: center;
		line-height: 23px;
	}

	/*.product-info .description .product-section{width: 350px;}*/
    
    .category-info .container {
    	margin-left: 10px;
    }
}

@media (min-width: 768px) {
	header .el_line_wrapper {
		float: left;
	}
}

.cart-top-padd input {
	text-align: center
}

@media (max-width: 1200px) {
	.cart-top .cart-top-padd {
		float: left;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.cart-top .tovar_calcul {
		width: 100%;
		float: left;
	}
	.catalog-list .cart .button span {
		padding: 5px 0;
		width: 100%;
		text-align: center;
	}

	.catalog-list .cart a.button {
		width: 100%;
		border-radius: 5px;
	}
}

@media (max-width: 767.98px) {
	.cart-button.catalog-list {
		max-width: 162px;
	}
}

.accordion-filters a {
	width: 100%;
}

/*SELECT*/
.ik_select_link {
    font-size: 13px;
    font-weight: 300;
    line-height: 31px;

    position: relative;

    height: 31px;
    padding: 0 15px;
	padding-right: 40px;
	background: #f2f2f2;
    color: black;
    border: 1px solid #c2c1c1;
    border-radius: 2px;
    background-color: transparent;
    margin-bottom: 10px;
}
.ik_select_link:hover {cursor: pointer;}
.ik_select_link:after {
	content: "";
	width: 12px;
	height: 11px;
	font-size: 11px;

    position: absolute;
    top: 50%;
    right: 15px;

    margin-top: -6px;

    color: #dc9100;
	background: url('../image/select_down.png') no-repeat;
}

.ik_select_link_text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sort .ik_select_link_text,
.limit .ik_select_link_text {
	overflow: visible;
    text-overflow: clip;
}

.st_show .b_form_select_ik-link:after {

}
.ik_select_list ul {
    line-height: 32px;

    margin-top: 5px;
	padding: 0;
	color: black;
    border: 1px solid #e1e4e8;
    border-radius: 2px;
    background: #f2f2f2;
    list-style: none;
}

.ik_select_list ul li {
    font-size: 13px;
    line-height: 32px;

    padding: 0 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.ik_select_list ul li:hover {
    cursor: pointer;

    color: #e4007b;
    background: transparent;
    
    border-top: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
}
.ik_select_list ul li:first-child:hover {
    border-top: 1px solid transparent;
}
.ik_select_list ul li:first-child.ik_select_active + li:hover {
    border-top: 1px solid transparent;
}
.ik_select_list ul li:last-child:hover {
    border-bottom: 1px solid transparent;
}
.ik_select_list ul li.ik_select_active {
    display: none;
}
.ik_select_dropdown.b_form_select_ik-dd{
	z-index: 999899 !important;
}
.b_form_select_ik {
	display: inline-block;
}
.m_description {
	display: none;
}
.div_har .arrow_box {
	top: -6px;
left: 21px;
bottom: inherit;
}
.div_har .arrow_box:before {
border-top-color: transparent;
border-right-color: #2f5cbf;
top: 0;
left: -5px;
border-width: 8px;
}

.div_har .arrow_box:after {
border-top-color: transparent;
border-right-color: white;
top: 1px;
left: -4px;
border-width: 7px;
}

.div_har tr:nth-child(15) ~ tr .arrow_box {
		top: inherit;
left: 21px;
bottom: -6px;
}
.div_har tr:nth-child(15) ~ tr .arrow_box:before {
	top: inherit;
	bottom: 0;
}
.div_har tr:nth-child(15) ~ tr .arrow_box:after {
	top: inherit;
	bottom: 1px;
}
@media (max-width: 767px){
	.cart_description_full iframe,.cart_description_full2 iframe {
		max-width: 100% !important;
		height: 300px !important;
	}
.js_h_gallery .btn_description,
.js_h_gallery .cart_description {
	display: none;
}
.m_description {
	display: block;
	margin-bottom: 30px;
}
}

.price-points {
    font-size: .5em;
}
.price-new {
	font-weight: 400;
}
.product-section .price-old {
	font-size: 18px;
	color: gray !important;
}
.product-section .price-old + .price-new {
	margin-left: 5px;
}

/* 
 * Header
 */
.header-wishlist {
	margin: 10px 0 0;
}

.header-wishlist a {
	display: block;
	width: 28px;
	height: 28px;
	background-position: 0 -33px;
	position: relative;
}

.header-wishlist a.active,
.header-wishlist a:hover,
.header-wishlist a:focus {
	background-position: 0 0;
}

.header-wishlist a.active:hover,
.header-wishlist a.active:focus {
	background-position: 0 -33px;
}

.header-wishlist a span {
	position: absolute;
	top: -2px;
	right: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6eb2ff;
	border-radius: 50%;
	width: 18px;
    height: 18px
	font-size: 12px;
	color: #0d509e;
}

@media (min-width: 768px) {
	.header-wishlist {
		float: right;
		margin: 10px 0 0 5px;
	}

	.header-wishlist a {
		width: 22px;
		height: 22px;
		background-position: 0 -93px;
	}

	.header-wishlist a.active,
	.header-wishlist a:hover,
	.header-wishlist a:focus {
		background-position: 0 -66px;
	}

	.header-wishlist a.active:hover,
	.header-wishlist a.active:focus {
		background-position: 0 -93px;
	}

	.header-wishlist a span {
		background-color: #0c509e;
		width: 16px;
		height: 16px;
		color: #fff;
	}
}

.header-compare {
	margin: 10px 10px 0;
}

.header-compare a {
	display: block;
	width: 28px;
	height: 28px;
	background-position: -33px -33px;
	position: relative;
}

.header-compare a.active,
.header-compare a:hover,
.header-compare a:focus {
	background-position: -33px 0;
}

.header-compare a.active:hover,
.header-compare a.active:focus {
	background-position: -33px -33px;
}

.header-compare a span {
	position: absolute;
	top: -2px;
	right: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6eb2ff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 12px;
	color: #0d509e;
}

@media (min-width: 768px) {
	.header-compare {
		float: right;
		margin: 10px 0 0 10px;
	}

	.header-compare a {
		width: 22px;
		height: 22px;
		background-position: -33px -93px;
	}

	.header-compare a.active,
	.header-compare a:hover,
	.header-compare a:focus {
		background-position: -33px -66px;
	}

	.header-compare a.active:hover,
	.header-compare a.active:focus {
		background-position: -33px -93px;
	}

	.header-compare a span {
		background-color: #0c509e;
		width: 16px;
		height: 16px;
		color: #fff;
	}
}

/** Information Service **/
.information-information {
	overflow-x: hidden;
}

.information-service .btn-submit {
	font-size: 14px;
	color: #fff;
	outline: none;
	text-shadow: none;
	background: #ea1489;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	height: 35px;
}

.information-service .section-full-bg {
	position: relative;
}

.information-service .section-full-bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc((100% - 100vw) / 2);
	width: 100vw;
	background: #f5f5f4;
	height: 100%;
	z-index: -1;
}

.information-service .section-main {
	background: url('../image/information-service-banner-xs.jpg') no-repeat;
    padding: 15px;
    margin-bottom: 40px;
}

.information-service .section-main .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.information-service .section-main .text {
	font-size: 16px;
	color: #fff;
	max-width: 100%;
	text-align: center;
	background: rgba(119, 163, 183, .902);
	padding: 20px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-radius: 20px;
}

.information-service .section-main .service-callback {
	width: 260px;
	border-radius: 20px;
	background-color: rgb(12, 105, 158);
	opacity: 0.902;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
	box-sizing: border-box;
}

.information-service .section-main .service-callback .form-control {
	width: 100%;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	height: 35px;
	padding: 0 9px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.information-service .section-main .service-callback .form-control::-webkit-input-placeholder {
	color: #333;
}
.information-service .section-main .service-callback .form-control:-ms-input-placeholder {
	color: #333;
}
.information-service .section-main .service-callback .form-control::-ms-input-placeholder {
	color: #333;
}
.information-service .section-main .service-callback .form-control::placeholder {
	color: #333;
}

.information-service .section-main .service-callback .has-error .form-control {
	border-color: #FF0000;
}

.information-service .section-main .service-callback .btn-submit {
	width: 100%;
}

.information-service .section-main .service-callback .alert {
	margin-bottom: 0;
	padding: 7.5px 14px 7.5px;
	text-align: center;
	border-radius: 2px;
}

.information-service .section-advantages .item {
	color: #fff;
	font-size: 16px;
	margin-bottom: 44px;
	border: 1px solid rgb(204, 204, 204);
}

.information-service .section-advantages .item.light-blue {
	background-color: rgb(119, 163, 183);
}

.information-service .section-advantages .item.blue {
	background-color: rgb(12, 105, 158);
}

.information-service .section-advantages .item-wrapper {
	position: relative;
	/* height: 167px; */
	height: 204px;
}

.information-service .section-advantages .item-wrapper::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	z-index: 1;
}

.information-service .section-advantages .icon {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.information-service .section-advantages .item-content {
	position: relative;
	z-index: 3;
	padding: 26px 26px 18px 18px;
}

.information-service .section-advantages .item-title {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 18px;
	margin-bottom: 16px;
	text-align: center;
}

.information-service .section-advantages .item-1 .item-title {
	text-align: right;
}

.information-service .section-advantages .text {
	text-align: right;
}

.information-service .section-advantages .item-1 .text {
	padding-left: 55px;
}

.information-service .section-advantages .item-2 .text {
	padding-left: 45px;
}

.information-service .section-advantages .item-3 .text {
	padding-left: 50px;
}

.information-service .section-advantages .item-4 .text {
	padding-left: 52px;
}

.information-service .section-advantages .item-5 .text {
	padding-left: 55px;
}

.information-service .section-advantages .item-6 .text {
	padding-left: 45px;
}

.information-service .section-advantages .item-7 .text {
	padding-left: 52px;
}

.information-service .section-advantages .item-8 .text {
	padding-left: 52px;
}

.information-service .section-advantages2 {
	padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.information-service .section-advantages .item {
		width: 48.61878453038674%;
	}

	.information-service .section-advantages .item-3,
	.information-service .section-advantages .item-7 {
		margin-left: 0;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.information-service .section-advantages .item {
		width: 48.93617021276595%;
	}

	.information-service .section-advantages .item-3,
	.information-service .section-advantages .item-7 {
		margin-left: 0;
	}
}

.information-service .section-pricelist {
	padding-top: 35px;
	padding-bottom: 40px;
}

.information-service .section-pricelist .section-title {
	color: #ea1489;
	font-size: 16px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 16px;
}

.information-service .section-pricelist .table {
	font-size: 13px;
	color: #333;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.information-service .section-pricelist .table td {
	padding: 5px 20px;
}

.information-service .section-pricelist .table .th {
	font-weight: bold;
	color: #ea1489;
}

.information-service .section-pricelist .table .tt-u {
	text-transform: uppercase;
}

.information-service .section-banner {
	text-align: center;
	color: #fff;
	position: relative;
}

.information-service .section-banner .bg {
	position: absolute;
	top: 0;
	left: calc((100% - 100vw) / 2);
	display: block;
	width: 100vw;
	height: 100%;
	z-index: -1;
	border-color: rgb(204, 204, 204);
	background-color: rgb(119, 163, 183);
}

.information-service .section-banner .section-banner-wrapper {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	border-color: rgb(204, 204, 204);
	background-color: rgb(12, 105, 158);
	padding: 32px 40px 27px;
	box-sizing: border-box;
	position: relative;
}

.information-service .section-banner .section-banner-wrapper::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	z-index: 1;
}

.information-service .section-banner .section-banner-wrapper .section-banner-wrapper-container {
	position: relative;
	z-index: 2;
}

.information-service .section-banner .section-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.292;
	margin-bottom: 24px;
}

.information-service .section-banner .btn-submit {
	font-size: 24px;
	height: 56px;
	width: 330px;
	max-width: 100%;
	margin-bottom: 13px;
}

.information-service .section-banner .text {
	font-size: 13px;
}

.information-service .section-works {
	padding: 25px 0 0;
}

.information-service .section-works .section-title {
	color: #f35323;
	font-size: 16px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 16px;
}

.information-service .section-works .item {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.information-service .section-works .btn-submit {
	margin-bottom: 36px;
}

.information-service .section-works p {
	margin-bottom: 33px;
}

.information-service .section-works p.last {
	margin-bottom: 0;
	font-weight: bold;
	color: #333;
}

.information-service .section-works ul a {
	color: #ea1489;
}

.information-service .section-works ul a:hover,
.information-service .section-works ul a:focus {
	color: #323232;
	text-decoration: none;
}

.information-service .section-services {
	padding: 19px 0 0;
}

.information-service .section-services .section-title {
	font-size: 24px;
	color: #3f3f3f;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 26px;
}

.information-service .section-services .item {
	background: #f2f2f2;
	border-bottom: 5px solid #7eabdf;
	margin-bottom: 40px;
}

.information-service .section-services .item .item-thumb {
	display: block;
	margin-bottom: 14px;
}

.information-service .section-services .item .item-info {
	padding: 0 10px;
}

.information-service .section-services .item .item-title {
	margin: 0 0 12px;
	text-align: center;
}

.information-service .section-services .item .item-title a {
	font-size: 16px;
	font-weight: bold;
	color: #3f3f3f;
}

.information-service .section-services .item .item-title a:hover,
.information-service .section-services .item .item-title a:focus {
	color: #0078ff;
	text-decoration: none;
}

.information-service .section-services .item .item-price {
	color: #0c509e;
	font-size: 14px;
	text-align: center;
	margin-bottom: 11px;
}

.information-service .section-services .item .item-buttons {
	text-align: center;
	margin-bottom: 15px;
}

.information-service .section-services .item .item-buttons .btn {
	padding: 6px 12px;
	min-width: 106px;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	box-shadow: none;
	margin:5px;
}

.information-service .section-services .item .item-buttons .btn:hover,
.information-service .section-services .item .item-buttons .btn:focus {
	opacity: .7;
}

.information-service .section-services .item .item-buttons .btn-detail {
	background: #0078ff;
	/*margin-right: 15px;*/
}

.information-service .section-services .item .item-buttons .btn-calc {
	background: #ea1489;
	/*margin-left: 15px;*/
	min-width: 130px;
}

.information-service .section-services .item .item-price span {
	font-size: 24px;
}

@media (max-width: 575px) {
	.information-service .section-main {
		background-position: center;
	}
}

@media (min-width: 400px) and (max-width: 575px) {
	.information-service .section-main {
		background-size: cover;
	}
}

@media (min-width: 576px) {
	.information-service .section-main {
		/* background-image: url('../image/information-service-banner-sm.jpg'); */
		background-image: url('../image/information-service-banner.jpg');
	}

	.information-service .section-main .item {
		flex-direction: row;
		justify-content: flex-end;
	}

	.information-service .section-main .text {
		width: 43%;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.information-service .section-main {
		padding: 25px 49px 36px;
	}

	.information-service .section-main .text {
		background: url('../image/service-banner-text-bg.png') no-repeat;
		padding: 45px 0;
		margin-right: 0;
		margin-bottom: 0;
		font-size: 32px;
		line-height: 37px;
		border-radius: 0;
		height: 232px;
		width: 562px;
		background-position: 0 50%;
	}

	.information-service .section-banner .section-title {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.information-service .section-main {
		padding: 32px 49px 42px;
		/* background-image: url('../image/information-service-banner.jpg'); */
	}
}

.information-service-pvh .section-main {
	background-image: url('../image/information-service-banner-pvh-xs.jpg');
}

.information-service-laminat .section-main {
	background-image: url('../image/information-service-banner-laminat-xs.jpg');
}

.information-service-parket .section-main {
	background-image: url('../image/information-service-banner-parket-xs.jpg');
}

@media (min-width: 576px) {
	.information-service-pvh .section-main {
		background-image: url('../image/information-service-banner-pvh.jpg');
	}

	.information-service-laminat .section-main {
		background-image: url('../image/information-service-banner-laminat.jpg');
	}

	.information-service-parket .section-main {
		background-image: url('../image/information-service-banner-parket.jpg');
	}
}

.information-service-modal {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top: 0;
	left: 0;
	z-index: 99;
	position: fixed;
}

.information-service-modal .information-service-modal-wrapper {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -158px;
	text-align: left;
	width: 300px;
	max-width: 100%;
	padding: 29px 15px 31px;
	border-radius: 5px;
	background-color: rgb(12, 105, 158);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.information-service-modal .alert {
	margin-bottom: 0;
	padding: 7.5px 14px 7.5px;
	text-align: center;
	border-radius: 2px;
}

.information-service-modal .btn-close-modal {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 19px;
	height: 19px;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: url('../image/icon-close-information-service-modal.png') no-repeat;
}

.information-service-modal .btn-close-modal:hover,
.information-service-modal .btn-close-modal:focus {
	opacity: .7;
}

.information-service-modal .modal-title {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
	line-height: 20px;
}

.information-service-modal .form-group {
	margin-bottom: 20px;
}

.information-service-modal .form-control {
 	color: #333;
 	font-size: 12px;
 	margin: 0;
 	width: 100%;
 	padding: 0 9px;
 	height: 35px;
 	border-radius: 2px;
 	box-sizing: border-box;
}

 .information-service-modal .form-group.has-error .form-control {
	border-color: #FF0000;
}

.information-service-modal .btn-submit {
	color: #fff;
	background: #ea1489;
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 7px 12px;
	min-width: 200px;
}

.information-service-modal .btn-submit:hover,
.information-service-modal .btn-submit:focus {
	opacity: .7;
}
.calculator input[type="tel"] {
    margin-bottom: 5px;
}

a.disabled {
	pointer-events: none;
}

.buy-one-click {
    margin-bottom: 10px;
    height: 20px;
}

.buy-one-click a {
	color: #0373ca !important;
    font-family: "Arial";
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-bottom: #0373ca 1px solid;
}

.buy-one-click a:hover {
	text-decoration: none;
    border-bottom: #ecebea 1px dashed;
}

.menu-custom .ds-mega-menu {
	background: none;
	border-radius: 0;
}
.menu-custom .ds-mega-menu .href > a:hover {
	color: #ea1489;
}
.menu-custom .ds-mega-menu .level-1 > li {
	border: none;
}

.menu-custom .ds-mega-menu .level-1 > li > a {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0474ca;
	padding-right: 15px;
	padding-left: 5px;
	position: relative;
}

.menu-custom .ds-mega-menu .level-1 > li:hover > a,
.menu-custom .ds-mega-menu .level-1 > li:focus > a,
.menu-custom .ds-mega-menu .level-1 > li.active > a {
	background: none;
	color: #e4007b;
}

.menu-custom .ds-mega-menu .level-1 > li:not(:last-child) > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	right: 5px;
	height: 3px;
	width: 3px;
	background: #cacaca;
	border-radius: 50%;
	box-shadow: 0px 6px 0px 0px #cacaca, 0px 12px 0px 0px #cacaca;
}

.menu-custom .ds-mega-menu .level-1 > li > a .arraw {
	display: none;
}
.menu-custom .ds-mega-menu .level-2 .wrapper-ds .wrapper-bg {
	border-radius: 0;
}
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a,
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a:hover,
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a:focus {
	background: #0474ca;
}
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a::after,
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a:hover::after,
.menu-custom .ds-mega-menu .nav-subcategories > li.active > a:focus::after {
	border-left: 13px solid #0474ca;
}
.menu-custom .ds-mega-menu .nav-subcategories {
	border-bottom: none;
	border-radius: 0;
	background-color: #f2f2f2;
}

@media (max-width: 500px){
    .pop_up_call_pole {
        max-width: 320px;
        width: 90%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .product-grid .name a {
        max-height: 100px;
        overflow: hidden;
        display: block;
    }

    .pop_up_call_pole .input-form-control {
    	width: calc(100% - 15px);
    }
}

@media (min-width: 501px) {
    .pop_up_call_pole.callback {
    	width: 215px;
    }
}

@media (max-width: 374px) {
	.product-info .description .product-section {
		max-width: 100%;
	}

	.product-info .tabs .product-grid .owl-carousel .owl-nav {
		left: 42px;
		width: calc(100% - 42px - 42px);
	}

	.product-info .tabs .product-grid .owl-carousel .owl-nav .owl-next {
		right: -42px;
	}
}

.disabled {
	opacity: .4;
}

.quick-callback {
	position: fixed;
	right: 0;
	bottom: 142px;
	left: 0;
	z-index: 9999;
}
.quick-callback .container {
	position: relative;
}
.quick-callback a {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 42px;
	height: 42px;
	background: url('../image/callback.png') no-repeat;
}
.quick-callback a:hover {
	opacity: .7;
}
@media (max-width: 1200px) {
	.quick-callback {
		display: none !important;
	}
}
@media (min-width: 767px) {
	.quick-callback a {
		right: 0;
	}
}
@media (min-width: 991px) {
	.quick-callback a {
		right: -21px;
	}
}
@media (min-width: 1200px) {
	.quick-callback a {
		right: -97px;
	}
}

.fluid_container {
	width: 100% !important;
	float: none !important;
}

.slider_n .camera_wrap {
	display: block;
	width: 100% !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	background: none !important;
	margin: 0 !important;
}

.text-center {
	text-align: center !important;
}

.button.btn-order {
	background: #ed1489;
	border-color: #ed1489;
}

.button.btn-order:hover {
	background: #0078ff;
	border-color: #163d94;
}

.product-thumb-link {
	z-index: 1;
}

.position-relative {
	position: relative !important;
}

.product-list-attributes {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
}

.product-list-attributes .item {
	border-radius: 5px;
	background-color: rgb(242, 242, 242);
	height: 22px;
	font-size: 12px;
	color: rgb(3, 79, 159);
	text-align: center;
	margin: 0 8px 8px 0;
	padding: 2px 7px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.product-list-attributes {
		display: flex;
	}
}

#body,
#page {
	height: 100%;
}

#shadow {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#section-content {
	flex: 1 0 auto;
}

#header-main,
#header,
.menu-custom,
#footer-container2 {
	flex: 0 0 auto;
}

span.price_prod_old .rub-price {
	display: none;
}

.simplecheckout-cart .bdb-none {
	border-bottom: none;
}

.simplecheckout-cart .pt-0 {
	padding-top: 0;
}

.simplecheckout-cart .economy {
	font-size: 13px;
	color: #333;
	margin-bottom: 3px;
}

.simplecheckout-cart .economy .item {
	display: inline-flex;
	align-items: center;
	border: 1px solid #0c509e;
	border-radius: 4px;
	padding: 3px 12px;
}

.simplecheckout-cart .economy .item .rub-price {
	font-weight: normal;
}

.simplecheckout-cart-total-custom {
	padding: 7px 3px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: right;
}

.simplecheckout-cart-total-custom .info {
	position: relative;
}

.simplecheckout-cart-total-custom .info img {
	cursor: pointer;
	vertical-align: text-top;
}

.simplecheckout-cart-total-custom .info:hover .arrow_box_left {
	display: block;
}

.simplecheckout-cart-total-custom .info .arrow_box_left {
	right: -13px;
	left: auto;
	bottom: 27px;
}

.simplecheckout-cart-total-custom .info .arrow_box_left::after,
.simplecheckout-cart-total-custom .info .arrow_box_left::before {
	left: auto;
	right: 13px;
}

.simplecheckout-cart-total-custom .info .arrow_box_left::before {
	right: 12px;
}

.simplecheckout-cart-total-custom-coupon .inputs {
	margin-right: 3px;
}

.simplecheckout-cart-total-custom-coupon .inputs input {
	margin-bottom: 0;
}

.simplecheckout-cart-total-custom-coupon .inputs a.button {
	padding: 0;
}

.simplecheckout-cart-total-custom-coupon .inputs a.button span {
	padding: 5px 6px;
}

.simplecheckout-button-block .simplecheckout-button-back {
	margin-right: 5px;
}

@media (max-width: 374.98px) {
	.simplecheckout-button-block .button.btn span {
		font-size: 10px;
	}
}

@media (max-width: 767.98px) {
	.simplecheckout-button-block .button.btn {
		padding: 0;
	}

	.simplecheckout-button-block .button.btn span {
		padding-right: 7px;
		padding-left: 7px;
	}
}

@media (min-width: 375px) and (max-width: 767.98px) {
	.simplecheckout-button-block .simplecheckout-button-back {
		margin-right: 10px;
	}
}

@media (min-width: 768px) {
	.simplecheckout-button-block .simplecheckout-button-back {
		margin-right: 20px;
	}
}

.btn_har, .btn_description {
    display: block;
    margin: 10px auto;
    width: 185px;
    cursor: pointer;
    color: #0c509e;
    border-bottom: 1px dashed #0c509e;
}

.div_har:not(.st_active):after, .cart_description:not(.st_active):after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: -1px;
    content: '';
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
    height: 105px;
    left: 1px;
    position: absolute;
    right: 1px;
    z-index: 2;
}

.hide-mob {
	    display: block;
	}
.view-mob {
	    display: none;
	}

.image.mobile {
    display: none;
}

.image.desctop {
    display: block;
}

.mob-back {
    display: none;
}

.mob-back img {
    width: 15px;
    height: 15px;
}

@media (max-width: 767px) {
	#pop_up_call_pr .pop_up_call_pole {
		margin-top: -40%;
	}

	.information-service .section-services .item .item-thumb {
		text-align: center;
	}

	.information-service .section-services .item .item-title {
		text-align: center;
	}

	.view-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.image.mobile {
		display: inline;
	}

	.image.desctop {
		display: none;
	}

	.buy-one-click {
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		background: #008e21;
		font-size: 12px;
		line-height: 18px;
		border: 1px solid;
		border-color: #09581b;
		border-radius: 5px;
		height: 100%;
		margin-bottom: 10px;
	}	

	.buy-one-click a {
		color: #fff !important;
		border-bottom: none;
		line-height: 18px;
	}

	.buy-one-click a span {
		padding: 5px 36px;
		width: 100%;
		text-align: center;
		min-width: 90px;
		font-size: 14px;
		display: block;
		font-size: 12px;
		line-height: 18px;
		width: auto;
	}

	.buy-one-click a span::first-letter {
		text-transform: uppercase;
	}

	.product-list ul li .image {
		height: 110px;
	}
	.product-list .mobile img {
		height: 110px;
		object-fit: cover;
	}

	.product-grid ul li .image {
		height: 110px;
	}
	.product-grid .mobile img {
		height: 110px;
		object-fit: cover;
	}

	.calculator {
		text-align: center;
	}

	.mob-back {
		display: inline;
		background-color: #fff;
		border: 1px solid #0b82f7;
		border-radius: 5px;
		padding: 4px 15px;
		margin-bottom: 15px;
		display: block;
		width: fit-content;
		background-image: none;
	}

	/*Версия 1*/
	.product-list .span3_w .span7 {
		width: 100%;
		padding: 10px;
	}
	
	/*Версия 2*/
	.product-grid ul li {
		padding: 10px !important;
	}
	.product-grid ul li .left {
		width: 100%;
		margin-left: 0 !important;
	}

	.product-grid ul li .image {
		margin: 0 10px 0 0;
	}

	.product-grid .price {
		text-align: left  !important;
	}

	.product-grid .buy-one-click {
		float: left;
		display: block;
	}

	.product-grid .b-mobile {
		display: inline-block;
		float: left;
		position: relative;
		width: calc(100% - 30% - 10px);
	}

	.product-grid .cart-button a {
		display: block;
		float: left;
	}

	.product-grid .btn-wishlist {
		right: 0;
		bottom: 40px;
	}

	.product-grid .name {
		padding-bottom: 10px;
		margin-top: 10px !important;
	}

	.owl-carousel.product-grid .b-mobile {
		float: inherit;
		text-align: center;
		display: block;
		width: 100%;
	}

	.owl-carousel.product-grid .price {
		text-align: center !important;
	}

	.owl-carousel.product-grid .buy-one-click {
		float: inherit;
		max-width: none;
	}

	.owl-carousel.product-grid .buy-one-click a span {
		padding: 5px 36px;
	}

	.owl-carousel.product-grid .cart-button.catalog-list {
		max-width: calc(100% - 2px);
	}

	.owl-carousel.product-grid .btn-wishlist {
		display: none !important;
	}

	.owl-carousel.product-grid .btn-compare {
		display: none !important;
	}
}

@media (max-width: 374.98px) {
	.product-grid .buy-one-click {
		max-width: 129px;
	}

	.product-grid .buy-one-click a span {
		padding: 5px 20px;
	}

	.cart-button.catalog-list {
		max-width: 129px;
	}
}

@media (max-width: 556px) {
	.buy-one-click{
		margin-bottom: 0;
	}

	.product-grid .cart-button a{
   		 margin-top: 10px;
	}

	#pop_up_call_pr .pop_up_call_pole{
		margin-top: 0;
		top: 23%;
	}
}

@media (max-width: 545px) {
	header .el_line{
		width: 100%;
	}
}

@media (max-width: 400px) {
	h1{
		font-size: 25px;
		text-align: left;
	}

	.tabs .tab-heading{
		font-size: 19px !important;
		line-height: 26px !important;
	}

	.information-service .section-services .section-title{
		font-size: 20px !important;
		text-align: left;
	}

	.category-info .tabs .tab-heading{
		color: #323232 !important;
	}
	.product-grid .price .price-old{
		    font-size: 13px;
	}

	.product-grid .price{
		font-size: 17px !important;
	}

}

@media (max-width: 349px) {
	.information-service .section-services .item .item-buttons .btn{
		margin: 5px 0;
		display: block;
	}

	.information-service .section-services .item .item-buttons .btn-calc{
		width: 100%;
	}
}

#pop_up_call_pr .pop_up_call_pole{
	margin-left: -180px;
}

@media (max-width: 500px) {
	#pop_up_call_pr .pop_up_call_pole{
		margin-left: -159px;
	}
}

@media (max-width: 349px) {
	.close_pop_up{
		top:0;
		right:0;
	}

	#pop_up_call_pr .pop_up_call_pole {
	    margin-left: -145px;
	}
}

.owl-carousel.product-grid .image {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.b_laying{
	height: 165px;
	width: 100%;
	font-size: 0;
	position: relative;
}

.b_laying_img{
	display: inline-block;
	max-width: 170px;
	width: 25%;
	height: 100%;
	vertical-align: top;
}

.b_laying_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b_laying_info{
	display: inline-block;
	width: 40%;
	background: #49494a !important;
	color: #fff;
	padding-left: 20px;
	vertical-align: top;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.b_laying_info div p{
	display: block;
	font-size: 14px;
}

.b_laying_info div p span{
	font-size: 16px;
	font-weight: bold;
}

.b_laying_info .button-prod{
	display: inline-block;
	margin: 0;
	padding: 9px 15px;
}

.b_laying_advantages{
	display: inline-block;
	max-width: 220px;
	width: 35%;
	height: 100%;
	background-color: #e5eef9;
	vertical-align: top;
}

.el_advantage{
	display: block;
	margin: 9px 20px;
	color: #0474ca;
}

.el_advantage img{
	display: inline-block;
	width: 30px;
	height: 30px;
}


.el_advantage p{
	display: inline-block;
	margin-left: 3px;
	margin-bottom: 0;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
}

.button-prod + .button-prod{
		margin-left: 10px;
	}


@media (max-width: 1199px) {
	.b_laying_img{
		display: none;
	}

	.b_laying_info{
		width: 55%;
	}

	.b_laying_advantages{
		width: 45%;
	}
}

@media (max-width: 979px) {
	.b_laying{
		height: 195px;
	}

	.el_advantage p{
		width: 75%;
	}

	.button-prod + .button-prod{
		margin-top: 10px;
		margin-left: 0;
	}

	.b_laying_info{
		padding-right: 20px;
	}

	.b_laying_info .button-prod{
		display: block;
		text-align: center;
	}
}

@media (max-width: 453px) {
	.b_laying {
		height: auto;
	}
	
	.b_laying_info {
		width: 100%;
	}

	.b_laying_advantages {
		width: 100%;
		max-width: 100%;
	}

	.b_laying_button {
		padding-bottom: 20px;
	}

	.b_laying_advantages {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* 
 * Product Item
 */
.product-item .product-stick {
	position: absolute;
	z-index: 5;
	line-height: 1;
}

.product-item .product-stick img {
	width: 100%;
    height: auto;
    background: none;
    float: none;
    border-radius: 0;
	padding: 0;
}

.product-item .product-stick.top-left {
	top: 0;
	left: 0;
}

.product-item .product-stick.top-right {
	top: 0;
	right: 0;
}

.product-item .product-stick.bottom-left {
	bottom: 0;
	left: 0;
}

.product-item .product-stick.bottom-right {
	right: 0;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.product-item .mobile .product-stick img {
		width: 100%;
		max-width: 50px;
		height: auto;
		padding: 0;
	}

	.product-grid .product-item .mobile .product-stick img {
		object-fit: fill;
	}

	.product-grid .product-item .mobile .product-stick.top-left img {
		border-top-left-radius: 5px;
	}

	.product-grid .product-item .mobile .product-stick.top-right img {
		border-top-right-radius: 5px;
	}

	.product-grid .product-item .mobile .product-stick.bottom-left img {
		border-bottom-left-radius: 5px;
	}

	.product-grid .product-item .mobile .product-stick.bottom-right img {
		border-bottom-right-radius: 5px;
	}
}

@media (min-width: 768px) {
	.product-item .product-stick.top-left {
		top: 72px;
	}

	.product-item .product-stick.top-right {
		top: 72px;
	}
}

/*
 * Product Grid
 */
.product-grid ul li.span-product-grid-column-left {
	border: none;
	padding: 0 !important;
	background: none !important;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.product-grid-column-left #column-left {
	float: none;
	width: 100%;
	margin: 0;
}

/* 
 * Product Info
 */
.product-info .product-info-stick {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 11;
}

.product-info .product-info-stick.top-left {
	top: 0;
	left: 0;
}

.product-info .product-info-stick.top-right {
	top: 0;
	right: 0;
}

.product-info .product-info-stick.bottom-left {
	bottom: 0;
	left: 0;
}

#full_gallery .product-info-stick.bottom-left {

	left: 0;
	top: 0;
	padding-top: 20px;
}


.product-info .product-info-stick.bottom-right {
	bottom: 0;
	right: 0;
}

.product-info .section-price {
	overflow: hidden;
	border-bottom: 1px solid #49494a;
	margin-bottom: 17px;
}

.product-info .calculator .area-calc {
	margin-bottom: 9px;
}

.product-info .calculator .square_calc {
	font-weight: bold;
	font-size: 13px;
}

.product-info .calculator .square_calc_unit {
	font-weight: normal;
}

.product-info .calculator .q-mini {
	vertical-align: baseline;
	background-color: #fff;
	margin: 3px 5px 0 0;
}

.product-info .calculator .quantity-calc {
	font-size: 13px;
}

.product-info .calculator .quantity-calc .recommend {
	font-weight: bold;
}

.product-info .calculator .quantity-calc .or_color {
	font-size: 18px;
	font-weight: bold;
	color: #0c509e;
}

.product-info .calculator .quantity-calc .or_color_sub {
	color: #0c509e;
}

.product-info .calculator .calc-info {
	font-size: 13px;
	border-top: 1px solid #bebebe;
	margin: 9px 0 0;
	padding: 13px 10px 0;
}

.product-info .calculator .calc-info .ci-text {
	margin-bottom: 4px;
}

.product-info .calculator .calc-info .ci-plus .b_form_label {
	margin-bottom: 0;
}

.cart-top .cart-top-padd {
	padding: 15px;
}

.product-info .price_itogo {
	margin-top: 3px;
	margin-bottom: -2px;
	font-family: "Arial";
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}

.product-info .price_itogo .pi-heading {
	text-transform: uppercase;
	margin-bottom: 1px;
}

.product-info .price_itogo .pi-price {
	font-size: 30px;
	color: #e91489;
}

.product-info .price_itogo .rub-price {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}

.product-info .price_itogo .price-points {
	font-size: 13px;
}

.product-info .sale_cals {
	font-size: 12px;
	margin-bottom: -8px;
}

.product-info .sale_cals .rub-price {
	color: #fff;
}

.product-info .sale_cals .sc-heading {
	margin-bottom: -8px;
}

.product-info .price-info {
	margin-bottom: 6px;
}

.product-info .pi-buy-one-click {
	margin-top: 9px;
}

.product-info .pi-buy-one-click span {
	line-height: 1;
}

.product-info .pi-btn-sale {
	text-align: center;
	margin-top: 12px;
}

.product-info .btn_sale {
	padding: 9px 15px 10px;
	width: 135px;
}

.product-info .pid-info-text {
	color: #333;
	background: #cfcfcf;
	margin-top: -10px;
	padding: 20px 15px
}

.product-info .payment-shipping-info {
	font-size: 12px;
	color: #333;
	text-align: left;
	background: #e5eef9;
	padding: 0 12px;
	margin-bottom: 19px;
}

.product-info .payment-shipping-info .psi-wrapper {
	padding-top: 11px;
	padding-bottom: 19px;
}

.product-info .payment-shipping-info .psi-payment {
	border-bottom: 1px solid #fff;
}

.product-info .payment-shipping-info .psi-title {
	font-size: 13px;
	margin: 0 0 6px;
}

.product-info .payment-shipping-info .psi-title a {
	color: #333;
}

.product-info .payment-shipping-info .psi-title a:hover,
.product-info .payment-shipping-info .psi-title a:focus {
	text-decoration: none;
	color: #ea1489;
}

.product-info .payment-shipping-info ul li {
	margin: 0 0 2px;
	line-height: 1;
}

.product-info-column-left #column-left,
.product-info-column-right #column-right {
	float: none;
	width: 100%;
	margin: 0;
}

.product-info-3 .calculator .q-mini {
	margin: 3px 0 0;
}

@media (min-width: 768px) {
	.product-info .section-price {
		margin-bottom: 14px;
	}

	.product-info .calculator .area-calc {
		margin-bottom: 3px;
	}

	.product-info .calculator .square_calc {
		font-size: 14px;
	}

	.product-info .calculator .q-mini {
		margin: 0 2px 0 3px;
	}

	.product-info .calculator .calc-info {
		text-align: left;
	}

	.cart-top .cart-top-padd {
		padding: 10px;
	}

	.product-info .price_itogo .pi-heading {
		margin-bottom: -1px;
	}

	.product-info .pid-info-text {
		margin-top: 0;
		padding: 10px 15px;
	}

	.product-info-2 .section-price {
		margin-bottom: 34px;
	}

	.product-info-2 .calculator .area-calc {
		margin-bottom: 10px;
	}

	.product-info-3 .calculator .q-mini {
		margin: 0 0 0 3px;
	}

	.product-info .payment-shipping-info {
		margin-bottom: 12px;
	}

	.product-info .payment-shipping-info .psi-payment {
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
		max-width: 43%;
		border: none;
		border-right: 1px solid #fff;
	}

	.product-info .payment-shipping-info .psi-delivery {
		-ms-flex: 0 0 57%;
		flex: 0 0 57%;
		max-width: 57%;
	}
}

@media (min-width: 1200px) {
	.product-info-3 .cart-top .cart-top-padd {
		padding: 21px 10px;
	}

	.product-info-3 .cart-top .cart-top-padd.ctp-big {
		padding: 35px 10px;
	}
}

/* 
 * Module Filters
 */
.module-filters-btn-wrapper {
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 100;
}

.module-filters-btn-wrapper .module-filters-btn {
	background: #0078ff;
	border: 1px solid #0078ff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	text-shadow: none;
}

.module-filters {
	display: none;
}

.module-filters .form-loader {
	z-index: 9999;
}

.module-filters .close-btn {
	width: 21px;
    height: 21px;
    background: url('../image/close.png') no-repeat;
    position: absolute;
    top: 11px;
    left: 11px;
    cursor: pointer;
    z-index: 1;
}

.module-filters > .box {
	position: relative;
}

.module-filters-btn-preload {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	width: 110px;
	border: 1px solid #ea1489;
	color: #fff;
	text-shadow: none;
	background: #ea1489;
	border-radius: 0;
	z-index: 9999;
	box-shadow: none;
	text-align: center;
	margin-top: -12px;
}

.module-filters-btn-preload:hover,
.module-filters-btn-preload:focus {
	box-shadow: none;
	background: #0078ff;
	border-color: #0078ff;
	color: #fff;
	outline: none;
}

.module-filters-btn-preload::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: calc(100% + 1px);
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 13px solid #ea1489;
}

.module-filters-btn-preload:hover::after,
.module-filters-btn-preload:focus::after {
	border-left-color: #0078ff;
}

.module-filters .price-pages {
	margin-bottom: 20px;
}

.module-filters .price-pages .items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	box-sizing: border-box;
}

.module-filters .price-pages .items .item {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.module-filters .price-pages .items .item .button_w {
	margin: 0;
	color: #333;
	text-decoration: none;
}

.module-filters .price-pages .items .item .button_w:visited {
	color: #333;
}

.module-filters .price-pages .items .item .button_w:hover,
.module-filters .price-pages .items .item .button_w:focus,
.module-filters .price-pages .items .item .button_w:visited:hover,
.module-filters .price-pages .items .item .button_w:visited:focus {
	color: #F55003;
}

@media (max-width: 767.98px) {
	.module-filters {
		top: 50px;
		position: fixed;
		right: 0;
		z-index: 101;
		width: 275px;
		overflow: scroll;
		max-height: calc(100vh - 50px - 21px);
		padding-left: 21px;
		padding-top: 21px;
	}

	.module-filters .box .box-heading {
		margin-bottom: 0 !important;
		border-bottom: none;
		border-radius: 0;
		background: #fff;
		border: 1px solid;
		border-color: #c2c1c1 #bbbaba #878686 #bbbaba;
		border-bottom: none;
		padding: 6px 20px;
		text-align: left;
		font-size: 17px;
	}

	.module-filters .box .box-heading i {
		display: none;
	}

	.module-filters .box-content {
		display: block !important;
		border: 1px solid;
		border-color: #c2c1c1 #bbbaba #878686 #bbbaba;
		background: #fff;
		padding: 20px;
	}

	.module-filters .product_s {
		margin-bottom: 0;
		border-radius: 0;
	}

	.module-filters .accordion-filters {
		float: none;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.module-filters .accordion-filters .col-search {
		margin-left: 3px;
	}

	.module-filters .accordion-filters .button_c {
		width: auto;
	}

	.module-filters .accordion-filters .button_c span {
		padding: 6px 13px;
	}

	.module-filters .accordion-filters .button_w span {
		padding: 5px 13px;
	}
}

@media (min-width: 576px) {
	.module-filters-btn-preload {
		right: 275px;
	}
}

@media (min-width: 768px) {
	.module-filters {
		display: block;
	}

	.module-filters-btn-wrapper {
		display: none;
	}

	.module-filters .close-btn {
		display: none;
	}

	.module-filters-btn-preload {
		position: absolute;
		top: 0;
		right: 100%;
	}
}

.ajax-form-loader {
	position: relative;
}

.form-loader {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.form-loader::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.3;
	z-index: 5000;
}

.form-loader .form-loader-content {
	position: relative;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 2px;
	width: 100px;
	height: 100px;
	z-index: 5001;
}

.form-loader .form-loader-content > div {
	position: relative;
	width: 100%;
	height: 100%;
	background: #004fa2;
	transform: scale(0.0);
	transform-origin: center center;
	animation: loader 2s infinite linear;
}

.form-loader .form-loader-content > div:nth-of-type(7) {}

.form-loader .form-loader-content > div:nth-of-type(1),
.form-loader .form-loader-content > div:nth-of-type(5), 
.form-loader .form-loader-content > div:nth-of-type(9) {
	animation-delay: 0.4s;
}

.form-loader .form-loader-content > div:nth-of-type(4),
.form-loader .form-loader-content > div:nth-of-type(8) {
	animation-delay: 0.2s;
}

.form-loader .form-loader-content > div:nth-of-type(2),
.form-loader .form-loader-content > div:nth-of-type(6) {
	animation-delay: 0.6s;
}

.form-loader .form-loader-content > div:nth-of-type(3) {
	animation-delay: 0.8s;
}

@keyframes loader {
	0%   { transform: scale(0.0); }
	40%  { transform: scale(1.0); }
	80%  { transform: scale(1.0); }
	100% { transform: scale(0.0); }
}

.form-group.has-error .form-control {
	border-color: #FF0000;
}

.g-recaptcha > div {
	margin: 0 auto 10px;
}

.g-recaptcha > div.has-error {
	border: 1px solid #FF0000;
}

.information-contact-form {
	margin-bottom: 30px;
}

.information-contact-form .form-heading {
	line-height: 30px;
	margin: 10px 0 20px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #bbbaba;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	text-rendering: optimizelegibility;
}

.information-contact-form .form-control {
	width: calc(100% - 2px - 12px);
}

.information-contact-form textarea.form-control {
	height: calc(70px - 2px - 8px);
}

.information-contact-form .btn-submit {
	background: #0078ff;
	color: #fff;
	border: 1px solid;
	border-radius: 3px;
	text-shadow: none;
	box-shadow: none;
	border-color: #163d94;
	font-size: 14px;
	padding: 5px 20px;
}

.information-contact-form .btn-submit:hover {
	background: #ed1489;
	border-color: #ed1489;
}

.information-contact-form .alert-success {
	margin: 0;
	background: none;
	border: none;
}

.information-contact-form .alert-success p {
	margin: 0;
}

.heading-section-manufacturers-list {
	text-align: left !important;
}

.manufacturers-grid .image {
	float: none !important;
	width: 100% !important;
}

.manufacturers-grid .image > a {
	display: block;
}

.manufacturers-grid .name {
	text-align: center;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0;
}

.manufacturers-grid .name a {
	color: #f55003;
	text-align: center !important;
	text-decoration: none !important;
}

.manufacturers-grid .name a:hover {
	color: #333;
}

.manufacturer-info .thumb {
	margin-bottom: 20px;
	text-align: center;
}

.heading-section-manufacturers-info {
	text-align: left !important;
}

.manufacturer-info .manufacturer-description {
	background: #f6f5f5;
	padding: 10px;
	color: #333;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.manufacturer-info .manufacturer-description p {
	margin-bottom: 10px;
}

.manufacturer-info .tabs {
	margin-bottom: 5px;
}

.manufacturer-info .tabs .tab-heading {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.manufacturer-info .tabs .tab-heading i {
	display: none;
}

.manufacturer-info .tabs .tab-content ul {
	margin-bottom: 0;
	list-style: none;
}

.manufacturer-info .product-grid ul li .image {
	float: none;
    width: 100%;
}

.manufacturer-info .product-grid ul li .image a {
	display: block;
}

.manufacturer-info .catalog-list .cart a.button {
	width: 100%;
}

.manufacturer-info .manufacturer-categories-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

.manufacturer-info .manufacturer-categories-row .row-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.manufacturer-info .manufacturer-categories-row .row-col a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-color: #da4904 #d14604 #903003 #d14604;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background-color: #f04f03;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.manufacturer-info .manufacturer-categories-row .row-col a:hover {
	background-color: #999;
	border-color: #909090;
}

@media (max-width: 767.98px) {
	.manufacturers-grid .row {
		margin-left: -30px;
	}

	.manufacturers-grid ul li {
		float: left;
		margin-left: 30px;
	}
}

@media (max-width: 575.98px) {
	.manufacturers-grid ul li {
		width: calc(50% - 30px);
	}

	.manufacturers-grid ul li:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 576px) {
	.manufacturer-info .manufacturer-description {
		min-height: 166px;
	}

	.manufacturer-info .manufacturer-categories-row .row-col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.manufacturers-grid ul li {
		width: calc(33.333333% - 30px);
	}

	.manufacturers-grid ul li.first-in-line {
		clear: none;
	}

	.manufacturers-grid ul li:nth-child(3n+1) {
		clear: left;
	}

	.manufacturer-info .row-custom1 {
		margin-left: -20px;
	}

	.manufacturer-info .row-custom1 [class*="span"] {
		float: left;
		margin-left: 20px;
	}

	.manufacturer-info .row-custom1 .span3 {
		width: 166px;
	}

	.manufacturer-info .row-custom1 .span6 {
		width: calc(100% - 20px - 20px - 166px);
	}
}

@media (min-width: 980px) {
	.manufacturer-info .manufacturer-description {
		min-height: 220px;
	}
}

@media (min-width: 1200px) {
	.manufacturer-info .manufacturer-description {
		min-height: 270px;
	}
}

.contacts a {
	color: #323232;
}

.contacts a:hover,
.contacts a:focus {
	color: #0c509e;
	text-decoration: none;
}

.form-radio-star {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	font-size: 0;
}

.form-radio-star label {
	width: 17px;
	height: 17px;
	margin: 0;
	padding-right: 3px;
	background: url('../image/pak/star_grey.png') no-repeat;
	cursor: pointer;
}

.form-radio-star label:hover {
	background-image: url('../image/pak/star_color.png');
}

.form-radio-star label:hover ~ label {
	background-image: url('../image/pak/star_color.png');
}

.form-radio-star input {
	display: none;
}

.form-radio-star input:checked + label {
	background-position: 0 0;
	background-image: url('../image/pak/star_color.png');
}

.form-radio-star input:checked + label ~ label {
	background-image: url('../image/pak/star_color.png');
}

#button-review {
	text-align: center;
}

#button-review span {
	min-width: 90px;
	font-size: 14px;
}

.simplecheckout-form-loader .form-loader-content {
	width: 70px;
	height: 70px;
}

.accordion-filter-item .accordion-filter-item-heading {
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 31px;
	position: relative;
	height: 31px;
	padding: 0 40px 0 15px;
	background: #fff;
	color: #000;
	border: 1px solid #c2c1c1;
	border-radius: 0;
	margin-bottom: 10px;
}

.accordion-filter-item .accordion-filter-item-heading:hover,
.accordion-filter-item .accordion-filter-item-heading:focus {
	text-decoration: none;
}

.accordion-filter-item .accordion-filter-item-heading-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.accordion-filter-item .accordion-filter-item-heading .dcjq-icon {
	width: 12px;
	height: 11px;
	font-size: 11px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	color: #dc9100;
	background: url('../image/select_down.png') no-repeat;
}

.accordion-filter-item ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	line-height: 32px;
	padding: 0;
	color: black;
	border: 1px solid #e1e4e8;
	border-radius: 2px;
	background: #f2f2f2;
	list-style: none;
	z-index: 9998;
	max-height: 200px;
	overflow-y: auto;
}

.accordion-filter-item ul li {
	font-size: 13px;
	line-height: 32px;
	padding: 0 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.accordion-filter-item ul li:hover {
	color: #d13239;
	background: transparent;
	border-top: 1px solid #e1e4e8;
	border-bottom: 1px solid #e1e4e8;
}

.accordion-filter-item ul li:first-child:hover {
	border-top: 1px solid transparent;
}

.accordion-filter-item ul li:last-child:hover {
	border-bottom: 1px solid transparent;
}

.accordion-filter-item ul li .b_form_label {
	padding-left: 33px;
	width: calc(100% - 33px - 10px);
	height: auto;
	background: none;
}

.accordion-filter-item ul li:hover .b_form_label {
	color: #d13239;
}

.accordion-filter-item ul li .b_form_label::before {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: 5px;
	display: block;
	background: url('../image/checkbox.png');
	width: 18px;
	height: 20px;
}

.accordion-filter-item ul li input:checked + .b_form_label::before {
	background-position: 0 19px;
}

/* 
 * Module Bitrix24 CRM Form
 */
.module-bitrix24-crm-form {
	text-align: center;
	color: #fff;
	background: url('../image/bcf-bg.jpg') no-repeat 0 0;
	padding: 15px;
}

.module-bitrix24-crm-form .bcf-wrapper {
    background: #15488a;
}

.module-bitrix24-crm-form .bcf-col-title {
	border-bottom: 2px solid #d8107d;
	padding: 8px 13px;
}

.module-bitrix24-crm-form .bcf-heading-title {
	max-width: 430px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.module-bitrix24-crm-form .bcf-heading-title span {
	color: #d8107d;
}

.module-bitrix24-crm-form .bcf-col-action {
	padding: 10px 13px;
}

.module-bitrix24-crm-form .bcf-text {
	font-size: 12px;
	line-height: 10px;
	max-width: 410px;
	margin: 0 auto 9px;
}

.module-bitrix24-crm-form .bcf-contact {
	font-size: 10px;
	line-height: 9px;
	max-width: 400px;
	margin: 0 auto 10px;
}

.module-bitrix24-crm-form .bcf-contact span {
	font-size: 8px;
}

.module-bitrix24-crm-form .bcf-contact .bcfc-main {
	margin-bottom: 5px;
}

.module-bitrix24-crm-form .bcf-btn-action {
	border-radius: 7px;
	font-size: 12px;
	line-height: 9px;
	padding: 7px 9px;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	background: #d8107d;
	border: 1px solid #d8107d;
}

.module-bitrix24-crm-form .bcf-btn-action:hover,
.module-bitrix24-crm-form .bcf-btn-action:focus {
	outline: none;
	background: #0078ff;
	border-color: #0078ff;
	color: #fff;
}

.product-grid ul li.span-module-bitrix24-crm-form {
	border: none;
	padding: 0 !important;
	background: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

@media (min-width: 576px) {
	.module-bitrix24-crm-form {
		padding: 30px;
	}

	.module-bitrix24-crm-form .bcf-col-title {
		padding: 16px 26px;
	}

	.module-bitrix24-crm-form .bcf-heading-title {
		font-size: 34px;
		line-height: 32px;
	}

	.module-bitrix24-crm-form .bcf-contact .bcfc-main {
		margin-bottom: 0;
	}

	.module-bitrix24-crm-form .bcf-col-action {
		padding: 20px 26px;
	}

	.module-bitrix24-crm-form .bcf-text {
		font-size: 20px;
		line-height: 17px;
	}

	.module-bitrix24-crm-form .bcf-contact {
		font-size: 18px;
		line-height: 17px;
		margin: 0 auto 20px;
	}

	.module-bitrix24-crm-form .bcf-btn-action {
		font-size: 20px;
		line-height: 17px;
		padding: 9px 15px;
	}

	.module-bitrix24-crm-form .bcf-contact span {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.module-bitrix24-crm-form .bcf-col-title {
		border: none;
		border-right: 2px solid #d8107d;
		padding: 15px;
	}

	.module-bitrix24-crm-form .bcf-col-action {
		padding: 15px;
	}
}

@media (min-width: 1200px) {
	.module-bitrix24-crm-form {
		padding: 41px 82px;
	}

	.module-bitrix24-crm-form .bcf-col-title {
		padding: 15px 17px;
		flex-grow: 1;
	}

	.module-bitrix24-crm-form .bcf-heading-title {
		font-size: 40px;
		line-height: 45px;
	}

	.module-bitrix24-crm-form .bcf-col-action {
		padding: 15px 31px;
		align-self: center;
	}

	.module-bitrix24-crm-form .bcf-btn-action {
		padding: 9px 20px;
	}
}

/* 
 * Module Store Review
 */
.module-store-review {
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	background: #f2f2f2;
	margin: 5px 0 9px;
}

.module-store-review .msr-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}

.module-store-review .msr-heading {
	background: #15488a;
	height: 68px;
}

.module-store-review .msr-item .msr-item-content {
	padding: 10px 0;
}

.module-store-review .msr-item a {
	display: block;
}

.module-store-review .msr-item img {
	max-height: 55px;
}

.product-grid-column-left .module-store-review {
	margin: 0;
}

.product-grid-column-left .module-store-review .msr-item img {
	background: none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.module-store-review {
		font-size: 24px;
		line-height: 28px;
	}

	.module-store-review .msr-item:not(.msr-heading) {
		height: auto;
	}

	.module-store-review .msr-item img {
		max-height: none;
	}
}

@media (min-width: 992px) {
	.module-store-review .msr-item {
		border-right: 1px solid #e91489;
	}

	.module-store-review .msr-heading,
	.module-store-review .msr-item:last-child {
		border-right: none;
	}

	.module-store-review .msr-heading {
		flex: 0 0 35%;
		max-width: 35%;
		height: auto;
	}

	.module-store-review .msr-item img {
		max-height: 37px;
	}
}

@media (min-width: 1200px) {
	.module-store-review .msr-heading {
		flex: 0 0 31.63%;
		max-width: 31.63%;
	}

	.module-store-review .msr-item img {
		max-height: 68px;
	}

	.module-store-review .msr-item-twogis {
		flex: 0 0 18%;
		max-width: 18%;
	}

	.module-store-review .msr-item-yandex {
		flex: 0 0 14%;
		max-width: 14%;
	}
}

/* 
 * Module Random Review
 */
.module-random-review .rr-heading {
	border-bottom: 1px solid #bbbaba;
	padding: 0 0 10px;
	margin-bottom: 0;
}

.module-random-review .rr-item {
	font-size: 13px;
	line-height: 15px;
	background: #F2F2F2;
	padding: 24px 21px;
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	border-bottom: 3px solid #7fabdc;
}

.module-random-review .rr-item:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.product-category .module-random-review.mrr-full,
	.product-manufacturer-info .module-random-review.mrr-full,
	.product-line-info .module-random-review.mrr-full,
	.product-product .module-random-review.mrr-full,
	.product-manufacturers-info .module-random-review.mrr-full {
		display: none;
	}
}

@media (min-width: 768px) {
	.product-category #column-right .module-random-review.mrr-simple,
	.product-manufacturer-info #column-right .module-random-review.mrr-simple,
	.product-line-info #column-right .module-random-review.mrr-simple,
	.product-manufacturers-info #column-right .module-random-review.mrr-simple {
		display: none;
	}
}

/* 
 * Module DS Contact
 */
.module-ds-contact {
	text-align: left;
}

.module-ds-contact .mdc-tabs {
	margin-bottom: 19px;
}

.module-ds-contact .mdc-tabs a {
	position: relative;
	min-height: 52px;
	display: block;
	background: #F4F4F4;
	border: 3px solid transparent;
	padding: 9px 5px 9px 38px;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.module-ds-contact .mdc-tabs a.selected,
.module-ds-contact .mdc-tabs a:hover {
	color: #fff;
	background: #0C509E;
	border-color: #E91489;
	text-decoration: none;
}

.module-ds-contact .mdc-tabs a::before {
	content: '';
	background: url('../image/sprite.png') no-repeat 0 -185px;
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 19px;
	height: 27px;
}

.module-ds-contact .mdc-tabs a.selected::before,
.module-ds-contact .mdc-tabs a:hover::before {
	background-position: -33px -185px;
}

.module-ds-contact .mdc-tabs a::after {
	content: '';
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	height: 2px;
	background: #E91489;
}

.module-ds-contact .mdc-tabs a.selected::after,
.module-ds-contact .mdc-tabs a:hover::after {
	content: none;
}

.module-ds-contact .mdc-section {
	margin-bottom: 18px;
}

.module-ds-contact .mdc-heading {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #0C509E;
	font-weight: bold;
	margin-bottom: 4px;
}

.module-ds-contact .mdc-icon {
	margin-right: 5px;
	margin-bottom: 3px;
}

.module-ds-contact .mdc-color-blue {
	color: #0C509E;
}

.module-ds-contact .mdc-contact .mdcc-text {
	margin-bottom: 5px;
}

.module-ds-contact .mdc-contact .mdcc-text:last-child {
	margin-bottom: 0;
}

.module-ds-contact .mdc-address .mdca-text::before {
	content: '';
	background: url('../image/sprite.png') no-repeat 0 -222px;
	display: inline-block;
	width: 16px;
	height: 23px;
	margin-right: 7px;
	vertical-align: middle;
}

.module-ds-contact .mdc-schedule .mdc-color-blue {
	font-weight: bold;
}

.module-ds-contact .mdc-schedule .mdcs-text::before {
	content: '';
	background: url('../image/sprite.png') no-repeat 0 -255px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
}

.module-ds-contact .mdc-contact a {
	color: #333333;
}

.module-ds-contact .mdc-contact a:hover,
.module-ds-contact .mdc-contact a:focus {
	text-decoration: none;
	color: #0c509e;
}

.module-ds-contact .owl-module-ds-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.module-ds-contact .owl-nav {
	margin-top: -9px;
}

.module-ds-contact .owl-nav div {
	width: 16px;
	height: 19px;
	background: url('../image/sprite.png') no-repeat;
	border-radius: 0;
}

.module-ds-contact .owl-nav div:hover,
.module-ds-contact .owl-nav div:focus {
	background: url('../image/sprite.png') no-repeat;
}

.module-ds-contact .owl-nav div::before {
	content: none;
}

.module-ds-contact .owl-nav .owl-prev {
	background-position: 0 -285px;
	left: 6px;
}

.module-ds-contact .owl-nav .owl-prev:hover,
.module-ds-contact .owl-nav .owl-prev:focus {
	background-position: 0 -285px;
}

.module-ds-contact .owl-nav .owl-next {
	background-position: -33px -285px;
	right: 6px;
}

.module-ds-contact .owl-nav .owl-next:hover,
.module-ds-contact .owl-nav .owl-next:focus {
	background-position: -33px -285px;
}

.module-ds-contact .owl-nav .owl-prev.disabled,
.module-ds-contact .owl-nav .owl-next.disabled {
	cursor: default;
	opacity: .5;
}

.module-ds-contact .mdc-map,
.module-ds-contact .mdc-map > ymaps,
.module-ds-contact .mdc-map > ymaps > ymaps {
	height: 300px !important;
	min-height: 250px;
}

@media (max-width: 374.98px) {
	.module-ds-contact .tab-heading {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.module-ds-contact .tab-heading span {
		line-height: 24px;
		padding-right: 10px;
	}
}

@media (min-width: 992px) {
	.module-ds-contact .mdc-map,
	.module-ds-contact .mdc-map > ymaps,
	.module-ds-contact .mdc-map > ymaps > ymaps {
		height: 100% !important;
	}
}

/* 
 * Migrate to Bootstrap 4
 */
.bs-container,
.bs-container-fluid,
.bs-container-sm,
.bs-container-md,
.bs-container-lg,
.bs-container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	.bs-container, .bs-container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.bs-container, .bs-container-sm, .bs-container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.bs-container, .bs-container-sm, .bs-container-md, .bs-container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.bs-container, .bs-container-sm, .bs-container-md, .bs-container-lg, .bs-container-xl {
		max-width: 1140px;
	}
}

.bs-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.form-group {
	margin-bottom: 20px;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-flex {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.mt-10,
.my-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5p,
.my-5p {
	margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
	margin-bottom: 10px !important;
}

.mb-15,
.my-15 {
	margin-bottom: 15px !important;
}

.p-0 {
	padding: 0 !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mb-md-5p,
	.my-md-5p {
		margin-bottom: 5px !important;
	}

	.mt-md-10,
	.my-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-10,
	.my-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-15,
	.my-md-15 {
		margin-bottom: 15px !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

/* 
 * Custom Bootstrap 4
 */

.bs-row-4 {
	margin-right: -4px;
	margin-left: -4px;
}

.bs-row-4 > .col, .bs-row-4 > .col-1, .bs-row-4 > .col-10, .bs-row-4 > .col-11, .bs-row-4 > .col-12, .bs-row-4 > .col-2, .bs-row-4 > .col-3, .bs-row-4 > .col-4, .bs-row-4 > .col-5, .bs-row-4 > .col-6, .bs-row-4 > .col-7, .bs-row-4 > .col-8, .bs-row-4 > .col-9, .bs-row-4 > .col-auto, .bs-row-4 > .col-lg, .bs-row-4 > .col-lg-1, .bs-row-4 > .col-lg-10, .bs-row-4 > .col-lg-11, .bs-row-4 > .col-lg-12, .bs-row-4 > .col-lg-2, .bs-row-4 > .col-lg-3, .bs-row-4 > .col-lg-4, .bs-row-4 > .col-lg-5, .bs-row-4 > .col-lg-6, .bs-row-4 > .col-lg-7, .bs-row-4 > .col-lg-8, .bs-row-4 > .col-lg-9, .bs-row-4 > .col-lg-auto, .bs-row-4 > .col-md, .bs-row-4 > .col-md-1, .bs-row-4 > .col-md-10, .bs-row-4 > .col-md-11, .bs-row-4 > .col-md-12, .bs-row-4 > .col-md-2, .bs-row-4 > .col-md-3, .bs-row-4 > .col-md-4, .bs-row-4 > .col-md-5, .bs-row-4 > .col-md-6, .bs-row-4 > .col-md-7, .bs-row-4 > .col-md-8, .bs-row-4 > .col-md-9, .bs-row-4 > .col-md-auto, .bs-row-4 > .col-sm, .bs-row-4 > .col-sm-1, .bs-row-4 > .col-sm-10, .bs-row-4 > .col-sm-11, .bs-row-4 > .col-sm-12, .bs-row-4 > .col-sm-2, .bs-row-4 > .col-sm-3, .bs-row-4 > .col-sm-4, .bs-row-4 > .col-sm-5, .bs-row-4 > .col-sm-6, .bs-row-4 > .col-sm-7, .bs-row-4 > .col-sm-8, .bs-row-4 > .col-sm-9, .bs-row-4 > .col-sm-auto, .bs-row-4 > .col-xl, .bs-row-4 > .col-xl-1, .bs-row-4 > .col-xl-10, .bs-row-4 > .col-xl-11, .bs-row-4 > .col-xl-12, .bs-row-4 > .col-xl-2, .bs-row-4 > .col-xl-3, .bs-row-4 > .col-xl-4, .bs-row-4 > .col-xl-5, .bs-row-4 > .col-xl-6, .bs-row-4 > .col-xl-7, .bs-row-4 > .col-xl-8, .bs-row-4 > .col-xl-9, .bs-row-4 > .col-xl-auto {
	padding-right: 4px;
	padding-left: 4px;
}

.bs-container-12,
.bs-container-fluid-12,
.bs-container-sm-12,
.bs-container-md-12,
.bs-container-lg-12,
.bs-container-xl-12 {
	padding-right: 12px;
	padding-left: 12px;
}

.bs-row-12 {
	margin-right: -12px;
	margin-left: -12px;
}

.bs-row-12 > .col, .bs-row-12 > .col-1, .bs-row-12 > .col-10, .bs-row-12 > .col-11, .bs-row-12 > .col-12, .bs-row-12 > .col-2, .bs-row-12 > .col-3, .bs-row-12 > .col-4, .bs-row-12 > .col-5, .bs-row-12 > .col-6, .bs-row-12 > .col-7, .bs-row-12 > .col-8, .bs-row-12 > .col-9, .bs-row-12 > .col-auto, .bs-row-12 > .col-lg, .bs-row-12 > .col-lg-1, .bs-row-12 > .col-lg-10, .bs-row-12 > .col-lg-11, .bs-row-12 > .col-lg-12, .bs-row-12 > .col-lg-2, .bs-row-12 > .col-lg-3, .bs-row-12 > .col-lg-4, .bs-row-12 > .col-lg-5, .bs-row-12 > .col-lg-6, .bs-row-12 > .col-lg-7, .bs-row-12 > .col-lg-8, .bs-row-12 > .col-lg-9, .bs-row-12 > .col-lg-auto, .bs-row-12 > .col-md, .bs-row-12 > .col-md-1, .bs-row-12 > .col-md-10, .bs-row-12 > .col-md-11, .bs-row-12 > .col-md-12, .bs-row-12 > .col-md-2, .bs-row-12 > .col-md-3, .bs-row-12 > .col-md-4, .bs-row-12 > .col-md-5, .bs-row-12 > .col-md-6, .bs-row-12 > .col-md-7, .bs-row-12 > .col-md-8, .bs-row-12 > .col-md-9, .bs-row-12 > .col-md-auto, .bs-row-12 > .col-sm, .bs-row-12 > .col-sm-1, .bs-row-12 > .col-sm-10, .bs-row-12 > .col-sm-11, .bs-row-12 > .col-sm-12, .bs-row-12 > .col-sm-2, .bs-row-12 > .col-sm-3, .bs-row-12 > .col-sm-4, .bs-row-12 > .col-sm-5, .bs-row-12 > .col-sm-6, .bs-row-12 > .col-sm-7, .bs-row-12 > .col-sm-8, .bs-row-12 > .col-sm-9, .bs-row-12 > .col-sm-auto, .bs-row-12 > .col-xl, .bs-row-12 > .col-xl-1, .bs-row-12 > .col-xl-10, .bs-row-12 > .col-xl-11, .bs-row-12 > .col-xl-12, .bs-row-12 > .col-xl-2, .bs-row-12 > .col-xl-3, .bs-row-12 > .col-xl-4, .bs-row-12 > .col-xl-5, .bs-row-12 > .col-xl-6, .bs-row-12 > .col-xl-7, .bs-row-12 > .col-xl-8, .bs-row-12 > .col-xl-9, .bs-row-12 > .col-xl-auto {
	padding-right: 12px;
	padding-left: 12px;
}

@media (max-width: 768px) {
	.product-stick.bottom-left.dop_stick {
		top: 17px;
	}


	.product-info-stick.top-left {
		top: 20px !important;
	}
	.product-info-stick.spprice {
		top: 80px !important;
	}
	#full_gallery .btn-wishlist, #full_gallery .btn-compare {
		bottom: 1px;
		top: auto;
	}
	.product-product .menu-custom {
		display: none;
	}
	.product-info {
		margin-top: 74px;

	}


	.span5.js_h_gallery {
		margin-left: -20px;
		width: calc(100% + 40px);
	}

.count_images {
	position: absolute;
	z-index: 99;
	background: #ffffff8f;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-flow: wrap;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	color: black;
}
