html {
    scroll-behavior: smooth;
}
body {
    background: #1c1c1c;
}
body.hidden {
    overflow: hidden;
}
.page {
    overflow: hidden;
    position: relative;
}
.title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}
.title b {
    font-weight: 700;
}
.title.regular {
    font-size: 32px;
}
.title.medium {
    font-size: 48px;
}
.title.big {
    font-size: 64px;
}
.desc {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.text-yellow {
    color: #e9fe5e;
}
.text-aqua {
    color: #74edf4;
}
.text-black {
    color: #1c1c1c;
}
.desc b {
    font-weight: 700;
}
.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: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: 0.3s;
    border-radius: 14px;
    background: #1c1c1c;
    border: 2px solid #e9fe5e;
    position: relative;
    padding: 12px;
    min-width: 224px;
    text-transform: uppercase;
}
.button:hover {
    opacity: 1;
    background: #37373d;
}
.button.wand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px 8px 22px;
    min-width: 166px;
    text-transform: unset;
}
.button.wand .img {
    width: 16px;
}
.button.white {
    border: 1px solid #ffffff;
    background: transparent;
    box-shadow: none;
}
.button:disabled {
    opacity: 0.5;
    cursor: auto;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.section {
    padding: 0 16px;
}

.wrapper .payment-result {
    text-align: center;
    margin: 45px auto;
}

.wrapper .payment-result.desc {
    font-size: 20px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    gap: 6px;
}
.wrapper .payment-result.desc a {
    color: #4f63fc;
}

/* header */
.header {
    z-index: 1;
    width: 100%;
    padding: 20px 16px 0;
    position: relative;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}

.header .login-open {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #e9fe5e;
    border-radius: 14px;
    color: #161625;
    padding: 12px;
    min-width: 120px;
    display: table;
    text-align: center;
}
.header .reg-open {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #37373d;
    border-radius: 14px;
    color: #fff;
    padding: 12px;
    min-width: 120px;
    display: table;
    text-align: center;
}
.header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}
.header .logo .img {
    width: 118px;
}
.header .profile-link {
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
    padding: 9px 16px;
    border-radius: 14px;
    background: #37373d;
}
.header .generate-button {
    min-width: 0;
    padding: 4px 22px;
    background: #e9fe5e;
    color: #161625;
    font-size: 14px;
}
.header .profile-link .desc {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-dropdown-container {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.header .profile-link:hover .profile-dropdown-container {
    opacity: 1;
    visibility: visible;
}
.profile-dropdown {
    background: #161625;
    border: 1px solid #333042;
    border-radius: 12px;
    padding: 12px;
}
.profile-dropdown .nav {
    display: flex;
    flex-direction: column;
}
.profile-dropdown .profile-top {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.profile-dropdown .profile-top .desc.small {
    font-size: 12px;
    line-height: 14px;
}
.profile-dropdown .profile-top .desc + .desc {
    margin-top: 6px;
}
.profile-dropdown .profile-top .img {
    width: 38px;
}
.profile-dropdown .nav {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #333042;
    gap: 8px;
}
.profile-dropdown .nav .desc {
    background-position: top 50% left 0;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 44px;
    white-space: nowrap;
}
.profile-dropdown .nav .desc-myproject {
    background-image: url("../img/genpix/myProject.svg");
}
.profile-dropdown .nav .desc-requests {
    background-image: url("../img/genpix/requestHistory.svg");
}
.profile-dropdown .nav .desc-payments {
    background-image: url("../img/genpix/paymentHistory.svg");
}
.profile-dropdown .nav .desc-logout {
    background-image: url("../img/genpix/logout.svg");
}

/* hero section */
.hero-section {
    padding: 38px 16px 55px;
    position: relative;
    text-align: center;
}
.hero-section .wrapper {
    background: linear-gradient(180deg, #4f63fc 0%, #3040bc 100%);
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}
.hero-section .wrapper .relative {
    position: relative;
    padding: 82px 16px 128px;
}
.hero-section .wrapper .bg {
    width: 580px;
    position: absolute;
    right: 35px;
    top: -95px;
}
.hero-section .desc {
    margin: 42px auto 0;
    max-width: 816px;
}
.hero-section .button {
    margin-top: 42px;
}
.hero-section .tag-1 {
    position: absolute;
    left: 75px;
    bottom: 36px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
}
.hero-section .tag-2 {
    position: absolute;
    left: 84px;
    bottom: 28px;
}
.hero-section .tag-3 {
    position: absolute;
    right: 54px;
    bottom: 28px;
}

/* section 2 */
.home-page .section-2 {
    position: relative;
    z-index: 1;
}
.home-page .section-2 .wrapper {
    position: relative;
}
.home-page .section-2 .bg {
    position: absolute;
    top: -80px;
    left: calc(50% + 80px);
    transform: translateX(-50%);
    width: 1748px;
}
.home-page .section-2 .flower {
    width: 106px;
}
.home-page .section-2 .flower2 {
    position: absolute;
    top: 160px;
    right: 74px;
    width: 100px;
}
.home-page .section-2 .flex {
    margin-top: 34px;
    padding-left: 82px;
    padding-right: 156px;
    gap: 16px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.home-page .section-2 .flex .title:first-child {
    max-width: 422px;
    font-size: 16px;
}
.home-page .section-2 .flex .title:last-child {
    max-width: 448px;
    font-size: 20px;
    margin-top: 122px;
}
.home-page .section-2 .title.one {
    margin: 126px auto 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    font-size: 20px;
    color: #b6b6b6;
}
.home-page .section-2 .title.two {
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    font-size: 32px;
    color: #e9fe5e;
}
.home-page .section-2 .title.three {
    font-size: 32px;
    margin-top: 30px;
    text-align: center;
}
.home-page .section-2 .title.one .img {
    width: 35px;
}
.home-page .section-2 .title.two .img {
    width: 35px;
}

.home-page .section-3 {
    padding: 126px 16px;
    text-align: center;
}
.section-3 .flex {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 56px;
}
.section-3 .img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-3 .preview {
    width: 472px;
    height: 472px;
    border-radius: 20px;
    overflow: hidden;
}
.section-3 .thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px 82px;
    flex: 1;
}
.section-3 .thumbs .item {
    border-radius: 20px;
    overflow: hidden;
    opacity: 40px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.4;
}
.section-3 .thumbs .item:hover {
    border: 2px solid #e9fe5e;
    opacity: 1;
}
.section-3 .thumbs .item.active {
    opacity: 1;
    border: 2px solid #e9fe5e;
}

.slick-arrow {
    width: 52px;
    height: 52px;
    background-image: url("../img/carousel-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -64px;
    transition: 0.3s;
}
.slick-disabled {
    opacity: 0;
}
.slick-next {
    left: auto;
    right: -64px;
    transform: scaleX(-1) translateY(-50%);
}
.slick-arrow:hover {
    opacity: 0.7;
}

.home-page .section-4 {
    position: relative;
}
.home-page .section-4 .bg {
    width: 1748px;
    position: absolute;
    top: -130px;
    left: calc(50% + 80px);
    transform: translateX(-50%);
}
.home-page .section-4 .wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}
.home-page .section-4 .item {
    padding: 34px;
    background: linear-gradient(180deg, #7c8bff 0%, #8290fc 100%);
    min-height: 392px;
    position: relative;

    border-radius: 60px;
}
.home-page .section-4 .item:nth-child(2) {
    background: #e9fe5e;
}
.home-page .section-4 .item:nth-child(3) {
    background: #74edf4;
}
.home-page .section-4 .item:nth-child(4) {
    background: #ffffff;
}
.home-page .section-4 .item:nth-child(6) {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page .section-4 .item .title {
    color: #161625;
    position: relative;
}
.home-page .section-4 .item .title.small {
    margin-top: 32px;
    font-size: 16px;
    min-height: 70px;
}
.home-page .section-4 .item .desc {
    position: relative;
    margin-top: 32px;
    color: #161625;
}
.home-page .section-4 .item .img {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
}
.home-page .section-4 .item:nth-child(2) .img {
    top: auto;
    bottom: 0;
}

.home-page .section-5 {
    padding: 184px 16px;
    position: relative;
}
.home-page .section-5 .wrapper {
    position: relative;
}

.home-page .section-5 .bg {
    width: 1748px;
    position: absolute;
    top: -110px;
    left: calc(50% + 90px);
    transform: translateX(-50%);
}
.home-page .section-5 .img-main {
    width: 136px;
    position: absolute;
    top: -230px;
    right: -10px;
}
.home-page .section-5 .item:first-child .img {
    width: 160px;
    position: absolute;
    top: -180px;
    right: -120px;
}
.home-page .section-5 .item:last-child .img {
    width: 92px;
    position: absolute;
    bottom: -40px;
    right: 24px;
}
.home-page .section-5 .title.medium {
    max-width: 1134px;
}
.home-page .section-5 .title.small {
    max-width: 538px;
    margin-top: 28px;
    font-size: 20px;
}
.home-page .section-5 .list {
    margin-top: 184px;
}
.home-page .section-5 .item {
    max-width: 836px;
    width: 100%;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-radius: 60px;
    padding: 34px;
    justify-content: center;
    min-height: 216px;
    position: relative;
}
.home-page .section-5 .item + .item {
    margin-top: -40px;
}
.home-page .section-5 .item:first-child {
    justify-content: flex-start;
}
.home-page .section-5 .item:nth-child(2) {
    margin: -40px 0 0 auto;
}
.home-page .section-5 .item:last-child {
    border: 1px solid #e9fe5e;
    justify-content: flex-end;
}

/* footer */
.footer {
    background: linear-gradient(0deg, #292828 0%, #1c1c1c 100%);
    padding: 52px 16px 24px;
}

.footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.footer .footer-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.footer .footer-wrapper .support-link {
    display: block;
}

.footer .social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
}
.footer .social-list .img {
    width: 40px;
}
.footer .left {
    flex: 1;
    max-width: 462px;
}
.footer .left .requisites {
    margin-top: 34px;
    font-size: 14px;
}
.footer .left .logo .img {
    width: 118px;
}
.footer .left .logo + .row {
    margin-top: 50px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.footer .left .desc-2 {
    font-weight: 700;
    color: #4f63fc;
    text-decoration: underline;
}

.footer .right {
    flex: 1;
    text-align: right;
    max-width: 462px;
}
.footer .right .img {
    width: auto;
}
.footer .right .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 34px;
}
.footer .right .desc {
    font-size: 14px;
}
.footer .right .support-link {
    color: #4f63fc;
    font-weight: 700;
}
.footer .right .nav {
    margin-top: 24px;
    display: flex;
    gap: 16px 42px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer .right .nav .desc {
    font-weight: 700;
}
.payment-method-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 38px;
}
.payment-method-list .img {
    width: unset;
}
.designer-request {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 52px;
    gap: 16px;
}
.designer-request a {
    display: table;
}
.designer-request-text .title {
    font-size: 16px;
    color: #1c1c1c;
}
.designer-request .desc {
    margin-top: 5px;
    color: #71717a;
    display: flex;
    align-items: center;
    gap: 4px;
}
/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
}
.modal .close {
    position: absolute;
    right: 24px;
    top: 28px;
    cursor: pointer;
    gap: 14px;
    display: flex;
    align-items: center;
    filter: brightness(0);
    z-index: 2;
}
.modal .close .img {
    width: 15px;
}
.modal .close .desc {
    color: #71717a;
}
.overlay {
    background: #161625;
    opacity: 0.65;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal .wrapper {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-height: 100vh;
    overflow: auto;
    display: flex;
}
.modal.request-password-restore-modal .wrapper,
.modal.password-restore-modal .wrapper,
.modal.update-profile-modal .wrapper,
.modal.top2-modal .wrapper,
.modal.top-modal .wrapper {
    max-width: 780px;
}
.reg-modal .wrapper {
    flex-direction: row-reverse;
}
.modal form {
    margin-top: 30px;
}
.modal .label-list {
    gap: 14px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.modal .title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    color: #161625;
}
.modal .form-container {
    padding: 48px;
    border-radius: 34px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: auto;
}

.request-password-restore-modal form button[type="submit"] {
    margin-top: 30px;
}

.update-profile-modal form button[type="submit"] {
    margin-top: 30px;
}

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

.password-restore-modal form button[type="submit"] {
    margin-top: 28px;
}

.modal .side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.modal .side-wrapper {
    background: url("../img/side.png");
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120%;
    padding-left: calc(20% + 24px);
    min-height: 100%;
}
.reg-modal .side {
    justify-content: flex-start;
}
.reg-modal .side-wrapper {
    padding-left: 24px;
    padding-right: calc(20% + 24px);
}
.modal .side .button {
    margin: 40px auto 0;
}
.modal .side .desc {
    font-size: 24px;
    line-height: 34px;
}
label {
    position: relative;
    display: block;
}
label + label {
    margin-top: 18px;
}
.label-list label {
    margin-top: 0;
}
input,
textarea,
.select2 {
    outline: 0;
    background: #efefef;
    border: 0;
    border-radius: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #3c4043;
    padding: 13px 20px;
    width: 100%;
}
input::placeholder,
textarea::placeholder {
    color: #71717a;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    /*padding-left: 14px !important;*/
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #71717a !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background: transparent;
    /*border: 1px solid #C1C1C1;*/
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 48px;
    padding: 8px 16px;
}
body .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-radius: 12px !important;
    height: 44px;
    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: 13px;
    right: 12px;
    background: url("../img/arrow-down.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
}
.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: transparent;
    color: #aaabb6;
    font-size: 12px;
    font-family: "Open Sans", 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;
}

.select2.select2-container {
    width: 100% !important;
    padding: 2px 20px;
    margin-top: 12px;
}

.select2.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 13px;
}

.select2-container--default .select2-results > .select2-results__options {
    padding-bottom: 12px;
    background: #f0f2f3;
}

.select2-dropdown {
    background: #f0f2f3;
    border: 1px solid #aaabb6;
}

.select2.select2-container .select2-selection--single {
    background: transparent !important;
    border: 0;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    text-align: left;
    padding-left: 0;
}

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

form label input ~ .error-message,
form label textarea ~ .error-messag,
form label .input-wrapper ~ .error-message {
    padding: 8px 0 0 0;
    display: flex;
    color: #d01313;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    justify-content: left;
}

.topUp-page form label .input-wrapper ~ .error-message {
    justify-content: center;
    padding-top: 14px;
}

.general-error {
    margin-top: 21px;
    color: #d01313;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 0;
}
::placeholder {
    color: #000000;
}
label .desc.small {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    display: none;
}
.link {
    color: #4f63fc;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.link:hover {
    text-decoration: none;
}
.login-modal .link {
    margin-top: 24px;
    margin-bottom: 24px;
    display: table;
    margin: 24px 0 24px auto;
}
.auth-form .checkbox-container,
.top2-modal .checkbox-container {
    font-size: 0;
    margin-top: 16px;
}
.auth-form .checkbox-container input,
.top2-modal .checkbox-container input {
    display: none;
}
.auth-form .checkbox,
.top2-modal .checkbox {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #e8e8ea;
}
.auth-form .checkbox::before,
.top2-modal .checkbox::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/check.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
}
.auth-form input:checked + .checkbox::before,
.top2-modal input:checked + .checkbox::before {
    opacity: 1;
}
.auth-form .checkbox-label,
.top2-modal .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.auth-form .checkbox-label .desc,
.top2-modal .checkbox-label .desc {
    position: static;
    margin-left: 12px;
    color: #71717a;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    width: calc(100% - 40px);
    display: block;
}
.auth-form .checkbox-label .desc a,
.top2-modal .checkbox-label .desc a {
    font-weight: 700;
    color: #4f63fc;
}
.auth-form .checkbox-label .desc .link,
.top2-modal .checkbox-label .desc .link {
    line-height: 21px;
}
.reg-modal .checkbox-container {
    margin-top: 24px;
}
.top-modal .button {
    margin-top: 24px;
}
.top2-modal .checkbox-container {
    margin-top: 16px;
}
.top2-modal .title-amount,
.top-modal .title-amount {
    margin: 24px 0 30px;
    font-size: 32px;
    line-height: 36px;
}
.top2-modal .payment-methods {
    gap: 14px;
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.top2-modal .payment-methods .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    padding: 7px;
    min-width: 0;
}
.top2-modal .payment-methods .button.google-pay,
.top2-modal .payment-methods .button.apple-pay {
    background: transparent;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    text-transform: none;
}
.top2-modal .payment-methods img {
    height: 24px;
    width: auto;
}
.top2-modal .payment-methods .img__wrapper {
    width: 100%;
}
.top2-modal .payment-methods .img.disabled,
.top2-modal .payment-methods .img__wrapper.disabled,
.payment-methods .img__wrapper:disabled {
    opacity: 0.5;
    cursor: auto;
}
.top-modal .title-amount.title-min-amount {
    font-size: 19px;
    line-height: 30px;
}
.cabinet-page .wrapper {
    position: relative;
    max-width: 1280px;
}
.cabinet-page .new-request {
    padding-top: 38px;
}
.cabinet-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 32px;
    gap: 16px;
}
.cabinet-top .desc-logout {
    font-size: 14px;
}
.cabinet-top .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.cabinet-top .nav .desc {
    box-sizing: border-box;
    padding: 12px;
    background: #292a2b;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
}
.cabinet-top .nav .desc.active {
    background: #3c4043;
    color: #e9fe5e;
}
.cabinet-page .desc.big {
    font-size: 24px;
    line-height: 44px;
    padding: 48px 0 42px;
    text-align: center;
}
.topUp-page .desc.big {
    padding-bottom: 16px;
}
.cabinet-page .desc.big + .desc {
    text-align: center;
}

.cabinet-page .top .link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.cabinet-page .top .link .img {
    width: 21px;
}
.cabinet-page .top .link .desc {
    margin-left: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #959798;
    text-decoration: none;
}
.cabinet-page .top {
    padding-top: 38px;
}
.text-page .top .title {
    margin-left: 0;
}
.text-page .text {
    padding-bottom: 48px;
}
.cabinet-page .new-request .top {
    justify-content: center;
    position: relative;
}
.topUp-page .top {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 16px;
}
.cabinet-page .new-request .top .title {
    margin-left: 0;
}
.points-img {
    width: 12px;
}
.cabinet-page .top .left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cabinet-content {
    position: relative;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
}
.topUp-page .cabinet-content {
    display: block;
}
.topUp-page .table-container td:last-child {
    width: 10%;
    text-align: left;
    padding-right: 32px;
}
.cabinet-content > div {
    width: 100%;
}
.cabinet-content .user-info .icon {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e9ea;
    border-radius: 100%;
    margin: 0 auto;
}
.cabinet-content .user-info .img {
    width: 38px;
}
.cabinet-content .user-info .name {
    margin-top: 24px;
    font-size: 18px;
    line-height: 21px;
}
.cabinet-content .user-info .email {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 10px;
}
.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;
}
.carousel-container {
    width: 100%;
}
.cabinet-content .left {
    width: 30%;
}
.cabinet-content .left-wrapper {
    background: #ffffff;
    border-radius: 14px;
    padding: 48px 30px 66px;
}
.cabinet-content .left-wrapper + .button {
    display: table;
    margin: 42px auto 0;
}
.cabinet-content .request-right {
    flex: 1;
    max-width: 420px;
}
.cabinet-content .request-right .info .img {
    width: 14px;
}
.cabinet-content .request-right .info .desc {
    color: #71717a;
    font-size: 12px;
}
.cabinet-content .request-right .info {
    font-size: 12px;
    gap: 8px;
    display: flex;
    align-items: flex-start;
}
.cabinet-content .request-history {
    background: transparent;
    padding: 0;
}
.cabinet-content-wrapper {
    width: 100%;
}
.cabinet-content-wrapper .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}
.cabinet-content-wrapper .list .item {
    position: relative;
    width: calc((100% - 48px) / 4);
    overflow: hidden;
    border-radius: 20px;
    height: 0;
    padding: 0;
    padding-top: calc((100% - 48px) / 4);
    text-transform: unset;
}
.cabinet-content-wrapper .list .item .item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: gray;
}
.cabinet-content-wrapper .list .item.button .button-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.cabinet-content-wrapper .list .item.button {
    border-color: #4f63fc;
    background: linear-gradient(#333143, #161625);
    min-width: 0;
}
.cabinet-content .new-request .right-wrapper {
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    max-height: unset;
    padding: 0;
}
.new-request .cabinet-content {
    gap: 24px;
}
.cabinet-content .request-history .right-wrapper {
    padding: 30px;
}
.cabinet-content .right .img-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.cabinet-content .user-info {
    text-align: center;
}
.cabinet-content .balance-container .profile-actions {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 3px solid #e5e9ea;
    display: flex;
    flex-direction: column;
}
.cabinet-content .balance-container .profile-actions .button:first-child {
    margin-top: 0;
}
.cabinet-content .balance-container .design-requests {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    border-radius: 24px;
    background-color: #e5e9ea;
    color: #000000;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 13px;
}
.cabinet-content .balance-container .design-requests .amount {
    font-size: 18px;
    font-weight: 600;
}
.cabinet-content .balance {
    text-align: center;
    flex: 1;
}
.cabinet-content .balance .desc {
    font-weight: 700;
}
.cabinet-content .balance .title {
    margin-top: 21px;
}
.cabinet-content .balance-container .button {
    padding: 12px;
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
    min-width: 0;
}
.cabinet-content .nav {
    margin-top: 25px;
}
.cabinet-content .nav .link {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 32px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 24px;
    display: inline-block;
}
.cabinet-content .nav .link.active {
    background: #d1d5d6;
}
.cabinet-content .right .item .img {
    width: 100%;
    border-radius: 14px;
}
.cabinet-content .right .item,
.cabinet-content .right .item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-content .right .item .plus {
    width: 16px;
    margin-right: 9px;
}
.cabinet-content .right .item .desc {
    font-size: 14px;
    font-weight: 700;
}
.cabinet-content .right .list {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
}
.cabinet-content .request-left {
    flex: 2;
}
.cabinet-content .request-left .desc-main {
    margin-top: 32px;
    color: #1c1c1c;
}
.cabinet-content .request-left form {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.cabinet-content .request-left form .preview-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.cabinet-content .request-left form .preview-container[wire\:loading] {
    display: none;
}

.cabinet-content .request-left form .preview-container .ph-item {
    flex: 1;
    border: 0;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}

.cabinet-content .request-left form .preview-container .ph-item[wire\:loading] {
    display: none;
}

.cabinet-content .request-left form .preview-container .ph-item .ph-col-6 {
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

.cabinet-content
    .request-left
    form
    .preview-container
    .ph-item
    .ph-col-6
    .ph-picture {
    max-width: 320px;
    height: 320px;
}

.cabinet-content .request-left form .preview-container > img {
    max-width: 320px;
}

.cabinet-content .request-left form .preview-container.huj {
    width: 3240px;
}

.cabinet-content .request-left form .form-wrapper .request-price {
    font-family: "Open Sans", sans-serif;
    display: flex;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: none;
}

.cabinet-content .request-left .request-text .desc {
    color: #71717a;
}
.cabinet-content .request-left .request-text {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cabinet-content .request-left .form-wrapper .actions {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cabinet-content .request-left form.premium-request-form .form-wrapper {
    flex-direction: column;
}

.cabinet-content
    .request-left
    form.premium-request-form
    .form-wrapper
    .actions
    .button {
    align-self: flex-end;
    width: 250px;
}

.cabinet-content
    .request-left
    form
    .form-wrapper
    .request-error
    .input-wrapper {
    margin-top: 6px;
}

.cabinet-content .request-left label {
    flex: 1;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
}
.cabinet-content .request-left label + label {
    margin-top: 0;
}

.cabinet-content .request-left label .input-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    /*align-items: center;*/
}

.cabinet-content .request-left input {
    margin-top: 0;
}
.cabinet-content .request-left label .desc {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    min-width: 165px;
    margin-top: 18px;
    margin-right: 16px;
}
.cabinet-content .request-left .button {
    min-width: 166px;
    font-size: 14px;
    padding: 7px;
}
.cabinet-content .request-left .info .img {
    width: 24px;
    margin-right: 14px;
}
.cabinet-content .request-left .info .desc {
    color: #959798;
    font-size: 14px;
    line-height: 24px;
}
.cabinet-content .request-left .info {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.cabinet-content .books {
    width: 60%;
}
.cabinet-content .ai {
    width: 100%;
    margin-top: 46px;
    text-align: center;
}
.cabinet-content .ai .desc {
    color: #161625;
}
.cabinet-content .ai .button {
    width: 307px;
    align-self: center;
    margin-top: 40px;
    padding: 20px;
}
.cabinet-content table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.cabinet-content td {
    padding: 16px 22px;
    font-size: 14px;
    vertical-align: middle;
    color: #1c1c1c;
    background: #ffffff;
}
.cabinet-content thead td {
    font-size: 14px;
    line-height: 24px;
    padding: 16px 22px;
    color: #1c1c1c;
    font-weight: 700;
    background: #efefef;
}
.cabinet-content tbody td {
    border-bottom: 1px solid #efefef;
}

.cabinet-content thead td:first-child {
    border-radius: 12px 0 0 12px;
}

.cabinet-content thead td:last-child {
    border-radius: 0 12px 12px 0;
}
.cabinet-content td:last-child {
    text-align: right;
    padding-right: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table {
    width: 100%;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-item {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-item .ph-col-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-picture {
    height: 110px;
    width: 110px;
}

.cabinet-content td .img {
    width: 110px;
}
.cabinet-content-history {
    padding: 0;
    display: block;
    padding-bottom: 42px;
}
.cabinet-content-history table {
    width: 100%;
}
.cabinet-content .pagination {
    margin-top: 38px;
    display: flex;
    justify-content: flex-end;
}
.cabinet-content .pagination .item {
    font-size: 14px;
    line-height: 28px;
    width: 52px;
    height: 52px;
    text-align: center;
    margin: 0 2px;
    color: #1c1c1c;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid #3c4043;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cabinet-content .pagination .item.active {
    background: #e9fe5e;
    border-color: #e9fe5e;
}
.cabinet-content .pagination .arrow {
    background: #3c4043;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    border-radius: 12px;
}
.cabinet-content .pagination .arrow.prev {
    transform: scale(-1);
}
.cabinet-page .main {
    padding: 0 16px;
    position: relative;
    min-height: 60vh;
}
.text {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
    color: #fff;
}
.text a {
    color: #4f63fc !important;
}
.text .desc {
    margin-top: 36px;
    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%;
}

.text p {
    display: block;
    width: 100%;
}

.download-img-wrapper .input-container .select2.select2-container {
    height: auto;
    padding: 0;
    background: transparent;
    margin: 0;
}
.download-img-wrapper
    .input-container
    + .input-container
    .select2.select2-container {
    margin-top: 10px;
}

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

.download-img-wrapper
    .input-container
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
    line-height: 24px;
    padding-right: 20px;
}

.request-table-container .button {
    min-width: 0;
    font-size: 0;
    border-radius: 12px;
    background: #efefef;
    width: 58px;
    height: 58px;
    background-image: url("../img/genpix/download.svg");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

.header .select2-container {
    width: auto !important;
}
.header .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0 !important;
}
.header
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
.header
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.header .select2-results__option {
    /*font-family: 'minecraftRegular';*/
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    background: transparent !important;
}
body .header .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"] {
    color: #000000;
}
.lang.select2-dropdown .select2-search--dropdown {
    display: none !important;
}
.lang.select2-dropdown {
    background: transparent !important;
    border: 0 !important;
}
.select2-container--default .lang .select2-results > .select2-results__options {
    background-color: transparent;
}

.select2-container--default .lang .select2-results > .select2-results__options {
    background-color: transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.select-menu {
    max-width: 330px;
    color: #fff;
    /*margin: 50px auto;*/
}
.select-menu .select-btn {
    font-family: "Open Sans", sans-serif;
    display: flex;
    height: 38px;
    /*background: #fff;*/
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 14px;
    border: 1px solid #ffffff;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 0 8px 0 12px;
    gap: 4px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
.select-menu .options {
    position: absolute;
    /*width: 330px;*/
    overflow-y: auto;
    max-height: 295px;
    padding: 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;
}
.select-menu .options:not(.active) {
    display: none;
}
.select-menu .options .option {
    display: flex;
    height: 38px;
    cursor: pointer;
    padding: 0 5px;
    border-radius: 8px;
    align-items: center;
    padding-left: 10px;
    /*background: #fff;*/
}
/*.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: "Open Sans", sans-serif;
    font-size: 18px;
    color: #000;
}

.select-btn i {
    font-size: 18px;
    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: #efefef;
}

.premium-request-button {
    background: linear-gradient(180deg, #4f63fc 0%, #3040bc 100%);
    font-size: 14px;
    padding: 7px;
    border: 2px solid #3040bc;
    min-width: 166px;
}
.premium-request-button:hover {
    background: linear-gradient(180deg, #4f63fc 0%, #3040bc 100%);
}
.premium-request-button img {
    width: 18.67px;
    height: 18px;
    margin-left: 18.96px;
}

.premium-request-button .premium-request-button__text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.premium-request-button .premium-request-button__text .premium-text {
    color: #ffc733;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

/* new css */

.topUp-page .cabinet-content .right-wrapper {
    margin-top: 0;
    padding: 10px;
}
.topUp-page .cabinet-content .right-wrapper .desc {
    padding: 28px 22px 22px;
    font-size: 14px;
    line-height: 22px;
}
.topUp-page .cabinet-content .left label {
    max-width: 252px;
    margin: 0 auto;
}
.topUp-page .cabinet-content .left .modal label {
    max-width: unset;
    margin: unset;
}
.topUp-page .cabinet-content .left .button.button.white {
    padding: 12px;
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
    min-width: 0;
}
.topUp-page .cabinet-content .left .button-list {
    margin-top: 32px;
}
.topUp-page .cabinet-content .left .button-list .button {
    width: 100%;
    max-width: 252px;
    display: block;
    margin: 0 auto;
}
.topUp-page .cabinet-content .left .button-list .button + .button {
    margin-top: 24px;
}
.topUp-page .divider-or {
    margin: 28px auto 32px;
    position: relative;
}
.topUp-page .divider-or::before {
    content: "";
    height: 3px;
    width: 100%;
    background: #e5e9ea;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.topUp-page .divider-or .desc {
    display: table;
    padding: 0 14px;
    position: relative;
    margin: 0 auto;
}
.amount-form {
    width: 100%;
    margin-top: 18px;
}
.amount-form .button {
    margin: 24px 0 0 auto;
    min-width: 166px;
    display: table;
    font-size: 14px;
    padding: 7px;
}
.topUp-page .button-list {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 8px 16px;
    margin-top: 18px;
}
.topUp-page .button-list .button {
    text-transform: unset;
    border-radius: 14px;
    background: #292a2b;
    box-shadow: none;
    padding: 7px 12px;
    min-width: 0;
    border: 0;
    font-size: 14px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}
.table-container {
    overflow: auto;
    margin-top: 38px;
}

/* COOKIE POPUP */
.cookie-popup {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: #fff;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    max-width: 500px;
    font-family: "Open Sans", sans-serif;
    max-height: 100vh;
    overflow: auto;
}
.cookie-popup .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 44px;
    padding-top: 12px;
    color: #1c1c1c;
}
.cookie-popup .text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    display: block;
    color: #1c1c1c;
}
.cookie-popup .text.bold {
    font-weight: bold;
}
.cookie-popup .text a {
    font-size: 16px;
    font-weight: 700;
    color: #4f63fc;
}
.cookie-popup .btns {
    text-align: right;
    margin-bottom: 15px;
}
.cookie-popup button {
    cursor: pointer;
}

.auth-section {
    padding-top: 38px;
    padding-bottom: 86px;
}
.auth-form {
    margin-top: 16px;
    border-radius: 60px;
    background: #e9fe5e;
    padding: 38px;
    position: relative;
    background-image: url("../img/genpix/authBg.webp");
    background-size: 580px 844px;
    background-position: top -190px right 20px;
    background-repeat: no-repeat;
}
.back {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.back .img {
    width: 15px;
}
.auth-form .login-form {
    display: flex;
    align-items: center;
}
.auth-form .login-form .form-container {
    flex: 1;
    max-width: 532px;
    min-height: 484px;
    border-radius: 34px;
    background: #ffffff;
    padding: 48px 16px 20px;
    text-align: center;
}
.auth-form .reg-form .form-container {
    max-width: 780px;
    flex: 2;
}
.auth-form .reg-form form {
    max-width: 688px;
}
.auth-form .reg-form .labels {
    display: grid;
    gap: 14px 24px;
    grid-template-columns: 1fr 1fr;
}
.auth-form .reg-form form .bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.auth-form .reg-form label + label {
    margin: 0;
}
.auth-form .reg-form .button {
    flex: 1;
    max-width: 332px;
}

.auth-form .form-container .title {
    color: #1c1c1c;
}
.auth-form form {
    max-width: 332px;
    margin: 38px auto 0;
}
.auth-form .login-form .side {
    flex: 1;
    text-align: center;
}
.auth-form .pass-restore-link {
    margin: 96px auto 0;
    display: table;
}

.auth-form form .button {
    margin-top: 24px;
    width: 100%;
    padding: 7px;
    font-size: 14px;
}
.auth-form .side .title {
    color: #1c1c1c;
}
.auth-form .side .button {
    min-width: 120px;
    font-size: 14px;
    padding: 4px;
    border: 0;
    display: table;
    margin: 42px auto 0;
}
.auth-form.auth-recover-form {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-form .recover-form {
    width: 100%;
    justify-content: center;
}
.auth-form .recover-form .form-container {
    padding: 54px 16px;
    display: flex;
    align-items: center;
    min-height: 0;
}
.restore-password-finish {
    width: 100%;
}
.restore-password-start {
    width: 100%;
}

.cabinet-content-container {
    margin-top: 16px;
    border-radius: 24px;
    padding: 40px 50px 50px;
    background: #ffffff;
}
.cabinet-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cabinet-center .button {
    min-width: 0;
    font-size: 14px;
    padding: 7px 30px;
}
.title-main {
    color: #1c1c1c;
}

.download-img-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.topUp-page .cabinet-content-wrapper {
    gap: 30px;
    display: flex;
}
.topUp-page .payment-container-left {
    flex: 2;
}
.topUp-page .top-up {
    max-width: 418px;
    padding-top: 38px;
}
.topUp-page .blance {
    padding: 32px;
    background: #efefef;
    border-radius: 12px;
}
.topUp-page .blance-flex {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.topUp-page .blance-right {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.topUp-page .blance .title {
    color: #1c1c1c;
    font-size: 16px;
}
.topUp-page .blance .desc {
    color: #1c1c1c;
}
.topUp-page .blance .points-img {
    width: 20px;
}

.desc.pointed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    line-height: 18px;
}

.balance-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.balance-container > .desc {
    font-size: 12px;
}
.balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    border: 2px solid #e9fe5e;
    padding: 8px 10px 8px 14px;
    gap: 24px;
    line-height: 0;
}

.balance-container .balance-dropdown-container {
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.balance-container:hover .balance-dropdown-container {
    opacity: 1;
    visibility: visible;
}
.balance-container .balance-dropdown {
    padding: 14px 18px 12px;
    border: 1px solid #333042;
    background: #161625;
    border-radius: 12px;
}
.balance-container .balance-dropdown .link {
    line-height: 24px;
}
.balance-container .balance-dropdown .amount {
    margin-top: 6px;
    display: block;
}
.balance-container .balance-dropdown .small {
    font-size: 12px;
    line-height: 14px;
}
.balance-container .balance-dropdown .design-requests {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333042;
}
.balance .plus {
    width: 18px;
}
.button.pointed img {
    width: 16px;
    height: 16px;
}
b.pointed {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
}
b.pointed img {
    width: 20px;
    height: 20px;
}
table.full {
    width: 100% !important;
}

.top-up-balance {
    margin-top: 30px;
    background: #efefef;
    border-radius: 12px;
    padding: 32px 16px 16px;
}
.top-up-balance .title-main {
    position: relative;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: 16px;
}
.top-up-balance .title-main .img {
    width: 14px;
}
.top-up-balance .title-main .desc {
    position: absolute;
    right: -12px;
    top: 26px;
    padding: 12px;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #71717a;
    width: 276px;
    border-radius: 12px;
    font-size: 12px;
    color: #1c1c1c;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.top-up-balance .title-main:hover .desc {
    opacity: 1;
    visibility: visible;
}
.top-up-balance .top-up-content {
    margin-top: 30px;
    border-radius: 12px;
    background: #ffffff;
    padding: 20px 16px;
}
.top-up-balance .desc-main {
    color: #1c1c1c;
    font-size: 12px;
}
.topUp-page .button-list + .desc-main {
    margin-top: 30px;
}

.top-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}
.top-modal-head .left {
    width: auto;
    flex: 1;
}
.top-modal-head .left .desc {
    margin-top: 14px;
    color: #1c1c1c;
}
.top2-modal .top-modal-head .right {
    flex: 1;
    border-radius: 12px;
    background: #efefef;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.top-modal-head .right .button {
    min-width: 120px;
    font-size: 14px;
    border: 0;
    padding: 6px;
}
.top-modal-head .right .desc {
    line-height: 24px;
    color: #1c1c1c;
    font-size: 14px;
    margin: 0;
}
.top-modal-head .right .text {
    padding: 0;
}
.top-modal-head .right .desc + .desc {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-modal-head .right .desc + .desc b {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 20px;
}
.modal form .select2.select2-container {
    margin-top: 0;
    padding: 0 20px;
}
.profile-update .cabinet-content-wrapper {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.profile-update-col {
    max-width: 470px;
    flex: 1;
}
.profile-update-col .title {
    font-size: 16px;
    color: #1c1c1c;
}
.profile-update-col .title + form {
    margin-top: 20px;
}
.profile-update-col .form-row + .form-row {
    margin-top: 14px;
}
.profile-update form .select2.select2-container {
    margin-top: 0;
    padding: 0 20px;
}
.profile-update .button {
    margin: 24px 0 0 auto;
    display: table;
    padding: 7px;
    font-size: 14px;
    min-width: 170px;
}

/* media */

@media screen and (max-width: 1200px) {
    .title.big {
        font-size: 56px;
    }

    .topUp-page .cabinet-content-wrapper {
        flex-direction: column;
    }
    .topUp-page .top-up {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .footer .social-list .item {
        margin-bottom: 16px;
        display: inline-block;
    }
    .footer .block-1 .desc {
        margin-top: 40px;
    }
    .footer .block-2 {
        width: 20%;
    }
    .cabinet-content .carousel-container {
        padding-right: 24px;
        padding-left: 64px;
    }
    .cabinet-content .balance {
        padding-left: 0;
    }
    .cabinet-content .request-left {
        padding-top: 0;
    }
    .cabinet-content .request-left .info {
        margin-top: 24px;
    }
    .cabinet-content td:nth-child(2) {
        width: 10%;
    }
    .section-6 {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .footer .footer-wrapper {
        padding: 0;
        justify-content: center;
        flex-direction: column;
    }
    .footer .left {
        margin: 0 auto;
    }
    .footer .right {
        margin: 0 auto;
    }
    .footer .left .logo + .row {
        justify-content: center;
        margin-top: 24px;
    }
    .footer .left .requisites {
        margin: 26px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 24px;
    }
    .title.medium {
        font-size: 32px;
    }
    .title.big {
        font-size: 36px;
    }
    .header .button {
        min-width: 0;
    }
    .header .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .header .right {
        width: 100%;
        gap: 16px;
    }
    .hero-section .tag-1,
    .hero-section .tag-2,
    .hero-section .tag-3 {
        display: none;
    }
    .hero-section .wrapper .relative {
        padding: 24px 16px;
    }
    .hero-section .wrapper .relative .title.medium {
        font-size: 21px;
    }
    .hero-section .wrapper .relative .title.big {
        font-size: 26px;
    }
    .home-page .hero-section .wrapper {
        flex-direction: column;
    }
    .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: 26px 32px;
    }
    .home-page .hero-section .button {
        margin-top: 24px;
    }
    .home-page .section-2 .flex {
        padding: 0;
        flex-direction: column;
    }
    .home-page .section-2 .flex .title:last-child {
        margin: 0;
    }
    .home-page .section-2 .flower2 {
        display: none;
    }
    .home-page .section-2 .title.one {
        margin-top: 40px;
    }
    .home-page .section-2 .title.two {
        font-size: 21px;
    }
    .home-page .section-2 .title.three {
        font-size: 21px;
    }
    .home-page .section-3 {
        padding: 40px 16px;
    }
    .section-3 .flex {
        flex-direction: column;
    }
    .section-3 .preview {
        order: 1;
    }
    .section-3 .thumbs {
        order: 2;
        gap: 16px;
    }
    .section-3 .preview {
        width: 280px;
        height: 280px;
    }
    .section-3 .flex {
        gap: 16px;
    }
    .home-page
        .section-3
        .wrapper
        .slick-current.slick-center
        + .slick-slide
        .item {
        transform: scale(0.6) translateX(-320px);
    }
    .home-page .section-3 .wrapper .before-current .item {
        transform: scale(0.6) translateX(320px);
    }
    .home-page
        .section-3
        .wrapper
        .slick-current.slick-center
        + .slick-slide
        + .slick-slide
        .item {
        transform: scale(0.4) translateX(-1000px);
    }
    .home-page .section-3 .wrapper .before-before-current .item {
        transform: scale(0.4) translateX(1000px);
    }
    .home-page .section-3 .wrapper .slick-current.slick-center .item {
        transform: scale(1);
    }
    .home-page .section-2 {
        padding-top: 0;
    }
    .hero-section .title b {
        font-size: 42px;
        line-height: 54px;
    }
    .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 {
        padding: 32px 16px 48px;
    }
    .home-page .section-4 .logo {
        margin-top: 32px;
    }
    .slick-arrow {
        width: 50px;
        height: 50px;
        left: -50px;
        background-size: 18px 40px;
    }
    .slick-next {
        left: auto;
        right: -50px;
    }
    .footer {
        padding: 32px 16px;
    }
    .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 .footer-sub .wrapper .payment-method-list {
        margin-bottom: 15px;
    }

    .footer .footer-sub .wrapper .copyright {
        order: 2;
    }
    .cabinet-top {
        justify-content: center;
    }
    .cabinet-top .nav {
        justify-content: center;
    }
    .cabinet-page .main {
        padding-bottom: 32px;
    }
    .cabinet-content {
        flex-direction: column;
        margin-top: 16px;
    }
    .cabinet-content .left {
        width: 100%;
    }
    .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;
        margin-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-page .top {
        padding: 24px 16px 18px;
    }
    .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 .form-wrapper {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .cabinet-content .request-left form .form-wrapper .request-price {
        padding-left: 0;
        margin-right: 0;
        justify-content: center;
    }
    .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: block;
    }
    .modal .form-container {
        max-width: 100%;
    }
    .modal .form-container {
        width: 100%;
        padding: 24px;
    }
    .reg-modal .side-wrapper {
        padding: 24px;
        width: 100%;
    }
    .modal form {
        margin-top: 32px;
    }
    label + label {
        margin-top: 24px;
    }
    .login-modal .link {
        margin: 16px auto;
    }
    .auth-form .checkbox-container {
        width: 100%;
    }
    .auth-form .checkbox-label .desc {
        width: auto;
    }
    .auth-form .checkbox-container + .button {
        margin-top: 24px;
    }
    .modal .form-container {
        min-height: 0;
    }
    .modal .side {
        width: 100%;
        min-height: 0;
        margin-top: 16px;
    }
    .modal .side-wrapper {
        padding: 24px;
        min-width: 100%;
    }
    .modal .side .desc {
    }
    .modal .button.white {
    }
    .modal .close {
        top: 8px;
    }
    .reg-modal .side {
        order: 2;
    }
    .home-page .hero-section .button {
        width: 240px;
    }
    .home-page .section-2 .wrapper {
        flex-direction: column;
    }
    .home-page .section-2 .left {
        width: 100%;
    }
    .home-page .section-2 .wrapper .main-img {
        display: none;
    }
    .home-page .section-2 .desc.big {
        font-size: 21px;
        line-height: 28px;
    }
    .home-page .section-2 .right {
        padding-left: 0;
        width: 100%;
    }
    .home-page .section-2 .list {
        display: block;
    }
    .home-page .section-2 .list .item {
        margin-bottom: 24px;
    }
    .home-page .section-3 .wrapper {
        display: block;
    }
    .home-page .section-3 .title {
        transform: none;
        font-size: 48px;
        line-height: 56px;
        height: auto;
    }
    .home-page .section-4 .desc.big {
        font-size: 21px;
        line-height: 28px;
    }
    .home-page .section-4 .wrapper {
        grid-template-columns: 1fr;
    }
    .home-page .section-2 {
        padding-bottom: 40px;
    }
    .home-page .section-2 .list {
        margin-top: 76px;
    }
    .home-page .section-3 .slick-slider {
        width: 100%;
    }
    .home-page .section-4 .item {
        min-height: 0;
    }
    .home-page .section-4 .item:nth-child(6) {
        padding: 0;
    }
    .home-page .section-5 {
        padding: 40px 16px;
    }
    .home-page .section-5 .img-main {
        display: none;
    }
    .home-page .section-5 .list {
        margin-top: 24px;
    }
    .home-page .section-5 .item {
        min-height: 0;
    }
    .home-page .section-5 .item + .item {
        margin-top: 16px;
    }
    .home-page .section-5 .item:last-child .img {
        display: none;
    }
    .footer .wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer .left {
        width: 100%;
    }
    .footer .center {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
    .ter-sub {
        padding: 0;
    }
    .footer .right .row {
        margin: 0 auto;
        justify-content: center;
    }
    .footer .right .nav {
        justify-content: center;
    }
    .footer .social-list {
        justify-content: center;
    }
    .cabinet-content-container {
        padding: 16px;
    }
    .cabinet-page .top .left {
        position: static;
        transform: none;
    }
    .cabinet-page .top .right {
        position: static;
        transform: none;
        display: flex;
        justify-content: center;
        margin: 24px auto 0;
    }
    .cabinet-page .top {
        display: block;
        margin-bottom: 0;
        padding: 0;
    }
    .cabinet-page .top .left {
        width: 100%;
    }
    .cabinet-page .top .link {
        justify-content: center;
    }
    .cabinet-page .top .title {
        text-align: center;
        margin: 24px auto 0;
    }
    .text-page .top .title {
        text-align: left;
    }
    .cabinet-content .nav {
        text-align: center;
        margin-top: 24px;
    }
    .cabinet-content .right-wrapper {
        padding: 16px;
    }
    .cabinet-content .right .list {
        display: block;
    }
    .cabinet-content .right-wrapper {
        max-height: unset;
    }
    .cabinet-content .right-wrapper .title {
        text-align: center;
    }
    .cabinet-content .right .item,
    .cabinet-content .right .item a {
        margin-bottom: 16px;
    }
    .cabinet-content table {
        min-width: 500px;
    }
    .cabinet-content .request-left form .form-wrapper {
        flex-direction: column;
    }

    .cabinet-content .request-left label {
        flex-direction: column;
        padding-right: 0;
    }

    .cabinet-content .request-left label .desc {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .cabinet-content
        .request-left
        form
        .form-wrapper.request-error
        .input-wrapper {
        margin-top: 0;
    }

    .cabinet-content .request-left .button {
        margin-top: 16px;
    }
    .cabinet-content .request-left .info {
        margin-top: 0;
    }
    .cabinet-content .request-right {
        padding: 16px;
    }
    .cabinet-content .right .img-list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .cabinet-content .ai {
        margin-top: 0;
    }
    .cabinet-content .ai .button {
        width: 200px;
    }

    .copyright-requisites {
        flex-direction: column;
    }

    .copyright-requisites .requisites {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .footer .footer-sub {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin: 0;
    }

    .top2-modal .payment-methods {
        flex-direction: column;
        row-gap: 12px;
        align-items: center;
    }

    .select-menu {
        margin: 0;
    }
    .cabinet-content
        .request-left
        form
        .form-wrapper.premium-request-form
        button[type="submit"] {
        align-self: stretch;
        width: auto;
        margin-right: 0;
    }

    .cabinet-content
        .request-left
        form.premium-request-form
        .form-wrapper
        .actions {
        flex-direction: column;
    }

    .cabinet-content
        .request-left
        form:not(.premium-request-form)
        .form-wrapper
        .actions {
        flex-direction: column;
    }

    .cabinet-content .request-left form .form-wrapper .actions button {
        min-width: auto;
    }

    .cabinet-content
        .request-left
        form.premium-request-form
        .form-wrapper
        .actions
        button.button {
        width: auto;
        align-self: stretch;
        margin-right: 0;
    }
    .header .logo {
        display: none;
    }
    .header .right {
        justify-content: center;
        flex-direction: column;
    }
    .cabinet-content {
        padding-bottom: 40px;
    }
    .cabinet-content-wrapper .list .item {
        width: calc(50% - 13px);
        padding-top: calc(50% - 13px);
    }
    .section-6 .item:first-child .row-text {
        padding-top: 32px;
        padding-left: 32px;
    }
    .section-6 .item:nth-child(2) {
        margin-top: 40px;
    }
    .section-6 .item:nth-child(2) .row-text {
        padding-left: 12px;
        padding-bottom: 32px;
    }
    .section-6 .item:nth-child(2) .row + .row:nth-child(3) {
        padding: 0;
    }
    .section-6 .item:nth-child(2) .row + .row:nth-child(4) {
        padding: 0;
    }
    .section-6 .item + .item + .item {
        margin-top: 40px;
    }
    .section-6 .item:nth-child(3) .row:nth-child(2) .row-text {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .section-6 .item .row {
        flex-wrap: wrap;
    }
    .cookie-popup {
        left: 0;
        bottom: 0;
    }
    .header .login-open {
        min-width: 90px;
    }
    .header .reg-open {
        min-width: 90px;
    }
    .auth-section {
        padding-top: 0;
    }
    .auth-form .login-form .form-container {
        width: 100%;
        min-height: 0;
    }
    .auth-form {
        padding: 16px;
    }
    .auth-form .login-form {
        flex-direction: column;
    }
    .auth-form .pass-restore-link {
        margin-top: 24px;
    }
    .auth-form .login-form .side {
        margin-top: 24px;
    }
    .auth-form .side .button {
        margin-top: 16px;
    }

    .auth-form .reg-form .labels {
        grid-template-columns: 1fr;
    }
    .top-modal-head {
        flex-direction: column;
    }
    .modal .label-list {
        grid-template-columns: 1fr;
    }
    .top2-modal .payment-methods {
        grid-template-columns: 1fr;
    }
}
