.buy-in-credit-product-btn {
    width: 190px;
    border: 2px solid #ffdf00;
    text-align: center;
    text-transform: uppercase;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 46px;
    height: 50px;
    display: block;
    margin: 0 0 15px;
    font-size: 12px;
    background: none;
}

.buy-in-credit-product-btn:hover {
    color: #000;
    background: #ffdf00;
}

.buy-in-credit-product-btn:focus {
    outline: none;
}

#buy-credit-tinkoff {
    display: none;
}

.buy-in-credit-tinkoff-checkout {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 99999;
}

.buy-in-credit-tinkoff-checkout:after {
    display: block;
    content: ' ';
    clear: both;
}

.buy-in-credit-tinkoff-checkout .column_left,
.buy-in-credit-tinkoff-checkout .column_right {
    float: left;
}

.buy-in-credit-tinkoff-checkout .column_right {
    border-left: 1px dashed #DDDDDD;
}

.buy-in-credit-tinkoff-checkout .column_left {
    border-right: 1px dashed #DDDDDD;
    margin-right: -1px;
    text-align: left;
}

.buy-in-credit-tinkoff-checkout .form_group {
    padding: 0 20px 10px;
    text-align: left;
}

.buy-in-credit-tinkoff-checkout .form_group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.buy-in-credit-tinkoff-checkout .form_group input:focus,
.buy-in-credit-tinkoff-checkout .form_group input:active {
    outline: none;
}

.buy-in-credit-tinkoff-checkout .form_group input[type=text] {
    line-height: 25px;
    border: 1px solid #B4B4B4;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.buy-in-credit-tinkoff-checkout ._error {
    border: 1px solid #c56656;
    background: #ffd9ca;
    color: #d56e4e;
    font-size: 14px;
    text-transform: lowercase;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin: 0 20px 15px;
    padding: 5px 10px;
}

.buy-in-credit-tinkoff-checkout ._error ul {
    list-style: none;
}

.buy-in-credit-tinkoff-checkout ._error ul li {
    line-height: 20px;
}

.buy-in-credit-tinkoff-checkout .price_block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #DDDDDD;
    text-align: left;
}

.buy-in-credit-tinkoff-checkout .price_block label {
    font-size: 16px !important;
    display: inline-block !important;
}

.buy-in-credit-tinkoff-checkout .total_price {
    font-size: 16px;
    font-weight: bolder;
}

.buy-in-credit-tinkoff-checkout .heading {
    margin-bottom: 20px;
    padding: 10px 10px;
    display: inline-block;
    margin-left: -20px;
    margin-top: 10px;
    background: #ffdf00;
    position: relative;
    text-transform: uppercase;
    color: #4a3e3e;
    text-indent: 3px;
    font-size: 13px;
    font-weight: bold;
}

.buy-in-credit-tinkoff-checkout .heading:after {
    content: ' ';
    border: 20px solid transparent;
    border-top: 16px solid #ffdf00;
    border-right: 0 solid #ffdf00;
    position: absolute;
    left: 0;
    top: 34px;
}

.buy-in-credit-tinkoff-checkout .description_short {
    width: 290px;
    font-size: 14px;
    line-height: 18px;
}

.buy-in-credit-tinkoff-checkout .cover_product {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.buy-in-credit-tinkoff-checkout .wholesale_price {
    text-decoration: line-through;
    font-size: 16px;
    color: #A0A0A0;
    margin-right: 10px;
}

.buy-in-credit-tinkoff-checkout .price {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: normal;
}

.buy-in-credit-tinkoff-checkout .submit {
    text-align: right;
    padding: 5px 20px 20px;
}

.buy-in-credit-tinkoff-checkout ._loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/loading.gif") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 50px;
    z-index: 9999;
}

#tinkoff-promocode {
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    font-size: 15px;
    color: #5F5F5F;
    height: 25px;
    text-indent: 3px;
    width: 100%;
}