@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body,
.section-exchange_chose,
h2,
h3,
p,
footer,
.header-content__login,
.btn
{
    font-family: 'Comfortaa';
}

.ref-link-container{
    background-color: #f6f6f6;
    padding: 30px;
    text-align: center;
}
.ref-link-container .ref-link{
    background-color: white;
    box-shadow: 0 2px 3px #e3e3e3;
    font-size: 20px;
    margin: 20px auto 0 auto;
    padding: 20px 30px;
    width: 350px;
}

.ref-table{
    margin-top: 20px;
    width: 100%;
}

.ref-table tbody td, .ref-table tbody th{
    padding: 5px 10px;
}

.modal-button{
    background-color: #e3ef00;
    border: 0;
    border-radius: 3px;
    padding: 7px 20px;
}

.payout-container .button{
    background-color: #e3ef00;
    border: 0;
    border-radius: 3px;
    padding: 15px 25px;
}

.payment-result{
    text-align: center;
    margin: 50px 0;
}

.payment-result img{
    width: 40px;
}

.payment-result p{
    font-size: 18px;
}

.payment-result.success h2, .payment-result.success p{
    color: #27ae60;
}

.payment-result.fail h2, .payment-result.fail p{
    color: #c0392b;
}

.ex_c_gv__ico, .ex_c_gv__ico.next_setting{
    margin: 7px 17px 0px 10px;
}

#exchange_BOX .input-deception:before, .ex_c_gv__ico, .ex_c_gv__ico.next_setting{
    border-radius: 100%;
}

#tele2frame{
    display: none;
    margin-bottom: 50px;
    min-height: 630px;
    width: 100%;
}

.kDNqMo, .awUjt > input, .gYlZI > input {
    font-family: 'Rubik' !important;
}

.bBVyec img{
    background-image: url(https://oplata.tele2.ru/assets/images/pay-save.png#/) !important;
}

.card-verification{
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 35px;
}

.formed-body-right .card-verification ol li{
    margin-bottom: 0;
}

.card-verification .check-card{
    border: 3px dashed #4e83e2;
    padding: 15px;
}

.modal-dialog{
    left: 0;
}

.block_xchdata_line{
    word-break: break-all;
}

.dotted{
    margin-bottom: 20px;
}

.contact-partners {
    text-align: center;
}

.contact-partners * {
    padding: 2px;
}

.exchange_chose__give, .exchange_chose__get {
    width: 370px;
}

.exchange_chose__get {
    margin-left: 10px;
}

.exchange_chose__give {
    margin-right: 10px;
}

.groups {
    margin-bottom: 20px;
}

.group {
    background-color: #f6f6f6;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    transition: 0.1s;
}

.group.active, .group:hover {
    background-color: #dae400;
}

.exchange_chose__get__lb_wr {
    position: absolute;
    right: 0;
    top: 11px;
}

@media (max-width: 767px){
    .page-wrapper.main-setting {
        min-width: auto;
    }
    
    .information-top__sc__item{
        padding: 0;
        text-align: center;
        width: 100%;
    }
    
    .exchange_chose__give, .exchange_chose__get {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .groups {
        padding: 0 10px;
    }

    .groups {
        margin-bottom: 20px;
    }
    
}

.input-deception {
    position: relative;
}

.input-deception span {
    position: absolute;
    top: 2px;
}

@media (max-width: 540px) {
    .input-deception {
        width: 100%;
    }
}