@media (min-width:1780px) {
    #other_files  .user-file.file-block:nth-of-type(2n) {
        margin: 0 0 0 20px;
    }
}

@media (max-width: 1250px) {
    .wrap {
        height: 100%;
    }
}

@media all and (min-width: 450px) {

    /* UNIVERSAL */
    .wrap {
        padding: 1.85rem 2.67rem;
    }

    h1 {
        margin-bottom: 1rem;
    }

    #response-nav .close:before,
    #response-nav .close:after {
        top: 2.6rem;
    }

    /* HEADER */
    header ul li.logo .about {
        display: inline;
    }


    /* CALCULATOR */
    #calculator .slider-box {
        margin: 0;
    }

    #calculator .slider-box>div {
        width: 72%;
    }

    /* PRIVATE */

    #private .tabs .nav ul li a {
        color: #696E82;
        font-weight: 600;
    }

    /* LK */

    #private .tabs.lk .about>* {
        margin-right: 5rem;
    }


    #private .tabs.lk .about .loan_form {
        margin-right: 0;
    }

    #private .tabs.lk .split ul:first-child {
        margin-right: 12rem;
    }

    #private .tabs.lk .split ul li>div {
        width: auto;
        display: flex;
        gap: 9px;
        align-items: center;
        align-content: center;
    }

    #private .tabs.lk .split ul li>div:last-child {
        width: 10rem;
    }

    #private .tabs.lk .about .annotacion {
        margin-left: -4rem;
        font-size: 1.05rem;
        line-height: 2.2rem;
    }

    /* PAY */
    #private .tabs.pay .method ul li {
        display: block;
        width: 14.5rem;
        padding: 2rem 2.25rem;
        margin: 1rem auto;
    }

    #private .tabs.pay .about li {
        display: inline-block;
    }

    #private .tabs.pay .about li>* {
        display: inline;
        padding-left: .5rem;
    }

    #private .tabs.pay .method ul li .heading {
        font-size: 1.33rem;
    }

    #private .tabs.pay .method ul li .heading.bank-card {
        padding-left: 3.7rem;
        background-size: 3rem;
    }

    #private .tabs.pay .method ul li .heading.bill {
        padding-left: 4.2rem;
        background-size: 2.9rem;
    }

    #private .tabs.pay .method ul li .heading.mandarin {
        padding-left: 3.75rem;
        background-size: 2.55rem;
    }
}

@media all and (min-width: 600px) {
    /* UNIVERSAL */

    input,
    textarea {}

    /* WORKSHEET */
    .box {
        width: 60%;
        margin: 5rem auto 2rem;
    }

    /* INFO */
    #info .box {
        width: 90%;
    }

    #demands ul {
        display: flex;
        justify-content: space-between;
    }

    #demands ul li {
        text-align: left;
        margin: 0;
    }

    #demands ul li .icon {
        background-position: bottom left;
    }

    /* LOGIN */
    #login .wrapper {
        box-sizing: content-box;
        width: 29.6rem;
    }

    /* HISTORY */
    #private .tabs.history .list {
        overflow: hidden;
    }

    #private .tabs.history .list ul {
        display: table;
        width: 85%;
    }

    #private .tabs.history .list ul li {
        border: none;
        padding: 0;
        display: table-row;
        overflow: hidden;
    }

    #private .tabs.history .list ul li>div {
        float: none;
        height: auto;
        display: table-cell;
        padding: 2rem .5rem 1.1rem;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    #private .tabs.history .list ul li>div:last-child {
        display: table-cell;
        width: 20%;
        text-align: right;
    }

    #private .tabs.history .list ul li>div strong {
        display: block;
        padding: 0;
    }

    /* LK */
    #private .tabs.lk .action {
        text-align: left;
    }

    #private .tabs.lk .action a {
        margin-left: 0;
    }

    /* CONTRACT */


    #private .tabs.contract .scrollbar {
        width: 80%;
        margin: 2rem auto;
        position: relative;
    }

    #private .tabs.contract .scrollbar .shadow {
        box-shadow: 0 0 2.8rem rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
        padding: 2.3rem 5rem;
    }

    #private .tabs.contract .scrollbar-inner {
        height: 30.5rem;
    }

    #private .tabs.contract .scrollbar>.scroll-element div {
        display: block;
    }

    #private .tabs.contract .scrollbar>.scroll-element {
        top: .7rem;
    }

    #private .tabs.contract .scrollbar>.scroll-element .scroll-element_track {
        background: url(../img/dot-gray-down.svg) repeat-y center 0;
        background-size: .3rem;
    }

    #private .tabs.contract .scrollbar>.scroll-element .scroll-bar {
        background: url(../img/dot-down.svg) repeat-y center 0;
        background-size: .3rem;
    }

    /* CARD */

    #private .tabs.select-card fieldset {
        width: 37rem;
        padding: 1.45rem 1.9rem;
    }

    #private .tabs.select-card fieldset>label input {
        width: 100%;
        font-size: 1rem;
    }

    #private .tabs.select-card fieldset .split label,
    #private .tabs.select-card fieldset .split .date {
        display: block;
        width: 14rem;
        float: left;
        padding: .2rem;
        box-sizing: border-box;
    }

    #private .tabs.select-card fieldset .split .code {
        float: right;
    }

    #private .tabs.select-card fieldset .split input {
        font-size: .91rem;
        padding: .2rem .625rem;
    }

    #private .tabs.select-card fieldset .split label.code span {
        width: 60%;
    }

    #private .tabs.select-card fieldset .split label.code div {
        width: 40%;
        text-align: right;
    }

    #private .tabs.select-card fieldset .split .date input {
        margin: 0 .2rem;
    }

    /* POPUPS */
    #check,
    #checked {}

    /* BUBLE */
    #check .buble-open {
        position: relative;
    }

    #check .buble {
        width: 28rem;
        margin: 0;
        bottom: 0;
        left: 0;
    }

    #check .buble::after,
    #check .buble::before {
        content: "";
        position: absolute;
        bottom: 1.6rem;
        left: 10%;
    }

    .partner-banners {
        border-top: none;
        padding: 20px 0 0;
        background: none;
    }

    .partner-banners>h2 {
        text-align: left;
        font-size: 1.58rem;
    }
}

@media screen and (min-width: 993px) {
    #main_page_form #calculator .irs-min {
        left: -7.5rem;
    }

    #main_page_form #calculator .irs-max {
        right: -7.5rem;
    }

    .remove_account_block {
        margin-bottom: 1rem;
    }
}

@media all and (min-width: 800px) {

    html,
    body {
        font-size: 13px;
    }

    /* SECTION */
    section>div {
        padding: 1rem 0;
    }

    /* CALCULATOR */
    #calculator .payment-methods img {
        height: .85rem;
    }

    #calculator .payment-methods img:first-child {
        height: .55rem;
    }

    /* FOOTER */
    footer {
        font-size: .85rem;
    }

    footer>ul>li {
        text-align: center;
        width: 50%;
        float: left;
        padding: 0;
    }

    footer>ul>li:first-child {
        text-align: left;
        display: block;
    }

    footer>ul>li:last-child {
        text-align: right;
    }


    /* WORKSHEET */
    .box {
        width: 60%;
        margin: 5rem auto 1.4rem;
    }

    #worksheet .progress {
        width: calc(100% - 25rem);
    }

    #worksheet .progress .irs-min {
        left: -10rem;
    }

    #worksheet .progress .irs-max {
        right: -10rem;
    }

    #worksheet #steps fieldset label {
        width: 100%;
        margin: 0.5rem 0;
        padding: 0;
    }

    #worksheet #steps fieldset span.title {
        padding: 0 1.3rem;
    }

    #worksheet #steps fieldset span.title_work {
        padding: 0px;
        margin: 10px 0;
    }

    #worksheet #steps fieldset label .floating-label,
    #worksheet #steps fieldset label input.sup:not(:focus):valid:not([name='Regroom']):not([name='Regbuilding']):not([name='Faktbuilding']):not([name='Faktroom'])~.floating-label {
        left: 1.7rem;
        font-size: 18px;
    }

    /* INFO */

    #questions ul {
        vertical-align: top;
        display: inline-block;
        width: 42%;
        margin-right: 7%;
    }

    #questions ul:nth-child(2n + 1) {
        margin: 0 0 0 8%;
    }


    #docs ul li {
        display: inline-block;
        width: 45%;
        margin-right: 4%;
        padding: 1rem 0;
    }

    #docs ul li:nth-child(2n) {
        margin: 0 0 0 4%;
    }

    /* LK */
    #private .tabs.lk .split ul:not(#card_list) {
        width: -webkit-fill-available;
    }

    /* HISTORY */
    #private .tabs.history .list ul li>div strong {
        display: inline-block;
        padding-left: .3rem;
    }

    #private .tabs.history .list ul li>div:nth-child(5) {
        text-align: right;
        padding-right: 0;
    }

    #private .tabs.history .list ul li>div:nth-child(5) strong {
        width: 4.3rem;
        text-align: left;
    }
}

@media all and (min-width: 930px) {

    /* BODY BG */
    body.boy {
        /*background-size: 25%;*/
    }

    body.boy.wait {
        background-size: 30%;
    }

    body.girl {
        background-size: 20%;
    }

    body.girl.wait {
        background-size: 25%;
    }

    body.girl.main {
        background-image: url(../img/girl.svg);
    }


    body.boy.main {
        background-image: url(../img/boy.svg);
    }

    body.boy.pts {
        background-image: url(../img/1.svg);
        background-position-y: 460px;
        background-position-x: right;
        background-size: 500px;
        background-blend-mode: lighten;
    }

    body.boy.pts .wrap {
        background-image: url(../img/girl.svg);
        background-position-y: 190px;
        background-position-x: right;
        background-size: 170px;
        background-blend-mode: lighten;
        background-repeat: no-repeat;
        background-origin: content-box;
    }

    body.boy.wait {
        background-image: url(../img/wait.boy.svg);
    }

    body.girl.wait {
        background-image: url(../img/wait.girl.svg);
        background-position: right 5% bottom 5%;
    }

    /* HEADER */
    header nav>ul>li ul {
        display: flex;
        gap: 20px;
        height: auto;
        align-items: center;
    }

    header nav>ul>li .response-open {
        display: none;
    }

    /* INFO */
    #info .box {
        width: 51%;
    }

    /* PRIVATE */

    #private .tabs {
        min-height: 11rem;
        background-position: right 20% center;
    }

    .girl #private .tabs {
        background-size: 20%;
    }

    .boy #private .tabs.wait {
        background-image: url(../img/wait.boy.svg);
    }

    .girl #private .tabs.wait {
        background-image: url(../img/wait.girl.svg);
    }

    .girl #private .tabs.approved {
        background-image: url(../img/approved.girl.svg);
    }

    .boy #private .tabs.approved {
        background-image: url(../img/approved.boy.svg);
    }

    .boy #private .tabs.calc {
        background-image: url(../img/boy.svg);
    }

    .girl #private .tabs.calc {
        background-image: url(../img/girl.svg);
    }

    .wait .content,
    .approved .content,
    .calc .content {
        width: 65%;
    }

    /* PAY */
    #private .tabs.pay .about {
        display: flex;
        justify-content: space-between;
    }

    #private .tabs.pay .about li {
        padding: 0;
    }

    /* PAY */
    #private .tabs.pay .method ul li {
        display: inline-block;
        margin: .7rem 1.2rem;
    }

    /* WORKSHEET */
    #worksheet #steps fieldset .next a.prev {
        position: absolute;
        left: 50%;
        top: 1.2rem;
        margin-left: -10.2rem;
    }
}

@media all and (min-width: 1200px) {

    /* BODY BG */
    body {
        background-size: 25rem;
    }

    .clearfix-group {
        grid-template-columns: repeat(2, 1fr);
    }

    /* WORKSHEET */
    .box {
        width: 68%;
        padding: 60px;
        margin: 3rem auto 1.2rem;
    }

    /* WAIT */

    #private .tabs {
        background-position: right 20% center;
    }

    /* PAY */
    #private .tabs.pay .method ul li {
        margin: 1rem 3.4rem;
    }
}

@media all and (min-width: 1600px) {

    html,
    body {
        font-size: 18px;
    }

    /* BODY BG */
    body {
        background-size: 20rem;
    }

    body.boy {
        /*background-size: 24rem;*/
    }

    /* WAIT */
    #private .tabs.wait {
        background-position: right 20% center;
    }

    #private .tabs.approved {
        background-position: right 10% center;
        background-size: 24%;
    }

    #private .tabs.calc {
        background-position: 80% center;
        background-size: 23%;
    }

    .girl #private .tabs.calc {
        background-position: 80% center;
        background-size: 20%;
    }

    .wait .content,
    .approved .content,
    .calc .content {
        width: 56%;
    }

    /* LK */
    #private .tabs.lk .split ul:first-child {
        margin-right: 10rem;
    }

    /* INFO */
    #info .box {
        width: 60%;
    }

    /* CARD */
    #private .tabs.select-card fieldset {
        width: 34rem;
    }
}

@media all and (min-width: 1800px) {

    html,
    body {
        font-size: 20px;
    }
}

@media all and (min-width: 2400px) {

    html,
    body {
        font-size: 24px;
    }
}

.annotacion {
    margin-right: 1rem;
    font-size: 1.05rem;
}

@media all and (min-width: 1400px) {
    #files_form fieldset.file-block {}
}

@media (max-width:980px) {
    .docs_list {
        flex-direction: column;
    }

    .docs_list li {
        margin: 10px auto;
    }

    .loan_docs h2 span {
        display: block;
    }

    #worksheet #steps fieldset label input {
        /* margin-top: 15px; */
    }
}

@media (max-width:680px) {
    #worksheet #steps fieldset label input {
        margin-top: 15px;
    }

    .payment-block {
        width: 100%;
        padding: 2rem 1rem;
    }

    .payment-card-list {
        padding: 0;
    }

    #worksheet #steps fieldset label.medium,
    #worksheet #steps fieldset label.half {
        width: 100%
    }

    .stages ul li {
        float: none;
        width: 100%;
        height: 3rem;
        padding: 0.5rem 1rem;
        border: 1px solid #666;
        border-top: 0;

    }

    .stages ul li:first-child {
        border-top: 1px solid #666;
        border-radius: 0;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }

    .stages ul li:last-child {
        border-radius: 0;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }

    .user_payment_form {
        display: block;
        margin-bottom: 20px;
    }

    .user_payment_form [type=text] {
        display: inline-block;
    }

    .user_payment_form button {
        display: inline-block;
    }

    #private .tabs.lk .split ul li {
        display: block;
        padding: 10px 0;
    }

    #private .tabs.lk .split ul li>* {
        display: block
    }

    #files_form fieldset.file-block {
        /* background: none !important */
    }

    #files_form fieldset>legend {
        position: relative;
        display: grid;
        grid-template: 1fr / repeat(2, auto);
        grid-gap: 10px;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    #files_form fieldset>legend:after {
        content: '';
        width: 45px;
        height: 45px;
        display: block;
    }

    .passport1-file>legend:after {
        background: url("../img/passport1.png") center center / contain no-repeat;
    }

    .passport2-file>legend:after {
        background: url("../img/passport2.png") center center / contain no-repeat;
    }

    .passport4-file>legend:after {
        background: url("../img/card_logo.png") center center / contain no-repeat;
    }

    .selfi-file>legend:after {
        background: url("../img/selfi.png") center center / contain no-repeat;
    }

    #files_form fieldset legend {
        font-size: 17px;
    }

    #private .tabs {
        padding: 28px 14px;
    }
}

#gpay {
    background: url('../img/gpay.png') center no-repeat;
    border: none;
    width: 220px;
    height: 50px;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .not-visible-sm {
        display: none !important;
    }
}

@media all and (max-width: 930px) {

    #worksheet #steps fieldset label input {
        /* margin-top: 15px; */
    }

    .soc-icons {
        display: none;
    }
}

@media all and (min-width: 1600px) {
    .soc-icons {}
}

@media all and (min-width: 2300px) {
    .soc-icons {}
}

@media screen and (min-width: 993px) {
    .hidden-md {
        display: none !important;
    }

    .display-grid.auto-fit-md {
        grid-template: 1fr/ repeat(auto-fit, minmax(150px, 1fr));
    }

    .owl-stage .review-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .reviews h3 {
        padding-left: 2rem;
    }

    #loan h2 {
        font-size: 2.14rem;
    }
}

@media screen and (max-width: 992px) {
    #private .remove_account_block {
        display: none;
    }

    header nav>ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-page-icons.display-grid {
        grid-template: 1fr / repeat(2, 1fr);
    }

    .reviews .owl-dots {
        text-align: center;
    }

    .button_login img {
        width: 21px;
        margin-left: 5px;
    }

    .main-page-icons .display-flex {
        align-items: center;
        text-align: center;
    }

    footer .footer-left,
    .footer__blocked_adv_sms {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile_profile {
        font-size: 12px;
    }

    header ul li.logo img {
        max-width: 180px;
    }

    #loan .reviews button.owl-dot {
        width: 5px;
        height: 5px;
    }

    .reviews h3 {
        margin-bottom: 1rem;
    }

    #calculator .display-grid>div.shadow:first-child {
        margin-top: 1rem;
    }

    .wrap {
        padding: 0.85rem 15px;
    }

    .main-page-icons img {
        height: 50px;
        width: 50px;
    }

    .reviews {
        width: calc(100vw - (15px * 2));
    }

    #loan h2 {
        font-size: 1.75rem;
    }

    .main-acc-link {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    #user_get_zaim_form .get_new_loan {
        margin-top: 2rem;
    }

    #file_form {
        margin-top: 1rem;
    }

    #repeat_loan_submit {
        width: 100%;
    }

    #document_wrapper {
        max-width: 500px;
    }

    /*Баннера с доп услугами*/
    .additional_service__banner {
        width: 100%;
    }

    .additional_service__banner___text h5 {
        font-size: 11px;
    }

    .additional_service__banner___text h2 {
        font-size: 28px;
        line-height: 1.125;
    }

    .additional_service__banner___text {
        padding: 40px 16px;
    }

    .additional_service__banner___details {
        font-size: 19px;
    }

    .additional_service__banner___text .btn {
        font-size: 22px;
        padding: 11px 40px;
    }

    .orange-checkbox {
        width: 16px;
        height: 16px;
        background-size: 16px;
    }

    .app_block {
        flex-direction: column;
    }

    #game {
        max-width: 430px !important;
    }

    /*----------------------*/

    #worksheet #steps fieldset label {
        box-sizing: border-box;
        text-align: center;
        float: none;
        position: relative;
        margin: 0;
        min-height: 90px;
        display: block;


        .floating-label {
            top: 44px !important;
            font-size: 12px !important;
        }

        label.error .error {
            display: block !important;
            position: absolute;
            bottom: 0;
        }

        select.error + span.error, input.error + span.error, textarea.error + span.error, label.error .error, small.error {
            margin: 0 0 0 10px;
        }

        textarea.error + span.error {
            display: flex;
        }

        select,
        input,
        textarea {
            margin-top: 25px;
            margin-bottom: 0;
            /* position: absolute; */
            top: 0;
            width: 100%;
            left: 0;
        }
        input.form-check-input {
            width: 18px;
            position: static;
            margin: 0;
        } 
        div.form-check {
            padding: 0 0 0 10px;
        }
        label[for="not_patronymic"].form-check-label {
            text-align: left;
            height: auto;
            min-height: 18px;
        }
    }
    #worksheet #steps fieldset label[for="not_patronymic"].text-left{
            /* top: 90px; */
            min-height: 40px;
            height: fit-content;
    }

    #worksheet #steps fieldset div.clearfix-group label:has(div.select),
    #worksheet #steps fieldset div.clearfix-group label#regcity-label,
    #worksheet #steps fieldset div.clearfix-group label#faktcity-label,
    #worksheet #steps fieldset div.clearfix-group label#regstreet-label,
    #worksheet #steps fieldset div.clearfix-group label#faktstreet-label
    {
        min-height: 100px;
    }

    #worksheet #steps fieldset div.clearfix-group select#Regregion, #worksheet #steps fieldset div.clearfix-group select#Faktregion {
        margin-top: 15px;
    }

    #worksheet #steps fieldset label:has(input:focus, > input:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown)) > span {
        top: 0px!important;
    }

    #worksheet #steps fieldset label:has(div.select) > span {
        top: -12px!important;
    }

    #worksheet #steps fieldset label:has(div.select > select[name="profession"], div.select > select[name="education"]) {
        margin: 25px 0 0;
    }

    #worksheet #steps fieldset div.clearfix-group label:has(input[name="Reghousing"], input[name="Regbuilding"], input[name="Regroom"], input[name="Fakthousing"], input[name="Faktbuilding"], input[name="Faktroom"]) > span.floating-label {
        color: #818C99;
        left: 10px;
    }

    #worksheet #steps fieldset div.clearfix-group label:has(
        input[name="Reghousing"]:focus, input[name="Regbuilding"]:focus, input[name="Regroom"]:focus, input[name="Fakthousing"]:focus, input[name="Faktbuilding"]:focus, input[name="Faktroom"]:focus,
        input[name="Reghousing"]:not(:placeholder-shown), input[name="Regbuilding"]:not(:placeholder-shown), input[name="Regroom"]:not(:placeholder-shown), input[name="Fakthousing"]:not(:placeholder-shown), input[name="Faktbuilding"]:not(:placeholder-shown), input[name="Faktroom"]:not(:placeholder-shown)
    ) > span.floating-label {
        color: #000;
        left: 4px;
    }

    
}

@media screen and (max-width:600px) {
    #private .tabs.lk .action {
        text-align: left;
    }

    .additional_service__banner___text h2 {
        font-size: 20px;
    }

    .additional_service__banner___text .btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .additional_service__banner___text {
        padding: 28px 16px;
    }

    .additional_service__banner___details {
        font-size: 14px;
    }

    .orange-checkbox {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
}

@media screen and (max-width: 480px) {

    .user_info {
        gap: unset !important;
    }

    .tabs.lk {
        max-width: 450px;
    }

    .tabs.lk #calculator .slider-box>div.money {
        width: 70%;
    }

    .tabs.lk #calculator .slider-box>div {
        width: 70%;
    }

    .accept_message {
        max-width: 445px;
    }

    #accept_credit {
        max-width: 400px;
    }

    .accept_credit_actions>div {
        width: auto;
        flex: 1;
    }

    .accept_credit_actions button.medium {
        /*padding: 10px 15px;*/
    }

    .accept_credit_actions {
        display: flex;
        justify-content: space-between;
        /* align-items: center; if uncomment - fix mobile get_loan on accept_credit.tpl 164 line*/
    }

    .accept_credit_actions>div:last-child {
        text-align: right;
    }

    #private .tabs.lk .about>* {
        display: table;
        float: initial;
    }

    #game {
        max-width: 355px !important;
    }

    .additional_service__banner___text h2 {
        font-size: 16px;
    }

    .additional_service__banner___text {
        padding: 20px 16px;
    }

    .additional_service__banner___details {
        font-size: 10px;
    }

    .orange-checkbox {
        width: 10px;
        height: 10px;
        background-size: 10px;
    }

    .additional_service__banner___text .btn {
        font-size: 8px;
        padding: 4px 8px;
    }

    .carousel-container-banners .additional_service__pay__credit__banner___details {
        font-size: 15px;
    }

    .carousel-container-banners .about_promotion_div .about_promotion {
        font-size: 12px;
    }
}

#worksheet #steps fieldset label.full {
    width: 100%;
}

.user-tip {
    background: #34b970;
    color: #fff;
    padding: 8px 15px;
    font-size: 17px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    gap: 11px;
    margin-bottom: 40px;
    font-weight: 600;
}

a.x-button {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #696E82;
    color: #696E82;
    padding: 2px;
    font-weight: 700;
    background: transparent;
    line-height: 1px;
    transition: 0.3s ease;
}

a.x-button:hover {
    background: #ff2f2f;
    border-color: #ff2f2f;
    color: #fff;
    text-decoration: blink;
}

@media screen and (max-width: 900px) {

    .min_payment_info-display {
        flex-direction: column;
        gap: 14px;
    }

    .user_payment_form {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .user_payment_form .button {
        width: 100% !important;
        max-width: none;
    }

    .split-neomoney ul {
        flex-direction: column;
    }

}