

/* Start:/bitrix/templates/dymo/components/bitrix/menu/header/style.css?17328102571635*/
.header .row.a.header-menu {
    /*background: #ccc;*/
    padding-bottom: 10px;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #E5E5E5;
}

.header-menu li {
    display: flex;
    flex: 1;
    height: 20px;
    align-items: center;
    /*border-left: 1px solid #fff;
    padding: 0 15px;*/
    padding: 10px 0 5px 0;
    justify-content: center;
}

.header-menu li:first-child {justify-content: flex-start;}

.header-menu li.menu-item:hover {background: #F1F1F1;}

.header-menu li a {
    /*font-family: 'PTSansBold';*/
    font-size: 14px;
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
    text-decoration: none;
}
.topNavSwitcher { display: none; }

@media (max-width: 860px) {
    .header .row.a.header-menu { text-align: center; font-size: 18px; }
    .header-menu ul { flex-direction: column; margin: 15px 0 0 0; text-align: center; display: none; }
    .header-menu li { border-left: 0; margin: 0 0 10px 0; display: block; }
    .header-menu li a { font-size: 18px; }

    .topNavSwitcher { width: 100%; display: block; font-size: 18px; text-align: center; }
    .topNavSwitcher span { position: relative; padding: 0 10px 0 0; }
    .topNavSwitcher span:after { position: absolute; top: 8px; right: -7px; content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 5px 0 5px; border-color: #656565 transparent transparent transparent; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; }
    .topNavSwitcher span.active:after { transform: rotate(-180deg); }
}
/* End */


/* Start:/bitrix/templates/dymo/components/bitrix/search.title/dymo_search/style.css?17328102572108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

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

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

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

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

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


/* Start:/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/style.css?17328102578855*/
.bx_small_cart strong {color: #FF8100;}

.bx_small_cart .cart_info {font-size: 14px; color: #383838; display: inline-block;}

.bx_small_cart .btn a {color: #fff !important; margin: 0 10px; padding: 5px 0; width: 265px; text-align: center !important;}

.bx_small_cart:hover .bx_item_listincart {display: block;}

.bx_item_listincart {
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 500;
}

.bx_cart_block{
	/*color:#404040;*/
	font-size:12px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space: normal;
	line-height: normal !important;
}
.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:1000;
	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_cart_sidebar 			.bx_small_cart{padding:10px 1px 0 1px; position: relative;}
.bx_cart_block.bx_cart_fixed 			.bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min 						{min-height:88px}
.bx_cart_block.bx_cart_fixed.min		.bx_small_cart{padding:10px 8px}
/*.bx_cart_block.bx_cart_fixed.max_height .bx_small_cart{padding:10px 8px }*/
.bx_cart_block .bx_small_cart .icon_profile,
.bx_cart_block .bx_small_cart .icon_spacer{
	display:inline-block;
	width:18px;
	height:14px;

	position: relative;
	margin-bottom: -3px;
}

.bx_cart_block .bx_small_cart .icon_cart{
	display:inline-block;
	width:24px;
	height:26px;
	padding: 0px 0px !important;
	position: relative;
	margin-bottom: -15px;
}

/*
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_profile{background:url(/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/profile.png) no-repeat top center}
*/

.bx_cart_block .bx_small_cart .icon_cart{background:url(/img/cart.png)    no-repeat left center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/profile.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{/*color:#404040*/}
.bx_cart_block .bx_small_cart a:hover{text-decoration:none}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}

.bx_cart_block .bx_item_listincart{position:absolute; width:300px; top: 45px; left: 0px; display: none;}
.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: 50px;
}
.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{
	/*padding-bottom:21px;*/
	padding-top:10px;
	width:100%; 
	max-height: 300px;
	overflow-y: auto;
}
.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/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/cart_big.png) no-repeat center;*/
/*}*/
/*.bx_cart_block.bx_cart_sidebar.close 	.bx_item_listincart{height:0;overflow:hidden}*/
.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_status{

	padding:3px;
	background:#ebebeb;
	margin:0 10px 20px;
	line-height:16px;
	font-size:13px;
	/*height:16px;*/
	border-radius:3px;
	text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
	background:url(/bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/images/delete_item.png) no-repeat center;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:-3px;
	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-bottom:16px;
	color:#3f3f3f;
	font-size:12px;
	float: left;
	margin-right: 20px;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a{}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img{
	max-width:90px;
	height:auto;
	border:1px solid #e6e6e6;
}
.bx_cart_block .bx_item_listincart .bx_item_title{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_title a{
	font-size:13px;
	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}
.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:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ{
	font-size:12px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:25px;
}
.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
	border:none;
	border-top:1px solid #e5e5e5;
	width:100%;
	margin:11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container{
	/*height:62px;*/
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
}
.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:3px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover 		{background:#fff}
.bx_cart_block .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 		{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:active 	{ }


.bx_cart_block .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 		{font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }



/* End */


/* Start:/bitrix/templates/dymo/template_styles.css?17485969015425*/
.product__info {margin-bottom: 0;}

#basket_mess
{
    position: fixed;
    top: 300px;
    width: 100%;
    display: none;
    z-index: 1024;
}

#basket_mess div{
    width: 300px;
    text-align: center;
    margin: 0px auto;
    padding: 30px;
    border-radius: 3px;
    background: #0091b3;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.price-slide-link {text-decoration: none !important; border-bottom: 1px dashed #383838;}
.price-description {display: none; margin-top: 10px;}

.tbl th {padding: 10px; text-align: left;}
.tbl td {padding: 10px; border-bottom: 1px solid #eee;}
.tbl .sum {min-width: 150px;}
.tbl .total {text-align: right;}

.price .right {float: right;}
.price .left {vertical-align: middle; display: inline-block;}
.price .btn input[type="submit"] {color: #fff; background: none; border: none;}
.price .quant {border: 1px solid #999;}

.cl {clear: both;}

.footer__developer {margin-top: 90px; text-align: right; font-size: 14px;}

.product-card__title {min-height: 200px;}

.main-nav__cart-icon {
  width: 40px;
  height: 40px;
  color: #0091b3;
}

.bx_ordercart_order_table_container .control a {display: block; min-width: 20px; min-height: 20px;}

.main-nav__item {position: relative;}
.main-nav__item ul {display: none; position: absolute; left: 0; top: 25px; width: 200px; margin: 0; padding: 0; background: #fff;}
.main-nav__item ul li {margin: 0; padding: 10px 15px; list-style-type: none;}
.main-nav__item:hover ul {display: block;}
.main-nav__item ul li:hover {background: #0091b3;} 
.main-nav__item ul li:hover a {color: #fff;}
.main-nav__item ul li:hover a:hover {color: #fff;}

.search {position: relative;}
.search_container {display: none; position: absolute; top: 3px; right: 60px; padding: 10px; background: #fff;}
.search_container.active {display: block;}
.search_container input[type="text"] 
{
padding: 5px 25px;
font-size: 18px;
line-height: 122.22222%;
color: #666;
background-color: #fff;
border: 1px solid #0091b3;
border-radius: 17px;
}
.title-search-item img {display: inline-block;}

.props {}
.props div {cursor: pointer; padding: 0px 20px 0px 20px; line-height: 40px;}
.props div img {position: relative; top: -7px;}
.props label {cursor: pointer;}
.props .curr {background: #FF8100; border-radius: 3px; display: inline-block; clear: both; color: #fff;}
.props input {display: inline-block;}

.offer_tabs {margin-top: 10px;}
.offer_tabs .colors {min-height: 38px; margin-top: 5px;}
.offer_tabs .colors div {width: 38px; height: 38px; padding: 1px; margin-right: 3px; margin-bottom: 3px; float: left;  border: solid 1px #ccc;}
.offer_tabs .colors>div>div {display: block; width: 34px; height: 34px; border: solid 1px #fff; cursor: pointer;}
.offer_tabs .colors>div>a {display: block; width: 34px; height: 34px; border: solid 1px #fff;}
.offer_tabs .colors div.curr {border: solid 2px #0091b3 !important; padding: 0px;}
.offer_tabs .colors div.curr>div {}

.offerselect {max-width: 280px; font-size: 18px; line-height: 24px; border: solid 1px #ccc; padding: 5px 10px; margin-bottom: 3px; background: #fff;}

.priceblock>div {width: 49%; display: inline-block; vertical-align: top;}
.priceblock .offer_price {margin-top: 0; text-align: right; margin-bottom: 5px;}
.priceblock .offer_price + .text-md.product-card__id {text-align: right;}

.product-card__title {font-size: 28px;}

.header {padding: 10px 0;}
.header__logo {margin-top: 10px;}

@media (max-width: 1599px) and (min-width: 1024px)
{
	.main-nav__inner {padding-left: 30px;}
	.main-nav__contact-links {margin-left: 20px;}
	.header__container {display: flex;}
	.main-nav__wrapper {
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.header__logo {
	  -ms-flex-negative: 0;
	  flex-shrink: 0;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  height: 48px;
	  margin-right: 80px;
	  position: static;
	}
	.header {height: 89px;}
	.wrapper {padding-top: 89px;}
	.main-nav__list {position: relative; top: -10px;}
}

.tabs-links {
  border-bottom: 1px solid #ccd1d3;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}

.tabs-links a {
  display: inline-block;
  padding: 10px 20px;
  margin-roght: 5px;
}

.tabs-links a.active {
  background-color: #0091b3;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.strong {color: #000 !important; font-weight: bold;}

.alertblock 
{
	position: fixed;
	width: 630px;
	height: auto;
	left: 40px;
	bottom: 40px;
	font-size: 14px;
	line-height: 19.6px;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	box-shadow:  3px 4px 15px rgba(0,0,0,0.1);
}

.alertblock>div
{
	padding: 30px 20px;
}

.alertblock .alerttext
{
	padding: 10px;
	background: rgba(255,255,255,0.25);
	border-radius: 20px;
	border: #fff 1px solid;
	backdrop-filter: blur(5px);
	color: #0B201D;
}

.alerttext p {margin-bottom: 10px;}

.alerttext p a {color: #0091b3;}

.alerttext .btn {
  /*color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  background: #A30101;
  padding: 5px 10px;*/
}

.alertclose
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
} 
.alertclose svg {scale: 0.7; cursor: pointer;}

@media (max-width: 670px)
{
	.alertblock 
	{
		width: calc(100% - 30px);
		height: auto;
		right: 16px;
	}
}

/* End */
/* /bitrix/templates/dymo/components/bitrix/menu/header/style.css?17328102571635 */
/* /bitrix/templates/dymo/components/bitrix/search.title/dymo_search/style.css?17328102572108 */
/* /bitrix/templates/dymo/components/bitrix/sale.basket.basket.line/basket_small2/style.css?17328102578855 */
/* /bitrix/templates/dymo/template_styles.css?17485969015425 */
