

/* Start:/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-mobi/style.css?17505643772043*/
/* Tuvix mobi menu */

.cm-mobi-menu {
	position: relative;
}

.cm-mobi-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-mobi-drop,
.cm-mobi-drop-s {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 50px;
	width: 50px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-mobi/images/mobi_menu_plus.png) no-repeat top left;
	cursor: pointer;
}

.cm-mobi-drop-open,
.cm-mobi-drop-s-open {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 50px;
	width: 50px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-mobi/images/mobi_menu_plus.png) no-repeat bottom left;
	cursor: pointer;
}

/* 1 lvl */

.cm-mobi-menu .cm-mobi-one-lvl {
	position: relative;
	z-index: 105;
	display: inline-block;
	line-height: 50px;
	width: 100%;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
	text-indent: 15px;
	font-weight: 300;
	border-bottom: solid 1px #fff;
}

.cm-mobi-menu .cm-mobi-one-lvl a {	
	text-decoration: none;
	color: #fff;
}

/* 2 lvl */

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont {
	display: none;
}

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent {
	position: relative;
	top: 1px;
}

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent a {
	display: block;
	background: rgba(0,0,0,0.1);
	color: #fff;
	line-height: 50px;
	padding: 0;
	text-indent: 40px;
	font-size: 14px;
	border-bottom: solid 1px #fff;
	width: 100%;
}

/* 3 lvl */

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent ul {
	display: none;
}

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent ul li {
	display: block;
	padding: 0;
	line-height: 50px;
}

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent ul li a {
	color: #fff;
	text-indent: 65px;
}

.cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li ul li a {
	color: #fff;
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/search.title/tuvix/style.css?17505643771431*/
.serch-find-intems{
    padding-right: 36px;
}
div.title-search-result {
	display: none;
	overflow: visible;
	z-index: 10205;
	background: #fff;
	width: 100%;
	margin: -2px 0 0 0;
	padding: 0;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	border-top: solid 1px #ddd;
	font-size: 16px;
}

table.title-search-result {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.title-search-result td {
	padding: 0;
	text-align: left;
	white-space: nowrap;
	border-bottom: solid 1px #ddd;
}

table.title-search-result td.title-search-item {
	padding: 15px 15px;
}

table.title-search-result td.title-search-item a {
	text-decoration: none;
	color: #666;
	vertical-align: top;
	display: block;
	font-weight: 300;
}

table.title-search-result td.title-search-item b {
	color: #000;
	font-weight: 600;
}

table.title-search-result tr.title-search-selected td {
	background-color: #f9f9f9;
}

table.title-search-result td.title-search-more {
	font-weight: normal;
	padding: 10px 15px;
}

table.title-search-result td.title-search-more a
{
	text-decoration: none;
	color: #999;
	font-weight: 500;
}

table.title-search-result td.title-search-all {
	padding: 15px 15px;
	border-bottom: none;
}

table.title-search-result td.title-search-all a
{
	text-decoration: none;
	color: #777;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/tuvix_azure/components/bitrix/search.title/tuvix/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket.line/tuvix/style.css?17505643775337*/
.bx_cart_block{
	white-space: normal;
	position: relative;
}
.bx_cart_block.bx_cart_fixed{
	border:1px solid #b7b7b7;
	background:#fff;
	max-height: 100%;
	width:100%;
	overflow: hidden;
	border-radius:3px;
	position:fixed;
	z-index:4500;
	width:210px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	/*max-height:100%;*/
	
}
.bx_cart_block.bx_cart_fixed.top 	{top:5px}
.bx_cart_block.bx_cart_fixed.right 	{right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left 	{left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}
/**/

.bx_cart_block .bx_item_listincart {
	position: relative;
	width: 100%;
	display: none;
	line-height: normal;
	position: absolute;
	top: 100px;
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	z-index: 9002;
	border-top: solid 1px #ddd;
}

.bx_cart_block.bx_cart_fixed 			.bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
	position: absolute;
	bottom: 0;
	/*height: 100%;*/
	top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{	top:auto !important}

.bx_cart_block .bx_item_listincart .bx_itemlist_container {
	width: 100%;
	margin-top: -1px;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{position:relative}

.bx_cart_block.bx_cart_sidebar .bx_title_component {
	margin:10px;
	padding:10px 0 17px;
	font-size:18px;
	line-height:20px;
	color:#000;
	vertical-align:middle;
	border-bottom:1px solid #E5E5E5;
}
.bx_cart_block.bx_cart_sidebar .bx_title_component .cart_icon_big{
	line-height:20px;
	height:20px;
	width:25px;
	background:url(/bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket.line/tuvix/images/cart_big.png) no-repeat center;
}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow:auto;
}

.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container {
	position: absolute;
	bottom: 80px;
	top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
	width:100%;
	background:#f7f7f7;
	position:absolute;
	bottom:0;
	z-index:120;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px;
	border-radius:0 0 2px 2px ;
}

.bx_cart_block .bx_item_listincart .status:hover {
	background: #ececec;
	cursor: pointer;
}

.bx_cart_block .bx_item_listincart .bx_itemincart {
	position: relative;
	padding: 0 10px;
	margin-bottom: 15px;
}

.bx_cart_block .bx_item_listincart .bx_item_delete {
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket.line/tuvix/images/delete_item.png) no-repeat center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	opacity: .2;
}

.bx_cart_block .bx_item_listincart .bx_item_delete:hover {opacity: 1;}

.bx_cart_block .bx_item_listincart .bx_item_img_container {
	text-align: center;
	padding: 10px 0;
	color: #3f3f3f;
	font-size: 12px;
	border-top: solid 1px #ddd;
}

.bx_cart_block .bx_item_listincart .bx_item_img_container a img {
	max-width: 90px;
	height: auto;
	float: left;
}

.bx_cart_block .bx_item_listincart .bx_item_title {
	padding-bottom: 5px;
	margin-right: 20px;
}

.bx_cart_block .bx_item_listincart .bx_item_title a {
	font-size: 16px;
	color: #3f3f3f;
	text-decoration: none;
}

.bx_cart_block .bx_item_listincart .bx_item_title a:hover {text-decoration:underline}

.bx_cart_block .bx_item_listincart .bx_item_price {
	padding-bottom: 5px;
	margin-right: 20px;
}

.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice {
	text-decoration: line-through;
	color: #b0b0b0;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: 400;
}

.bx_cart_block .bx_item_listincart .bx_item_col_summ {
	font-size: 12px;
	padding-bottom: 10px;
	margin-right: 20px;
}

.bx_cart_block .bx_item_hr {
	border: none;
	width: 100%;
	margin: 11px 0;
}

.bx_cart_block .bx_item_listincart .bx_button_container {
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0;
	text-align: center;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
	padding: 15px 10px;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}

.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container {
	position:absolute;
	bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background: #fff;
	border: solid 1px #ddd;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	line-height: 30px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 {
	padding: 0 20px;
	height: 45px;
	font-weight: 300;
	line-height: 45px;
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-hor/style.css?17505643773208*/
/* Tuvix Horizontal menu */

/* 1 lvl */

.cm-hor-menu {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
}

.cm-hor-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

.cm-hor-menu .cm-one-lvl {
	position: relative;
	z-index: 9001;
	display: inline-block;
	float: left;
	line-height: 60px;
	font-size: 18px;
	vertical-align: middle;
	padding: 0 18px;
	font-weight: 500;
}

.cm-hor-menu .cm-one-lvl:last-of-type {
	/*float: right;*/
}

.cm-hor-menu .cm-one-lvl.current {
	background: rgba(0,0,0,0.04);
}

.cm-hor-menu .cm-one-lvl a:link,
.cm-hor-menu .cm-one-lvl a:visited,
.cm-hor-menu .cm-one-lvl a:hover {	
	text-decoration: none;
	color: #fff;
}

.cm-hor-menu .cm-one-lvl:hover {
	background: rgba(0,0,0,0.03);
}

/* 2 lvl */

.cm-hor-menu .cm-one-lvl:last-of-type .cm-child-cont {
	position: absolute;
	top: 60px;
	right: 0;
	margin-left: -40px;
	z-index: 9001;
	display: none;
}

.cm-hor-menu .cm-one-lvl.dropdown.hover a {
	z-index: 140;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9001;
	display: none;
	box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

.cm-hor-menu .cm-one-lvl.hover .cm-child-cont {
	display: block;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent {
	position: relative;
	background: #fff;
	border-top: solid 1px #eee;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent:first-child {
	border-top: none;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent a {
	display: block;
	color: #444;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 65px 15px 15px;
	min-width: 230px;
	max-width: 500px;
}

.cm-menu-strelka {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background-image: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-hor/images/menu_strelka.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #999;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block ul li a {}

/* 3 lvl */

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	height: auto;
	border-left: solid 1px #eee;
	z-index: 9002;
	box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent ul li {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	background: #fff;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent ul li:first-child a {
	border-top: none;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent ul li a {
	color: #444;
	font-weight: 400;
	border-top: solid 1px #eee;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent ul li:hover {
	color: #000;
	background: #f9f9f9;
}

.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li ul li a {
	color: #444;
	text-decoration: none;
	font-weight: 400;
}

@media (min-width: 960px) and (max-width: 1200px) {

	.cm-hor-menu .cm-one-lvl {
		font-size: 16px;
	}

	.cm-hor-menu .cm-one-lvl .cm-child-cont .cm-child-block li.parent a {
		font-size: 14px;
	}

	.cm-hor-menu .cm-one-lvl:last-of-type .cm-child-cont {
		margin-left: -65px;
	}
}

/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-left/style.css?17505643772225*/
/* Tuvix left menu */

.cm-left-menu {
	position: relative;
}

.cm-left-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-left-drop,
.cm-left-drop-s {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 40px;
	width: 40px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-left/images/left_menu_plus.png) no-repeat top left;
	cursor: pointer;
}

.cm-left-drop-open,
.cm-left-drop-s-open {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 40px;
	width: 40px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-left/images/left_menu_plus.png) no-repeat bottom left;
	cursor: pointer;
}

/* 1 lvl */

.cm-left-menu .cm-left-one-lvl {
	position: relative;
	z-index: 105;
	display: inline-block;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
	font-weight: 300;
	border-bottom: solid 1px #eee;
}

.cm-left-menu .cm-left-one-lvl a {	
	text-decoration: none;
	color: #444;
}

/* 2 lvl */

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont {
	display: none;
	margin-bottom: 20px;
}

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent {
	position: relative;
	top: 1px;
}

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent a {
	display: block;
	color: #444;
	line-height: 40px;
	padding: 0;
	text-indent: 20px;
	font-size: 14px;
	width: 100%;
}

/* 3 lvl */

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent ul {
	display: none;
}

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent ul li {
	display: block;
	padding: 0;
	line-height: 40px;
}

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent ul li a {
	color: #444;
	text-indent: 40px;
}

.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li ul li a {
	color: #444;
	text-decoration: none;
}

@media (min-width: 960px) and (max-width: 1200px) {

	.cm-left-menu .cm-left-one-lvl {
		font-size: 14px;
	}

	.cm-left-menu .cm-left-one-lvl .cm-left-child-cont .cm-left-child-block li.cm-left-parent a {
		font-size: 13px;
	}
	
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/catalog.viewed.products/tuvix/style.css?17505643772646*/
/* You look */

.bx_item_list_you_looked_vertical {
    margin: 40px 0;
}

.bx_item_list_you_looked_vertical .bx_item_list_title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #444;
}

.bx_item_list_you_looked_vertical .bx_catalog_item {
    margin: 15px 0;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
}

.bx_item_list_you_looked_vertical .bx_catalog_item .bx_catalog_item_title a {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
}

.bx_item_list_you_looked_vertical .bx_catalog_item .bx_catalog_item_price {
    font-size: 16px;
    font-weight: 500;
}

.bx_item_list_you_looked_vertical .bx_catalog_item .bx-catalog-item-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
}

/* Stickers */
.bx_item_list_you_looked_vertical .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/bitrix/templates/tuvix_azure/components/bitrix/catalog.viewed.products/tuvix/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_item_list_you_looked_vertical .bx_stick.short {font-weight: bold;font-size:18px}
.bx_item_list_you_looked_vertical .bx_stick.average {font-weight: bold;font-size:13px}
.bx_item_list_you_looked_vertical .bx_stick.long{font-weight:normal;font-size:11px}
.bx_item_list_you_looked_vertical .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(/bitrix/templates/tuvix_azure/components/bitrix/catalog.viewed.products/tuvix/images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.bx_item_list_you_looked_vertical .bx_stick.left,
.bx_item_list_you_looked_vertical .bx_stick_disc.left{left:-2px;}
.bx_item_list_you_looked_vertical .bx_stick.right,
.bx_item_list_you_looked_vertical .bx_stick_disc.right{right:0;}
.bx_item_list_you_looked_vertical .bx_stick.top,
.bx_item_list_you_looked_vertical .bx_stick_disc.top{top:15px;}
.bx_item_list_you_looked_vertical .bx_stick.bottom,
.bx_item_list_you_looked_vertical .bx_stick_disc.bottom{bottom:5px;}
.bx_item_list_you_looked_vertical .bx_stick.middle,
.bx_item_list_you_looked_vertical .bx_stick_disc.middle{top:49%;}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/breadcrumb/tuvix/style.css?1750564377733*/
.cm_breadcrumbs {
    margin-bottom: 13px;
    padding-top: 0px
}

.cm_breadcrumbs ul {
    margin: 0;
    padding: 0
}

.cm_breadcrumbs ul li {
    display: inline-block;
    line-height: 20px
}

.cm_breadcrumbs ul li a {
    display: block;
    padding: 0 15px;
    background: url(/bitrix/templates/tuvix_azure/components/bitrix/breadcrumb/tuvix/images/breadcrumbs_arrow.png) no-repeat center right;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.cm_breadcrumbs ul li:first-child a {
    padding-left: 0;
}

.cm_breadcrumbs ul li:last-child  a {
    background: none;
}

.cm_breadcrumbs ul li span {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-bottom/style.css?1750564377402*/
/* Bottom menu*/

.cm-bottom-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.cm-bottom-menu li {
	padding: 7px 0 7px 26px;
	background: url(/bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-bottom/images/link_icon.png) no-repeat left center;
	font-weight: 300;
}

.cm-bottom-menu li a:link,
.cm-bottom-menu li a:visited {
	text-decoration: none;
	color: #999;
}

.cm-bottom-menu li a:hover
{
	color: #777;
}
/* End */


/* Start:/bitrix/templates/tuvix_azure/styles.css?17505643771480*/
* {
	box-sizing: border-box;
}

.bx-soa-pp-company-smalltitle {
    color: #4b9d2b !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.bx-soa-cart-total-line:nth-child(3) .bx-soa-cart-t {
	text-transform: uppercase;
    font-size: 16px;
}

.bx-soa-cart-total-line:nth-child(3) .bx-soa-cart-d {
    float: left;
    font-size: 16px;
    padding-top: 5px;	
}


.b-pagetop {
    position: fixed;
    right: 60px;
    bottom: 124px;
    z-index: 999;
    cursor: pointer;
}

.pagecontact{}
.pagecontact .col-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.social_networks > ul {
    display: block;
}
.social_networks > ul > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.social_networks > ul > li > a {
    background: #028bae;
    color: #FFFFFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
}

.social_networks > ul > li > a:hover {
    background: #02728e;
    color: #FFFFFF;
}


.pagecontact .input_text {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #000000;
    background: #FFFFFF;
}

.pagecontact .descr_bl {
    margin-bottom: 70px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}
.pagecontact .tx_success{text-align: center;
    font-size: 16px;
    color: #2caae4;}

/* End */


/* Start:/bitrix/templates/tuvix_azure/template_styles.css?175056437762470*/
body #bx-soa-order-form .bx-ui-sls-container .bx-ui-sls-fake,
body #bx-soa-order-form .bx-ui-sls-container .bx-ui-sls-route{height: auto;}


#cm-right h1.h1-main { margin-top: 0; }

.popup-window-titlebar{
	height: auto;
}

.popup-window-buttons {
	padding-top: 10px;
}

.popup-window-content h2 {
	margin: 0 !important;

}

.bx_catalog_list_home {
	margin-left: -5px;
	margin-right: -5px;
}

.bx_catalog_list_home.col3 .bx_catalog_item {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
	width: 33.333%;
}

.bx_catalog_item_container {
	background: #fff;
	padding: 5px;
}

.bx_filter_horizontal .bx_filter_title {
	padding: 10px;
}

form.anker .bx_filter_control_section {
	margin-bottom: 0;
}

.bx_filter_horizontal .bx_filter_container {
	padding: 10px;
}

.up-down {
	background: none;
	font-size: 0;
	border: 0;
	margin: 0;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 312.757 312.757' style='enable-background:new 0 0 312.757 312.757;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon style='fill:%23010002;' points='244.062,184.792 170.623,258.23 170.623,0 142.139,0 142.139,258.247 68.69,184.792 48.549,204.939 156.379,312.757 264.208,204.939 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	background-size: 18px;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

.up-down:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 312.757 312.757' style='enable-background:new 0 0 312.757 312.757;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpolygon points='244.062,184.792 170.623,258.23 170.623,0 142.139,0 142.139,258.247 68.69,184.792 48.549,204.939 156.379,312.757 264.208,204.939 ' data-original='%23010002' class='active-path' data-old_color='%23010002' fill='%232CAAE4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}

.item_buttons.vam {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.bx_item_detail .bx_item_container .bx_lb {
	margin-right: 0;
	width: 100%;
}

.blog-add-comment {
	text-align: left;
}

body .bx-catalog-tab-list {
	margin-top: 0;
	vertical-align: top;
}

.bx_item_detail .item_buttons_counter_block {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.item_buttons.vam { display: block }
}

@media screen and (max-width: 767px) {
	.bx_catalog_list_home.col3 .bx_catalog_item {

	width: 50%;
}
}

@media (max-width: 530px) {
	.bx-touch .bx_ordercart .bx_sort_container a {
	    background: #fff !important;
    text-decoration: none !important;
    padding: 8px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    display: inline-block !important;
	color: #000 !important;
}
}

.td-re {
	text-align: right;
}

.g-recaptcha {
	display: inline-block;
}


@media screen and (max-width: 640px) {
	.bx_catalog_list_home.col3 .bx_catalog_item {
		margin: 2px 0 !important;
		width: 50% !important;
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.bx_catalog_list_home { margin-left: -2px; margin-right: -2px; }



}

@media (max-width:480px){
	body tr.new-row
	{
	    display: table-cell;
	    width: 100%;
	}
	body table.forum-post-table  tr.new-row td.forum-cell-user
	{
	    display: inline-block;
	    width: 100%;
	}
	body tr.new-row2
	{
		display:block;
	}
	.forum-block-inner .forum-table,.forum-block-inner .forum-table thead
	{
		display: inline-block;
		width: 100%;
	}

	.forum-block-inner .forum-table tbody tr td.forum-column-icon:first-child
	{
		display: none;
	}
}
.error-max
{
	display:none;
	color:red;
	margin-bottom: 10px;
}

.bx_ordercart .bx_ordercart_order_pay_center {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e6e8;
    text-align: right;
}
.continus {
    background: #FF4F00;
    color: #fff !important;
    text-align: left;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    line-height: 45px !important;
    padding: 0 18px;
    position: relative;
    text-decoration: none !important;
    float: left;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 45px;
}
.basket_quantity_control a {
    background: url(/bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket/tuvix/images/arrows.png) no-repeat scroll 0 0 transparent;
    border: 1px solid #ddd;
    display: block;
    height: 10px;
    text-align: center;
    width: 11px;
}
.basket_quantity_control a.minus {
    background-position: 0px -20px;
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
}
.basket_quantity_control {
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom table.counter td {
    vertical-align: middle;
}
.bx_ordercart .bx_sort_container a.current {
    position: relative;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 30px;
    color: #222;
    overflow: visible;
}

.bx_ordercart .bx_sort_container a {
    display: inline-block;
    margin-left: 20px;
    padding: 0 20px;
    border-radius: 30px;
    background: #eee;
    border: solid 1px #eee;
    color: #777;
    font-weight: 400;
    text-decoration: none;
    line-height: 35px;
}
.offer_block select{    min-width: 60px;  padding: 5px;   border-radius: 2px;}
.centerbg1 {
  display: none;
  width:100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: #8e8e8e9e;
}
 
.centerbg2 {
 position: fixed;
  left: 50%;
   top: 35%;
}

#preloader {
    top: -50%;
    left: -50%;
    position: relative;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('/bitrix/templates/tuvix_azure/images/17.gif');

}
#basket_items .basket-block td
{
    vertical-align: middle;
       padding: 5px;
}
#basket_items .basket-block .quantity
{
    width: 65px;
	padding-left:0;
    text-align: center;
}
.bx_ordercart .bx_sort_container {
    position: relative;
    margin-bottom: 25px;
    min-height: 35px;
    color: #666;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
}
.flat {
    display: inline;
}
.bx_ordercart .bx_sort_container a.current:after {
    width: 23px;
    height: 12px;
    background: url(/bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket/tuvix/images/cur_button.png) no-repeat;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

.devilerybln{    border: solid 1px #de3163;    padding: 10px;}
#order_form_div .sale_data-table.summary td {
	background: #fff !important;
}
#order_form_div {
	font-size: 12px;
	color: #000;
}
#order_form_div .sof-req {
	color: red;
	font-size: 10px;
}
#order_form_div .clear {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}
#order_form_div input[type="text"],
#order_form_div input[type="password"],
#order_form_div textarea,
#order_form_div select{
	background: #fff;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	color: #000;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	display: inline-block;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 6px 8px;
	margin-bottom: 3px;
}
#order_form_div .section {
	margin-bottom: 30px;
}
#order_form_div .title {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #dcdfe2;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#order_form_div .title a {
	color: #2d739d;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 10px;
	outline: none;
}
#order_form_div .title a:hover {
	text-decoration: none;
}
#order_form_div .label.left {
	float: left;
	margin: 0 10px 10px 0;
}
#order_form_div .sale_order_table {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .sale_order_table td {
	padding: 15px 0;
	background: none !important;
}
#order_form_div .sale_order_table .name {
	width: 190px;
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.props td {
	border-bottom: 1px solid #dcdfe2;
}
#order_form_div .sale_order_table input[type="text"],
#order_form_div .sale_order_table textarea,
#order_form_div .sale_order_table select{
	width: 365px;
}
#order_form_div .sale_order_table textarea {
	height: 70px;
	overflow: hidden;
	resize: none;
}
#order_form_div .sale_order_table select {
	padding: 6px 3px 6px 8px;
	width: 383px;
	margin-bottom: 5px;
}
#order_form_div .sale_order_table .desc {
	color: #a3a3a3;
	font-size: 11px;
	margin: 3px 0;
}

/*paysystem*/
#order_form_div .sale_order_table.paysystem td {
	border-bottom: none;
}
#order_form_div .sale_order_table .ps_logo {
	float: left;
	text-align: center;
	margin: 0 15px 10px 0;
	height: 85px;
}

#order_form_div .sale_order_table .with_description {
	margin-right: 0 !important;
	height: 30px;
}

#order_form_div .sale_order_table .ps_logo img,
#order_form_div  .sale_order_confirm img,
#order_form_div .account img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:4px;
	float: left;
}

div.bx_section div.bx_block div.bx_element input[type=radio],
div.bx_section div.bx_block div.bx_element input[type=checkbox],
#order_form_div .sale_order_table .ps_logo input[type=radio],
#order_form_div .account input[type=checkbox] {
	display: none;
}

.bx_element input[type=radio]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype
{
	border: 5px solid #2d739d !important;
	padding: 1px;
}

#order_form_div .sale_order_table .paysystem_name,
#order_form_div .sale_order_confirm .paysystem_name {
	font-size: 11px;
	color: #a3a3a3;
	width: 95px;
	line-height: 11px;
	margin-top: 65px;
}
#order_form_div .account img,
#order_form_div .account .desc {
	float: left;
}
#order_form_div .account img {
	margin-right: 10px;
}
#order_form_div .account .name {
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
}
#order_form_div .account .desc {
	font-size: 11px;
	color: #a3a3a3;
	line-height: 11px;
	text-align: left;
	width: 80%;
}
#order_form_div .account .desc.width_limited {width:100%;}
#order_form_div .account .ps_logo.with_description {width:100%;}

/*delivery*/
#order_form_div .sale_order_table.delivery td {
	padding: 7px 0;
}
#order_form_div .sale_order_table.delivery .name {
	font-weight: bold;
	width: auto;
	color: #000;
}
#order_form_div .sale_order_table.delivery .desc {
	color: #a3a3a3;
	width: 400px;
}
#order_form_div .sale_order_table.delivery td table {
	width: auto;
}
#order_form_div .sale_order_table.delivery td table td {
	padding: 0;
	text-align: left;
}
#order_form_div .sale_order_table.delivery .prop img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:1px;
	margin: 0 10px 0 0;
}
#order_form_div .sale_order_table.delivery .prop input,
#order_form_div .sale_order_table.delivery .prop img,
#order_form_div .sale_order_table.delivery .prop .desc {
	float: left;
	margin-right: 10px;
}
#order_form_div .sale_order_table.delivery .prop input[type=radio] {
	display: none;
}

/*summary*/
#order_form_div .sale_data-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}
#order_form_div .sale_data-table th {
	background-color: #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	font-weight: normal;
}
#order_form_div .sale_data-table td {
	border-bottom: 1px solid #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	background: none !important;
}
#order_form_div .sale_data-table td.price {
	white-space: nowrap;
	text-align: right;
}
#order_form_div .sale_data-table td.itog {
	text-align: right;
}
#order_form_div .sale_data-table tfoot td {
	border-bottom: none;
}
#order_form_div .sale_data-table tfoot tr.last td {
	border-top: 1px solid #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
}
#order_form_div .order_comment {
	width: 100%;
}
#order_form_div .order_comment div {
	color: #a3a3a3;
	font-size: 12px;
	margin-bottom: 5px;
}
#order_form_div .order_comment textarea {
	width: 97%;
	height: 70px;
}

/* auth */
#order_form_div .order-auth {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .order-auth td {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.delivery .errortext {
	margin: 0;
	font-size: 11px;
	padding: 5px;
	width: 230px;
}
#order_form_div .sale_order_full_table td.ps_logo {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_full_table .ps_logo .pay_name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
#order_form_div .desc .ora-store {
	font-size: 12px;
}
.store_location {
	display:none;
}
.store_location .ora-store {
	width: 40%;
	float: left;
}
.store_location .ora-store table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.store_location .name {
	font-weight: bold;
}
.store_location .location {
	width: 60%;
	float: left;
}
#order_form_div .select_store {
	font-size:12px;
}

.image {
	padding: 5px 0 5px 0;
}

/* new */

.bx_order_make{
	font-size: 15px;
}
.bx_order_make hr{
	border: none;
	border-bottom: 1px solid #dcdfe2;
}
.bx_order_make .bx_section{
	margin-bottom: 20px;
	display: inline-block;
}
.bx_order_make .bx_section h4{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdfe2;
}
.bx_order_make .bx_block{
	float: left;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin-right: 15px;
	margin-bottom: 10px;
	padding:0 10px;
	vertical-align: middle;
}
.bx_order_make .bx_block.r1x3.pt8{padding-top:8px}
.bx_order_make .bx_block.r1x3{margin:0; 		  width:20% }
.bx_order_make .bx_block.r3x1{margin:0; 		  width:80% }
.bx_order_make .bx_block.w100{margin:5px 0 10px 0;width:100%}
.bx_order_make .bx_block.horizontal {margin:5px 0 10px 0}
@media (max-width:640px){
	.bx_order_make .bx_block.r1x3{width:35%}
	.bx_order_make .bx_block.r3x1{width:65%}
}
@media (max-width:480px){
	.bx-touch .bx_order_make .bx_block.r1x3,
	.bx-touch .bx_order_make .bx_block.r3x1{float:none;margin-right:0;width:100%;}
}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{width:100%}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{
	display: block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding: 6px;
	outline: none;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	color: #000;
	vertical-align: middle;
	font-size: 14px;
	max-width:400px
}
.bx_order_make .bx_sof_req{color:rgba(199,31,31,1);font-weight:bold}

.bx_order_make .bx_logotype{
	box-shadow: 0 0 3px 0 rgba(123,152,165,.9);
	cursor: pointer;
	padding: 2px;
	float: left;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	border: 1px solid rgba(123,152,165,.7);
	margin-right: 20px;
}
.bx_order_make .bx_block.horizontal .bx_logotype{margin-right: 0}
.bx_order_make .bx_logotype span{
	display: block;
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.bx_order_make .bx_logotype.active,
.bx_order_make .bx_logotype:hover{
	box-shadow: 0 0 3px 0 rgba(0,93,153,1);
	border: 1px solid rgba(0,93,153,.8);
	padding: 2px;
}
.bx_order_make .bx_description{
	font-size: 13px;
	color: #a3a3a3;
	/*float: left;*/
}
.bx_order_make .bx_description p{
	display: block;
	/*clear: both*/
}
.bx_order_make .bx_result_price{
	color: #000 !important;
	float: right;
	text-align: right;
}
.bx_order_make .bx_result_price a{font-weight: normal;}
@media (max-width:640px){
	.bx_order_make .bx_result_price{
		float: none;
		display: block;
		width: 100%;
	}
}
.bx_order_make .bx_result_price a{color: #12a9e1}
.bx_order_make .bx_result_price a:hover{text-decoration:none}
.bx_order_make .bx_description strong{
	display: block;
	color: #000;
	/*float: left;*/
}

.bx_ordercart .bx_ordercart_order_table_container tbody .right {
    text-align: right !important;
}

div#order_form_content div.bx_section div#sale_order_props div div.bx_block textarea {
 	margin-bottom: 10px;
}

div#order_form_content .errortext {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px 10px 60px !important;
	border-top: 1px solid #E4CBD1;
	border-right: 1px solid #D5BABE;
	border-bottom: 1px solid #C9ABAF;
	border-left: 1px solid #D5BABE;
	border-radius: 5px;
	background: #F8EAED;
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8EAED), color-stop(100%,#EDD0D6));
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, -webkit-linear-gradient(top, #F8EAED 0%,#EDD0D6 100%);
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, -moz-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, -ms-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("/bitrix/templates/tuvix_azure/images/alert.png") 10px 50% no-repeat, linear-gradient(to bottom, #F8EAED 0%,#EDD0D6 100%);
	box-shadow: inset 0 1px 1px 0 #FFF;
	color: #881521 !important;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eaed', endColorstr='#edd0d6',GradientType=0 );
}

/* new locations */
#order_form_div .bx-sls input[type="text"]{
	margin-bottom: 0;
}
#order_form_div .location-block-wrapper{
	max-width: 400px;
	width: 100%;
}
#order_form_div .dropdown-block{
	width: auto;
}
#order_form_div .bx-ui-sls-container{
	display: block !important;
}
#order_form_div .bx-ui-sls-route{
	padding-top: 0 !important;
}

.-bx-order-property-city{
	display: none;
}
.-bx-popup-special-prompt{
	padding: 5px 10px;
}

.bx_ordercart .bx_sort_container a:hover{
	background:#f9f9f9;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
	background:-webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:   -moz-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:    -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:     -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:        linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
}
.bx_ordercart .bx_sort_container a:active{
	background:#707070;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMmEyYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#a2a2a2));
	background:-webkit-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:   -moz-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:    -ms-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:     -o-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:        linear-gradient(to bottom, #707070 0%,#a2a2a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#a2a2a2',GradientType=0 );
	box-shadow:inset 0 1px 2px 0 #3e3e3e;
	color:#fff;
	text-shadow:0 1px 0 #505050;
}
.bx_ordercart .bx_ordercart_order_table_container{
	overflow-x:auto;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	border:1px solid #c9c9c9;
	border-radius:3px;
	font-size:14px;
}
.bx_ordercart .bx_ordercart_order_table_container table{
	margin:0;
	padding:0;
	min-width:100%;
	border-collapse:collapse;
}
.bx_ordercart .bx_ordercart_order_table_container table td{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space:nowrap;
	}
.bx_ordercart .bx_ordercart_order_table_container table td.margin{
	padding:0;
	width:1%;
	border-bottom:none !important;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td{
	padding:0 5px;
	min-height:39px;
	background:#f5f5f5;
	color:#000;
	font-size:14px;
	line-height:39px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td{
	padding:2% 1%;
	border-bottom:1px solid #e5e5e5;
	vertical-align:top;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td{border-bottom:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{width:14%;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
/*.bx_ordercart .bx_ordercart_order_table_container tbody td.control,*/
.bx_ordercart .bx_ordercart_order_table_container tbody td.price{
	text-align:left;
	font-size:16px;
	line-height:22px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{display:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.item{width:40%;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	color:#000;
	font-weight:bold;
	font-size:17px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price     .old_price{
	color:#b8b8b8;
	text-decoration:line-through;
	font-size:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price    .type_price{
	color:#7f7f7f;
	font-size:11px;
	line-height:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{
	font-size:11px;
	line-height:13px;
}
/*.bx_ordercart .bx_ordercart_order_table_container tbody td.control a{
	color:#327ab7;
	font-size:11px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover{text-decoration:none;}*/
.bx_ordercart .bx_ordercart_photo_container{
	position:relative;
	padding-top:100%;
	min-width:50px;
	max-width:100%;
	height:0;
	border:1px solid #c0cfda;
	border-radius:2px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo{
	position:absolute;
	top:   4%;
	right: 4%;
	bottom:4%;
	left:  4%;
	background-position:center;
	-webkit-background-size:auto 100%;
			background-size:auto 100%;
	background-repeat:no-repeat;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand{
	position:relative;
	margin-top:3%;
	min-width:50px;
	max-width:100%;
	border:1px solid #c0cfda;
	border-radius:2px;
	line-height:0;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle{
	margin:0;
	padding:0;
	white-space:normal;
	line-height:18px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart{
	margin-bottom:10px;
	color:#b4b4b4;
	font-size:13px;
}
/*.bx-touch    .bx_ordercart td.custom .centered,*/
.bx-no-touch .bx_ordercart td.custom .some-class{display: none}

.bx_ordercart .bx_ordercart_order_pay{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin:20px auto 0;
	padding:0 20px;
}
/*.bx_ordercart .bx_ordercart_order_pay_left{
	float:left;
	width:50%;
}*/
/*.bx_ordercart .bx_ordercart_order_pay_right{
	float:left;
	width:50%;
	text-align:right;
}*/
/*.bx_ordercart .bx_ordercart_coupon{ }*/
/*.bx_ordercart .bx_ordercart_coupon span{
	display:block;
	margin-bottom:13px;
	color:#7f7f7f;
	font-size:13px;
}*/
/*.bx_ordercart .bx_ordercart_coupon input{
	height:34px;
	border:1px solid #bababa;
	border-radius:3px;
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.21);
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:34px;
}*/
/*.bx_ordercart .bx_ordercart_coupon input.good{
	border:1px solid #59a62a;
	background:rgba(89,166,42,.16);
	box-shadow:0 0 2px 0 rgba(89,166,42,.8);
}*/
/*.bx_ordercart .bx_ordercart_coupon input.bad{
	border:1px solid #e16565;
	background:rgba(225,101,101,.16);
	box-shadow:0 0 2px 0 rgba(225,101,101,.8);
}*/
.bx_ordercart .bx_ordercart_order_sum{float:right;}
.bx_ordercart .bx_ordercart_order_sum tr{ }
.bx_ordercart .bx_ordercart_order_sum tr td{
	padding:1px;
	text-align:right;
	font-size:13px;
}
.bx_ordercart .bx_ordercart_order_sum tr td.custom_t1{width:100%;}
.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2{white-space:nowrap;}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb{font-weight:bold;}
.bx_ordercart_order_pay_center{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #e4e6e8;
	text-align:right;
}
.bx_ordercart_order_pay_center span,
.bx_ordercart_order_pay_center a{
	vertical-align:top;
	line-height:53px;
}
.bx_ordercart_order_pay_center span{
	margin:0 30px;
	font-weight:bold;
	font-size:17px;
}
.bx_ordercart_order_pay_center .checkout{
	position:relative;
	top:-9px;
	display:inline-block;
	padding:0 18px;
	border-radius:3px;
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
	color:#fff;
	vertical-align:bottom;
	text-decoration:none;
	text-shadow:0 1px 0 #0075b6;
	font-weight:bold;
	line-height:36px;
}
.bx_ordercart_order_pay_center .checkout:hover{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTdkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd));
	background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%);
	background:   -moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%);
	background:    -ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%);
	background:     -o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%);
	background:        linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );
}
.bx_ordercart_order_pay_center .checkout:active{
	background:#0a7ddd;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhN2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df));
	background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background:   -moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background:    -ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background:     -o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%);
	background:        linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 );
	box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);
}

		@media (max-width:980px){
			.bx-touch .bx_ordercart .bx_sort_container span{display:block;}
			.bx-touch .bx_ordercart .bx_sort_container a{margin:0 20px 10px 0;}
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:13px;}
			.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:14px;}
		}
		@media (max-width:680px){
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:12px;}
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:12px;}
		}
		@media (max-width:600px){

			.bx-touch .bx_ordercart .bx_ordercart_order_pay{width:100%;}
			/*.bx-touch .bx_ordercart .bx_ordercart_order_pay_left,*/
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_right{
				float:none;
				width:100%;
				text-align:center;
			}

			.bx-touch .bx_ordercart .bx_ordercart_order_sum{
				float:none;
				margin-top:20px;
				width:100%;
			}
		}
		@media (max-width:530px){
 
.bx-touch .bx_ordercart .bx_ordercart_order_table_container .basket-block  .custom table tr td
{
    display: inline-block;
}
.bx-touch .bx_ordercart .bx_ordercart_order_table_container .basket-block  .custom>span
{
    display: none;
}
			.bx-touch .bx_ordercart .bx_sort_container{
				margin:10px 0;
				text-align:left;
				line-height:13px;
			}
			.bx-touch .bx_ordercart .bx_sort_container a{
				display:inline;
				margin:0 10px 0 0;
				padding:0;
				border:none;
				background:none;
				color:#327ab7;
				text-decoration:underline;
				font-size:13px;
			}
			.bx-touch .bx_ordercart .bx_sort_container a:hover{text-decoration:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{display:block}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{padding:2% 6%}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr{
				margin-bottom:20px;
				border-bottom:3px double #c9c9c9;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child{
				margin-bottom:0;
				border-bottom:none;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table thead{display:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{width:100%;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{padding-bottom:20px;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_size_small_noadaptive,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_scu_small_noadaptive{margin:5px auto !important;}
			.bx-touch .bx_ordercart .bx_ordercart_photo_container{
				margin:0 auto;
				padding-top:50%;
				max-width:250px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
				border:none;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
				max-width:100%;
				width:auto;
				border-radius:2px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td{border:none}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{
				display:inline-block;
				margin-right:10px;
				font-weight:bold;
			}
			/*.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control{text-align:center;word-spacing:15px;}*/
			/*.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control br{display:none}*/
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
				padding-top:20px;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
				margin-top:10px;
				margin-bottom:10px;
				font-size:28px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price{
				margin-left:10px;
				font-size:19px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{display:inline-block;}
		}
		@media (max-width:490px){
			.bx-touch .bx_ordercart_order_pay_center{
				margin-bottom:40px;
				text-align:center;
			}
			.bx-touch .bx_ordercart_order_pay_center span{display:block;}
			.bx-touch .bx_ordercart_order_pay_center .checkout{top:0;}
		}



.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
/*.bx_ordercart .bx_ordercart_order_pay_left,*/
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center,
.bx_ordercart_order_pay_center span,
.bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price
{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}




/* Tuvix, by Carmine Media */

html,
body {
	margin: 0;
	padding: 0;
	min-width: 300px;
	min-height: 100%;
	font-family: 'Exo 2', sans-serif;
	color: #444;
	font-size: 14px;
	font-weight: 400;
}
/*.popup-window-center-column .popup-window-content img {
    max-height: 200px;
    max-width: 100%;
}*/

/*body #cm-content input[type="text"],*/
 #cm-content input[type="password"]
{
padding: 0;
}
td.price {
    min-width: 123px;
}
td#allSum_FORMATED {
    min-width: 200px;
}
#cm-search.main
{
    display: inline-block!important;
}
body .cm-mobi-menu .cm-mobi-one-lvl .cm-mobi-child-cont .cm-mobi-child-block li.cm-mobi-parent a {

    text-indent: 0;

    padding-left: 40px;
}
.col-md-6 {
    width: 45%;
    margin: 0% 2% 0% 2%;
    display: inline-block;
vertical-align: top;
}

.bx_catalog_item_articul .item-pr{line-height: normal; margin-bottom: 5px;}
.list-sect li .bx_catalog_tile_title {    margin: 15px 0 0px 0;}
.site_up_content .close
{
background: url(/bitrix/templates/tuvix_azure/delete_item.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;

    cursor: pointer;
    bottom: 10px;
}
#cm-search.main #title-search-input
{
    width: 90%;
}
#cm-mobi-nav {

    z-index: 9;
}
.site_up_content {
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgb(255, 130, 138);
    top: 0;
    z-index: 1005;
    color: #000;
}

/*.bx_catalog_tile .bx_catalog_tile_ul li
{
height: 290px;
}*/
img {
	max-width: 100%;
	height: auto;
}

.popup-window-content img {
	max-height: 100%;
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

hr {
	height: 1px;
	width: 100%;
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

a:hover,
a:active {
	text-decoration: underline;
	outline: none;
}

#settings-button {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #1e2023 url(/bitrix/templates/tuvix_azure/images/settings-button.png) no-repeat center center;
	border-radius: 0 7px 7px 0;
	box-shadow: 3px 1px 4px rgba(0,0,0,0.3);
	z-index: 10010;
}
#settings-button:hover {
	background: #000 url(/bitrix/templates/tuvix_azure/images/settings-button.png) no-repeat center center;
	cursor: pointer;
}

#cm-overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
	display: none;
}

#cm-content input[type="text"],
#cm-content input[type="email"],
#cm-content input[type="password"] {
	height: 40px;
	background: #fff;
	border: none;
	padding-left: 10px;
	outline: none;
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #ddd;
	margin: 5px 0;
}

#cm-content input[type="submit"],
#cm-content input[type="reset"] {
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	background: #ddd;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	padding: 0 25px;
	font-weight: 300;
	border-radius: 30px;
	color: #222;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 10px;
}

/* MOBILE NAVIGATION */

#cm-mobi-nav {
	top: 0;
	right: -320px;
	position: absolute;
	width: 320px;
	min-height: 100%;
	display: none;
}

#cm-mobi-head {
	width: 100%;
	display: inline-block;
	line-height: 50px;
	background: #1e2023;
	background-image: url(/bitrix/templates/tuvix_azure/images/menu_icon_w.png), url(/bitrix/templates/tuvix_azure/images/close_menu.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-indent: 50px;
	cursor: pointer;
}

/* WRAPPER */

#cm-wrapper {
	width: 100%;
	min-width: 300px;
	height: 100%;
	position: relative;
	background: url('/bitrix/templates/tuvix_azure/images/bg-vyaz.png');
}

/* HEADER */

#cm-user-bar a:link,
#cm-user-bar a:visited {
	text-decoration: none;
	color: #666;
}

#cm-user-bar a:hover,
#cm-user-bar a:active {
	text-decoration: none;
	color: #222;
}

#cm-header {
	width: 100%;
	color: #666;
}

#cm-user-bar {
	width: 100%;
	min-height: 45px;
	background: #eee;
}

#cm-user-bar-in {
	min-height: 45px;
	padding: 0;
	margin: 0 auto;
}

#cm-tel {
	display: inline-block;
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
}

.cm-tel-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/bitrix/templates/tuvix_azure/images/tel_icon.png) no-repeat;
	margin: 0 7px 0 0;
	vertical-align: middle;
}

#cm-time {
	display: inline-block;
	line-height: 45px;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
}

.cm-time-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/bitrix/templates/tuvix_azure/images/clock_icon.png) no-repeat;
	margin: 0 7px 0 0;
	vertical-align: middle;
}

#cm-bar-links {
	display: inline-block;
	height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.cm-bar-link {
	display: inline-block;
	line-height: 45px;
	vertical-align: middle;
	font-size: 13px;
	margin-left: 7px;
	padding: 0 12px 0 22px;
	font-weight: 300;
}

.cm-link-acc {
	background: url(/bitrix/templates/tuvix_azure/images/acc_icon.png) no-repeat left center;
}

.cm-link-cart {
	background: url(/bitrix/templates/tuvix_azure/images/cart_icon_black.png) no-repeat left center;
}

.cm-link-logout {
	background: url(/bitrix/templates/tuvix_azure/images/logout_icon.png) no-repeat left center;
}

.cm-link-login {
	background: url(/bitrix/templates/tuvix_azure/images/login_icon.png) no-repeat left center;
}

#num-product i {
	display: inline-block;
	line-height: 16px;
	padding: 0 5px;
	font-weight: 200;
	font-size: 11px;
	border-radius: 18px;
	margin-left: 5px;
	font-style: normal;
}

#cm-hgroup {
	width: 100%;
	height: 100px;
	background: inherit;
}

#cm-hgroup-in {
	height: 100px;
	margin: 0 auto;
}

#cm-logo {
	line-height: 100px;
	display: inline-block;
	float: left;
}

#cm-logo img {
	vertical-align: middle;
}

#cm-search {
	margin: 0 3px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	float: left;
}

#cm-search input[type="text"] {
	height: 40px;
	background: #fff;
	border: none;
	padding-left: 10px;
	outline: none;
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #ddd;
}

#cm-search input[type="submit"] {
	width: 42px;
	height: 42px;
	margin: -4px 0 0 -42px;
	display: inline-block;
	vertical-align: middle;
	background: url(/bitrix/templates/tuvix_azure/images/search.png) no-repeat center center;
	border: none;
	outline: none;
	cursor: pointer;
}

#cm-basket {
	line-height: 100px;
	position: relative;
	display: inline-block;
	text-align: right;
	float: right;
}

#cm-basket a {
	color: #444;
}

.bx_small_cart {
	line-height: 42px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #ddd;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	padding: 0 57px 0 15px;
	position: relative;
	margin-top: -4px;
	border-radius: 8px;
}

.cm-cart-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border-radius: 0 8px 8px 0;
	background-image: url(/bitrix/templates/tuvix_azure/images/cart_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#cm-menu-button {
	width: 26px;
	height: 100%;
	display: none;
	float: right;
	position: relative;
}

#cm-menu-button-icon {
	width: 26px;
	height: 17px;
	background: url(/bitrix/templates/tuvix_azure/images/menu_icon.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}

#cm-nav {
	width: 100%;
	height: 60px;
	position: relative;
}

#cm-nav-in {
	height: 60px;
	margin: 0 auto;
}

#cm-cadres {
	margin: 45px auto 25px auto;
}

#cm-cadre1 span,
#cm-cadre2 span,
#cm-cadre3 span {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

#cm-cadre1 span:hover,
#cm-cadre2 span:hover,
#cm-cadre3 span:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#cm-cadre1 {
	float: left;
	overflow: hidden;
}

#cm-cadre2 {
	overflow: hidden;
	float: left;
}

#cm-cadre3 {
	overflow: hidden;
	float: left;
}

/* CONTENT */

#cm-breadcrumb {
	width: 100%;
	margin-bottom: 25px;
}

#cm-content {
	margin: 0 auto;
	padding: 35px 0 45px 0;
	line-height: 20px;
}

#cm-content h1 {
	padding: 0;
	margin: 35px 0 25px 0;
	font-size: 28px;
	font-weight: 500;
	color: #555;
}

#cm-content h2 {
	padding: 0;
	margin: 15px 0 25px 0;
	font-size: 26px;
	font-weight: 500;
	color: #555;
}

#cm-left {
	float: left;
	margin-right: 3%;
	min-height: 100px;
	width: 23%;
}

#cm-left h2 {
	font-weight: 500;
	font-size: 24px;
	color: #555;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 18px 0;
}

#cm-right {
	float: left;
	width: 74%;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	margin: 0 auto;
}

/* SOCIAL & SUBSCRIBE */

#cm-social-subscr {
	margin: 45px auto;
}

#cm-social-subscr a:hover {
	text-decoration: none;
}

/* BLOG */

#cm-latest-blog {
	margin: 25px auto;
}

#cm-latest-blog h2 {
	font-weight: 500;
	font-size: 26px;
	color: #444;
}

/* SQUARES */

#cm-squares {
	margin: 45px auto 25px auto;
}

.cm-square {
	overflow: hidden;
	margin: 10px 0;
}

.cm-square span {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.cm-square span:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/* FOOTER */

#cm-prefooter {
	width: 100%;
	padding: 20px 0;
	background: inherit;
	margin: 0;
}

#cm-prefooter-in {
	margin: 0 auto;
}

.cm-prefooter-block {
	float: left;
	margin: 20px 1.5% 30px 1.5%;
	padding: 0;
	color: #666;
	line-height: 1.6em;
}

.cm-prefooter-title {
	display: block;
	width: 100%;
	font-weight: 400;
	color: #444;
}

.cm-prefooter-contact {
	display: inline-block;
	width: 100%;
	line-height: 50px;
	text-indent: 25px;
	border-bottom: solid 1px #ccc;
	color: #666;
}

.cm-prefooter-contact-tel {
	background: url(/bitrix/templates/tuvix_azure/images/tel_icon.png) no-repeat left center;
}
.cm-prefooter-contact-osinka {
	background: url(/bitrix/templates/tuvix_azure/images/icon-osinka.png) no-repeat left center;
	padding-left: 5px;
}

.cm-prefooter-contact-stel {
	background: url(/bitrix/templates/tuvix_azure/images/stel_icon.png) no-repeat left center;
}

.cm-prefooter-contact-fax {
	background: url(/bitrix/templates/tuvix_azure/images/fax_icon.png) no-repeat left center;
}

.cm-prefooter-contact-email {
	background: url(/bitrix/templates/tuvix_azure/images/email_icon.png) no-repeat left center;
}

.cm-prefooter-contact-skype {
	background: url(/bitrix/templates/tuvix_azure/images/skype_icon.png) no-repeat left center;
}

#cm-footernav {
	width: 100%;
	padding: 20px 0;
	background: #1e2023;
	overflow: hidden;
}

#cm-footernav-in {
	margin: 0 auto;
}

.cm-footernav-block {
	float: left;
	margin: 20px 1.5% 30px 1.5%;
	padding: 0;
	color: #999;
	line-height: 20px;
}

.cm-footernav-title {
	display: block;
	width: 100%;
	font-weight: 400;
	color: #888;
	border-bottom: solid 1px #333;
}

#cm-footer {
	width: 100%;
	background: inherit;
	display: none;
	vertical-align: middle;
	padding: 10px 0;
}

#cm-footer-in {
	margin: 0 auto;
}

#cm-footer-copy {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	float: left;
	font-size: 13px;
	color: #777;
}

#cm-footer-pay {
	display: inline-block;
	line-height: 60px;
	min-width: 320px;
	float: right;
}

#cm-footer-pay img {
	display: inline-block;
	vertical-align: middle;
}

#bx-composite-banner {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	min-width: 250px;
	text-align: center;
	float: left;
}

#cm-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	border: solid 1px #ddd;
	background: #fff url(/bitrix/templates/tuvix_azure/images/top.png) no-repeat center center;
	cursor: pointer;
	display: none;
}

#cm-top:hover {
	border: solid 1px #aaa;
}


#easy_zoom{
	width:350px;
	height:385px;	
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:absolute;
	top:0;
	left: 100%;
	margin-left: 10px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	text-align:center;
	z-index: 102;
}

/* swiper-slider */
.gallery-thumbs .swiper-slide{
    height: 77px;
    border: 2px solid transparent;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	max-width: 20%;
}
.gallery-thumbs .swiper-slide img{
    display: block;
    max-width: 100%;
    height: auto;
	max-height: 100%;
}
.gallery-thumbs .swiper-slide:hover, .gallery-thumbs .swiper-slide-thumb-active{border-color: #2caae4;}
.cloud-zoom{
	display: flex!important;
	justify-content: center;
}
.gallery-top.swiper-container{height: 100%;}
.gallery-top .swiper-slide{
	display: flex;
	align-items: center;
	padding: 50px;
	justify-content: center;
}
.gallery-top .swiper-slide #wrap{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-top .swiper-slide #wrap>a{max-height: 100%;}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .gallery-top .swiper-slide img{
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}
.cloud-zoom:after{
	content: '+';
	display: block;
	position: absolute;
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 60px;
	width: 35px;
	height: 35px;
}
.mousetrap{
	right: 0;
	bottom: 0;
	margin: auto;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:5px solid #fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
	width: 480px!important;
	height: 350px!important;
	background-repeat: no-repeat;
	background-color: #fff;
}


@media (max-width: 768px) {
	.cloud-zoom-big, .mousetrap, .cloud-zoom-lens, .cloud-zoom:after{display: none;}
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

/* MEDIA SCREEN */

@media (min-width: 1200px) {
	#easy_zoom{width: 420px;}
	#cm-tel {
		width: 24%;
		text-align: left;
	}

	#cm-time {
		width: 35%;
		text-align: left;
	}

	#cm-bar-links {
		width: 40%;
		text-align: right;
	}

	#cm-hgroup-in,
	#cm-user-bar-in,
	#cm-cadres,
	#cm-content,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 1140px;
	}

	#cm-nav-in {
		width: 1170px;
	}

	#cm-logo {
		width: 350px;
	}

	#cm-search {
		width: 400px;
	}

	#cm-search input[type="text"] {
		width: 320px;
	}

	#cm-basket {
		width: 365px;
	}

	#cm-cadre1 {
		width: 48%;
		height: 250px;
		margin-right: 2%;
	}

	#cm-cadre2 {
		width: 24%;
		height: 250px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 24%;
		height: 250px;
		margin-left: 1%;
	}

	.cm-square {
		width: 22.75%;
		margin-right: 3%;
		float: left;
	}

	.cm-square:nth-child(4) {
		margin-right: 0;
	}

	#cm-social-block {
		width: 40%;
		float: left;
		text-align: left;
	}

	#cm-subscr-block {
		width: 60%;
		float: left;
		text-align: right;
	}
	.cm-prefooter-block:first-child {
		width:35%;
	}
	.cm-prefooter-block,
	.cm-footernav-block {
		width: 22%;
	}

	.cm-prefooter-title,
	.cm-footernav-title {
		font-size: 24px;
		padding: 0 0 30px 0;
		margin-bottom: 10px;
	}

}

@media (min-width: 960px) and (max-width: 1200px) {

	#cm-tel {
		width: 24%;
		text-align: left;
	}

	#cm-time {
		width: 35%;
		text-align: left;
	}

	#cm-bar-links {
		width: 40%;
		text-align: right;
	}

	#cm-hgroup-in,
	#cm-user-bar-in,
	#cm-cadres,
	#cm-content,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 910px;
	}

	#cm-cadre1 {
		width: 48%;
		height: 200px;
		margin-right: 2%;
	}

	#cm-cadre2 {
		width: 24%;
		height: 200px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 24%;
		height: 200px;
		margin-left: 1%;
	}

	.cm-square {
		width: 22.75%;
		margin-right: 3%;
		float: left;
	}

	.cm-square:nth-child(4) {
		margin-right: 0;
	}

	#cm-social-block {
		width: 40%;
		float: left;
		text-align: left;
	}

	#cm-subscr-block {
		width: 60%;
		float: left;
		text-align: right;
	}

	#cm-content {
		padding: 20px 0 25px 0;
		font-size: 14px;
	}

	#cm-right h1 {
		font-size: 24px;
		margin: 15px 0 20px 0;
	}

	#cm-left h2 {
		font-size: 20px;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}

	#cm-right,
	#cm-left {
		font-size: 14px;
	}

	#cm-nav-in {
		width: 940px;
	}

	#cm-logo {
		width: 300px;
	}

	#cm-search {
		width: 280px;
	}

	#cm-search input[type="text"] {
		width: 220px;
	}

	#cm-basket {
		width: 305px;
		font-size: 14px;
	}

	.cm-prefooter-block,
	.cm-footernav-block {
		width: 22%;
	}

	.cm-prefooter-title,
	.cm-footernav-title {
		font-size: 20px;
		padding: 0 0 20px 0;
		margin-bottom: 10px;
	}

	#cm-footer-pay {
		width: 100%;
		text-align: center;
	}

	#bx-composite-banner {
		float: right;
	}

}

@media (min-width: 768px) and (max-width: 960px) {

	body {
		padding: 0 20px 20px 20px;
		background: #eee;
	}

	#cm-overflow {
		padding: 10px;
	}

	#cm-tel {
		width: 45%;
		float: left;
	}

	#cm-bar-links {
		width: 55%;
		float: left;
		text-align: right;
	}

	#cm-hgroup {
		height: 70px;
	}

	#cm-hgroup-in {
		width: 90%;
		height: 70px;
	}

	#cm-logo {
		line-height: 70px;
	}

	#cm-user-bar-in {
		width: 100%;
	}

	#panel,
	#cm-time,
	#cm-search,
	#cm-basket,
	#cm-nav,
	#cm-left,
	#cm-breadcrumb,
	#cm-top {
		display: none;
	}

	#cm-menu-button {
		display: inline-block;
	}

	#cm-cadres,
	#cm-content,
	#cm-right,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 95%;
		float: none;
	}

	#cm-cadres {
		margin: 25px auto;
	}

	#cm-cadre1 {
		width: 100%;
		height: 250px;
		margin: 0 0 20px 0;
		float: none;
	}

	#cm-cadre2 {
		width: 49%;
		height: 250px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 49%;
		height: 250px;
		margin-left: 1%;
	}

	.cm-square {
		width: 22.75%;
		margin-right: 3%;
		float: left;
	}

	.cm-square:nth-child(4) {
		margin-right: 0;
	}

	#cm-social-block,
	#cm-subscr-block {
		width: 100%;
		float: none;
		text-align: center;
	}

	#cm-content {
		padding: 20px 0 25px 0;
		font-size: 14px;
	}

	#cm-right h1 {
		font-size: 24px;
		margin: 15px 0 20px 0;
	}

	#cm-right {
		font-size: 14px;
	}

	.cm-prefooter-block,
	.cm-footernav-block {
		font-size: 13px;
		width: 47%;
	}

	.cm-prefooter-title,
	.cm-footernav-title {
		font-size: 20px;
		padding: 0 0 20px 0;
		margin-bottom: 10px;
	}

	#cm-footer-pay {
		width: 100%;
		text-align: center;
	}

	#bx-composite-banner {
		float: right;
	}

}

@media (min-width: 640px) and (max-width: 768px) {



	body {
		padding: 0 20px 20px 20px;
		background: #eee;
	}

	#cm-overflow {
		padding: 10px;
	}

	#cm-tel {
		width: 40%;
		float: left;
	}

	#cm-bar-links {
		width: 60%;
		float: left;
		text-align: right;
	}

	#cm-hgroup {
		height: 70px;
	}

	#cm-hgroup-in {
		width: 90%;
		height: 70px;
	}

	#cm-logo {
		line-height: 70px;
	}

	#cm-user-bar-in {
		width: 100%;
	}

	#panel,
	#cm-search,
	#cm-basket,
	#cm-nav,
	#cm-left,
	#cm-time,
	#cm-breadcrumb,
	#cm-top {
		display: none;
	}

	#cm-menu-button {
		display: inline-block;
	}

	#cm-cadres,
	#cm-content,
	#cm-right,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 95%;
		float: none;
	}

	#cm-cadres {
		margin: 15px auto;
	}

	#cm-cadre1 {
		width: 100%;
		height: 220px;
		margin: 0 0 15px 0;
		float: none;
	}

	#cm-cadre2 {
		width: 49%;
		height: 220px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 49%;
		height: 220px;
		margin-left: 1%;
	}

	.cm-square {
		width: 48%;
		margin-right: 4%;
		float: left;
	}

	.cm-square:nth-child(even) {
		margin-right: 0;
	}

	#cm-social-block,
	#cm-subscr-block {
		width: 100%;
		float: none;
		text-align: center;
	}

	#cm-content {
		padding: 15px 0 20px 0;
		font-size: 14px;
	}

	#cm-right h1 {
		font-size: 24px;
		margin: 10px 0 15px 0;
	}

	#cm-right {
		font-size: 14px;
	}

	.cm-prefooter-block,
	.cm-footernav-block {
		width: 47%;
		font-size: 13px;
	}

	.cm-prefooter-title,
	.cm-footernav-title {
		font-size: 20px;
		padding: 0 0 15px 0;
		margin-bottom: 5px;
	}

	#cm-footer-copy,
	#bx-composite-banner,
	#cm-footer-pay {
		width: 100%;
		text-align: center;
	}

}

@media (min-width: 480px) and (max-width: 640px) {

	body {
		padding: 0 10px 10px 10px;
		background: #eee;
	}

	#cm-overflow {
		padding: 5px;
	}

	#cm-tel,
	#cm-time {
		width: 100%;
		text-align: center;
	}

	#cm-bar-links {
		width: 100%;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #ddd;
	}

	.cm-bar-link {
		font-size: 12px;
	}

	.cm-link-acc,
	.cm-link-cart {
		border-right: solid 1px #ddd;
	}

	#cm-hgroup {
		height: 70px;
	}

	#cm-hgroup-in {
		width: 90%;
		height: 70px;
	}

	#cm-logo {
		line-height: 70px;
	}

	#cm-user-bar-in {
		width: 100%;
	}

	#panel,
	#cm-time,
	#cm-search,
	#cm-basket,
	#cm-nav,
	#cm-left,
	#cm-breadcrumb,
	#cm-prefooter,
	#cm-footer-copy,
	#cm-top {
		display: none;
	}

	#cm-menu-button {
		display: block;
	}

	#cm-cadres,
	#cm-content,
	#cm-right,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 95%;
		float: none;
		font-size: 13px;
	}

	#cm-cadres {
		margin: 15px auto;
	}

	#cm-cadre1 {
		width: 100%;
		height: 200px;
		margin: 0 0 10px 0;
		float: none;
	}

	#cm-cadre2 {
		width: 49%;
		height: 200px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 49%;
		height: 200px;
		margin-left: 1%;
	}

	.cm-square {
		width: 48%;
		margin-right: 4%;
		float: left;
	}

	.cm-square:nth-child(even) {
		margin-right: 0;
	}

	#cm-social-block,
	#cm-subscr-block {
		width: 100%;
		float: none;
		text-align: center;
	}

	#cm-content {
		padding: 15px 0 25px 0;
	}

	#cm-right h1 {
		font-size: 22px;
		margin: 10px 0 15px 0;
	}

	.cm-footernav-block {
		width: 95%;
		margin: 15px auto;
		float: none;
	}

	.cm-footernav-title {
		font-size: 20px;
		padding: 0 0 15px 0;
		margin-bottom: 5px;
	}

	#cm-footer-copy,
	#bx-composite-banner,
	#cm-footer-pay {
		width: 100%;
		text-align: center;
	}

}


@media (max-width: 760px) {

.col-md-6 {
    width: 100%;
    display: inline-block;
}
}
@media (max-width: 480px) {

	body {
		padding: 0 10px 10px 10px;
		background: #eee;
	}

	#cm-overflow {
		padding: 5px;
	}

	#cm-tel {
		width: 100%;
		text-align: center;
	}

	#cm-bar-links {
		width: 100%;
		text-align: center;
		background: #fff;
		border-bottom: solid 1px #eee;
	}

	.cm-bar-link {
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		width: 32%;
	}

	.cm-link-acc,
	.cm-link-cart,
	.cm-link-logout,
	.cm-link-login {
		background-position: center center;
	}

	.cm-link-acc,
	.cm-link-cart {
		border-right: solid 1px #ddd;
	}

	#cm-hgroup {
		height: 70px;
	}

	#cm-hgroup-in {
		width: 90%;
		height: 70px;
	}

	#cm-logo {
		line-height: 70px;
	}

	#cm-user-bar-in {
		width: 100%;
	}

	#panel,
	#cm-time,
	#cm-search,
	#cm-basket,
	#cm-nav,
	#cm-left,
	#cm-breadcrumb,
	#cm-prefooter,
	#cm-footer-copy,
	#cm-top {
		display: none;
	}

	#cm-menu-button {
		display: block;
	}

	#cm-cadres,
	#cm-content,
	#cm-right,
	#cm-social-subscr,
	#cm-latest-blog,
	#cm-squares,
	#cm-prefooter-in,
	#cm-footernav-in,
	#cm-footer-in {
		width: 95%;
		float: none;
		font-size: 12px;
	}

	#cm-cadres {
		margin: 10px auto;
	}

	#cm-cadre1 {
		width: 100%;
		height: 150px;
		margin: 0 0 10px 0;
		float: none;
	}

	#cm-cadre2 {
		width: 49%;
		height: 150px;
		margin-right: 1%;
	}

	#cm-cadre3 {
		width: 49%;
		height: 150px;
		margin-left: 1%;
	}

	.cm-square {
		width: 48%;
		margin-right: 4%;
		float: left;
	}

	.cm-square:nth-child(even) {
		margin-right: 0;
	}

	#cm-social-block,
	#cm-subscr-block {
		width: 100%;
		float: none;
		text-align: center;
	}

	#cm-content {
		padding: 15px 0 25px 0;
	}

	#cm-right h1 {
		font-size: 20px;
		margin: 10px 0 15px 0;
	}

	#cm-footernav {
		padding: 15px 0;
	}

	.cm-footernav-block {
		width: 95%;
		margin: 15px auto;
		float: none;
	}

	.cm-footernav-title {
		font-size: 18px;
		padding: 0 0 10px 0;
		margin-bottom: 5px;
	}

	#bx-composite-banner,
	#cm-footer-pay {
		width: 100%;
		text-align: center;
	}

}
@media (max-width: 428px) {

.bx_ordercart_order_pay_center a
{
	float: none;
margin-bottom:10px;
}
.bx_ordercart_order_pay_center 
{
	text-align: center;
}


}

@media (max-width: 325px)
{
#cm-menu-button {

    margin-top: -20px;
}
}

@media (max-width: 560px){
.bx_catalog_list_home .bx_catalog_item_title a {
 font-size: 16px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size: 16px;}
.bx_catalog_list_home .bx_catalog_item_controls{margin-top:0px;}
.bx_catalog_list_home .bx_catalog_item_price{ min-height: 20px;}
.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item{    padding: 1px 10px;}

}

@media (max-width:400px){
	.td-re .g-recaptcha {
    display: inline-block;
    margin-left: -30px;
    transform: scale(0.9);
}
}

/* End */
/* /bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-mobi/style.css?17505643772043 */
/* /bitrix/templates/tuvix_azure/components/bitrix/search.title/tuvix/style.css?17505643771431 */
/* /bitrix/templates/tuvix_azure/components/bitrix/sale.basket.basket.line/tuvix/style.css?17505643775337 */
/* /bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-hor/style.css?17505643773208 */
/* /bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-left/style.css?17505643772225 */
/* /bitrix/templates/tuvix_azure/components/bitrix/catalog.viewed.products/tuvix/style.css?17505643772646 */
/* /bitrix/templates/tuvix_azure/components/bitrix/breadcrumb/tuvix/style.css?1750564377733 */
/* /bitrix/templates/tuvix_azure/components/bitrix/menu/tuvix-bottom/style.css?1750564377402 */
/* /bitrix/templates/tuvix_azure/styles.css?17505643771480 */
/* /bitrix/templates/tuvix_azure/template_styles.css?175056437762470 */
