<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">span[data-pay] {
    display: block;
    min-width: 215px;
    width: 215px;
    min-height: 73px;
    height: 73px;
    background-image: url('/i/img/site/toolbar/icons/pay_logo3_new.png');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}

span[data-pay]:hover {
    background-position-x: -215px;
}

span[data-pay="bank_wire_en"] {
    background-position-y: -154px;
}
span[data-pay="bank_wire_ru"] {
    background-position-y: -154px;
}
span[data-pay="neteller"] {
    background-position-y: -458px;
}

span[data-pay="skrill"] {
    background-position-y: -535px;
}

span[data-pay="visa_mastercard"] {
    background-position-y: -2px;
}
span[data-pay="bitcoin"] {
    background-position-y: -2254px;
}
span[data-pay="bitcoin"]:hover {
    background-position-x: -224px;
}
span[data-pay="visa_mastercard"]:hover {
    background-position-x: -216px;
}
span[data-pay="bitcoin_via_skrill"] {
    background-position-y: -2056px;
}
span[data-pay="bitcoin_via_skrill"]:hover {
    background-position-x: -218px;
}



.wallet__content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.wallet__content .wallet__form {
    min-width: 350px;
}

.wallet__content .wallet__system {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.wallet__delimetr {
    padding-left: 20px;
}



@media (max-width: 850px) {
    .wallet__system {
        display: none !important;
    }

    .wallet__content .wallet__form, .wallet__content .fastbannerform__flex {
        min-width: 100% !important; max-width: 100% !important; width: 100% !important;
    }

    .wallet__delimetr {
        padding-left: 0px;
    }
}</pre></body></html>