

/* Start:/bitrix/templates/specopt1/css/jquery.jqzoom.css?17367083952128*/
.zoomPad{
	position:relative;
	z-index:99;
	cursor:crosshair;
	text-align:center;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity=80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   /* background-image: url(/bitrix/templates/specopt1/css/../img/zoomloader.gif); */
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110% !important;
	top:-1px !important;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #d5d5d5;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/* End */


/* Start:/bitrix/templates/specopt1/css/fancybox.css?17367083955017*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/specopt1/css/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/specopt1/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	
}

.fancybox-close:hover {
	background-position: 0 -154px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/specopt1/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/specopt1/css/../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	/*display: inline-block;*/
	display:none;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/specopt1/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/specopt1/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/specopt1/css/ast_styles.css?17367083956505*/
.fav-cabinet{
	float: right;
    /*position: absolute;
    right: 0;
    top: 81px;*/
	position:relative;
	margin-top:20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}	
.favorite{
	width: auto;/*110px;*/
	float: left;
	/*text-align:center;*/
	background-image:url('/bitrix/templates/specopt1/css/../img/star16.png');
    background-repeat: no-repeat;
    background-position: 0px -16px;
	padding:0;
	margin:0;
	padding-left: 18px;
	height:17px;
}

.favorite a, .favorite span{
	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #b51e20;
    text-decoration: none;
}

.favorite a:hover, .favorite a:hover span,
.compare a:hover, .compare a:hover + span,
.cabinet a.personal-link:hover, a.btn-feedback:hover, a.btn-feedback-text:hover
{
	font-weight: bold;
}

a.btn-feedback, a.btn-feedback-text
{
	display: inline-block;
	width: 150px;
}

.fav-cabinet div
{

	width: 130px;
}
.compare{
	width: auto;/*160px;*/
	float: left;
	/*text-align:center;*/
	background-image:url('/bitrix/templates/specopt1/css/../img/compare01.png');
    background-repeat: no-repeat;
    background-position: 0px -16px;
	padding:0;
	margin:0;
	padding-left: 18px;
	margin-left: 10px;
	height:17px;
	/*margin-left: 18px;*/
}

.compare a, .compare span, .compare{
	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 400;
    color: #b51e20 !important;
    text-decoration: none;
}

.cabinet{
	width: auto;/*140px;	*/
	float: right;
	text-align:center;
}

.cabinet a.personal-link{
	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px !important;
    line-height: 18px;
    font-weight: 400;
    color: #b51e20 !important;
    text-decoration: none;one;
}

.cabinet ul{
	margin:0px;
}
.cabinet ul li ul{
	display:none;
	background-color:#ffffff;
	border: 1px solid #E0E0E0;	
	width:200px;
	position:absolute;
	right:0;
}

.cabinet ul li ul li{
	text-align:left;
}

.cabinet ul li ul li:hover{
	/*background-color:#f8f8f8;*/
	background-color:#EEEEEE;
}

.cabinet ul li ul li a{
	padding:3px 8px;
	color:#545454;
	border-bottom:none;
	display:block;
}

.cabinet ul li ul li a:hover{
	color:#b51e20;
}

.cabinet ul li:hover ul{
	display:block;
}

.form_search_katalog input.request_search, .form_search_bysite input.request_search{
    height: 24px;
    width: 425px;
    padding: 4px 10px;
    margin: 5px 25px 0 0;
	border: 1px solid #CBCBCB;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    float: left;	
}

.form_search_katalog select.select{
	margin-right:25px;
	border: 1px solid #CBCBCB;
}

.form_search_katalog .selector span{
	border: 1px solid #CBCBCB;	
}


.form_search_katalog input[type=submit], .form_search_bysite input[type=submit]{
	margin: 5px 0 0 25px;
	float:left;	
	
    width: 101px;
    height: 32px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);

	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    padding: 0;
	
	border:none;
}

 .form_search_bysite input[type=submit]{
	 margin-left:0px;
 }

.form_search_katalog input[type=submit]:hover, .form_search_bysite input[type=submit]:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );		
}


.ui-datepicker select.ui-datepicker-month{
	width:60%!important;
}

.ui-datepicker select.ui-datepicker-year{
	width:40%!important;
}

.ui-datepicker .ui-datepicker-title select {
	font-size:16px;
}

.development{
	text-align:right;
}

.development p {
	font-size:13px;
	color: #777;
	padding:0px;
}

.development p a{
	font-size:13px;
	color: #777;
	text-decoration:none;
}


.development p a:hover{
	color: #b51e20;
}

#message_added{
	width:140px;
	height:60px;
	padding:6px 15px 6px 15px;
	position:absolute;
	display:none;
	border:none;
	background-image:url('/bitrix/templates/specopt1/css/../img/message-added.png');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index:10;
	margin:-41px 0 0 100px;
	color:#3F4B87;
	font-size:14px;
	text-align:center;
}
.favorite.no-empty{
	background-position: 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.compare a, .compare span,.cabinet a,
	.favorite a, .favorite span {
	    font-size: 11px;
	}
}
@media (min-width: 561px) and (max-width: 767px) {
	.fav-cabinet{
		display: none;
		margin:0;/*46px 0 0 0;*/
		padding:0;
	}
	.fav-cabinet .cabinet,
	.fav-cabinet #compare_list_count{
		display: none;
	}
}

@media (max-width: 560px) {
	.fav-cabinet{
		display: none;
		margin:0;/*80px 0 0 0;*/
		padding:0;
	}
	.fav-cabinet .cabinet,
	.fav-cabinet #compare_list_count{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/specopt1/css/slick.css?17367083952762*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: 56px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	/*z-index:999;*/
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 56px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .6;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
    opacity: .85;
    color: black;
}
/* End */


/* Start:/bitrix/templates/specopt1/components/ma/site.settings/template3/style.css?17367083933608*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; /*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;*/ background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; /*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;*/ background: #000 url(/bitrix/templates/specopt1/components/ma/site.settings/template3/img/loading.gif) no-repeat 50% 50%; }

.m-box-modal {
    background: #fff;
    /*padding: 15px;*/
    position: relative;
    /*border-radius: 10px;*/
}
    .b-mod-title {
        background: #eeefef;
        padding: 22px;
        border-bottom: 1px solid #ccc;
        margin: 0 0 15px;
    }
        .b-mod-title h1 {
            font-size: 18px;
            line-height: 22px;
            text-transform: uppercase;
            font-weight: bold;
        }
    .b-content-ajax {
        padding: 0 16px;
    }
    .m-box-modal .box-modal_close {
        position: absolute;
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: url('/bitrix/templates/specopt1/components/ma/site.settings/template3/img/close_sprite.png') no-repeat -2px -2px;
    }
    .m-box-modal .box-modal_close:hover {
        background: url('/bitrix/templates/specopt1/components/ma/site.settings/template3/img/close_sprite.png') no-repeat -2px -42px;
    }

.b-up_button {
    position: fixed;
    right: 96px;/*136px;*/
    bottom: 68px;/*62px;*/
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
    /* opacity: 0.7; */
}

/*.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/templates/specopt1/components/ma/site.settings/template3/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}*/

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/templates/specopt1/components/ma/site.settings/template3/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/templates/specopt1/components/ma/site.settings/template3/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
font.notetext {
    display: block;
    width: 290px;
    line-height: 21px;
    text-align: center;
}
@media (max-width: 767px) {
	.b-up_button {
    	bottom: 50px;
		right:50px;
	}
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/menu/top_menu_specopt_multilevel/style.min.css?17367083933786*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/specopt1/components/bitrix/menu/top_menu_specopt_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/specopt1/components/bitrix/menu/top_menu_specopt_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/specopt1/components/bitrix/menu/top_menu_specopt_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}
div.menu-clear-left{clear:left}
.top-nav li a.root-item-selected{
	color:#B51E20;
	font-weight:600;
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/system.auth.form/button_auth_specopt/style.css?1736708394596*/
.bx_login_block{
	float: left;
	padding-left: 35px;
	background: url('/bitrix/templates/specopt1/components/bitrix/system.auth.form/button_auth_specopt/images/gui.png') no-repeat  10% center;
}
a.bx_login_top_inline_link{
	color: #576e75;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	/*line-height: 13px;*/
	margin: 0 8px 0 5px;
}
a.bx_login_top_inline_link:hover{text-decoration: underline}
/*.bx_login_top_inline_icon{
	display: inline-block;
	margin-left: 15px;
	width: 16px;
	height: 13px;
	background: url('/bitrix/templates/specopt1/components/bitrix/system.auth.form/button_auth_specopt/images/gui.png') no-repeat bottom center;
	line-height: 13px;
}*/
.bx_login_popup_form {
	min-width:310px;
	min-height:310px;
	padding: 10px;
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/sale.basket.basket.small/small_basket_specopt/style.css?1736708394332*/
/*Table*/
table .sale_basket_small
{
	width:245px;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/compare_count/style.css?17367083661265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/style.css?17367083938534*/
.bx-top-naw{
	width: calc(100% + 15px);
	float: left;
	margin: 0 21px 0 -15px;
    height: 55px;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
}
.bx-top-naw:hover {
	background: rgba(222,227,226,1);
    background: -moz-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,227,226,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,227,226,1)), to(rgba(243,243,243,1)));
    background: linear-gradient(to bottom, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3e2', endColorstr='#f3f3f3', GradientType=0 );	
}
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 277px;
	font-size:182px;
	line-height: 22px;
	height: 56px;
}
.menu__arrow {
    border-right-color: #888;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #888;
    border-top-style: solid;
    border-top-width: 2px;
    display: block;
    flex-shrink: 0;
    height: 8px;
    transition-duration: 225ms;
    transition-property: border-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 8px;
}
.menu__arrow_right {
    transform: rotate(45deg);
}
/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width:277px;
	background-color: #fff;
	left: 0;
	box-shadow: 0 15px 12px 0 rgba(0,0,0,.22),0 19px 38px 0 rgba(0,0,0,.3);
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	align-items: center;
	color: #333;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 16px 10px 18px;
	text-decoration: none;
	transition-duration: 225ms;
	transition-property: background-color,color;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	text-transform: none;
	justify-content: space-between;
}
#vertical-multilevel-menu li ul li{
    padding-left:0px;
}
/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a.parent:hover
{
	background-color: #eeeeee;/*D6D6D6;*/
}
/*Rootmenu Items*/
#vertical-multilevel-menu li.menu__item{
	color:#454545;
	font-weight:bold;
	width: 277px;
	height: 56px;
	font-size:18px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 17px 0 0 58px;
	background: url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav1.png?16225667481034') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav2.png') no-repeat 231px 23px;
}
#vertical-multilevel-menu a.root-item-selected,
#vertical-multilevel-menu a.root-item
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	border-bottom: none;
	width: 170px;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #454545;
	background: transparent;
}
.menu__punkt{
	display: flex;
}
.menu__icon{
    fill: #888;
    flex-shrink: 0;
	height:auto;
    max-height: 25px;
    margin-right: 16px;
    width: 21px;
}
.menu__category{
    margin-top: 0px;
    word-break: break-word;
    text-transform: none;
}
#vertical-multilevel-menu li a.parent:hover .menu__category{
	color:#b51e20;
	font-weight:600;
}
#vertical-multilevel-menu li ul a:hover{
	color:#b51e20;
	background-color: #eeeeee;
	font-weight:600;
}
/*Rootmenu Items hover*/
/*#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/item_bg.gif) 0 -26px no-repeat;
}*/

/*Rootmenu Items Selected*/
/*#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}*/

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	padding-left: 18px;
	padding-right: 16px;
}
#vertical-multilevel-menu .menu__sub-list a.parent {
    padding-left: 16px;
}
/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin: 7px 0 0 0;
}

#vertical-multilevel-menu li ul
{
	/*margin:-27px 0 0 133px;*/
	/*left: 270px;*/
	top: 48px;
	margin: -48px 0 0 277px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
.menu__sub-list::before{
	background-image: linear-gradient(90deg,rgba(0,0,0,.1),transparent);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}
#vertical-multilevel-menu li ul.menu__sub-list{
	background-color: #ffffff;/*#f4f4f4;*/
	min-height: 375px;
	height: auto;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .3),5px 5px 12px -5px rgba(0, 0, 0, .22);
}
@media (min-width: 992px) and (max-width: 1199px) {
	#vertical-multilevel-menu a.root-item-selected, #vertical-multilevel-menu a.root-item{
		font-size:14px;
		font-weight: 600;
	}
	ul#vertical-multilevel-menu, #vertical-multilevel-menu ul {
		width: 100%;
	}
	#vertical-multilevel-menu li.menu__item{
		width: 100%;
		background: url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav1.png?16225667481034') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav2.png') no-repeat 200px 23px;	
	}
	#vertical-multilevel-menu a.root-item{
		font-size: 14px;
		font-weight: bold;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#vertical-multilevel-menu a.root-item-selected, #vertical-multilevel-menu a.root-item{
		font-size:14px;
		font-weight: 600;
	}
	#vertical-multilevel-menu li.menu__item {
    	background: url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav1.png?16225667481034') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav2.png') no-repeat 205px 23px;
	}
}
#vertical-multilevel-menu li ul li a{
    font-weight:normal;
}
#vertical-multilevel-menu li ul li a span{
    width: 24px;
}
@media (min-width: 768px) and (max-width: 869px) {
	ul#vertical-multilevel-menu, #vertical-multilevel-menu ul {
		width: 100%;
	}
	#vertical-multilevel-menu li.menu__item{
		width: 100%;
		background: url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav1.png?16225667481034') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav2.png') no-repeat 200px 23px;	
	}
	#vertical-multilevel-menu a.root-item{
		font-size: 14px;
		font-weight: bold;
	}
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/search.title/specopt/style.css?17367083946630*/
div.title-search-result {
	border: 1px solid #c6c6c6;
	display: block;
	overflow: hidden;
	z-index: 205;
	margin-top: 44px;
	margin-left:-307px;
	width: 1170px !important;
	border-radius: 0 0 5px 5px;
}

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;
}

.title-search-result {
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
	z-index: 99999;
	background: #fff;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.shadow(direction=135,color=#9a9a9a,strength=5)";
	filter: progid:DXImageTransform.Microsoft.shadow(direction=135,color=#9a9a9a,strength=5);
	margin-top: -1px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/specopt1/components/bitrix/search.title/specopt/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
ul.model_list, ul.model_list li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.model_list {
	position: relative;
	zoom: 1;
	display: block;
	margin-bottom: 10px;
	bottom: 10px;
}
ul.model_list li {
	position: relative;
	zoom: 1;
	border: 1px solid #e5e0d7;
	float: left;
	width: 288px;
	height: 140px;
	padding: 0;
	margin-right: 19px;
	margin-bottom: 19px;
	border-radius: 5px;
	zoom: 1;
	background-color: #fff;
	transition:0.2s;
}
ul.model_list li:hover {
	box-shadow: 0 3px 12px 1px rgba(42,48,60,.19);
}
ul.model_list li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 10;
}
.title-search-result ul.model_list li {
	height: 105px;
	width: 33%;
	margin-right: 0;
	margin-bottom: 0;
}
ul.model_list li div.model_img {
	position: relative;
	zoom: 1;
	width: 100px;
	height: 125px;
	margin-top: 6px;
	margin-left: 6px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.title-search-result ul.model_list li div.model_img {
	height: 60px;
	width: 40px;
}
.title-search-result ul.model_list li div.model_img img{
	max-height: 100%;
	max-width:100%;
}
ul.model_list li div.model_text_cont {
	position: relative;
	zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 110px;
	padding: 10px;
	height: 120px;
}
.title-search-result ul.model_list li div.model_text_cont {
	margin-left: 50px;
}
div.model_text {
	position: relative;
	top: 0;
	bottom: 0;
	height: 100px;
	width: 160px;
	overflow: hidden;
}
.title-search-result ul.model_list li div.model_text_cont div.model_text {
	width: auto;/*230px;*/
	max-width:100%;
	overflow: hidden;
}
h3 {
	color: #101010;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding-bottom: 0.5em;
	padding-top: 1em;
	font-weight: bold;
}
ul.model_list h3, ul.model_list h4, ul.model_list p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
}
ul.model_list h4 {
	color: #c63;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
.div_after {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	clear: both;
	position: relative;
	margin-bottom: 8px;
}
.div_after a:link{
	color: #fff;
	font-size: 16px;
}
.div_after a{
	background: green;
	color: #fff;
	padding: 10px;
	font-size: 16px;
}

.div_after a:hover{
    background: #b51e20;
}

.clear_search{
	position: absolute;
	top: 8px;
	right: 1%;/*117px;*/
	font-size: 36px;
	color: #b51e20;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	transition: 0.2s;
	opacity: 0.5;
	padding: 7px 0;
}
.clear_search:hover{
	opacity:1;
}
.search_result_text p{
	font-size: 10px !important;
	line-height: 12px !important;
}
.rez_art{
	font-size: 15px;
}
.rez_art span{
	position:relative;
	font-size: 15px;
	line-height: 15px;
	color: #b51e20;
	font-weight: bold;
	padding-left: 3px;
}
.search_result_text h3{
	text-transform:none;
	font-weight:bold;
}

@media (min-width: 992px) and (max-width: 1199px) {
	div.title-search-result {
		width: 100% !important;
		margin-left:-230px;
	}
	.title-search-result ul.model_list li {
		height: 80px;
		width: 31%;/*354px;*/
		margin-right: 2%;/*9px;*/
		margin-bottom: 9px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	div.title-search-result {
		width: 100% !important;
		margin-left:-226px;/*-295px;*/
	}
	.title-search-result ul.model_list li {
		height: 90px;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 9px;
	}

}
@media (max-width: 767px) {
	div.title-search-result {
		width: 100% !important;
		margin-left:0;
		margin-top:40px;
	}
	.title-search-result ul.model_list li {
		height: 80px;
		width: 98%;
		margin-right: 2%;
		margin-bottom: 9px;
	}
	.title-search-result ul.model_list li.gran3{
		display:none;
	}
}
.hidden-desktop{display:none;}
/*@media (max-width: 767px) {
	.hidden-desktop{display:block;}
}*/
.currPrice .curr{font-size:14px}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/breadcrumb/breadcrumb_specopt/style.css?1736708394947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/specopt1/components/bitrix/breadcrumb/breadcrumb_specopt/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -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;
}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/menu/footer_menu_specopt/style.css?1736708393626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/specopt1/components/bitrix/menu/footer_menu_specopt/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17550122814180*/
.bx-basket-block{margin:auto;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:100;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,.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}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.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:none}.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:700;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:all .25s linear}.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,.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/specopt1/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17367083942900*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{transform:rotate(360deg)}}
/* End */


/* Start:/bitrix/templates/.default/components/ma/form/template-specopt-popup/style.css?17367083988704*/
.b-message-text {
    margin: 20px 0 0;
}
.b-message-form {
    margin: 10px 0 0 0;
    font: normal 1.0em/1.2 Arial, sans-serif;
}
  
    .b-message-form_info {
        margin-bottom: 2.0em;
    }
    .b-message-form_item {
        margin: 0 0 15px 0;
        zoom: 1;
    }
    .b-message-form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-form_item label {
            display: inline-block;
            margin: 0 0 0.3em 0;
            text-align: left;
            font-size: 13px;
            width: 130px;
        }
            .b-message-form_item label .required {
                color: #CC0000;
                /*display: none;*/
            }
    .b-message-form_field {
        position: relative;
        display: inline-block;
    }
        .b-message-form_checkbox label, .b-message-form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-message-form_text input, .b-message-form_date input {
            width: 410px;
            height: 20px;
            margin: 0;
            padding: 5px 10px;
            background: #F7F7F7;
            border: 1px solid #ccc;
            border-bottom-color: #e7e6e6;
            border-right-color: #e7e6e6;
            /*font: normal 14px/1.2 Arial, sans-serif;*/
            font-size: 14px;
            line-height: 20px;
            font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }
        .b-message-form_date input {
            /*width: 170px;*/
        }
            .b-message-form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }
        .b-message-form_item .textarea {
            width: 500px;
            height: 80px;
            margin: 0;
            padding: 6px 8px;
            background: #f1f1f1;
            border: 1px solid #d9d9d9;
            border-top: 1px solid #c0c0c0;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        

        .b-message-form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-form_item-error {
            display: block;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px; 
        }
        .b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
            border-color: #dd4b39 !important;
        }

        .b-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }

                .b-grahic-captcha .b-captcha_item span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-indent: -5000px;
                    background-image: url('/bitrix/templates/.default/components/ma/form/template-specopt-popup/img/shape.png');
                }
                .b-grahic-captcha .square {
                    background-position: 0 0;
                }
                .b-grahic-captcha .rectangle {
                    background-position: -30px 0;
                }
                .b-grahic-captcha .triangle {
                    background-position: -60px 0;
                }
                .b-grahic-captcha .round {
                    background-position: -90px 0;
                }
                .b-grahic-captcha .polyhedron {
                    background-position: -120px 0;
                }
                .b-grahic-captcha .trapeze {
                    background-position: -150px 0;
                }
                .b-grahic-captcha .rhombus {
                    background-position: -180px 0;
                }
                .b-grahic-captcha .oval {
                    background-position: -210px 0;
                }
                .b-grahic-captcha .star {
                    background-position: -240px 0;
                }

        .b-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
            font-size: 12px;
        }
            .b-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(/bitrix/templates/.default/components/ma/form/template-specopt-popup/img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-captcha-text label {
                /*color: #000;
                font-size: 12px;*/
                width: auto;
            }


    .b-message-form_submit {
        clear: both;
        padding: 0 0 20px;
    }
    .b-message-form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }
    .inputfile {
        width: 410px;
        padding: 5px 10px 5px 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        border: 0!important;
        /* height: 20px; */
        font-size: 14px;
        line-height: 20px;
        font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    }
    .b-message-form_submit input {
        width: 250px;
        height: 58px;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
        background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
        background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
        background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
        background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
           -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
                box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
        text-align: center;
        font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
        font-size: 17px;
        line-height: 58px;
        font-weight: 700;
        color: #454545;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
        margin: 0 auto;
        border: none;
        cursor: pointer;
    }
    .b-message-form_submit input:hover {
        background: rgba(255,247,0,1);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
        background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
        background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
        background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
        background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
    }
/* End */


/* Start:/bitrix/templates/specopt1/css/unlock.css?17367083953166*/
.slide-to-unlock {
  position: relative;
  /*left: 50%;
  top: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  

  width: 180px;
  height: 30px;
}

.slide-to-unlock .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock .disabled {
  background: none;
}

.slide-to-unlock .slide-text {
  position: absolute;
  top: 0;
  height:180px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.old-slider {
  border-radius: 16px;
  background: #b51e20;
  margin:auto;
  /*background-image: -webkit-linear-gradient(top, #111 0%, #333 100%);
  background-image: -moz-linear-gradient(top, #111 0%, #333 100%);
  background-image: -o-linear-gradient(top, #111 0%, #333 100%);
  background-image: linear-gradient(to bottom, #111 0%, #333 100%);*/
}

.old-slider.green{
  background: #09512B;	
}

.old-slider .dragdealer {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.old-slider .slide-text {
  right: 0;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 20px;
  cursor: default;
}

.old-slider .handle {
  width: 30px;
  border-radius: 12px;
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #aaa 100%);
}


.slide-to-unlock-mail{
  position: relative;
  width: 100px;
  height: 20px;
}



.slide-to-unlock-mail .slide-text {
  position: absolute;
  top: 0;
  height:100px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

.slide-to-unlock-mail .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock-mail .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock-mail .disabled {
  background: none;
}

.slide-to-unlock-mail .slide-text {
  position: absolute;
  top: 0;
  height:180px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.slide-to-unlock-mail.old-slider {
  border-radius: 8px;
  background: #b51e20;
  margin:0 0 -5px 0;
  display:inline-block;
}

.slide-to-unlock-mail.old-slider.green{
  background: #09512B;	
}

.slide-to-unlock-mail.old-slider .dragdealer {
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.slide-to-unlock-mail.old-slider .slide-text {
  right: 0;
  width: 70px;
  height: 16px;
  color: #fff;
  line-height: 15px;
  cursor: default;
}

.slide-to-unlock-mail.old-slider .handle {
  width: 20px;
  border-radius: 5px;
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #aaa 100%);
}

.link-box.last .e-mail{
	line-height:30px;
}

.mail-foot{
	display:none;
}

/* End */


/* Start:/bitrix/templates/specopt1/styles.css?1736708393148901*/
.partner-picture{
		position:relative;
		width:90%;
		height:200px;
		margin: 20px;
	}

@media (max-width: 767px) {
		.partner-picture{
			height:170px;
			margin: 0;
		}
		.partner-picture.arma{
			height:211px;
		}
}

/*==============================
1. Fonts and plugins styles
===============================*/

/* @import url("/bitrix/templates/specopt1/css/jquery.jqzoom.css"); */
/* @import url("/bitrix/templates/specopt1/css/fancybox.css"); */

/*==============================
2. Reset Styles
===============================*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color:#454545;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3 !important;
}
header ol, 
footer ol, 
header ul,
footer ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
        outline: none;
        font-family: arial;
}

button{
        cursor: pointer;
}

input{
    height: 24px;
    padding: 2px 5px;
    border: 1px solid #CBCBCB;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;    
    -webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
            border-radius: 3px;
}

input[type=radio], input[type=checkbox], input[type=radio]:focus, input[type=checkbox]:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

input:focus, textarea:focus{
/*  border:5px solid green;*/
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
       -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
            box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    border:1px solid #CBCBCB;
    outline: none;
}

input:invalid{
    -moz-box-shadow: none;  
}

input:-moz-submit-invalid {
  -moz-box-shadow: none;
       box-shadow: none;
}

input:-moz-ui-invalid {
  -moz-box-shadow:none;
       box-shadow:none;
}

input:required:focus {
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
       -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
            box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
}
label{
    height:24px;
}

/* Clearfix */
.clearfix { display: inline-block; 
border-style: none !important;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}


.clearfix { display:block; }

/*===================================
2.1. Defaults,  h1, h2, h3, h4, h5, a
===================================*/

h1 {
    font-size: 24px;
    line-height: 30px;
    color: #454545;
    text-decoration: none;
}

h2 {
    font-size: 19px;
    line-height: 24px;
    color: #454545;
    text-decoration: none;
}

h3 {
        font-size: 16px;
    line-height: 20px;
    color: #454545;
}

h4, h5, h6 {
        font-size: 14px;
    line-height: 28px;
    color: #454545;
    font-weight: bold;
}

a, a:link, a:visited {
    color: #545454;
    font-size: 12px;
}

ul, ol {
    padding: 0px;
    margin: 0px 0px 15px 20px;
}

p{
    padding: 0px 0px 15px 0px;
}

b, strong{
    font-weight: bold;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }
.detail-right-box .floatLeft { width:430px}

.floatRight { float: right; }

.bg-none { background: none !important; }

.italic,u,i{ font-style: italic; }

.overflow-none{ overflow: inherit !important; }

.alignCenter { text-align: center; display: block; }

.center-box{
    margin: 0 auto; 
    /*width: 100%;*//*1170px;*/
}

/*==============================
3. Wrapper and Header styles
===============================*/

body{
    background-color: #fff;
    width:100%;
    /*min-width:1170px;*/
}

#wrapper{
    min-height: 100%;
    background-color:#fff;
}

.header-main{
    margin: 0 0 17px;
    position: relative;
    z-index: 20;
    /*margin-right: auto;
    margin-left: auto;*/
}
.header-top{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
}
.header-middle{
    position: relative;
    z-index: 10;
    /*margin-left:30px;*/
}
.header-middle .center-box{
    position: relative;
    padding: 0 0 3px;
    margin:10px auto;
}

.header-bottom{
    position: relative;
    z-index: 5;
    height: 55px;
    margin-left:0;
}
.header-bottom .center-box{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
    height: 55px;
    position: relative;
}

.header-bottom .fixed {
    left: 50%;
    margin: 0 0 0 -585px !important;
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 99999;
}
@media (min-width: 768px) {
    .center-box{
        width: 100%;/*768px;*/
    }
}
@media (min-width: 992px) {
    .center-box{
        width: 100%;/*992px;*/
    }
}
@media (min-width: 1200px) {
    .center-box{
        width: 1200px;
        max-width: 100%;
    }
}

.top-nav ul{
    margin: 0 20px;/* 0 20px 0 0;*/
    float: right;
}

.top-nav li{
    display: inline-block;
/*    margin: 0 20px 0 0;
    padding:10px 0;
    */
    margin: 0px;
    padding:10px 10px;
}

.top-nav li:hover{
    background-color:#EEEEEE;
}

.top-nav li.last,
.top-nav li:last-child{
    margin-right: 0;
}

.top-nav > ul > li > a{
    font-weight:700;
    text-transform:uppercase;
}

.top-nav li a{
    /*    /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;/*700;*/
    color: #454545;
    text-decoration: none;
}

.top-nav li a:hover{
    /*text-decoration: underline;*/
    color:#b51e20;
}

.top-nav ul li ul{
    position: absolute;
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    /*width: 165px;*/
    background: #ffffff;
    border: 1px solid #E0E0E0;
    margin:9px 0 0 -10px;
}

.top-nav ul li:hover ul{
    display: block;
}

.top-nav ul li ul li{
    padding:0px;
    margin:0px;
    display: block;
    font-size:14px;
    border-bottom:1px solid #E0E0E0;
}
.top-nav ul li ul li:last-child{
    border-bottom:none;
}

.top-nav ul li ul li:hover{
    background-color:#E8E8E8;
    text-decoration:none;
}
.top-nav ul li ul li a{
    padding:7px 12px;
    display: block; 
    font-size:14px;
    font-weight:normal;
}

.top-nav ul li ul li:hover a:hover{
    text-decoration:none;
}


.logo{
    width: 82px;
    height: 93px;
    float: left;
    margin: 4px 35px 0 0;
}

.logo a{
    width: 82px;
    height: 0;
    padding-top: 93px;
    display: block;
    overflow: hidden;
    background: url('/bitrix/templates/specopt1/img/logo.png') no-repeat 0 0;
	
	
}

.region{
    margin: 30px 50px 0 0;
    float: left;
    position: relative;
}

.region p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
    padding: 0;
}

.region > a{
    text-decoration: none;
    background: url('/bitrix/templates/specopt1/img/region-arrow.png') no-repeat right 6px;
    padding: 0 25px 0 0;
}

.region > a span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #b51e20;
    border-bottom: 1px dashed #b51e20;
}

.region > a:hover span{
    border-bottom: none;
}

.region .sub-region{
    position: absolute;
    width: 180px;
    top: 110%;
    left: 0px;
    max-height: 200px;
    overflow: auto;
    padding: 10px 15px;
    border: 1px solid #e6e9e9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
    margin: 0px;
    list-style: none;
    display: none;
}

.region .sub-region li{
    display: block;
    border-bottom: 1px solid #e6e9e9;
    padding: 4px 0;
}

.region .sub-region li:last-child{
    border-bottom: none;
}

.region .sub-region a{
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.region .sub-region a:hover{
    text-decoration: underline;
}

.telephone-box{
    float: left;
    margin: 10px 0 0 0;/*30px 150px 0 24px;*/
    background: url('/bitrix/templates/specopt1/img/tel-icon.png') no-repeat 0 0;/*0 5px*/
    padding: 0 0 0 25px;
}

.telephone-box p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;/*30px;*/
    line-height: 22px;
    font-weight: 400;
    color: #333;
    padding: 0 0 5px 0;
}

.telephone-box a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #b51e20;
    text-decoration: none;
    margin: 0 50px 0 0;
}

.telephone-box a:last-child{
    margin:0;
}
.telephone-box a.btn-feedback-text{
	margin-left: 150px;
}

.telephone-box a:hover{
    border-bottom: none;
}
.telephone-box .mail-pagetext a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;/*30px;*/
    line-height: 20px;
    font-weight: 400;
    color: #333;
    padding: 0;
    border-bottom: none;
    background: url('/bitrix/templates/specopt1/img/e-mail.png') no-repeat 0 4px;
    margin-left: -25px;
    padding-left: 30px;
}
.container a{
    /*color:#b51e20;*/
}
#change_prof,
.card-product .name a,
.container .product-item-title a{
    color:#545454;
}
.container a.mail-pagetext:hover{
    border-bottom: 1px dashed #b51e20;
}
.telephone-box .mail-pagetext a:hover{
    color:#b51e20;
}

.work-time{
    float: left;
    margin: 12px 0 0 0;/*1px 0 0 -30px;*/
}

.work-time .head-time{
    font-size:14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom:6px;

}

.work-time p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #555;
    margin-bottom:0;
    padding-bottom:0;
}

.work-time p span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #555;
}

.work-time p span.minx{
    width:45px;
    display: inline-block;
    font-weight:normal;
}

.work-time sup{
    vertical-align: super;
    font-size: smaller;
    top: -0.3em; 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .telephone-box {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
    }
    .telephone-box p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 4px 0;
    }
    .telephone-box a {
        margin: 0 10px 0 0;
    }
    .telephone-box .mail-pagetext a {
        margin-left: -15px;
        padding-left: 20px;
    }
    .cabinet {
        /*margin-right: -15px;*/
        float: left;
    }
	/*.telephone-box a.btn-feedback-text {
    	margin-left: 205px;
	}*/

}
@media (min-width: 768px) and (max-width: 991px) {
	#wrapper{
        max-width: 100%;
        overflow-x: hidden;
    }
    .telephone-box {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .telephone-box a{
        margin: 0 20px 0 -10px;
        font-size: 11px;
    }
    .telephone-box p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 4px 0;
    }
    .telephone-box .mail-pagetext a {
        margin-left: -15px;
        padding-left: 20px;
    }
    .cabinet {
        /*margin-right: -15px;*/
        float: left;
    }
	.telephone-box a.btn-feedback-text {
    	margin-left: 205px;
	}

}
@media (max-width: 767px) {
	/*body {
    	overflow-x:hidden;
	}*/
    .logo{
        width: 100%;
        height: 90px;
        position: relative;/*fixed;*/
        /*top: 0;
        left: 60px;*/
        background:#fff;
        padding:10px;
        margin: 0;/*0 0 0 40px;*/
    }
    .logo a{
        background-size: 70%;
        padding-top:65px;
        width:77px;
    }
    .telephone-box{
        position: relative;
        margin: 10px 0 0 4px;
        width:100%;
        padding: 0 0 0 18px;
    }
    .telephone-box span{
        width:100%;
        float:left;
    }
    .telephone-box p{
        font-size: 15px;
        padding:0;
        font-weight: bold;
    }
    .telephone-box a{
        margin: 0;
        width: auto;/*140px;*/
        margin-right:10px;
        float: left;
        padding-top: 4px;
    }
    .telephone-box .mail-pagetext a {
        font-size:15px;
        margin-left: -17px;
        padding-left: 20px;
    }
    .top-content-box {
        padding: 0;
    }
	.telephone-box a.btn-feedback-text {
    	margin-left: 15px;
	}
}
@media (max-width: 440px) {
	.telephone-box a.btn-feedback-text {
    	margin-left: 0;
	}
}
.enter-box{
    position:absolute;
    top: 10px;
    right: 0;
    float: right;
    width: 145px;
    height: 43px;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
}

.enter-box a{
    width: 72px;
    height: 31px;
    display: block;
    background: url('/bitrix/templates/specopt1/img/enter-icon.png') no-repeat 40px 13px;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    padding: 12px 0 0 73px;
}

.enter-box:hover{
    background: rgba(222,227,226,1);
    background: -moz-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,227,226,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,227,226,1)), to(rgba(243,243,243,1)));
    background: linear-gradient(to bottom, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3e2', endColorstr='#f3f3f3', GradientType=0 );
}
.basket-box{
    background: url('/bitrix/templates/specopt1/img/bg-basket.png') no-repeat 0 0;
    float: right;/*left;*/
    width: 248px;
    height: 43px;
    position: absolute;/* relative;*/
    padding: 4px 0 0 72px;
    margin: 10px 0 0 0;
    text-decoration: none;
    display: inline-block;
    top: 0;
    right: 123px;
}

.basket-box:hover{
    background: url('/bitrix/templates/specopt1/img/bg-basket-hov.png') no-repeat 0 0;
}

.basket-box p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #454545;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    padding: 0;
}

.basket-box p span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #454545;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    width: auto;
}

.basket-box span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;/*16px;*/
    font-weight: 600;
    color: #b51e20;
    text-decoration: none;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    position: relative;
    padding: 6px 0 0;
    margin: -6px 0 -6px 0;
    display: block;
    z-index: 10;
    width:115px;
}

.basket-box a:hover{
    text-decoration: underline;
}

.basket-box .number{
    width: 27px;
    height: 23px;
    background-color: #fff;
    border: 2px solid #fef300;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    text-align: center;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 0;/*4px 0 0 0;*/
    margin: -30px 0 0 -45px;
}


.search-box{
    background-color: #fff;
    height: 37px;
    float: left;
    margin: 8px 0 0 0;
    border: 1px solid #CBCBCB;
    width: calc(100% - 118px);/*96%;*/
    padding-right: 0;
}
.search-box input[type=text]{
    height: 37px;
    width: 100%;
    padding: 0 10px;
    padding:6px 20px;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    float: left;
}

.search-box a{
    text-decoration: none;
    background: url('/bitrix/templates/specopt1/img/region-arrow.png') no-repeat right 8px;
    padding: 0 17px 0 0;
    float: left;
    margin: 7px 0 0 0;
}

.search-box a span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #bbb;
    border-bottom: 1px dashed #bbb;
}

.search-box a:hover span{
    border-bottom: none;
}
.clear_search{
    right: 106px;/*3*/
}
.btn-search{
    width: 106px;
    height: 39px;
    float: left;
    display: block;
    background: transparent url('/bitrix/templates/specopt1/img/btn-search.png') no-repeat 0 0;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 8px 9px 0px;
    margin: 8px 10px 0 0;
    cursor:pointer;
}

.btn-search:hover{
    background: transparent url('/bitrix/templates/specopt1/img/btn-search.png') no-repeat 0 -40px;
}

.btn-search:active{
    background: transparent url('/bitrix/templates/specopt1/img/btn-search.png') no-repeat 0 0;
}

.nav-main{
    width: 292px;
    float: left;
    margin: 0 21px 0 0;
    height: 55px;
        z-index:200;
    background: url('/bitrix/templates/specopt1/img/bg-nav-main.png') no-repeat right 0;

    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
}

.nav-main:hover{
    background: -moz-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,227,226,1)), color-stop(100%, rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,227,226,1)), to(rgba(242,242,242,1)));
    background: linear-gradient(to bottom, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
}

.nav-main .btn-nav{
    width: 222px;
    height: 38px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 0 0 68px;
    background: url('/bitrix/templates/specopt1/img/bg-btn-nav1.png') no-repeat 21px 17px, url('/bitrix/templates/specopt1/img/bg-btn-nav2.png') no-repeat 258px 23px;
}

.nav-main .submenu {
    position: absolute;
    left: 0px;
    top: 55px;
    visibility: hidden;
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}

.nav-main .submenu-box{
    display: block;
    width: 100%;
}

.nav-main .submenu .menu-box {
    display: block;
    width: 292px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;/*25px 20px 25px 45px;*/
    background: #fff;
    -webkit-box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
       -moz-box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
            box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
    position:absolute;
    z-index:20;
    border: 3px solid #fff700;
    border-left: 1px solid #fff700;
}
.nav-main .submenu .menu-box.podrazdel-box {
    z-index:21;/*19;*/
    width:378px;
    left:292px;
    padding: 5px 0;/*25px 20px;*/
}
.nav-main .submenu .menu-box.category-box {
    z-index:22;/*18;*/
    left:664px;/*670px;*/
    padding: 5px 0;/*25px 20px;*/
}
.nav-main .submenu .menu-box.podrazdel-box,
.nav-main .submenu .menu-box.category-box {
    display:none;
}

.nav-main .submenu .menu-box:first-child{
    border-left: none;
}

.nav-main .submenu .menu-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav-main .submenu .menu-box li{
    margin: 0;/*0 0 5px;*/
    padding:0;/*3px 10px 3px 0px;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
}
.nav-main .submenu .menu-box li:first-child{
    border-top:0;
}
.nav-main .submenu .menu-box li:last-child{
    border-bottom:0;
}
.nav-main .submenu .menu-box a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding:9px 30px;/*padding-right: 30px;*/
    position: relative;
}

.nav-main .submenu .menu-box a.parent:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 6px solid #eee;
}
.nav-main .submenu .menu-box li:hover a{
    background:#fff700;
    text-decoration: none;
    color:#000;
    padding: 9px 30px;
}
.nav-main .submenu .menu-box a:hover{
    text-decoration: underline;
}

.nav-main .submenu .menu-box li.current{
    background-color:#fff700;
    padding:0 !important;
    margin:-1px 0 0 !important;
}
.nav-main .submenu .menu-box a.parent:hover:after,
.nav-main .submenu .menu-box li.current:after{
    border-left: 6px solid #999;
}
.nav-main .submenu .menu-box li.current a{
    color: #000;
    background: none;
    margin:0;
    padding: 9px 30px;
}

.nav-main:hover .submenu{
   visibility: visible;
}

.nav-main .submenu .podrazdel, .nav-main .submenu .category{
    display: none;
    visibility: hidden;
}

.nav-main .submenu .current{
    visibility: visible;
    display: block;
}

/*==============================
4. Container styles
===============================*/

.container{
    /* padding: 0 0 40px; */
    padding: 0;
    position: relative;
    z-index: 10;
}

.container.footb{
    padding: 0px;
    position:inherit;
}

.container.footb .bread-crumbs{
    margin:0px;
}

.container p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    text-align:left;
    color:#454545;
}

.container a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
	color: #b51e20;
}
/*.container ul, .container ol{
    margin-left:40px;
}*/

.container ul li, .container ol li{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    /* padding: 0px 0px 10px 0px; */
    color:#454545;
}

.container .h2-title, 
.container h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color:#454545;
    text-align: center;
    margin-bottom: 10px;
}

.container .h3-title, 
.container h3{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}

.container .notice{ 
    color: #b51e20;
    font-style:italic;
    padding: 10px 20px;
    border: 1px #b51e20 dashed;
    text-align:justify;
}

.container table, .container table tr td{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.container table tr td{
    padding:10px;
}

.container table.zebra,
.popup-main table.zebra
{
    width:100%;
}

.container table.zebra td, .container table.zebra th,
.popup-main table.zebra td, .popup-main table.zebra th
{
    padding:10px;
}

.container table.zebra th,
.popup-main table.zebra th
{
    font-weight: bold;
    background:#fffcdf;
    text-align:center;
    border: 1px solid #ccc;
}

.container table.zebra td,
.popup-main table.zebra td
{
    text-align:center;
}

.container table.zebra tr td,
.popup-main table.zebra tr td
{
    border:1px solid #ccc;/*f9f9f9;*/
    vertical-align:middle;
}

.container table.zebra tr:nth-child(odd) td
.popup-main table.zebra tr:nth-child(odd) td
{   
    background-color:#f9f9f9;
}

.zebra.rekv tr td:first-child{
    text-align:left;
    font-weight:bold;
}

.zebra.rekv tr td:last-child{
    text-align:left;
}

.table_easy{
    width:100%; 
}

.table_easy tr td, .table_easy tr th{ 
    padding:10px;
    border:1px solid #f9f9f9;
    vertical-align:middle;  
}

.banner-slider-box{
    width: auto;/*800px;*/
    float: left;
    height: 224px;
    position: relative;
}

.banner-slider-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.banner-slider-box .bx-viewport{
    position: relative;
    z-index: 5;
}

.banner-slider-box .bx-pager{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.banner-slider-box .bx-pager-item{
    float: left;
    margin: 0 8px 0 0;
}

.banner-slider-box .bx-pager-link{
    display: block;
    width: 12px;
    height: 0px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    padding: 12px 0 0 0;
    background-color: #454545;
}

.banner-slider-box .bx-pager-link.active{
    background-color: rgba(243, 243, 243, 1);
}

.banner-slider-box .bx-controls-direction{
    display: none;
}

.right-banner-box{
    float: right;
    width: auto;/*370px;*/
    height: 224px;
    overflow: hidden;
    background-color: #ccc;
}

.right-banner-box img{
    max-width: 400px;/*370px;*/
    max-height: 224px;
}

.right-banner-box img:hover{
    opacity:0.7;
}

.top-content-box{
    padding: 0 0 40px;
}

.other-widget{
    width: 100%;/*277px;*/
    min-height: 260px;
    float: left;
    padding: 20px 0 0 0px;
    margin: 0 20px 10px 0;
    position: relative;
    z-index: 5;
}
.other-widget .h3-title a,
.other-widget .h3-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    height:80px;/* 62px; */
    display:table-cell;
    vertical-align:middle;
    width:270px;/*160px;*/
    padding-left:100px; /* 50px; */
    padding-right: 30px;
} 

.other-widget .h3-title:hover{    
    color:#b51e20;
}

.other-widget a.sect_pict span{
    position:absolute;
    /*margin: -33px 0 0 -115px;*/
    margin: 0px 0 0 -115px;
    width: 100px;
    height: 100px;

    -webkit-border-radius: 100px;

       -moz-border-radius: 100px;

            border-radius: 100px;
}

.other-widget a.sect_pict span:hover{
    background-color: #fff;
    opacity: 0.2;
}

.other-widget ul{
    margin: 10px -5px 10px;
    padding: 5px;
    overflow: hidden;
    max-height: 105px;
    min-height: 105px;
    max-width:100%;/*235px;*/
}

.other-widget:hover{
    z-index: 10;
}

.other-widget:hover ul{
    max-height: 100%;
    overflow: visible;

    background: white;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
}

.other-widget .other-widget-main{
    padding: 5px;
    /*border-radius: 5px;*/

    background: url(/upload/iblock/335/335560cae775ede382bcaabc6129da72.png) no-repeat 0 0;
    position: absolute;
    padding-bottom: 0px;
    width:100%;
}

.other-widget .other-widget-main ul li,.other-widget .other-widget-main ol li{
    padding:0px;
}

.other-widget:hover .other-widget-main{
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
            box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.other-widget:hover .all{
    display: none;
}

.other-widget li{
    list-style: none;
}

.other-widget li a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}

.other-widget li a:hover{
    color: #b51e20;
    /*text-decoration:underline;*/
}

.other-widget .all{
    text-decoration: none;
    background: url('/bitrix/templates/specopt1/img/region-arrow.png') no-repeat right 6px;
    padding: 0 18px 0 0;
}

.other-widget .all span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #f7c720;
    border-bottom: 1px dashed #f7c720;
}

.other-widget .all:hover span{
    border-bottom: none;
}

.other-widget.widget1{
    background: url('/bitrix/templates/specopt1/img/icon1.png') no-repeat 0 0;
}

.other-widget.widget2{
    background: url('/bitrix/templates/specopt1/img/icon2.png') no-repeat 0 0;
}

.other-widget.widget3{
    background: url('/bitrix/templates/specopt1/img/icon3.png') no-repeat 0 0;
}
.other-widget.widget4{
    background: url('/bitrix/templates/specopt1/img/icon4.png') no-repeat 0 0;
}

.other-widget.widget5{
    background: url('/bitrix/templates/specopt1/img/icon5.png') no-repeat 0 0;
}

.other-widget.widget6{
    background: url('/bitrix/templates/specopt1/img/icon6.png') no-repeat 0 0;
}

.other-widget.widget7{
    background: url('/bitrix/templates/specopt1/img/icon7.png') no-repeat 0 0;
}

.other-widget.widget8{
    background: url('/bitrix/templates/specopt1/img/icon8.png') no-repeat 0 0;
}

.top-content-box .other-widget .other-widget-main:hover{
    box-shadow: 0 3px 12px 1px rgba(42,48,60,.19);
}

.other-widget .other-widget-main {
    background-position: left 3px top 3px !important;
}

.title-box,.title-box a{
    margin: 0 0 4px;
    /*font-weight:bold;*/
    color:#b51e20;
}


.new-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.new-title a{
    text-decoration:none;
}


.new-title .h2-title{
    color: #454545;
    background: url('/bitrix/templates/specopt1/img/bg-h2-new.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}

.special-title{
    width: 100%;
    height: 51px;
    float: right;
    /*background-color:#F3F3F3;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);*/
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.special-title a{
    text-decoration:none;
}
.special-title .h2-title{
    /*color: #fff;*/
    color: #454545;
    background: url('/bitrix/templates/specopt1/img/bg-h2-special.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 73px;
    margin:0;
}

.spec-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.spec-title a{
    text-decoration:none;
}

.spec-title .h2-title{
    color: #454545;
    background: url('/bitrix/templates/specopt1/img/bg-h2-actions.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}

.rasp-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.rasp-title a{
    text-decoration:none;
}

.rasp-title .h2-title{
    color: #454545;
    background: url('/bitrix/templates/specopt1/img/bg-h2-news.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}
.special-title .h2-title:hover, 
.new-title .h2-title:hover,
.spec-title .h2-title:hover,
.rasp-title .h2-title:hover{
    color:#b51e20;
}

.sliders-box{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    padding: 10px 0 10px 0;
    margin: 0 0 35px;
}
.sliders-box2{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    padding: 10px 0 0px 0;
    margin: 0px 0 35px;
}
.other-slider{
    width: 100%;/*585px;*/
    position: relative;
}

.other-slider.one{
    float: left;
}

.other-slider.two{
    float: right;
}

.other-slider .slider{
    margin: 0;
}

.other-slider .slider li a{
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
}

.other-slider .bx-viewport{
    padding: 8px 0;
    margin: -8px 0 0 0;
	width: calc(100% + 8px) !important;
	padding-left: 4px;
	padding-right: 4px;
}
.other-slide{
	background:#ffffff;
}
.other-slide .global-pix{
    width: 154px;
    height: 154px;
    margin: 0 0 10px;
}

.other-slide .pix-box{
    background-color: #fff;
    width: 150px;
    height: 150px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid transparent;
}

.other-slide .pix-box img{
    max-width: 150px;
    max-height: 150px;
}

.other-slide .name{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
    margin: 0 0 10px;
    min-height: 35px;
    text-align:center;
    height:64px;
    overflow:hidden;
	padding: 0 5px;
}
.other-slide .name a{
    font-size: 14px;
}
.other-slide .name:hover{
    text-decoration:none;
}

.other-slide .price{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    /*font-weight: 600;*/
    color: #b51e20;
    /*padding: 0 15px 0 0;
    float: left;*/
    text-align:center;
	padding:0 0 15px 0;
    margin-bottom:15px;
}

.other-slide .old-price{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
    text-decoration: line-through;
    padding: 0;
}
.other-slide:hover{
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.53);
}

.other-slide:hover .pix-box{
    /*border-color: #fae402;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.53);*/
}

.other-slide:hover .name{
    text-decoration: none;
}

.other-slider .bx-prev{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    left:6px;
    top:65px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") 0px 0px no-repeat;
}

.other-slider .bx-prev:hover{
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") 0px -32px no-repeat;
}

.other-slider .bx-next{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    right:6px;
    top:65px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") -32px 0px no-repeat;
}

.other-slider .bx-next:hover{
   background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") -32px -32px no-repeat;
}

.news-actions-box{
    margin: 0 0 50px;
}

.action-wrap{
    /*width: 571px;*/
    float: left;
}

.actions-box{
    width: 100%;/*487px;*/
    min-height: 200px;
    position: relative;
    /*border: 2px solid #fae402;*/
    border-top: 1px solid #fae402;
    border-left: 1px solid #fae402;
    padding: 35px 40px 20px 40px;
    margin: -26px 0 0 0;
    z-index: 10;
}

.action-wrap .h2-title{
    color: #b51e20;
    background: url('/bitrix/templates/specopt1/img/bg-h2-actions.png') no-repeat 9px 3px #fff;
    /*padding: 10px 12px 0 53px;*/
    padding: 20px 12px 20px 74px;
    margin: 0 0 0 11px;
    display: inline-block;
    position: relative;
    z-index: 20;
    
    -moz-background-size:60px;

      -o-background-size:60px;
    
         background-size:60px;
}

.other-action{
    margin: 0 0 20px;
}

.other-action .global-pix{
    width: 98px;
    float: left;
    margin: 0 12px 0 0;
}

.other-action .pix-box{
    width: 94px;
    height: 94px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #f3f3f3;
    font-size: 0;
}

.other-action .pix-box img{
    max-width: 94px;
    /* max-height: 94px; */
    height:auto;
}

.other-action .action-text{
    float: left;
    width: 377px;
}

.other-action a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b51e20;
}

.other-action p{
    color: #555;
    line-height: 18px;
}
.other-action .price,
.other-action .price span{
    color: #b51e20;
    font-weight: bold;
}

.other-action .term{
    line-height: 22px;
    font-weight: 600;
    color: #454545;
    padding: 0;
}

.other-action .term span{
    font-weight: 700;
}

.other-action:hover .pix-box{
    border-color: #b51e20;
}

.actions-box .all-actions{
    width: 124px;
    height: 22px;
    display: block;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*7px 0 0 0;*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 22px;
}

.actions-box .all-actions:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(255,247,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(255,247,0,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#fff700', GradientType=0 );
    color: #666;
}

.news-wrap{
    /*width: 571px;*/
    float: right;
}

.news-wrap a:hover .h2-title{
 color: #b51e20;
}

.news-box{
    width: 507px;
    min-height: 230px;
    position: relative;
    /*border: 2px solid #d2d1d1;*/
    border-top: 1px solid #d2d1d1;
    border-left: 1px solid #d2d1d1;
    padding: 35px 20px 20px 40px;
    margin: -26px 0 0 0;
    z-index: 10;
}

.news-wrap .h2-title{
    color: #454545;
    background: url('/bitrix/templates/specopt1/img/bg-h2-news.png') no-repeat 8px 3px #fff;
    /*padding: 8px 12px 5px 54px;*/
    padding: 20px 12px 20px 74px;
    margin: 0 0 0 11px;
    display: inline-block;
    position: relative;
    z-index: 20;

    -moz-background-size:60px;

      -o-background-size:60px;

         background-size:60px;
}

.other-new{
    margin: 0 0 20px;
}

.other-new .global-pix{
    width: 98px;
    float: left;
    margin: 0 12px 0 0;
}

.other-new .pix-box{
    width: 94px;
    height: 94px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #f3f3f3;
    font-size: 0;
}

.other-new .pix-box img{
    max-width: 94px;
    max-height: 94px;
    height:auto;
}

.other-new .new-text{
    /*float: left;
    width: 397px;*/
}

.other-new a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b51e20;
}

.other-new p{
    color: #555;
    line-height: 18px;
}
.other-new .price,
.other-new .price span{
    color: #b51e20;
    font-weight: bold;
}
.other-new .date{
    line-height: 22px;
    color: #d2d1d1;
    padding: 0;
}

.other-new:hover .pix-box{
    border-color: #b51e20;
}

.news-box .all-news{
    width: 124px;
    height: 22px;
    display: block;
    background: rgba(231,234,233,1);
    background: -moz-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,234,233,1)), color-stop(100%, rgba(210,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231,234,233,1)), to(rgba(210,209,209,1)));
    background: linear-gradient(to bottom, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eae9', endColorstr='#d2d1d1', GradientType=0 );
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*7px 0 0 0;*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 22px;
}

.news-box .all-news:hover{
    background: rgba(233,234,234,1);
    background: -moz-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,234,234,1)), color-stop(100%, rgba(233,234,234,1)));
    background: -webkit-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -o-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(233,234,234,1)), to(rgba(233,234,234,1)));
    background: linear-gradient(to bottom, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaea', endColorstr='#e9eaea', GradientType=0 );
    color: #666;
}
.bottom-text-box{
    padding:0 35px;
}
.bottom-text-box .h2-title{
    color: #454545;
    padding-bottom:10px;
}

.bottom-text-box p{
    line-height: 24px;
    color: #555;
    text-align: justify;
    padding: 0 0 10px;
}

/*==============================
5. Footer styles
===============================*/

.footer-main{
    background-color: #EEEEEE;
    padding: 0 0 10px;
    border-top: 1px solid #DADADA;
        margin-top: 25px;
}

.footer-top{
    background-color: #EEEEEE;
    padding: 35px 0 0 0;
    margin-right: auto;
    margin-left: auto;
}

.footer-bottom p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #777;
    padding: 20px 0 0 0;
    float: left;
}

.footer-bottom .social-box{
    float: right;
    padding: 10px 0 0 0;
}

.footer-bottom .social-box p{
    padding: 10px 15px 0 0;
}

.footer-bottom .social-box ul{
    margin: 0;
    float: left;
}

.footer-bottom .social-box li{
    display: inline-block;
    margin: 0 5px 0 0;
}

.footer-bottom .social-box li.last{
    margin-right: 0;
}

.footer-bottom .social-box li a{
    display: block;
    width: 33px;
    height: 33px;
}

.footer-bottom .social-box li a:hover{
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .footer-top{
        width: 1170px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-nav ul {
        margin: 0 20px 0 30px;
        float: left;
    }
    .top-nav li {
        padding: 8px 8px;
    }
    .top-nav li a {
        font-size: 11px;
    }
    .footer-top{
        width: 100%;/*970px;*/
    }
    /*.enter-box {
        right: 15px;
    }*/
    .enter-box a {
        padding: 12px 0 0 78px;
    }
    .banner-slider-box {
        float: left;
        margin-left:96px;
        margin-right:auto;
    }
    .right-banner-box {
        display:none;
    }
    .container a {
        font-size: 12px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .top-nav ul {
        margin: 0 20px 0 30px;
        float: left;
    }
    .top-nav li {
        padding: 8px 8px;
    }
    .top-nav li a {
        font-size: 11px;
    }
    .footer-top{
        width: 100%;/*750px;*/
    }
    .banner-slider-box {
        float: left;
        margin-left:8%;
        margin-right:auto;
 		max-width: 100%;
		overflow-x: hidden;
    }
    .banner-slider-box .bx-viewport{
        max-width: 100%;
        overflow-x: hidden;
    }
    .right-banner-box {
        display:none;
    }
    .news-box,
    .actions-box{
        width: 85%;
        margin: 25px;
    }
    .bx-top-naw-container .bx-naw-1-lvl{
        background: url('/bitrix/templates/specopt1/components/bitrix/menu/catalog_horizontal_top/images/bg-btn-nav1.png') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/catalog_horizontal_top/images/bg-btn-nav2.png') no-repeat 206px 23px;
    }
    .bx-top-naw-container .bx-naw-1-lvl.bx-naw-parent > a span {
        font-size: 15px;
    }
    .bx-top-naw-container .bx-naw-1-lvl > a {
        width: 150px;
    }
    /*.enter-box {
        right: 0;
    }*/
    .enter-box a {
        padding: 12px 0 0 78px;
        background: url('/bitrix/templates/specopt1/img/enter-icon.png') no-repeat 50px 13px;
    }

}
.main-banner-box{
    max-width: 100%;
    max-height: 224px;
    padding: 0px 0 55px;
    display:none;
    background-color: #444444;
}

@media (max-width: 767px) {
    .main-banner-box{
        display: none;
        height: 0px;
    }
    .right-banner-box,
    .banner-slider-box {
        display: none;
    }
    .other-widget{
        height:auto;
        min-height:auto;
        padding: 10px 0 0 0px;
        margin: 0 20px 0px 0;
    }
    .other-widget .other-widget-main {
        position:relative;
        max-height: 100%;
    }
    .other-widget li a {
        height:20px;
    }
    .other-widget ul {
        max-height: 100%;
        overflow: visible;

        background: white;
        margin-bottom: 0px;
        margin-right: 0px;
        padding-bottom: 15px;
        min-height:auto;
    }
    .container,
    .top-content-box {
        padding: 0;
    }
    .news-actions-box {
        margin: 0;
        display:none;
    }
}

.link-box{
    float: left;
    margin: 0;
}

.link-box.last{
    margin-right: 0;
    float:right;
}

.link-box .h3-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #777;
    padding: 0 0 12px;
}

.link-box ul{
    margin: 0;
}

.link-box ul li a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
}

.link-box ul li a:hover{
    text-decoration: none;
    color:#b51e20;
}

.link-box.last .h3-title{
    padding-left: 30px;
}

.link-box.last ul li{
    padding: 0 0 10px 30px;
}

.link-box ul .tel{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #b51e20;
    background: url('/bitrix/templates/specopt1/img/tel.png') no-repeat 0 10px;
    margin: 0 0 10px;
}

.link-box ul .tel a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.link-box ul .tel a:hover{
    text-decoration: none;
    border-bottom: none;
}

.link-box ul .address{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #999;
    background: url('/bitrix/templates/specopt1/img/address.png') no-repeat 0 8px;
    margin: 0 0 5px;
}

.link-box ul .e-mail{
    background: url('/bitrix/templates/specopt1/img/e-mail.png') no-repeat 0 8px;
}

.link-box ul .e-mail a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #b51e20;
}

.link-box.last .e-mail {
    line-height: 30px;
    height: 33px;
}

.link-box ul .time{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    background: url('/bitrix/templates/specopt1/img/time.png') no-repeat 0 7px;
    margin: 0 0 5px;
}

.link-box ul .time .head-time{
    font-size:14px;
    line-height: 14px;
    font-weight: 700;
    padding-top:8px;
    width:120px;
    height:50px;
    float:left;
    color: #777;

}

.link-box ul .time p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #999;
    padding-top:5px;
}

.link-box ul .time p span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #555;
}

.link-box ul .time p span.minx{
    width:45px;
    display: inline-block;
    font-weight:normal;
    color: #999;
}

.link-box ul .time sup{
    vertical-align: super;
    font-size: smaller; 
    color: #999;
}

.social-box ul .rss a{
    background: url('/bitrix/templates/specopt1/img/gui2.png') no-repeat 0 0;
}

.social-box ul .fb a{
    background: url('/bitrix/templates/specopt1/img/gui2.png') no-repeat 0 0;
}

.social-box ul .tw a{
    background: url('/bitrix/templates/specopt1/img/gui2.png') no-repeat 0 -67px;
}

.social-box ul .vk a{
    background: url('/bitrix/templates/specopt1/img/gui2.png') no-repeat 0 -133px;
}

.social-box ul .google a{
    background: url('/bitrix/templates/specopt1/img/gui2.png') no-repeat 0 -199px;
}

/*==============================
6. Text-page styles
===============================*/

.bread-crumbs{
    margin: 0 0 15px;
}

.bread-crumbs ul{
    margin: 0;
}

.bread-crumbs li{
    list-style: none;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #a3a3a3;
    margin: 0 8px 0 0;
}

.bread-crumbs li a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #545454;
    margin: 0 5px 0 0;
    text-decoration:none;
}

.bread-crumbs li a:hover{
    color:#b51e20;
}

.bread-crumbs li span{
    color:#B51E20;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.container .zzz1-title, 
.container h1{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #454545;
    text-transform: uppercase;
    /* margin: 0 0 20px 25px; */
    margin-bottom: 25px;
}

.container .zzz1-title span{
    color:#a3a3a3;
    padding-left:5px;
    font-size:16px;
}

.other-news{
  padding: 0 0 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}
.other-news .global-pix{
    width: 199px;
    float: left;
    margin: 0 -199px 0 0;
}

.other-news .pix-box{
    width: 197px;
    height: 197px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e6e9e9;
    font-size: 0;
}

.other-news .pix-box img{
    max-width: 197px;
    max-height: 197px;
}

.other-news .text-box{
    float: left;
    padding: 5px 20px 0 230px;
}

.other-news .news-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #454545;
    display: inline-block;
    margin: 0 5px 8px 0;
    text-decoration:none;
}

.other-news .news-title:hover{
    color: #b51e20;
}

.other-news p{
    line-height: 18px;
    color: #555;
    padding: 0 0 12px;
}

.other-news .news-date{
    font-size: 15px;
    color: #a3a3a3;
}

.other-news .detail, .all_list, .bx_mo_link{
    width: 101px;
    height: 23px;
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
}

.other-news .detail:hover, .all_list:hover, .bx_mo_link:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.all_list,  .bx_mo_link {
    font-size: 11px!important;
    line-height: 15px!important;
    font-weight: 700!important;
    color: #454545!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    width:140px;
}

.page-nav{
    margin: 0 0 10px;
}

.page-nav ul{
    margin: 0;
    text-align: center;
}

.page-nav li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 0 0;
}

.page-nav li.last{
    margin: 0;
}

.page-nav li a{
    width: 39px;
    height: 39px;
    display: block;
    background-color: #fff;
    border: 1px solid #e7eaea;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    color: #232323;
    text-decoration: none;
    text-align: center;
    padding: 0 0 12px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page-nav li a:hover{
    font-weight: 700;
    line-height: 36px;
    border: 2px solid #fff500;
}

.page-nav li a.active{
    font-weight: 700;
    line-height: 36px;
    border: 2px solid #555;
}

.page-nav li.first a{
    width: 9px;
    height: 14px;
    display: block;
    border: none;
    background: url('/bitrix/templates/specopt1/img/page-nav-prev-next.png') no-repeat 0 0;
    margin: 13px 0 0 0;
}

.page-nav li.first a:hover{
    background-position: 0 -70px;
}

.page-nav li.last a{
    width: 9px;
    height: 14px;
    display: block;
    border: none;
    background: url('/bitrix/templates/specopt1/img/page-nav-prev-next.png') no-repeat right -70px;
    margin: 13px 0 0 0;
}

.page-nav li.last a:hover{
    background-position: right 0;
}

/*==============================
7. Korzina-page styles
===============================*/
.korzina-page table, .order-page table{
    margin: 0 0 48px;
    width:100%;
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
}

.korzina-page thead tr{
    height: 45px;
}

.korzina-page thead td{
    vertical-align: middle;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
}

.korzina-page table .margin{
    padding:2px;
}

.korzina-page tbody, .order-page tbody {
    background-color: #fff;
}

.korzina-page tbody tr{
    border-bottom: 1px solid #e8eaea;
    height:70px;
}

.korzina-page tbody tr.last{
    border-bottom: none;
}

.korzina-page tbody td{
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
}


.korzina-page tbody .pix-box{
    width: 40px;
    height: 40px;
    border: 1px solid #e6e9e9;
    position: relative;

    display:table-cell;
    vertical-align:middle;
}

.korzina-page tbody .pix-box img{
    /*max-width:40px;
    max-height:40px;*/
    width:100%;
    height:auto;/*100%;*/
}
/*.korzina-page tbody td > .pix-box:hover{
    padding: 0;
}
.korzina-page tbody .pix-box:hover{
	display: inline-block;
    width:100%;
    max-width: 60px;
}*/
.korzina-page tbody .pix-box .big-image{
    position: absolute;
    left: 100%;
    top: -1px;
    max-width: 300px;
    max-height: 300px;
    display: none;
    border: 1px solid #e6e9e9;
}

/*.korzina-page tbody .pix-box:hover .big-image{
    display: block;
}
.korzina-page tbody .pix-box:hover .small-image{
    display: none;
}*/
.korzina-page tbody .name, .korzina-page tbody .name a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #454545;
    text-align: left;
    min-width: 148px;
}
.korzina-page tbody .char_cart{
    text-align: left;   
}

.korzina-page tbody .td-price{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
}

.korzina-page tbody .summ{
    font-weight:700;
}

.total_summ{
    font-weight:700!important;
    color:#B51E20;
}

.korzina-page tbody .delete a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    background: url('/bitrix/templates/specopt1/img/delete-icon.png') no-repeat 0 3px;
    padding: 2px 0 2px 27px;
}

.korzina-page tbody .delete a:hover{
    color:#b51e20;  
    background: url('/bitrix/templates/specopt1/img/delete-icon.png') no-repeat 0 -21px;
}

.korzina-page tbody .amount .input-wrap{
    position: relative;
    display: inline-block;
}

.korzina-page tbody .amount input[type=text]{
    width: 54px;
    height: 31px;
    background-color: #fff;
    border: 1px solid #e6e9e9;
    padding: 0 5px 0 5px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
}

.korzina-page tbody .amount .up, .korzina-page tbody .amount .plus{
    width: 28px;
    height: 31px;
    display: block;
    position: absolute;
    left: 49px;/*61px;*/
    top: 0px;
    padding: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    line-height:31px;
    font-weight: bold;
}

.korzina-page tbody .amount .down, .korzina-page tbody .amount .minus{
    width: 28px;
    height: 31px;
    display: block;
    position: absolute;
    left: -20px;
    padding: 0px;
    top: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    line-height:31px;
    font-weight: bold;
}
.korzina-page tbody .amount .up:hover,.korzina-page tbody .amount .plus:hover,
.korzina-page tbody .amount .down:hover,.korzina-page tbody .amount .minus:hover{
    background: #b51e20;
    color: #fff;
}
.korzina-page tbody .amount .up:link,.korzina-page tbody .amount .plus:link,
.korzina-page tbody .amount .down:link, .korzina-page tbody .amount .minus:link{
    text-decoration: none;
}
.korzina-page tfoot tr{
    background-color: #f9f9f9;
    height: 60px;
}

.korzina-page tfoot tr td{
    vertical-align: middle;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #454545;
}

.korzina-page tfoot tr .total{
    text-transform: uppercase;
}
#col_ARTICLE,#col_SUM{
    width: 100px;
}
.btn-wrap .checkout{
    float: right;
    width: 245px;/*218px;*/
    height: 40px;/*34px;*/
    display: block;

    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;/*21px;*/
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*13px 0 0 0;*/
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 20px;/*0 0 0 14px;*/
}

.btn-wrap .checkout:hover{
    color: #454545;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );   
}

.btn-wrap .count{
    float: right;
    width: 245px;/*215px;*/
    height: 40px;/*33px;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 1px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 20px;/*0 0 0 33px;*/
}

.btn-wrap .count:hover{
    color: #797878;
    background: rgba(238,239,239,1);
    background: -moz-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,239,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,239,239,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#eeefef', GradientType=0 );
}

.btn-wrap .offer{
    float: right;
    padding: 14px 0 0 0;
}

.offer label{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #555;
}

.offer label a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #f8c806;
    text-decoration: none;
    border-bottom: 1px dashed #f8c806;
}

.offer label a:hover{
    border-bottom: none;
}

.offer .checker{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.offer .check{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    opacity: 0;
}

.offer .checker span{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 0;
}

.offer .checker .checked{
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 bottom;
}

/*==============================
8. Card-page styles
===============================*/
.button-other{
    height: 34px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: left;

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);     
    padding:0 20px;
    cursor:pointer;
    border:none;
}
.button-other:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.button-other[type=reset]:hover{
    color:#fff;
    background-color: red;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,30,32,1)), color-stop(100%, rgba(156,30,32,1)));
    background: -webkit-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -o-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(181,30,32,1)), to(rgba(156,30,32,1)));
    background: linear-gradient(to bottom, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.button-other:last-child{   

}

.button-other:before{
    clear:both;
}

.slider-box .bx-prev{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    left:3px;
    top:120px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") 0px 0px no-repeat;        
}

.slider-box .bx-prev:hover{
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") 0px -32px no-repeat;
}

.slider-box .bx-next{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    right:3px;
    top:120px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") -32px 0px no-repeat;  
}

.slider-box .bx-next:hover{
    background:url("/bitrix/templates/specopt1/img/btn-left-right-s.png") -32px -32px no-repeat;    
}

/*==============================
9. Catalog-page styles
===============================*/

.sideLeft{
    /*width: 100%;*/
	width: calc(100% + 5px);
	float: left;
	margin-left: -15px;
}

.sidebar-title{
    height: 45px;
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    margin: 0 0 20px;
}

.sidebar-title p{
    font-size: 15px;
    color: #454545;
    font-weight: 700;
    text-transform: uppercase;
    background: url('/bitrix/templates/specopt1/img/region-arrow.png') no-repeat 16px 19px;
    padding: 14px 0 0 40px;
}

.slider-range{
    width: 240px;
    margin: 0 0 25px 20px;
}

.slider-range .ui-slider-handle{
    width: 7px !important;
    height: 13px !important;
    border: none !important;
    background: url('/bitrix/templates/specopt1/img/bg-handle.png') no-repeat 0 0 !important;
}

.slider-range .ui-slider-horizontal {
    height: 0.5em;
}

.slider-range p span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #555;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 10px 0 0;
}

.slider-range p input{
    width: 71px;
    height: 27px;
    padding: 0 5px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e9e9;
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #a4a5a5;
    font-size: 14px;
    line-height: 18px;
    margin: 0 8px 0 0;
}

.sideLeft .form-box{
    padding: 0 0 20px 14px;
}

.catalog-page .input-box{
    padding: 0 0 14px;
}

.catalog-page .checker{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.catalog-page .check{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    opacity: 0;
}

.catalog-page .checker span{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 0;
}

.catalog-page .checker .checked{
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 bottom;
}

.catalog-page label{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #555;
}

.catalog-page label span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #b51e20;
}

.sideLeft .banner-box{
    width: 266px;
    height: 358px;
    border: 1px solid #e6e9e9;
}

.sideLeft .banner-box a{
    display: block;
}

.main-content{
    width: 100%;/*871px;*/
    float: right;
}

.sort-box{
    background-color: #EEEEEE;
    height: auto;/*45px;*/
    margin: 0 0 20px;
    padding: 0 10px 7px 20px;/*0 10px 0 20px*/
}

.sort-box p{
    color: #555;
    padding: 12px 25px 0 0;
    float: left;
}

.sort-box select{
    float: left;
    margin: 0 180px 0 0;
}

.sort-box p a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #b51e20;
    text-decoration: none;
    border-bottom: 1px dashed #b51e20;
}

.sort-box p a:hover{
    border-bottom: none;
}

.sort-box .small-psdding{
    padding-right: 12px;
}

.sort-box .compare{
    width: 93px;
    height: 20px;
    display: block;
    float: left;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 1px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 55px 0 0;

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
}

.sort-box .compare:hover{
    background: rgba(238,239,239,1);
    background: -moz-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,239,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,239,239,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#eeefef', GradientType=0 );
    color: #797878;
}

.sort-box .view{
    float: left;
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid transparent;
    margin: 10px 3px 0 0;
}

.sort-box .table-view{
    background: url('/bitrix/templates/specopt1/img/table-view.png') no-repeat center center;
}

.sort-box .list-view{
    background: url('/bitrix/templates/specopt1/img/list-view.png') no-repeat center center;
}

.sort-box .table-view-big{
    background: url('/bitrix/templates/specopt1/img/table-view-big.png') no-repeat center center;
}

.sort-box .view:hover, 
.sort-box .view.active{
    background-color: #fff;
    border-color: #e6e9e9;
}

.disactive{
    display:none;
}

#back-top {
    display: none;
    bottom: 70px;
    margin-right: -700px;
    position: fixed;
    right: 50%;
    z-index: 100;
}

#back-top a {
    display: block;
    height: 32px;
    width: 32px;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("/bitrix/templates/specopt1/img/btn-top-up-s.png") 0px 0px no-repeat;
}

#back-top a:hover {
    background: url("/bitrix/templates/specopt1/img/btn-top-up-s.png") -32px 0px no-repeat;
}

.slider-range{
    width: 230px;
    margin: 0 0 25px 20px;
}

.slider-range .ui-slider-handle{
    width: 7px !important;
    margin: 0px 0px 0px -4px;
    height: 14px !important;
    border: none !important;
    background: url('/bitrix/templates/specopt1/img/bg-handle.png') no-repeat 0 0 !important;
}

.slider-range .ui-slider-horizontal {
    height: 0.3em;
    background: grey !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: none;
}

.slider-range .ui-slider-range{
    background: #f8df03 !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: none;
}

.slider-range p{
    margin-bottom: 5px;
}

.slider-range p span{
    color: #636363;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.slider-range p input{
    width: 70px;
    height: 26px;
    padding: 0 5px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.slider-range label{
    color: #91bffa;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 0 0 5px;
    font-weight: bold;
}

.select{
    opacity: 0;
}

.selector{
    float: left;
    position: relative;
    height: 32px;
    margin: 5px 20px 0 0;/*5px 0 0 0;*/
}

.selector span{
    display: block;
    color: #a4a5a5;
    font-size: 13px;
    line-height: 22px;
    border: 1px solid #e6e9e9;
    background-color: #fff;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/specopt1/img/region-arrow.png');
    padding: 5px 10px;
    position: relative;
    z-index: 5;
}

.selector select{
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.properties{
    overflow: hidden;
    clear: both;
}

.properties > div{
    float: left;
    width: 300px;
    margin: 0 25px 0 0;
}

.properties .recomend{
    margin-right: 0px;
    float: right;
}

.properties .title{
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 15px;
}

.properties img{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

.preview{
    float: left;
    width: 375px;
}

.preview .global-image-box{
    width: 370px;
    height: 350px;
    margin: 0 0 35px;
}

#thumblist{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#thumblist li{
    float: left;
    width: 108px;
    height: 108px;
    margin: 0 12px 12px 0;
    padding: 0px;
}

#thumblist li:hover{
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
       -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

#thumblist li:nth-child(3n){
    margin-right: 0px;
}

#thumblist li a{
    border: 1px solid #e6e9e9;
    display: table;
    width: 106px;
    height: 106px;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

#thumblist li img{
    max-width: 106px;
    max-height: 106px;
}

#thumblist .miniphoto{
    display:table-cell;
    vertical-align:middle;
}


#thumblist .zoomThumbActive{
    border:1px solid #b51e20;
}

@media (min-width: 561px) and (max-width: 767px) {
    #thumblist li {
        width:20%;
    }

}
@media (max-width: 560px) {
    #thumblist li {
        width:31%;
    }
}
.overlay, .addtocart-overlay{
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.popup{
    position: fixed;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: none;
}

.popup-main-content{
    background: #FFFFFF;
    padding:10px;
}

.popup .close, .popup .close_up{  
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    background: url('/bitrix/templates/specopt1/img/close_sprite.png') no-repeat -2px -2px; 
}

.popup .close:hover, .popup .close_up:hover{
    background: url('/bitrix/templates/specopt1/img/close_sprite.png') no-repeat -2px -42px;    
}

.delete-favorite-button{
    width: 32px;
    height: 32px;
    position: absolute;
    background: url('/bitrix/templates/specopt1/img/close_sprite.png') no-repeat -2px -2px!important;
    /* right: right; */
    margin: -16px 0 0 880px !important;
    border: none !important; 
    z-index: 999;
}

.delete-favorite-button:hover{
    background: url('/bitrix/templates/specopt1/img/close_sprite.png') no-repeat -2px -42px!important;
}


.popup .h2{
    margin: 0 0 15px;
}

.popup-addtocart{
    width: 530px;/*420px;*/
    max-width: 100%;
    height: 340px;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -210px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-addtocart .padding_popup{
    background-color:#ffffff;
    padding:0;/*10px;*/
    margin-top:-10px;
}

.popup-addtocart .h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 0px;
    text-align:center;
}

.block_button{
    text-align:center;
}

.continue_button a{
    width: 225px;/*170px;*/
    height: 40px;/*22px;*/
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32); 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    /*line-height: 11px;*/
    font-weight: 700;
    color: #252525;
    text-decoration: none!important;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    /*padding: 12px 0 0 0;    */
    line-height: 40px;/*22px;*/
}

.continue_button a:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );       
}

.popup-container{
    width: 1170px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -585px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-container .popup-main{
    max-height:400px;
    overflow-y: auto;   
    
    text-align: justify;
    padding-right: 10px;    
}

.popup-container .h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.popup-container h3{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.popup-container p, .popup-container ol, .popup-container ul{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.popup-container ol, .popup-container ul{
    margin-left:30px;
}

.popup-container p, .popup-container ol li, .popup-container ul li{
    padding: 0px 0px 10px 0px;      
}

.popup-table{
    width: 1170px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -585px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-table-2{
    width: 1170px;
    max-width: 100%;
    height: auto;/*350px;*/
    top: 0px;
    margin: 0;/*200px 0 0 -585px;*/
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-table .panes, 
.popup-table-2 .panes{
    max-height: 270px;
    overflow: auto;
}

.popup-table .table, 
.popup-table-2 .table{
    width: 100%;
}

.popup-table .table thead td, 
.popup-table-2 .table thead td{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    height: 40px;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.popup-table .table tbody td, 
.popup-table-2 .table tbody td{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.detail-service .list-detail{
    overflow: hidden;
    height: 100% !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tabs-table{
    margin: 0 0 15px;
    padding: 2px;
}

.tabs-table a{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #efefef) repeat scroll 0 0;
    border-color: #ddd #d5d5d5 #cdcdcd;
    -webkit-border-image: none;
       -moz-border-image: none;
         -o-border-image: none;
            border-image: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
       -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
            box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
}

.tabs-table a.active{
    background: #ff9e34 none repeat scroll 0 0;
    border-color: #d7852b #eb912f #ff9e34;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
}

.popup-main .tab-box{
    display: none;
}

.popup-main .tab-box.active{
    display: block;
}

.title_search_form {
    position: relative;
    float:left;
    width:100%;
    margin-left:0;
}
.title_search_form .selector {
    background-position: right center;
    padding-right: 20px;
    background-image: url('/bitrix/templates/specopt1/img/region-arrow.png');
    background-repeat: no-repeat;
    height: 18px;
    margin-top: 5px;
    width: auto !important;
    position: absolute;
    right: 110px;
    top: 10px;
}
.title_search_form .selector span {
    display: inline-block;
    border: none;
    background: none;
    border-bottom: 1px dashed #bbb;
    color: #bbb;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    width: auto !important;
}
.search-box .selector{
    background-position: right center;
    padding-right: 20px;
    background-image: url('/bitrix/templates/specopt1/img/region-arrow.png');
    background-repeat: no-repeat;
    height: 18px;
    margin-top: 8px;
    width: auto !important;

    position:absolute;
    right:130px;
}

.search-box .selector span {
    display: inline-block;
    border: none;
    background: none;
    border-bottom: 1px dashed #bbb;
    color: #bbb;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    width: auto !important;
}
a.search-header, a.search-header b {
    text-decoration:none;
    font-size:18px;
    text-transform:uppercase;
    color:#3F4B87;  
    margin-bottom:5px;
}

a.search-header:hover{
    color:#b51e20;      
}

.container .btn-back, 
.popup .btn-back{
    float: right;
    width: 245px;
    height: 33px;
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.26);
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    /*padding: 12px 0 0 0;*/
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 20px 0 0 33px;
}

.container .btn-back:hover, 
.popup .btn-back:hover{   
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );   
}
.custom_select_sel .btn-back{
    margin:0;
}
.container .btn-clear{
    float:right;
    width: 245px;
    height: 40px;/*33px;*/
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;/*21px;*/
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/* 12px 0 0 0;*/
    margin: 2px 0 0 20px;/*2px 0 0 33px;*/
}

.container .btn-clear:hover{
    color:#fff;
    background-color: red;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,30,32,1)), color-stop(100%, rgba(156,30,32,1)));
    background: -webkit-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -o-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(181,30,32,1)), to(rgba(156,30,32,1)));
    background: linear-gradient(to bottom, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
.container .btn-back{ 
    margin: 2px 0 0 20px;
    height:40px;
    line-height:40px;
}
.container .top-content{
    overflow: hidden;
    padding-bottom: 0px;
}

.container .top-content .zzz1-title{
    float: left;
    padding-top: 10px;
}

.popup-table .table .amount .input-wrap{
    position: relative;
    display: inline-block;
}

.popup-table .table .amount input[type=text]{
    width: 54px;
    height: 31px;
    background-color: #fff;
    border: 1px solid #e6e9e9;
    padding: 0 25px 0 5px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
}

.popup-table .table .amount .up{
    width: 10px;
    height: 6px;
    display: block;
    background: url('/bitrix/templates/specopt1/img/up-down-arrow.png') no-repeat 0 0;
    position: absolute;
    left: 64px;
    top: 8px;
}

.popup-table .table .amount .down{
    width: 10px;
    height: 6px;
    display: block;
    background: url('/bitrix/templates/specopt1/img/up-down-arrow.png') no-repeat 0 bottom;
    position: absolute;
    left: 64px;
    top: 20px;
}

.popup-table .table .buy{
    width: 101px;
    height: 22px;
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    padding: 12px 0 0 0;
}

.popup-table .table .buy:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.popup-table .table tbody td:last-child{
    padding-right: 1px;
    text-align: right;
    width: 110px;
}

.popup-table .table tbody tr:nth-child(2n) td{
    background-color: #F9F9F9;
}

.image-box{
    position: relative;
    text-align: center;
}

.image-box .zoomPad{
    display: inline-block;
}

.image-box .jqzoom{
    position: relative;
    z-index: 10;
}

.image-box .fancybox{
    display: block;
    width: 44px;
    height: 44px;
    background: url('/bitrix/templates/specopt1/img/icon-zoom.png') no-repeat center center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.item.name a{
    color:#454545;
    text-decoration:none;
}

.item.name a:hover{
    color:#b51e20;
}

.skyColor{
    color:#3F4B87!important;
}
.btnPrint{
    background: url('/bitrix/templates/specopt1/img/print.png') no-repeat center center;
    float: right;
    width: 18px;
    height: 18px;
    text-decoration: none;  
}


.row.center, .row.center p {
    text-align: center;
    margin: 5px 0px;
    display: block;
}

div.menu-sitemap-tree ul {
border-bottom: 1px solid #e8eaea;
    list-style-type: none;
    margin: 0;
}
div.menu-sitemap-tree li ul li a {
    padding: 8px 15px 8px 40px;
    font-size: 13px;
}
div.menu-sitemap-tree li a {
    /* font-size: 14px; */
    font-size: 16px;
    /* color: #666666; */
    font-weight: normal;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: block;
    padding: 8px 15px 8px 14px;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}
.modalDialog:target {
    display: block;
    pointer-events: auto;
}
.modalDialog{
    width: 400px;
/*    position: relative;*/
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;*/
    border-radius: 10px;
    background: red;/*rgba(248,223,3,1);*/
    border: 1px solid #606061;
    padding: 20px;
}
.modalDialog h1{
    color: #fff;
}
.modalDialog .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.modalDialog .close:hover { 
    background: yellow;/*#00d9ff; */
}
.sender{
    margin-bottom: 20px;
}
.link-box ul .sender .head-time{
    font-size:14px;
    line-height: 20px;
    font-weight: 700;
     width:165px;
    color: #777;
    position: relative;
 }
.btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #70bb18;
    border: 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 30px;
    height: 40px;
    padding: 5px 60px 5px 20px;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}
.btn-subscribe span {
    display: block;
}
.bx_subscribe_submit_container span{
    color: #fff;
}
.btn-subscribe::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-color: #5b9f0b;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0;
}
.bx-sender-title {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-left: -120px;
}
.bx-subscribe .bx-input-group .bx-form-control {
    position: relative;
    margin-bottom: 15px;
    display: block;
    width: 80%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b51e20;
    background-color: #fff;/*#f8fafc;*/
    border: 1px solid #d5dadc;
    border-radius: 2px;
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bx-subscribe-desc {
    color: #777;
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
    font-weight: bold;
}
.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
    width: 100%;
}
.bx_subscribe_checkbox_container label {
    display: inline-block;
    max-width: 100%;
    height: 16px;
    color:#aaa;
}
.bx_subscribe_checkbox_container input{
    height: 13px;
}
.bx_subscribe_checkbox_container label:hover{
    color:#b51e20;
    text-decoration: underline;
}
a.bx_personal_list,a:link.bx_personal_list,a:hover.bx_personal_list{
    color: #B51E20;
}

.bx_reg_cabinet,.bx_add_prof{
    width: 310px;
    height: 45px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: right;
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    margin: 0 0 6px 9px;
}
.bx_reg_cabinet{
    padding: 9px 7px 0;
}
.bx_add_prof{
    padding: 16px 7px 0;
}

.bx_reg_cabinet:hover,.bx_add_prof:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.bx_filter .bx_filter_search_button {
    width: 48%;
    margin:0;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .main-banner-box {
        background-color: #fff;
    }
    .header-bottom {
        margin-left:0;
        margin-right: 0;
    }
    .header-bottom .fixed {
        left: 57%;
        margin: 0 0 0 -585px !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .title_search_form{
        width: 100%;
    }
    .title_search_form .selector {
        right: 118px;
    }
    /*.clear_search{
        right: 17%;
    }*/

}

@media (min-width: 768px) and (max-width: 991px) {
    .main-banner-box {
        background-color: #fff;
 		overflow-x: hidden;
    }
    .header-bottom {
        margin-left:0;
        margin-right: 0;
    }
    .header-bottom .fixed {
        left: 0;/*57%;*/
        margin: 0 !important;/*0 0 0 -585px !important;*/
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .title_search_form{
        width: 100%;
    }
    /*.search-box{
        width:100%;
        padding-right:0;
    }*/
    .title_search_form .selector {
        right: 118px;
    }
    /*.clear_search{
        right: 18%;
    }*/
}

@media (min-width: 561px) and (max-width: 767px) {
    .main-banner-box{
        display: none;
        height: 0px;
        padding:0;
    }
    .header-main{
        margin: 0;/*30px 0 0;*/
    }
    .header-bottom {
        position: relative;
        z-index: 5;
        height: 65px;/*100px;*/
        margin-top:10px;/*46px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .header-bottom .center-box{
        height:43px;
    }

    .title_search_form .selector {
        margin-top: 6px;
        right: 5%;
    }
    .header-bottom .fixed{
        display:none;
    }
    .other-news {
        width: 100%;
    }
    .other-news .pix-box {
        width: 110px;
        height: 110px;
    }
    .other-news .global-pix {
        width: 110px;
        float: left;
        margin: 0 -110px 0 0;
    }
    .other-news .text-box {
        padding: 5px 20px 0 140px;
    }
    .col-xs-4 .logo{
        /*background:rgba(248,223,3,1);*/
    }
    .bx_filter{
        display: none;
    }
    .container .h2-title, .container h2{
        height: 40px;
    }
    .link-box ul .tel{
        font-size: 18px;
    }
    .sender {
        display:none;
    }
    .link-box.last {
        margin-bottom: 32px;
    }
    .title_search_form{
        width: 100%;
        margin-left:15px;
    }
    .search-box{
        width:calc(100% - 136px);
        padding-right:0;
        margin-top:5px;
        height: 32px;
        margin-left:0;
    }
    .btn-search {
        margin: 2px 10px 0 0;
    }
    .btn-default {
        margin-top: 5px;
        float: left;
        /*margin-right: 4%;*/
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: -26px;
        height: 32px;
    }
    .search-box input[type="text"] {
        height: 32px;
        width: 100%;
        padding: 6px;
        line-height: 32px;
    }
    /*.clear_search{
        display:none;
    }*/
}

@media (max-width: 560px) {
    .main-banner-box{
        display: none;
        height: 0px;
        padding:0;
    }
     /*.title_search_form{
        width: 100%;
    }*/
    .search-box{
        width:calc(100% - 126px);
        padding-right:0;
        margin-top:5px;
        height: 32px;
        margin-left:5px;
    }
    .btn-default {
        margin-top: 5px;
        float: left;
        /*margin-right: 4%;*/
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: -26px;
        height: 32px;
    }
    .btn-search{
        margin-top: 2px;
    }
    .selector{
        margin-right: inherit;
    }
    .main-content .selector{
        width:190px;
    }
    .header-bottom {
        position: relative;
        z-index: 5;
        height: 65px;/*90px;*/
        margin-top:10px;/*80px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .header-bottom .center-box{
        height:43px;
    }

    .title_search_form .selector {
        margin-top: 6px;
        right: 5%;
    }
    .header-bottom .fixed{
        /*position: fixed;
        width: 100%;
        top: 95px;
        left: 0;
        margin:0;*/
        display:none;
    }
    .header-main {
        margin: 0 0 0;
    }
    .search-box input[type="text"] {
        height: 32px;
        width: 100%;
        padding: 6px;
        line-height: 32px;
    }
    /*.clear_search{
        display:none;
    }*/
}
@media (max-width: 350px) {
    .btn-default {
        margin-top: -32px;
        float: left;
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: 280px;
        height: 32px;
    }
}
.catalog-section,
.catalog-products-viewed{
    background: url('/bitrix/templates/specopt/img/bg-header-top.png') repeat 0 0;
}
.bx_filter .bx_filter_input_checkbox input[type="checkbox"] 
{
    margin: 3px 0 0 4px;
    left: -1px;
}
.main-user-consent-request-popup-text{
    font-size:13px;
}
.main-user-consent-request-popup-text {
    width: 510px;
}
.main-user-consent-request-popup-button-acc {
    background: green;
    color:#fff;
}
.main-user-consent-request-popup-button-acc:hover {
    opacity:0.8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-user-consent-request-popup-text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .main-user-consent-request-popup-text {
        width: 100%;
    }
}
.inp-block .checkbox{
    margin:0;
    width: 540px;
}

.popup-sendmail,
.popup-buyoneclick,
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv
{
    width: auto;
    height: auto;
    margin: 0;
    left: 25%;
    top: 15%;/*30%;*/
}
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv
{
    top: 10%;
}
.popup-razmer-odegda .popup-main,
.popup-razmer-rukav .popup-main,
.popup-razmer-obuv .popup-main
{
    overflow-x: auto;
    overflow-y: auto;
    height: 600px;
}

/*popup*/
.popup-feedback,
.popup-contact-text, 
.popup-feedback-text{
    width: 600px;
    height: auto;
    margin: -15% 0 0 -300px;
    left: 50%;
    top: 50%;
    display:block;
    opacity:0;
    z-index:-100;
}
.popup-sendmail,
.popup-buyoneclick,
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv{
    display:block;
    opacity:0;
    z-index:-100;
}
.popup-feedback .title, 
.popup-feedback-text .title,
.popup-contact-text .title,
.popup-sendmail .title,
.popup-buyoneclick .title,
.popup-razmer-odegda .title,
.popup-razmer-rukav .title,
.popup-razmer-obuv .title
{
    background-color: #EEEFEF;
    font-size: 18px;
    line-height: 26px;
    padding: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.popup-feedback .inp-block, 
.popup-feedback-text .inp-block,
.popup-contact-text .inp-block,
.popup-buyoneclick .inp-block
{
    padding: 12px 16px;
    overflow: hidden;
}
.popup-sendmail #sendmail{
    margin:20px;
}
.popup-feedback .inp-block label, 
.popup-sendmail #sendmail label,
.popup-buyoneclick .inp-block label{
    font-size: 13px;
    float: left;
    width: 130px;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: -6px;
}
.popup-contact-text .inp-block label,
.popup-feedback-text .inp-block label
{
    font-size: 13px;
    float: left;
    width: 130px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-top: -6px;
}

.popup-feedback .inp-block .inp-text, 
.popup-feedback-text .inp-block .inp-text,
.popup-contact-text .inp-block .inp-text,
.popup-sendmail #sendmail .inp-text,
.popup-buyoneclick .inp-block .inp-text{
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    padding: 5px 10px;
    background-color: #F7F7F7;
    width: 410px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #CCC;
    border-bottom-color: #E7E6E6;
    border-right-color: #E7E6E6;
}
.popup-feedback .inp-block sub, 
.popup-feedback-text .inp-block sub,
.popup-contact-text .inp-block sub,
.popup-buyoneclick .inp-block sub{
    color: red;
}
.popup-feedback .textarea, 
.popup-feedback-text .textarea,
.popup-contact-text .textarea,
.popup-buyoneclick .textarea{
    font-size: 14px;
    line-height: 26px;
    height: 80px;
    padding: 5px 10px;
    background-color: #F7F7F7;
    width: 410px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #CCC;
    border-bottom-color: #E7E6E6;
    border-right-color: #E7E6E6;
}
.popup-feedback .btn-submit, 
.popup-feedback-text .btn-submit,
.popup-contact-text .btn-submit,
.popup-buyoneclick .btn-submit{
    width: 250px;
    height: 58px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );   
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 58px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 auto;
    border: none;
}
.popup-buyoneclick .btn-submit:hover,
.popup-feedback .btn-submit:hover, 
.popup-contact-text .btn-submit:hover,
.popup-feedback-text .btn-submit:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );       
}
.popup-buyoneclick .btn-submit:disabled,
.popup-feedback .btn-submit:disabled, 
.popup-contact-text .btn-submit:disabled,
.popup-feedback-text .btn-submit:disabled{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );   
    opacity:0.5;
}
.popup-buyoneclick .checkbox,
#sendmail .checkbox{
    width:500px;
}
.popup-buyoneclick .checkbox input[type="checkbox"]{
    margin: 0;
    height:17px;
    width:17px;
}
#sendmail .checkbox input[type="checkbox"]{
    margin: 0;
}
.inp-block .checkbox  input[type="checkbox"]{
    margin:0;
    top: -2px;/*3px;*/
    left: 20px;/*15px;*/
}
.popup-buyoneclick .checkbox label,
#sendmail .checkbox label,
.inp-block .checkbox label{
    width:100%;
    height:auto;
}
.popup-buyoneclick .checkbox label a,
#sendmail .checkbox label a,
.inp-block .checkbox label a{
    margin-left: 20px;
    font-size:10px;
}
.bx-check{
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    width: 330px;
    margin-top:15px;
}
.bx-check input[type="checkbox"]{
    height:13px;
}

.inputfile{
    font-size:13px;
    line-height:20px;
}
.sort-box select{
    margin: 9px 0 0 0;
    font-size: 15px;
    border:none;
    height:24px;
}
.sort-box .select_n.sorts{
    /*width: 190px;176px;*/
}
@media (max-width: 767px) {
    .main-content {
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-table-2,
    .popup-sendmail, 
    .popup-feedback, 
    .popup-feedback-text,
    .popup-contact-text,
    .popup-buyoneclick{
        width: 96%;
        height: 440px;
        margin: 0;
        left: 2%;
        top: 35px;
    }
    .popup-feedback .title, 
    .popup-feedback-text .title,
    .popup-contact-text .title,
    .popup-buyoneclick .title{
        padding:10px;
        font-size:15px;
        text-align:center;
    }
    #sendmail .checkbox input[type="checkbox"] {
        margin-top: -4px;
    }
    .popup-feedback .textarea, 
    .popup-feedback-text .textarea,
    .popup-contact-text .textarea,
    .popup-buyoneclick .textarea{
        width: 100%;
    }
    .popup-feedback .inp-block .inp-text, 
    .popup-feedback-text .inp-block .inp-text,
    .popup-contact-text .inp-block .inp-text,
    .popup-buyoneclick .inp-block .inp-text{
        width: 100%;
        height:24px;
    }
    .popup-feedback .inp-block .inp-text, 
    .popup-feedback-text .inp-block .inp-text,
    .popup-contact-text .inp-block .inp-text,
    .popup-sendmail #sendmail .inp-text,
    .popup-buyoneclick .inp-block .inp-text{
        font-size: 11px;
    }
    .popup-feedback .textarea, 
    .popup-feedback-text .textarea,
    .popup-contact-text .textarea,
    .popup-buyoneclick .textarea{
        font-size: 11px;
        height: 60px;
    }
    .bx-check{
        width: 100%;
    }
    .addCompare,
    .btn-razmer-rukav,
    .buy-box label,
    .product-item-compare{
        display: none;
    }
    .product-item-compare-container{
        min-height: auto;
        height: auto;
    }
    .popup-feedback .inp-block, 
    .popup-feedback-text .inp-block, 
    .popup-contact-text .inp-block, 
    .popup-buyoneclick .inp-block {
        padding: 0px 16px;
    }
    .popup-feedback .inp-block label, 
    .popup-feedback-text .inp-block label,
    .popup-contact-text .inp-block label,
    .popup-sendmail #sendmail label,
    .popup-buyoneclick .inp-block label{
        font-size: 11px;
        width: 200px;
    }
    #sendmail .checkbox label, 
    .inp-block .checkbox label {
        width: 50%;
    }
    .popup-buyoneclick .checkbox label{
        width: 100%;
        padding: 0;
        font-size: 10px;
    }
    .popup-buyoneclick .popup-main-content {
        padding: 5px;
    }
    .popup-buyoneclick .h2{
        margin:0;
        font-size: 20px;
        text-align: center;
        padding:0;
    }
    .popup-buyoneclick .b-message-form {
        margin:0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .popup-buyoneclick .b-message-text {
        margin: 0;
        font-size: 10px;
    }
    .popup-buyoneclick .b-message-text p{
        padding:0;
        margin: 0;
        float: right;
        text-align: right;
        width: 205px;
    }
    .popup-buyoneclick .b-message-form_item {
        margin: 0;
    }
    .popup-buyoneclick .b-message-form_item label{
        margin: 0;
        font-size: 11px;
        width: 200px;
        height:16px;
    }
    #i-message-form-item-857{
        display:none;
    }
    .popup-buyoneclick .b-message-form_text input{
        width: 270px;
        height: 22px;
        margin: 0;
        font-size: 11px;
        line-height: 17px;
    }
    .popup-buyoneclick .b-captcha_item {
        padding: 8px 1px 1px;
    }
    .popup-buyoneclick .b-captcha-text label{
        font-size: 8px;
        width: 125px;
    }
    .popup-buyoneclick .b-captcha_selected {
        padding: 1px 1px 1px;
        border: 1px solid red;
        margin-top: 6px;
    }
    .popup-buyoneclick .checkbox label a {
        margin-left: 20px;
    }
    .popup-buyoneclick .b-message-form_submit {
        padding: 0;
    }
    .popup-buyoneclick .checkbox{
        width: 100%;
    }
    /*.popup-sendmail{
        left: 1px;
        width: 97%;
    }*/
    .bread-crumbs {
       margin: 0px 0 0;
    }
    .bread-crumbs li {
        margin: 0 5px 0 0;
    }
    .bread-crumbs li a {
        margin: 0 2px 0 0;
    }
    .continue_button a {
        line-height: 22px;
        padding: 0;
    }
    .title_search_form .selector {
        display:none;
    }
    .clear_search {
        right: 118px;
        top:3px;
    }
    /*div.title-search-result{
        margin-top: 96px;
    }*/
    .popup .close, .popup .close_up {
        right: -3px;
    }
    .container ul.search_result_list{
        padding-bottom:10px;
    }
    .bx-hdr-profile{
        margin-bottom: 20px;
    }
    .sort-box p {
        padding: 12px 5px 0 0;
        font-size: 12px;
        margin-left: -5px;
    }
    .selector span {
        font-size: 12px;
    }
    .selector {
        margin: 5px 0px 0 0;
    }
    .container ul.search_result_list {
        padding-bottom: 0;
    }
    .container ul li{
        padding: 0px 0px 5px 0px;
    }
    /*.logo{*/
    .header-middle{
        /*border-bottom: 2px solid #dfe3e3;*/
        margin-left:0;
		overflow:hidden;
    }
    .bx-aside-naw-control{
        /*border-bottom: 2px solid #dfe3e3;*/
        /*padding: 25px 25px 35px 20px;*/
        padding: 0 8px 12px 8px;
        margin: 25px 17px 23px 12px;
    }
    .bx-aside-naw-control.bx-opened{
        border-bottom: none;
    }
    .sort-box select{
        margin: 9px 0 0 0;
        font-size: 13px;
    }
    .sort-box .select_n.sorts1,
    .sort-box .select_n.sorts{
        /*width: 170px;*/
        margin-left: 7px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logout{
        padding-top: 20px;
        width: 100%;
        margin-left: 25px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logreg{
        width: 100%;
        margin-left: 25px;
        padding-top: 20px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-login{
        width: 100%;
        margin-left: -10px;
        line-height: 25px;
    }
}
@media (max-width: 360px) {
    .popup-table-2,
    .popup-sendmail, 
    .popup-feedback, 
    .popup-feedback-text,
    .popup-contact-text,
    .popup-buyoneclick{
        width: 94%;
        height: 440px;
        margin: 0;
        left: 1%;
        top: 35px;
    }
    .popup-addtocart {
        width: 94%;
        height: auto;
        left: 1%;
        top: 50%;
        margin: -170px 0 0 0;
    }
    .continue_button a {
        line-height: 40px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logout{
        padding-top: 20px;
        width: 100%;
        margin-left: 25px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logreg{
        width: 100%;
        margin-left: 25px;
        padding-top: 20px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-login{
        width: 100%;
        margin-left: -10px;
        line-height: 25px;
    }
}

.product-item-detail-info-section .h2-title{
    text-align:left;
    padding:0;
    margin-top:0;
}
.news-item a b:hover{
    color:#b51e20;
    text-decoration:underline;
}
.product-item-price-current-new{
    font-size:14px;
    color:#b51e20;
    font-weight: bold;
}
.map-columns .map-level-0 li a{
    color:#b51e20;
}
.map-columns .map-level-1 li a{
    border-bottom:1px dashed #b51e20;
}
.map-columns .map-level-2 li a{
    border:none;
}
.map-columns .map-level-0 li a:hover,
.map-columns .map-level-1 li a:hover,
.map-columns .map-level-2 li a:hover,
.map-columns .map-level-3 li a:hover{
    color:#b51e20;
}
.map-columns .map-level-3,
.map-columns .map-level-2,
.map-columns .map-level-1{
    margin-top: 8px;
}
.map-columns .map-level-1 li a{
    color:#454545;
}
.catalog-products-viewed .product-item-container:hover{
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    border:1px solid #CBCBCB;
}
.cabinet a:hover,
.compare.cell_block a:hover,
.favorite a:hover{
    border-bottom: none;
}
div.div_after a{
    color: #fff;
    font-size: 16px;
}
.sale-order-list-button-container a.sale-order-list-button{
    line-height: 35px;
}
#return_prof_list{
    width: 184px;
    height: 32px;
    border: none;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    cursor: pointer;
    margin-top: 15px;
}
#return_prof_list:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
.sale_personal_profile_detail textarea,
.sale_personal_profile_detail select option,
.sale_personal_profile_detail input{
    font-weight:bold;
}
.sale_personal_profile_detail small{
    font-size:11px;
}
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-cancel,
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-button{
    width: 155px;
    height: 33px;
    display: block;
    float: right;
    /*Серая кнопка*/
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    /*Красная кнопка*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 10px 20px;
    padding:0;
}
.sale-order-detail-payment-options-methods-info-title-status-alert{
    color: #fff;
    text-shadow: none;
    background: #be4748;
    border: none;
}
.sale-order-detail-general-head{
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: none;
}
.sale-order-detail-general-item {
    color: #454545;
}
.sale-order-detail-general {
    border: 1px solid #ccc;
}
.container a.sale-order-detail-back-to-list-link-up,
.container a.sale-order-detail-back-to-list-link-down{
    width: 290px;
    height: 33px;
    display: block;
    float: left;
    /*Серая кнопка*/
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    /*Красная кнопка*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 20px 10px 20px 0;
    padding:0;
}
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-button:hover {
    color: #454545;/*#fff;*/
    text-shadow: none;
    background: yellow;/*#be4748;*/
}
.container a.sale-order-detail-show-link:hover,
.container a.sale-order-detail-payment-options-methods-info-change-link:hover,
.container a.sale-order-detail-about-order-inner-container-name-read-more:hover{
    color: #b51e20;
    border-bottom: 1px dashed #b51e20;
    text-decoration:none;
}
.container a.sale-order-detail-back-to-list-link-up:hover,
.container a.sale-order-detail-back-to-list-link-down:hover,
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-cancel:hover {
    color: #fff;
    text-shadow: none;
    background: #be4748;/*yellow;*/
}
.sale-order-detail-payment-options-methods-button-element{
    display:none;
}
.rememberme input{
    margin-top: -2px;
}
.forgotpassword a{
    height: 32px;
    padding: 0;
    line-height: 32px;
}
.container a.reg-auth{
    float: left;
    width: auto;
    height: 40px;
    display: block;
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px 0 15px;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 0;
}
.container a.reg-auth:hover{
    background:yellow;
}
.container a.bx_addpass{
    float:left;
    padding: 5px 20px;
    width:auto;
    margin:0;
    line-height: 40px;
}
.container a.bx_addreg{
    float:left;
    padding: 15px 20px 5px 20px;
    width:auto;
    margin: -10px 0 20px 10px;
}
div.bx-auth-note {
    font-size: 15px;
}
@media (max-width: 767px) {
    .container a.bx_addreg,
    .container a.bx_addpass{
        width:100%;
    }
    .container a.bx_addreg{
        margin:0 0 20px 0;
    }
}
@media (max-width: 767px) {
	.card-page .main-content{
        overflow:hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 560px){
	/*.row.row-card{margin-left:0;margin-right:0}*/
}


.modern-page-navigation {
    margin-top: 0px!important;
    padding-left: 5px!important;
}

.main-catalog {
    padding: 0 0 10px!important;
}
.link-box.last .e-mail:hover span{
    font-weight:bold;
}
.main-slider{visibility:hidden}
.main-slider.slick-initialized{visibility:visible}
.main-slider .slick-arrow{
    position:absolute;top:50%;z-index:2;width:25px;height:48px;background-position:center;
    background-repeat:no-repeat;background-size:contain;cursor:pointer;-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);transform:translateY(-50%)
}
/*.main-slider .slick-prev{left:30px;background-image:url(/include/img/previous-white.svg)}
.main-slider .slick-next{right:30px;background-image:url(/include/img/next-white.svg)}*/
.main-slider__slide{background-position:top center;background-repeat:no-repeat;background-size:contain;}
.main-slider__slide .container{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;
    -webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;
    -ms-flex-pack:center;justify-content:center;-webkit-box-align:start;
    -ms-flex-align:start;align-items:flex-start;min-height:480px;padding:60px 15px;color:#fff
}
.main-slider__information,.main-slider__title{
    opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);
    transform:translateY(-20px);-webkit-transition:opacity ease-in-out .4s,-webkit-transform ease-in-out .4s;
    transition:opacity ease-in-out .4s,-webkit-transform ease-in-out .4s;
    -o-transition:transform ease-in-out .4s,opacity ease-in-out .4s;
    transition:transform ease-in-out .4s,opacity ease-in-out .4s;
    transition:transform ease-in-out .4s,opacity ease-in-out .4s,-webkit-transform ease-in-out .4s
}
.main-slider__title{max-width:740px;margin:0 0 10px;font-size:54px;line-height:1.2;letter-spacing:.04em}
.main-slider__information{max-width:740px;font-size:18px;line-height:1.2;letter-spacing:.005em}
.main-slider .button{
    margin-top:24px;opacity:0;-webkit-transition:opacity ease-in-out .4s,background-color ease-in-out .1s;
    -o-transition:opacity ease-in-out .4s,background-color ease-in-out .1s;
    transition:opacity ease-in-out .4s,background-color ease-in-out .1s
}
.main-slider__slide--loaded .button,.main-slider__slide--loaded .main-slider__information,
.main-slider__slide--loaded .main-slider__title{
    opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)
}
.phone_bottom{margin-top: 13px;}
.container .compare a,
.container .cabinet a,
.phone_bottom a{font-size: 12px;}
@media(max-width: 1199px){
    .phone_bottom {
        margin-top: 19px;
    }
}
@media(max-width: 1024px){
    .main-slider__slide .container{
        min-height:280px;
    }
}
@media(max-width: 768px){
    .main-slider{display: none;}
    .main-slider__slide .container{
        min-height:0;
    }
}
/* End */


/* Start:/bitrix/templates/specopt1/template_styles.css?173670839558704*/
html {
	text-decoration: none;	
}

/*.search-box input[type=text] {
	font-size:18px;
	font-weight: normal;
}*/
select.select_ya option{
	font-size:13px;
}
.modern-page-current {
	font-weight: 600 !important;
}
div.modern-page-navigation {
    margin-top: 5px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    div.modern-page-navigation {
        padding-left: 20px;
    }
}
/*==============================
8. Card-page styles
===============================*/

.card-page h1, 
.card-page .zzz1-title{
    padding: 0px;
    margin: 0px 0 15px;
	text-transform:none;
}
.card-page .price-box{
    width:320px;
    padding: 35px;
    border: 1px solid #e6e9e9;
    float: left;
    margin: 0 0 15px;
}
.thead-fix{
    position:fixed;
    background-color:#fff;
    height: 45px;   
    width:1100px;
    margin-top:-47px;
    z-index:1;
}
.description-box{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    border: 1px solid #e6e9e9;
    padding: 35px 20px 35px 30px;
    margin: 0 0 50px;
    line-height:18px;
    color: #454545;
}

.description-box .product-item-detail-info-container p {
	padding: 0px 0px 10px 0px;
    margin-top: 0;
    margin-bottom: 0;
    }

.description-box .h2-title{
    color: #454545;
    padding: 0 0 18px;
}
.description-box h3{
    color: #454545;
    padding: 0 0 10px;  
}
.description-box ul li, .description-box ol li{
    padding: 0 0 5px;
}
.description-box p, .description-box strong, .description-box b{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #454545;
    line-height: 24px;
    text-align: justify;
}
.card-page .price-box .price{
    display: inline-block;
    width: 130px;
    margin: 0 0 0 90px;
}

.card-page .price-box .price span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;  
    color: #b51e20;
    font-size: 36px;
    line-height: 40px;
}
.card-page .price-box .price span.curr, .list-view .price .curr {
    font-size:17px;
    padding-left:5px;
}
.card-page-table{
    margin: 0 0 0px;
    height: auto;/*240px;
    overflow-y:scroll;*/
    background-color:#ffffff;
    border:1px solid #E0E0E0;
}
.card-page-table table{
    margin-bottom: 5px;
}
.card-page-table .number{
    padding: 0;
}
.card-page-table .price{
    text-align: center;
}
.card-page-table thead{
    border-bottom: 3px solid #fff;
}
.card-page-table thead tr{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    height: 45px;
}
.card-page-table thead tr td{
    font-weight:bold;
}
.card-page-table thead td,
.card-page-table tbody td{
    text-align: center;
}
.card-page-table thead td{
    vertical-align: middle;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    color: #454545;
}

.card-page-table tbody tr{
    height: 33px;
    background-color: #fefdfd;
    border-bottom: 3px solid #fff;
}
.card-page-table tbody .second{
    background-color: #f9f9f9;
}
.card-page-table tbody td{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
    vertical-align: middle;
}
.card-page-table tbody .price{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #b51e20;
}
.card-page-table tbody .amount{
    padding: 0 0 0 69px;/*35px;*/
}
.card-page-table tbody .amount .input-wrap{
    position: relative;
    float: left;
    margin: 1px 24px 0 0;
}
.card-page-table tbody .amount input[type=text]{
    width: 48px;
    height: 21px;
    border: 1px solid #e6e9e9;
    background-color: #fff;
    padding: 0 5px 0 5px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
}

.card-page-table tbody .amount .up{
    width: 22px;
    height: 21px;
    line-height:21px;
    display: block;
    position: absolute;
    left: 47px;/*59px;*/
    top: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    font-weight: bold;
}

.card-page-table tbody .amount .down{
    width: 22px;
    height: 21px;
    line-height:21px;
    display: block;
    position: absolute;
    left: -21px;/*-23px;*/
    top: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    font-weight: bold;
}
.card-page-table tbody .amount .up:hover,
.card-page-table tbody .amount .down:hover{
    background: #b51e20;
    color: #fff;
}
.card-page-table tbody .amount .up:link,
.card-page-table tbody .amount .down:link{
    text-decoration: none;
}

.card-page-table tbody .amount .buy{
    width: 101px;
    height: 20px;
    display: block;
    float: left;

    background: url('/bitrix/templates/specopt1/img/bg-nav-main.png') no-repeat right 0;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    padding: 5px 0 0 0;
}

.card-page-table tbody .amount .buy:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );   
}
.card-page .title-box{
    height: 41px;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}
.card-page .title-box .h2-title{
    color: #454545;
    padding: 10px 0 0 0;
}
.card-page .buy-with{
    margin: 0 0 3px;
}
.card-page .buy-with:last-child{
    margin:3px 0 0 0;
}
.news-detail .slider-box,
.card-page .slider-box{
    background: url('/bitrix/templates/specopt1/img/bg-header-top.png') repeat 0 0;
    position: relative;
    padding: 20px 0 17px 0;
}
.news-detail .slider1,
.card-page .slider1{
    margin: 0;
}
.card-product{
    width: 199px;
} 
.card-product .global-pix{
    width: 199px;/*100%;/*199px;*/
    height: 199px;
    margin: 0 0 10px;
}
.card-product .global-pix .novink{
    width:115px;
    height:115px;
    background:url('/bitrix/templates/specopt1/img/novink.png') no-repeat;
    position:absolute;
    z-index: 110;
}
.table-big .card-product .global-pix .novink,
.table-big .card-product .global-pix .rekom{
    margin-left:-10px;
}
.card-product .global-pix .rekom{
    width:115px;
    height:115px;
    background:url('/bitrix/templates/specopt1/img/rek.png') no-repeat;
    position:absolute;
    z-index: 110;
}
/*.card-product .global-pix .rasp{
    width:100%;
    height:28px;
    background:url('/bitrix/templates/specopt1/img/rasp.png') no-repeat;
    position:absolute;  
    margin:80% 0 0 50%;
    z-index: 110;
}*/
.card-product .global-pix .rasp{
    width:115px;
    height:115px;
    background:url('/bitrix/templates/specopt1/img/rasp1.png') no-repeat;
    position:absolute;  
    z-index: 110;
}
.card-page .product-item-small-card a.addFav.in-favorites{
    padding-left: 20px;
    margin-bottom: 4px;
}
.card-page .product-item-small-card a.addFav{
    margin-left:2px;
}
/*.table .card-product .global-pix .rasp{
    margin:80% 0 0 20%; 
}
.table-big .card-product .global-pix .rasp{
    margin:80% 0 0 40%; 
}
.list-view .card-product .global-pix .rasp{
    margin:80% 0 0 30%; 
}*/
.card-product .pix-box{
    width: 197px;/*100%;*/
    height: 197px;/*100%;*/
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    background-color:#fff;
}
.card-product .pix-box img{
    max-width: 197px;
    max-height: 188px;
}
.card-product .name{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
    padding: 0 5px 5px;
    height:50px;/*auto;*/
    overflow: hidden;
    text-align:center;
}
.table-view .card-product .name{
    height:50px;
}
.card-product .name a, .other-slide .name a{
    text-decoration:none;
}

.card-product .name a:hover, .other-slide .name a:hover{
    color:#b51e20;
    text-decoration:none!important;
}

.card-product .buy-box{
    padding: 0 0 5px;
}

.card-product .price{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 22px !important;
    line-height: 22px;
    color: #b51e20;
    float: left;
    padding: 0 0 0 10px;/*5px 0 0 0;*/
}
.center-product{
    /* width: 430px; */
	width: 490px;
    float: left;
}
.right-product{
    width: 110px;/*180px;*/
    float: right;/*left;*/
    margin-right:20px;
}
.bx-soa-more-btn .btn-md.buy,
.card-product .buy{
    width: 88px;/*101px;*/
    height: 32px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: right;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    padding: 12px 0 0 0px;
    margin-bottom: 10px;
}
.bx-soa-more-btn .btn-md.buy:hover,
.card-product .buy:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
.main-catalog{
    padding: 0 0 20px;
}
.main-catalog .card-product{
    float: left;
    margin: 0 0 30px 0;/*0 25px 30px 0;*/
    position:relative;
    border: none;/*1px solid #e6e9e9;*/
}
.main-catalog .card-product:hover{
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    box-shadow:0 3px 12px 1px rgba(42,48,60,.19)
}
.card-page{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
}

.card-page p.article{
    margin-top:-15px;
    font-weight:bold;
    font-size:12px;
    color: #c63;
    font-size: 1.1em;
}
 .top-product .desc-box p.article{
    font-weight:bold;
    font-size:12px;
}

.card-page .detail-box{
    margin-bottom: 30px;
}

.bx-soa-cart-total-button-container .btn-lg.buy,
#bx-soa-orderSave .btn-lg.buy,
.card-page .buy-one-click,
.card-page .btn-buy{
    width: 176px;
    height: 33px;/*58px;*/
    display: block;
    float: right;
    /*Серая кнопка*/
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    /*Красная кнопка*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 33px;/*58px;*/
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 10px 20px;/*0 33px 20px;*/
}
.card-page .btn-buy {
	margin-top:2px;
	height:40px;
	line-height:40px;
}
.bx-soa-cart-total-button-container .btn-lg.buy,
#bx-soa-orderSave .btn-lg.buy{
    width: 216px;
    line-height: 18px;
    border-radius:0;
    margin: 0;
}

.bx-soa-cart-total-button-container .btn-lg.buy:hover,
#bx-soa-orderSave .btn-lg.buy:hover,
.card-page .buy-one-click:hover,
.card-page .btn-buy:hover{
    /*красный ховер*/
    color: #fff;
    text-shadow: none;
    background: #be4748;
}
.card-page .buy-one-click,
.card-page .btn-buy.g-ajax-data {
    height: 35px;
    line-height: 35px;
    color: #555;
}
.card-page .buy-one-click{
    margin: 25px 10px 20px;
}
.card-page .btn-buy.g-ajax-data:hover {
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.card-page .row-set{
    clear: both;
    padding: 0px;
}

.card-page .row-set .tovar-yes{
    float: right;/*left;*/
    color: #09512B;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 18px;
    background: url('/bitrix/templates/specopt1/img/green-tick.png') no-repeat left center;
    width:155px;
    margin-right: 20px;
}
.price-box .row-set a.WSMFavoritesLink{
    margin: 10px 80px 0 0;
    float: right;
}
.card-page .row-set .link-buy{
    color: #b51e20;
    line-height: 16px;
    border-bottom: 1px dashed #b51e20;
    text-decoration: none;
    float: right;
    margin-right: 45px;
}

.card-page .row-set .link-buy:hover{
    border-color: transparent;
}
.box-service{
    float: right;
    width: 100%;
}
.card-page .box-service{
    float: right;
    width: 300px;
}
.box-service .addit_box,
.card-page .box-service .addit_box{
    display:block;
  background: #f9f9f9;
    padding: 25px 5px 20px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 2px 8px #999;
       -moz-box-shadow: 0px 2px 8px #999;
            box-shadow: 0px 2px 8px #999;
    text-decoration:none;
    min-height: 182px;
}
.box-service .addit_box:hover,
.card-page .box-service .addit_box:hover{
    -webkit-box-shadow: 0px 1px 2px #999;
       -moz-box-shadow: 0px 1px 2px #999;
            box-shadow: 0px 1px 2px #999;
}
.box-service .title,
.card-page .box-service .title{
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #454545;
    text-transform: uppercase;
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-weight: 700;
    padding: 0 0 5px 30px;
    margin: 0;
}
.box-service .title-1,
.card-page .box-service .title-1{
    background-image: url('/bitrix/templates/specopt1/img/icon-car.png');
}
.box-service .title-2,
.card-page .box-service .title-2{
    background-image: url('/bitrix/templates/specopt1/img/icon-reload.png');
}
.box-service .title-3,
.card-page .box-service .title-3{
    background-image: url('/bitrix/templates/specopt1/img/icon-garant.png');
}

.box-service .desc-box,
.card-page .box-service .desc-box{
    padding: 0 0 30px 30px;
}
.box-service .desc-box:last-child,
.card-page .box-service .desc-box:last-child{
    padding-bottom: 0px;
}
.box-service .desc-box p,
.card-page .box-service .desc-box p{
    color: #454545;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 2px;
    padding: 0px;
}

.card-page .link-btn{
    display: inline-block;
    color: #b51e20;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px dashed #b51e20;
    text-decoration: none;
}

.card-page .link-btn:hover{
    border-color: transparent;
}

.card-page .detail-service{
    padding: 0 20px 40px 25px;
    clear: both;
}

.card-page .row-links{
    margin: 0 0 30px;
}

.card-page .checker{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.card-page .check{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    opacity: 0;
}

.card-page .checker span{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 0;
}

.card-page .checker .checked{
    background: url('/bitrix/templates/specopt1/img/bg-checkbox.png') no-repeat 0 bottom;
}

.card-page .link-compare{
    cursor: pointer;
    margin: 0 40px 0 0;
    display: inline-block;
}

.card-page .link-compare > span{
    font-size: 13px;
    line-height: 16px;
    color: #f8c806;
    border-bottom: 1px dashed #f8c806;
    text-decoration:none;
}

.card-page .link-compare:hover > span,
.card-page .link-favorite:hover span{
    border-color: transparent;
}

.card-page .link-compare-h{
    text-decoration: none;
    padding: 0 0 0 25px;
    background: url('/bitrix/templates/specopt1/img/icon-compare.png') no-repeat 0 center;
    margin-left: 65px;
}

.card-page .link-compare-h span{
    font-size: 13px;
    line-height: 16px;
    color: #b51e20;
    border-bottom: 1px dashed #b51e20;
}

.card-page .link-favorite{
    text-decoration: none;
    padding: 0 0 0 20px;
    background: url('/bitrix/templates/specopt1/img/icon-favorite.png') no-repeat 0 center;
    display:none;
}

.card-page .link-favorite span{
    font-size: 13px;
    line-height: 16px;
    color: #f8c806;
    border-bottom: 1px dashed #f8c806;
}

.card-page .detail-service ul{
    margin: 0px 0 15px;
    padding: 0px;
    list-style: none;
}

.card-page .detail-service li{
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    margin: 0 0 5px;
    padding:0px;
}

.card-page .detail-service li span{
    float: left;
    font-weight: bold;
    width: 175px;
}
.detail-right-box{
    float: right;
    width: 750px;
}
.table-view .price .curr, .top-product .price .curr, .slider-box .price .curr, .sliders-box .price .curr{
    font-size:14px;
    padding-left:2px;
    color:#b51e20;
}
.list-view .card-product{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    width: 100%;
    float: none;
    border: none;/*1px solid #E4E4E4;*/
}

.list-view .card-product .global-pix{
    float: left;
    margin-right: 20px;/*58px;*/
}

.list-view .card-product .desc-box{
    width: 480px;
    float: left;
}

.list-view .card-product .buy-box{
    float: left;/*right;*/
    width: 100%;/*130px;*/
}
.list-view .card-product .buy {
    float: left;
	margin-top: 40px;
	position: relative;
	margin-left: -15px;
}
.list-view .card-product .desc-box p{
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.list-view .card-product .tovar-yes{
    float: left;/*right;*/
    color: #09512B;
    font-size: 13px;
    line-height: 32px;
    padding: 0 20px 0 18px;
    margin-bottom: 8px;
    background: url('/bitrix/templates/specopt1/img/green-tick.png') no-repeat left center;
}

.list-view .card-product .buy-box p{
    clear: both;
    padding: 0 0 5px;
    text-align: left;/*right;*/
}

.list-view .card-product .buy-box .price{
    font-size: 30px;
    padding-bottom: 5px;
    float:left;/*right;*/
    width: 140px;/*114px;*/
    padding-right: 6px;padding-top:5px;
}

.list-view .card-product .top-product{
    float: left;
    width: 580px;
    overflow: hidden;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.list-view .card-product .bottom-product{
    float: right;
    width: 580px;
    overflow: hidden;
}

.list-view .card-product .list-detail{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;/*430px;*/
}

.list-view .card-product .list-detail li {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px;
    overflow: hidden;
    padding:0px;
}

.list-view .card-product .list-detail span {
    float: left;
    font-weight: bold;
    width: 100%;/*175px;*/
}

.list-view .card-product .properties{
    float: right;
    margin: 10px 0 0 0;
    clear: none;
    width: 430px;
}

.list-view .card-product .desc-box .name {
    font-size: 16px;
	height:auto;
	margin-bottom:5px;
}

.list-view .card-product .desc-box .name a, a.search-header{
    text-decoration:none;
    font-size:18px;
    color:#3F4B87;  
}
.list-view .card-product .desc-box .name a:hover, 
.table-view .card-product .name a:hover{
    color:#b51e20;
}
.table-view .card-product .name a{
    text-decoration:none;
    font-weight:700;
    color:#3F4B87;
}
.main-catalog.table .card-product:nth-child(5n) {
    margin-right: 0px;
}
.main-catalog.table .card-product:nth-child(5n+6) {
    clear: left;
}
.main-catalog.table-big .card-product:nth-child(3n) {
    margin-right: 0px;
}
.main-catalog.table-big .card-product:nth-child(3n+4) {
    clear: left;
}
.table-big .card-product {
    width: 100%;/*269px;*/
}
.table-big .card-product .global-pix {
    width: 100%;/*269px;*/
    height: 269px;
    padding: 0 10px;
}
.table-big .card-product .pix-box {
    width: 266px;
    height: 266px;
    position:relative;
}
.table-big .card-product .pix-box img {
    max-height:100%;
    max-width:100%;
}
.table .card-product {
    width: 100%;/*149px;*/
}
.table .card-product .global-pix {
    width: 100%;/*149px;*/
    height: 177px;/*149px;*/
}
.table .card-product .pix-box {
    width: 166px;/*147px;*/
    height: 166px;/*147px;*/
    position:relative;
}
.table .card-product .pix-box img {
    max-height:100%;
    max-width:100%;
}
.table .card-product .price {
    font-size: 18px !important;
}
.table .card-product .buy {
    width: 70px;
    height: 32px;
    margin-top: -10px;
    line-height:10px;
}
.table .card-product a {
    font-size: 12px;
    line-height: 18px;
}
.card-page .btn-sendmail {
    width: 250px;
    height: 58px;
    display: block;
    float: right;
    color: #454545;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 58px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 0 20px;
}
#results {
  color: green;
  text-align: center; 
}

#btn-send-email {
    width: 130px;
    height: 35px;
    color: #454545;;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    margin-left: 150px;
    margin-top: 20px;
}
#btn-send-email:hover {
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
}
.table-big .row.center {
    display: inline-block;
    width: 50%;
    float: left;
/*    line-height: 25px;*/
}
.table-big .row.center {
    text-align: right; 

} 
.table-big .row.center p {
    text-align: left; 
    margin: 0 0 0 10px;
}
.table-big .row.center .toCompare{
    margin:0;
}
.articul {
    font-size: 20px !important;
    margin-bottom: 10px;
    display: block;
    height: auto;
    line-height: 35px !important;
    color: #b51e20 !important;
    font-weight: normal !important;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif !important;
}
.articul span {
    font-weight: normal !important;
}

.product-item-small-card{
    background-color: #f5f3f3;
}
.pixw-box{
    background: #fff;
    height: 170px;/*146px;*/
    width: 100%;/*146px;*/
    margin-top: -116%;
}
.product-item{
    padding: 10px 12px;
}
.product-item-image-slider-slider-container,
.product-item-image-alternative,
.product-item-image-original{
    max-height: 150px;/*140px;*/
    max-width: 100%;/*140px;*/
    margin-left: 0;/*1px;*/
}
.product-item-title{
    margin-top: -10px;/*-20px;*/
}
.product-item-title a{
    font-size:13px;
    font-weight: bold;
}

.card-page .sendmail {
    float: left;
    color: grey;
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0 0 28px;
    background: url('/bitrix/templates/specopt1/img/sendemail.png') no-repeat left center;    width: 155px;
    margin-top: 40px;
    margin-left: 73px;
    text-decoration: none;
}
.card-page .sendmail:hover {
    color: #b51e20;
}
.card-page .send-to-print {
    float: left;
    color: grey;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0 0 29px;
    background: url('/bitrix/templates/specopt1/img/send-to-print.png') no-repeat left center;
    width: 160px;/*155px;*/
    margin-top: 10px;
    margin-left: 73px;/*175px;*/
    text-decoration: none;
    height: 25px;
}
.card-page .send-to-print:hover {
    color: #b51e20;
}
.card-page .btn-feedback{
    float: left;
    color: grey;
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 0 33px;
    background: url(/upload/faq.png) no-repeat 5px center;
    width: 155px;
    margin-top: 6px;
    margin-left: 73px;/*175px;*/
    text-decoration: none;
    height: 20px;
}
.card-page .btn-razmer-odegda,
.card-page .btn-razmer-rukav,
.card-page .btn-razmer-obuv
{
    float: left;
    color: grey;
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 0 29px;
    background: url(/upload/line.png) no-repeat 5px center;
    width: 190px;
    margin-top: 6px;
    margin-left: 0;
    text-decoration: none;
    height: 20px;
    background-size:17%;
    padding-left: 45px;
}
.card-page .btn-razmer-odegda:hover,
.card-page .btn-razmer-rukav:hover,
.card-page .btn-razmer-obuv:hover,
.card-page .btn-feedback:hover {
    color: #b51e20;
}


div.page {
background-image: url("/bitrix/templates/specopt/components/bitrix/menu/catalog_left_tree_menu/images/page1.gif !important");
}

div.folder {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/specopt/components/bitrix/menu/catalog_left_tree_menu/images/arrow-3.png") no-repeat scroll right center;
    cursor: pointer;
    margin: 6px 0 0 240px;
    position: absolute;
	background-image: url("/bitrix/templates/specopt/components/bitrix/menu/catalog_left_tree_menu/images/arrow-3.png !important");
}


.li close{
font-size: 50% !important;
}
 
div.menu-sitemap-tree .back-img.yes {
    border-left: 0px solid #e8eaea !important;
    border-right: 0px solid #e8eaea !important;
    border-top: 0px solid #e8eaea !important;
}


div.menu-sitemap-tree ul ul {
    border-width: 0px 0px medium !important;
}

div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0;
	/*padding: 0 1em 0 0;*/
	border-bottom:1px solid #e8eaea;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	/*margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;*/
	border:1px solid #e8eaea;
	border-bottom:none;
}

div.menu-sitemap-tree ul ul ul{
	border:none;
}
div.menu-sitemap-tree ul li{
	padding:0;
	margin:0;
}

div.menu-sitemap-tree li
{
	margin: 0;
	padding:0;
	margin-bottom:0px;
}

div.menu-sitemap-tree ul ul li div.item-text{
	width:269px;
}

div.menu-sitemap-tree ul ul ul li:first-child .back-img{
	padding-top:0px;
}

div.menu-sitemap-tree ul ul ul li:last-child .back-img{
	padding-bottom:0px;
	/*margin-bottom:10px;*/
}
div.menu-sitemap-tree .back-img{
    /*padding: 10px 15px 10px 25px;*/
	padding:0px;
	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;	
	
}
div.menu-sitemap-tree .back-img:hover {
	background-color: #fff;
}

div.menu-sitemap-tree .back-img.yes{
	border-left:1px solid #e8eaea;
	border-right:1px solid #e8eaea;
	border-top:1px solid #e8eaea;
}
div.menu-sitemap-tree .back-img.yes:last-child{

}

div.menu-sitemap-tree .back-img li{
	margin-bottom:10px;
}
div.menu-sitemap-tree li a{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
	display:block;
	padding: 8px 15px 8px 30px;
}

div.menu-sitemap-tree li ul li a{
	padding: 8px 15px 8px 40px;
}
div.menu-sitemap-tree li ul li ul li a{
	padding: 8px 15px 8px 50px;
}
div.menu-sitemap-tree li li
{
	margin: 0;
	padding:0;
}

div.menu-sitemap-tree li.close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-0px;
	left:0px;
}

div.item-text{
	float:left;	
	width:269px;
}

div.item-text a:hover{
    background-color: #fff700;
    color:#000;
}

div.item-text.selected a{
    /* background-color: #fff700; */
	/* font-weight: 600; */
	color: #B51C20;
	font-weight: 600;
	
	pointer-events: none;
	cursor: default;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	vertical-align:top;
	float:right;
}
div.folder{
	cursor:pointer; 
	position:absolute;
    margin: 6px 0 0 240px;
    background: url(/bitrix/templates/specopt1/images/arrow-3.png) center right no-repeat;
}

div.folder:hover{
}
.back-img:hover {
     background-color: #fff700;
}

div.menu-sitemap-tree li.close div.folder{
    background: url(/bitrix/templates/specopt1/images/arrow-2.png) center right no-repeat;
}	

div.menu-sitemap-tree li.close:hover div.folder{
    background: url(/bitrix/templates/specopt1/images/arrow-1.png) center right no-repeat;
}

div.menu-sitemap-tree li.close div.folder:hover{
}

ul ul div.folder {
}
div.page{
	display:none;
}
#down-price{
	color:#454545;
	font-weight:bold;
	text-decoration:underline;
}
#down-price:hover{
	color:#b51e20;
}
#hidden-filter{
	position:relative;
	width:100%;
	margin-bottom: 5px;
	margin-top: 5px;
    height: 32px;
    display: block;
	cursor: pointer;

    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(223,227,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(223,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(223,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(223,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(223,227,227,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(223,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dfe3e3', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: left;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
}

#hidden-filter input[type="checkbox"] {
    display: none;
}

#hidden-filter input[type="checkbox"] + span {
	position: absolute;
    content: ' ';
    width: 10px;
    height: 6px;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 15px;
    top: 9px;
    left: 6px;
    right: -15px;
    margin-top: -3px;
    opacity: .8;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAQAAABQ+cdNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEOoAABDqAYLTCpgAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAABJSURBVAjXY/jPAIGhFaEbQ5khbJhQdOi/0P+h05AEQ81DvwKFQDAbKhiqEvoKKvQ/9E+oH1AwVCT0NlwIBL+GGjKEzkMRAsEbABdFQQrGB28AAAAAAElFTkSuQmCC");
    background-image: url("/bitrix/templates/specopt1/components/bitrix/menu/catalog_left_tree_menu/images/folder.png");
    background-position: -5px -28px;
}

#hidden-filter input[type="checkbox"]:checked + span {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAQAAABQ+cdNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjMyOTlBMzc2RTNFMzExQkVCNUM4QjhBQUNGQUY4MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQkU2QzZGNjEzRkQxMUU1ODhCNEZGNzg0QTAwM0Q2QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQkU2QzZGNTEzRkQxMUU1ODhCNEZGNzg0QTAwM0Q2QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjQ5QTNDNkU0MTJFNTExOTI2QUYxM0I3MDcxMTZBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMjMyOTlBMzc2RTNFMzExQkVCNUM4QjhBQUNGQUY4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsaxKbsAAABJSURBVAjXYwi9EfofDc5jCDUM/YoidDtUhOE/Q6hf6B+40KtQlf8MQEGgcDZU6GuoOYgPFgQKTwMK/QuNhvBggsyhG0Mr/kN5AO4BQQrKSIngAAAAAElFTkSuQmCC");
    background-image: url("/bitrix/templates/specopt1/components/bitrix/menu/catalog_left_tree_menu/images/folder.png");
    background-position: -5px -47px;
}
#hidden-filter p{
	height: 30px;
	width: auto;
	position: relative;
	float: left;
	line-height: 22px;
	padding-left: 23px;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
}
#hidden-filter:hover{
	background: yellow;
}
/*.bx_hidfilter{
	margin-top: 45px;
	display:none;
}*/
#hidden-filter{
	display:none;
}
.hiddenFilterImg{
	background: url('/bitrix/templates/specopt1/img/filter.png') no-repeat 0 0;
	height: 27px;
	width: 27px;
	background-size: 100%;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.card-page .container-fluid{
	margin-top:20px;
}
@media (max-width: 767px) {
	.card-page .container-fluid{
		margin-top:0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.card-page .buy-one-click {
        margin: 25px 0 20px;
    }
    .card-page .btn-buy {
        margin: 0 0 20px;
    }
	.bx-touch .product-item {
		width: 100%;
	}
	.main-banner-box {
		background-color: #fff;
	}
	.bx_reg_cabinet,
	.bx_add_prof {
    	font-size: 12px;
		line-height: 12px;
		width: 260px;
		height: 42px;
	}
	.sale-order-detail-order-item-td-text .bx-price {
		font-size: 12px;
	}
	.product-item-detail-pay-block {
		padding:15px;
	}
	.popup-table-2 {
    	width: 96%;
		margin-left: 2%;
	}
	.form-lst-size .number {
    	width: 8%;
		font-size:13px;
	}
	.form-lst-size .price {
    	width: 13%;
		font-size:13px;
	}
	.form-lst-size .characteristic {
    	width: 26%;
		font-size:13px;
	}
	.form-lst-size .amount {
    	width: 14%;
		font-size:13px;
	}
	.form-lst-size .amount input[type="text"] {
	    margin-top: 0;
	}
	.form-lst-size .amount .down, 
	.form-lst-size .amount .up {
 		margin-top: -3px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#hidden-filter{
		display:block;
	}
	.bx_hidfilter{
		margin-top: 45px;
		display:none;
	}
	.sort-box .selector {
		margin: 5px 0px 0 0;
	}
	.list-view .card-product .global-pix{
        height: 270px;
    }
    .card-page .send-to-print,
    .card-page .sendmail{
        width:100%;
    }
    .table-big .card-product .pix-box {
        width: 100%;
        height: 100%;
    }
    .table .card-product .pix-box {
        width: 100%;
        height: 100%;
    }
	.bx-touch .product-item {
		width: 100%;
	}
	.main-banner-box {
		background-color: #fff;
	}
	.bx_reg_cabinet,
	.bx_add_prof {
    	font-size: 12px;
		line-height: 12px;
		width: 260px;
		height: 42px;
	}
	.sale-order-detail-order-item-td-text .bx-price {
		font-size: 12px;
	}
	.other-new .global-pix,
	.other-action .global-pix {
    	width: 30%;
	}
	.other-new .new-text,
	.other-action .action-text {
	    width: 65%;
		float: left;
	}
	.other-slider .bx-prev {
		left: 0;
	}
	.other-slider .bx-next {
		right:0;
	}
	.news-box, .actions-box {
    	width: 100%;
    	margin: 0;
		padding: 20px;
	}
	.popup-feedback, .popup-feedback-text {
	    margin: -22% 0 0 -300px;
	}
	.sale-order-detail-order-item-td-text .bx-price {
		font-size: 12px;
	}
	div.sale-order-detail-about-order-inner-container-repeat{
		float:right;
	}
	.sort-box p {
		padding: 12px 10px 0 0;
		font-size: 13px;
	}
	.floatRight {
	    margin-right: 10px;
	}
	.list-view .card-product .desc-box .name a{
		font-size: 16px;
	}
	.center-product {
    	width: 100%;
	}
	.list-view .card-product .desc-box {
	    width: 100%;
	}
	.preview,
	.preview .global-image-box {
	    width: 100%;
	}
	.card-page .title-box {
		padding:0;
	}
	.bx-wrapper{
		width:100%;
	}
	.card-product .name {
		height:auto;
	}
	.card-product .global-pix {
    	width: 190px;
    	height: 190px;
	}
	.card-product .pix-box {
	    width: 186px;
	    height: 186px;
	}
	.card-product .pix-box img {
    	max-width: 186px;
        max-height: 186px;
	}
	.card-product .buy {
		margin-right: 15px;
	}
	.table-big .card-product .global-pix {
    	width: 269px;
    	height: 269px;
	}
	.table-big .card-product .pix-box {
        width: 266px;
        height: 266px;
    }
 	.table .card-product .pix-box {
        width: 177px;
        height: 177px;
    }
	.table .card-product .pix-box {
    	width: 166px;
    	height: 166px;
	}
	.product-item-detail-pay-block {
		padding:20px;
	}
	.product-item-detail-pay-block .price {
		text-align:center;
	}
	.card-page .buy-one-click {
    	margin: 25px 0 20px 0;
		float: left;
 		width: 100%;
    	font-size: 14px;
	}
	.card-page .btn-buy {
		margin: 0 0 20px 0;
		float: left;
		width: 100%;
    	font-size: 14px;
	}
	.bx-check {
		width: 255px;
	}
	.card-page h1, .card-page .zzz1-title {
    	padding: 0px;
	    margin: 15px;
	}
	.banner-slider-box {
	    margin-left: auto;
    	margin-right: auto;
	}
	.product-item-detail-properties {
		max-width: 100%;
		margin-left: 20px;
	}
	.card-product .name {
		height:auto;
	}
	.sort-box .p-sort{
		padding: 12px 0px 0 0;
	}
	.popup-table-2 {
    	width: 96%;
		margin-left: 2%;
	}
	.form-lst-size .number {
    	width: 8%;
		font-size:13px;
	}
	.form-lst-size .price-mob {
    	width: 680px;
		font-size:13px;
		float:left;
	}
	.form-lst-size .price {
		width: 70%;
	}
	.form-lst-size .characteristic {
    	width: 680px;
		font-size:13px;
	}
	.form-lst-size .amount label,
	.form-lst-size .price-mob label,
	.form-lst-size .characteristic label{
		float:left;
		width: 30%;
	}
	/*.form-lst-size .amount .input-wrap,*/
	.form-lst-size .price-mob .price{
		float:right;
	}
	.form-lst-size .amount {
    	width: 680px;
		font-size:13px;
		float:left;
	}
	.form-lst-size .amount input[type="text"] {
	    margin-top: 0;
	}
	.form-lst-size .amount .down, 
	.form-lst-size .amount .up {
 		margin-top: -3px;
	}
	.custom_select_sel .btn-back {
		width: 100%;
		font-size: 14px;
	}
	.delete-favorite-button {
		float: right;
		margin: -16px 0 0 0 !important;
	}
}
@media (max-width: 767px) {
    .other-slider .bx-prev {
        left: 0;
    }
    .other-slider .bx-next {
        right:0;
    }
    .card-page h1{
        padding: 0 15px;
    }
}
@media (min-width: 561px) and (max-width: 767px) {
	#hidden-filter{
		display:block;
	}
	.bx_hidfilter{
		margin-top: 45px;
		display:none;
	}
	.center-product {
        width: 100%;
    }
    .list-view .card-product .desc-box {
        width: 100%;
    }
    .card-product .name {
        height:auto;/*100%;*/
    }
    .table .card-product .global-pix{
        height: 250px;
    }
	.table .card-product .global-pix {
    	width: 169px;
    	height: 169px;
	}
    .description-box{
        padding:15px;
    }	
	.description-box .product-item-detail-info-container p{
	text-align: left;
	font-size: 16px;
	margin:0!important;	
	padding: 0!important;	
	} 
	
    .product-item-detail-slider-image,
    .product-item-detail-slider-images-container {
        height:260px;
    }
    .product-item-detail-slider-controls-block {
        padding: 280px 0;
        margin-bottom: -260px;
        margin-top: -260px;
    }
    .card-page .send-to-print,
    .card-page .sendmail{
        width:100%;
    }
	/*.table-big .card-product .pix-box {
        width: 100%;
        height: 100%;
    }
    .table .card-product .pix-box {
        width: 100%;
        height: 100%;
    }*/
	.card-page .buy-one-click {
        margin: 25px 0 20px;
        float:left;
    }
    .card-page .btn-buy {
        margin: 0 0 20px;
        float:left;
    }
    .card-page .btn-razmer-odegda, .card-page .btn-razmer-rukav, .card-page .btn-razmer-obuv {
        margin-bottom: 15px;
    }
	.sort-box p.p-sort {
		margin-right:11px;
	}
	.bx-aside-naw ul {
	    margin-top: 5px;
	}
	.card-page .btn-razmer-odegda, 
    .card-page .btn-razmer-rukav, 
    .card-page .btn-razmer-obuv {
        display:none;
    }
	.product-item-detail-slider-container a.fancybox, .global-image-box .fancybox,
    .card-page .product-item-detail-info-container .send-to-print{
        display:none;
    }
    #sendmail input[type="email"]{
        width:200px;
        margin-left: 20px;
    }
    .card-page .popup-table-2 .btn-buy,
    .popup-table-2 .custom_select_sel .btn-back {
        margin: 0;
        float: right;
    }
    /*.list-view .card-product .global-pix .rasp{
        margin:60% 0 0 35%; 
    }*/
    .preview,
    .preview .global-image-box{
        width:100%;
    }
    .product-item-detail-pay-block {
        padding: 20px;
    }
	.product-item-detail-properties {
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}
    .right-product {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-left: 20px;
    }
    .list-view .card-product .buy-box {
        float: left;
        width: 90%;
    }
    .list-view .card-product .tovar-yes {
        padding: 0 0 0 18px;
    }
    .list-view .card-product .buy-box .price {
        float: right;
    }
	.product-item-detail-pay-block .price {
		text-align:center;
	}
	.product-item-detail-info-container {
		padding:0;
	}
	.card-page .btn-buy,
	.card-page .buy-one-click,
	.card-page .product-item-detail-info-container .btn-feedback,
	.card-page .product-item-detail-info-container .sendmail {
    	margin: 10px 0 0 0;
		width:100%;
	}
	.p-sort{
		margin-right: 12px;
	}
	.form-lst-size .amount input[type="text"] {
	    margin-top: 0;
	}
	.form-lst-size .amount .down, 
	.form-lst-size .amount .up {
 		margin-top: -3px;
	}
	.delete-favorite-button {
		float: right;
		margin: -16px 0 0 0 !important;
	}
	.bx_reg_cabinet,
	.bx_add_prof,
	.container .btn-back,
	.container .btn-clear,
	.btn-wrap .checkout,
	form.user-favorites input.removeAll[type="submit"],
	.card-page .popup-table-2 .btn-buy, .popup-table-2 .custom_select_sel .btn-back {
	    float: left;
    	width: 96%;
    	margin: 0 0 0 2%;
	}

}
@media (max-width: 560px) {
	#hidden-filter{
		display:block;
	}
	.bx_hidfilter{
		margin-top: 45px;
		display:none;
	}
    .card-page .btn-razmer-odegda, 
    .card-page .btn-razmer-rukav, 
    .card-page .btn-razmer-obuv {
        display:none;
    }
	.product-item-detail-slider-container a.fancybox, .global-image-box .fancybox,
    .card-page .product-item-detail-info-container .send-to-print{
        display:none;
    }
    #sendmail input[type="email"]{
        width:200px;
        margin-left: 20px;
    }
    .card-page .popup-table-2 .btn-buy,
    .popup-table-2 .custom_select_sel .btn-back {
        margin: 0;
        float: right;
		width:100%;
    }
    /*.list-view .card-product .global-pix .rasp{
        margin:47% 0 0 35%; 
    }*/
    .preview,
    .preview .global-image-box{
        width:100%;
    }
    .product-item-detail-pay-block {
        padding: 20px;
    }
	.product-item-detail-properties {
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}
    .right-product {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-left: 20px;
    }
    .list-view .card-product .buy-box {
        float: left;
        width: 90%;
    }
    .list-view .card-product .tovar-yes {
        padding: 0 0 0 18px;
    }
    .list-view .card-product .buy-box .price {
        float: right;
    }
	.product-item-detail-pay-block .price {
		text-align:center;
	}
	.product-item-detail-info-container {
		padding:0;
	}
	.card-page .btn-buy,
	.card-page .buy-one-click,
	.card-page .product-item-detail-info-container .btn-feedback,
	.card-page .product-item-detail-info-container .sendmail {
    	margin: 10px 0 0 0;
		width:100%;
	}
	.p-sort{
		margin-right: 5px;
	}
	.card-product .name{
        height:auto;
    }
	.table .card-product {
    	width: 94%;
    	margin-left: 3%;
	}
	.table .card-product .price {
		font-size: 27px !important;
	}
	.table .card-product .buy {
		margin-top:0;
	}
	.list-view .card-product .desc-box {
    	width: 100%;
	}
	.list-view .card-product .desc-box .name {
		width: 100%;
		/*margin-left: -15px;*/
	}
	.popup-table-2 {
		padding: 0;
		height: 355px;
		overflow-y: auto;
		margin-top: 50px;
	}
	.popup-table-2 .close{
		top:-3px;
	}
	.form-lst-size .amount input[type="text"] {
	    margin-top: 0;
	}
	.form-lst-size .amount .down, 
	.form-lst-size .amount .up {
 		margin-top: -3px;
	}
	.center-product {
		width:100%;
	}
	.delete-favorite-button {
		float: right;
		margin: -16px 0 0 0 !important;
	}
	.bx_reg_cabinet,
	.bx_add_prof,
	.container .btn-back,
	.container .btn-clear,
	.btn-wrap .checkout,
	form.user-favorites input.removeAll[type="submit"],
	.card-page .popup-table-2 .btn-buy, .popup-table-2 .custom_select_sel .btn-back {
	    float: left;
    	width: 96%;
    	margin: 0 0 0 2%;
	}

}
.bx-profile{
	font-weight:bold;
	width:100%;
	margin-left:15px;
	margin-bottom: 5px;
}
span.bx-profile-tab{
	border: 1px solid #CBCBCB;
	height: 24px;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
}
p.bx-profile-p{
	font-size: 13px;
	padding:0;
	height: 35px;
	align-items: flex-end;
	display: flex;
}
p.bx-line{
	border-top: 1px solid #eee;
	margin: 0px -15px -15px -15px;
}
.prof_block {
    margin: 0px 15px 15px 15px;
    float: left;
}
@media (max-width: 360px) {
	.prof_block {
	    margin: 0;
	}
	.prof_block span input{
		max-width:300px;
	}
}
#next_prof,
#sub_prof{
	width: 184px;
	height: 32px;
	border: none;
	display: block;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
	font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold !important;
	color: #454545;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
	cursor: pointer;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}
#next_prof:hover,
#sub_prof:hover{
	background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
#next_prof{
	width:160px;
	margin: 0 50px 0 0;
}
.zebra span{
    height: 30px;
    padding: 5px;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #555;
}
.zebra p.bx-profile-p {
    height: auto;
}
.zebra .bx-profile-span{
	/* border: 1px solid #CBCBCB; */
	padding: 2px 5px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-naw-container .bx-naw-1-lvl.bx-naw-list-3-col .bx-naw-2-lvl-container{
		margin-left: -58px;
		width:992px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-naw-container .bx-naw-1-lvl.bx-naw-list-3-col .bx-naw-2-lvl-container{
		margin-left: -58px;
		width:768px;
	}
}
.clear_line{
	position: relative;
	height: 5px;
}

/*.lb-widget-panel {
    left: 100px !important;
}*/

p.copyright {
    padding: 0;
    margin-top: 15px;
    font-size: 12px;
}

li.menu-close:hover {
	cursor:pointer;
}

.vrez1 {
    box-shadow: 0 3px 12px 1px rgba(42,48,60,.19);
    border: 1px solid #f4b036;
    background: rgba(250, 188, 2, 0.1);
    padding: 15px 20px;
    margin: 15px 0;
}
.vrez1 ul {
	margin-top: 10px;
}

/* Tabs */
.item-detail-tabs-container{
	min-height: 40px;
	background: #fff;
	/*border-bottom:1px solid #ededed;*/
	width: 100%;
    text-align: center;
}
.item-detail-tabs-list{
	list-style: none;
	padding: 0;
	display: inline-block;
    margin: 0 auto;
}
.item-detail-tabs-list:after{
	content:"";
	clear: both;
	display: table;
}
.item-detail-tab{
	float: left;
	/*min-height:60px;*/
	min-height: 40px;
}
.item-detail-tab-link{
	/*height: 60px;*/
	height: 40px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding:10px 25px;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	/*line-height:45px;*/
	line-height: 40px;
	font-weight: bold;
	font-size:13px;
	/*text-transform: uppercase;*/
	color: #039BE5;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.item-detail-tab-link:hover,
.item-detail-tab.active .item-detail-tab-link{
	/*color: #000;*/
	color: #b51e20;
	text-decoration: none;
}
.item-detail-tab.active .item-detail-tab-link span{
	/*color: #000;*/
	color: #b51e20;
	text-decoration: none;
	font-weight: 700;
}
.item-detail-tab-link span{
	font-size:18px;/*20px;*/
	text-transform:uppercase;
}
.item-detail-tab-link:after{
	content:"";
	height: 0;
	position: absolute;
	left:  0;
	right: 0;
	bottom:0;
	background: #b51e20;/*#1485CE;*/
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.item-detail-tab-link:hover:after,
.item-detail-tab.active .item-detail-tab-link:after{height: 3px;}
.item-detail-tab-link:active:after{height: 6px;}

.item-detail-tab.active .item-detail-tab-link:hover:after
{
	background: #000;/*#b51e20;*/
}
.item-detail-tab .item-detail-tab-link span:hover{
	color:#b51e20;
	font-weight:normal;
}
.item-detail-tab .item-detail-tab-link:hover:after{
	background: transparent;
	height:0px;
}
.item-detail-tab-content{
	padding:0;/*25px 0;*/
}
@media (max-width: 991px){
	.item-detail-tabs-container{ display: none !important;}
	.item-detail-tab-content{ display: block !important;}
}
.item-detail-tab-content{ display: none;}
.item-detail-tab-content.active{display: block;}
.container ul.slider, .container ul.slider_1, .container ul.slider_2, .container ul.slider_3{
	margin-left:0;
}

.itog_option { display: none; }


/* dohuze */

#span_fone {
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}
#span_email {
    padding: 0px 0px 0px 0px;
	margin-left: 95px;
}
#span_email a {
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    border-bottom: none;
	text-decoration: none;
    background: url('/bitrix/templates/specopt1/img/e-mail.png') no-repeat 0 3px;
	padding-left: 30px;
}
#span_email a:hover {
	color:#b51e20;
	text-decoration: none;
}
.b-up_button > img,
#supportTrigger > img{
	opacity:0.8;
}
.b-up_button > img:hover,
#supportTrigger > img:hover{
    opacity:1;
}
/*--table-of-sizes--*/
div.tableBox_block-table{
    padding-top: 30px;
    font-size: 15px;
    padding-bottom: 50px;
    margin-bottom: 45px;
    border-bottom: 1px solid #D7D7D7;
}
div.tableBox_block-table .block-img
{
    float:left;
    padding-right: 20px;
}
div.tableBox_block-table .block-table
{
    float:left;
}
div.tableBox_block-table .block-table .panel-razmer{
    display: none;
    padding: 5px 15px;
}
div.tableBox_block-table .block-table .panel-razmer.active{
    display: block;
}
.table-head{
    font-weight: 600;
    padding-bottom: 15px;
    height: 40px;
	text-align:center;
}
.table-row1 div{
    background-color: #F4F4F4;
    padding: 5px 15px;
}
.table-row0 div{
    padding: 5px 15px;  
}
.razmer .title-razmer {
    border-bottom: 1px solid #D7D7D7;
    cursor: pointer;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 600;
}
.title-razmer::after {
    content: url(/bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/images/bg-btn-nav2.png);
    /*content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    color: #000;*/
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 5px;
    left: auto;
    right: 20px;
    bottom: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.title-razmer.active::after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.panel-razmer{
    display: none;
}
@media (max-width: 1199px) {
    #span_fone {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    #span_email {
        margin-left: 0;
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .item-detail-tab-content {
        display: none !important;
    }
    .table-head{
        height: auto;
    }
    .table-row1 div{
        padding: 0 15px;
    }
    .table-row0 div{
        padding: 0 15px;    
    }
    div.tableBox_block-table .block-img{
        text-align:center;
    }
	#span_fone{
		font-size: 16px;
	}
	#span_email{
		font-size: 16px;
		margin-left: -16px;
	}
	#span_email a {
	    background: url('/bitrix/templates/specopt1/img/e-mail.png') no-repeat 0 9px;
	}
    .list-view .card-product .buy {
        margin-top: 0;
        margin-left: 0;
    }
}
.compare .compare{margin-left:-18px}
.currPrice{
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
}
.zebra.rekv{
	display:flex;
	flex-direction:column;
}

/* End */
/* /bitrix/templates/specopt1/css/jquery.jqzoom.css?17367083952128 */
/* /bitrix/templates/specopt1/css/fancybox.css?17367083955017 */
/* /bitrix/templates/specopt1/css/ast_styles.css?17367083956505 */
/* /bitrix/templates/specopt1/css/slick.css?17367083952762 */
/* /bitrix/templates/specopt1/components/ma/site.settings/template3/style.css?17367083933608 */
/* /bitrix/templates/specopt1/components/bitrix/menu/top_menu_specopt_multilevel/style.min.css?17367083933786 */
/* /bitrix/templates/specopt1/components/bitrix/system.auth.form/button_auth_specopt/style.css?1736708394596 */
/* /bitrix/templates/specopt1/components/bitrix/sale.basket.basket.small/small_basket_specopt/style.css?1736708394332 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/compare_count/style.css?17367083661265 */
/* /bitrix/templates/specopt1/components/bitrix/menu/spec_vertical_multilevel/style.css?17367083938534 */
/* /bitrix/templates/specopt1/components/bitrix/search.title/specopt/style.css?17367083946630 */
/* /bitrix/templates/specopt1/components/bitrix/breadcrumb/breadcrumb_specopt/style.css?1736708394947 */
/* /bitrix/templates/specopt1/components/bitrix/menu/footer_menu_specopt/style.css?1736708393626 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17550122814180 */
/* /bitrix/templates/specopt1/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17367083942900 */
/* /bitrix/templates/.default/components/ma/form/template-specopt-popup/style.css?17367083988704 */
/* /bitrix/templates/specopt1/css/unlock.css?17367083953166 */
/* /bitrix/templates/specopt1/styles.css?1736708393148901 */
/* /bitrix/templates/specopt1/template_styles.css?173670839558704 */
