
    .pb-sdk-pos-credit .checkbox__input---3c1sl {
    position:absolute !important;
    }
    .dm-overlay {
        position: fixed;
        top: 6%;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        display: none;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    /* активируем модальное окно */
    
    .dm-overlay:target {
        display: block;
    
    }
    /* блочная таблица */
    
    .dm-table {
        display: table;
        width: 100%;
        height: 100%;
    }
    /* ячейка блочной таблицы */
    
    .dm-cell {
        display: table-cell;
        padding: 0 1em;
        vertical-align: middle;
        text-align: center;
    }
    /* модальный блок */
    
    .dm-modal {
        display: inline-block;
        padding: 1px;
    
    }
    
    .closezz {
        z-index: 9999;
        float: right;
        width: 30px;
        height: 30px;
        color: #cfd8dc;
        text-align: center;
        text-decoration: none;
        line-height: 26px;
    }
    .closezz:after {
        display: block;
        border: 2px solid #cfd8dc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: 'X';
        transform: scale(0.85);
    }
    /* кнопка закрытия при наведении */
    
    .closezz:hover:after {
        border-color: #fff;
        color: black;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    /* движуха при появлении блоков с содержанием */
    
    
    
    .navbar {
        overflow: hidden;
        font-size:13px;
        z-index:10;
    }
    
    .navbar a {
        float: left;
        text-align: center;
        text-decoration: none;
    }
    
    .dropdown {
        float: left;
        overflow: hidden;
    }
    
    .dropdown .dropbtn {
        
            background: #ffffff00 !important;
        border: none;
        font-size:13px;
        letter-spacing:1px;
        font-weight:500;
        outline: none;
        color:#ff6000;
        margin: 0;
    }
    
    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    }
    
    .dropdown-content {
        display: none;
        z-index: 10;
        text-align: center;
        margin-top:2px;
        position:absolute;
        background:white;
        min-width:210px;
        width:270px;
        padding: 6px 6px;
        vertical-align:top;
    }
    
    .dropdown-content a {
        float: left;
        vertical-align:top;
        color: #ff6000;
        text-align: center;
        text-decoration: none;
        display: block;
    
    }
    
    .dropdown-content a:hover {
    
    }
    
    .show {
        display: block;
    }
          @media only screen and (max-width: 1025px) {
    .button-tinka {
        font-weight: 600;
        font-size: 14px;
    }
    .button-fastorder__sk-oneclick {
    font-weight: 600 !important;
    margin-top:8px !important;
        font-size: 14px !important;
        float:left !important;
        }
        @media (max-width: 420px) {
            .otpButton {
            height:55px;
            
            }
        }
    }

    .descr {
    display: none;
    padding: 5px;
    margin-top: 12px;
    text-align: justify;
    padding: 14px;
    border: 2px solid #f55c00;
    border-radius: 10px;
    height: 177px;
    background: white;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: black;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    }

    .oneclick-button {
    cursor: pointer;
    font-weight: 500 !important;
    font-size: 12px !important;
    float: left;
    height: 40px !important;
    line-height: 40px;
    background: #f55c00;
    color: white;
    text-align: center;
    width: 48%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oneclick-button-r {
    cursor: pointer;
    font-weight: 500 !important;
    font-size: 12px !important;
    float: right;
    height: 40px !important;
    line-height: 40px;
    background: #f55c00;
    color: white;
    text-align: center;
    width: 48%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.poster {
    position: relative;
}

.poster:hover .descr {
    display: block;
    position: absolute;
    top: 14px;
    z-index: 9999;
    width: 390px;
}

.product-card__prices .price {
    font-size: 35px !important;
}

.product-card__stocks {
    margin: 0 20px 10px 0;
    display: block;
}

.stocks .stock-low {
    margin-left: 10px;
}

.product-card__prices {
    width: calc(100% - 270px) !important;
}

.product-card__add2cart {
    width: 270px !important;
}