@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.pay__method {
    display: block;
    height: 100px;
    margin: 6px 0;
    background: #ffffff no-repeat 50% 50%;
    /*background-size: 5.5em;*/
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.pay__method:hover {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1.5px rgb(0 0 0 / 20%);
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.icopaymethod-card {
    background-size: 8.6em !important;
    background-image: url(card_robo.svg) !important;
}

.icopaymethod-applepay {
    background-size: 6.05em !important;
    /*background-size: 4.05em !important;*/
    background-image: url(applepay.svg) !important;
}

.icopaymethod-samsungpay {
    /*background-size: 6.05em !important;*/
    background-size: 9.05em !important;
    /*background-image: url(samsungpay.png) !important;*/
    background-image: url(logos/samsungpay.svg) !important;
}

.icopaymethod-googlepay {
    /*background-size: 5.2em !important;*/
    background-size: 9.2em !important;
    /*background-image: url(googlepay.svg) !important;*/
    background-image: url(logos/googlepay.svg) !important;
}

.icopaymethod-yandex {
    background-position: 50% 30% !important;
    /*background-size: 5.3em !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /*background-image: url(yoomoney.svg) !important;*/
    background-image: url(logos/yoomoney.svg) !important;
}

.icopaymethod-tele2 {
    background-size: 6.9em !important;
    background-image: url(tele2.svg) !important;
}

.icopaymethod-mf {
    background-size: 7.26em !important;
    background-image: url(mf.svg) !important;
}

.icopaymethod-mts {
    background-position: 50% 50% !important;
    background-size: 5em !important;
    background-image: url(mts.svg) !important;
}

.icopaymethod-qiwi {
    background-position: 50% 50% !important;
    /*background-size: 5em !important;*/
    background-size: contain !important;
    /*background-image: url(qiwi.png) !important;*/
    background-image: url(logos/qiwi.svg) !important;
}

.icopaymethod-paypal {
    background-position: 52% 53%!important;
    background-size: 5.2em!important;
    background-repeat: no-repeat!important;
    background-image: url(paypal.svg) !important;
}

.icopaymethod-free-kassa {
    background-size: 6.05em !important;
    background-image: url(free-kassa.png) !important;
}

.icopaymethod-steam-pay {
    background-size: 12.05em !important;
    background-image: url(steam-logo.png) !important;
}

.icopaymethod-card, .icopaymethod-googlepay {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.icopaymethod-applepay, .icopaymethod-samsungpay, .icopaymethod-free-kassa {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    opacity: .92;
}

.icopaymethod-sms, .icopaymethod-tele2 {
    opacity: .92;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.icopaymethod-mc, .icopaymethod-mts, .icopaymethod-qiwi {
    background-repeat: no-repeat !important;
}

.icopaymethod-beeline, .icopaymethod-mf {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.card h1 {
    font-weight: bold;
}

.docs {
    margin-top: 50px;
}

.docs a {
    color: #0056b363;
}

.docs .main {
    color: #007bff !important;
    margin-bottom: 20px;
    text-align: end;
}

.docs .first {
    text-align: justify;
}

.docs .last {
    text-align: end;
}

@media (max-width: 599px) {
    .default-info {
        display: none;
    }
    #modal-default .label {
        max-width: 50vw;
        overflow: hidden;
    }
}

@media (min-width: 600px) {
    .mobile-info {
        display: none;
    }
}

#methodContent {
    margin-right: -15px;
    margin-left: -15px;
}

#methodContent:before {
    display: table;
    content: " ";
}

#methodContent:after {
    clear: both;
}

#methodContent .col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}