html {
    scroll-behavior: smooth;
}
img {
    width: unset;
}
body {
    background: #fff;
}
body.hidden {
    overflow: hidden;
}
.page {
    overflow: hidden;
    position: relative;
}

.mob {
    display: none;
}
button,
a,
.hover-link {
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
}
a:hover,
.hover-link:hover,
.button:hover {
    opacity: 0.7;
}
.button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0f2818;
    transition: 0.3s;
    background: #d2f801;
    border-radius: 8px;
    position: relative;
    padding: 13px;
    border: 1px solid #d2f801;
    text-align: center;
}

.button.request-button {
    display: flex;
    color: #1f1f1f;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    /*background: #fd9f00;*/
    background: #ffa6a6;
}

.button.request-button .img {
    width: 14px;
    filter: brightness(0) invert(1);
}
.cabinet-page .button.request-button .img {
    filter: brightness(0) invert(0);
}
.button.request-button::before {
    background-image: url("../img/digart/plus.svg");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    top: 4px;
    left: 4px;
}
.button .img {
    width: 18px;
}
.premium-request-button {
    gap: 8px;
    display: flex;
    align-items: center;
}

.premium-request-button img {
    width: 20px;
}

.premium-request-button .premium-request-button__text {
    font-size: 14px;
    color: #0f2028;
}
.button:disabled {
    cursor: auto;
    opacity: 0.5;
}

.button.white {
    background: #ffffff;
    color: #8800dc;
}
.wrapper {
    max-width: 1278px;
    margin: 0 auto;
}

/* header */
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    min-height: 96px;
}
.cabinet-page .header {
    background: #fff;
}
.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}
.header .desc {
    color: #1f1f1f;
}
.logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.logo .img {
    width: 200px;
}
.header .logo .img.dark {
    display: none;
}
.cabinet-page .header .logo .img {
    display: none;
}
.cabinet-page .header .logo .img.dark {
    display: block;
}
.logo .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.header .right .name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header .right .icon .img {
    width: 24px;
}
.header .profile-link {
    display: flex;
    align-items: center;
    border: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    justify-content: center;
    padding: 0;
    min-width: 0;
}
.header .profile-link::before {
    display: none;
}

body {
    background: #f7f3f3;
    font-family: "Inter", sans-serif;
}

.page {
    overflow: hidden;
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.title {
    font-family: "Outfit", sans-serif;
    font-size: 48px;
    color: #1f1f1f;
    position: relative;
    line-height: 110%;

    b {
        font-weight: 700;
    }
    &.title-70 {
        font-size: 70px;
    }
    &.big {
        font-size: 96px;
    }
    &.small {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.44px;
    }
    &.normal {
        font-size: 24px;
    }
    &.regular {
        font-size: 30px;
    }
    &.subhading {
        font-size: 32px;
        line-height: 100%;
    }
    &.body-text {
        font-size: 18px;
        line-height: 28px;
    }

    &.title-40 {
        font-size: 40px;
    }
    &.title-48 {
        font-size: 48px;
    }
    &.title-64 {
        font-size: 64px;
    }
}
.desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1f1f1f;

    &.small {
        font-size: 14px;
        line-height: 20px;
    }
    &.extrasmall {
        font-size: 12px;
        line-height: 18px;
    }
    b {
        font-weight: 700;
    }
    &.red {
        color: #ec2655 !important;
    }
    &.green {
        color: #08a714 !important;
    }
    &.blue {
        color: #9747ff;
    }
    &.white {
        color: #fff;
    }
    &.gray {
        color: #8c9cb2;
    }
    &.medium {
        font-size: 18px;
        line-height: 28px;
    }
    &.regular {
        font-size: 20px;
        line-height: 150%;
    }
    &.regular22 {
        font-size: 22px;
        line-height: 150%;
    }
    &.big {
        font-size: 24px;
        line-height: 32px;
    }
    &.bigest {
        font-size: 30px;
        line-height: 150%;
    }
    &.desc-36 {
        font-size: 36px;
    }
    &.desc-48 {
        font-size: 48px;
        line-height: 100%;
    }
    &.link {
        color: #2ce792;

        &:hover {
            text-decoration: none;
            opacity: 1;
        }
    }
}
.text-96 {
    font-size: 96px;
}
.text-sky-blue {
    color: #1289ff;
}
.text-sea {
    color: #b4dffe;
}
.text-white {
    color: #fff;
}
.text-muted-blue {
    color: #8c9cb2;
}
.weight-900 {
    font-weight: 900;
}
label .desc {
    color: #aaa9a6;
}
.text-slate-blue {
    color: #7d8ea6;
}

.button {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #fafafa;
    background: #ffa6a6;
    transition: 0.3s;
    padding: 10px 26px;
    text-align: center;
    border-radius: 10px;
    border: 0;

    &.rounded {
        border: 1px solid #ffa6a6;
        background: transparent;
        color: #1f1f1f;
    }

    &.small {
        font-size: 18px;
        padding: 16px;
    }
    &.extrasmall {
        font-size: 16px;
        padding: 3px 16px;
    }
    &.regular {
        font-size: 24px;
        padding: 7px;
    }
    &.w-120 {
        min-width: 120px;
    }
    &.w-150 {
        min-width: 150px;
    }
    &.w-160 {
        min-width: 160px;
    }
    &.w-180 {
        min-width: 180px;
    }
    &.big {
        font-size: 32px;
        padding: 11px;
    }
    &.white {
        background: #ffffff;
        color: #201e14;
    }
    &.dark {
        background: #201e14;
        color: #ffffff;
    }
    &.play {
        background: transparent;
        color: #201e14;
        border: 1px solid #201e14;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    &.w-340 {
        width: 100%;
        max-width: 340px;
    }
    &:hover {
        opacity: 0.7;
    }
}
.button-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.3;
}

/* hero section */

.tag {
    border: 1px solid #ffffff;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-flex;
    padding: 8px 12px;
}

.hero-section {
    padding: 326px 16px 274px;
    position: relative;

    .wrapper {
        position: relative;
        z-index: 1;
    }
    .title {
        max-width: 980px;
    }
    .desc {
        margin-top: 20px;
    }
    .button {
        margin-top: 40px;
    }
    .link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .img {
        width: 774px;
        position: absolute;
        left: calc(50% + 380px);
        top: calc(50% + 5px);
        transform: translate(-50%, -50%);
    }

    .img2 {
        width: 754px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .img3 {
        width: 1365px;
        position: absolute;
        right: 0;
        top: 30px;
    }
}

.how-it-works-section {
    padding: 175px 16px 60px;
    position: relative;

    .wrapper {
        text-align: center;
    }
    .button {
        margin-top: 70px;
    }
    .list {
        margin-top: 70px;
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .step {
        line-height: 96px;
    }
    .step + .desc {
        margin-top: 20px;
    }
    .big + .desc {
        margin-top: 10px;
    }
    .item {
        max-width: 336px;
        flex: 1;
        text-align: left;
    }
    .bg {
        width: 520px;
        position: absolute;
        left: calc(50% - 1380px);
        top: -140px;
    }
    .img {
        position: absolute;
        top: 180px;
        left: calc(50% - 1120px);
        width: 572px;
    }
}
.features-section {
    padding: 230px 16px 0;
    text-align: center;
    position: relative;

    .wrapper {
        position: relative;
    }
    .img2 {
        position: absolute;
        top: 0;
        left: calc(50% - 1280px);
    }
    .img1 {
        position: absolute;
        top: 60px;
        left: calc(50% + 440px);
    }
    .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 70px auto 0;
        gap: 30px;
        max-width: 990px;

        .item {
            width: calc((100% - 60px) / 2);
            max-width: 460px;
            text-align: center;
            line-height: 0;
            transition: 0.3s;
            overflow: hidden;

            .regular {
                padding: 16px;
                background: #d1ecff;
                border-radius: 10px;
                transition: 0.3s;
                margin-top: 16px;
                text-align: left;
            }
        }
    }
}

.presence-section {
    position: relative;
    padding: 300px 16px 250px;
    text-align: center;
    z-index: 2;

    .list {
        display: flex;
        gap: 30px;
        margin-top: 80px;

        .item {
            flex: 1;
            border-radius: 6px;
            background: #a2d6fa;
            padding: 44px 32px 38px;
            border-radius: 6px;
            border-bottom: 5px solid #ffa6a6;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

            &:nth-child(2) {
                border-color: #b4dffe;
            }
            &:nth-child(3) {
                border-color: #adefd1;
            }
            .img {
                width: 60px;
            }
            .desc {
                margin-top: 20px;
            }
            .big {
                margin-top: 40px;
            }
        }
    }
}

.cta-section {
    padding-bottom: 200px;
    padding-top: 100px;
    text-align: center;
    position: relative;
    z-index: 1;

    .button {
        margin-top: 60px;
    }
    .title + .desc {
        margin-top: 40px;
    }
    .img {
        width: 520px;
        position: absolute;
        top: -312px;
        left: calc(50% + 800px);
        transform: translateX(-50%);
    }
}

.home-page .section-4 {
    padding-bottom: 235px;
    padding-top: 235px;
}
.home-page .section-4 .carousel {
    position: relative;
    margin-top: 38px;
}
.home-page .slick-slide .item {
    padding: 0 11px;
}
.home-page .slick-slide .item .item-wrapper {
    width: 303px;
    box-shadow: 5px 5px 10px 0px #0000004d;
    padding: 9px;
    background: #fff;
    border-bottom: 5px solid #ffa6a6;
    border-radius: 6px;
}
.home-page .slick-slide .item img {
    width: 100%;
}
.home-page .slick-arrow {
    position: absolute;
}

.home-page .slick-list {
    margin-left: -11px;
}
.slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    font-size: 0;
    right: 64px;
    top: -102px;
    background: transparent;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: none;
}
.slick-next {
    right: 0;
}
.slick-prev {
    transform: scaleX(-1);
}

.home-page .section-5 {
    padding: 0 16px;
    position: relative;
}
.home-page .section-5 .wrapper {
    border-radius: 24px;
    background-image: url("../img/new/section5.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 78px;
}
.home-page .section-5 .title {
    color: #fff;
    text-transform: uppercase;
}
.home-page .section-5 .desc {
    margin-top: 40px;
    max-width: 644px;
    color: #fff;
}
.home-page .section-5 .button {
    margin-top: 40px;
}

/* footer */
.home-page .footer {
    background: transparent;
    .bg {
        display: block;
    }
}
.footer {
    position: relative;
    background: #d1ecff;
    padding: 40px 16px;

    .bg {
        width: 100%;
        max-width: 1920px;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none;
    }
}
.cabinet-page .main + .footer {
    margin-top: 0;
    padding-top: 36px;
}
.main {
    position: relative;
    z-index: 1;
}
.footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer .wrapper {
    gap: 16px;
    position: relative;
}
.footer .button {
    min-width: 224px;
}
.footer .social-list {
    display: flex;
    margin-top: 30px;
}
.footer .social-list .img {
    width: 32px;
}
.footer .social-list .item {
    margin-right: 30px;
}
.footer .block-1 {
    flex: 1;
    max-width: 220px;
}
.footer .block-3 .desc {
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    margin-bottom: 30px;
}
.footer .block-3 .item {
    display: table;
    text-decoration: underline;
}
.footer .block-3 .item:hover {
    text-decoration: none;
}
.footer .block-2 {
    text-align: center;
    padding-top: 40px;
}
.footer .block-2 .desc {
    margin-top: 80px;
    font-size: 12px;
    line-height: 18px;
    color: #1f1f1f;
    text-align: center;
}
.footer .block-3 {
    flex: 1;
    max-width: 220px;
}
.footer .desc-1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #1f1f1f;
    margin-top: 20px;
}
.footer .desc-2 {
    font-size: 14px;
    line-height: 28px;
    color: #ffa6a6;
}
.footer .desc-3 {
    margin-top: 32px;
    font-size: 12px;
    line-height: 18px;
    color: #1f1f1f;
}
.footer .payment-method-list {
    margin-top: 36px;
    display: flex;
}
.footer .payment-method-list .img {
    width: 50px;
    margin-right: 36px;
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
}
.modal .close {
    width: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    filter: brightness(0) invert(1);
    z-index: 2;
}
.overlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal .wrapper {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    text-align: center;
    max-height: 100vh;
    overflow: auto;
}
.reg-modal.modal .wrapper {
    flex-direction: row-reverse;
}

.modal.amount-modal .wrapper,
.modal.top-up-modal .wrapper {
    max-width: 540px;
}

.modal.top-up-modal .wrapper .payment-methods {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
    margin-bottom: 12px;
}

.modal.top-up-modal .wrapper .payment-methods .button {
    max-width: 168px;
}

.modal.top-up-modal .wrapper .payment-methods .button.multibanco {
    padding-top: 0;
    padding-bottom: 0;
}

.modal.top-up-modal .wrapper .payment-methods .button.multibanco > img {
    /*background-image: url('../img/multibanco.svg');*/
    /*background-position: center;*/
    /*background-size: 29px;*/
    /*background-repeat: no-repeat;*/
    height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal .form-container {
    width: 100%;
    padding: 0;
    border-radius: 34px;
    background: #ffffff;
    padding: 42px;
    text-align: left;
    position: relative;
}
.modal .form-container form {
    margin-top: 24px;
}

.modal.amount-modal .form-container,
.modal.top-up-modal .form-container {
    width: 100%;
}

.modal.amount-modal .form-container {
    min-height: 300px;
}

.modal.top-up-modal .form-container {
    min-height: 650px;
    overflow: auto;
}

.modal.top-up-modal .form-container .top-up-amount,
.modal.amount-modal .form-container .top-up-amount {
    font-family: "Outfit", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}

.modal.amount-modal .form-container .top-up-amount.min-top-up-amount {
    font-size: 20px;
    line-height: 30px;
}

.reg-modal .side {
    border-radius: 34px;
}
.reg-modal .general-error {
    margin-top: 20px;
}

.modal.amount-modal form {
    margin-top: 23px;
    text-align: center;
}

.modal.top-up-modal label + label {
    margin-top: 10px;
}

label {
    position: relative;
    display: block;
    text-align: left;
}
label + label {
    margin-top: 10px;
}

input, textarea /*, select.input*/ {
    outline: 0;
    background: #f6f8f7;
    border: 1px solid #e9edea;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    padding: 11px 22px;
    width: 100%;
}

:placeholder {
    color: #979797;
}
textarea {
    resize: none;
}

/*select.input {*/
/*    padding: 14.5px 16px;*/
/*}*/

input.input-error,
textarea.input-error {
    border: 1px solid #ea0f0f;
}

form label input ~ .error-message,
form label textarea ~ .error-message,
form label .amount-input ~ .error-message {
    padding: 8px 0 0 16px;
    display: flex;
    color: #d01313;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    justify-content: left;
}

form label .error-message ~ .eye {
    top: 35%;
}

::placeholder {
    color: #afafbc;
}
label .desc.small {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #0d0a2c;
    margin-bottom: 2px;
}
.login-modal .link,
.request-password-restore-modal .link {
    margin-top: 24px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

/*.modal.login-modal.reg-disabled .wrapper {*/
/*    max-width: 551px;*/
/*}*/

.modal.login-modal.reg-disabled .close,
.modal.request-password-restore-modal.reg-disabled .close {
    filter: invert(95%) sepia(14%) saturate(162%) hue-rotate(334deg)
        brightness(89%) contrast(93%);
}

.modal.login-modal.reg-disabled .wrapper .form-container,
.modal.request-password-restore-modal.reg-disabled .wrapper .form-container {
    width: 100%;
}

.modal .checkbox-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 100%;
    margin: 24px 0;
}

.modal.top-up-modal .checkbox-container {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.modal .checkbox-container input {
    display: none;
}
.modal .checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #e8e9f0;
    border-radius: 4px;
    background: #f7f7fc;
}
.modal .checkbox::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/beartist/check.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
}
.modal input:checked + .checkbox::before {
    opacity: 1;
}
.modal .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal .checkbox-label .desc {
    position: static;
    margin-left: 14px;
    color: #afafbc;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    text-align: left;
    width: calc(100% - 38px);
    margin-bottom: 0;
    display: block;
}
.modal .checkbox-label .desc .link {
    line-height: 21px;
}

.request-password-restore-modal .send-button {
    margin-top: 36px;
}

.reg-modal .button {
    min-width: 160px;
    margin-top: 36px;
}

.amount-modal .button {
    margin: 32px auto 0;
    min-width: 166px;
}

.top-up-modal .button {
    margin-top: 16px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
}

.checkbox-label input {
    margin-right: 0.5rem;
}

/*.checkbox {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    border: 1px solid #d6d6d6;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    border-radius: 2px;*/
/*}*/

/*.checkbox:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 0.6rem;*/
/*    height: 0.3rem;*/
/*    border-bottom: 2px solid #fff;*/
/*    border-right: 2px solid #fff;*/
/*    transform: rotate(45deg);*/
/*    opacity: 0;*/
/*}*/

.checkbox-label input:checked + .checkbox:before {
    opacity: 1;
}

.reg-modal.modal .checkbox-container {
    margin-top: 36px;
}

/*.reg-modal.modal .chekbox-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.reg-modal.modal .checkbox-label {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.modal .chekbox-container input {
    display: none;
}

.modal .chekbox-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 100%;
}

.modal.amount-modal .form-container .input-field {
    padding-right: 40px; /* space for the euro sign */
}

.modal.amount-modal .form-container .currency {
    font-family: "Inter", sans-serif;
    position: absolute;
    top: calc(50% + 12px);
    transform: translateY(-50%);
    right: 16px;
    font-weight: bold;
    font-size: 23px;
}

.modal.amount-modal .form-container input::-webkit-outer-spin-button,
.modal.amount-modal .form-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
.modal.amount-modal .form-container input[type="number"] {
    -moz-appearance: textfield;
}

.select-menu {
    max-width: 330px;
}
.select-menu .select-btn {
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
    color: #1f1f1f;
}
.select-menu .select-btn .sBtn-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.select-menu .options {
    position: absolute;
    /*width: 330px;*/
    overflow-y: auto;
    max-height: 295px;
    padding: 0 10px;
    padding-top: 0;
    /*margin-top: 10px;*/
    border-radius: 8px;
    /*background: #fff;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    color: #ffffff;
    z-index: 3;
}
.select-menu .options:not(.active) {
    display: none;
}
.select-menu .options .option {
    display: flex;
    height: 38px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    /*background: #fff;*/
    color: #ffffff;
}
/*.select-menu .options .option:hover {*/
/*    background: #f2f2f2;*/
/*}*/
.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}
.select-menu .options .option .option-text {
    /*font-family: 'Inter', sans-serif;*/
    /*font-size: 18px;*/
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    z-index: 3;
}

.cabinet-page .select-menu .select-btn {
    color: #000000;
}

.cabinet-page .select-menu .options .option .option-text {
    /*font-family: 'Inter', sans-serif;*/
    /*font-size: 18px;*/
    color: #000000;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}
.select-menu.active .options {
    display: block;
    /*opacity: 0;*/
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    background: #1c331f;
}

.cabinet-page .select-menu.active .options {
    background: #dbd7d7;
}

/**/

/*.top-up-modal .select-container {*/
/*    position: relative;*/
/*}*/

/*.top-up-modal .select {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-color: #fff;*/
/*    border: 1px solid #c4c4c4;*/
/*    border-radius: 3px;*/
/*    color: #222;*/
/*    font-size: 14px;*/
/*    height: 40px;*/
/*    padding: 0 12px;*/
/*    width: 100%;*/
/*}*/

/*.top-up-modal .select:focus {*/
/*    border: 1px solid #0081ff;*/
/*    outline: none;*/
/*}*/

/*.top-up-modal .select-arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 8px;*/
/*    transform: translateY(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 6px solid #555;*/
/*    border-right: 6px solid transparent;*/
/*    border-left: 6px solid transparent;*/
/*}*/

/*.top-up-modal .select.open + .select-arrow {*/
/*    border-top: 0;*/
/*    border-bottom: 6px solid #555;*/
/*}*/

/*.error-message {*/
/*    color: #e74c3c;*/
/*    font-size: 12px;*/
/*    margin-top: 5px;*/
/*}*/

/**/

/*.reg-modal.modal .checkbox {*/
/*    margin-right: 10px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border: 2px solid #A0A0A0;*/
/*    border-radius: 2px;*/
/*    cursor: pointer;*/
/*}*/

.modal .checkbox-container + .button {
    vertical-align: middle;
    min-width: 160px;
}
label .eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 28px;
    height: 28px;
    background-image: url("../img/eye.svg");
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}
label .eye.active {
    background-image: url("../img/eye-closed.svg");
}

.modal {
    .title-container {
        display: flex;
        align-items: center;
        justify-content: center;

        .title.disabled {
            color: #84848e;
            background: #e8e9f0;
        }
    }
    .title + .title.disabled {
        border-top-right-radius: 24px;
    }
    .title:first-child.disabled {
        border-top-left-radius: 24px;
    }
    label + .button {
        margin-top: 24px;
    }
}

.cabinet-page .wrapper {
    width: 100%;
    position: relative;
}
.cabinet-page .wrapper.request-wrapper {
    padding-bottom: 40px;
}
.cabinet-page .top {
    display: flex;
    justify-content: space-between;
}
.cabinet-page .top .breadcrumbs {
    display: flex;
    align-items: center;
}
.cabinet-page .top .breadcrumbs .link {
    display: flex;
    transform: scale(-1);
    margin-right: 16px;
}
.cabinet-page .top .right {
    z-index: 1;
}
.cabinet-page .top .link .img {
    width: 28px;
}
.cabinet-content {
    position: relative;
    padding: 36px;
    display: flex;
}
.cabinet-content.request-form {
    display: block;
    padding: 0;
}
.cabinet-content .user-info .img {
    width: 120px;
}
.cabinet-content .user-info .name {
    margin-top: 32px;
}
.cabinet-content .user-info .email {
    font-size: 14px;
    line-height: 21px;
    color: #646464;
}
.cabinet-content .user-info .nav {
    display: table;
    margin: 65px auto 0;
}
.cabinet-content .user-info .link {
    display: table;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    padding-left: 28px;
    position: relative;
}
.cabinet-content .user-info .link:before {
    content: "";
    width: 10px;
    height: 10px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /*background-image: url('../img/arrow-yellow.svg');*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-container {
    width: 100%;
    margin-top: 25px;
}

.profile-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-container form .form-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 388px;
    width: 100%;
    gap: 10px;
}

.profile-container form .form-row:not(:last-child) {
    margin-bottom: 16px;
}

.profile-container form .form-row .form-column {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 5px);
}

.carousel-container {
    width: 100%;
}

.cabinet-content .left {
    width: 100%;
}
.cabinet-content .right {
    width: 100%;
}
.cabinet-content .user-info {
    text-align: center;
}
.cabinet-content .balance-container {
    padding: 30px 30px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.cabinet-content .carousel-container {
    padding: 50px 64px 28px;
    text-align: center;
}
.cabinet-content .carousel .item {
    padding: 0 8px;
}
.cabinet-content .carousel {
    margin-top: 24px;
}
.cabinet-content .balance {
    text-align: center;
    flex: 1;
    padding-left: 206px;
}
.cabinet-content .balance .desc {
    font-size: 14px;
    line-height: 21px;
    color: #646464;
}
.cabinet-content .balance .title {
    line-height: 40px;
    font-size: 36px;
}

.cabinet-content .slick-arrow {
    width: 50px;
    height: 50px;
    background-image: url("../img/arrow-yellow-big.svg");
    background-size: 18px;
    left: -42px;
}
.cabinet-content .slick-next {
    left: auto;
    right: -42px;
}
.cabinet-content .request-left {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.premium-request-wrapper .cabinet-content .request-left {
    justify-content: stretch;
}
.cabinet-content .request-left form {
    text-align: center;
}
.cabinet-content .request-left .button {
    min-width: 138px;
    margin-top: 36px;
}
.request-wrapper .info-wrapper {
    position: relative;
    margin-top: 6px;
}
.request-wrapper .info-wrapper .info {
    display: flex;
    column-gap: 35.47px;
    margin-left: 38.5px;
    max-width: 802.49px;
    margin-right: 16px;
}
.request-wrapper .info-wrapper .info .desc {
    margin-top: 0;
}
.cabinet-content .request-left .info .img,
.request-wrapper .info .img {
    width: 28px;
}
.cabinet-content .request-left .info .desc,
.request-wrapper .info .desc {
    color: #868686;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
}
.cabinet-content .request-left .request-price {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 8px;
}
.cabinet-content .request-left .request-price.premium-request-price {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}
.cabinet-content .request-left .request-price .old-price {
    text-decoration: line-through;
    text-decoration-color: red;
}
.cabinet-content .request-left .request-price .new-price {
    font-size: 14px;
    margin-left: 2px;
}
.cabinet-content .books {
    width: 60%;
    display: none;
}
.info {
    display: flex;
    gap: 10px;
}
.cabinet-content .ai {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cabinet-content .ai .desc {
    display: none;
}
.request-right {
    display: flex;
    margin-top: 24px;
}
.cabinet-content .ai .button {
    width: 206px;
    align-self: center;
}
.cabinet-content td {
    padding: 32px 12px;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}
.cabinet-content tbody td.desc.small {
    font-size: 14px;
}
.cabinet-content thead td {
    font-size: 12px !important;
    padding: 24px;
    color: #979797;
}
.cabinet-content tbody tr:nth-child(odd) td {
    background: #f6f8f7;
}
.cabinet-content tbody tr:last-child td:first-child {
    border-bottom-left-radius: 24px;
}
.cabinet-content tbody tr:last-child td:last-child {
    border-bottom-right-radius: 24px;
}
.cabinet-content td:first-child {
    padding-left: 32px;
    width: 20%;
}
.cabinet-content thead {
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
}
.cabinet-content thead td:first-child {
    border-top-left-radius: 24px;
}
.cabinet-content td:nth-child(2) {
    width: 20%;
}
.cabinet-content td:last-child {
    padding-left: 32px;
    width: 20%;
}
.cabinet-content thead td:last-child {
    border-top-right-radius: 24px;
}
.cabinet-content tbody td:last-child {
    padding-right: 32px;
}

.cabinet-content.cabinet-payment-history tbody td:last-child {
    padding-right: 32px;
}

.cabinet-content td .img {
    width: 100px;
}
.cabinet-content-history {
    padding: 0;
    display: block;
}
.cabinet-content-history table {
    width: 100%;
}
.cabinet-content .pagination {
    padding: 16px 42px;
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    border-radius: 0 0 24px 24px;
}
.cabinet-content .pagination .item {
    font-size: 14px;
    line-height: 48px;
    width: 24px;
    border-radius: 100%;
    text-align: center;
    color: #00000040;
}
.cabinet-content .pagination .item.active {
    font-weight: 700;
    color: #000000;
}
.cabinet-content .pagination .arrow {
    background: transparent;
    background-image: url("../img/new/pagArrow.svg");
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    border: 1px solid #0d0a2c;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
.cabinet-content .pagination .arrow.prev {
    transform: scale(-1);
    margin-left: 12px;
}
.cabinet-content .pagination .arrow.next {
    margin-left: 12px;
}
.cabinet-page {
    padding-top: 138px;
}
.cabinet-page .main {
    padding: 0 16px;
}
.wrapper .payment-result.desc {
    font-size: 20px;
}
.wrapper .payment-result.desc a {
    /*font-size: 14px;*/
    /*line-height: 28px;*/
    font-size: 20px;
    color: #18aeff;
}
.wrapper .payment-result {
    text-align: center;
    margin: 15px auto;
}

strong {
    font-weight: bold;
}

.text .desc {
    width: 100%;
}
.text .desc + .desc {
    margin-top: 48px;
}
.text .desc.short {
    margin-top: 48px;
    width: 50%;
}
.text .desc.short {
    padding-right: 18px;
}
.text .desc.short + .desc.short {
    padding-left: 18px;
    padding-right: 0;
}
.text .desc b {
    line-height: 200%;
}

.password-restore-modal .button {
    margin-top: 36px;
}

.request-password-restore-modal .restore-password-start {
}

.request-password-restore-modal .restore-password-finish {
    display: none;
    /*height: 100%;*/
}

.request-password-restore-modal .restore-password-finish .title {
    margin-top: 116px;
}

.download-img-wrapper .input-container {
    margin-bottom: 4px;
}

.download-img-wrapper .input-container:nth-child(2) {
    margin-bottom: 10px;
}

.download-img-wrapper .input-container .select2.select2-container {
    height: auto;
    padding: 2px 0px;
}

.download-img-wrapper
    .input-container
    .select2-container--default
    .select2-selection--single {
    height: auto;
}

.download-img-wrapper
    .input-container
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 3px 16px;
}

.request-table-container .button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    padding: 5px 12px;
    font-size: 18px;
}

.request-form .request-left .form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 14px;
}

.request-form .request-left .form-wrapper label {
    margin-top: 0;
}

.cabinet-page .main-left .info .img-container {
    background: #fff;
    border-radius: 8px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cabinet-page .main-left .info .img {
    width: 42px;
}
.cabinet-page .main-wrapper > .wrapper {
    display: flex;
    gap: 16px;
    padding: 0 0 70px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cabinet-page .main-left {
    width: calc(32% - 8px);
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 42px 32px;
    text-align: center;
}
.cabinet-page .main-left .info {
    text-align: left;
}
.cabinet-page .main-left .info .text {
    gap: 24px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}
.cabinet-page .main-left .info .name-container .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
}
.cabinet-page .main-left .info .name-container .title + .desc {
    font-size: 18px;
    line-height: 26px;
    color: #2b4127;
}
.cabinet-page .main-left .info .link {
    margin-top: 6px;
}
.cabinet-page .main-left .balance-container {
    margin-top: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    gap: 8px;
}
.cabinet-page .main-left .balance-container .balance {
    text-align: left;
}
.cabinet-page .main-left .balance-container .balance .title.small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

button .spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

button.loading span {
    visibility: hidden;
    opacity: 0;
}

button.loading .spinner {
    opacity: 1;
    visibility: visible;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cabinet-page .main-left .balance-container .balance .title.amount {
    font-size: 32px;
    line-height: 48px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.cabinet-page .main-left .balance-container .balance .title.amount .big {
    font-size: 32px;
    line-height: 48px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.cabinet-page .main-left .amount {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 56px;
    gap: 12px;
}
.cabinet-page .main-left .button {
    display: table;
    font-size: 14px;
    color: #0f2028;
}
.cabinet-page .main-wrapper .main-right {
    width: calc(68% - 8px);
}
.cabinet-page .main-wrapper .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f8f7;
    border-radius: 8px;
    padding: 4px;
    gap: 18px;
    overflow: auto;
    white-space: nowrap;
}
.cabinet-page .main-wrapper .nav-container .hover-link {
    z-index: 2;
}
.cabinet-page .main-wrapper .nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 18px;
    z-index: 2;
}
.cabinet-page .main-wrapper .nav-container a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
}
.cabinet-page .main-wrapper .nav-container img {
    width: 20px;
}
.cabinet-page .main-wrapper .nav-container b {
    font-weight: 400;
}
.cabinet-page .main-wrapper .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 42px;
    width: 100%;
    padding: 0 16px;
}
.cabinet-page .main-wrapper .project-list {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 26px;
}
.cabinet-page .main-wrapper .project-list .item {
    width: calc((100% - 52px) / 3);
    height: 0;
    padding-top: calc((100% - 52px) / 3);
    overflow: hidden;
    position: relative;
}
.cabinet-page .main-wrapper .project-list .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: gray;
    border-radius: 24px;
}
.cabinet-page .main-wrapper .nav .active {
    background: #0f2028;
}
.cabinet-page .main-wrapper .nav .active b {
    font-weight: 700;
    color: #fff;
}
.cabinet-page .main-wrapper .nav .active img {
    filter: brightness(0) invert(1);
}

.terms-text {
    padding: 0 0 70px;
    font-family: "Inter", sans-serif;
    line-height: 24px;
}

.terms-text .title {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
}

.cabinet-content-container {
    margin-top: 38px;
}

.lang-select-container {
    margin-right: 12px;
    position: relative;
}
.lang-select {
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    padding-right: 20px;
    position: relative;
}
.lang-select-container::before {
    content: "▼";
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cabinet-page .lang-select-container::before,
.cabinet-page .header .desc {
    color: #000;
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
}
.modal .close {
    width: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    filter: brightness(0);
    z-index: 2;
}
.overlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal .wrapper {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-height: 100vh;
    overflow: auto;
}
.reg-modal.modal .wrapper {
    flex-direction: row-reverse;
}

.modal.amount-modal .wrapper,
.modal.top-up-modal .wrapper {
    max-width: 540px;
}

.modal.top-up-modal .wrapper .payment-methods {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
    margin-bottom: 12px;
}

.modal.top-up-modal .wrapper .payment-methods .button {
    max-width: 168px;
}

.modal.top-up-modal .wrapper .payment-methods .button.multibanco {
    padding-top: 0;
    padding-bottom: 0;
}

.modal.top-up-modal .wrapper .payment-methods .button.multibanco > img {
    /*background-image: url('../img/multibanco.svg');*/
    /*background-position: center;*/
    /*background-size: 29px;*/
    /*background-repeat: no-repeat;*/
    height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal .form-container {
    width: 100%;
    padding: 0;
    border-radius: 30px;
    background: #ffffff;
    padding: 60px 42px;
    text-align: left;
    position: relative;
    text-align: center;
}
.modal .form-container form {
    margin-top: 24px;
}

.modal.amount-modal .form-container,
.modal.top-up-modal .form-container {
    width: 100%;
}

.modal.amount-modal .form-container {
    min-height: 300px;
}

.modal.top-up-modal .form-container {
    min-height: 650px;
    overflow: auto;
}

.modal.top-up-modal .form-container .top-up-amount,
.modal.amount-modal .form-container .top-up-amount {
    font-family: "Alumni Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}

.modal.amount-modal .form-container .top-up-amount.min-top-up-amount {
    font-size: 20px;
    line-height: 30px;
}
.modal .side {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.modal .button {
    width: 100%;
}
.modal .side .link {
    background-color: transparent;
    margin: 0;
}
.reg-modal .general-error {
    margin-top: 20px;
}

.modal.amount-modal form {
    margin-top: 23px;
    text-align: center;
}

.modal.top-up-modal label + label {
    margin-top: 10px;
}

/* media */
@media screen and (max-width: 1200px) {
    .title.big {
        font-size: 56px;
        line-height: 76px;
    }
    .home-page .hero-section {
        padding: 164px 16px 215px;
        padding-top: 220px;
    }
    .home-page .hero-section .right {
        padding: 26px 52px;
    }
    .home-page .section-2 {
        padding: 48px 16px;
    }
    .home-page .section-2 .block-2 {
        margin-top: 48px;
    }
    .cabinet-page .main-wrapper .nav {
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .home-page .section-2 .shapes {
        left: calc(50% + 510px);
    }
    .home-page .section-2 .block-1 {
        width: 70%;
        max-width: 712px;
    }
    .home-page .section-2 .block-4 {
        margin-top: 52px;
        width: 100%;
    }
    .home-page .section-2 .block-3 {
        margin-top: 62px;
    }
    .home-page .section-2 .block-5 {
        margin-top: 52px;
        width: 100%;
    }
    .home-page .section-2 .block-6 {
        margin-top: 52px;
    }
    .footer .block-4 .button {
        width: 100%;
        max-width: 273px;
    }
    .home-page .section-3 .block-3 {
        margin-top: 77px;
    }
    .home-page .section-3 {
        padding-bottom: 48px;
    }
    .home-page .section-3 .icon {
        width: 160px;
        height: 160px;
    }
    .home-page .section-3 .icon .img {
        width: 80px;
    }
    .home-page .section-3 .path {
        display: none;
    }
    .home-page .section-3 .row:nth-child(3) .block-1 {
        padding-left: 100px;
    }
    .home-page .section-3 .block-1 {
        width: 40%;
    }
    .home-page .section-3 .row:nth-child(2) .block-1 {
        padding-left: 100px;
    }
    .home-page .section-3 .wrapper .row + .row {
        margin-top: 64px;
    }
    .footer .social-list .item {
        margin-bottom: 16px;
        display: inline-block;
    }
    .footer .block-1 .desc {
        margin-top: 40px;
    }
    .cabinet-content .carousel-container {
        padding-right: 24px;
        padding-left: 64px;
    }
    .cabinet-content .user-info .img {
        width: 64px;
    }
    .cabinet-content .balance {
        padding-left: 0;
    }
    .cabinet-content .request-left {
        padding-top: 0;
    }
    .cabinet-content .request-left .info,
    .request-wrapper .info {
        margin-top: 24px;
    }
    .cabinet-content-container {
        margin-bottom: 0;
    }
    .cabinet-content td:nth-child(2) {
        width: 10%;
    }
    .title.large {
        font-size: 48px;
        line-height: 56px;
    }
    .home-page .section-2 .features {
        display: none;
    }
    .home-page .section-3 .wrapper .list .item {
        display: block;
    }
    .home-page .section-3 .wrapper .list .item + .item {
        margin-top: 16px;
    }
    .home-page .section-3 .wrapper .list .item:first-child {
        background: transparent;
    }
    .home-page .section-3 .path-step-list {
        display: none;
    }
    .cabinet-page .main-wrapper > .wrapper {
        flex-direction: column;
    }
    .cabinet-page .main-left,
    .cabinet-page .main-wrapper .main-right {
        width: 100%;
    }
    .cabinet-page .main-wrapper > .wrapper {
        padding: 0;
    }
    .home-page .hero-section .desc {
        position: static;
        margin-top: 16px;
    }
    .home-page .hero-section .button {
        position: relative;
        order: 4;
        left: 0;
        top: 0;
        margin-top: 16px;
    }
    .home-page .hero-section .title + .title {
        padding-left: 0;
    }
    .home-page .hero-section .wrapper {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }
    .home-page .section-3 .path-step {
        display: none;
    }
    .home-page .section-3 .wrapper .list .item .desc {
        display: block;
    }
    .home-page .section-3 .wrapper .list .item {
        background: #f6f6f8;
        border-color: #ff7627;
    }
    .home-page .slick-active {
        transform: scale(1.2) translateX(-14px);
    }
    .home-page .slick-active + .slick-slide .item {
        padding-left: 44px;
    }
    .slick-arrow {
        left: 300px;
    }
    .slick-next {
        left: 364px;
    }
}

@media screen and (max-width: 768px) {
    .title.big {
        font-size: 42px;
        line-height: 56px;
        text-align: center;
    }
    .desc {
        font-size: 18px;
        line-height: 32px;
    }
    .header {
        padding-top: 32px;
    }
    .header .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .header .right {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .home-page .hero-section .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .home-page .hero-section .cube {
        display: none;
    }
    .home-page .hero-section .left {
        width: 100%;
        text-align: center;
    }
    .home-page .hero-section .right {
        width: 100%;
        margin-top: 24px;
    }
    .home-page .hero-section .right {
        padding: 0;
    }
    .home-page .hero-section .button {
        margin: 24px auto 0;
    }
    .home-page .hero-section {
        padding-bottom: 80px;
    }
    .home-page .section-2 .shapes {
        display: none;
    }
    .home-page .section-2 .block-1 {
        width: 100%;
    }
    .home-page .section-2 .block-2 .divider {
        max-height: 120%;
    }
    .home-page .section-2 .block-num .desc,
    .home-page .section-2 .block-4 .desc {
        margin-top: 0;
    }
    .home-page .section-3 .block-1,
    .home-page .section-3 .row:nth-child(2) .block-1,
    .home-page .section-3 .row:nth-child(3) .block-1 {
        width: 100%;
        padding-left: 0;
    }
    .home-page .section-3 .icon {
        margin: 0 auto;
    }
    .home-page .section-3 .shapes2,
    .home-page .section-3 .shapes3 {
        display: none;
    }
    .home-page .section-3 .block-2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 24px;
    }

    .home-page .section-3 .desc.small {
        margin: 24px auto 0;
    }

    .home-page .section-4 .logo {
        margin-top: 32px;
    }
    .slick-arrow {
        left: 16px;
        bottom: 16px;
    }
    .slick-next {
        left: 80px;
    }
    .footer {
        padding: 32px 16px;
        margin-top: 0;
    }
    .footer .wrapper {
        flex-direction: column;
        text-align: center;
    }
    .footer .block-1 {
        width: 100%;
        padding-right: 0;
    }
    .footer .social-list .item {
        margin: 0 8px 16px;
    }
    .footer .block-1 .desc {
        margin-top: 16px;
    }
    .footer .block-2 {
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }
    .footer .block-2 .item,
    .footer .block-2 .item:last-child {
        margin: 0 auto 16px;
    }
    .footer .block-3 {
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }
    .footer .block-3 .desc-3 {
        margin-top: 16px;
    }
    .footer .block-4 {
        width: 100%;
        padding: 0;
        margin-top: 32px;
        text-align: center;
    }
    .footer .payment-method-list {
        margin-top: 24px;
        justify-content: center;
    }
    .footer .payment-method-list .img {
        margin: 0 16px;
    }
    .cabinet-page .main {
        padding-bottom: 32px;
    }
    .request-form .request-left .form-wrapper label .select2-container {
        max-width: unset;
    }
    .request-form
        .request-left
        .form-wrapper
        label
        .select2-container--open
        .select2-dropdown--below {
        max-width: unset;
    }
    .cabinet-content {
        flex-direction: column;
    }
    .cabinet-content .left {
        width: 100%;
    }
    .cabinet-content {
        padding: 16px;
    }
    .cabinet-content .user-info .name {
        margin-top: 16px;
    }
    .cabinet-content .user-info .nav {
        margin: 24px auto 0;
    }
    .cabinet-content .right {
        width: 100%;
        padding-left: 0;
    }
    .cabinet-content .balance-container {
        flex-direction: column;
        padding: 24px 0 0;
    }
    .cabinet-content .balance-container .button {
        margin: 24px auto 0;
        max-width: 180px;
    }
    .cabinet-content .carousel-container {
        padding: 32px 32px 0;
    }
    .cabinet-content .request-left {
        padding-top: 16px;
    }
    .cabinet-page .shapes4 {
        display: none;
    }
    .cabinet-content .request-right {
        padding-top: 32px;
        flex-direction: column;
    }
    .cabinet-content .request-left form {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .cabinet-content .books {
        width: 100%;
    }
    .cabinet-content .ai {
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
        text-align: center;
    }
    .cabinet-content .ai .button {
        margin-top: 24px;
    }
    .cabinet-content .pagination {
        flex-wrap: wrap;
    }
    .cabinet-content-history .table-container {
        overflow: auto;
    }
    .cabinet-content thead td {
        padding: 12px;
    }
    .cabinet-content td:first-child {
        width: auto;
        padding-left: 16px;
    }
    .cabinet-content td:last-child {
        width: auto;
        padding-right: 16px;
    }

    .cabinet-content tbody td:last-child {
        width: auto;
        padding-right: 16px;
    }
    .cabinet-content-history table {
        min-width: 600px;
    }
    .text .desc.short {
        width: 100%;
        padding-right: 0;
    }
    .text .desc.short + .desc.short {
        padding-left: 0;
    }
    .text {
        padding-bottom: 0;
    }
    .modal .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .modal .form-container {
        width: 100%;
        padding: 24px;
    }
    .modal form {
        margin-top: 12px;
    }
    .login-modal .link,
    .request-password-restore-modal .link {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .modal .checkbox-container {
        width: 100%;
    }
    .modal .checkbox-label .desc {
        width: auto;
    }
    .modal .checkbox-label {
        justify-content: center;
    }
    .modal .checkbox-container + .button {
        margin-top: 24px;
    }
    .modal .form-container {
        min-height: 0;
    }
    .modal .side .desc {
        margin-top: 16px;
    }
    .modal .button.white {
        margin-top: 24px;
    }
    .modal .close {
        top: 12px;
        right: 12px;
    }
    .reg-modal .side {
        order: 2;
    }
    .request-wrapper .info-wrapper .info {
        margin-left: 16px;
    }
    .header .reg-open .img {
        display: none;
    }
    .title.large {
        font-size: 36px;
        line-height: 42px;
    }
    .home-page .section-2 .shape {
        display: none;
    }
    .home-page .section-2 .item .title {
        width: 100%;
    }
    .home-page .section-2 .item .desc {
        padding-left: 0;
        width: 100%;
    }
    .home-page .section-2 .item:nth-child(2),
    .home-page .section-2 .item + .item {
        margin-top: 24px;
    }
    .home-page .section-3 {
        padding-top: 40px;
    }
    .home-page .section-3 .wrapper .right .list {
        margin-top: 32px;
    }
    .home-page .section-3 .desc.small {
        padding-left: 0;
    }
    .home-page .section-4 .carousel {
        margin-top: 24px;
    }
    .home-page .section-5 {
        padding: 40px 16px;
    }
    .home-page .section-5 .wrapper {
        padding: 16px;
    }
    .footer .block-3,
    .footer .block-1 {
        max-width: 100%;
    }
    .footer .payment-method-list {
        flex-wrap: wrap;
        gap: 8px 0;
    }
    .modal .checkbox-container,
    .modal .chekbox-container {
        width: 100%;
        margin-bottom: 0;
    }
    .reg-modal .button,
    .modal .checkbox-container + .button {
        margin-top: 16px;
    }
    .cabinet-page {
        padding-top: 220px;
    }
    .cabinet-page .main-left {
        padding: 16px;
    }
    .button.bordered {
        padding: 12px;
    }
    .header .right .name {
        margin-right: 0;
    }
    .home-page .section-3 .wrapper {
        display: block;
    }
    .home-page .section-3 .wrapper .right {
        padding-left: 0;
    }
    .home-page .section-3 .wrapper .list-acc {
        padding: 0;
    }
    .home-page .section-2 .list {
        margin-top: 24px;
    }
    .home-page .section-2 .item-container {
        margin-top: 24px;
        display: block;
    }
    .home-page .section-2 .item.last {
        margin-top: 24px;
    }
    .home-page .section-4 .text {
        width: 100%;
        min-width: 0;
        padding-bottom: 16px;
    }
    .home-page .section-4 .wrapper {
        display: block;
    }
    .home-page .section-4 .carousel {
        padding: 30px 0;
        margin-top: 0;
    }
    .footer .social-list {
        justify-content: center;
    }
    .footer .block-4 {
        margin: 0 auto;
    }
    .footer .block-2 {
        margin: 0 auto;
    }
    .logo {
        justify-content: center;
    }
    .home-page .hero-section .title,
    .home-page .hero-section .desc {
        max-width: 100%;
    }
    .home-page .hero-section .link {
        display: none;
    }
    .home-page .hero-section .img {
        position: static;
        width: 100%;
        display: none;
    }
    .home-page .section-2 .list-wrapper {
        flex-direction: column;
    }
    .home-page .section-2 .item-container {
        width: 100%;
    }
    .home-page .section-2 .list,
    .home-page .section-2 .item-container {
        margin-top: 0;
    }
    .home-page .section-2 {
        padding: 40px 16px;
    }
    .home-page .section-2 .img {
        display: none;
    }
    .home-page .section-2 .list-wrapper + .list-wrapper {
        margin-top: 16px;
    }
    .home-page .section-4 .text {
        padding: 16px;
    }
    .home-page .section-3 .title.big {
        font-size: 36px;
        line-height: 42px;
    }
    .home-page .section-3 .wrapper .left {
        padding-left: 0;
        width: 100%;
    }
    .home-page .section-3 .wrapper .right {
        padding: 0;
        margin-top: 16px;
    }
    .home-page .section-3 .wrapper .right .list {
        margin-top: 0;
    }
    .home-page .section-3 .wrapper .list-acc .item {
        padding: 16px;
    }
    .footer .block-3 .item {
        margin: 0 auto 30px;
    }
    .how-it-works-section {
        padding: 40px 16px;
    }
    .title.title-70 {
        font-size: 46px;
        line-height: 120%;
    }
    .how-it-works-section {
        .step {
            line-height: 32px;
        }
        .list {
            gap: 30px;
            flex-direction: column;
        }
    }
    .features-section {
        padding: 40px 16px;
    }
    .features-section {
        .list {
            flex-direction: column;

            .item {
                width: 100%;
            }
        }
    }
    .home-page .slick-arrow {
        display: none !important;
    }
    .home-page .section-4 {
        padding: 40px 16px;
    }
    .footer .footer-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .cabinet-page .top {
        flex-direction: column;
        row-gap: 22px;
    }

    .cabinet-page .top .right {
        display: flex;
        justify-content: center;
    }

    .modal.top-up-modal .wrapper .payment-methods {
        flex-direction: column;
        align-items: center;
    }

    .modal.top-up-modal .wrapper .payment-methods .button {
        max-width: 250px;
        width: 100%;
    }

    .modal.top-up-modal .wrapper .payment-methods .button.multibanco {
        flex-direction: column;
        align-items: center;
        margin-top: 26px;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background: #f6f8f7;
    border: 1px solid #e9edea;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 48px;
    padding: 9px 16px;
}
body .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-radius: 24px !important;
    height: 48px;
    width: 100%;
}
.select2-search--dropdown {
    display: none;
}
.select2-container {
    width: 100% !important;
    /*max-width: 80vw;*/
}
select.input
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 11px;
    right: 12px;
    background: url("../img/arrow-down.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    opacity: 0;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    margin-top: 0px;
    overflow: hidden;
    box-shadow: none;
    transform: translateY(1px);
    border-top: 1px solid #aaabb6;
    /*max-width: 80vw;*/
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #aaabb6;
}
body .select2-container--default .select2-results__option--selected,
body .select2-results__option,
body
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable,
body
    .select2-container--default
    .select2-results__option--highlighted[aria-selected],
body
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background: #f0f2f3;
    color: #aaabb6;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}
.select2-results__option {
    margin-top: 12px;
}
.select2-dropdown {
    background: #f0f2f3;
    border: 1px solid #aaabb6;
}
.select2-container--default .select2-results > .select2-results__options {
    padding-bottom: 12px;
    background: #f0f2f3;
}

.select-container {
    text-align: left;
    display: flex;
    align-items: center;
}
.select-container {
    margin-right: 26px;
}
.select-container-reset {
    margin-right: 0;
}
.select-container .desc + .select2 {
    margin-left: 16px;
}
.request-form button {
    display: flex;
    justify-content: center;
}
.error-message {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #d01313;
}
