.counter_wrapp .button_block.wide .btn { 
    border-radius: 10px;
}
.wrapp-one-click span.btn-transparent-border-color { 
    border-radius: 10px;
    line-height: 20px;
}
.TINKOFF_BTN_YELLOW, .TINKOFF_SIZE_M {
    min-height: 42px;
    font-size: 15px;
    line-height: 24px;
    padding: 9px 19px;
}
.TINKOFF_BTN_YELLOW {
    background-color: #ffdd2d;
    font-family: haas, pragmatica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    transition-property: background-color, border, box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
}
.TINKOFF_BTN_YELLOW {
    width: 100%!important;
} .exo {
    font-family: Exo2SemiBold, 'Montserrat', cursive;
}
.rale {
    font-family: Raleway-Medium, 'Montserrat', cursive;
}

.on-tbank-button {

}

.on-tbank-button .button__text {
    font-size: 11px !important;
}

@media (max-width: 460px) {
    .on-tbank-button {
        display: none;
    }

    .product-container .info_item .adaptive-block {
        display: flex;
        flex-wrap: wrap;
    }

    .product-info-headnote {
        padding-top: 20px;
    }
}

.product-info-headnote .credit_info {
    position: absolute;
    top: 15px;
    z-index: 9;
    background: #fedd2c;
    border-radius: 3px;
    color: #000;
    padding: 2px 7px 2px;
    left: 15;
    font-size: 13px;
    z-index: 53;
}

.product-detail-gallery .owl-stage img {
    border-radius: 10px;
}