.payment__col,
.payment__form-group,
.js-body-wrapper {
    display: flex;
}

.payment__window,
.payment__body,
.payment__tabs {
    display: flex;
    align-items: center;
}

.payment__window,
.payment .block-benefits__body,
.payment__body,
.payment__col,
.payment__form-group,
.js-body-wrapper {
    flex-direction: column;
}

.payment__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}
.main {padding-top:80px;}
.payment__group,
.js-group {
    transition: 0.2s;
}

.payment__tabs,
.payment__body {
    background-color: #F2FAFB;
}

.payment__tabs {
    display: flex;
    gap: 10px;
    padding: 10px 10px 0 10px;
    width: max-content;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.payment__tabs-item.btn {
    height: 70px;
    font-size: 20px;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    border-radius: 15px;
    padding: 0 30px;
}

.payment__tabs-item.btn:not(.item--active) {
    background-color: white;
    color: #000000;
    box-shadow: 0 20px 100px 0 rgba(40, 75, 125, 0.039)
}

.payment__window {
    transition: 0.3s;
}

.payment__body {
    position: relative;
    display: none;
    border-radius: 20px;
    padding: 65px 80px 80px;
    width: 100%;
    overflow: hidden;
}

.payment__body,
.js-body-wrapper {
    gap: 55px;
}

.js-body-wrapper {
    transition: 0.2s;
}

.payment__col {
    gap: 32px;
}

.payment__text,
.payment__text b {
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 140%;
}

.payment__text b {
    color: #9FBC49;
}

.payment .block-benefits__body {
    display: flex;
    gap: 10px;
}

.payment .block-benefits__column {
    padding: 22px 30px;
    background-color: #E1F2F4;
    border-radius: 15px;
}

.payment__qr {
    width: 240px;
    height: 240px;
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}

.payment__qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment__btn1 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 10px 30px;
    background-color: #EF3224;
    box-shadow: 0 3px 0 0 #CF1204;
    text-decoration: none;
    height: max-content;
    user-select: none;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
}

.payment__btn1 img {
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.vol-btn {
    border: none;
    border-radius: 4px;
    transform: translateY(0);
    transition: all .3s ease;
}

.vol-btn:active {
    transform: translateY(3px);
    box-shadow: none;
}

#payment-tab--card .payment__group {
    display: flex;
}

.payment__methods {
    padding: 30px 40px !important;
}

.payment__methods span {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.payment__methods .block-benefits__icon {
    width: 214px;
    height: 40px;
    flex: 0 0 214px;
}

.payment__background {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: max-content;
    height: 100%;
    object-fit: contain;
    z-index: 1 !;
}

.payment__group:has(.payment__background) div,
.payment__group:has(.payment__background) span,
.payment__group:has(.payment__background) a {
    position: relative;
    z-index: 10;
}

.payment .form__input input {
    background: white;
    outline: 1px solid transparent;
    transition: 0.2s;
}

.payment .form__input input:focus {
    outline-color: #9FBC49;
}

.payment__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment__form-summ {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}

.payment__form-summ input {
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #E1F2F4;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.payment__form-summ input:not([disabled]) {
    cursor: text;
}

.payment .checkbox {
    gap: 9px;
}

.payment .checkbox .checkbox__icon {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}

.payment .checkbox span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.6;
}

.payment .checkbox a:not(:hover) {
    text-decoration: underline;
}

.payment__form-group {
    gap: 7px;
}

.payment-btn--submit {
    width: 100%;
    height: 56px;
    box-shadow: 0 3px 0 0 #C57FA1;
    transition: 0.3s;
}

.payment-btn--submit:active {
    box-shadow: 0 0px 0 0 #C57FA1;
    transform: translateY(2.5px);
}

.block-docs {
    padding: 84px 0 20px;
}

.block-docs .container {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.block-docs__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 131px;
    row-gap: 5px;
}

.block-docs__links-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: #E1F2F4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.block-docs__links-item:hover {
    background-color: #9FBC49;
    color: #FFFFFF;
}

.block-docs__links-item::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-image: url(./list-mark.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    .payment__group {
        gap: 30px;
    }

    .payment__body {
        padding: 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .payment__text {
        font-size: 18px;
        line-height: normal;
        text-transform: none;
        letter-spacing: normal;
    }

    .payment__text br {
        display: none;
    }

    .payment__tabs {
        overflow-x: auto;
        width: 100%;
    }

    .payment__tabs-item {
        font-size: 16px !important;
        height: 45px !important;
        white-space: nowrap;
    }

    .block-benefits {
        padding: 0 !important;
    }

    .block-benefits__icon {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
    }

    .block-benefits__column {
        padding: 15px !important;
    }

    .block-benefits__column span {
        font-size: 16px !important;
    }

    .block-docs__links {
        column-gap: 30px;
    }
}

@media (max-width: 967px) {

    .payment__group,
    .block-docs__links,
    .js-body-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .block-docs__links {
        gap: 10px;
    }

    .block-docs {
        padding: 60px 0 20px;
    }

    .block-docs .container {
        gap: 20px;
    }

    .payment__col {
        gap: 20px;
    }

    .payment__background {
        opacity: 0.3;
        filter: blur(4px);
    }

    .block-benefits__body {
        padding: 0 !important;
    }

    .block-benefits__column span {
        font-size: 14px !important;
    }

    .payment__background-helper {
        display: none;
    }
}

@media (max-width: 460px) {
    .payment__qr {
        width: 100%;
        height: auto;
    }

    .payment__tabs {
        flex-direction: column;
    }

    .payment__tabs-item,
    .payment__btn1 {
        width: 100%;
    }

    .block-benefits__icon,
    .block-benefits__icon img {
        flex: none !important;
    }

    .payment__methods span {
        font-size: 12px !important;
        line-height: 130%;
    }

    .payment__form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
    }

    .payment__form input:not(:focus) {
        outline-color: #00000020 !important;
    }

    .payment__form-summ {
        padding-left: 0;
    }

    .checkbox__icon {
        background-color: white !important;
    }
}