

/* Start:/bitrix/components/mcom/mobile.menu/templates/.default/style.css?15759926786161*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'linecons';
	src:url('/bitrix/components/mcom/mobile.menu/templates/.default/fonts/linecons.eot');
	src:url('/bitrix/components/mcom/mobile.menu/templates/.default/fonts/linecons.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/components/mcom/mobile.menu/templates/.default/fonts/linecons.woff') format('woff'),
		url('/bitrix/components/mcom/mobile.menu/templates/.default/fonts/linecons.ttf') format('truetype'),
		url('/bitrix/components/mcom/mobile.menu/templates/.default/fonts/linecons.svg#linecons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Hide menu top on large screen */
@media only screen and (max-width: 767px) {
	#block_top_menu {
		display: none;
	}
	.rm-body-with-header #header_logo {
		/* display: none; */
	}
}
@media only screen and (min-width: 767px) {
	body.rm-body-with-header {
		padding-top: 0px;
	}
	.rm-header {
		display: none;
	}
	.rm-trigger {
		display: none;
	}
}

.rm-pannel * {
	margin: 0;
	padding: 0;
}
.rm-pannel .rm-level h2{
	font-size: 16px;
}

.rm-pannel .main-logo{
	background:#313131;
}

.rm-trigger {
	position: fixed;
	top: 80px;
	right: 10px;
	cursor: pointer;
	height: 60px;
	width: 40px;
	z-index: 10000;
}
.rm-trigger:before {
	position: absolute;
	top: 16px;
	left: 0;
	width: 40px;
	height: 6px;
	/* background: #777; */
	/* box-shadow: 0 6px rgba(255,255,255,0.8), 0 12px #777, 0 18px rgba(255,255,255,0.8), 0 24px #777; */
	content: '';
}
.rm-level__container .icon-arrow {
	display: block;
}

.rm-overlay {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.2);

	/* Fix for Chrome android */
	padding-bottom: 20%;
	-webkit-box-sizing: border-box
	-moz-box-sizing: border-box;
	box-sizing: content-box;
}
.rm-overlay--open {
	left: 0%;
}
.rm-overlay--close {
	left: -100%;
}
.rm-pannel {
    z-index: 10000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    overflow-x: hidden;
    background: #fff;
    border-right: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box -moz-box-sizing: border-box;
    box-sizing: content-box;
}
.rm-pannel--open {
	left: 0;
}
.rm-pannel--close {
	left: -100%;
}
.rm-container {
	z-index: 100;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 10px;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 70px;
	
	
    -webkit-overflow-scrolling: touch;
}


.rm-level {
	position: relative;
	float: left;
	width: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;width: 256px;
}
.icon-arrow:before {
	font-family: 'linecons';
    position: absolute;
    right: 10px;
    z-index: -1;
    /* color: #777; */
    color: #EC1B2E;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    line-height: 102%;
    content: "\e033";
    top: 50%;
    font-size: 10px;
    margin-top: -5px;
}
.rm-level__title, .rm-level__title:hover {
    display: block;
    border-bottom: none;
    margin: 0;
    padding: 0.5em;
    
    font-size: 1.5em;
	color: #EC1B2E;
    
    font-family: HaginCapsMedium;
    text-decoration: none;
}
.rm-level__item {
	border-bottom: none;
	display: block;
	margin: 0;
	padding: 6px 22px 6px 29px;
	color: #1c1c1c;
	font-size: 14px;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.rm-logo{display:inline-block;width:100%; padding:10px; text-align:center;box-sizing: border-box;}
/* .rm-level__item:hover, .rm-level__item--selected { */
    /* background: #ff7200; */
    /* box-shadow: inset 0 -1px rgba(0,0,0,0); */
    /* color: rgba(255, 255, 255, 0.4); */
    /* -webkit-transition: background 0.3s, box-shadow 0.3s; */
    /* -moz-transition: background 0.3s, box-shadow 0.3s; */
    /* transition: background 0.3s, box-shadow 0.3s; */
    /* color: #fff; */
/* } */
.rm-level__item:hover{
    background: #EC1B2E;
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff;
}
.rm-level__item--back {
	letter-spacing: normal;
    font-size: 14px;
    line-height: 1.4em;
	color:#ef2d48;
	position:relative;
}
.rm-level__item--back:before{
	background: url(/images/mmarr.png);
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 8px;
}
.rm-level__container{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.rm-level__container li{
	position:relative;
	background-repeat: no-repeat;
    background-position: 3px 50%;
}
.rm-level__container li.separator{
    background-repeat: no-repeat;
    background-position: 3px 42%;
}
.rm-level__container li.separator>span{
    margin: 0;
    padding: 6px 22px 6px 23px;
    display: block;
    color: #1C1C1C;
    font-family: HaginCapsMedium;
    text-transform: uppercase;
}
.rm-body-with-header {
	/* padding-top: 60px; */
}
.footer-container #footer .rm-header a {
    color: #B3B3B3 !important;
}
.rm-header {
	position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: -webkit-linear-gradient(left, #111215 0%, #000000 0.27%, #1D2025 50%, #000000 100%);
    border-bottom: 1px solid #404040;
    z-index: 10000;
}

.rm-header .logo {
	max-height: 50px;
	margin : 5px;
	max-width:60%;
}
@media only screen and (max-width: 320px) {
	.rm-header .logo {
		padding-top:10px;
	}
}

.rm-header .rm-trigger {
	position: absolute;
	top:0;
	right: 10px;
}

.footer-container #footer .rm-header .cart,
.rm-header .cart {
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	top: 0;
	right: 65px;
	font-size: 40px;
	line-height: 60px;
	height: 60px;
	width: 40px;
	color: #B3B3B3 !important;
	padding-right: 15px;
}

.rm-header .cart .count{
	display: block;
    position: absolute;
    top: 19px;
    right: 13px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 12px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/catalog-m/style.css?16486657622120*/
.mobile div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:1005;
	max-width: 100%;
	padding-right: 70px;
}

table.title-search-result--mobile {
	border-collapse: collapse;
	border:none;
	width:100%;
}
table.title-search-result--mobile td {
	background-color:white;
	font-weight:normal;
	padding: 7px 17px;
	text-align:left;
}

table.title-search-result--mobile td.title-search-item {
}

table.title-search-result--mobile td.title-search-item a {
	display: flex;
	color: #000;
}

table.title-search-result--mobile td.title-search-item img {
	flex-shrink: 0;
	vertical-align:top;
	margin-right: 0.5em;
}
table.title-search-result--mobile td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}
table.title-search-result--mobile td.title-search-item s {
	color: #999;
}
table.title-search-result--mobile td.title-search-item .catalog-price {
	font-weight: bold;
}
table.title-search-result--mobile tr.title-search-selected td
,table.title-search-result--mobile tr.title-search-selected a
,table.title-search-result--mobile tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

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

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

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

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

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

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result--mobile td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/catalog/style.css?16486651072448*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:visible;
	z-index:205;
	max-width: 236px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:320px;
	position: absolute;
	right: 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

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%;
	display: none;
}

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

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

table.title-search-result td.title-search-item a {
	display: flex;
	color: #000;
}

table.title-search-result td.title-search-item img {
	flex-shrink: 0;
	vertical-align:top;
	width: 75px;
	height: 75px;
	margin: 0 1em 0 0;
}

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;
	display: none;
}

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

p.title-search-preview {
	font-size:12px;
}
table.title-search-result td.title-search-item s {
	color: #999;
}
table.title-search-result td.title-search-item .catalog-price {
	font-weight: bold;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/top/style.min.css?15633789533712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/general/template_styles.css?17521723172664*/
.content-tags.content-tags--inited.catalog {
	margin-bottom: 20px;
}

.cart-toggler a {
	position: relative;
}

#counter-cart {
	display: block;
	position: absolute;
	background: #ec1e2e;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	z-index: 1;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	left: 23px;
}

.squ_select {
	text-align: center;
}

.detail_pro .squ_select {
	text-align: left;
}

.detail_pro .squ_select .prop-name {
	border: none;
	padding-left: 0;
}

.squ_select input {
	display: none;
}

.squ_select label {
	border: 1px solid #1C1C1C;
	border-radius: 4px;
	padding: 3px 20px;
	font-size: 16px;
	cursor: pointer;
}

.squ_select label.selected {
	background: #EC1B2E;
	color: #ffffff;
	border: 1px solid #EC1B2E;
}

.quantity .btn-buy {
	border: none;
}

.buy_cont .btn-buy {
	border: none;
}

#addedModal .modal-body {
	text-align: center;
}

#addedModal .modal-body .tovar-info img {
	max-width: 200px;
	margin: 10px auto;
}

#addedModal .modal-body .tovar-info p {
	font-size: 18px;
}

.top-menu .pics-col {
	display: none;
}

@media (min-width:1200px) {
	.col-lg-3:nth-child(4n+1) {
		clear: both;
	}

	.col-lg-4:nth-child(3n+1) {
		clear: both;
	}

	.col-md-3:not([class^="col-lg"]):nth-child(4n+1) {
		clear: both;
	}

	.col-md-4:not([class^="col-lg"]):nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.col-md-3:nth-child(4n+1) {
		clear: both;
	}

	.col-md-4:nth-child(3n+1) {
		clear: both;
	}
}

@media (max-width:552px) {
	.category_box img {
		margin-top: 0 !important;
	}

	.bx-catalog-subscribe-button {
		padding: 10px 5px !important;
		font-size: 13px !important;
	}

	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
		text-align: left;
		float: left;
	}
}

.main-user-consent-request-announce-link {
	background: none !important;
	border: none !important;
	color: #000 !important;
	line-height: 20px !important;
}

.navbar-header:hover .navbar_w {
	left: 64px;
}

.navbar_w:hover {
	z-index: 2;
}

.navbar_w {
	/*	transition-property: left;*/
	/*	transition-duration: .2s;*/
	left: 15px;
}

header .navbar-brand.navbar_w img {
	right: 5px;
}

.tab_content ul,
.tab_content ol {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 40px;
}


.news .list-item p {
	padding: 0;
	margin: 0;
}

#rm-trigger {
	font-size: 26px;
	line-height: 0;
	left: -12px;
}

#bx-soa-orderSave .main-user-consent-request-announce {
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
}

ul.marked {
	padding-left: 30px;
	list-style: unset;
}

.blog_text ul {
	padding-left: 30px;
	list-style: unset;
}
/* End */
/* /bitrix/components/mcom/mobile.menu/templates/.default/style.css?15759926786161 */
/* /bitrix/templates/.default/components/bitrix/search.title/catalog-m/style.css?16486657622120 */
/* /bitrix/templates/.default/components/bitrix/search.title/catalog/style.css?16486651072448 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/top/style.min.css?15633789533712 */
/* /bitrix/templates/general/template_styles.css?17521723172664 */
