.voprosy_item {
    margin: 20px 0 40px 0;
    padding: 10px;
    background: #ccc;
}

#dealers.page-content,
#voprosy.page-content {
    padding-top: 10px;
}

.backwrp h2 {
    font-size: 14pt !important;
    margin-top: 10px;
}

html.modal-open{
    overflow: hidden;
}

@media screen and (min-width:992px){
    html.modal-open, html.modal-open .header{
        padding-right: 17px;
    }     
}

.popup-buy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51,51,51,0.5);
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup-buy.active{
    display: block;
}

.popup-buy-content{
    position: absolute;
    top: 0;
    left: 60px;
    right: 60px;
    margin: 50px auto;
    max-width: 960px;
    background: #e6e6e6;
    padding: 9px 0;
}

.popup-buy-content .popup-close{
    position: absolute;
    top: 1px;
    right: -43px;
    width: 24px;
    height: 24px;
    background: url(../../../upload/frontend/popup_close_icon.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.popup-logo{
    background: #303030;
    padding: 5px 10px;
}

.popup-logo img{
    max-width: 100%;
}

.popup-product{
    margin: 14px 0;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-product .img{
    width: 120px;
    height: 120px;
}

.popup-product .img img{
    border: 1px solid #c0cfda;
    border-radius: 3px;
    padding: 4px;    
    max-width: 100%;
    max-height: 100%;
}

.popup-product .name,
.popup-product .price{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.popup-product .name{
    margin: 0 14px;
    width: 50%;
}

.popup-product .price{
    width: 25%;
}

.popup-tab-switch{
    background: #707375;
    padding: 16px 100px 0;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 0 0 #707375;
}

.popup-tab-switch .tab-btn{
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px 18px;
    font-size: 21.34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.popup-tab-switch .tab-btn.active{
    color: #242730;
    background-color: #fff;
}

.popup-tabs .tab{
    display: none;
}

.popup-tabs .tab.active{
    display: block;
}

.popup-order{
    padding-top: 10px;
    margin: 0 18px;
}

.popup-order .order-item{
    display: flex;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin-bottom: 20px;
    background: #fff;
    padding: 9px 108px;
    height: 85px;
    align-items: center;
    justify-content: space-between;
}

.popup-order .order-item:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: -20px;
    right: -20px;
    height: 1px;
    background: #d5d5d5;
}

.popup-order .order-item .img{
    margin-right: 20px;
}

.popup-order .order-item .img img{
    max-width: 100%;
}

.popup-order .order-item .btn2{
    display: block;
    width: 100%;
    background-color: #707375;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 60px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.popup-buy .dealers__filter{
    display: none!important;
}

.popup-buy .container{
    width: 100%!important;
}

.popup-buy .dealers__cards {
    margin-top: 28px;
}

@media screen and (max-width:992px){
    .popup-product, .popup-tab-switch, .popup-order .order-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .popup-product .name, .popup-product .price{
        font-size: 25px;
    }
}

@media screen and (max-width:700px){  
    
    .popup-buy-content{
        left: 0;
        right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .popup-buy-content .popup-close{
        top: 18px;
        right: 10px;
    }
    
    .popup-product{
        flex-wrap:wrap; 
    }
    
    .popup-product .img{
        margin-bottom: 10px;
    }
    
    .popup-product .img,
    .popup-product .name, 
    .popup-product .price{
        width: 100%;
        text-align: center;
        
    }

}

@media screen and (max-width:400px){  

    
    
    .popup-tab-switch .tab-btn{
        font-size: 16px;
    }
    
    .popup-order .order-item{
        flex-wrap: wrap;
        height: auto;
    }
    
    .popup-order .order-item > div{
        width: 100%;
    }
    
    .popup-order .order-item .img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .popup-order .order-item .btn2{
        padding-left: 20px;
        padding-right: 20px;
    }

}


.itemVideoSlider #mCSB_1_scrollbar_horizontal {
    background: #e8e8e8;
    height: 18px;
}

.itemVideoSlider #mCSB_1_dragger_horizontal {
    background: #474747;
    height: 18px;
}

.itemVideoSlider .mCS-dark-thick {
    overflow: hidden;
}

.stikker{
    z-index: 100;
    display: flex;
    padding: 7px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #3A3A3A;

}
.stikker.novinka{
    background: white;
    color: #3A3A3A;

}
.stikker.best{

    border: solid 1px white;
    color: white;
}

.stikker.sale,
.stikker.black-friday {
    background: #CA0018;
    border: none;
    color: #FFFFFF;
}
.stikker.black-friday {
    color: #fff;
    background: #050505;
    font-size: 13px;
    font-weight: bold;
}

.stikker:nth-child(3){
    display: none;
}
.block_stikker{
    width: 100%;
    top: 10px;
    left: 28px;
    position: absolute;
    z-index: 100;
    display: flex;
    gap: 10px;
}
@media (max-width: 450px) {
    .new-index__catalog-list .block_stikker{
        top: 0;
        left: 0;

    }
}
.new-catalog-sect__list .block_stikker{
    width: initial;
    left: initial;
    right: 13px;
}

.new-index__catalog-item{
    position: relative;
}
.new-catalog-sect__list-item{
    position: relative;
}
.block_stikker_right{
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 100;
    display: flex;
    gap: 10px;
}
.new-detail__title-slider{
    position: relative;
}

@media (max-width: 450px) {
    .anal_tovar .block_stikker .stikker:nth-child(2){
        display: none;
    }
    .new-index__catalog-list .block_stikker .stikker:nth-child(2){
        display: none;
    }
}
.base__price{
    color: #999;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    text-decoration: line-through;
    margin-left: 15px;
}
.new-catalog-sect__list-price{
    font-family: Montserrat;

}
.new-catalog-sect__list-price .base__price{
    font-family: Montserrat;

}
.new-detail__title-price.new-detail-text-16{
    font-family: Helvetica;

}
.new-detail__title-wrapper .base__price{
    font-family: Helvetica;

}
.new-detail__title-price.new-detail-text-16{
    font-size: 20px;
}
.new-detail__title-wrapper .base__price{
    font-size: 19px;

}

.new-catalog-sect__filters-form__left-item-content{
    z-index: 500;
}
.new-catalog-sect__filters-compare__modal{
    z-index: 500;
}

