input,
textarea {
    background: none;
    outline: none;
    border: none;
}

html {
    scroll-behavior: smooth;
}

input,
textarea {
    font-size: 25px;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

textarea {
    font-size: 20px;
    resize: none;
}

.link_large {
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
}

.link_caps {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}


::-moz-selection {
    color: #FFF;
    background: #8C79FF;
}

::selection {
    color: #FFF;
    background: #8C79FF;
}


.process__slider .anim-slider__wrapper {
    width: 100%;
    height: 599px;
    margin-bottom: 47px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eee;
}


.anim-slider__items {
    display: flex;
    height: 100%;
    transition: transform .5s ease;
}

.anim-slider__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
}


.anim-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}


.request__info__img_anim {
    position: absolute;
    left: 25%;
    width: 75%;
    top: 380px;
    height: 400px;
    background: #151418;

}


.partners {
    margin-bottom: 10px !important;
}

.partners__test {
    display: none !important;
}

.open {
    display: flex !important;
}

#ask-form_box .form_box_wrapp {
    max-height: 876px;
}

#form_box .form_box_wrapp {
    max-height: 876px;
}


/* hover */

@media (hover: hover) {
    .btn_outline_small:hover {
        color: #151418;
        background: #DAFF02;
    }

    .btn_normal:hover {
        background: #A0BC00;
        color: #151418;
    }

    a:hover {
        color: #DAFF02;
    }

    .news__block-title.link_large:hover {
        color: inherit;
    }

    .faq__item__btn:hover,
    .table__item__btn:hover {
        opacity: 0.7;
    }

    .release__btns_btn:hover,
    .photos__btns__btn:hover {
        background-color: #2C2A32;
    }

    .process__slider-btn:hover,
    .feedback__btns__btn:hover {
        background-color: #A0BC00;
    }

    .close_btn:hover {
        color: #78787F;
    }

    .close_btn:hover::after,
    .close_btn:hover::before {
        background: #78787F;
    }

    .process__slider-search:hover {
        opacity: 0.7;
    }

    .galery__btns:hover {
        background-color: #2C2A32;
    }

    .work__wrap:last-child:hover .work__item:last-child {
        opacity: 0.8;
    }

    .news__block-title:hover .news__block_togo {
        transform: rotate(0deg);
    }

    .feedback__link:hover .feedback__link__btn {
        transform: rotate(0deg);
    }
}

.header.fix {
    padding-top: 10px;
    background: #151418;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header.fix::before {
    display: none;
}

.header.fix::after {
    display: none;
}

.header.fix .header_mini {
    display: none;
}

.header.fix .nav_mini {
    display: none;
}

/* about секция */
.about {
    width: 100%;
    height: 744px;
    padding: 80px 40px 60px 40px;
    background: #DCDDE6;
    border-radius: 0 40px 40px 40px;
    margin-bottom: 160px;
    position: relative;
    box-sizing: border-box;
}

.about::before {
    content: '';
    position: absolute;
    left: 0;
    top: -48px;
    height: 51px;
    width: 177px;
    background: url(./images/About_before.svg) no-repeat;
    z-index: -1;
}

.about::after {
    content: '';
    width: 170px;
    height: 2px;
    background: #DCDDE6;
    top: -1px;
    left: 0;
    position: absolute;
}

.about__header {
    position: absolute;
    color: #151418;
    top: -28px;
    padding-left: 6px;
}

.about__header::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 9px;
    background: #FF5995;
}

.about__title {
    padding-left: 24px;
    color: #151418;
    width: 1032px;
    margin-bottom: 21px;
}

.about__subtitle {
    padding-left: 24px;
    color: #78787F;
    margin-bottom: 60px;
}

.about__list {
    width: 100%;
    height: 408px;
    display: flex;
    justify-content: space-between;
}

.about__list-item {
    width: 24.5%;
    height: 408px;
    border-radius: 20px;
    background: #151418;
    padding: 24px 30px 40px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(60px);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.about__list-item:nth-child(1) {
    transition-delay: 0s;
}

.about__list-item:nth-child(2) {
    transition-delay: 0.2s;
}

.about__list-item:nth-child(3) {
    transition-delay: 0.4s;
}

.about__list-item:nth-child(4) {
    transition-delay: 0.6s;
}

.about__list.animated .about__list-item {
    transform: translateY(0px);
    opacity: 1;
}

.about__list-item:first-child {
    background: url(./images/About_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


.about__list-img {
    width: 80px;
    height: 80px;
    background-size: cover;
}

.about__list-img.ico-1 {
    background-image: url(./images/Icon_about_1.png);
}

.about__list-img.ico-2 {
    background-image: url(./images/Icon_about_2.png);
}

.about__list-img.ico-3 {
    background-image: url(./images/Icon_about_3.png);
}

.about__list-img {
    width: 80px;
    height: 80px;
}


.about__list-title {
    padding-left: 6px;
    margin-bottom: 15px;
    color: #DCDDE6;
}

.about__list-text {
    padding-left: 6px;
    width: 98%;
    color: #78787F
}

/* about секция КОНЕЦ*/

/* Релизы секция */
.release {
    width: 100%;
    position: relative;
    margin-bottom: 178px;
    box-sizing: border-box;
}

.release__title {
    margin-bottom: 20px;
    padding-left: 20px;
}

.release__subtitle {
    margin-bottom: 80px;
    padding-left: 20px;
    width: 603px;
}

.release__btns {
    position: absolute;
    width: 180px;
    height: 80px;
    right: 20px;
    top: 48px;
}

.release__btns_btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #383640;
    background-size: 36px 30px;
    background-position: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 22px 25px;
    cursor: pointer;
}

.release__btn_left {
    background-image: url(images/Arrow_white.svg);
    transform: rotate(180deg);
    margin-right: 16px;
}

.release__btn_right {
    background-image: url(images/Arrow_white.svg);
}

.release__slider {
    width: 100vw;
    height: 698px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.release__slider::-webkit-scrollbar {
    display: none;
}

.slider__item {
    max-width: 550px;
    min-width: 550px;
    height: 100%;
    margin-right: 17px;
    background: #383640;
    border-radius: 35px;
}

.slider__item:last-child {
    min-width: 72px;
    background: transparent;
}

.slider__item_img {
    width: 100%;
    /*     height: 410px; */
    margin-bottom: 38px;
    border-radius: 35px;
}

.slider__item_wrap-text {
    width: 91%;
    padding-left: 30px;
}

.slider__item_title {
    margin-bottom: 13px;
}

.slider__item_subtitle {
    padding-left: 31px;
    margin-bottom: 15px;
    position: relative;
}

.slider__item_subtitle::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    background: #DAFF02;
    border-radius: 100%;
}

.slider__item_subtitle:last-child {
    margin-bottom: 0;
}

/* Релизы секция КОНЕЦ */

/* Новости секция */
.news {
    width: 100%;
    height: 685px;
    margin-bottom: 130px;
    display: flex;
    justify-content: space-between;
}

.news__item {
    display: flex;
    flex-direction: column;
    width: 49.5%;
    justify-content: space-between;
    height: 579px;
    box-sizing: border-box;
    position: relative;
    padding: 60px;
}

.news__item:first-child {
    background: #DCDDE6;

    border-radius: 0px 40px 40px 40px;
}

.news__item:last-child {
    background: #8C79FF;
    border-radius: 35px;
}

.news__item__descriprion {
    position: absolute;
    color: #151418;
    top: -28px;
    left: 29px;
    padding-left: 17px;
}

.news__item__descriprion::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #FF5995;
    border-radius: 50%;
}

.news__item:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: -48px;
    height: 51px;
    width: 289px;
    background: url(./images/News_before.svg);
    z-index: -1;
}

.news__item:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 283px;
    background: #DCDDE6;
}

.news__block {
    width: 95%;
}

.news__block-title {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #151418;
}

.news__block_togo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #DAFF02;
    background-image: url(./images/Arrow_black.svg);
    transform: rotate(-45deg);
    background-size: 16px;
    background-position: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 6px;
    margin-left: 25px;
    position: absolute;
    bottom: 2px;
    transition: transform .5s;
}

.news__block-date {
    color: #78787F;
}

.news__item-title {
    width: 84%;
}


.news__block-subtitle {
    position: relative;
    z-index: 1;
    width: 88%;
}

.news__decor {
    position: absolute;
    right: 51px;
    bottom: -106px;
    height: 360px;
    width: 382px;
    z-index: 0;
}

.news__btn {
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

/* Новости секция  КОНЕЦ*/

/* Таблица */
.table_mini {
    display: none;
}

.table {
    width: 100%;
    height: 1576px;
    box-sizing: border-box;
    margin-bottom: 160px;
}

.table__title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 95px;
}

.table__wrap {
    width: 100%;
    height: 1384px;
}

.table__header {
    width: 100%;
    height: 79px;
    /* background-size: contain; */
    /* background: url(./images/Table_header.png) no-repeat; */
    border-radius: 13px 34px 34px;
    background: #383640;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 26px 60px;
    box-sizing: border-box;
    background-size: 100% 100%;
    position: relative;
}

.table__header::after {
    content: '';
    width: 296px;
    height: 36px;
    position: absolute;
    top: -21px;
    left: 0;
    background: url(./images/Table_before_1.svg);
}

.table__header::before {
    content: '';
    width: 417px;
    height: 24px;
    position: absolute;
    top: -21px;
    left: 50%;
    background: url(./images/Table_before_2.svg);
}

.table__header_title {
    width: 48%;
}

.table__row {
    width: 100%;
    height: 262px;
    background: linear-gradient(180deg, #161519 66.5%, #1E1D22 100%);
    box-shadow: 0px 1px 0px #2C2B2F;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 64px;
}

.table__row:nth-child(3) {
    height: 236px;
}

.table__cell {
    width: 780px;
    height: 142px;
}

.table__cell_title {
    padding-left: 85px;
    padding-top: 16px;
    margin-bottom: 15px;
    position: relative;
}

.table__cell_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #383640;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 32px 25px;
}

.table__cell_title.table__cell_tick::before {
    background-image: url(./images/Icon_tick.png);
    background-size: 30px 28px;
    background-position: 17px 16px;
}

.table__cell_title.table__cell_cross::before {
    background-image: url(./images/Icon_cross.png);
    background-size: 33px 28px;
    background-position: 14px 18px;
}

.table__cell_subtitle {
    padding-left: 80px;
}

/* Таблица КОНЕЦ */

/* Процесс секция */
.process {
    width: 100%;
    height: 922px;
    box-sizing: border-box;
    margin-bottom: 160px;
}

.process__title {
    padding-left: 20px;
    margin-bottom: 80px;
}

.process__wrap {
    width: 100%;
    height: 752px;
    display: flex;
    justify-content: space-between;
}

.process__slider {
    background: url(./images/bg-process.svg);
    border-radius: 33px;
    width: 64.5%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    background-position: right bottom;
}

.process__slider-wrap-img {
    width: 100%;
    height: 599px;
    margin-bottom: 47px;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.process__slider-wrap-img::-webkit-scrollbar {
    display: none;
}

.process__slider-search {
    position: absolute;
    right: 51px;
    bottom: 145px;
    width: 46px;
    height: 46px;
    z-index: 5;
    background-image: url(./images/Search.svg);
    background-size: cover;
    cursor: pointer;
}

.process_slider_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 11px;
    position: relative;
    z-index: 2;
    padding-right: 215px;
    box-sizing: border-box;
}

.process__slider-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    object-fit: cover;
}

.process_slider_wrap-block {
    display: flex;
}

.process__slider-title {
    margin-right: 20px;
}

.process__slider-subtitle {
    width: 70%;
}

.process__slider-counter {
    align-self: flex-end;
}

.process__slider-btns {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 253px;
    height: 132px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /*     background: url(./images/Process_mini_bg.svg) no-repeat; */
}

.process__slider-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #DAFF02;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 22px 25px;
    position: relative;
    cursor: pointer;
}

.process__slider-btn-left {
    background-image: url(./images/Arrow_black.svg);
    margin-right: 22px;
    transform: rotate(180deg);
    z-index: 10;
}

.process__slider-btn-right {
    background-image: url(./images/Arrow_black.svg);
    z-index: 10;
}

.process__cards {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.process__card:nth-child(1) {
    transition-delay: 0s;
}

.process__card:nth-child(2) {
    transition-delay: 0.2s;
}

.process__card:nth-child(3) {
    transition-delay: 0.4s;
}

.process__card:nth-child(4) {
    transition-delay: 0.6s;
}

.process__cards.animated .process__card {
    transform: translateY(0px);
    opacity: 1;
}

.process__card {
    position: relative;
    background: #151418;
    border: 1px solid #8C79FF;
    border-radius: 0px 30px 30px;
    box-sizing: border-box;
    width: 100%;
    height: 147px;
    margin-top: 31px;
    padding: 2px 20px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(60px);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.process__card::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -1px;
    height: 32px;
    width: 155px;
    background: #151418 url(./images/Process_card_before.svg) no-repeat;
}

.process__card-title {
    color: #8C79FF;
}

.process__card-subtitle {
    width: 93%;
}

/* Процесс секция КОНЕЦ*/

/* Команда */

.team {
    width: 100%;
    height: 804px;
    margin-bottom: 80px;
}

.team__title {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
}

.team__wrap {
    width: 100%;
    height: 668px;
    display: flex;
    justify-content: space-between;
    gap: 17px;
}

.team__item {
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 30px 30px 40px 30px;
}

.team__item:first-child {
    background: #C4BAFF;
}

.team__item:nth-child(2) {
    background: #DCDDE6;
}

.team__item:last-child {
    background: #F3FF6D;
}

.team__item__img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    aspect-ratio: 538 / 370;
}

.team__item__info {
    align-self: flex-start;
    margin-bottom: 30px;
}

.team__item__name {
    margin-bottom: 5px;
    color: #151418;
}

.team__item_description {
    color: #151418;
}

.team__item__role {
    color: #78787F;
}

/* Команда КОНЕЦ*/


/* Слайдер с фото */
.photos {
    width: 100%;
    height: 735px;
    position: relative;
    margin-bottom: 178px;
}

.photos::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 568px;
    height: 141px;
    background: url(./images/Photos_top_left.svg) no-repeat 0 0 /100% 100%;
    background-size: contain;
    z-index: 10;
}

.photos__slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 45px;
}

.photos__slider .anim-slider__wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.photos__slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photos__btns {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 253px;
    height: 132px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: url(./images/Process_mini_bg.svg) no-repeat;
    z-index: 10;
}

.photos__btns__btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #383640;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 36px 30px;
    background-position: 22px;
    cursor: pointer;
}

.photo__btn_left {
    background-image: url(images/Arrow_white.svg);
    transform: rotate(180deg);
    margin-right: 20px;
}

.photo__btn_right {
    background-image: url(images/Arrow_white.svg);
}


/* Слайдер с фото КОНЕЦ*/

/*  Этапы работы */
.work {
    width: 100%;
    height: 1050px;
    position: relative;
    box-sizing: border-box;
    background: #383640;
    padding-top: 80px;
    margin-bottom: 160px;
    border-radius: 0px 40px 40px 40px;
}

.work::before {
    content: '';
    position: absolute;
    left: 0;
    top: -48px;
    height: 51px;
    width: 253px;
    background: url(./images/Work_before.svg);
    z-index: -1;
}

.work::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 247px;
    background: #383640;
    z-index: -1;
}

.work__header {
    position: absolute;
    color: #FFFFFF;
    top: -28px;
    left: 39px;
    padding-left: 6px;
}

.work__header::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 9px;
    background: #FF5995;
}

.work__title {
    padding-left: 64px;
    margin-bottom: 22px;
}

.work__subtitle {
    padding-left: 64px;
    margin-bottom: 60px;
    color: #78787F;
}

.work__wrap {
    width: 100%;
    padding: 0 50px 0 40px;
    height: 740px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 17px;
    flex-wrap: wrap;
}


.work__item:nth-child(1) {
    transition-delay: 0s;
}

.work__item:nth-child(2) {
    transition-delay: 0.2s;
}

.work__item:nth-child(3) {
    transition-delay: 0.4s;
}

.work__item:nth-child(4) {
    transition-delay: 0.6s;
}

.work__item:nth-child(5) {
    transition-delay: 0.8s;
}

.work__item:nth-child(6) {
    transition-delay: 1s;
}

.work__wrap.animated .work__item {
    transform: translateY(0px);
    opacity: 1;
}


.work__wrap:last-child {
    padding: 0 40px;
    margin-bottom: 0;
}

.work__item {
    width: 32%;
    height: 48%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    transform: translateY(60px);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.work__item_wrap {
    border-radius: 20px;
    padding: 30px 40px 40px 36px;
    background: #151418;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.work__item::before {
    content: '';
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 12px solid #DAFF02;
    transform: translate(-25px, 0);
    transition-duration: 1s;
    transition-property: transform;
    z-index: -1;
}

.work__item:nth-child(1)::before {
    transition-delay: 2s;
}

.work__item:nth-child(2)::before {
    transition-delay: 2.2s;
}

.work__item:nth-child(3)::before {
    transition-delay: 2.4s;
}

.work__item:nth-child(4)::before {
    transition-delay: 2.6s;
}

.work__item:nth-child(5)::before {
    transition-delay: 2.8s;
}

.work__item:nth-child(6)::before {
    transition-delay: 3s;
}

.work__wrap.animated .work__item::before {
    transform: translate(0px, 0px);
}

.work__item__step {
    background: #383640;
    border-radius: 30px;
    padding: 5px 0;
    color: #DAFF02;
    width: 87px;
    text-align: center;
}

.work__item__info_title {
    margin-bottom: 10px;
}

.work__item__info_subtitle {
    color: #78787F;
}

.work__item:last-child {
    background: url(./images/Work_last_item.svg) no-repeat;
    padding: 40px 41px 47px 30px;
    background-size: 100%;
    border-radius: 20px;
    cursor: pointer;
}

.work__item:last-child .work__item_wrap {
    background: none;
    padding: 0;
}


.work__wrap:last-child .work__item:last-child::before {
    display: none;
}

.work__item__title {
    width: 50%;
    color: #151418;
}

.work__item__img {
    align-self: flex-end;
    width: 64px;
    height: 64px;
    background-image: url(./images/Arrow_right_dot.png);
    background-size: cover;
}

/*  Этапы работы  КОНЕЦ*/

/* партнеры */
.partners {
    width: 100%;
    height: 1077px;
    margin-bottom: 160px;
}

.partners__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.partners__subtitle {
    width: 34%;
    min-width: 500px;
    margin: 0 auto;
    color: #78787F;
    margin-bottom: 80px;
    text-align: center;
}

.partners__wrap {
    width: 100%;
    height: 689px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
}

.partners__item {
    width: 16%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19px;
    background: linear-gradient(90deg, #161519 66.5%, #1E1D22 100%);
    box-shadow: 1px 0px 0px #2C2B2F;
    border-radius: 20px;
}

.partners__item__img {
    max-width: 78%;
}

.partners__test {
    width: 83%;
    position: relative;
    background: #FF5995;
    border-radius: 0px 18px 18px;
    background-size: 100% 160px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 37px 34px 40px;
}

.partners__test::before {

    content: '';
    position: absolute;
    top: -36px;
    left: 0;
    width: 83%;
    height: 43px;
    background: url(./images/Partners_before.svg) no-repeat 0 0 / 100% 100%;

}

.partners__test__title {
    width: 90%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.partners__test__btn {
    align-self: flex-end;
    width: 340px;
}

/* партнеры КОНЕЦ*/

/* Отзывы */
.feedback {
    overflow: hidden;
    width: 100%;
    height: 759px;
    margin-bottom: 160px;
    position: relative;
}

.feedback__title {
    text-align: center;
    margin-bottom: 80px;
}

.feedback__wrap {
    width: 100%;
    height: 623px;
    display: flex;
    background: url(./images/bg-review.svg);
    background-position: bottom right;
    border-radius: 35px;
}


.feedback .anim-slider__wrapper {
    width: 100%;
}

.feedback__el {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 60px;

}

.feedback__text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 60px 0px 164px;
    box-sizing: border-box;
    position: relative;
}

.feedback__text::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 64px;
    width: 70px;
    height: 56px;
    background: url(./images/Icon_quote.svg) no-repeat 0 0/ 100% 100%;
}

.feedback__item {
    width: 65%;
    position: relative;
}

.feedback__item__title {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.feedback__link {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.feedback__link__text {
    color: #DAFF02;
    margin-right: 9px;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-style: normal;
}

.feedback__link__btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #DAFF02 url(/images/Arrow_black.svg) no-repeat 50% 50% / 15px 12px;
    transform: rotate(-45deg);
    transition: transform .5s;
}


.feedback__game {
    width: 30%;
    padding-top: 12px;
}

.feedback__game__title {
    margin-bottom: 15px;
}

.feedback__game__subtitle {
    margin-bottom: 10px;
    color: #78787F;
}

.feedback__game__subtitle__value {
    color: #FFFFFF;
    margin-left: 7px;
}

.feedback__footer {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 40px 0 164px;
}

.feedback__footer__people {
    width: 15%;
    display: flex;
    align-items: center;
}

.feedback__footer__people__img {
    width: 109px;
    height: 109px;
    margin-right: 20px;
    border-radius: 100%;
}

.feedback__footer__people__title {
    margin-bottom: 5px;
    width: 200px;
}

.feedback__footer__people__subtitle {
    color: #78787F;
}

.feedback__btns {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 253px;
    height: 132px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: url(./images/Process_mini_bg.svg) no-repeat;
}

.feedback__btns__btn {
    margin-right: 1px;
    margin-bottom: 1px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #DAFF02;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 22px 25px;
    cursor: pointer;
}



.feedback__btn_left {
    background-image: url(./images/Arrow_black.svg);
    margin-right: 22px;
    transform: rotate(180deg);
}

.feedback__btn_right {
    background-image: url(./images/Arrow_black.svg);
}

/* Отзывы  КОНЕЦ*/


/* Заявка */
.request {
    width: 100%;
    height: 700px;
    margin-bottom: 160px;
    display: flex;
    justify-content: space-between;
}

.request__info {
    width: 48%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.request__info__wrap {
    width: 70%;
    z-index: 1;
}

.request__info__title {
    margin-bottom: 30px;
}

.request__info__subtitle {
    color: #78787F;
}

.request__info__img {
    width: 100%;
}

.request__info__img_anim {
    position: absolute;
    left: 25%;
    width: 75%;
    top: 380px;
    height: 400px;
    background: #151418;
    transition-delay: 1.5s;
    transition-duration: 1.5s;
    transition-property: transform;
    transform: scaleX(1);
    transform-origin: right;
}

.request__info__img_anim.animated {
    transform: scaleX(0);
}

.request_form {
    width: 49.5%;
    height: 100%;
    background: #DCDDE6;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 40px;
}

.request_form_form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.request_form__input {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 25px;
    box-sizing: border-box;
}

.request_form__area {
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 25px 10px 32px;
    box-sizing: border-box;
}

.request_form__input::placeholder,
.request_form__area::placeholder {
    color: #78787F;
    font-family: Jost, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}

.request__form__btn {
    width: 100%;
    height: 80px;
}

/* Заявка КОНЕЦ*/

/* FAQ */
.faq {
    width: 100%;
    margin-bottom: 160px;
}

.faq__title {
    text-align: center;
    margin-bottom: 80px;
}

.faq__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq__item {
    width: 100%;
    max-height: 250px;
    box-sizing: border-box;
    padding: 53px 64px;
    background: linear-gradient(360deg, #161519 66.5%, #1E1D22 100%);
    box-shadow: 0px -1px 0px #2C2B2F;
    border-radius: 35px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: max-height .5s;
}

.faq__item__text {
    width: 69%;
}

.faq__item.open {
    height: 250px;
}

.faq__item__title {
    margin-bottom: 5px;
}

.faq__item__subtitle {
    color: #78787F;
    overflow: hidden;
    max-height: 0;
    transform-origin: top;
    transition: max-height .5s, transform .5s;
    transform: scaleY(0);
}

.faq__item__btn {
    width: 48px;
    height: 48px;
    background: url(/images/Faq_btn.svg);
    background-size: cover;
    transform: rotate(90deg);
    transform-origin: center center;
    transition: transform .5s;
    cursor: pointer;
}


.faq_checkbox {
    position: absolute;
    opacity: 0;
}

.faq_checkbox:checked~.faq__item {
    max-height: 500px;
}

.faq_checkbox:checked~.faq__item .faq__item__btn {
    transform: rotate(0deg);
}

.faq_checkbox:checked~.faq__item .faq__item__text .faq__item__subtitle {
    max-height: 800px;
    transform: scaleY(1);

    transition: max-height .5s, transform .5s;
}

/* 

#faq_1:checked~.faq__item:first-child {
    max-height: 300px;
}

#faq_1:checked~.faq__item:first-child .faq__item__btn {
    transform: rotate(-90deg);
}

#faq_1:checked~.faq__item:first-child .faq__item__text .faq__item__subtitle {
    max-height: 100%;
} */


/* FAQ КОНЕЦ*/


.form_box,
.thanks_box,
.error_box,
.screen_box,
.doc_box,
.feedback_box,
.test_box,
.test_result_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: none;
    background: #151418;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.test_box,
.test_result_box {
    overflow: scroll;
    overflow-x: hidden;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 35px;
    box-sizing: border-box;
}


.close_btn {
    position: absolute;
    color: #fff;
    right: 41px;
    top: 27px;
    font-size: 28px;
    line-height: 28px;
    padding-left: 48px;
    font-family: Jost, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    z-index: 2;
}

.close_btn::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
    background: #fff;
    border-radius: 20px;
}

.close_btn::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    top: 15px;
    left: 0;
    transform: rotate(-45deg);
    background: #fff;
    border-radius: 20px;
}


.thanks_box_decoration {
    position: absolute;
    width: 173px;
    height: 193px;
    /* top: -90px;
    left: 34px; */
    top: -17%;
    left: 4%;

}

.form_box_decoration {
    position: absolute;
    width: 173px;
    height: 193px;
    /* top: -54px;
    left: -36px; */
    top: -6%;
    left: -5%;
}



.form_box_wrapp {
    width: 47%;
    height: 80%;
    background: #8C79FF;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 3% 2% 4%;
    position: relative;
}

.thanks_box_wrap {
    width: 47%;
    background: #8C79FF;
    border-radius: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 80px 40px;
}

.form_box_title {
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    width: 72%;
}

.thanks_box_title {
    text-align: center;
    margin-bottom: 60px;
}

#error_box .thanks_box_wrap {
    width: 47%;
    background: #FF5995;
    border-radius: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 80px 40px;
}



.form_box_title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.thanks_box_title {
    text-align: center;
    margin-bottom: 60px;
}



.form_box_form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.form_box__input {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.form_box__area {
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 25px 10px 32px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.form_box__input::placeholder,
.form_box__area::placeholder {
    color: #78787F;
    font-family: Jost, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}

.form_box__btn {
    width: 100%;
    height: 80px;
}

.thanks_box__btn {
    width: 300px;
    height: 80px;
}


.screen_box_wrap {
    max-width: calc(100% - 200px);
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.screen_box_wrap img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.doc_box_wrap {
    max-width: 600px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.doc_box_wrap img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.galery__btns {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #383640;
    background-size: 36px 30px;
    background-position: 22px;
    background-repeat: no-repeat;
    background-position: 22px 25px;
    cursor: pointer;
}

.galery__btn_left {
    background-image: url(images/Arrow_white.svg);
    transform: rotate(180deg);
    left: 10px;
}

.galery__btn_right {
    background-image: url(images/Arrow_white.svg);
    right: 10px;
}


.feedback_box_wrap {
    width: 80%;
    background: #FFF;
    border-radius: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 80px 40px;
    max-height: 84%;
}

.feedback_box_wrap .feedback__item {
    width: auto;
}

.feedback_box_wrap .feedback__item__title {
    -webkit-line-clamp: 1000;
    color: #151418;
    font-size: 50px;
    margin-top: 40px;
    font-size: 28px;
    line-height: 32px;
    width: auto;
}

.feedback_box_wrap .feedback__game__title {
    color: #151418;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
}

.feedback_box_wrap .feedback__text::before {
    filter: invert(1);
    top: 142px;
}

.feedback_box_wrap .feedback__game__subtitle__value {
    color: #151418;
}

.feedback_box_wrap .feedback__footer__people__title {
    color: #151418;
}


.feedback_box_wrap .feedback__game {
    width: auto;
    /* margin-bottom: 30px; */
}

.feedback_box_wrap .feedback__game__subtitle {
    display: inline-block;
    margin-right: 10px;
}


.feedback_box_wrap .feedback__link {
    display: none;
}

.feedback_box_wrap .feedback__text {
    flex-direction: column-reverse;
}

.feedback__footer .feedback_box_wrap {
    margin-top: 30px;
}


.test_box_wrap {
    width: 46%;
    min-width: 886px;
    background: #8C79FF;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 60px 10px 30px;
    position: relative;
    max-height: 1743px;
}

.test_box__title {
    text-align: center;
    margin-bottom: 60px;
}

.test_box__decoration {
    position: absolute;
    width: 173px;
    height: 193px;
    top: -2%;
    left: 16%;
}

.test_box__main {
    background: #fff;
    border-radius: 35px;
    padding: 60px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test__item {
    margin-bottom: 60px;
}

.test__item__title {
    color: #151418;
    margin-bottom: 15px;
}

.test__row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.test__row:last-child {
    margin-bottom: 0;
}


.test__item__label {
    padding-left: 12px;
    display: flex;
    position: relative;

}

.test__item__label .text_middle {
    color: #151418;

    margin-right: 16px;
}

.test__item__btn {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    background: url(./images/Test_question.svg) no-repeat, radial-gradient(circle, rgba(21, 20, 24, 1) 52%, rgba(255, 255, 255, 1) 9%);
    cursor: pointer;
    border-radius: 50%;
    margin-top: 5px;
}

.test__item__toolt {
    display: none;
    width: max-content;
    height: fit-content;
    background: #383640;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 302px;
    margin-left: 7px;
    z-index: 1;
    position: absolute;
    margin-left: 100%;
}

.test__item__btn:hover~.test__item__toolt {
    display: block;
}

.test_box__btn {
    width: 100%;
    height: 80px;
}

.test__item__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.test__input_radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #151418;
    border-radius: 50%;
    position: relative;
}

.test__input_check {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #151418;
    border-radius: 5px;
    position: relative;
}

.test__item__input:checked~label .test__input_radio::after,
.test__item__input:checked~label .test__input_check::after {
    display: block;
}

.test__input_radio::after {
    content: '';
    position: absolute;
    display: none;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #151418;
}

.test__input_check::after {
    content: '';
    position: absolute;
    display: none;
    top: 5px;
    left: 4px;
    width: 100%;
    height: 100%;
    background: url(./images/Test_tick.svg) no-repeat;
}


.test_result__title {
    text-align: center;
    margin-bottom: 60px;
}

.test_result__decoration {
    position: absolute;
    width: 173px;
    height: 193px;
    top: -2%;
    left: 50%;
    margin-left: -360px;
}


.test_result_wrap {
    width: 67%;
    background: #8C79FF;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 60px 10px 30px;
    position: relative;
}


.test_result__main {
    background: #fff;
    border-radius: 35px;
    padding: 60px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test_result__header {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.test_result__subtitle {
    color: #151418;
    width: 74%;
    padding-left: 20px;
}

.test_result__btn {
    width: 228px;
    height: 80px;
}

.test_table__row {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    min-height: 72px;
}

.test_table__row:first-child {
    min-height: fit-content;
}

.test_table__row:nth-child(2n) {
    background: #DCDDE6;
}

.test_table__col_1 {
    display: flex;
    flex-wrap:wrap;
    width: 26%;
}

.test_table__col_2 {
    width: 45%;
}

.test_table__col_3 {
    width: 29%;
    text-align: right;
}

.test_table__col_1,
.test_table__col_2,
.test_table__col_3 {
    color: #151418;

}

.test_table__row.warning .test_table__col_1 span {
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(./images/Test_warning_icon.svg) no-repeat;
    margin-right: 10px;
}

.test_table__row.cross .test_table__col_1 span {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(./images/Test_cross_icon.svg) no-repeat;
    margin-right: 10px;
}


.test_table__row.disabled .test_table__col_1,
.test_table__row.disabled .test_table__col_2,
.test_table__row.disabled .test_table__col_3 {
    color: #78787F;
}

.test_table__row .mobile_text {
    display: none;
}







/* Footer */
.footer {
    max-width: 1920px;
    margin: 0 auto;
    background: #8C79FF;
    border-radius: 80px 80px 0px 0px;
    position: relative;
    box-sizing: border-box;
    padding: 100px 112px 80px 112px;
}

.footer__img {
    width: 515px;
    height: 500px;
    position: absolute;
    right: 0;
    bottom: 51px;
}

.footer__logo {
    width: 508px;
    height: 86px;
    margin-bottom: 60px;
}

.footer__email {
    margin-bottom: 40px;
}

.footer_btn {
    width: 278px;
    height: 80px;
    margin-bottom: 185px;
}

.footer__subtitle {
    margin-bottom: 15px;
}

/* Footer КОНЕЦ*/
/* основной блок КОНЕЦ */




@media (max-width: 1620px) {
    .news__item-title {
        font-size: 45px;
        line-height: 50px;
    }

    .test_result_wrap {
        width: 80%;
    }
}


@media (max-width: 1580px) {

    .text_large {
        font-size: 40px;
    }

    .news__item {
        padding: 40px;
    }

    .news__decor {
        height: 250px;
        width: 265px;
    }

    .process__slider-subtitle {
        width: 87%;
    }

    .team__wrap {
        height: 589px;
    }

    .work__wrap:last-child .work__item:last-child .work__wrap {
        padding-top: 67px;
    }

    .feedback__el {
        padding-top: 45px;
    }

    .feedback__text,
    .feedback__footer {
        padding: 0px 40px 0px 120px;
    }

    .feedback_box .feedback__text,
    .feedback_box .feedback__footer {
        padding: 0px 0px 0px 80px;
    }

    .feedback_box .feedback__text::before {
        left: -4px;
    }

    .feedback__text::before {
        left: 27px;
    }

    .feedback__item__title {
        -webkit-line-clamp: 6;
    }

    .request_form__input::placeholder,
    .request_form__area::placeholder {
        font-size: 20px;
    }

}

@media (max-width: 1430px) {

    .news__item-title {
        font-size: 40px;
        line-height: 50px;
    }

    .work__item::before {
        right: -26px;
    }

    .feedback_box_wrap .feedback__game__subtitle {
        font-size: 18px;
    }

    .form_box_decoration {
        width: 82px;
        height: 92px;
    }
}

@media (max-width: 1320px) {


    .about__title {
        font-size: 35px;
    }

    .news__item-title {
        font-size: 35px;
    }

    .text_large {
        font-size: 36px;
    }

    .news__decor {
        bottom: -158px;
    }

    .process__slider-title {
        margin-right: 10px;
    }

    .work__wrap {
        padding: 0 40px 0 30px;
    }

    .work__wrap {
        padding: 30px;
    }

    .work__item::before {
        right: -26px;
    }

    .feedback__el {
        padding-top: 45px;
    }

    .about__list-item {
        height: 458px;
    }

    .about {
        height: 794px;
    }

    .table__row {
        padding: 30px 64px;
    }

    .process {
        height: 1370px;
    }

    .process__wrap {
        flex-wrap: wrap;
        height: 1200px;
    }

    .process__slider {
        width: 100%;
        height: 63%;
    }

    .process__cards {
        height: 34%;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .process__card {
        width: 49%;
    }

    .form_box_wrapp {
        width: 80%;
    }

    .thanks_box_wrap {
        width: 79%;
    }

    .thanks_box_title {
        font-size: 3em;
    }


    .partners {
        height: 997px;
    }

    .partners__wrap {
        height: 609px;
    }

    .partners__item {
        width: 18.5%;
        height: 140px;
    }

    .partners__item:nth-last-child(-n + 4) {
        display: none;
    }

    .feedback_box_wrap .feedback__game__subtitle {
        font-size: 16px;
    }

    .feedback_box_wrap .feedback__item__title {
        font-size: 25px;
        line-height: 30px;
    }

    .form_box_decoration {
        width: 112px;
        height: 122px;
    }

    .test_result_wrap {
        width: 95%;
    }
}

@media (max-width: 1166px) {

    .about__list-item:first-child {
        display: none;
    }

    .about__list-item {
        width: 33%;
    }

    .about {
        padding: 80px 20px 60px 20px;
        height: 764px;
    }

    .about__header {
        margin-left: 20px;
    }

    .about__title {
        font-size: 30px;
        width: auto;
    }


    .text_large {
        font-size: 30px;
        line-height: 40px;
    }


    .slider__item {
        max-width: 350px;
        min-width: 350px;
        height: 100%;
        margin-right: 17px;
        background: #383640;
        border-radius: 35px;
    }

    .slider__item:last-child {
        min-width: 0px;
    }

    .release__slider {
        height: 548px;
    }

    .link_large {
        font-size: 36px;
        line-height: 40px;
    }

    .table__row {
        padding: 30px 24px;
    }

    .table__cell_title {
        font-size: 25px;
    }

    .work__item {
        width: 31.5%;
    }

    .work__item__info_title br {
        display: none;
    }

    .work__item__info_title {
        font-size: 23px;
    }

    .work__item::before {
        right: -30px;
    }

    .feedback__wrap {
        height: 550px;
    }

    .feedback {
        height: 670px;
    }

    .feedback_box_wrap .feedback__item__title {
        font-size: 22px;
        line-height: 25px;
    }

    .feedback_box_wrap {
        width: 90%;
    }
}

@media (max-width: 960px) {


    .about__title {
        font-size: 25px;
        width: auto;
    }

    .text_large {
        font-size: 30px;
        line-height: 40px;
    }

    .news {
        flex-direction: column;
        height: 885px;
    }


    .news__item__descriprion {
        top: -23px;
        left: 29px;
        line-height: 16px;
    }

    .news__item__descriprion::before {
        top: 4px;
    }

    .news__item {
        width: 100%;
        border-radius: 32px;
        height: 47%;
        padding: 40px 24px;
    }

    .news__item:first-child {
        padding: 40px 24px 56px 24px;
        border-radius: 0px 32px 32px 32px;
        height: 49%;
    }

    .news__block {
        width: 98%;
    }

    .news__block_togo {
        width: 24px;
        height: 24px;
        background-position: 6px;
        background-size: 14px;
        margin-left: 13px;
        bottom: -1px;
    }


    .news__item-title {
        width: 96%;
    }


    .news__decor {
        display: none;
    }

    .news__btn {
        width: 281px;
    }

    .table__cell_title {
        padding-top: 8px;
        font-size: 20px;
        line-height: 25px;
    }

    .table__header::before {
        display: none;
    }

    .work {
        height: 1480px;
    }

    .work__wrap {
        height: 1110px;
    }

    .work__item {
        width: 48%;
        height: 32%;
    }

    .partners {
        height: 1257px;
    }

    .partners__item {
        width: 23%;
        display: flex;
    }

    .partners__item:nth-last-child(-n + 3) {
        display: none;
    }

    .partners__wrap {
        height: 789px;
    }

    .team__item__name {
        font-size: 25px;
    }

    .feedback__text,
    .feedback__footer {
        padding: 0px 40px 0px 40px;
    }

    .feedback__text::before {
        display: none;
    }

    .request__info__title {
        font-size: 35px;
    }

    .request__info {
        width: 37%;
    }


    .request_form {
        width: 60%;
    }

    .screen_box_wrap {
        max-width: 90%;
    }

    .galery__btns {
        bottom: 10%;
    }

    .galery__btn_left {
        left: auto;
        right: 50%;
        margin-right: 20px;
        z-index: 111;
    }

    .galery__btn_right {
        right: auto;
        left: 50%;
        margin-left: 20px;
        z-index: 111;
    }

    .footer__img {
        height: 300px;
        width: 309px;
        bottom: 201px;
    }

    .feedback_box .feedback__text,
    .feedback_box .feedback__footer {
        padding: 0;
    }

    .test_result__main {
        padding: 30px 0 30px;
    }
}

@media(max-width: 890px) {

    .test_box__decoration,
    .test_result__decoration,
    .test__item__btn,
    .test__item__toolt {
        display: none;

    }


    .test_box,
    .test_result_box {
        padding: 0;
        background: #fff;
    }

    .test_box .close_btn,
    .test_result_box .close_btn {
        color: #151418;
    }

    .test_box .close_btn::after,
    .test_box .close_btn::before,
    .test_result_box .close_btn::after,
    .test_result_box .close_btn::before {
        background: #151418;
    }

    .test_box_wrap {
        min-width: fit-content;
        background: #fff;
        width: 100%;
        padding: 80px 16px 64px;
    }

    .test_box__title,
    .test_result__title {
        color: #8C79FF;
        text-align: left;
        margin-bottom: 32px;
    }

    .test_result__title {
        padding-left: 30px;
    }

    .test_box__main,
    .test_result__main {
        padding: 0;
    }

    .test_result__header {
        flex-direction: column;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .test_result__subtitle {
        padding-left: 0;
        width: 100%;
        margin-bottom: 32px;
    }

    .test_result__btn {
        width: 100%;
    }

    .test_result_wrap {
        min-width: auto;
        background: #fff;
        width: 100%;
        padding: 80px 0 64px;
    }

    .test_table__row {
        column-gap:10px;
    }
    .test_table__col_1,
    .test_table__col_2,
    .test_table__col_3 {
        font-size: 23px;
    }

}

@media (max-width: 820px) {


    .about {
        height: 1114px;
    }

    .about__list {
        flex-wrap: wrap;
        height: 758px;
    }

    .about__list-item {
        width: 49%;
        height: 49%;
    }

    .about__list-item:first-child {
        display: flex;
    }

    .release__subtitle {
        width: 503px;
    }

    .news__item-title {
        font-size: 30px;
        line-height: 41px;
    }

    .link_large {
        font-size: 25px;
        line-height: 35px;
    }

    .table__cell_title {
        font-size: 18px;
        line-height: 21px;
    }

    .partners {
        height: 1037px;
    }

    .partners__wrap {
        height: 569px;
    }


    .partners__item {
        height: 100px;
    }



    .request__info__title {
        font-size: 30px;
    }

    .request__info {
        width: 27%;
    }


    .request_form {
        width: 70%;
    }


    .form_box_title {
        font-size: 30px;
    }

    .form_box_decoration {
        width: 123px;
        height: 143px;
    }

}

@media(max-width: 768px) {
    .release__btns {
        display: none;
    }

    .team {
        display: block;
        height: 1397px;
        margin-bottom: 32px;
    }

    .team__title {
        margin-bottom: 32px;
    }

    .team__wrap {
        flex-direction: column;
        height: 1286px;
        align-items: center;
    }


    .team__item {
        width: 91%;
        height: 33%;
        border-radius: 20px;
        padding: 11px 16px 32px 16px;
    }

    .team__item__img {
        min-height: 30%;
        width: auto;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .team__item__info {
        margin-bottom: 14px;
    }

    .process {
        display: block;
        height: 1221px;
        margin-bottom: 64px;
    }

    .work__item::before {
        right: -27px;
    }


    .process__title {
        margin-bottom: 32px;
    }

    .process__wrap {
        flex-direction: column;
        height: 1102px;
    }

    .process__slider {
        height: 39%;
        border-radius: 20px;
        padding: 24px 16px;
        background-size: cover;
    }

    .process__slider-wrap-img {
        height: 202px;
        margin: 0;
        margin-top: 134px;
    }

    .process__slider .anim-slider__wrapper {
        height: 202px;
        margin: 0;
        margin-top: 134px;
    }

    .process__slider-search {
        width: 29px;
        height: 29px;
        right: 24px;
        bottom: 75px;
        z-index: 3;
    }

    .process__slider-btns {
        width: 134px;
        height: 72px;
        background: url(./images/Process_mini_bg.svg) no-repeat 0 0 / 100% 100%;
    }

    .process__slider-btn {
        width: 40px;
        height: 40px;
        background-size: 17px;
        background-position: 50%;
    }

    .process__slider-btn-left {
        margin-right: 16px;
    }

    .process_slider_wrap {
        top: 25px;
        position: absolute;
        flex-direction: column;
        width: 91%;
        height: 88%;
        padding: 0;
        box-sizing: border-box;
    }

    .process__slider-title {
        margin: 0;
        margin-bottom: 23px;
    }

    .process__slider-subtitle {
        width: 100%;
    }

    .process_slider_wrap-block {
        flex-direction: column;
    }

    .process__slider-counter {
        align-self: flex-start;
    }

    .process__cards {
        height: 59%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .process__card {
        width: 100%;
        height: auto;
        padding: 44px 16px 27px 16px;
        border-radius: 0px 20px 20px;
    }

    .process__card::before {
        content: '';
        position: absolute;
        top: -30px;
        left: -1px;
        height: 32px;
        width: 108px;
        background: #151418 url(./images/Process_card_before_mini.svg) no-repeat;
    }

    .process__card-title {
        position: absolute;
        top: -6px;
        left: 15px;
    }

    .process__card-subtitle {
        width: 100%;
    }


    .table {
        display: none;
    }

    .table_mini {
        display: block;
        margin-bottom: 64px;
    }

    .table__title {
        width: 100%;
        margin-bottom: 32px;
    }

    .table__wrap {
        height: auto;
        margin-bottom: 64px;
    }


    .table__wrap:last-child {
        margin-bottom: 0;
    }

    .table__header {
        border-radius: 20px;
        height: 72px;
        padding: 0;
        padding-left: 49px;
        margin-bottom: 32px;
    }

    .table__header_title {
        width: 90%;
    }

    .table__header_cross::after {
        width: 18px;
        height: 16px;
        top: 29px;
        left: 20px;
        background: url(./images/Icon_cross.png) no-repeat 0 0 / 100% 100%;
    }

    .table__header_tick::after {
        width: 18px;
        height: 16px;
        top: 29px;
        left: 20px;
        background: url(./images/Icon_tick.png) no-repeat 0 0 / 100% 100%;
    }

    .table__item {
        width: 100%;
        /* height: 94px; */
        max-height: 250px;
        box-sizing: border-box;
        padding: 24px;
        background: linear-gradient(180deg, #161519 66.5%, #1E1D22 100%);
        /* Benefits Strock */
        box-shadow: 0px 1px 0px #2C2B2F;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        transition: max-height 0.5s;
    }


    .table__item__checkbox:checked~.table__item {
        max-height: 500px;
    }

    .table__item__checkbox {
        position: absolute;
        opacity: 0;
    }

    .table__item__title {
        margin-bottom: 5px;
    }


    .table__item__text {
        width: 88%;
    }

    .table__item__subtitle {
        color: #78787F;
        overflow: hidden;
        max-height: 0;
        transform-origin: top;
        transition: max-height .5s, transform .5s;
        transform: scaleY(0);
    }

    .table__item__checkbox:checked~.table__item .table__item__text .table__item__subtitle {
        max-height: 800px;
        transform: scaleY(1);
        transition: max-height .5s, transform .5s;
    }

    .table__item__btn {
        width: 24px;
        height: 24px;
        background: url(/images/Faq_btn.svg);
        background-size: cover;
        transform: rotate(90deg);
        transform-origin: center center;
        transition: transform .5s;
        align-self: start;
        cursor: pointer;
    }


    .table_mini .table__wrap.red-arrow .table__item__btn {
        background-image: url(/images/Faq_btn_red.svg);
    }

    .table__item__checkbox:checked~.table__item .table__item__btn {
        transform: rotate(0deg);
    }


    .request {
        flex-direction: column;
        height: auto;
        margin-bottom: 64px;
    }

    .request__info {
        width: 100%;
        padding: 0;
        padding-left: 20px;
        height: auto;
        margin-bottom: 32px;
    }

    .request__info__title {
        margin-bottom: 20px;
    }

    .request__info__wrap {
        width: 100%;
    }

    .request_form {
        width: 100%;
        height: 407px;
        border-radius: 20px;
        padding: 24px 16px 32px 16px;
    }

    .request__info__img {
        display: none;
    }

    .request__info__img_anim {
        display: none;
    }

    .request_form__input {
        padding: 0 16px;
        height: 56px;
        border-radius: 8px;
    }

    .request_form__area {
        padding: 15px;
        height: 160px;
        border-radius: 8px;
    }

    .request__form__btn {
        height: 55px;
    }

    .request_form__area::placeholder {

        line-height: 26px;
    }

    .footer {
        padding: 32px;
        border-radius: 30px 30px 0 0;
    }

    .footer__logo {
        width: 140px;
        height: 24px;
        margin-bottom: 28px;
    }

    .footer__email {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .footer__subtitle {
        text-decoration: underline;
        margin-bottom: 34px;
        font-size: 18px;
        left: 23px;
    }

    .footer_btn {
        width: 295px;
        margin-bottom: 32px;
    }

    .footer__img {
        display: none;
    }

    .feedback_box_wrap {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 100%;
        padding: 105px 16px 64px;
    }

    .feedback_box_wrap .feedback__game__title {
        margin-bottom: 16px;
    }

    .feedback_box_wrap .feedback__game__subtitle {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .feedback_box .feedback__text {
        height: 80%;
        justify-content: flex-end;
    }


    .feedback_box_wrap .feedback__game {
        margin-bottom: 50px;
    }

    .feedback_box .feedback__text::before {
        margin: 0;
        left: 0;
        top: 206px;
        display: block;
    }


    .feedback_box .close_btn {
        z-index: 1;
        color: #151418;
    }

    .feedback_box .close_btn::before,
    .feedback_box .close_btn::after {
        background: #151418;
    }
}

@media(max-width: 600px) {

    input {
        font-size: 20px;
    }

    textarea {
        font-size: 15px;
    }

    .link_large {
        font-size: 20px;
        line-height: 22px;
    }

    .link_caps {
        font-size: 16px;
        line-height: 21px;
    }

    .about {
        height: 1578px;
        border-radius: 0px 32px 32px 32px;
        padding: 65px 24px 40px 24px;
        margin-bottom: 64px;
    }

    .about::before {
        top: -32px;
        height: 35px;
        width: 127px;
        background: url(./images/About_before_mini.svg) no-repeat;
    }

    .about::after {
        width: 121px;
    }


    .about__header {
        top: -15px;
        margin-left: 4px;
    }

    .about__header::before {
        top: 4px
    }

    .about__title,
    .about__subtitle {
        padding-left: 8px;
    }

    .about__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .about__subtitle {
        margin-bottom: 32px;
    }

    .about__list {
        flex-direction: column;
        height: 1226px;
    }

    .about__list-item:first-child {
        display: flex;
        height: 22%;

    }

    .about__list-item {
        padding: 16px 24px 32px 24px;
        width: 100%;
        height: 25%;
    }

    .about__list-img {
        width: 64px;
        height: 64px;
    }

    .about__list-title,
    .about__list-text {
        padding-left: 0;
    }

    .release {
        margin-bottom: 95px;
    }

    .release__title {
        width: 86%;
        margin-bottom: 8px;
    }

    .release__subtitle {
        width: 87%;
        margin-bottom: 32px;
    }

    .release__slider {
        height: 433px;
    }

    .slider__item {
        max-width: 296px;
        min-width: 296px;
        height: 433px;
        border-radius: 20px;
    }

    .slider__item_img {
        height: 220px;
        border-radius: 20px;
        margin-bottom: 28px;
    }

    .slider__item_wrap-text {
        padding-left: 17px;
    }

    .slider__item_title {
        margin-bottom: 7px;
    }

    .slider__item_subtitle {
        margin-bottom: 13px;
    }

    .news {
        flex-direction: column;
        height: 885px;
        margin-bottom: 64px;
    }

    .news__item:first-child:before {
        top: -32px;
        height: 35px;
        width: 206px;
        background: url(./images/News_before_mini.svg) no-repeat;
    }

    .news__item:first-child:after {
        width: 200px;
    }

    .news__item__descriprion {
        top: -15px;
        left: 18px;
    }

    .news__item__descriprion::before {
        top: 4px;
    }

    .news__item {
        width: 100%;
        border-radius: 32px;
        height: 47%;
        padding: 40px 24px;
    }

    .news__item:first-child {
        padding: 40px 24px 56px 24px;
        border-radius: 0px 32px 32px 32px;
        height: 49%;
    }

    .news__block {
        width: 98%;
    }

    .news__block_togo {
        width: 24px;
        height: 24px;
        background-position: 6px;
        margin-left: 13px;
        bottom: -1px;
    }


    .news__item-title {
        width: 96%;
        font-size: 26px;
        line-height: 29px;
    }


    .news__decor {
        display: none;
    }

    .news__btn {
        width: 281px;
    }


    .process {
        display: block;
        height: 1221px;
        margin-bottom: 64px;
    }

    .process__title {
        margin-bottom: 32px;
    }

    .process__wrap {
        flex-direction: column;
        height: 1102px;
    }

    .process__slider {
        height: 39%;
        border-radius: 20px;
        padding: 24px 16px;
    }

    .process__slider-wrap-img {
        height: 202px;
        margin: 0;
        margin-top: 134px;
    }

    .process__slider-search {
        width: 29px;
        height: 29px;
        right: 24px;
        bottom: 75px;
        z-index: 3;
    }

    .process__slider-btn {
        width: 40px;
        height: 40px;
        background-size: 17px;
        background-position: 50%;
    }

    .process__slider-btn-left {
        margin-right: 16px;
    }

    .process_slider_wrap {
        top: 25px;
        position: absolute;
        flex-direction: column;
        width: 91%;
        height: 88%;
        padding: 0;
        box-sizing: border-box;
    }

    .process__slider-title {
        margin: 0;
        margin-bottom: 23px;
    }

    .process__slider-subtitle {
        width: 100%;
    }

    .process_slider_wrap-block {
        flex-direction: column;
    }

    .process__slider-counter {
        align-self: flex-start;
    }

    .process__cards {
        height: 59%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .process__card {
        width: 100%;
        height: auto;
        padding: 44px 16px 27px 16px;
        border-radius: 0px 20px 20px;
    }

    .process__card::before {
        content: '';
        position: absolute;
        top: -30px;
        left: -1px;
        height: 32px;
        width: 108px;
        background: #151418 url(./images/Process_card_before_mini.svg) no-repeat;
    }

    .process__card-title {
        position: absolute;
        top: -6px;
        left: 15px;
    }

    .process__card-subtitle {
        width: 100%;
    }

    .team {
        display: block;
        height: 1397px;
        margin-bottom: 32px;
    }

    .team__title {
        margin-bottom: 32px;
    }

    .team__wrap {
        flex-direction: column;
        height: 1286px;
        align-items: center;
    }


    .team__item {
        width: 91%;
        height: 33%;
        border-radius: 20px;
        padding: 11px 16px 32px 16px;
    }

    .team__item__img {
        min-height: 30%;
        width: auto;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .team__item__info {
        margin-bottom: 14px;
    }

    .photos {
        display: block;
        margin-bottom: 64px;
        height: 210px;
    }

    .photos::after {
        width: 81px;
        height: 24px;
    }

    .photos__slider {
        border-radius: 10px;
    }

    .photos__btns {
        width: 134px;
        height: 72px;
        background: url(./images/Process_mini_bg.svg) no-repeat 0 0 / 100% 100%;
    }

    .photos__btns__btn {
        width: 40px;
        height: 40px;
        background-size: 17px;
        background-position: 50%;
    }

    .photo__btn_left {
        margin-right: 16px;
    }

    .work {
        margin-bottom: 64px;
        padding: 64px 24px 40px 24px;
        height: auto;
    }

    .work::before {
        top: -29px;
        height: 32px;
        width: 182px;
        background: url(./images/Work_before_mini.svg) no-repeat;
    }

    .work__header {
        top: -15px;
        margin-left: -10px;
    }

    .work__header::before {
        top: 4px;
    }

    .work__title {
        padding-left: 8px;
        margin-bottom: 8px;
    }

    .work__subtitle {
        padding-left: 8px;
        margin-bottom: 32px;
    }

    .work__wrap,
    .work__wrap:last-child {
        height: auto;
        padding: 0;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .work__wrap:last-child .work__item:last-child {
        height: 180px;
        background: url(./images/Work_last_item_mini.svg) no-repeat 100%/ auto 100%;
        padding: 24px;
    }

    .work__item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .work__item:last-child,
    .work__wrap:last-child {
        margin-bottom: 0;
    }

    .work__item__step {
        margin-bottom: 39px;
        width: 72px;
    }

    .work__item__info_title {
        margin-bottom: 15px;
    }

    .work__item::before {
        right: 50%;
        top: 104%;
        border: 7px solid transparent;
        border-top: 12px solid #DAFF02;
        margin-top: 0;
        margin-right: -8px;
        transform: translate(0, -25px);
    }

    .work__item__img {
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .partners {
        margin-bottom: 64px;
        height: auto
    }

    .partners__subtitle {
        min-width: auto;
        width: 94%;
        margin-bottom: 32px;
    }

    .partners__wrap {
        height: 440px;
    }


    .partners__item {
        width: 33%;
        height: 56px;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .partners__test::before {
        top: -28px;
        width: 90%;
        height: 30px;
        background: url(./images/Partners_before_mini.svg) no-repeat 0 0 / 100% 100%;
    }

    .partners__item__img {
        max-height: 52%;
    }

    .partners__test {
        width: 100%;
        flex-direction: column;
        padding: 5px 24px 40px 24px;
    }

    .partners__test__text {
        margin-bottom: 32px;
    }

    .partners__test__btn {
        align-self: flex-start;
        width: 80%;
    }

    .feedback {
        width: 200%;
        margin-bottom: 64px;
        /* height: 745px; */
    }


    .feedback__title {
        width: 50%;
        margin-bottom: 32px;
    }

    .feedback__btns,
    .feedback__footer__counter {
        display: none;
    }

    .feedback__wrap {
        width: 100vw;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        background: none;
        border-radius: 0;
    }

    .feedback__wrap .anim-slider__item {
        max-width: 296px;
        min-width: 296px;
        height: 100%;
        border-radius: 20px;
        margin-right: 17px;
        background: #383640;
    }

    .feedback__text::before {
        display: block;
    }

    .feedback__el {
        width: 296px;
        height: 100%;
        margin-right: 16px;
        flex-direction: column;
        padding: 32px 16px;
        border-radius: 20px;
    }

    .feedback__text,
    .feedback__footer {
        padding: 0;
    }

    .feedback__text {
        flex-direction: column-reverse;
    }

    .feedback__item {
        width: 100%;
    }

    .feedback__text::before {
        left: 1px;
        top: 151px;
        width: 40px;
        height: 32px;
    }

    .feedback__game {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
        height: 160px;
    }

    .feedback__item__title {
        overflow: hidden;
        height: 136px;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        -webkit-line-clamp: 5;
    }

    .feedback_box .feedback__item__title {
        height: auto;
        margin-top: 0;
    }

    .feedback__link__btn {
        width: 24px;
        height: 24px;
    }

    .feedback__footer__people {
        width: 100%;
    }

    .anim-slider__item .feedback__footer__people__img {
        width: 64px;
        height: 64px;
        margin-right: 16px;
    }

    .feedback__wrap::-webkit-scrollbar {
        display: none;
    }

    .faq {
        margin-bottom: 32px;
    }

    .faq__title {
        margin-bottom: 32px;
    }

    .faq__item {
        padding: 24px;
    }

    .faq__item__btn {
        width: 24px;
        height: 24px;
    }

    #form_box .form_box_wrapp {
        max-height: 500px;
    }

    #ask-form_box .form_box_wrapp {
        max-height: 500px;
    }

    #ask-form_box .form_box_decoration {
        display: none;
    }

    .form_box_wrapp {
        padding: 24px 16px 32px 16px;
        width: 92%;
        border-radius: 20px;
        height: 74%;

    }


    .close_btn {
        font-size: 20px;
        line-height: 26px;
        top: 17px;
        padding-left: 33px;
        right: 16px;
    }

    .close_btn::after,
    .close_btn::before {
        width: 24px;
        top: 13px
    }

    .form_box_title {
        width: 87%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .form_box__input {
        height: 56px;
        padding: 0 16px;
        border-radius: 8px;
    }

    .form_box__area {
        height: 160px;
        padding: 10px 16px;
        border-radius: 8px;
    }

    .form_box_decoration,
    .thanks_box_decoration {
        width: 82px;
        height: 92px;
    }

    .form_box_decoration {
        /* top: -23px;
        left: -11px; */
        top: -5%;
        left: -3%;
    }


    .form_box__input::placeholder,
    .form_box__area::placeholder {
        font-size: 20px;
        line-height: 26px;
    }

    .form_box__btn {
        height: 55px;
    }


    .thanks_box_wrap {
        width: 91%;
        border-radius: 20px;
        padding: 32px 24px;
    }

    .thanks_box_decoration {
        top: -47px;
        left: 1px;
    }

    .thanks_box_title {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 23px;
    }

    .thanks_box__btn {
        height: 55px;
        width: 198px;
    }

    .feedback_box .feedback__game__title {
        line-height: 28px;
        font-size: 22px;
    }

    .feedback_box .feedback__game__subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .feedback_box .feedback__item__title {
        font-size: 16px;
        line-height: 21px;
    }

    .feedback_box_wrap .feedback__game {
        margin-bottom: 24px;
    }

    .feedback_box .feedback__text::before {
        top: 130px;
    }

    .test__input_radio,
    .test__input_check {
        width: 24px;
        height: 24px;
    }

    .test__item__title {
        margin-bottom: 8px;
    }

    .test__item {
        margin-bottom: 30px;
    }

    .test__row {
        margin-bottom: 2px;
    }


    .test__item__label {
        padding-left: 5px;
    }

    .test__item__label .text_middle {
        font-size: 16px;
        line-height: 21px;
    }

    .test__input_radio::after {
        top: 6px;
        left: 6px;
        width: 12px;
        height: 12px;
    }

    .test__input_check::after {
        top: 3px;
        left: 1px;
    }

    .test_box__btn {
        height: 55px;
    }

    .test_result__title {
        padding-left: 16px;
    }

    .test_result__header {
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .test_result__btn {
        height: 55px;
    }

    .test_table__row {
        flex-direction: column;
        min-height: 95px;
        padding: 16px;
    }

    .test_table__row:first-child {
        display: none;
    }

    .test_table__col_1{
        font-weight: 700;
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .test_table__col_2,
    .test_table__col_3 {
        width: 100%;
        font-size: 16px;
        line-height: 21px;
        text-align: left;
    }

    .test_table__col_2 {
        margin-bottom: 8px;
    }

    .test_table__row .mobile_text {
        display: inline-block;
        margin-right: 3px;
    }
}



@media(max-height: 876px) {
    .form_box_decoration {
        width: 82px;
        height: 92px;
    }

    .form_box_decoration {
        top: -3%;
        left: -1%;
    }
}