html {
    scroll-behavior: smooth;
}
body {
    background: #F7F7F7;
}
body.hidden {
    overflow: hidden;
}
.page {
    overflow: hidden;
    position: relative;
}
.page:before {
    content: '';
    width: 100%;
    height: 1395px;
    min-width: 1920px;
    background-image: url('../img/bg.png');
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.cabinet-page:before {
    background-image: url('../img/bg2.png');
}
.text-page:before {
    height: 90px;
}

.text-ellipsis-parent {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}
  
.text-ellipsis {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.title {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}
.title.big {
    font-size: 82px;
    line-height: 103px;
    font-weight: 400;
}
.desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.desc b {
    font-weight: 700;
}
.mob {
    display: none;
}
button,
a,
.hover-link {
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: .3s;
}
a:hover,
.hover-link:hover,
.button:hover {
    opacity: .7;
}
.button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: .3s;
    background: #0C90F6;
    border-radius: 12px;
    position: relative;
    padding: 19px;
    min-width: 168px;
    text-align: center;
}
.button.green {
    background: linear-gradient(to right, #83FDD8, #1EECAE);
    border-bottom: 6px solid #019368;
    color: #000000;
    font-size: 18px;
}
.section {
    padding: 0 16px;
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

/* header */
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 0 16px;
}
.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #323243;
    padding: 14px 0;
}
.header .right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.header .right .desc {
    /* margin-right: 44px; */
    color: #fff;
    font-weight: 700;
}
.header .logo .img {
    width: 129px;
}
.header .right .name {
    margin-right: 30px;
    font-weight: 700;
}
.header .right .icon {
    width: 48px;
    height: 48px;
}
.header .profile-link {
    display: flex;
    align-items: center;
}

/* DEFAUL.BLADE.PHP notifications */

.default-template-notification {
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
    color: white;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    min-height: 80px;
    background-color: black;
    padding: 10px;
}

.default-template-notification .content-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.default-template-notification.success {
    background: green;
}

.default-template-notification.error {
    background: red;
}

.default-template-notification button {
    color: white;
    background: transparent;
    border-color: black;
    min-width: 75px;
    width: 100%;
    max-width: 120px;
}

/* VERIFY-EMAIL.BLADE.PHP */
.verify-email-component {
    position: relative;
    min-height: 80vh;
    color: white;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.verify-email-component__card-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.verify-email-component__card-body {
    font-size: 16px;
}

.verify-email-component__card-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.verify-email-component__card-text {
    text-align: center;
}

.verify-email-component__button,
.verify-email-component__logout {
    width: 300px;
}

.verify-email-component__button:hover{
background-color: #0056b3;
}

.verify-email-component__logout {
    border: none;
    background-color: #dc3545;
}
.verify-email-component__logout:hover {

    background-color: #bd2130;
}

/* hero section */
.home-page .hero-section {
    padding: 306px 16px 0;
    position: relative;
    text-align: center;
}
.home-page .hero-section .wrapper {
    position: relative;
}
.home-page .hero-section .button {
    width: 266px;
    margin-top: 73px;
}
.home-page .hero-section .title {
    color: #1EECCB;
}
.home-page .hero-section .desc {
    max-width: 593px;
    margin: 42px auto 0;
}
.home-page .hero-section .wrapper .item {
    padding: 0 8px;
}
.home-page .hero-section .wrapper .item .img {
    width: 100%;
    border-radius: 12px;
    border: 4px solid #fff;
    max-height: 344px;
}
.slick-arrow {
    width: 60px;
    height: 33px;
    background-image: url('../img/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: -111px;
    right: 120px;
    transition: none;
}
.slick-next {
    left: auto;
    right: 8px;
}
.slick-prev {
    transform: scale(-1);
}
.slick-arrow:hover {
    opacity: .7;
}
.slick-arrow.slick-disabled {
    background-image: url('../img/arrowDisabled.svg');
    transform: scale(1);
}
.slick-next.slick-disabled {
    background-image: url('../img/arrowDisabled.svg');
    transform: scale(-1);
}

.carousel-container {
    position: relative;
    margin-top: 428px;
}
.home-page .carousel-container .art-img {
    width: 67%;
    position: absolute;
    bottom: 347px;
    right: 8px;
}
.home-page .carousel-container .title {
    text-align: left;
    color: #FFFFFF;
}
.carousel {
    margin-top: 47px;
}

/* section 2 */
.home-page .section-2 {
    padding: 165px 16px 167px;
    position: relative;
}
.home-page .section-2 .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.home-page .section-2 .left {
    width: 57%;
    padding-right: 16px;
}
.home-page .section-2 .right {
    width: 43%;
    background: linear-gradient(to right, rgba(8,90,228,.55), #EA5EFF00);
    border-radius: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.home-page .section-2 .right .img {
    width: 53%;
    margin-left: -60px;
    display: inline-block;
    transform: translateX(45px);
}
.home-page .section-2 .title {
    color: #000000;
    max-width: 590px;
}
.home-page .section-2 .title.small {
    font-size: 24px;
    line-height: 34px;
}
.home-page .section-2 .list {
    margin-top: 42px;
    gap: 36px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 590px;
}
.home-page .section-2 .desc {
    color: #383847;
    margin-top: 19px;
}
.home-page .section-2 .left > .desc {
    margin-top: 12px;
    font-size: 22px;
    line-height: 32px;
    max-width: 590px;
}


.home-page .section-3 {
    background-image: url('../img/section3Bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page .section-3 .wrapper {
    padding: 192px 0 154px;
    display: flex;
    flex-wrap: wrap;
}
.home-page .section-3 .left {
    width: 50%;
    padding-bottom: 270px;
}
.home-page .section-3 .right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.home-page .section-3 .list .item:first-child .title {
    color: #6B77FE;
}
.home-page .section-3 .list .item:nth-child(2) {
    margin-top: 140px;
    margin-left: 247px;
    position: relative;
}
.home-page .section-3 .list .item:nth-child(2) .title {
    color: #1EECCB;
}
.home-page .section-3 .list .item:nth-child(3) {
    margin-top: 154px;
    position: relative;
}
.home-page .section-3 .list .item:nth-child(3) .title {
    color: #6B77FE;
}
.home-page .section-3 .list .desc {
    margin-top: 30px;
    max-width: 338px;
}
.home-page .section-3 .list .item:nth-child(2) .decor1 {
    width: 295px;
    position: absolute;
    left: 85px;
    top: -320px;
}
.home-page .section-3 .list .item:nth-child(3) .decor2 {
    width: 295px;
    position: absolute;
    left: -120px;
    top: -320px;
}

.home-page .section-3 .right .img-spec {
    width: 46%;
    margin-left: -60px;
    transform: translateX(50px);
}

.home-page .section-3 .right + .title {
    max-width: 1063px;
    margin: 68px auto 0;
    text-align: center;
}
.home-page .section-3 .text-1 {
    position: absolute;
    right: 570px;
    width: 206px;
    bottom: 570px;
}
.home-page .section-3 .text-2 {
    position: absolute;
    right: 340px;
    width: 168px;
    bottom: 420px;
}
.home-page .section-3 .text-3 {
    position: absolute;
    right: 30px;
    width: 262px;
    bottom: 350px;
}

/* footer */
.footer {
    padding: 0 16px;
    background: #F7F7F7;
}
.footer .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 56px 0 30px;
}
.footer .social-list .img {
    width: 48px;
}
.footer .social-list .item {
    margin-right: 40px;
}
.footer .social-list .item:last-child {
    margin-right: 0;
}
.footer .desc {
    color: #383847;
    font-size: 18px;
}
.footer .center .desc-2 {
    font-weight: 700;
    color: #6B77FE;
    font-size: 18px;
    margin-top: 15px;
}
.footer .center {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 45%;
}
.footer .center .button {
    margin-top: 50px;
}
.footer .left .item {
    display: table;
    font-weight: 700;
    margin: 0 auto 25px 0;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}
.footer .right {
    text-align: right;
}
.footer .right .button {
    width: 347px;
    max-width: 100%;
}
.payment-method-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}
.payment-method-list .img {
    height: 24px;
    width: auto;
    /* margin-left: 20px; */
}
.copyright-section {
    padding: 0 16px;
    background: #FFFFFF;
}
.copyright-section .wrapper {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
}
.copyright-section .desc {
    font-size: 18px;
    color: #383847;
}

.latest-generation-section {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 66px;
}

.latest-generation-section .title {
    font-size: 56px;
    font-weight: 700;
    color: #141224;
    margin-bottom: 48px;
    line-height: 1;
    height: 76px;
}

.latest-generation-carousel {
    /* height: 280px; */
}

.latest-generation-carousel .slick-list {
    height: 100%;
}

.latest-generation-carousel .slick-track {
    height: 100%;
}

/* 
Prevent flicker during slide transition:
https://github.com/kenwheeler/slick/issues/1961
*/
.latest-generation-carousel .slick-track, 
.latest-generation-carousel .slick-list {
    transition-delay: 50ms;
}

.latest-generation-carousel .slick-arrow {
    top: 0;
    translate: 0 calc(-100% - 20px);
}

.latest-generation-carousel.slick-slider .slick-slide {
    margin: 0px 7.5px;
}


.latest-generation-section .title {
    font-size: 56px;
    font-weight: 700;
    color: #141224;
    margin-bottom: 48px;
    line-height: 1;
}
.latest-generation-carousel .block {
    background: #161619;
    padding: 16px;
    height: 280px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}
.latest-generation-section .block img {
    border-radius: 12px;
    max-width: 204px;
    width: 100%;
    height: 212px;
    border: 2px solid #fff;
    margin-bottom: 12px;
    object-fit: cover;
}

.latest-generation-section .info {
    max-width: 204px;
    font-weight: 700;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.latest-generation-section .text-ellipsis {
    color: white;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}



/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
}
.modal .close {
    width: 18px;
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
}
.overlay {
    background: #000;
    opacity: .77;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal .wrapper {
    position: relative;
    max-width: 524px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.modal .wrapper::-webkit-scrollbar {
    width: 3px;
}
.modal .wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.modal .wrapper::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}
.modal .wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 128, 128, .5);
}
.modal form {
    margin-top: 63px;
}

.modal form {
    margin-top: 63px;
}
.modal.update-profile-modal form,
.modal.change-password-modal form {
    margin-top: 105px;
}

.modal.request-password-restore-modal form {
    margin-top: 104px;
}

.modal.password-restore-modal form {
    margin-top: 108px;
}

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

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

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

.modal .title {
    font-size: 24px;
    line-height: 34px;
}
.modal .form-container {
    padding: 40px 54px 42px;
    border-radius: 14px;
    background: #F7F7F7;
    background-image: url('../img/modalBg.png');
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.modal .form-container label .intl-phone {
    display: flex;
}
.modal.top-modal .form-container,
.modal.top2-modal .form-container {
    background-size: 100% 110px;
}
.modal.top-modal .title,
.modal.top2-modal .title {
    margin-bottom: 52px;
}

.modal.top3-modal .default-template-notification{
    top: 0;
}
.modal.top3-modal .form-container{
    background-size: 105% 100px;
    margin: 0 auto;
    max-width: 550px;
    overflow: hidden;
    position: relative;
}
.modal.top3-modal .button-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

.modal.top3-modal .no-payment{
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
}

.modal.top3-modal .button-list .button {
    /* height: 112px; */
    min-width: initial;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Geologica', sans-serif;
}

.modal.top3-modal .button.payment-method img {
    width: 80px;
}

.top3-modal{
}

.top3-modal .icon-container{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    /* margin-right: 10px; */
    border-radius: 24px;

    & img{
        max-width: 80%;
        max-height: 80%;
    }
}

.reg-modal .form-container {
    padding-bottom: 40px;
}
.modal .side {
    align-items: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .side .link {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: table;
    margin: 0 0 0 12px;
}
.modal .side .desc {
    font-size: 14px;
    line-height: 18px;
}
label {
    position: relative;
    display: block;
}
label + label {
    margin-top: 18px;
}
input, textarea, .select2 {
    outline: 0;
    background: #F7F7F7;
    border: 1px solid #DDE1E2;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 16px 20px;
    width: 100%;
    margin-top: 10px;
}

.tel-input-wrapper {
    margin-top: 10px;
}

form label input ~ .error-message, form label textarea ~ .error-message, form .error-message  {
    padding: 8px 0 0 0;
    display: flex;
    color: #d01313;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    justify-content: left;
    text-align: left;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}
::placeholder {
    color: #383847;
}
label .desc.small {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.form-row .desc.small {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.link {
    color: #6B77FE;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}
.link:hover {
    text-decoration: none;
}
label + .link {
    font-size: 14px;
    line-height: 19px;
    margin: 22px 0 0 auto;
    display: table;
}
.modal .chekbox-container {
    font-size: 0;
    margin-top: 22px;
}
.modal .chekbox-container input {
    display: none;
}
.modal .checkbox {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #DDE1E2;
}
.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: .3s;
}
.modal input:checked + .checkbox::before {
    opacity: 1;
}
.modal .chekbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal .chekbox-label .desc {
    position: static;
    margin-left: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    width: calc(100% - 40px);
}
.modal .chekbox-label .desc .link {
    line-height: 19px;
    font-size: 14px;
    text-decoration: none;
}
.modal .chekbox-container + .button {
    margin-top: 42px;
    width: 266px;
    max-width: 100%;
}
.reg-modal .chekbox-container {
    margin-top: 24px;
}
.top-modal .button {
    margin-top: 24px;
}
.top-modal .amount-wrapper {
    display: flex;
    column-gap: 10px;
}
.top-modal .amount-wrapper .buttons {
    display: flex;
    column-gap: 4px;
}
.top-modal .amount-wrapper .buttons .button {
    display: flex;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 58px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    width: max-content;
    max-width: 86px;
}

.top-modal .amount-wrapper .buttons .button img{
    margin-left: 5px;
    max-width: 30px;
}

.top-modal .amount-wrapper > input {
    margin-top: 0;
}
.top-modal .amount-wrapper > input [type=number]::-webkit-inner-spin-button,
.top-modal .amount-wrapper > input [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.top-modal .amount-wrapper > input[type=number] {
    -moz-appearance: textfield;
}

.top-modal .amount-wrapper > input[type=number]::-moz-number-spin-box {
    -moz-appearance: textfield;
}
.top2-modal .chekbox-container {
    margin-top: 16px;
}
.top2-modal .title-amount {
    margin: 24px 0 16px;
    color: #000;
    margin-bottom: 16px !important;
}
.cabinet-page {
    padding-top: 142px;
    background: linear-gradient(#fff 60%, #E0E0E2);
}
.cabinet-page .wrapper {
    position: relative;
}
.cabinet-page .wrapper .payment-result {
    min-height: 359px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    color: #fff;
}
.cabinet-page .top {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
    position: relative;
    justify-content: center;
}
.cabinet-page .top .link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.cabinet-page .top .link .img {
    width: 29px;
}
.cabinet-page .top .link .desc {
    margin-left: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #595972;
    text-decoration: none;
}
.text-page .top .title {
    margin-left: 0;
}
.text-page .text {
    padding-bottom: 48px;
}
.cabinet-page .new-request .top {
    justify-content: center;
    position: relative;
}
.cabinet-page .new-request .top .title {
    margin-left: 0;
}
.cabinet-page .top .left {
    position: absolute;
    left: 0;
    top: -18px;
}
.cabinet-content-container {
    margin-bottom: 70px;
}
.cabinet-content {
    position: relative;
    display: flex;
    max-width: 1064px;
    margin: 0 auto;
}
.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: 22px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.cabinet-content .user-info .email {
    font-size: 14px;
    line-height: 18px;
    color: #383847;
    margin-top: 8px;
}
.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 0 0;
}
.cabinet-content .left-wrapper + .button {
    display: table;
    margin: 50px auto 0;
    width: 100%;
}
.cabinet-content .right {
    width: calc(70% - 36px);
    margin-left: 36px;
}
.cabinet-content .request-right {
    width: 100%;
    padding: 40px;
    margin-left: 0;
    background: #FFFFFF;
    border-radius: 14px;
}
.cabinet-content .request-right .desc {
    color: #000;
}
.cabinet-content .request-history {
    background: transparent;
    padding: 0;
}
.cabinet-content .right-wrapper {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 40px 37px;
}
.cabinet-content .new-request .right-wrapper {
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    max-height: unset;
    padding: 0;
}
.cabinet-content .request-history .right-wrapper {
    padding: 30px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cabinet-content .request-history .table-container {
    overflow: auto;
}
.cabinet-content .right-wrapper .title {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.cabinet-content .right .img-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.cabinet-content .right .img-list .img {
    border-radius: 14px;
}
.cabinet-content .user-info {
    text-align: center;
}
.cabinet-content .balance-container {
    margin-top: 53px;
    padding: 42px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: linear-gradient(#FD26C5, #363EFF, #4BF9D3, #D7FF26);
    border-radius: 12px;
    position: relative;
}
.cabinet-content .balance-container::before {
    content: '';
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #000;
    border-radius: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.cabinet-content .balance {
    text-align: center;
    flex: 1;
    position: relative;
}
.cabinet-content .balance .desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.cabinet-content .balance .title {
    font-size: 30px;
    margin-top: 12px;
}
.cabinet-content .balance-container .button {
    padding: 10px;
    max-width: 200px;
    width: 100%;
    margin: 36px auto 0;
    min-width: 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    background: transparent;
    color: #fff;
    border: 2px solid #FFFFFF;
}
.cabinet-content .nav {
    font-size: 0;
}
.cabinet-content .nav .link {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    padding: 23px 16px;
    color: #595972;
    background: #323243;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 12px;
    display: inline-block;
    min-width: 172px;
    margin-right: 16px;
    text-align: center;
    margin-bottom: 17px;
}
.cabinet-content .nav .link.active {
    background: #6B77FE;
    color: #fff;
}
.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 a {
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 14px;
    width: 100%;
}
.cabinet-content .right .item .plus {
    width: 16px;
    margin-right: 14px;
}
.cabinet-content .right .item .desc {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.cabinet-content .right .list {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
}
.cabinet-content .request-left {
    width: 100%;
}
.cabinet-content .request-left form {
    background: #F7F7F7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 28px 12px 40px;
}

.cabinet-content .request-left form .sliders {
    max-width: 525px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    /*margin-top: 18px;*/
}
.cabinet-content .request-left form .sliders .request-description {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 15px;
    color: #797777;
    line-height: 21px;
}
.cabinet-content .request-left form .sliders .section {
    padding: 0;
    margin-bottom: 15px;
}
.cabinet-content .request-left form .sliders #additional_params {
    margin-bottom: 0;
}
.cabinet-content .request-left form .sliders .section .ac {
    background-color: transparent;
    border: none;
}
.cabinet-content .request-left form .sliders .section .ac .ac-trigger:focus {
    color: #111;
}
.cabinet-content .request-left form .sliders .section .ac .ac-trigger {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
}
.cabinet-content .request-left form .sliders .section .ac.is-active .ac-panel {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.cabinet-content .request-left form .sliders .section .ac .ac-trigger:after {
    /*content: none;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 20px;*/
    height: 32px;
    right: -6px;
}
.cabinet-content .request-left form .sliders .section .ac .ac-panel .form-row:first-child {
    /*content: none;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 20px;*/
    /*height: 32px;*/
    justify-content: stretch;
    margin-top: 15px;
}
.cabinet-content .request-left form .sliders .section .ac .ac-panel .form-row:last-child {
    /*content: none;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 20px;*/
    /*height: 32px;*/
    justify-content: stretch;
}
.cabinet-content .request-left form .sliders .noUi-horizontal .noUi-tooltip {
    font-family: "Open Sans", sans-serif;
}

.cabinet-content .request-left form .sliders .form-row .noUi-handle {
    flex:1;
    max-width: 100px;
    background: linear-gradient(to right, #83FDD8, #1EECAE);
    box-shadow: none;
}

.cabinet-content .request-left form .sliders .form-row .label {
    flex:1;
    max-width: 136px;
}

.cabinet-content .request-left form .sliders .slider-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    /*padding-left: 15px;*/
}

.cabinet-content .request-left form .sliders .slider-wrapper.start {
    padding-left: 15px;
}

.cabinet-content .request-left form .sliders .slider-wrapper.end {
    padding-right: 15px;
}

.cabinet-content .request-left form .sliders .slider-wrapper .slider {
    max-width: unset;
}

.cabinet-content .request-left form .sliders .slider-wrapper__min, .cabinet-content .request-left form .sliders .slider-wrapper__max {
    font-family: sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    top: 32px;
}

.cabinet-content .request-left form .sliders .slider-wrapper__min {
    left: 0;
}
.cabinet-content .request-left form .sliders .slider-wrapper__max {
    right: 0;
}
.cabinet-content .request-left form .sliders .slider {
    max-width: 400px;
    flex: 1;
}


.cabinet-content .request-left form .sliders .slider {
    max-width: 400px;
}

.cabinet-content .request-left form .sliders .form-row:last-child {
    justify-content: space-between;
    margin-top: 0;
}

.cabinet-content .request-left form .form-row {
    display: flex;
    flex-direction: row;
    /*column-gap: 25px;*/
    margin-bottom: 15px;
}
.cabinet-content .request-left form .form-row_column {
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.cabinet-content .request-left form .form-row {
    margin-top: 15px;
}
.cabinet-content .request-left form .form-row .form-row__price {
    margin-top: 19px;
    display: flex;
    justify-content: left;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 22px;
}
.cabinet-content .request-left form .form-row .form-row__button {
}
.cabinet-content .request-left form .form-row .radio-group {
    display: flex;
    flex-direction: row;
}
.cabinet-content .request-left form .form-row .radio-group__item {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    column-gap: 10px;
    color: #000000;
}
.cabinet-content .request-left form .form-row .radio-group__item input {
    width: auto;
}
.cabinet-content .request-left form .form-row .slider{
    flex: 1;
}
.cabinet-content .request-left form.request-error .input-wrapper {
    margin-top: 6px;
}
.cabinet-content .request-left label {
    flex: 1;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.cabinet-content .request-left  #see_more_options label {
    padding-right: 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 {
    margin-right: 16px;
}
.cabinet-content .request-left form {
    text-align: center;
}
.cabinet-content .request-left .button {
    min-width: 180px;
    padding: 20px;
}
.cabinet-content .request-left .info .img {
    width: 24px;
    margin-right: 14px;
    filter: brightness(0) invert(1);
}
.cabinet-content .request-left .info .desc {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.cabinet-content .request-left .info {
    max-width: 950px;
    margin: 0 auto;
    padding: 34px 16px 26px;
    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 .button {
    width: 307px;
    align-self: center;
    margin-top: 40px;
    padding: 20px;
}
.cabinet-content td {
    padding: 18px 12px;
    font-size: 14px;
    color: #383847;
    vertical-align: middle;
    border-bottom: 3px solid #E5E9EA;
}

.cabinet-content table {
    width: 100%;
}

.cabinet-content thead td {
    font-size: 14px;
    line-height: 18px;
    padding: 0 12px 30px;
    color: #383847;
    font-family: 'Open Sans', sans-serif;
}
.cabinet-content tbody tr:nth-child(odd) {
    background: #F7F7F7;
}
.cabinet-content tbody tr:last-child td {
    border-bottom: 0;
}
.cabinet-content td:first-child {
    padding-left: 30px;
    width: 20%;
}
.cabinet-content td:nth-child(2) {
    width: 20%;
}
.cabinet-content td:last-child {
    padding-right: 30px;
    text-align: right;
}
.cabinet-content .request-table-container td:last-child {
    text-align: center;
}
.cabinet-content .request-table-container thead td:last-child {
    width: 20%;
}
.cabinet-content td .img {
    width: 74px;
    border-radius: 14px;
}
.cabinet-content-history {
    padding: 0;
    display: block;
    padding-bottom: 42px;
}
.cabinet-content-history table {
    width: 100%;
}
.cabinet-content .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0 0 12px 12px;
    padding-bottom: 28px;
    padding-right: 30px;
    padding-left: 30px;
}
.cabinet-content .pagination .item {
    font-size: 14px;
    line-height: 28px;
    width: 33px;
    text-align: center;
    margin: 0 1px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.cabinet-content .pagination .item.active {
    font-weight: 700;
}
.cabinet-content .pagination .arrow {
    background-image: url('../img/arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 20px;
}
.cabinet-content .pagination .arrow.next {
    margin-left: 20px;
}
.cabinet-content .pagination .arrow.prev {
    margin-right: 20px;
    transform: scale(-1);
}
.cabinet-content .pagination .arrow.prev.disabled {
    background-image: url('../img/arrowDisabled.svg');
    transform: scale(1);
}
.cabinet-content .pagination .arrow.next.disabled {
    background-image: url('../img/arrowDisabled.svg');
    transform: scale(-1);
}
.cabinet-page .main {
    padding: 0 16px;
}
.text {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
}
.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-page .desc,
.text-page .title {
    color: #000;
}

/* LANGUAGE SELECTOR IN HEAD  */
.lang-selector {
    display: inline-block;
    position: relative;
}

.lang-selector select {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: transparent;
    border-radius: 12px;
    padding: 19px 0px;
    min-width: 168px;
    text-align: center;
    text-align-last: center;
    -webkit-text-align-last: center; /* for old Safari */
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lang-selector select option {
    background: #0c90f6;
    color: #fff;
    font-weight: 700;
}

.lang-selector select:hover {
    opacity: 0.7;
}

.lang-selector::after {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
}

.lang-selector.open::after {
    content: "▲";
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    /*border: 1px solid #C1C1C1;*/

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000 !important;
    border-radius: 8px;
    text-align: left;
    /* line-height: 48px; */
    padding: 9px 16px;
}
body .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-radius: 6px !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;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    /* color: #AAABB6; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #383847;
}

:is(.reg-modal, .update-profile-modal) .select2-container .select2-selection--single .select2-selection__clear{
    font-size: 1.5rem;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    z-index: 1;
}
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;
}

.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;
    border: 0;
}

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

.text-page .text p {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: initial;
}
.text-page .text strong {
    font-weight: 700;
}


.cookie-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
}

.cookie-modal {
    background-color: #333344;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 800px;
    margin: 40px auto 0;
    border-radius: 8px;
}

.cookie-modal .button {
    margin: 16px 8px;
    width: 120px;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .question-mark img {
    width: 16px;
}

.tooltip .question-mark {
    position: relative;
    top: 3px;
    color: #007bff; /* Change the color to your preference */
    font-weight: bold;
    font-size: 16px;
    margin-left: 4px;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

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

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

.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 {
    min-width: 140px;
    font-size: 12px;
    line-height: 5px;
}


/* media */

@media screen and (max-width: 1300px) {
    .home-page .section-3::before {
        width: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .title.big {
        font-size: 56px;
        line-height: 76px;
    }
    .home-page .hero-section {
        padding: 164px 16px 0;
    }
    .home-page .hero-section .right {
        padding: 26px 52px;
    }
    .home-page .section-2 {
        padding: 165px 48px 16px;
    }
    .home-page .section-2 .block-2 {
        margin-top: 48px;
    }
    .page:before {
        height: 1160px;
    }
    .text-page:before {
        height: 90px;
    }

}
@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;
    }
    .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-container {
    }
    .cabinet-content td:nth-child(2) {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .home-page.page:before {
        display: none;
    }
    .home-page .hero-section::before {
        content: '';
        width: 100%;
        height: 100%;
        min-width: 1920px;
        background-image: url('../img/bg.png');
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .button {
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 14px;
    }
    .button.green {
        font-size: 14px;
        padding: 15px 0;
    }
    .title.big {
        font-size: 42px;
        line-height: 56px;
        text-align: center;
    }
    .latest-generation-section .title{
        height: auto;
        margin-bottom: 87px;
    }
    .desc {
        font-size: 18px;
        line-height: 32px;
    }
    .header .right .desc {
        margin-right: 24px;
    }
    .header .button {
        min-width: 0;
    }
    .header .wrapper {
        flex-direction: column;
        align-items: center;
    }
    .header .right {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 12px;
        gap: 15px;
    }

/* LANGUAGE SELECTOR IN HEAD 768px  */
    .lang-selector select {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 12px;
        border-radius: 8px;
        text-align: left;
        min-width: 100px;
    }
    .lang-selector::after {
        right: 10px;
    }

    .desc.small.hover-link.login-open{
        margin-right: 0px;
    }


    .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 .hero-section {
        padding-bottom: 48px;
    }
    .carousel-container {
        margin-top: 100px;
    }
    .carousel {
        margin-top: 24px;
    }
    .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-2 {
        padding: 48px 16px;
    }
    .home-page .section-2 .right {
        display: none;
    }
    .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 {
        top: -60px;
    }
    .slick-next {
    }
    .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 .payment-method-list .img {
        margin: 0 16px;
    }
    .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;
    }
    .cabinet-content .left-wrapper + .button {
        margin-top: 24px;
    }
    .cabinet-content .nav .link {
        margin-left: 16px;
    }
    .cabinet-content .balance-container .button {
        margin: 24px auto 0;
        max-width: 180px;
    }
    .cabinet-page .top {
        padding: 24px 16px 18px;
    }
    .cabinet-page .top .title {
        margin-left: 32px;
    }
    .cabinet-content .carousel-container {
        padding: 32px 32px 0;
    }
    .cabinet-content .request-left {
        padding-top: 16px;
    }
    .cabinet-content .request-left form.request-error .input-wrapper {
        margin-top: 0;
    }
    .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;
    }
    label + label {
        margin-top: 24px;
    }
    .modal .chekbox-container {
        width: 100%;
    }
    .modal .chekbox-label .desc {
        width: auto;
    }
    .modal .chekbox-container + .button {
        margin-top: 24px;
    }
    .modal .form-container {
        min-height: 0;
        background-size: 100% 160px;
    }
    .modal .side {
        width: 100%;
        flex-direction: column;
        gap: 8px;
        margin-top: 16px;
    }
    .modal .side .desc {
    }
    .modal .button.white {
    }
    .modal .close {
        top: 12px;
        right: 12px;
    }
    .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 .right {
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
    }
    .home-page .section-2 .list {
        display: block;
    }
    .home-page .section-2 .list .item {
        margin-bottom: 24px;
    }
    .home-page .section-3 .wrapper{
        display: block;
        padding-top: 48px;
        padding-bottom: 32px;
    }
    .home-page .section-3 .left {
        width: 100%;
        padding-bottom: 0;
    }
    .home-page .section-3 .list .desc {
        margin-top: 16px;
    }
    .home-page .section-3 .list .item:nth-child(2) .decor1 {
        display: none;
    }
    .home-page .section-3 .list .item:nth-child(2) .decor2 {
        display: none;
    }
    .home-page .section-3 .list .item:nth-child(2) {
        width: 100%;
        margin: 32px auto 0 0;
    }
    .home-page .section-3 .right {
        display: none;
    }
    .home-page .section-3 .text-1,
    .home-page .section-3 .text-2,
    .home-page .section-3 .text-3,
    .home-page .section-3 .list .item:nth-child(3) .decor1,
    .home-page .section-3 .list .item:nth-child(3) .decor2 {
        display: none;
    }
    .home-page .section-3 .list .item:nth-child(3) {
        margin-top: 32px;
    }

    .home-page .section-3 .title {
        font-size: 24px;
        line-height: 32px;
    }
    .home-page .section-3 .slick-slider {
        width: 100%;
    }
    .home-page .section-4 .item,
    .home-page .section-4 .item:nth-child(2) {
        margin-bottom: 42px;
    }
    .home-page .section-3 .list .desc {
        margin: 16px auto 0;
        text-align: center;
    }
    .home-page .section-4 .item .title {
        font-size: 48px;
        line-height: 56px;
    }
    .home-page .section-4 .item:nth-child(3) {
        margin-bottom: 48px;
    }
    .footer .wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer .left {
        width: 100%;
    }
    .footer .center {
        width: 100%;
        margin-top: 32px;
    }
    .footer .right {
        width: 100%;
    }
    .footer .right .item,
    .footer .right .item:last-child {
        margin: 0 auto 24px;
    }
    .footer .left .item {
        margin: 0 auto 16px;
    }
    .footer .center {
        flex-direction: column;
    }
    .footer .right {
        text-align: center;
        padding-top: 24px;
    }
    .cabinet-page .top .left {
        position: static;
        transform: none;
    }
    .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 .right .arrow {
        margin-bottom: 16px;
    }
    .cabinet-content table {
        min-width: 500px;
    }
    .cabinet-content .request-left form {
        flex-direction: column;
    }
    .cabinet-content .request-left label {
        align-items: stretch;
        flex-direction: column;
        padding-right: 0;
    }
    .cabinet-content .request-left label .desc {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .cabinet-content .request-left .button {
        margin-top: 16px;
        width: 100%;
    }
    .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;
    }
    .modal.top-modal .form-container,
    .modal.top-modal2 .form-container {
        background-size: 100% 85px;
    }

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

    .cabinet-content .request-left .info .desc {
        color: #000;
    }
    .cabinet-page:before {
        height: 370px;
    }
    .text-page:before {
        height: 132px;
    }
    .cabinet-content .request-left form .form-row .slider {
        flex: auto;
        /*margin-left: 16px;*/
    }
    /*.cabinet-content .request-left form .sliders .slider-wrapper.start, .cabinet-content .request-left form .sliders .slider-wrapper.end {*/
    /*    padding-right: 0;*/
    /*    padding-left: 0;*/
    /*}*/


    .cabinet-content .request-left form {
        padding-left: 28px;
    }
    .cabinet-content .request-left form .form-row .radio-group {
        justify-content: left;
        margin-right: 18px;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 7px;
    }
    .cabinet-content .request-left form .form-row .radio-group .radio-group__item input {
        margin-left: 0;
    }
    .cabinet-content .request-left form .sliders {
        row-gap: 15px;
    }
    .cabinet-content .request-left form .sliders .form-row:first-child {
        margin-top: 0;
    }
    .cabinet-content .request-left form .sliders .form-row .label {
        max-width: unset;
        text-align: left;
    }
    .cabinet-content .request-left form .sliders .form-row{
        flex-direction: column;
        row-gap: 20px;
    }
    .cabinet-content .request-left form .sliders .form-row:last-child {
        flex-direction: column;
    }
    .cabinet-content .request-left form .sliders .form-row:last-child .form-row__price {
        justify-content: stretch;
    }

}

.home-page .section-4 .wrapper {
    justify-content: space-between;
    width: 100%;
    padding: 191px 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}
.home-page .section-4 .left {
    display: flex;
    align-items: center;
    width: 50%;
}
.home-page .section-4 .right {
    max-width: 589px;
    width: 50%;
}
.home-page .section-4 .title,
.home-page .section-4 .title.middle {
    color: #000;
}
.home-page .section-4 .title {
    line-height: 48px;
    font-size: 38px;
    margin-bottom: 42px;
}
.home-page .section-4 .title.middle {
    line-height: 38px;
    font-size: 24px;
}
.section-4 .images-wrapper {
    background: linear-gradient(to left, rgba(8,90,228,.55), #EA5EFF00);
    background-size: cover;
    border-radius: 12px;
    display: flex;
    width: 100%;
}
.section-4 .images-wrapper .images {
    display: flex;
    width: 100%;
}
.section-4 .images img {
    width: 331px;
}
.section-4 .desc {
    color: #383847;
    line-height: 24px;
}
.section-4 .block {
    margin-bottom: 42px;
}
.section-4 .block:last-child {
    margin-bottom: 0px;
}
.section-4 .block .icon {
    width: 45px;
    margin-bottom: -20px;
}
.section-4 .block .icon img {
    width: 90px;
    position: relative;
    left: -20px;
}
.section-4 .block .title {
    margin-bottom: 42px;
}
.home-page .section-4 .title.middle {
    margin-bottom: 20px;
}
.section.section-5 {
    padding: 97px 240px;
    background: url('/img/testimonial-bg.png') no-repeat;
    background-size: cover;
}
.section.section-5 .carousel-container {
    margin-top: 0px;
}
.section.section-5 .item {
    padding: 0 8px;
}
.section.section-5 .item .wrpr {
    background: #fff;
    display: flex;
    border-radius: 8px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 48px 34px;
}
.carousel2 {
    margin-top: 42px;
}
.section.section-5 .text {
    min-height: 120px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383847;
    text-align: center;
    align-items: center;
}
.section.section-5 .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.section.section-5 .info img {
    width: 42px;
    height: 42px;
}
.section.section-5 .info span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
@media screen and (max-width: 1600px) {
    .section-4 .images img {
        width: 37%;
    }
}
@media screen and (max-width: 1282px) {
    .home-page .section-4 .wrapper {
        padding: 70px 0px;
    }
    .home-page .section-4 .right {
        width: 40%;
    }
}
@media screen and (max-width: 1115px) {
    .section.section-5 {
        padding: 97px 16px;
    }
}
@media screen and (max-width: 1000px) {
    .home-page .section-4 .left {
        display: none;
    }
    .home-page .section-4 .right {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .home-page .section-4 .wrapper {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 469px) {
    .carousel2 .slick-arrow {
        top: -86px;
        width: 50px;
    }
    .carousel2 .slick-prev {
        right: 70px;
    }

    .modal.top3-modal .button-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .top-modal .amount-wrapper {
        flex-direction: column;
        row-gap: 12px;
    }

    .top-modal .amount-wrapper .buttons {
        justify-content: center;
        column-gap: 10px;
    }

    .top-modal .amount-wrapper .buttons .button {
        padding: 10px;
        min-width: 68px;
    }
}
.social-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.payment-processing .payment-result {
    flex-flow: column;
    margin-bottom: 200px;
}
@media screen and (max-width: 2250px) {
    .payment-processing .payment-result {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1600px) {
    .payment-processing .payment-result {
        margin-bottom: auto;
    }
}
@media screen and (max-width: 768px) {
    .payment-processing:before {
        height: 100%;
    }
    .payment-processing > .main {
        padding-bottom: 0px;
    }
}
