.ot {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    /*top: 2px;*/
    bottom: 2px;
    right: 20px;
    color: #f7e76a;
    text-transform: none;
}

@media screen and (max-width: 787px) {
    .cart-items .w100p .cart-buttons a.btn-kredit {
        width: 100%;
        text-align: center;
        font-size: 11px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }
}

a.btn-kredit span:not(.ot){
    margin-top: 2px;
}

a.btn-kredit {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin-top: 3px;
    line-height:35px;
    height: 41px;
}

a.btn-kredit, a.btn-kredit:visited, a.btn-kredit:hover, a.btn-kredit:link {
    margin-left: 5px;
    float: right;
    padding: 0px 7px;
    background: #097203;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    transition: all 0.15s ease 0s;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

a.btn-kredit:hover {
    background-color: #575b71;
}

a.btn-kredit.pochtabank {
    padding-left: 79px;
    background-image: url(/bitrix/templates/.default/images/pb.png) !important;
    background-size: contain;
    background-color: #071689;
    background-repeat: no-repeat;
    background-position-x: 0 !important;
    text-align: right;
}

a.btn-kredit.pochtabank:hover {
    background-color: #575b71;
}

a.btn-kredit.arenza {
    background-image: url(/bitrix/templates/.default/images/arenza.png);
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #c35e2d;
    background-color: #e2672c;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding-left: 60px;
}

a.btn-kredit.arenza:hover {
    background-color: #575b71;
}

a.btn-kredit.tinkoff {
    padding-left: 34px;
    background-image: url(/bitrix/templates/.default/images/tinkoff1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

a.btn-kredit.sberbank {
    padding-left: 34px;
    background: #3d3d3d;
    background-image: url(/bitrix/templates/.default/images/sberbank_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 9px;
    background-position-y: -4px;
}

a.btn-kredit.sberbank:hover {
    background-color: #575b71;
}

.btn-kredit.sberbank .ot {
    
}

.btn-kredit.sberbank .under {
    position: absolute;
    font-size: 9px;
    line-height: 12px;
    bottom: 0px;
    left: 8px;
    color: #48d747;
    text-transform: none;
}

div.kredit-buttons {
    display: inline-block;
    float: right;
    width: 100%;
}

.lizing-button_xzdelme {
    display: none;
    background-image: url(/lizing.png);
    width: 209px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    background-position: 39px;
    padding-left: 81px;
    margin-top: 3px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #c35e2d;
    background-size: 28px 28px;
    background-color: #e2672c;
    background-repeat: no-repeat;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 8px 6px 8px 36px;
    width: 160px;
    background-position-x: 16px;
    text-align: left;
    padding-left: 56px!important;
}
#arenzaPopup {
    display: none;
}

#arenzaPopup-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

#arenzaPopup-fg iframe {
    border-radius: 2em;
    position: absolute;
}

#arenzaPopup-fg {
    width: 98%;
    border-radius: 2em;
    max-width: 780px;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

#arenzaPopup input,
#arenzaPopup label {
    display: block;
    width: 100%;
}

#bk_close {
    z-index: 602;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -10px;
    right: -12px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
#arenzaPopup-fg {
    position: fixed;
    top: 99px;
    left: 0;
    z-index: 300;
}

.bx-no-touch a.btn-kredit:hover {
    color: white;
}