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('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('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('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('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('img/rek.png') no-repeat;
    position:absolute;
    z-index: 110;
}
/*.card-product .global-pix .rasp{
    width:100%;
    height:28px;
    background:url('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('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: 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('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('img/icon-car.png');
}
.box-service .title-2,
.card-page .box-service .title-2{
    background-image: url('img/icon-reload.png');
}
.box-service .title-3,
.card-page .box-service .title-3{
    background-image: url('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('img/bg-checkbox.png') no-repeat 0 0;
}

.card-page .checker .checked{
    background: url('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('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('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: 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;
}
.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('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: 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('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('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;
	text-decoration: underline;
}

div.item-text.selected a{
    /* background-color: #fff700; */
	/* font-weight: 600; */
	text-decoration: underline;
	color: #B51C20;
	font-weight: 600;
}

/*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(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(images/arrow-2.png) center right no-repeat;
}	

div.menu-sitemap-tree li.close:hover div.folder{
    background: url(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('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: 20%;
	}
	.other-slider .bx-next {
		right:20%;
	}
	.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) {
    .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 {
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        padding: 15px;
        margin-top: -20px;
        margin-bottom: -40px;
    } */
	
	.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: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    color: #000;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 9px;
    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: 767px) {
    .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;
	}
}