section h3.section-title, section h2.section-title, section h5.section-title{
    font-size: 27px;
    float: left;
    line-height: 36px;
    text-shadow: 0 1px 0 #fff;
    padding-right: 15px;
    font-weight: 900
}
section h3.section-title + a, section h2.section-title + a, section h5.section-title + a {
    color: #1e6bbd;
    font-size: 13px;
    font-weight: 700;
    line-height: 42px;
}
section h3.section-title + a:hover, section h2.section-title + a:hover, section h5.section-title + a:hover {
    color: #ff7d00
}


/***    Catalog detail      ***/
.catalog-detail{
    color: #333;
}
.catalog-detail h1{
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.catalog-detail h1 a:hover {
    color: #ff7d00;
}

.catalog-detail .share{
    float: right;
    margin-top: -30px;
}
.catalog-detail .share.yashare-auto-init{
    margin-right: 24px
}
.catalog-detail .share li{
    float: left;
    padding-right: 5px;
}
.catalog-detail .share a{
    display: inline-block;
    width: 23px;
    height: 25px;
    background: url("../img/icons2.gif") 0 -193px no-repeat;
    padding: 0 !important;
}
.catalog-detail .share a span{
    display: none;
}
.catalog-detail .share a[href*="service=vk"]{
    background-position: -17px -193px
}
.catalog-detail .share a[href*="service=facebook"]{
    background-position: 8px -193px
}
.catalog-detail .share a[href*="service=odnoklassniki"]{
    background-position: -67px -193px
}
.catalog-detail .share a[href*="service=moimir"]{
    background-position: -158px -193px
}
.catalog-detail .share a[href*="service=twitter"]{
    background-position: -43px -193px
}
.catalog-detail .share a[href*="service=gplus"]{
    background-position: -96px -193px
}
.catalog-detail .share a[href*="service=livejournal"]{
    background-position: -127px -193px
}
.catalog-detail .share a[href*="service=email"]{
    background: url("../img/icons.gif") 2px -860px no-repeat;
}
.catalog-detail .share a[href*="print"]{
    background: url("../img/icons.gif") 2px -805px no-repeat;
}
.catalog-detail .share a:hover{
    opacity: 0.8;
}
.catalog-detail .images,.catalog-detail .detail{
    position: relative;
    float: left;
    width: 627px;
    min-height: 615px;
    margin-bottom: 34px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(237,237,237, 0.6);
    box-shadow: 0 2px 1px rgba(0,0,0,0.08);
}
.catalog-detail .images .bigimg{
    margin-top: 100px;
    height: 400px;
    line-height: 400px;
    text-align: center;
}
.catalog-detail .images a + .bigimg{
    margin-top: 35px;
}
.catalog-detail .images .bigimg img{
    max-width: 100%;
    max-height: 400px;
}
.catalog-detail .images .bigimg a:after{
    position: absolute;
    bottom: 125px;
    left: 50%;
    margin-left: -16px;
    display: block;
    content: " ";
    width: 32px;
    height: 33px;
    background: url("../img/loop.png") center center no-repeat;
}
.catalog-detail .images .bigimg a:hover:after{
    opacity: 0.8;
}
.catalog-detail .images .thumbs{
    position: absolute;
    left: 15px;
    bottom: 20px
}
.catalog-detail .images .thumbs li{
    display: inline-block;
    padding-right: 5px
}
.catalog-detail .images .thumbs li a{
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: 2px solid transparent;
    opacity: 0.6;
    border-radius: 3px;
    overflow: hidden;

    transition: opacity 0.3s, border-color 0.3s;
}
.catalog-detail .images .thumbs li a:hover, .catalog-detail .images .thumbs li a.active{
    border-color: #ffbe80;
    opacity: 1;
}
.catalog-detail .images .thumbs li a img{
    max-width: 100%;
    max-height: 100%;
}
.catalog-detail .images .certificate{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 25px;
    width: 165px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 12px 35px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    vertical-align: middle;
    background: url('../img/icons2.gif') -463px -656px no-repeat;
}
.catalog-detail .images .certificate:hover{
    border-color: #ffbe80;
}
.catalog-detail .images .brand{
    position: absolute;
    top: 25px;
    right: 20px;
}
.catalog-detail .images .brand img{
    max-width: 180px;
    max-height: 90px;
}
.catalog-detail .images .videolink,.catalog-detail .images .docslink{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 15px -15px 0 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.06);
    background: url("../img/icons4.gif") -56px -1136px no-repeat;
    opacity: 1;
    transition: opacity 0.3s;
}
.catalog-detail .images .docslink{
    background-position: -113px -1136px
}
.catalog-detail .images .videolink:hover,.catalog-detail .images .docslink:hover{
    opacity: 0.7;
}
.catalog-detail .detail{
    float: right;
    width: 472px;
    min-height: 600px;
    padding: 15px 20px 0;
}
.catalog-detail .detail .articul{
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    color: #5b5b5b
}
.catalog-detail .detail .articul span{
    color: #000
}
.catalog-detail .detail .user_rate{
    float: right;
    line-height: 30px;
}
.catalog-detail .detail .user_rate a {
    font-size: 14px;
    font-weight: 300;
    color: #1e6bbd;
}
.catalog-detail .detail .user_rate a:hover{
    color: #ff7d00
}
.catalog-detail .detail .user_rate a b{
    padding-left: 5px;
}
.catalog-detail .detail .user_rate .discussion{
    margin: 0 5px;
}
.catalog-detail .detail .user_rate .reviews{
    margin-right: 10px;
    padding-left: 5px;
    border-left: 1px solid #1e6bbd
}
.catalog-detail .detail .user_rate .rating-stars{
    vertical-align: middle;
}
.catalog-detail .detail .description{
    border-top: 1px solid #ebebeb;
    padding-top: 12px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #000
}
.catalog-detail .detail .description a{
    color: #1e6bbd
}
.catalog-detail .detail .description a:hover{
    color: #ff8f24
}
.catalog-detail .detail .prices{
    line-height: 42px;
    padding: 4px 0 8px;
    font-size: 13px;
    font-weight: 700
}
.catalog-detail .detail .prices > div + div {
    border-top: 2px solid #f3f4f6
}
.catalog-detail .detail .prices .price{
    float: right;
    font-size: 18px;
}
.catalog-detail .detail .prices.country .price{
    text-align: right;
    line-height: 21px;
    font-size: 17px;
    font-weight: 500
}
.catalog-detail .detail .prices .price .countryprice{
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.catalog-detail .detail .prices .price .countryprice .rub {
    font-family: 'Museo Sans Cyrl', Arial, sans-serif !important
}
.catalog-detail .detail .prices .price .countryprice .rub s {
    text-decoration: none;
    position: relative;
}
.catalog-detail .detail .prices .price .countryprice .rub s:after {
    content: " ";
    position: absolute;
    left: -10%;
    right: 10%;
    top: 28%;
    border-top: 1px solid black;
    border-color: inherit;
}
.catalog-detail .detail .bonus{
    clear: both;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #f8f9fa;
    margin-bottom: 10px
}
.catalog-detail .detail .bonus .help-info{
    margin-left: 18px
}
.catalog-detail .detail .bonus .count{
    float: right;
    font-size: 16px;
    font-weight: 900;
    color: #ff7e03
}
.catalog-detail .detail .buttons{
    clear: both;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
}
.catalog-detail .detail .buttons .buy-one-click, .catalog-detail .detail .buttons .addtocart{
    display: inline-block;
    width: 155px;
    text-align: center;
    background: #ff8f24;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
}
.catalog-detail .detail .buttons .addtocart{
    width: 155px;
    padding-left: 20px;
    background: #f56212 url("../img/icons2.gif") 30px -305px no-repeat;
    float: right;
}
.catalog-detail .detail .buttons .addtocart.refresh {
    background: #d95812 url("../img/icons2.gif") 30px -305px no-repeat;;
}
.catalog-detail .detail .buttons .addtocart.refresh:hover {
    background: #ec7839 url("../img/icons2.gif") 30px -305px no-repeat;;
}
.buy-one-click.disabled, .addtocart.disabled {
    cursor: default;
    opacity: 0.6
}
.buttons .buy-one-click.disabled{
    background: #ff8f24 !important
}
.buttons .addtocart.disabled {
    background: #f56212 url("../img/icons2.gif") 30px -305px no-repeat !important;
}
.buttons .buy-one-click:hover, .catalog-detail .detail .buttons .buy-one-click:hover{
    background: #fba24e
}
.buttons .addtocart:hover, .catalog-detail .detail .buttons .addtocart:hover{
    background-color: #f68040;
}
.catalog-detail .detail .favorite_compare{
    padding-top: 5px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
}
.catalog-detail .detail .favorite_compare .to_favorite,.catalog-detail .detail .favorite_compare .to_compare{
    cursor: pointer;
    padding-left: 18px;
    margin-right: 10px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTggMTVMMS42MSA4LjU3Qy41NyA3LjUyIDAgNi4xOCAwIDQuNzhjMC0xLjM0LjUzLTIuNjEgMS40OS0zLjU3QzIuMjguNDIgMy4zMiAwIDQuNDcgMCA1LjY4IDAgNi45NS40NyA4IDEuMjggOS4wNS40NyAxMC4zMiAwIDExLjUzIDBjMS4xNiAwIDIuMTkuNDIgMi45OSAxLjIyLjk1Ljk2IDEuNDggMi4yMiAxLjQ4IDMuNTYgMCAxLjQtLjU3IDIuNzQtMS42MSAzLjc5TDggMTV6TTQuNDcgMS44NmMtLjY3IDAtMS4yNC4yMy0xLjY4LjY4LS42MS42LS45NCAxLjQtLjk0IDIuMjQgMCAuOS4zOCAxLjc4IDEuMDcgMi40N0w4IDEyLjM3bDUuMDgtNS4xMmMuNjktLjcgMS4wNy0xLjU3IDEuMDctMi40NyAwLS44NC0uMzQtMS42NC0uOTQtMi4yNS0uNDUtLjQ1LTEuMDItLjY4LTEuNjgtLjY4LS45NyAwLTIuMDcuNS0yLjg3IDEuMzFMOCAzLjgzbC0uNjUtLjY2Yy0uODEtLjgxLTEuOTEtMS4zMS0yLjg4LTEuMzF6Ii8+PC9zdmc+') 0 50% no-repeat;
    background-size: 13px 13px;
    color: #484848;
}
.catalog-detail .detail .favorite_compare .to_compare {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIiBmaWxsPSIjMmIyYjJiIj48cGF0aCBkPSJNNC42NiAwaDcuMzR2MmgtNy4zNHpNMCAwaDIuMjh2MmgtMi4yOHpNNC42NiA1aDcuMzR2MmgtNy4zNHpNMCA1aDIuMjh2MmgtMi4yOHpNNC42NiAxMGg3LjM0djJoLTcuMzR6TTAgMTBoMi4yOHYyaC0yLjI4ek0xNi4xOC40aDEuNTR2Ni4xaC0xLjU0ek0xMy45IDIuNjhoNi4xdjEuNTRoLTYuMXoiLz48L3N2Zz4=') 2px 50% no-repeat;
    background-size: 13px 13px;
}
.catalog-detail .detail .favorite_compare .to_favorite:hover, .catalog-detail .detail .favorite_compare .to_compare:hover {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTggMTVMMS42MSA4LjU3Qy41NyA3LjUyIDAgNi4xOCAwIDQuNzhjMC0xLjM0LjUzLTIuNjEgMS40OS0zLjU3QzIuMjguNDIgMy4zMiAwIDQuNDcgMCA1LjY4IDAgNi45NS40NyA4IDEuMjggOS4wNS40NyAxMC4zMiAwIDExLjUzIDBjMS4xNiAwIDIuMTkuNDIgMi45OSAxLjIyLjk1Ljk2IDEuNDggMi4yMiAxLjQ4IDMuNTYgMCAxLjQtLjU3IDIuNzQtMS42MSAzLjc5TDggMTV6TTQuNDcgMS44NmMtLjY3IDAtMS4yNC4yMy0xLjY4LjY4LS42MS42LS45NCAxLjQtLjk0IDIuMjQgMCAuOS4zOCAxLjc4IDEuMDcgMi40N0w4IDEyLjM3bDUuMDgtNS4xMmMuNjktLjcgMS4wNy0xLjU3IDEuMDctMi40NyAwLS44NC0uMzQtMS42NC0uOTQtMi4yNS0uNDUtLjQ1LTEuMDItLjY4LTEuNjgtLjY4LS45NyAwLTIuMDcuNS0yLjg3IDEuMzFMOCAzLjgzbC0uNjUtLjY2Yy0uODEtLjgxLTEuOTEtMS4zMS0yLjg4LTEuMzF6Ii8+PC9zdmc+') 0 50% no-repeat;
    background-size: 13px 13px;
    color: #999
 }
.catalog-detail .detail .favorite_compare .to_compare:hover {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIiBmaWxsPSIjYjJiMmIyIj48cGF0aCBkPSJNNC42NiAwaDcuMzR2MmgtNy4zNHpNMCAwaDIuMjh2MmgtMi4yOHpNNC42NiA1aDcuMzR2MmgtNy4zNHpNMCA1aDIuMjh2MmgtMi4yOHpNNC42NiAxMGg3LjM0djJoLTcuMzR6TTAgMTBoMi4yOHYyaC0yLjI4ek0xNi4xOC40aDEuNTR2Ni4xaC0xLjU0ek0xMy45IDIuNjhoNi4xdjEuNTRoLTYuMXoiLz48L3N2Zz4=') 2px 50% no-repeat;
    background-size: 13px 13px;
}
.catalog-detail .detail .favorite_compare .to_compare.active{
    background: url("../img/icons-svg/compare_active.svg") 0 50% no-repeat;
    background-size: 13px 13px;
    color: #B4D615
}
.catalog-detail .detail .favorite_compare .to_favorite.active{
    background: url("../img/icons-svg/heart_active.svg") -4px 50% no-repeat;
    background-size: 22px auto;
    color: #B4D615
}

.catalog-detail .detail .available{
    position: relative;
    margin: 0 -22px;
    padding: 5px 22px 15px 42px;
    border-top: 5px solid #F6F6F7;
    font-weight: 700;
    display: block;
    width: auto;
    height: auto;
    background: none
}
.catalog-detail .detail .available > div{
    position: relative
}
.catalog-detail .detail .available .title{
    background: url("../img/icons2.gif") 0 -70px no-repeat;
    padding-left: 20px;
    margin-left: -20px
}
.catalog-detail .detail .available .zakaz{
    color: #1e6bbd
}
.catalog-detail .detail .available .dotes{
    margin: 0 15px 0 5px;
    width: auto;
    height: auto;
    background: none
}
.catalog-detail .detail .available .dotes b.div{
    display: inline
}
.catalog-detail .detail .available .dotes span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dcdcdc;
    margin: 0 1px
}

.catalog-detail .detail .available .dotes span.dot{background: #77ad0f }

.catalog-detail .detail .available .title, .catalog-detail .detail .payment .title, .catalog-detail .detail .delivery .title{
    font-size: 14px;
    font-weight: 900;
    line-height: 26px;
    padding-top: 10px;
}
.catalog-detail .detail .available .cityd{
    color: #73b320
}
.catalog-detail .detail .payment, .catalog-detail .detail .delivery{
    border-top: 1px dashed #d8d8d8;
    padding: 0 0 10px 20px;
    font-weight: 700;
}
.catalog-detail .detail .delivery .title{
    background: url("../img/icons2.gif") 0 -144px no-repeat;
    padding-left: 20px;
    margin-left: -20px
}
.catalog-detail .detail .delivery a, .catalog-detail-blocks .leave_review a {
    color: #1e6bbd;
    font-size: 12px;
}
.catalog-detail-blocks .leave_review a {
    font-size: 13px;
}
.catalog-detail .detail .delivery a:hover, .catalog-detail-blocks .leave_review a:hover {
    color: #ff7d00;
}
.catalog-detail .detail .payment .title{
    background: url("../img/icons2.gif") 0 -104px no-repeat;
    padding-left: 20px;
    margin-left: -20px;
    padding-bottom: 5px;
}
.catalog-detail .detail .payment span{
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-right: 5px;
    background-size: contain !important;
}
.catalog-detail .detail .payment span.visa{
    background: url("../img/icons-svg/payments/visa.svg") 0 -3px no-repeat;
}
.catalog-detail .detail .payment span.mastercard{
    background: url("../img/icons-svg/payments/mastercard.svg") 0 center no-repeat;
    height: 18px;
}
.catalog-detail .detail .payment span.nal{
    background: url("../img/icons-svg/payments/nalik.svg") 0 center no-repeat;
    height: 12px;
}
.catalog-detail .detail .payment span.bank{
    background: url("../img/icons-svg/payments/poschetu.svg") 0 1px no-repeat;
    height: 16px;
}
.catalog-detail .detail .payment span.yandex{
    background: url("../img/icons-svg/payments/yandex.svg") 0 0 no-repeat;
}
.catalog-detail .detail .payment span.webmoney{
    background: url("../img/icons-svg/payments/webmoney.svg") 0 0 no-repeat;
}
.catalog-detail .detail .payment span.sberbank{
    background: url("../img/icons-svg/payments/sberbank.svg") 0 0 no-repeat;
}
.catalog-detail .detail .payment span.alfa{
    background: url("../img/icons-svg/payments/alfa.svg") 0 0 no-repeat;
}
.catalog-detail .detail .payment span.psb {
    background: url("../img/icons-svg/payments/psb.svg") 0 0 no-repeat;
}


.analog_for_no_available{
    padding: 0 30px 18px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    clear: both;
    margin-bottom: 20px;
}
.analog_for_no_available h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    color: #000
}
.analog_for_no_available li{
    display: inline-block;
    width: 150px;
    padding-left: 120px;
    padding-right: 7px;
    vertical-align: top;
    position: relative;
    min-height: 115px;
    border-right: 1px solid #E6E6E6;
}
.analog_for_no_available li a{
    font-size: 13px;
    color: #000
}
.analog_for_no_available li a:hover{
    color: #ff7d00;
}
.analog_for_no_available li .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    display: inline-block;
}
.analog_for_no_available li .img img{
    max-height: 95%;
    max-width: 95%;
}
.analog_for_no_available li .rating-stars{
    display: block;
    position: absolute;
    right: 7px;
    bottom: 20px
}
.analog_for_no_available li .available{
    display: block;
    position: absolute;
    bottom: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #7dbb05;
}
.analog_for_no_available li .price{
    position: absolute;
    left: 120px;
    bottom: 0;
    font-size: 18px;
    font-weight: 900;
    color: #000
}
.analog_for_no_available .slick-dots{
    display: none !important;
}
.analog_for_no_available .slider{
    overflow: visible;
}
.analog_for_no_available .slider ul{
    overflow: hidden;
}
.analog_for_no_available .slider .slick-prev, .analog_for_no_available .slider .slick-next{
    top: 0px;
    left: -30px;
    width: 30px;
    height: 115px;
    background: url("/bitrix/templates/shop/css/../img/icons.png") -4px -909px no-repeat;
    opacity: 1;
}
.analog_for_no_available .slider .slick-next{
    left: auto;
    right: -30px;
    background-position: -118px -909px
}
.analog_for_no_available .slider .slick-prev:hover{
    background-position: -40px -909px
}
.analog_for_no_available .slider .slick-next:hover{
    background-position: -82px -909px
}
.wrapanalog {
    background: #fff;
    padding: 0 0 20px;
}
.wrapanalog .analog_for_no_available{
    padding: 30px 0 20px;
    box-shadow: none
}
.wrapanalog .analog_for_no_available .slider .slick-prev{
    left: -42px;
}
.wrapanalog .analog_for_no_available .slider .slick-next{
    right: -42px;
}
.wrapanalog h5{
    height: 50px;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    color: #4b4b4b
}

.catalog-detail .detail .prices .no_available{
    padding: 95px 20px 80px;
    font-size: 24px;
    line-height: 30px;
    color: #c4c4c4;
    text-align: center
}
.catalog-detail .detail .available.no{
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #444;
    padding-top: 15px;
}
.catalog-detail .detail .available.no:after {
    display: block;
    content: " ";
    position: absolute;
    left: 22px;
    top: 13px;
    width: 20px;
    height: 20px;
    background: url('../img/icons4.gif') 0 -1171px no-repeat;
}
.catalog-detail .detail .payment.no_available{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    padding-left: 0;
    padding-top: 20px
}
.catalog-detail .detail .payment.no_available form{
    text-align: left;
    padding-top: 30px;
}
.catalog-detail .detail .favorite_compare.no_available{
    padding-bottom: 15px;
}
.catalog-detail .detail .payment.no_available form input[type="email"]{
    width: 270px;
    background: #fff;
    border: 1px solid #dcdcdc;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.07);
    color: #888
}
.catalog-detail .detail .payment.no_available form input[type="email"]:focus{
    box-shadow: 0 3px 5px rgba(0,0,0,0.07), 0 0 4px rgba(255,167,28, 0.5);
}
.catalog-detail .detail .payment.no_available form input[type="submit"]{
    float: right;
    line-height: 38px;
    text-align: center;
    width: 160px;
    background: #ff8f24;
    font-weight: 900;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.catalog-detail .detail .payment.no_available form input[type="submit"]:hover{
    background: #fba24e;
}

.catalog-detail-blocks{
    font-size: 13px;
    color: #333;
    background: #fff;
    clear: both;
}
.product_menu_upper {
    display: block;
    position: relative;
    top: -235px;
    visibility: hidden;
}
.catalog-tabs-menu{
    position: relative;
    clear: both;
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 3px solid #ffdebe;
    box-shadow: 0 4px 5px rgba(0,0,0,0.05);
}
.catalog-tabs-menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.catalog-tabs-menu.fixed + section{
    padding-top: 133px;
}
.catalog-tabs-menu .wrapper{
    margin-bottom: -3px;
}
.catalog-tabs-menu .tabs-nav{
    height: 63px;
}
.catalog-tabs-menu .tabs-nav li{
    float: left
}
.catalog-tabs-menu .tabs-nav li:last-child{
    float: right;
}
.catalog-tabs-menu .tabs-nav li a{
    display: inline-block;
    padding: 2px 22px 0;
    color: #1e6bbd;
    font-size: 15px;
    line-height: 67px;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid transparent
}
.catalog-tabs-menu .tabs-nav li a.active, .catalog-tabs-menu .tabs-nav li a:hover{
    border-color: #ff8f24
}
.catalog-tabs-menu .tabs-nav li:first-child a.active, .catalog-tabs-menu .tabs-nav li:first-child  a:hover{
}
.catalog-tabs-menu .tabs-nav li a.delivery {
    border-radius: 3px;
    line-height: 47px;
    margin-top: 9px;
    background: #fff url("../img/icons2.gif") 12px -256px no-repeat;
    padding-left: 42px;
    color: #1e6bbd;
    border: none;
    transition: background-color 0.1s;
}
.catalog-tabs-menu .tabs-nav li a.delivery:hover, .catalog-tabs-menu .tabs-nav li a.delivery.active {
    background: #ff8f24 url("../img/icons2.gif") 15px -408px no-repeat;
    color: #fff
}
.catalog-detail-blocks .block{
    padding: 40px 0 60px;
}
.catalog-detail-blocks .block + .block{
    background: url("../img/catalog-detail-block-top-bg.gif") center 0 no-repeat;
}
.catalog-detail-blocks .block:last-child{
    background: url("../img/catalog-detail-block-top-bg.gif") center 0 no-repeat, url("../img/catalog-detail-block-top-bg.gif") center bottom no-repeat;
}
.catalog-detail-blocks .block h2, .catalog-detail-blocks h3.likeH2{
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 62px
}
.catalog-detail-blocks .block .add_button{
    float: left;
    width: 280px;
    clear: both;
    background: #ff8f24;
    color: #f4f5f7;
    font-size: 14px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    border-radius: 3px;
    margin-left: 14px;
}
.catalog-detail-blocks .block .add_button:hover{
    background: #fba24e;
}
.catalog-detail-blocks .block .wrap_add_button .add_button{
    float: right;
    line-height: 55px;
    clear: right
}
.catalog-detail-blocks .block .wrap_add_button{
    clear: both;
    background: #f6f6f8;
    padding: 28px 55px 28px 28px;
    min-height: 55px;
}
.catalog-detail-blocks .block .button_description{
    clear: right;
    margin-left: 310px;
    padding-bottom: 25px;
    line-height: 20px
}
.catalog-detail-blocks .block .wrap_add_button .button_description{
    float: left;
    width: 770px;
    margin-left: 0;
    clear: left;
    padding: 18px 0 0;
    font-size: 16px;
}
.catalog-detail-blocks .block ul.comments{
    clear: both;
    padding-top: 30px;
}
.catalog-detail-blocks .block .no-reviews{
    background: #f6f6f8;
    border-radius: 2px;
    font-size: 16px
}
.catalog-detail-blocks .block .no-reviews .add_button{
    float: right;
    line-height: 54px;
    margin-top: 10px;
}
.catalog-detail-blocks .block .no-reviews .button_description{
    clear: none;
    width: 700px;
    line-height: 28px;
    margin-left: 0;
    padding: 10px 0 0;
}
.catalog-detail-blocks .block .no-reviews b{
    float: left;
    width: 700px;
    border-bottom: 1px solid #fff;
    line-height: 40px
}

.catalog-detail-blocks #product_description .content{
    padding: 10px 15px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
.catalog-detail-blocks #product_description .content p{
    padding: 5px 0 7px
}
.catalog-detail-blocks #product_description .content.short_text_box .toggle{
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #000;
    display: block;
    font-weight: 700;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    clear: both;
    transition: border 0.3s
}
.catalog-detail-blocks #product_description .content.short_text_box .toggle:hover{
    border-color: #5c5c5c;
}
.catalog-detail-blocks #product_specifications dl{
    clear: both;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
}
.catalog-detail-blocks #product_specifications dl dt, .catalog-detail-blocks #product_specifications dl dd{
    padding: 5px 0
}
.catalog-detail-blocks #product_specifications schema:nth-of-type(even) dt, .catalog-detail-blocks #product_specifications dl schema:nth-of-type(even) dd {background: #f3f3f3;}
.catalog-detail-blocks #product_specifications dl dt{
    float: left;
    width: 585px;
    padding-left: 15px
}
body .catalog-detail-blocks .showmore {
    margin-top: 30px
}
.catalog-detail-blocks #product_video .video-block{
    display: inline-block;
    width: 559px;
    vertical-align: top;
    padding-left: 14px;
}
.catalog-detail-blocks #product_video .video-block img{/*to object*/
    max-width: 100%
}
.catalog-detail-blocks #product_video .video-block .title{
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 14px 30px;
}
.catalog-detail-blocks .block.download {
    font-weight: 700;
}
.catalog-detail-blocks .block.download h2{
    font-size: 18px
}
.catalog-detail-blocks .block.download ul li{
    clear: both;
    padding-left: 40px;
    line-height: 36px;
    background: url("../img/icons2.gif") -243px -248px no-repeat
}
.catalog-detail-blocks .block.download ul li.pdf{
    background-position: -243px -248px
}
.catalog-detail-blocks .block.download ul li.xml{
    background-position: -243px -285px
}
.catalog-detail-blocks .block.download ul li.doc{
    background-position: -243px -321px
}
.catalog-detail-blocks .block.download ul li.rar{
    background-position: -243px -357px
}
.catalog-detail-blocks .block.download ul li a{
    color: #1e6bbd
}
.catalog-detail-blocks .block.download ul li a:hover{
    color: #ff7d00
}


.catalog-detail-blocks #product_reviews h2{
    font-size: 18px;
    padding-bottom: 20px;
}
.catalog-detail-blocks #product_reviews .average_rating{
    float: left;
    padding: 50px 14px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #333
}
.catalog-detail-blocks #product_reviews .average_rating b{
    display: block;
    font-weight: 700;
    color: #333
}
.catalog-detail-blocks #product_reviews .average_rating .rating-stars{
    margin-right: 10px;
}
.catalog-detail-blocks #product_reviews .statistic{
    float: right;
    width: 640px;
    padding: 10px 100px 50px 0;
}
.catalog-detail-blocks #product_reviews .statistic li{
    position: relative;
    margin-bottom: 12px;
    line-height: 18px;
    background: #f87a01
}
.catalog-detail-blocks #product_reviews .statistic li::after{
    position: absolute;
    top: 2px;
    left: 655px;
    display: block;
    content: " ";
    width: 75px;
    height: 14px;
    background: url('../img/icons.gif') -155px -250px no-repeat;
}
.catalog-detail-blocks #product_reviews .statistic li + li{
    background: #fc881a
}
.catalog-detail-blocks #product_reviews .statistic li + li::after{
    width: 60px
}
.catalog-detail-blocks #product_reviews .statistic li + li + li{
    background: #fb9533
}
.catalog-detail-blocks #product_reviews .statistic li + li + li::after{
    width: 45px
}
.catalog-detail-blocks #product_reviews .statistic li + li + li + li{
    background: #fea550
}
.catalog-detail-blocks #product_reviews .statistic li + li + li + li::after{
    width: 30px
}
.catalog-detail-blocks #product_reviews .statistic li + li + li +li + li{
    background: #fab069
}
.catalog-detail-blocks #product_reviews .statistic li + li + li + li + li::after{
    width: 15px
}
.catalog-detail-blocks #product_reviews .statistic li span{
    position: relative;
    display: inline-block;
    left: -37px;
    width: 20px;
    font-weight: 900;
    text-align: right;
}
.catalog-detail-blocks #product_reviews .comments li{
    padding: 25px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin-top: 30px;
}
.catalog-detail-blocks #product_reviews .comments li.hide{
    opacity: 0.3
}
.catalog-detail-blocks #product_reviews li .rating-stars{
    padding: 0 15px;
}
.catalog-detail-blocks #product_reviews li .author, .catalog-detail-blocks #product_reviews li time{
    font-size: 16px;
    color: #333;
    padding: 0 15px
}
.catalog-detail-blocks #product_reviews li time{
    color: #7a7a7a;
    font-weight: 300;
    padding: 0
}
.catalog-detail-blocks #product_reviews li .reviews-post-reply-buttons{
    float: right
}
.catalog-detail-blocks #product_reviews li .title{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
}
.catalog-detail-blocks #product_reviews li .comment{
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
    padding: 25px 15px;
    margin-top: 5px;
}
.catalog-detail-blocks #product_reviews li .rate_answer{
    float: right;
    font-size: 16px;
    font-weight: 300;
    padding: 9px 30px 0;
}

.catalog-detail-blocks #product_reviews li .rate_answer.load{
    background: url('../img/loader.gif') right center no-repeat
}

.catalog-detail-blocks #product_reviews li .rate_answer .rating-vote-minus,
.catalog-detail-blocks #product_reviews li .rate_answer .rating-vote-plus{
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #bbf056;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    vertical-align: middle;
}
.catalog-detail-blocks #product_reviews li .rate_answer .rating-vote-plus{
    margin-left: 20px
}
.catalog-detail-blocks #product_reviews li .rate_answer .rating-vote-minus{
    color: #fff;
    background: #f42121;
}
.catalog-detail-blocks .block .add-form{
    clear: both;
    padding: 30px 14px;

    display: none;
}
.catalog-detail-blocks .block .add-form h4{
    padding: 15px 0;
    text-decoration: underline;
}
.catalog-detail-blocks .block .add-form ul{
    padding: 10px 5px;
}
.catalog-detail-blocks .block .add-form .moreinfo{
    padding-bottom: 15px;
}



.catalog-detail-blocks .block form#REPLIER, .catalog-detail-blocks .block form#REPLIER2{
    width: 700px;
    vertical-align: top;
    line-height: 24px;
    padding: 30px 0 10px;
    font-size: 13px;
}
.catalog-detail-blocks .block form#REPLIER .form-description, .catalog-detail-blocks .block form#REPLIER2 .form-description{
    font-size: 10px;
    line-height: 12px;
    padding-top: 7px;
    padding-left: 15px;
}
.catalog-detail-blocks .block form#REPLIER label, .catalog-detail-blocks .block form#REPLIER2 label{
    padding-bottom: 9px;
}
.catalog-detail-blocks .block form#REPLIER label .error, .catalog-detail-blocks .block form#REPLIER2 label .error{
    color: red;
    font-size: 11px;
}
.catalog-detail-blocks .block form#REPLIER input[type="text"],
.catalog-detail-blocks .block form#REPLIER textarea,
.catalog-detail-blocks .block form#REPLIER2 input[type="text"],
.catalog-detail-blocks .block form#REPLIER2 textarea{
    display: inline-block;
    width: 95%;
    padding: 0 15px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.07);
    margin: 3px 0
}
.catalog-detail-blocks .block form#REPLIER input[type="text"]:focus,
.catalog-detail-blocks .block form#REPLIER textarea:focus,
.catalog-detail-blocks .block form#REPLIER2 input[type="text"]:focus,
.catalog-detail-blocks .block form#REPLIER2 textarea:focus{
    box-shadow: 0 3px 5px rgba(0,0,0,0.07), 0 0 4px rgba(255,167,28, 0.5);;
}
.catalog-detail-blocks .block form#REPLIER textarea, .catalog-detail-blocks .block form#REPLIER2 textarea{
    height: 150px;
    line-height: 20px;
}
.catalog-detail-blocks .block form#REPLIER input[type="submit"], .catalog-detail-blocks .block form#REPLIER2 input[type="submit"]{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    border: none;
    background: #ff8f24;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.catalog-detail-blocks .block form#REPLIER input[type="submit"]:hover, .catalog-detail-blocks .block form#REPLIER2 input[type="submit"]:hover{
    background: #fba24e
}
.catalog-detail-blocks .block form#REPLIER .captcha input, .catalog-detail-blocks .block form#REPLIER2 .captcha input{
    width: 180px;
    margin-left: 20px
}
.catalog-detail-blocks .block form#REPLIER sup, .catalog-detail-blocks .block form#REPLIER2 sup{
    color: #f00
}
.catalog-detail-blocks .block form#REPLIER label em, .catalog-detail-blocks .block form#REPLIER2 label em{
    display: block;
    font-size: 10px;
    color: #c3c3c3;
    font-style: normal;
    margin-top: -3px
}
.catalog-detail-blocks .block form#REPLIER .reviews-reply-buttons, .catalog-detail-blocks .block form#REPLIER2 .reviews-reply-buttons{
    padding-top: 20px
}



.catalog-detail-blocks #product_forum h2{
    font-size: 18px
}
.catalog-detail-blocks #product_forum .messages{
    padding-top: 30px;
}
.catalog-detail-blocks #product_forum .messages li{
    padding-top: 30px;
    clear: both
}
.catalog-detail-blocks #product_forum .messages li.hide{
    opacity: 0.3
}
.catalog-detail-blocks #product_forum .messages .author{
    float: left;
    width: 120px;
    padding-right: 30px;
    text-align: center;
}
.catalog-detail-blocks #product_forum .messages .author .avatar{
    display: block;
    height: 70px;
    line-height: 70px;
}
.catalog-detail-blocks #product_forum .messages .author .name{
    font-size: 16px;
    font-weight: 500;
    color: #333
}
.catalog-detail-blocks #product_forum .messages .message {
    position: relative;
    margin-left: 150px;
    padding: 87px 45px 40px 35px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: -64px;
    border: 1px solid #f0f0f0
}
.catalog-detail-blocks #product_forum .messages .message::after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: 40px;
    background: #fff;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    -moz-transform: rotate(45deg);  /* Firefox */
    -o-transform: rotate(45deg);  /* Opera */
    -webkit-transform: rotate(45deg);  /* Safari y Chrome */
}
.catalog-detail-blocks #product_forum .messages .rate_answer{
    position: relative;
    float: right;
    margin-left: 185px;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 44px;
    padding-right: 35px;
    z-index: 1
}
.catalog-detail-blocks #product_forum .messages .rate_answer.load{
    background: url('../img/loader.gif') right 27px no-repeat
}
.catalog-detail-blocks #product_forum .messages .rate_answer .rating-vote-plus{
    color: #bbf056;
    margin-left: 15px
}
.catalog-detail-blocks #product_forum .messages .rate_answer .rating-vote-plus,.catalog-detail-blocks #product_forum .messages .rate_answer .rating-vote-minus{
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #bbf056;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    vertical-align: middle;
}
.catalog-detail-blocks #product_forum .messages .rate_answer .rating-vote-minus{
    background: #f42121;
}
.catalog-detail-blocks #product_forum .messages time{
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 35px 0 175px;
    padding-left :10px;
    padding-top: 20px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 44px
}
.catalog-detail-blocks #product_delivery h2{
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0 50px
}
.catalog-detail-blocks #product_delivery p + h2{
    padding-top: 90px;
    background: url("../img/catalog-detail-block-top-bg.gif") center 40px no-repeat
}
.catalog-detail-blocks #product_delivery .seodesc{
    text-align: center;
    margin-top: -35px;
    padding-bottom: 23px;
}
.catalog-detail-blocks #product_delivery h4{
    clear: both;
    font-size: 18px;
    font-weight: 900;
    line-height: 75px;
}
.catalog-detail-blocks #product_delivery .city{
    font-size: 14px;
    padding-left: 25px;
    background: url("../img/icons4.gif") 5px -543px no-repeat;
}
.catalog-detail-blocks #product_delivery .city span{
    border-bottom: 1px dotted #ff7d00;
    color: #ff7d00;
    cursor: pointer;
}
.catalog-detail-blocks #product_delivery .city span:hover{
    border: none;
}
.catalog-detail-blocks #product_delivery em.descr{
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    font-style: normal
}

.catalog-detail-blocks #product_delivery .delivery{
    font-size: 14px;
    padding-bottom: 30px
}
.catalog-detail-blocks #product_delivery .delivery li{
    clear: both;
    border: 1px solid #efefef;
    border-radius: 4px;
    line-height: 44px;
    height: 44px;
    margin-bottom: 5px
}
.catalog-detail-blocks #product_delivery .delivery li .img{
    float: left;
    width: 125px;
    padding-right: 10px;
    text-align: center;
}
.catalog-detail-blocks #product_delivery .delivery li .title{
    float: left;
    width: 560px;
    padding-right: 40px;
}
.catalog-detail-blocks #product_delivery .delivery li .title .map{
    float: right;
    font-size: 14px;
    color: #ff8f24;
    cursor: pointer;
    padding-left: 25px;
    background: url("../img/icons4.gif") -341px -557px no-repeat
}
.catalog-detail-blocks #product_delivery .delivery li .title b{
    font-weight: 500;
}
.catalog-detail-blocks #product_delivery .delivery li .title .map span{
    border-bottom: 1px dotted #ff8f24;
}
.catalog-detail-blocks #product_delivery .delivery li .title .map:hover span{
    border: none;
}
.catalog-detail-blocks #product_delivery .delivery li .days{
    float: left;
    padding-left: 25px;
    border-left: 3px solid #efefef;
}
.catalog-detail-blocks #product_delivery .delivery li .price-delivery{
    float: right;
    width: 185px;
    text-align: center;
    border-left: 3px solid #efefef;
}
.catalog-detail-blocks #product_delivery .delivery li .best{
    font-weight: 700;
    color: #73b320
}
.catalog-detail-blocks #product_delivery .payment{
    margin-bottom: 30px
}
.catalog-detail-blocks #product_delivery .payment > li{
    display: inline-block;
    width: 212px;
    padding: 0 1px 0 15px;
    vertical-align: top;
    line-height: 30px;
}
.catalog-detail-blocks #product_delivery .payment > li:last-child {
    padding-right: 0
}
.catalog-detail-blocks #product_delivery .payment li strong{
    font-size: 16px;
    font-weight: 700;
    background: url("../img/icons4.gif") 0 0 no-repeat;
    display: block;
    padding-top: 75px;
}
.catalog-detail-blocks #product_delivery .payment li.obank strong{
    background-position: 40px -725px
}
.catalog-detail-blocks #product_delivery .payment li.emoney strong{
    background-position: -200px -725px
}
.catalog-detail-blocks #product_delivery .payment li.nalich strong{
    background-position: -435px -725px
}
.catalog-detail-blocks #product_delivery .payment li.bank strong{
    background-position: -655px -725px
}
.catalog-detail-blocks #product_delivery .payment li.ebank strong{
    background-position: -868px -725px
}
.catalog-detail-blocks #product_delivery .payment li ul{
    padding-top: 12px;
}
.catalog-detail-blocks #product_delivery .payment li li{
    padding-left: 35px;
    background: url("../img/icons4.gif") 0 0 no-repeat;
}

.catalog-detail-blocks #product_delivery .payment li.visa{
    background-position: 0 -577px;
}
.catalog-detail-blocks #product_delivery .payment li.mastercard{
    background-position: 0 -607px;
}
.catalog-detail-blocks #product_delivery .payment li.maestro{
    background-position: 0 -637px;
}
.catalog-detail-blocks #product_delivery .payment li.yandex{
    background-position: -338px -608px
}
.catalog-detail-blocks #product_delivery .payment li.webmoney{
    background-position: -338px -636px
}
.catalog-detail-blocks #product_delivery .payment li.schet{
    background-position: -637px -656px
}
.catalog-detail-blocks #product_delivery .payment li.sberbank{
    background-position: -945px -568px
}
.catalog-detail-blocks #product_delivery .payment li.alfa{
    background-position: -945px -596px;
}
.catalog-detail-blocks #product_delivery .payment li.masterpass{
    background-position: -945px -626px;
}
.catalog-detail-blocks #product_delivery .payment li.promsvyzbank{
    background-position: -945px -656px;
}

.catalog-detail-blocks #product_delivery .payment li.otkrytie{
    background-position: -4px -1365px;
    color: #000
}
.catalog-detail-blocks #product_delivery .payment li.bank_moscow{
    background-position: -4px -1399px;
    color: #000
}
.catalog-detail-blocks #product_delivery .payment li.evroset{
    background-position: -4px -1432px;
    color: #000
}
.catalog-detail-blocks #product_delivery .payment li.svyaznoy{
    background-position: -4px -1464px;
    color: #000
}
.catalog-detail-blocks #product_delivery .payment li.quickpay{
    background-position: -4px -1498px;
    color: #000
}
.catalog-detail-blocks #product_delivery .payment li.contact{
    background-position: -4px -1529px;
    color: #000
}


.catalog-detail-blocks #product_delivery .payment li.nal{
    padding-left: 20px;
    background: url("../img/icons-svg/payments/nalik.svg") -5px 8px no-repeat;
    background-size: 20px auto;
}
.catalog-detail-blocks #product_delivery .payment li.titl{
    padding-left: 0;
    padding-bottom: 10px;
    background: none;
}
.catalog-detail-blocks #product_delivery .payment li + li.titl{
    padding-top: 10px;
}
.catalog-detail-blocks #product_delivery .payment li.titl a[href*='map'] {
    color: #1e6bbd;
    font-weight: 300;
    border-bottom: 1px dotted #1e6bbd
}
.catalog-detail-blocks #product_delivery .payment li.nal a:hover {
    color: #ff8f24
}
.catalog-detail-blocks #product_delivery .payment li .play {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icons-svg/kassa_play.svg") 0 0;
    background-size: 20px auto;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: -18px
}
.catalog-detail-blocks #product_delivery {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}


section.delivery-landing{
    padding: 20px 0
}

.other-products{
    background: #f6f6f8 ;
    padding: 0;
}
.other-products .block{
    padding: 40px 0 60px
}
.other-products .block + .block{
    padding-top: 0
}
.other-products .block h4{
    height: 50px;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 0 20px
}
.other-products .block ul{
    margin-right: -8px
}
.other-products .block ul li {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 0 5px 6px 0;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    vertical-align: top;
}
.other-products .block ul li a{
    display: block;
    position: relative;
    height: 130px;
    background: #fff;
    margin-bottom: 14px;
    line-height: 130px;
    border-radius: 5px;
    transition: box-shadow 0.5s;
    overflow: hidden;
}
.other-products .block ul li img {
    vertical-align: middle;
    text-align: center;
    max-width: 95%;
}
.other-products .block ul li .title{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 0;
    font-size: 11px;
    line-height: 120px;
    transition: opacity 0.5s linear;
    visibility:hidden;
    border-radius: 5px;
    opacity: 0;
}
.other-products .block ul li .title span{
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}
.other-products .block ul li a:hover{
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2)
}
.other-products .block ul li a:hover .title{
    visibility:visible;
    opacity: 1;
}

.other-products .block.noimg ul li .title{
    visibility:visible;
    opacity: 1;
    background: #fff;
    color: #000;
    transition: color 0.5s linear, background 0.5s linear;
    font-size: 13px;
}
.other-products .block.noimg ul li a:hover .title{
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.other-products .block.f13 ul li .title {
    font-size: 13px;
}

.other-products .block .slider{
    overflow: visible;
    cursor: default;
}
.other-products .block .slider .slick-list{
    overflow: hidden;
    height: 140px;
}
.other-products .block .slider .slick-prev, .other-products .block .slider .slick-next{
    top: 55px;
    left: -42px;
    width: 20px;
    height: 30px;
    background: url("../img/icons.png") -11px -948px no-repeat;
    opacity: 1;
}
.other-products .block .slider:hover .slick-prev, .other-products .block .slider:hover .slick-next{
    opacity: 1;
}
.other-products .block .slider .slick-next{
    left: auto;
    right: -42px;
    background-position: -123px -948px
}
.other-products .block .slider .slick-prev:hover{
    background-position: -47px -948px
}
.other-products .block .slider .slick-next:hover{
    background-position: -87px -948px
}
.other-products .block .slider li{
    margin-right: 16px
}

.other-products .block ul.long li {
    width: 276px;
    text-align: left;
    line-height: 130px
}
.other-products .block ul.long li .img{
    float: left;
    width: 130px;
    text-align: center;
}
.other-products .block ul li .name{
    display: inline-block;
    visibility: visible;
    width: 140px;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 700
}
.other-products .block ul li a:hover .name{
    color: #ff7d00;
}

.other-products .block .list_link ul{
}
.other-products .block .list_link ul li{
    display: inline-block;
    width: 23%;
    height: auto;
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 10px 10px 10px 0;
    margin: 0;
    vertical-align: top
}
.other-products .block .list_link ul li.moreinfo{
    display: none;
}
.other-products .block .list_link ul li a{
    display: inline-block;
    height: auto;
    background: none;
    margin-bottom: 0;
    line-height: 18px;
    border-radius: 0;
    box-shadow: none;
    color: #1d6cbb;
    font-size: 14px;
    font-weight: 300;
    vertical-align: top;
}
.other-products .block .list_link ul li a:hover{
    color: #ff7d00;
}



/***        section catalog list    ***/
section.catalog{
    background: #fff;
    color: #333
}
section.catalog h1 {
    font-size: 20px;
    font-weight: 700;
    float: left;
    padding-right: 5px;
    padding-bottom: 15px;
}
section.catalog h1 + .count{
    display: block;
    font-size: 12px;
    padding-bottom: 15px;
}
section.catalog .print_page{
    clear: both;
    text-align: right;
    padding-right: 18px;
    width: 29%;
    margin-left: 70%
}
section.catalog .print_page a {
    font-weight: 900;
    color: #7f7f7f;
    text-decoration: underline;
}
section.catalog .print_page a:hover {
    color: #9f9f9f
}
section.catalog .wrapper{
    padding-bottom: 20px;
}
section.catalog article{
    float: right;
    width: 888px;
}
section.catalog article .panel{
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
section.catalog article .panel .compare{
    position: relative;
    width: 205px;
    display: inline-block;
    background: #95d121;
    border-radius: 4px;
    font-weight: 700
}
section.catalog article .panel .compare > span{
    line-height: 46px;
    color: #fff;
    padding: 0 20px 0 12px;
    cursor: pointer;
    background: url("../img/icons2.gif") right -952px no-repeat;
}
section.catalog article .panel .compare span .count{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #77ad0f;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
section.catalog article .panel .compare form{
    width: 425px;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 10px;
    background: #95d121;
    z-index: 1;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 0 4px 4px 4px;

    display: none;
}
section.catalog article .panel .compare form ul{
    padding-bottom: 10px;
}
section.catalog article .panel .compare form li{
    padding: 3px 0
}
section.catalog article .panel .compare form a{
    color: #fff;
    text-decoration: none;
}
section.catalog article .panel .compare form a:hover{
    text-decoration: underline;
}
section.catalog article .panel .compare form .clearlist{
    text-decoration: underline;
    line-height: 18px;
    cursor: pointer;
    font-size: 11px
}
section.catalog article .panel .compare form .clearlist:hover{
    text-decoration: none
}
section.catalog article .panel .compare form input[type="submit"]{
    float: right;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 700;
    background: #77ad0f;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: -6px;
    font-size: 13px
}
section.catalog article .panel .favorite{
    display: inline-block;
    margin: 0 37px 0 24px;
    color: #000;
    padding-left: 20px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTggMTVMMS42MSA4LjU3Qy41NyA3LjUyIDAgNi4xOCAwIDQuNzhjMC0xLjM0LjUzLTIuNjEgMS40OS0zLjU3QzIuMjguNDIgMy4zMiAwIDQuNDcgMCA1LjY4IDAgNi45NS40NyA4IDEuMjggOS4wNS40NyAxMC4zMiAwIDExLjUzIDBjMS4xNiAwIDIuMTkuNDIgMi45OSAxLjIyLjk1Ljk2IDEuNDggMi4yMiAxLjQ4IDMuNTYgMCAxLjQtLjU3IDIuNzQtMS42MSAzLjc5TDggMTV6TTQuNDcgMS44NmMtLjY3IDAtMS4yNC4yMy0xLjY4LjY4LS42MS42LS45NCAxLjQtLjk0IDIuMjQgMCAuOS4zOCAxLjc4IDEuMDcgMi40N0w4IDEyLjM3bDUuMDgtNS4xMmMuNjktLjcgMS4wNy0xLjU3IDEuMDctMi40NyAwLS44NC0uMzQtMS42NC0uOTQtMi4yNS0uNDUtLjQ1LTEuMDItLjY4LTEuNjgtLjY4LS45NyAwLTIuMDcuNS0yLjg3IDEuMzFMOCAzLjgzbC0uNjUtLjY2Yy0uODEtLjgxLTEuOTEtMS4zMS0yLjg4LTEuMzF6Ii8+PC9zdmc+') 0 49% no-repeat;
    background-size: 15px auto;
}
section.catalog article .panel .view{
    display: inline-block;
}
section.catalog article .panel .view span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/icons2.gif") -320px -1040px no-repeat;
    opacity: 0.7;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 3px;
}
section.catalog article .panel .view span.active, section.catalog article .panel .view span:hover{
    opacity: 1
}
section.catalog article .panel .view span[rel="icon"]{

}
section.catalog article .panel .view span[rel="table"]{
    background-position: -339px -1040px
}
section.catalog article .panel .view span[rel="line"]{
    background-position: -358px -1040px
}
section.catalog article .panel .sort{
    float: right;
    line-height: 46px;
}
section.catalog article .panel .sort .select{
    border: none;
    border-radius: 4px;
    height: 46px;
    width: 140px;
    padding-left: 10px;
    background: url("../img/icons2.gif") right -587px no-repeat;
    box-shadow: inset 0 1px 4px rgba(0,0,0, 0.14);
    margin-left: 15px
}
section.catalog article .panel .sort .select > span{
    display: block;
    cursor: default;
}
section.catalog article .panel .sort div.input.select ul{
    top: 40px;
    left: 0;
    right: 0;
    padding: 10px 0 10px 15px;
    background: #fff;
    z-index: 1;
    font-size: 13px;
    line-height: 26px;
    box-shadow: inset 0 -1px 4px rgba(0,0,0, 0.14);
    border-radius: 0 0 4px 4px;
}
section.catalog article .panel .sort div.input.select ul li{
    cursor: pointer;
}
section.catalog article .panel .sort div.input.select ul li:hover{
    color: #333
}

/* default table style */
#productlist{
    clear: both;
    margin: 5px 0 10px;
}
#productlist .product{
    position: relative;
    padding: 40px 225px 25px 192px;
    clear: both;
    border: 1px solid #fff;
    border-top: 1px solid #f5f5f5;
    min-height: 170px;
    transition: border 0.3s;
    margin: 0 -12px;
}
#productlist .product:hover{
    border-color: #f5d8bd
}
#productlist .product .img{
    float: left;
    width: 170px;
    margin-left: -180px;
    text-align: center;
    line-height: 145px;
    vertical-align: middle;
}
#productlist .product .img img{
    max-width: 170px;
    max-height: 140px;
}
#productlist .product .wr{
    position: absolute;
    top: 14px;
    bottom: 10px;
    right: 12px;
    width: 213px;
    padding-top: 12px
}
#productlist .product .title{
    font-size: 15px;
    font-weight: 700;
    color: #000
}
#productlist .product .title:hover{
    color: #ff7e03
}
#productlist .product .fulltitle{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 10px 0;
}
#productlist .product .description{
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #5b5b5b;
    padding: 8px 0 7px;
    min-height: 63px;
}
#productlist .product .stores{
    padding-top: 15px;
}
#productlist .product .stores li{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #000
}
#productlist .product .stores[title="На заказ"] li{
    color: #360c7b
}
#productlist .product .stores[title="На заказ"] .sklad {
    color: #616161;
    padding-left: 10px
}
#productlist .product .stores .dotes{
    margin: 0 11px 0 5px;
    width: auto;
    height: auto;
    background: none
}
#productlist .product .stores .dotes span{
    background: none repeat scroll 0 0 #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 1px;
    width: 10px;
}
#productlist .product .stores .dotes span.dot {
    background: none repeat scroll 0 0 #77ad0f;
}
#productlist .product .add_to{
    position: absolute;
    left: 12px;
    bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #484848;
}
#productlist .product .add_to span{
    cursor: pointer;
    padding-left: 15px;
    background: url("../img/icons2.gif") -323px -1069px no-repeat;
}
#productlist .product .add_to .to_compare{
    padding-left: 22px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIiBmaWxsPSIjMmIyYjJiIj48cGF0aCBkPSJNNC42NiAwaDcuMzR2MmgtNy4zNHpNMCAwaDIuMjh2MmgtMi4yOHpNNC42NiA1aDcuMzR2MmgtNy4zNHpNMCA1aDIuMjh2MmgtMi4yOHpNNC42NiAxMGg3LjM0djJoLTcuMzR6TTAgMTBoMi4yOHYyaC0yLjI4ek0xNi4xOC40aDEuNTR2Ni4xaC0xLjU0ek0xMy45IDIuNjhoNi4xdjEuNTRoLTYuMXoiLz48L3N2Zz4=') 5px 50% no-repeat;
    background-size: 15px 10px
}
#productlist .product .add_to .to_compare:hover{
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIwIDEyIiBmaWxsPSIjYjJiMmIyIj48cGF0aCBkPSJNNC42NiAwaDcuMzR2MmgtNy4zNHpNMCAwaDIuMjh2MmgtMi4yOHpNNC42NiA1aDcuMzR2MmgtNy4zNHpNMCA1aDIuMjh2MmgtMi4yOHpNNC42NiAxMGg3LjM0djJoLTcuMzR6TTAgMTBoMi4yOHYyaC0yLjI4ek0xNi4xOC40aDEuNTR2Ni4xaC0xLjU0ek0xMy45IDIuNjhoNi4xdjEuNTRoLTYuMXoiLz48L3N2Zz4=') 5px 50% no-repeat;
    background-size: 15px 10px
}
#productlist .product .add_to .to_compare.active{
    background: url("../img/icons-svg/compare_active.svg") 5px 50% no-repeat;
    background-size: auto 9px
}
#productlist .product .add_to .to_favorite{
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0iIzJiMmIyYiI+PHBhdGggZD0iTTggMTVMMS42MSA4LjU3Qy41NyA3LjUyIDAgNi4xOCAwIDQuNzhjMC0xLjM0LjUzLTIuNjEgMS40OS0zLjU3QzIuMjguNDIgMy4zMiAwIDQuNDcgMCA1LjY4IDAgNi45NS40NyA4IDEuMjggOS4wNS40NyAxMC4zMiAwIDExLjUzIDBjMS4xNiAwIDIuMTkuNDIgMi45OSAxLjIyLjk1Ljk2IDEuNDggMi4yMiAxLjQ4IDMuNTYgMCAxLjQtLjU3IDIuNzQtMS42MSAzLjc5TDggMTV6TTQuNDcgMS44NmMtLjY3IDAtMS4yNC4yMy0xLjY4LjY4LS42MS42LS45NCAxLjQtLjk0IDIuMjQgMCAuOS4zOCAxLjc4IDEuMDcgMi40N0w4IDEyLjM3bDUuMDgtNS4xMmMuNjktLjcgMS4wNy0xLjU3IDEuMDctMi40NyAwLS44NC0uMzQtMS42NC0uOTQtMi4yNS0uNDUtLjQ1LTEuMDItLjY4LTEuNjgtLjY4LS45NyAwLTIuMDcuNS0yLjg3IDEuMzFMOCAzLjgzbC0uNjUtLjY2Yy0uODEtLjgxLTEuOTEtMS4zMS0yLjg4LTEuMzF6Ii8+PC9zdmc+') 0 50% no-repeat;
    background-size: 13px 13px
}
#productlist .product .add_to .to_favorite:hover{
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTggMTVMMS42MSA4LjU3Qy41NyA3LjUyIDAgNi4xOCAwIDQuNzhjMC0xLjM0LjUzLTIuNjEgMS40OS0zLjU3QzIuMjguNDIgMy4zMiAwIDQuNDcgMCA1LjY4IDAgNi45NS40NyA4IDEuMjggOS4wNS40NyAxMC4zMiAwIDExLjUzIDBjMS4xNiAwIDIuMTkuNDIgMi45OSAxLjIyLjk1Ljk2IDEuNDggMi4yMiAxLjQ4IDMuNTYgMCAxLjQtLjU3IDIuNzQtMS42MSAzLjc5TDggMTV6TTQuNDcgMS44NmMtLjY3IDAtMS4yNC4yMy0xLjY4LjY4LS42MS42LS45NCAxLjQtLjk0IDIuMjQgMCAuOS4zOCAxLjc4IDEuMDcgMi40N0w4IDEyLjM3bDUuMDgtNS4xMmMuNjktLjcgMS4wNy0xLjU3IDEuMDctMi40NyAwLS44NC0uMzQtMS42NC0uOTQtMi4yNS0uNDUtLjQ1LTEuMDItLjY4LTEuNjgtLjY4LS45NyAwLTIuMDcuNS0yLjg3IDEuMzFMOCAzLjgzbC0uNjUtLjY2Yy0uODEtLjgxLTEuOTEtMS4zMS0yLjg4LTEuMzF6Ii8+PC9zdmc+') 0 50% no-repeat;
    background-size: 13px 13px
}
#productlist .product .add_to .to_favorite.active{
    background: url("../img/icons-svg/heart_active.svg") -4px 50% no-repeat;
    background-size: 22px auto
}
#productlist .product .add_to span:hover{
    color: #b7b7b7;
}
#productlist .product .add_to span.active{
    color: #B4D615
}
#productlist .product .articul {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #5b5b5b
}
#productlist .product .articul span{
    color: #000;
}
#productlist .product .reviews {
    padding-left: 5px;
    color: #1e6bbd;
    font-size: 14px;
    font-weight: 300
}
#productlist .product .reviews a{
    color: #1e6bbd;
    margin: 0 1px
}
#productlist .product .reviews a:hover{
    color: #ff7d00
}
#productlist .product .prices {
    padding-bottom: 15px;
    line-height: 51px;
    font-size: 14px;
    font-weight: 500;
    color: #444
}
#productlist .product .prices li.price{
    color: #444 !important
}
#productlist .product .prices li.price > span{
    margin-left: -10px;
}
#productlist .product .prices li + li{
    border-top: 2px solid #f4f4f4
}
#productlist .product .prices span{
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #000
}
#productlist .product .prices li[data-price="25"] span{
    font-size: 14px;
    font-weight: 500
}
#productlist .product .prices strong{
    font-weight: 500;
}
#productlist .product .prices span.multi{
    line-height: 17px;
    width: 118px;
    text-align: right;
}
#productlist .product .prices [data-price="31"] span.multi{
    white-space: nowrap;
    margin-left: -20px;
    width: 140px !important;
}
#productlist .product .prices span.countryprices,
#productlist .product .prices span.countryprices span{
    font-size: 14px
}
#productlist .product .prices span.countryprices s{
    position: relative;
    text-decoration: none;
}
#productlist .product .prices span.countryprices s:after {
    content: " ";
    position: absolute;
    left: -10%;
    right: 10%;
    top: 31%;
    border-top: 1px solid black;
    border-color: inherit;
}
#productlist .product .prices span.rub{
    float: none;
}
#productlist .product .prices span.tenge{
    float: none
}
#productlist .product .buy {
    float: right;
    display: inline-block;
    width: 100px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #ff8f24;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 10px
}
#productlist .product .buy.refresh {
    background: #d95812;
}
#productlist .product .buy:hover {
    background: #fba24e;
}
#productlist .product .buy.disabled {
    opacity: 0.6;
    cursor: default;
    background: #ff8f24 !important
}
#productlist .product .paid-variant{
    line-height: 32px;
    position: absolute;
    left: 30px;
    bottom: 10px
}
#productlist .product .paid-variant span{
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
    background-size: contain !important;
}
#productlist .product .paid-variant span.visa{
    background: url("../img/icons-svg/payments/visa.svg") 0 -3px no-repeat;
}
#productlist .product .paid-variant span.mastercard{
    background: url("../img/icons-svg/payments/mastercard.svg") 0 center no-repeat;
    height: 18px;
}
#productlist .product .paid-variant span.nal{
    background: url("../img/icons-svg/payments/nalik.svg") 0 center no-repeat;
    height: 12px;
}
#productlist .product .paid-variant span.bank{
    background: url("../img/icons-svg/payments/poschetu.svg") 0 1px no-repeat;
    height: 16px;
}
#productlist .product .paid-variant span.yandex{
    background: url("../img/icons-svg/payments/yandex.svg") 0 0 no-repeat;
}
#productlist .product .paid-variant span.webmoney{
    background: url("../img/icons-svg/payments/webmoney.svg") 0 0 no-repeat;
}
#productlist .product .paid-variant span.sberbank{
    background: url("../img/icons-svg/payments/sberbank.svg") 0 0 no-repeat;
}
#productlist .product .paid-variant span.alfa{
    background: url("../img/icons-svg/payments/alfa.svg") 0 0 no-repeat;
}
#productlist .product .paid-variant span.psb {
    background: url("../img/icons-svg/payments/psb.svg") 0 0 no-repeat;
}

#productlist .product .paid-variant .wrap{
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 32px;
    background: #fff;
    padding-left: 30px;
}
#productlist.icon .product .paid-variant .wrap{
    bottom: -7px
}
#productlist .product .paid-variant .wrap .readmore{
    position: absolute;
    left: 0;
    top: 9px;
    width: 19px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#productlist .product .paid-variant .wrap .readmore span {
    background: url("../img/icons4.gif") -29px -1149px no-repeat;
    background-size: initial !important;
}
#productlist .product .paid-variant .wrap .readmore span + span{
    background: url("../img/icons4.gif") -29px -1175px no-repeat;
    display: none;
}
#productlist .product .paid-variant .wrap .moreinfo{
    width: 245px
}


#productlist .product .stores .sklad{
    font-weight: 500;
}
#productlist .product .stores .sklad span{
    color: #77ad0f;
    font-weight: 700
}
#productlist .product .plabel{
    position: absolute;
    left: 0;
    top: 0;
}
#productlist .product .plabel:after{
    display: block;
    position: absolute;
    top: 45px;
    left: 12px;
    width: 105px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-shadow: 0 5px 6px rgba(0,0,0,0.27);
    border-radius: 1px;
}
#productlist .product .plabel + .plabel:after{
    top: 67px;
    left: 40px;
}
#productlist .product .plabel + .plabel + .plabel:after{
    top: 150px;
    left: 12px;
}
#productlist .product .plabel.sale:after{
    background: #FF8E24;
    content: "Распродажа";
}
#productlist .product .plabel.ucenka:after{
    background: #f00;
    content: "Уценка";
}
#productlist .product .plabel.new:after{
    background: #aad64b;
    content: "Новинка";
}
#productlist .product .plabel.hit:after{
    background: #e92b46;
    content: "Хит продаж";
}

#productlist.icon{
    padding: 20px 0 0;
    margin-right: -12px;
}
#productlist.icon .product{
    display: inline-block;
    width: 265px;
    padding: 0 6px 60px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    position: relative;
}
#productlist.icon .product .img{
    width: 100%;
    margin: 60px 0 0;
    float: none;
    display: block;
    text-align: center;
}
#productlist.icon .product .title{
    position: absolute;
    left: 10px;
    top: 25px;
    max-width: 265px;
}
#productlist.icon .product .description{
    display: none;
}
#productlist.icon .product .stores{
    padding: 0;
    line-height: 38px;
    border-bottom: 1px dashed #dfdfdf;
}
#productlist.icon .product .stores .dotes{
    margin-right: 0;
}
#productlist.icon .product .stores li+li{
    float: right;
}
#productlist.icon .product .sklad{
    float: none !important;
    display: block;
    clear: both;
    border-top: 1px dashed #dfdfdf;
}
#productlist.icon .product .sklad span{
    float: right;
}
#productlist.icon .product .wr{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 265px;
    padding-bottom: 15px;
    padding-top: 0;
}
#productlist.icon .product .paid-variant{
    margin-right: -5px;
    position: relative;
    bottom: 0;
}
#productlist.icon .product .buy{
    position: relative;
    bottom: 0;
}
#productlist.icon .product .buttons-count-select{
    position: relative;
    bottom: 0;
}
#productlist.icon .product .fulltitle{
    margin: 35px 0 0;
    font-size: 11px;
    line-height: 16px;
    min-height: 48px;
}
#productlist.icon .product .articul,
#productlist.icon .product .rating-stars,
#productlist.icon .product .reviews{
    position: absolute;
    top: 215px
}
#productlist.icon .product .rating-stars{
    right: 30px;
}
#productlist.icon .product .reviews{
    right: 10px;
    font-size: 0;
    overflow: hidden;
}
#productlist.icon .product .reviews a{
    margin: 0
}
#productlist.icon .product .reviews a:first-child b{
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 -5px 0 -7px
}
#productlist.icon .product .add_to span{
    margin-left: 40px;
    font-size: 13px;
    text-decoration: none;
}




section.catalog article .showmore span{
    padding: 0 25px;
    background: url("../img/icons2.gif") -318px -1142px no-repeat;
}

section.catalog aside{
    clear: left;
    float: left;
    width: 253px;
    color: #000;
    line-height: 24px;
}
section.catalog aside nav, section.catalog aside .catalog-filter{
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 15px 0 0;
}
section.catalog aside nav ~ .catalog-filter{
    margin-top: 20px
}
section.catalog aside .filter, section.catalog aside nav > ul > li{
    padding: 12px 15px;
    border-bottom: 1px solid #e6e6e6;
}
section.catalog aside .filter:hover{
    background: #f9f9f9;
}
section.catalog aside nav > ul > li:last-child{
    border: none;
}
section.catalog aside .filter .block{
    padding: 0;
    display: none;
}
section.catalog aside .filter.active .block{
    display: block
}
section.catalog aside .filter .name, section.catalog aside nav ul li strong{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
    color: #2d2d2d;
    padding: 17px 20px 12px 0;
}
section.catalog aside .filter .name:after, section.catalog aside nav ul li strong:after{
    content: " ";
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: 0;
    background: url("../img/icons2.gif") -480px -1014px no-repeat;
}

section.catalog aside .filter[data-one="1"] .name {
    max-width: 195px;
    display: inline-block;
    background: none;
    padding: 0px 0 0 10px;
}

section.catalog aside .filter[data-one="1"] .name:after {
    background: none;
}

section.catalog aside .filter[data-one="1"] span.checkbox {
    margin-bottom: 2px;
}

section.catalog aside nav ul li strong.empty:after{
    display: none;
}
section.catalog aside .filter.active .name:after, section.catalog aside nav ul li.active strong:after{
    background-position: -480px -987px
}
section.catalog aside .filter.empty .name:after, section.catalog aside nav ul li.empty strong:after{
    display: none
}
section.catalog aside .filter label{
    font-size: 13px;
    font-weight: 500
}
section.catalog aside .filter input[type="text"]{
    width: 50px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    margin: 0 3px;
}
section.catalog aside .filter .rub{
    font-size: 16px;
    font-weight: 700
}
section.catalog aside .filter .line_range{
    box-sizing: border-box;
    position: relative;
    height: 18px;
    width: 181px;
    background: #d0d0d0 url("../img/backgrounds.gif") 0 -100px repeat-x;
    margin: 20px 0 15px;
    padding: 0 12px;
}
section.catalog aside .filter .line_range .noUi-background{
    background: #d0d0d0 url("../img/backgrounds.gif") 0 -100px repeat-x;
}
section.catalog aside .filter .line_range *{
    box-sizing: border-box;
}
section.catalog aside .filter .line_range .noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
section.catalog aside .filter .noUi-base:after,
section.catalog aside .filter .noUi-base:before{
    content: " ";
    display: block;
    width: 9px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -12px;
    background: #fff url("../img/icons2.gif") -9px -387px no-repeat;
}
section.catalog aside .filter .noUi-base:before{
    z-index: 1;
}
section.catalog aside .filter .noUi-base:after{
    left: auto;
    right: -12px;
    background-position: 0 -387px;
}
section.catalog aside .filter .line_range .noUi-origin{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
section.catalog aside .filter .line_range .noUi-connect{
    background: #e9831a url("../img/backgrounds.gif") 0 -118px repeat-x;
}
section.catalog aside .filter .line_range .noUi-handle{
    position: relative;
    width: 25px;
    height: 18px;
    left: -12px;
    top: 0;
    background: url("../img/icons.png") -81px 1px no-repeat;
    z-index: 2;
}
section.catalog aside .filter .line_range .noUi-handle.noUi-handle-upper{
    background-position: -162px 1px;
}

section.catalog aside .filter .readmore{
    text-align: right;
    padding-top: 10px;
}
section.catalog aside .filter .readmore span{
    font-weight: 700;
    color: #2d2d2d;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
section.catalog aside .filter .readmore span:hover{
    border-color: #2d2d2d;
}
section.catalog aside .filter .readmore span:active{
    box-shadow: 0 0 3px rgba(254,166,83,0.56);
}
section.catalog aside nav + .catalog-filter{
    margin-top: 20px;
}

section.catalog aside .reset{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    color: #acacac;
    background: #f8f8f8;
    border-radius: 4px;
    margin: 0 15px 10px;
}
section.catalog aside .reset:hover{
    color: #a0a0a0;
    background: #efefef;
}
section.catalog aside .more-filter{
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    color: #1e6bbd;
    text-align: center;
}
section.catalog aside .more-filter:hover {
    color: #ff7d00
}

section.catalog aside span.input.checkbox{
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-radius: 100%;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    position: relative;
    background: #fff
}

section.catalog aside span.input.checkbox.checked:after{
    content: " ";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ff8f24;
}

section.catalog aside .catalog-filter li.disabled {
    color: #bbb;
}

section.catalog aside .catalog-filter li>span {
    margin-left: 5px;
    font-size: 12px;
    color: #b3acac;
}
section.catalog aside .catalog-filter li>span:before {content: '(';color: #999;}
section.catalog aside .catalog-filter li>span:after {content: ')';color: #999;}


.resultFind {
    position: absolute;
    height: 34px;
    font-size: 12px;
    color: #fff;
    background: rgba(63,63,63,0.86);
    padding: 2px 2px 2px 10px;
    line-height: 34px;
    margin-left:252px;
    border-radius: 2px;
}
.resultFind:after {
    content: " ";
    display: block;
    position: absolute;
    left: -12px;
    top: 12px;
    border: 6px solid transparent;
    border-right-color: rgba(63,63,63,0.86);
    vertical-align: middle
}
.resultFind span{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 0 20px;
    line-height: 34px;
    background: #ff8f24;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 5px
}
.resultFind span:hover {
    background: #fba24e
}
.resultFind img { height: 23px }



/***        subcatalog       ***/
section.subcatalog .wrapper{
    padding-bottom: 50px;
}
section.subcatalog h1{
    float: none;
    font-weight: 900;
    font-size: 27px;
    padding-bottom: 40px
}
section.subcatalog.brand  a + h1, section.subcatalog.brand  div + h1{
    margin-top: 30px
}
section.catalog article .info-blocks{
    padding-bottom: 20px;
}
section.catalog article .info-blocks a{
    float: left;
    width: 50%;
    text-align: center;
}
section.catalog article .info-blocks a + a{
    float: right;
}
section.catalog article .info-blocks a img{
    max-width: 100%;
}
section.catalog article ul.categories{
    clear: both;
    margin-right: -35px
}
section.catalog article ul.categories li{
    display: inline-block;
    width: 195px;
    vertical-align: top;
    margin-right: 32px;
    padding-bottom: 40px
}

section.catalog article ul.categories li .img{
    position: relative;
    display: block;
    height: 150px;
    line-height: 150px;
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
}
section.catalog article ul.categories li .img img{
    vertical-align: bottom;
    transition: opacity 0.1s;
    max-width: 195px;
    max-height: 150px
}
section.catalog article ul.categories li a {
    display: block;
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
}
section.catalog article ul.categories li a:hover .img:after {
    content: "Перейти";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    color: #4d4d4d;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
}
section.catalog article ul.categories li a:hover .img img{
    opacity: 0.2;
}

section.catalog aside nav ul li strong{
    font-size: 14px;
    padding: 0 20px 0 0
}
section.catalog aside nav ul li strong a{
    display: block;
    padding: 6px 0;
}
section.catalog aside nav ul li .block{
    padding: 10px 0 0;
}
section.catalog aside nav ul li .block .readmore{
    text-align: right;
    padding-top: 10px;
}
section.catalog aside nav ul li .block .readmore span{
    font-weight: 700;
    color: #2d2d2d;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
section.catalog aside nav ul li .block .readmore span:hover{
    border-color: #2d2d2d;
}
section.catalog aside nav ul li li{
    font-size: 13px;
    padding: 8px 0;
    line-height: 20px
}
section.catalog aside nav ul li a:hover{
    color: #ff7d00
}

section.catalog-description {
    background: #fff;
    padding: 0 0 40px;
}
section.catalog-description .wrapper{
    background: #f3f4f6;
    color: #494949;
    line-height: 20px;
    padding: 25px 20px;
    box-sizing: border-box
}

section.product-list{
    padding: 50px 0;
}
section.novelty li a:first-child,section.products-hit li a:first-child{
    min-height: 55px;
    position: relative;
}
section.novelty li a .img,section.products-hit li a .img{
    position: absolute;
    left: 0;
    right: 0
}
section.novelty li a:first-child:after{
    content: "Новинка";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 27px;
    padding: 0 10px;
    background: #aad64b;
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    font-weight: 900;
    text-align: center;

}
section.products-hit li a:first-child:after{
    content: "Хит продаж";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 27px;
    background: #f02a32;
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    font-weight: 900;
    text-align: center;
    padding: 0 10px;
}
section.news{
    clear: both;
    padding: 50px 0;
    overflow: hidden;
}

section.news ul{
    padding-top: 20px;
    margin-right: -20px;
}
section.news li {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 252px;
    vertical-align: top;
    margin: 0 10px 15px 0;
    overflow: hidden;
}
section.news li a {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
section.news li img {
    height: 100%
}
section.news li div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    min-height: 112px;
    padding: 10px 15px;
    background: rgba(45, 45, 45, 0.75);
}
section.news li:hover div {
    min-height: 232px;
}
section.news li div span{
    line-height: 16px;
    padding: 10px 0 5px;
    display: none
}
section.news li:hover div span{
    display: block;
}
section.news li div b{
    color: #eb760b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}
section.news li div h4{
    font-size: 18px;
    font-weight: 900;
}
section.info-block{
     padding-top: 20px;
    background: #fff;
}

section.news ~ section.info-block,
section.video ~ section.info-block{
    background: transparent;
}

section.news + section.info-block{
    padding-top: 0
}

section.video{
    clear: both;
    padding: 10px 0 50px;
    overflow: hidden;
}
section.video ul{
    padding-top: 20px;
    margin-right: -14px;
    clear: both
}
section.video li{
    display: inline-block;
    width: 280px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 10px 30px 0;
    vertical-align: top;
}
section.video li .img{
    position: relative;
    display: block;
    width: 277px;
    height: 165px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 17px
}
section.video li .img img{
    border-radius: 3px;
    width: 100%;
}
section.video li .img:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    display: block;
    width: 47px;
    height: 47px;
    background: url("../img/icons.png") 0 -64px no-repeat;
    opacity: 0.8;
}
section.video li a:hover .img:after{
    opacity: 1;
}
section.video li time{
    color: #6cce1d
}
section.video li a{
    font-size: 15px;
    font-weight: 700
}
section.video li .description{
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #8b8b8b;
    padding-top: 8px
}


section.bnrs{
    background: #fff;
    margin: 0;
    padding: 10px 0 20px
}



/***        brand           ***/
.subcatalog.brand .about-brand{
    position: relative;
    padding: 40px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.subcatalog.brand .about-brand .img{
    position: absolute;
    top: -95px;
    right: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
}
.subcatalog.brand .about-brand .img img{
    max-width: 100%;
    max-height: 100%;
}
.subcatalog.brand .about-brand p{
    padding: 10px 0
}
.subcatalog.brand .about-brand .more {
    color: #1e6bbd;
    cursor: pointer
}
.subcatalog.brand .about-brand .more:hover {
    color: #ff7d00
}
.subcatalog.brand .about-brand .long_text{
    display: none;
}
.subcatalog.brand .about-brand .long_text ul{
    list-style: inside disc
}
.subcatalog.brand .about-brand .long_text a{
    color: #1e6bbd
}
.subcatalog.brand .about-brand .long_text a:hover{
    color: #ff7d00
}

.brand-jedia{
    background: #fff;
}
.brand-jedia .bnrs{
    margin-top: 0;
    padding: 0;
    background: #E5EBF7;
}
.brand-jedia  div{
    color: #000;
    font-size: 17px;
    padding: 10px 0 50px;
    line-height: 30px;
    font-weight: 300
}



/***        brands-list     ***/
section.brands-filter{
    background: #fff;
    overflow: hidden;
    padding: 0 0 35px;
}
section.brands-filter h1{
    font-size: 27px;
    font-weight: 900
}
section.brands-filter ul.categories{
    padding: 30px 0 10px;
    margin-right: -15px;
}
section.brands-filter ul.categories li{
    display: inline-block;
    min-width: 155px;
    padding: 0 10px;
    line-height: 42px;
    margin: 0 10px 10px 0;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    border: 3px solid #f4f5f7;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 1s;
}
section.brands-filter ul.categories li.active,
section.brands-filter ul.categories li:hover {
    box-shadow: inset 0 45px 0 0 #f4f5f7
}
section.brands-filter ul.categories li a{
    color: #666;
}
section.brands-filter .alphabet li{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 38px;
    color: #b2b2b2;
    overflow: hidden;
    box-shadow: 0 2px 1px rgba(0,0,0,0.08);
}
section.brands-filter .alphabet li a{
    display: block;
}
section.brands-filter .alphabet li a:hover{
    color: #fff;
    background: #ff8f24
}
section.brands-filter .section-title{
    float: none;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    padding: 35px 0 30px
}
section.brands-filter ul.popular-brand{
    margin-right: -17px
}
section.brands-filter ul.popular-brand li{
    display: inline-block;
    width: 178px;
    height: 223px;
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    vertical-align: top;
    margin: 0 13px 15px 0;
}
section.brands-filter ul.popular-brand li:hover{
    opacity: 0.8;
}
section.brands-filter ul.popular-brand li a{
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    /*text-shadow: 0px 0px 5px black;*/
}
section.brands-filter ul.popular-brand li.rusguard a,
section.brands-filter ul.popular-brand li.smartec a,
section.brands-filter ul.popular-brand li.bas-ip a,
section.brands-filter ul.popular-brand li.oxgard a,
section.brands-filter ul.popular-brand li.doorhan a,
section.brands-filter ul.popular-brand li.ironlogic a,
section.brands-filter ul.popular-brand li.garrett a,
section.brands-filter ul.popular-brand li.carddex a,
section.brands-filter ul.popular-brand li.garrett a,
section.brands-filter ul.popular-brand li.dormakaba a,
section.brands-filter ul.popular-brand li.aler a,
section.brands-filter ul.popular-brand li.eltis a,
section.brands-filter ul.popular-brand li.sigur a,
section.brands-filter ul.popular-brand li.tsifral a,
section.brands-filter ul.popular-brand li.vizit a,
section.brands-filter ul.popular-brand li.metakom a {
    color: #666;
}
section.brands-filter ul.popular-brand li a .img{
    display: block;
    padding-top: 25px;
    line-height: 160px;
    vertical-align: middle;
}

section.brands-filter ul.popular-brand li.rubezh{
    /*background: #004d8f;*/
    background: #737e8c;
}
section.brands-filter ul.popular-brand li.rvi{
    background: #0099da;
}
section.brands-filter ul.popular-brand li.sonar{
    /*background: #1d619c;*/
    background: #737e8c;
}
section.brands-filter ul.popular-brand li.pozhtekhkabel{
    background: #0659a4;
}
section.brands-filter ul.popular-brand li.axis{
    background: #ffcc33;
}
section.brands-filter ul.popular-brand li.inter-m{
    background: #ed1b2e;
}
section.brands-filter ul.popular-brand li.hikvision{
    background: #404040;
}
section.brands-filter ul.popular-brand li.perco{
    background: #12326f;
}
section.brands-filter ul.popular-brand li.strazh{
    /*background: #019ec9;*/
    background: #737e8c;
}
section.brands-filter ul.popular-brand li.r-layt{
    background: #ff6600;
}
section.brands-filter ul.popular-brand li.bolid{
    background: #046bae;
}
section.brands-filter ul.popular-brand li.came{
    background: #00acf0;
}

section.brands-list{
    background: #f4f5f7;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.08);
    overflow: hidden;
    padding-bottom: 50px;
}
section.brands-list .letter{
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #2d2d2d;
    padding: 20px 3px 15px
}
section.brands-list ul{
    margin-right: -15px
}
section.brands-list li{
    display: inline-block;
    width: 180px;
    height: 132px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    text-align: center;
    margin: 6px 12px 6px 0;
    vertical-align: top;
}
section.brands-list li a{
    font-size: 13px;
    font-weight: 700;
    color: #1e6bbd
}
section.brands-list li a .img{
    display: block;
    text-align: center;
    line-height: 90px;
    vertical-align: middle;
    padding-top: 5px;
}
section.brands-list li a .img img{
    max-width: 85%;
    max-height: 90px
}
section.brands-list li a:hover{
    color: #ff7d00
}





section.tagstolink{
   padding-bottom: 30px
}
section.tagstolink ul{
   clear: both;
}
section.tagstolink .section-title + ul {
   padding-top: 20px;
}
section.tagstolink li{
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px 10px 0;
  width: 219px;
}
section.tagstolink a{
   color: #1d6cbb;
   font-size: 14px;
   font-weight: 300
}
section.tagstolink ul.moreinfo{
    display: none
}



/***        catalog tree        ***/
section.catalog-tree{
    background: #fff;
    overflow: hidden;
}
section.catalog-tree h1{
    font-size: 27px;
    font-weight: 900;
}
section.catalog-tree .wrapper > ul{
    padding: 70px 0 0;
    margin-right: -10px;
}
section.catalog-tree .wrapper > ul > li{
    display: inline-block;
    position: relative;
    padding-left: 235px;
    width: 325px;
    vertical-align: top;
    padding-bottom: 60px;
    margin-right: 10px
}
section.catalog-tree .wrapper > ul > li > a{

}
section.catalog-tree li h3{
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    border-bottom: 2px solid #ff8f24;
    padding-bottom: 8px;
}
section.catalog-tree li .img{
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 175px;
    text-align: center;
    line-height: 240px;
    vertical-align: middle;
}
section.catalog-tree li .img img{
    max-width: 175px;
}
section.catalog-tree  li ul{
    padding: 8px 0;
}
section.catalog-tree li ul ul{
    padding-left: 10px;
}
section.catalog-tree li ul ul ul{
    display: block;
}
section.catalog-tree li li{
    padding: 3px 0;
}
section.catalog-tree li li a{
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #434343;
    text-decoration: underline;
}
section.catalog-tree li li li a{
    font-size: 13px;
}
section.catalog-tree li a:hover{
    color: #ff7d00
}
section.catalog-tree li .readmore{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -30px;
    width: 13px;
    height: 13px;
    background: url("../img/icons2.gif") -221px -100px no-repeat;
    background-size: 250px auto;
}
section.catalog-tree li .readmore:hover{
    opacity: 0.8;
}




.product-accessories{
        background: #fff;
}
.product-accessories .section-title{
    float: none !important;
    padding-bottom: 40px;
}
.product-accessories .product-list{
        background: url("../img/catalog-detail-block-top-bg.gif") center bottom no-repeat;
}
.product-accessories .product-list ul li{
    margin-right: 0
}
.catalog-tabs-menu ~ #accessories{
margin-top: -90px
}
.catalog-tabs-menu.fixed ~ #accessories{
margin-top: 0
}
.product-accessories#accessories {
padding-top: 50px;
}
.product-accessories#accessories .product-list{
padding-top: 0
}
.product-accessories#accessories .product-list .section-title{
padding-top: 50px;
}
.product-accessories .buttons{
    float: left;
    width: 238px;
    border: 1px solid #dcdcdc;
    clear: left;
    padding: 15px 0
}
.product-accessories .buttons span{
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    padding: 16px 20px;
    cursor: pointer;
    vertical-align: top;
}
.product-accessories .buttons span+span{
    border-top: 1px solid #dcdcdc;
}
.product-accessories .buttons span:hover, .product-accessories .buttons span.active{
    color: #ff7d00
}
.product-accessories .tab-content{
    margin-left: 250px;
}
.product-accessories .product-list ul{
    clear: none;
    margin-right: 0
}
.product-accessories .product-list ul li{
    float: left;
    border-radius: 0;
    width: 192px;
    height: 197px;
}
.product-accessories .product-list.with_buy .rating-stars{
    bottom: 52px
}
.product-accessories .product-list.with_buy .reviews{
    bottom: 44px;
}
.product-accessories .product-list.available ul li a:first-child:after{
    bottom: 53px
}
.product-accessories .product-list.with_buy .addtocart{
    bottom: 15px;
}
.product-accessories .product-list ul li+li{
    border-left: 1px solid #E6E6E6
}
.product-accessories .product-list ul li:nth-child(5){
    border-left: none
}
.product-accessories .product-list ul li:nth-child(4) ~ li{
    border-top: 1px solid #E6E6E6
}
.product-accessories .product-list ul li:hover{
    box-shadow: none !important;
}
.product-accessories .slider{
    overflow: visible;
    cursor: default;
}
.product-accessories .slider .slick-list{
    overflow: hidden;
}
.product-accessories .slick-prev, .product-accessories .slider .slick-next{
    top: 105px !important;
    left: -42px !important;
    width: 20px !important;
    height: 30px !important;
    background: url("../img/icons.png") -11px -948px no-repeat;
    opacity: 1 !important;
}
.product-accessories .slider .slick-next{
    left: auto !important;
    right: -42px !important;
    background-position: -123px -948px
}
.product-accessories .slider .slick-prev:hover{
    background-position: -47px -948px
}
.product-accessories .slider .slick-next:hover{
    background-position: -87px -948px
}
#catalogBox .pagination{
    display: block !important
}






/***        media query     ***/
@media all and (max-width: 1024px) {
    /***    Catalog detail      ***/
    .catalog-detail .images, .catalog-detail .detail{
        width: 443px;
    }
    .catalog-detail .detail .buttons .buy-one-click{
        width: 185px;
    }
    .catalog-detail .detail .buttons .addtocart{
        width: 227px;
    }
    .catalog-tabs-menu .tabs-nav li a{
        font-size: 14px;
        padding: 0 12px;
    }

    .catalog-detail-blocks #product_reviews .statistic{
        width: 600px
    }
    .catalog-detail-blocks #product_reviews .statistic li::after{
        left: 500px;
    }

    .catalog-detail-blocks #product_video .video-block{
        width: 453px;
    }
    .other-products .block ul li{
        margin: 0 13px 10px 0
    }
    .other-products .block ul li:nth-child(7), .other-products .block ul li:nth-child(8){
        display: none;
    }

    .catalog-detail-blocks #product_delivery .delivery li .img{
        width: 100px;
    }
    .catalog-detail-blocks #product_delivery .delivery li .title{
        width: auto;
        float: none;
    }
    .catalog-detail-blocks #product_delivery .delivery li .price-delivery{
        width: 180px;
    }
    .catalog-detail-blocks #product_delivery .payment > li{
        width: 170px;
        padding-right: 0;
    }


    /***        catalog list            ***/
    section.catalog article{
        width: 680px;
    }
    section.catalog article .panel{
        font-size: 13px
    }
    section.catalog article .panel .compare{
        width: 195px;
    }
    section.catalog article .panel .favorite{
        margin: 0 7px 0 5px;
    }
    section.catalog article .panel .sort .select{
        margin-left: 7px;
        width: 125px;
        font-size: 13px
    }
    section.catalog article .panel .compare form input[type="submit"]{
        padding: 0 4px;
    }
    #productlist .product {
        padding: 40px 225px 15px 160px;
        margin: 0;
    }
    #productlist .product .img{
        width: 160px;
        margin-left: -160px
    }
    #productlist .product .wr{
        width: 200px;
    }
    #productlist .product .add_to{
        left: 3px;
        font-size: 12px;
    }
    #productlist .product .add_to .to_favorite{
        padding-left: 14px;
    }
    #productlist .product .reviews{
        display: none;
    }

    /***        subcatalog       ***/
    section.subcatalog article{
        width: 670px;
    }
    section.catalog article ul.categories{
        margin-right: -42px;
    }
    section.catalog article ul.categories li{
        margin-right: 39px;
    }
    section.news ul{
        margin-right: -45px;
    }
    section.news li{
        margin-right: 45px
    }
    section.news li:last-child{
        display: none;
    }

    section.product-list ul.moreinfo li:nth-child(5){
        display: inline-block;
    }

    section.video ul{
        margin-right: -54px;
    }
    section.video li{
        padding-right: 46px;
    }
    section.video li:last-child{
        display: none;
    }

    /***        brands-list     ***/
    section.brands-filter ul.categories li{
        margin-right: 6px
    }
    section.brands-filter ul.popular-brand li{
        margin-right: 8px;
    }

    /***        catalog tree        ***/
    section.catalog-tree .wrapper > ul > li{
        width: 275px;
        margin-right: 0;
        padding-left: 195px;
    }
    section.catalog-tree li .img{
        width: 180px;
        left: 5px;
    }
    section.catalog-tree li .img img{
        max-width: 180px;
    }
}




.sale_banner{
    border-bottom: 30px solid #fff;
    text-align: center;
    background: #d22c1c;
}




.extfilters {
    padding: 10px 15px;
}
.extfilters .extfilter {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 5px;
    clear: both;
}
.extfilters .extfilter span.name {
    font-weight: 900;
    display: block;
    position: relative;
    text-indent:15px;
}

.extfilters .extfilter span.name:before {
    text-indent:0px;
    content: 'x';
    border: 1px solid #999;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    text-align: center;
    font-size: 9px;
    background: #FEFFD9;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.extfilters .extfilter span.values{
    clear: both;
}
.extfilters .extfilter span.values span {
    border: 1px dotted #DDD;
    border-radius: 5px;
    margin-right: 3px;
    padding-right: 18px;
    position: relative;
    float: left;
    padding-top: 0px;
    line-height: 15px;
    margin-top: 3px;
    cursor: pointer;
}
.extfilters .extfilter span.values span:after{
    content: 'x';
    border: 1px solid #999;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: block;
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    background: #FEFFD9;
    color: #000;
}

.cant-buy {
    background-color: #f8f9fa;
    color: #3b3b3c;
    height: 103px;
    line-height: 18px;
    text-align: center;
    padding: 28px 20px 0;
    font-size: 15px;
    font-weight: normal;
}
.detail .cant-buy {
    height: 120px;
    line-height: 26px;
    font-size: 22px;
}

.cant-buy hr {
    width: 100px;
    margin: 10px auto;
    border: none;
    color: rgba(195, 196, 198, 0.49);
    background-color: rgba(195, 196, 198, 0.49);
    height: 1px;
}
.cant-buy a {
    color: #000 !important;
    text-align: center;
    float: none !important;
    font-weight: bold;
}



.emptySection {
    margin: 50px 0;
    text-align: center;
}
.emptySection .level1 {
    font-size: 23px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 26px;
}
.emptySection .level2 {
    font-size: 16px;
    color: rgb(195, 196, 198);
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 100;
}
.emptySection hr {
    width: 370px;
    margin: 10px auto;
    border: none;
    color: rgba(195, 196, 198, 0.49);
    background-color: rgba(195, 196, 198, 0.49);
    height: 1px;
}
.emptySection .name a {
    color: #1e6bbd;
    font-size: 16px;
    font-weight: 600;
}

div.emptySection h2.section-title {
    height: 50px;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
    padding: 50px 0 0px;
    color: #4d4d4d;
    margin-top: 0;
}

div.emptySection .product-list ul {
    padding: 0;
    margin-right: -6px;
}

.SEOLanding {
    padding: 15px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #5b5b5b;
}
.SEOLanding ul{
    list-style: inside disc
}

.short_text_box .toggle {cursor: pointer; color: #1e6bbd}
.short_text_box span.toggle {padding-left: 10px;}
.short_text_box div.toggle {margin-top: 8px;}

.action-link.action_rvi{
    position: absolute;
    left: 0;
    bottom: 30px;
}
.catalog-detail .action-link.action_rvi{
    left: auto;
    right: 30px;
}




/***        pdf documentation       ***/

.pdf-tabs{
    margin-top: -1px
}
.pdf-tabs .tab {
    position: relative;
    float: left;
    width: 25%;
    height: 410px;
    padding: 25px 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dddfe0;
    color: #000;
    z-index: 1;
    overflow: hidden
}
.pdf-tabs .tab.active:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    bottom: -17px;
    left: 50%;
    margin-left: -16px;
    background: #fff;
    border-right: 1px solid #dddfe0;
    border-bottom: 1px solid #dddfe0;

    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    z-index: 2;
}
.pdf-tabs .tab + .tab{
    border-left: none
}
.pdf-tabs .tab div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.pdf-tabs .tab .title{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.pdf-tabs .tab .view {
    display: inline-block;
    width: 200px;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    border: 1px solid #1e6bbd4a;
    cursor: pointer;
    color: #1e6bbdb5;
    transition: 0.3s;
}
.pdf-tabs .tab .view:hover{
    border-color: #1e6bbd;
    color: #1e6bbd;
}
.pdf-tabs .tab a {
    font-size: 16px;
    font-weight : 500;
    color: #1e6bbd;
    line-height: 40px;
}
.pdf-tabs .tab .img {
    position: relative;
    display: block;
    height: 305px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    margin-top: 15px
}
.pdf-tabs .tab .img img{
    max-width: 100%
}
.pdf-tabs .tab:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -300px 250px -150px #fff
}
.pdf-tabs .tab .img img{
    max-width: 100%;
}
.pdf-tabs-content{
    clear: both;
    margin-bottom: 50px;
    border: 1px solid #dddfe0;
    position: relative;
    top: -1px
}
.pdf-tabs-content + .pdf-tabs{
    margin-top: -52px
}
.pdf-tabs + .pdf-tabs{
    position: relative;
    top: -1px
}
.pdf-tabs-content .tab-content{
    width: 1000px;
    margin: 0 auto;
    height: 990px;
    padding-top: 45px;
    position: relative;

}
.pdf-tabs-content .tab-content:after{
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    box-shadow: inset 0 -120px 80px -40px #fff
}


.pdf-tabs-content .viewport { width: 100%; height: 100%; overflow: hidden; position: relative; }
.pdf-tabs-content .overview { position: absolute; left: 0; top: 0; padding: 0; margin: 0; width: 100%}
.pdf-tabs-content .scrollbar{ background: #fff; position: absolute; width: 16px; top: 45px; right: -18px; z-index: 1;border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1; box-shadow: inset 0 1px 4px rgba(0,0,0,0.14); border-radius: 2px;opacity:0;transition: opacity 0.5s;padding: 16px 0}
.pdf-tabs-content .scrollbar{opacity: 1;}
.pdf-tabs-content .track {}
.pdf-tabs-content .thumb { background: #ff8e24; height: 38px; width: 14px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 1px;border-radius: 3px;box-shadow: 0 2px 3px rgba(0,0,0,0.26); margin: 16px 0}
.pdf-tabs-content .thumb:after{display: block;content:" "; position: absolute; left: 2px; right: 2px;top: 50%;margin-top: -5px;background: #fba757;height: 5px;border-top: 3px solid #fba757;border-bottom: 3px solid #fba757;box-shadow: inset 0 1px 0 0 #ff8e24, inset 0 -1px 0 0 #ff8e24 }
.pdf-tabs-content .thumb:hover{opacity: 0.8}
.pdf-tabs-content .disable { display: none; }
.pdf-tabs-content .track:before,
.pdf-tabs-content .track:after{
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    height: 15px;
    background: #f1f1f1 url("/bitrix/templates/shop/img/icons3.gif") 3px -131px no-repeat;
    border-radius: 1px 1px 0 0;
}
.pdf-tabs-content .track:after{
    top: auto;
    bottom: 1px;
    border-radius: 0 0 1px 1px;
    background-position: -11px -130px
}
.pdf-tabs-content .showmore.css{
    display: none;
}
.pdf-tabs-content .showmore.css+.pagination{
    display: block !important;
    border: none
}

.pdf-tabs-content #page-container{
    position: relative !important;
}
.pdf-tabs-content .hide-pdf{
    text-align: center;
    padding: 20px 0
}
.pdf-tabs-content .hide-pdf a{
    border-bottom: 1px dotted #1e6bbd;
    color: #1e6bbd
}
.pdf-tabs-content .hide-pdf a:hover{
    color: #ff7d00;
    border-color: #ff7d00
}

.catalog-detail-blocks .block.download .pdf-tabs-content .pagination li {
    display: inline-block;
    line-height: 36px;
    background: #f5f5f5;
    color: #c8c8c8;
    padding: 0 15px;
    min-width: 6px;
    border-radius: 4px;
}
.catalog-detail-blocks .block.download .pdf-tabs-content .pagination a {
    color: #7b7b7b;
    display: block;
    margin: 0 -15px;
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.catalog-detail-blocks .block.download .pdf-tabs-content .pagination a:hover {
    color: #c8c8c8
}



/***      page viewed products       ***/
section.viewed-block{
    padding: 0 0 50px 0 !important;
    background: #f3f4f6 !important
}
section.viewed-block .section-title{
    line-height: 90px !important;
}
section.viewed-block ul li{
    margin-bottom: 6px;
}
.section-description{
    padding: 30px 0 0 ;
    background: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #5b5b5b;
}
.section-description p{
    padding: 3px 0
}
.section-description ul{
    list-style: inside disc;
    padding: 5px 0
}
.section-description ol{
    list-style-position: inside
}
.section-description ul ul,
.section-description ul ol{
    margin: 5px 10px 10px
}
.section-description a:hover{
    color: #ff7d00
}
.section-description .toggle:hover{
    color: #ff7d00
}



/***    Sale        ***/

section.catalog.sale-catalog article{
    float: none;
    width: auto;
}
section.catalog.sale-catalog article h3{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0;
    text-transform: uppercase;
    color: #444;
    border-bottom: 4px solid #f1f1f1;
}
section.catalog.sale-catalog article ul{
    padding: 30px 0 10px
}
section.catalog.sale-top{
    padding: 0;
    margin: 0
}
section.catalog.sale-top h3{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0;
    text-transform: uppercase;
    color: #444;
}
section.catalog.sale-top .slider{
    border: 5px solid #ffdf2d;
    border-radius: 5px;
    padding: 25px 0;
    overflow: visible;
}
section.catalog.sale-top .slider .slick-list{
    overflow: hidden;
}
section.catalog.sale-top .slider ul{
    margin-right: 0
}
section.catalog.sale-top .slider li {
    width: 242px;
    border: none;
    border-left: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none
}
section.catalog.sale-top .slider .slick-prev, section.catalog.sale-top .slider .slick-next{
    top: 130px !important;
    left: -42px !important;
    width: 20px !important;
    height: 30px !important;
    background: url("/bitrix/templates/shop/css/../img/icons.png") -11px -948px no-repeat;
    opacity: 1 !important;
}
section.catalog.sale-top .slider .slick-next{
    left: auto !important;
    right: -42px !important;
    background-position: -123px -948px
}
section.catalog.sale-top .slider .slick-prev:hover{
    background-position: -47px -948px
}
section.catalog.sale-top .slider .slick-next:hover{
    background-position: -87px -948px
}
section.catalog.sale-top li .discount{
    position: absolute;
    left: 17px;
    top: 50px;
    display: inline-block;
    width: 65px;
    font-size: 16px;
    font-weight: 900;
    line-height: 35px;
    background: #fc3825;
    text-align: center;
    color: #fff
}
section.catalog.sale-top li .price{
    top: 200px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}
section.catalog.sale-top li .price.old{
    top: 182px;
    color: red;
    text-decoration: line-through;
}
section.catalog.sale-top li .price.old span{
    font-size: 14px;
    color: #444
}
section.catalog.sale-top .addtocart{
    bottom: 0 !important;
    line-height: 40px !important;
    font-size: 15px !important
}
.sale-text{
    color: #b7b7b7
}
.sale-text p{
    padding: 5px 0;
}

.fancybox-overlay .fancybox-wrap{
    width: 1000px !important;
    height: 800px !important;
}
.fancybox-overlay .fancybox-skin{
    height: 800px !important
}
.fancybox-overlay .fancybox-inner{
    text-align: center;
    width: 970px !important;
    height: 770px !important;
    line-height: 770px !important;
}
.fancybox-overlay .fancybox-inner img{
    display: inline-block;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}

@media all and (max-width: 1600px) {

   .fancybox-overlay .fancybox-wrap{
        width: 800px !important;
        height: 600px !important;
    }
    .fancybox-overlay .fancybox-skin{
        height: 600px !important
    }
    .fancybox-overlay .fancybox-inner{
        text-align: center;
        width: 770px !important;
        height: 570px !important;
        line-height: 570px !important;
    }
}

@media all and (max-width: 1400px) {

    .fancybox-overlay .fancybox-wrap{
        width: 600px !important;
        height: 400px !important;
    }
    .fancybox-overlay .fancybox-skin{
        height: 400px !important
    }
    .fancybox-overlay .fancybox-inner{
        text-align: center;
        width: 570px !important;
        height: 370px !important;
        line-height: 370px !important;
    }
}

@media all and (max-width: 650px) {

    .fancybox-overlay .fancybox-wrap{
        width: 310px !important;
        height: 310px !important;
    }
    .fancybox-overlay .fancybox-skin{
        height: 310px !important
    }
    .fancybox-overlay .fancybox-inner{
        text-align: center;
        width: 280px !important;
        height: 280px !important;
        line-height: 280px !important;
    }
}


.deliveryMaps{
    padding-bottom: 50px
}
.deliveryMaps table{
    width: 100%;
}
.deliveryMaps table td{
    border: 1px solid #efefef;
    text-align: center;
    line-height: 60px;
    color: #1d6cbb;
    cursor: pointer;
}
.deliveryMaps table td span{
    border-bottom: 1px dotted #1d6cbb
}
.deliveryMaps table td:hover span, .deliveryMaps table td.active span{
    border-color: #ff8f24;
    color: #ff8f24
}
#deliveryMaps{
    margin-top: 40px;
    height: 600px
}
#deliveryMaps #zoom-in, #deliveryMaps #zoom-out {
    width: 52px;
    height: 52px;
    background: #f28720;
    margin-top: 150px;
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    vertical-align: middle;
}
#deliveryMaps #zoom-out {
    margin-top: 5px;
}
#deliveryMaps #zoom-in:hover, #deliveryMaps #zoom-out:hover {
    opacity: 0.9
}



/***        mobile     ***/
@media all and (max-width: 650px) {
    section.breadcrumbs {
        background: #fff !important
    }

    .catalog-detail-blocks #product_description .content.short_text_box .toggle {
        line-height: 55px;
        border: 1px solid #e5e5e6;
        font-size: 13px;
        font-weight: 700;
        color: #4b4b4b;
    }

    .catalog-detail {
        background: #fff;
    }

    .catalog-detail .share {
        display: none;
    }

    .catalog-detail h1, section.catalog h1 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    span[data-name="catalog-count"] {
        display: none;
    }

    .catalog-detail .images, .catalog-detail .detail {
        float: none;
        width: auto;
        border: none;
        box-shadow: none;
        min-height: 0;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .catalog-detail .images .thumbs {
        left: 0;
        bottom: -5px
    }

    .catalog-detail .images .thumbs a {
        background: #fff;
    }

    .catalog-detail .detail .available .title, .catalog-detail .detail .payment .title, .catalog-detail .detail .delivery .title {
        font-weight: 700;
        margin: 0
    }

    .catalog-detail .detail .delivery .help-info span{
        left: -117px
    }
    .catalog-detail .detail .delivery .help-info span:after{
        left: 120px
    }

    .catalog-detail .detail .available {
        padding: 10px 0;
        margin: 0
    }

    .catalog-detail .detail .payment span {
        margin-right: 2px
    }

    .catalog-detail .images .bigimg {
        margin-top: 0;
        height: 200px;
        line-height: 200px;
    }

    .catalog-detail .images .bigimg img {
        max-height: 150px;
    }

    .catalog-detail .images .brand {
        top: 0;
    }

    .catalog-detail .images .brand img {
        max-width: 80px;
        max-height: 40px
    }

    .catalog-detail .detail .favorite_compare {
        text-align: center;
    }

    .catalog-detail .detail .prices .price[data-price] {
        float: none;
    }

    .catalog-detail .detail .bonus {
        padding: 0
    }

    .catalog-detail .detail .payment, .catalog-detail .detail .delivery {
        padding-left: 0
    }

    .catalog-detail-blocks .block {
        padding: 20px 0
    }

    .catalog-detail-blocks .block h2 {
        font-size: 15px;
        font-weight: 900;
        line-height: 24px;
        padding: 0 0 10px;
        height: auto;
    }

    .catalog-detail-blocks #product_description .content {
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px
    }

    .catalog-detail-blocks #product_reviews h2 {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 10px;
    }

    .catalog-detail-blocks #product_reviews .average_rating {
        padding: 0;
        font-size: 14px
    }

    .catalog-detail-blocks .block .button_description {
        clear: both;
        margin: 0;
        padding: 10px 0
    }

    .catalog-detail-blocks .block .wrap_add_button {
        padding: 10px 0
    }

    .catalog-detail-blocks .block .wrap_add_button .button_description {
        width: auto;
        font-size: 12px;
    }

    .catalog-detail-blocks .block .add_button {
        margin: 0;
        width: 310px;
    }

    .catalog-detail-blocks #product_reviews .comments li {
        padding: 10px 0;
    }

    .catalog-detail-blocks #product_reviews li .rate_answer {
        font-size: 13px;
        padding: 0 10px 0 0;
    }

    .catalog-detail-blocks #product_reviews .statistic {
        width: 200px;
        padding: 0 90px 0 0
    }

    .catalog-detail-blocks #product_reviews .statistic li span {
        left: -23px
    }

    .catalog-detail-blocks #product_reviews .statistic li::after {
        left: 210px
    }

    .catalog-detail-blocks #product_reviews li .author, .catalog-detail-blocks #product_reviews li time {
        padding: 0 10px;
    }

    .catalog-detail-blocks #product_reviews li .author, .catalog-detail-blocks #product_reviews li time {
        font-size: 11px
    }

    .catalog-detail-blocks #product_reviews li .title {
        font-size: 14px;
        line-height: 35px;
        padding: 0
    }

    .catalog-detail-blocks #product_reviews li .rating-stars {
        padding: 0;
    }

    .catalog-detail-blocks #product_reviews li .comment {
        font-size: 14px
    }

    .catalog-detail .detail .articul {
        display: none;
    }

    .catalog-detail .detail .user_rate {
        display: none;
    }

    .catalog-detail .detail .description {
        display: none;
    }

    .catalog-detail .detail .buttons .buy-one-click, .catalog-detail .detail .buttons .addtocart {
        display: block;
        width: auto;
        float: none;
        margin: 3px 0
    }

    .catalog-detail .detail .buttons .addtocart {
        background-position: 56px -305px
    }

    .catalog-detail-blocks #product_specifications dt {
        width: auto;
        padding-right: 15px !important;
        padding-left: 10px !important;
        font-size: 12px;
    }

    .catalog-detail-blocks #product_specifications dd {
        font-weight: 500;
        padding-left: 15px;
        font-size: 12px;
    }

    .catalog-detail-blocks #product_video .video-block {
        padding-left: 0;
        width: 100%
    }

    .catalog-detail-blocks #product_video .video-block iframe {
        height: 200px !important
    }

    .catalog-detail-blocks #product_video .video-block .title {
        padding: 5px 14px 25px;
    }

    .other-products .block .list_link ul li{
        width: 90%
    }

    .catalog-tabs-menu {
        background: #f3f4f6;
        border: none
    }

    .catalog-tabs-menu .tabs-nav {
        height: auto;
        padding: 40px 0
    }

    .catalog-tabs-menu.fixed {
        position: static;
    }

    .catalog-tabs-menu .tabs-nav li {
        float: none !important;
        padding-bottom: 5px;
        position: relative;
    }

    .catalog-tabs-menu .tabs-nav li:after {
        display: block;
        content: " ";
        position: absolute;
        right: 12px;
        top: 15px;
        width: 25px;
        height: 24px;
        background: url("../img/mobile-icons.gif") -115px 0 no-repeat;
    }

    .catalog-tabs-menu .tabs-nav li a, .catalog-tabs-menu .tabs-nav li a {
        display: block;
        border: none !important;
        text-align: left;
        padding-left: 20px;
        line-height: 48px;
        background: #fff !important;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 500;
        color: #585858
    }

    .catalog-tabs-menu .tabs-nav li a.delivery {
        position: relative;
        margin-top: 0;
        color: #585858 !important;
        transition: background 0.3s;
    }

    .catalog-tabs-menu .tabs-nav li a.delivery:after {
        display: block;
        content: " ";
        position: absolute;
        left: 12px;
        top: 15px;
        width: 25px;
        height: 24px;
        background: url("../img/mobile-icons.gif") -80px -37px no-repeat;
    }

    .other-products .block {
        padding-bottom: 30px
    }

    .other-products .block h4 {
        font-size: 15px;
        font-weight: 900;
        line-height: 24px;
        height: auto;
        padding: 0 0 10px;
        text-transform: none;
    }
    .other-products .block ul li a .title{
        opacity: 1 !important;
        background: rgba(0,0,0,0.5) !important;
        visibility: visible !important;
    }
    .other-products .block.noimg ul li .title{
        background: #fff !important;
        color: #000 !important;
    }
    .other-products .block + .block ul li .title{
        display: none;
    }
    .other-products .block ul li a:hover{
        box-shadow: none;
    }

    .product-accessories .buttons {
        margin: 0;
        border: none;
        width: 100%
    }

    .product-accessories .buttons span {
        margin: 0;
        padding: 5px;
        font-size: 13px;
    }
    .product-accessories .tab-content{
        margin-left: 0
    }
    .product-accessories .product-list ul{
        clear: both;
    }


    .catalog-detail-blocks #product_delivery .delivery {
        font-size: 13px
    }

    .catalog-detail-blocks #product_delivery h2, .catalog-detail-blocks #product_delivery p + h2 {
        font-size: 20px;
        font-weight: 700
    }

    .catalog-detail-blocks #product_delivery p + h2 {
        padding: 20px 0;
        background-position: center 0;
    }

    .catalog-detail-blocks #product_delivery h4 {
        font-size: 16px;
        font-weight: 700
    }

    .catalog-detail-blocks #product_delivery .payment > li {
        width: 220px;
        font-size: 13px;
    }

    .catalog-detail-blocks #product_delivery .payment li ul {
        padding: 10px 0 20px
    }

    .catalog-detail-blocks #product_delivery .delivery {
        padding-bottom: 15px;
    }

    .catalog-detail-blocks #product_delivery .delivery li {
        height: auto;
    }

    .catalog-detail-blocks #product_delivery .delivery li .title {
        padding-right: 5px;
    }

    .catalog-detail-blocks #product_delivery .delivery li .days, .catalog-detail-blocks #product_delivery .delivery li .price-delivery {
        float: none;
        display: block;
        width: auto;
        border: none;
        text-align: left;
        padding-left: 5px;
    }

    .catalog-detail-blocks #product_delivery {
        font-size: 12px;
    }

    .catalog-detail-blocks #product_delivery .delivery li .img {
        width: 90px;
        padding-right: 5px;
    }
    .catalog-detail-blocks #product_specifications dl dt{
        width: auto
    }

    /***        catalog-list        ***/
    section.catalog article {
        float: none;
        width: auto
    }

    section.catalog article .panel .compare,
    section.catalog article .panel .favorite,
    section.catalog article .panel .view,
    #productlist .product .description,
    #productlist .product .paid-variant,
    #productlist .product .fulltitle,
    #productlist .product .articul,
    #productlist .product .prices li[data-price="0"],
    #productlist .product .stores .sklad,
    section.catalog .print_page {
        display: none;
    }

    section.catalog article .panel {
        padding: 0;
    }

    section.catalog article .panel .sort {
        float: none;
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.14);
        border: 1px solid #eaeaea;
        border-radius: 3px;
        padding-left: 14px
    }

    section.catalog article .panel .sort .select {
        border: none;
        box-shadow: none;
        float: right;
        width: 170px;
        margin-left: 0
    }

    section.catalog article .panel .sort div.input.select ul {
        top: 45px;
        padding-top: 0;
        line-height: 36px
    }

    #productlist .product {
        padding: 40px 0 60px;
        min-height: 135px;
        border: none
    }

    #productlist .product ~ .product {
        box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.12);
    }

    #productlist .product .img {
        margin: 0;
        width: 95px;
        height: 95px;
        line-height: 95px;
    }

    #productlist .product .img img {
        max-width: 80px;
        max-height: 80px;
    }

    #productlist .product .title {
        float: right;
        width: 195px;
    }

    #productlist .product .reviews {
        float: right;
        display: block;
        width: 123px;
        margin-top: -19px;
        font-size: 0;
        color: transparent
    }

    #productlist .product .reviews a:first-child b {
        color: #1e6bbd;
        font-size: 12px;
    }

    #productlist .product .rating-stars {
        float: right;
        width: 195px
    }

    #productlist .product .stores {
        clear: both;
        border-bottom: 1px dashed #dfdfdf;
        padding: 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 34px;
    }

    #productlist .product .stores .dotes span {
        width: 10px;
        height: 10px
    }

    #productlist .product .wr {
        width: 195px;
        float: right;
        position: static;
        padding-top: 0
    }

    #productlist .product .prices {
        padding-bottom: 15px
    }

    #productlist .product .prices li {
        line-height: 27px;
        border: none !important
    }

    #productlist .product .buy {
        width: 95px;
        bottom: 10px;
    }
    #productlist.icon {
        margin-right: 0;
        padding: 0;
    }
    #productlist.icon .product {
        padding: 40px 0 60px;
        border: none;
        margin-right: 0;
        width: initial;
        display: block;
        margin-bottom: 0;
    }
    #productlist.icon .product .img {
        margin: 0;
        width: 95px;
        height: 95px;
        line-height: 95px;
        float: left;
    }
    #productlist.icon .product .title {
        position: relative;
        top: 0;
        left: 0;
    }
    #productlist.icon .product .wr {
        width: 195px;
        float: right;
        position: static;
        padding: 0;
    }
    #productlist.icon .product .buy {
        position: absolute;
        bottom: 10px;
    }
    #productlist.icon .product .add_to {
        position: absolute;
    }
    #productlist.icon .product .add_to span {
        margin-left: 0px;
        font-size: 12px;
        text-decoration: none;
    }
    #productlist.icon .product .stores {
        line-height: 34px;
    }

    #productlist .buttons-count-select, #productlist.icon .product .buttons-count-select {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    #productlist .product .prices span {
        font-size: 15px !important;
        vertical-align: top;
    }

    #productlist .product .add_to {
        bottom: inherit;
        top: 5px;
    }

    .catalog-detail .detail .buttons {
        display: block;
        text-align: center;
    }

    .catalog-detail .detail .buttons-count-select input[type="text"] {
        width: 120px;
    }

    #productlist .product .buttons-count-select input[type="text"] {
        width: 60px;
    }

    section.catalog aside {
        display: none;
        position: absolute;
        left: 0;
        right: 35%;
        top: 0;
        width: auto;
        box-shadow: 0 1500px 0 0 #fff, 0 800px 0 0 #fff, 3px 3px 10px -5px rgba(112, 112, 112, 0.5), 0 0 0 1500px rgba(0, 0, 0, 0.3);
        background: #fff;
        z-index: 777;
        font-size: 12px;
        line-height: 14px !important;
    }

    body.show-aside section.catalog aside {
        display: block !important;
    }

    section.catalog aside .filter .block li {
        padding: 5px 0
    }

    section.catalog aside .filter label {
        font-weight: 300
    }

    section.catalog aside .filter .name, section.catalog aside nav ul li strong {
        padding: 6px 20px 6px 0;
        font-weight: 500
    }

    section.catalog article #catalogBox + .panel {
        display: none;
    }

    .show-aside-button {
        position: relative;
        line-height: 48px;
        background: #ff8f24;
        margin-bottom: 4px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .show-aside-button:after {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 14px;
        right: 5px;
        background: url("../img/mobile-icons.gif") 0 -18px no-repeat;
    }

    .show-aside-button:hover {
        opacity: 0.8;
    }

    .resultFind {
        display: block;
        width: auto;
        position: relative !important;
        top: 50px !important;
        background: none;
        color: transparent;
        margin: 0 0 -44px !important;
        padding: 0;
        font-size: 0;
        line-height: 0
    }

    .resultFind span {
        margin: 0;
        display: block;
        line-height: 42px;
        padding: 0;
        text-align: center;
    }

    .resultFind:after {
        display: none;
        content: " ";
        position: absolute;
        top: -12px;
        left: 6px;
        border: 6px solid transparent;
        border-bottom-color: rgba(63, 63, 63, 0.86);
    }

    /***        brands-list     ***/
    section.brands-filter h1 {
        font-weight: 700;
        font-size: 16px
    }

    section.brands-filter {
        overflow: visible;
        padding: 0
    }

    section.brands-filter .section-title,
    section.brands-filter ul.popular-brand {
        display: none;
    }

    section.brands-filter ul.categories, section.brands-filter .alphabet {
        position: relative;
        display: block;
        height: 41px;
        border: 1px solid #dcdcdc;
        border-radius: 1px;
        padding: 5px 0 0;
        margin: 15px 0 10px
    }

    section.brands-filter ul.categories:after, section.brands-filter .alphabet:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        background: #f0f0f0 url("../img/mobile-icons.gif") -27px 19px no-repeat;
        z-index: 2;
    }

    section.brands-filter ul.categories:hover:after, section.brands-filter .alphabet:hover:after {
        display: none;
    }

    section.brands-filter ul.categories li, section.brands-filter .alphabet li {
        position: relative;
        z-index: 1;
        padding: 0 0 0 10px;
        display: none;
        margin: 0;
        width: auto;
        line-height: 36px;
        background: #fff;
        box-shadow: none !important;
        border: none;
        text-align: left;
        border-radius: 0
    }

    section.brands-filter ul.categories li.active, section.brands-filter ul.categories:hover li,
    section.brands-filter .alphabet ul:first-child li:first-child, section.brands-filter .alphabet:hover li {
        display: block;
    }

    section.brands-filter ul.categories:hover li.active a, section.brands-filter .alphabet:hover li.active a {
        font-weight: 700;
    }

    section.brands-filter ul.categories:hover li, section.brands-filter .alphabet:hover li {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16) !important;
        z-index: 3;
    }

    section.brands-filter ul.categories li a, section.brands-filter .alphabet li a {
        font-size: 14px;
        font-weight: 500;
        color: #585858 !important;
        background: #fff !important;
    }

    section.brands-filter .alphabet {
        position: absolute;
        right: 0;
        float: right;
        width: 100px;
        margin: 0;
        height: auto;
        min-height: 41px;
        background: #fff;
        max-height: 250px;
    }

    section.brands-filter .alphabet:hover {
        overflow-y: scroll;
    }

    section.brands-filter .filter-top-menu {
        position: relative;
        background: #f0f0f0;
        padding: 12px 0;
        margin-top: 15px;
    }

    section.brands-filter .filter-top-menu.fixed {
        position: fixed;
        width: inherit;
        top: 0;
        margin-top: 0
    }

    section.brands-filter .filter-top-menu form {
        position: relative;
        width: 190px
    }

    section.brands-filter .filter-top-menu form input[type="text"] {
        display: block;
        width: 178px;
        position: relative;
        height: 41px;
        border: 1px solid #dcdcdc;
        border-radius: 1px;
        padding: 5px 0 0;
        margin: 0;
        padding-left: 10px;
    }

    section.brands-filter .filter-top-menu form input[type="submit"] {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        position: absolute;
        right: 1px;
        top: 1px;
        background: #f0f0f0 url("../img/mobile-icons.gif") -27px -13px no-repeat;
        border: none;
        cursor: pointer;
        z-index: 2;
    }

    section.brands-filter h1 {
        font-size: 16px;
        font-weight: 700;
        color: #585858
    }

    section.brands-list {
        clear: both;
    }

    section.brands-list .letter {
        line-height: 33px;
        background: #f0f0f0;
        padding: 0 8px;
        font-size: 20px;
        color: #585858
    }

    section.brands-list {
        background: #fff;
        padding-top: 25px;
    }

    section.brands-list li {
        display: block;
        width: auto;
        height: 45px;
        text-align: left;
        line-height: 45px;
        box-shadow: none;
        margin: 0;
    }

    section.brands-list li + li {
        border-top: 1px solid #f9f9f9;
    }

    section.brands-list li a {
        display: block;
        font-size: 12px;
        font-weight: 500
    }

    section.brands-list li a .img {
        float: left;
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px 0 0
    }

    section.brands-list li a .img img {
        max-height: 100%;
        max-width: 80%;
        vertical-align: middle
    }

    /*      subcatalog      */
    section.subcatalog aside {
        display: block;
        position: static;
        box-shadow: none;
    }

    section.catalog article .info-blocks a {
        float: none;
        width: 100%;
        margin: 5px 0
    }

    section.subcatalog article ul.categories {
        display: none;
    }

    section.subcatalog aside nav {
        padding: 0;
        margin-top: 15px;
    }

    section.subcatalog aside nav ul li strong, section.subcatalog aside nav ul li strong a {
        font-weight: 300;
        color: #000
    }

    section.subcatalog aside nav ul li.active {
        background: #f6f6f8
    }

    section.subcatalog aside nav ul li.active.empty {
        background: #fff
    }

    section.subcatalog aside nav ul li.active .block a {
        color: #4d4d4d
    }

    section.subcatalog aside nav ul li.active .block a:hover {
        color: #ff7d00
    }

    section.catalog aside nav ul li.active .block {
        padding: 10px 15px;
        margin: 0 -15px -10px;
        background: #fff;
        border-top: 1px solid #e6e6e6
    }

    section.catalog.subcatalog .show-aside-button {
        display: none !important
    }

    section.news {
        padding-bottom: 30px;
    }

    section.news .wrapper {
        position: relative;
        padding-bottom: 55px;
    }

    section.news li {
        display: block;
        height: 68px;
        width: auto !important;
        padding: 7px 0 0 109px;
        background: none;
        position: relative;
    }

    section.news li + li {
        border-top: 1px solid #f8f8fa
    }

    section.news li img {
        max-width: 96px;
        max-height: 58px;
        width: auto !important;
        min-width: 40px !important;
        position: absolute;
        left: 0;
        top: 7px;
    }

    section.news li div {
        background: none;
        position: relative;
        width: auto;
        height: 61px;
        min-height: 61px;
        line-height: 61px !important;
        padding-top: 0 !important;
    }

    section.news li div h4 {
        display: inline-block;
        font-size: 12px;
        line-height: 15px;
        color: #585858;
        font-weight: 700;
        vertical-align: middle;
    }

    section.news li a {
        color: inherit;
    }

    section.news li b, section.news li span {
        display: none !important;
    }

    body section.popular {
        padding: 20px 0;
    }

    section.popular ul.links {
        float: none !important;
        padding-bottom: 15px;
        margin: 0 !important;
        clear: both !important;
    }

    section.popular .categories {
        float: none;
        padding: 0 0 15px;
        margin: 0 !important;
    }

    section.popular .categories li, section.popular ul.links li {
        display: block !important;
        width: auto !important;
        float: none !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 58px !important;
        border-radius: 2px;
        padding-left: 0 !important;
    }

    section.popular .categories li:nth-child(2) ~ li {
        display: none !important
    }

    section.popular .categories li:nth-child(2) ~ li.show {
        display: block !important
    }

    section.popular ul.links li a {
        display: block;
        position: relative;
        height: 103px;
        background: #fff;
        margin-bottom: 14px;
        line-height: 103px;
        border-radius: 5px;
        transition: box-shadow 0.5s;
        overflow: hidden;
    }

    section.popular .categories li a, section.popular ul.links li a {
        height: 58px !important;
        line-height: 58px !important;
        text-align: left;
        padding-left: 10px;
        width: auto !important;
    }

    section.popular ul.links li a {
        text-decoration: none !important;
    }

    section.popular .categories li a:hover, section.popular ul.links li a:hover {
        box-shadow: none !important;
    }

    section.popular .categories li img {
        max-width: 60px !important;
        max-height: 50px !important;
    }

    section.popular .categories li .title, section.popular ul.links li a {
        line-height: 58px !important;
        padding: 0 0 0 75px !important;
        width: auto !important;
        right: 0;
        opacity: 1 !important;
        color: #4d4d4d !important;
        background: none !important;
        visibility: visible !important;
    }

    section.popular ul.links li a {
        background: #fff !important;
        font-weight: 500 !important;
    }

    section.popular ul.links + .showmorepopcats {
        margin-bottom: 20px
    }

    section.popular ul.links + .showmorepopcats.hide {
        display: none !important
    }

    body section.popular .brands {
        margin-right: 0
    }

    body section.popular .brands li {
        float: none;
        display: inline;
        margin: 0;
        width: auto;
        height: auto;
    }

    section.popular .brands li:nth-child(4) ~ li {
        display: none;
    }

    section.popular .brands li a:hover {
        box-shadow: none !important
    }

    body section.popular .brands li a {
        display: inline-block;
        width: 146px;
        height: 58px !important;
        line-height: 58px !important;
        margin: 0 7px 7px 0;
    }

    body section.popular .brands li .title {
        padding: 5px 0;
        line-height: 48px !important;
        display: none !important;
    }

    section.popular h2.section-title:first-child {
        display: none;
    }

    section.popular ul.categories + .showmorepopcats {
        margin: 0 0 20px
    }

    section.popular ul.categories + .showmorepopcats.hide {
        display: none !important
    }

    section.catalog-tree h1 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    section.catalog-tree li .img {
        display: none;
    }

    section.catalog-tree .wrapper > ul {
        padding-top: 0;
        margin: 0
    }

    section.catalog-tree .wrapper > ul > li {
        width: 100%;
        padding: 0 0 20px
    }

    section.catalog-tree li h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }

    .subcatalog.brand .about-brand {
        padding: 20px 0;
        font-size: 14px;
    }

    .subcatalog.brand .about-brand .img {
        top: -75px
    }

    .subcatalog.brand .about-brand p {
        padding: 5px 0;
    }

    .sale_banner {
        border-bottom-width: 20px;
    }

    .sale_banner img {
        width: 100%;
    }

    section.catalog.sale-top h3 {
        font-size: 18px;
    }

    section.catalog.sale-catalog article h3 {
        font-size: 16px;
        text-transform: none;
        padding: 20px 0
    }
    section.catalog.sale-top .slider{
        margin: 0 -5px;
        padding: 15px 0;
    }
    section.catalog.sale-top .slider li{
        width: 220px;
    }
    section.subcatalog.sale-catalog article ul.categories{
        display: block;
        margin-right: -12px
    }
    section.subcatalog.sale-catalog article ul.categories li{
        width: 149px;
        padding-bottom: 20px;
        margin-right: 10px;
    }
    section.catalog article ul.categories li a:hover .img img{
        opacity: 1;
    }
    section.catalog article ul.categories li a:hover .img:after{
        display: none;
    }
    section.catalog article ul.categories li .img img{
        max-width: 90%;
        max-height: 130px
    }
    .catalog-detail-blocks #product_specifications dl dd{
        padding-left: 15px;
    }
    .catalog-detail-blocks #product_specifications dl dd .allItemsOfLanding{
        display: none
    }
}

section.catalog-top-slider{
    background: #fff;
    height: 190px;
    text-align: center;
    overflow: hidden
}
section.catalog-top-slider li{
    float: left;
    width: 100%
}
section.catalog-top-slider .slick-dots{
    clear: both;
    padding-top: 10px;
}
section.catalog-top-slider .slick-dots li{
    display: inline;
    float: none;
    width: auto;
    padding: 0 2px;
}
section.catalog-top-slider .slick-dots li button{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    background: #efefef;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none
}
section.catalog-top-slider .slick-dots li button:hover, section.catalog-top-slider .slick-dots li.slick-active button{
    background: #ff9026
}





.sale_sticker{position: absolute;left: 0;top: 36px;}
.sale_sticker img{width: 100px;}
.sale_sticker b{color: #fff;text-align: center;position: absolute;left:0;
    width: 75px;
    top: 18px;
    font-size: 20px;}




.sticker-action-ivepr{position: absolute;left: 10px;top: 140px;}
.sticker-action-cw2018{position: absolute;left: 85px;top: 10px;}
.sticker-action-cw2018 img{width: 100px;}
.sticker-action-cw2018 b{color: #fff;text-align: center;position: absolute;left:0;
    width: 75px;
    top: 18px;
    font-size: 20px;}
.allItemsOfLanding a{
    line-height: 14px;
    display: inline-block
}

.price-form-request {
    padding: 15px 0;
}

.price-form-request__text {
    font-size: 18px;
    line-height: 22px;
}

.price-form-request__button {
    margin: 15px 0 0 0;
    padding: 10px 25px;
    color: #ffffff;
    background: #ff7d00;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-fancy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    background: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-fancy-wrapper {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 32%);
    max-width: 640px;
    min-width: 320px;
}

.form-fancy-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    font-weight: 900;
    color: #2d2d2d;
    cursor: pointer;
    padding-right: 20px;
    background: url(/bitrix/templates/shop/img/icons-svg/cross.svg) 0 0 no-repeat;
    background-size: 15px auto;
    padding: 0;
}

.form-price-request {
    padding: 50px 20px 30px 20px;
}

.form-price-request__name {
    font-size: 16px;
    padding-bottom: 10px;
}

.form-price-request__submit {
    margin: 15px 0 0 0;
    padding: 10px 25px;
    color: #ffffff;
    background: #ff7d00;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-price-request__block {
    padding: 5px 0;
    display: flex;
}

.form-price-request__block_captcha {
    display: flex;
    padding: 5px 0;
}

.form-price-request__block_captcha .form-price-request__input {
    margin-left: 5px;
}

@media all and (max-width: 650px){
    .form-price-request__block_captcha {
        flex-wrap: wrap;
    }

    .form-price-request__block_captcha .form-price-request__input {
        width: 100%;
        padding: 5px 0;
        margin: 5px 0;
    }
}

.form-price-request__label {
    padding-right: 5px;
    width: 135px;
}

.form-price-request__label100 {
    padding-left: 5px;
    flex-grow: 1;
    line-height: 14px;
}

.form-price-request__input {
    border-radius: 2px;
    border: 1px solid #999999;
    padding: 2px 5px;
    flex-grow: 1;
}

.form-price-required {
    color: #dd0000;
}

.form-price-request__errors {
    color: #dd0000;
}

.form-fancy-padding {
    padding: 50px 20px 30px 20px;
}

.form-fancy-padding h1 {
    padding-bottom: 15px;
}

#productlist .price-form-request__text {
    font-size: 14px;
    line-height: 19px;
}

.price-form-request-catalog {
    padding: 15px 0;
}

.price-form-request-catalog__text {
    font-size: 14px;
    line-height: 22px;
}

.price-form-request-catalog__button {
    margin: 15px 0 0 0;
    padding: 10px 25px;
    color: #ffffff;
    background: #ff7d00;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}