.accord__container {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.accord__item {
    cursor: pointer;
    padding: 32px;
    background-color: var(--innerBg);
    border-radius: var(--brad)
}

.accord__item h3 {
    color: #fff !important
}

.accord__item h3,
.accord__item p {
    margin-bottom: 0
}

.accord__item>div:first-child>p {
    font-weight: 400;
    color: var(--mainText) !important;
    /* font-size: 24px !important; */
    margin-bottom: 0
}

.accord__item>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.accord__item>div:last-child {
    max-height: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.075, .82, .165, 1)
}

.accord__item>div:last-child p {
    color: #aaaab4 !important
}

.show {
    visibility: visible !important
}

@media (max-width:768px) {
    .reason {
        padding: 48px 24px !important
    }

    .reason>a {
        width: 100%
    }

    .accord__item>div:first-child {
        gap: 14px
    }

    .accord__item {
        padding: 32px 24px
    }
}

.swiper-wrapper {
    align-items: stretch !important;
    max-height: 640px
}

.swiper-slide {
    overflow: hidden !important;
    height: unset !important;
    border-radius: var(--brad) !important
}

.controls {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    pointer-events: none
}

.controls.second {
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}

.controls>div {
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #151516;
    transition: all .4s cubic-bezier(.075, .82, .165, 1);
    user-select: all;
    pointer-events: all
}

.controls>div>* {
    height: 30%;
    transform: translateX(1px)
}

.controls>div img {
    object-fit: contain
}

.controls>div:first-child img {
    rotate: 180deg
}

.mainControls {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: max-content;
    gap: 24px;
    margin-top: auto
}

.slider_counter {
    color: var(--white30) !important;
    margin-bottom: 0 !important
}

@media (max-width:768px) {
    .controls {
        display: none
    }
}

.faq>div {
    background-color: #121213;
    border-radius: var(--brad);
    padding: 32px
}

footer {
    background-color: #1a1919
}

footer a {
    color: #fff !important
}

.footer__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
    margin-bottom: 29px
}

.footer__top>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.footer__top>div>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.footer__top>div>ul a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: var(--innerBlackBg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__top>div>ul img {
    height: 45%;
    object-fit: contain
}

.footer__top>nav ul {
    margin-left: auto;
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 39px;
    row-gap: 12px;
    justify-content: right
}

.footer__top>nav li a {
    width: max-content
}

.footer__bottom {
    padding: 8px 0;
    text-align: left;
    background-color: #1d1d1e
}

.footer__bottom p {
    color: #75767f !important;
    /* font-size: 14px */
}

@media (max-width:768px) {
    .footer__top {
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px
    }

    .footer__top>div:first-child>a {
        max-width: 153px
    }

    .footer__top>div>ul {
        display: none
    }

    .footer__top>nav ul {
        margin-left: initial;
        max-width: 80%;
        align-items: start;
        gap: 24px;
        row-gap: 12px;
        justify-content: left
    }
}

.hiw {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    background-color: var(--white);
    border-radius: var(--brad)
}

.hiw>div:last-child {
    flex: 0 1 42%;
    aspect-ratio: 1/1.2;
    border-radius: var(--brad);
    overflow: hidden;
    max-height: 640px
}

.hiw>div:first-child {
    flex: 0 1 50%
}

.hiwRev {
    flex-direction: row-reverse
}

.hiwRev>div:first-child>div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.hiw>div:first-child>a {
    max-width: 40%;
    min-width: 312px
}

.hiw>div:first-child>div a {
    flex: 1 0 20%
}

@media (max-width:768px) {
    .hiw {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }

    .hiw>div {
        flex: 1 1 100% !important
    }

    .hiw>div:first-child {
        margin-top: 24px
    }

    .hiw>div:first-child>div {
        flex-direction: column
    }

    .hiw>div:first-child>a {
        max-width: 100%
    }
}

.htu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0 !important
}

.htu>div {
    flex: 1 1 46%
}

.htu>div:first-child {
    display: flex;
    flex-direction: column
}

.htu>div:first-child>div {
    margin-top: auto
}

.htu>div:last-child {
    flex: 1 1 46%;
    max-width: 660px
}

.htu .htu_gif {
    position: absolute;
    border-radius: var(--brad);
    overflow: hidden;
    width: 23%;
    height: auto;
    z-index: 5;
    rotate: -15deg;
    top: 144px;
    left: 36px;
    box-shadow: -6px 12px 24px rgba(0, 0, 0, .4)
}

.htu>div:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px
}

.htu>div:last-child p {
    font-family: poppins, sans-serif
}

.htu>div:last-child>div {
    flex: 1 1 48%;
    padding: 30px;
    background-color: #fff;
    border-radius: var(--brad);
    overflow: hidden;
    min-height: 220px;
    max-height: 220px
}

.htu>div:last-child>div>div:first-child p:first-child,
.htu>div:last-child>div>p:first-child {
    background-color: var(--innerBg);
    padding: 10px 14px;
    border-radius: 13px;
    width: max-content;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 44px
}

.htu>div:last-child>div>div:first-child p:first-child,
.htu>div:last-child>div>p:last-child {
    max-width: 90%
}

.htu>div:last-child>div:last-child {
    padding: initial;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.htu>div:last-child>div:last-child>div:first-child {
    padding: 30px 0 30px 30px;
    z-index: 2;
    max-width: 236px
}

.htu>div:last-child>div:last-child>div:nth-child(2) {
    z-index: 2
}

.htu>div:last-child>div:last-child>img {
    position: absolute;
    z-index: 0;
    width: auto;
    height: 100%;
    height: auto;
    right: 0
}

.htu .fz24 {
    /* font-size: 24px !important */
}

@media (max-width:1187px) {
    .htu>div:last-child>div {
        min-width: 407px
    }

    .htu>div:last-child>div:last-child>div:first-child {
        max-width: 220px
    }

    .htu>div:last-child>div:last-child>div:nth-child(2) {
        position: absolute;
        height: 100%;
        right: -26%
    }

    .htu>div:last-child>div:last-child>img {
        display: none
    }
}

@media (max-width:768px) {
    .htu {
        padding: 0;
        margin-bottom: 40px
    }

    .htu>div:first-child {
        padding: 0 14px
    }

    .htu>div:first-child>div .htu_gif {
        top: 23%;
        width: 30vw;
        left: 4%
    }

    .htu>div:first-child>div img {
        width: 150%
    }
}

@media (max-width:425px) {
    .htu>div:last-child>div {
        min-width: 0
    }

    .htu>div:last-child>div:last-child>div:nth-child(2) {
        right: -36%
    }
}

.innerBg {
    background-color: #121213;
    padding: 100px 0
}

@media (max-width:768px) {
    .innerBg {
        padding: 64px 0
    }
}

.modes__wrapper {
    background-color: #151516;
    padding: 100px 0
}

.modes__wrapper h2 {
    color: var(--ultraGray30) !important
}

.modes__wrapper>div:first-child>p {
    color: var(--neturalGray50) !important
}

.models {
    background-color: var(--innerBg);
    padding: 32px;
    border-radius: var(--brad)
}

.models__cards_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap
}

.models__cards_container>div {
    flex: 1 1 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 32px;
    background-color: #272727;
    border-radius: var(--brad)
}

.models__cards_container>div>div {
    flex: 0 1 50%
}

.models__cards_container>div>div:last-child {
    padding-right: 36px
}

.models>h2,
.models__cards_container>div h3 {
    color: #fff !important
}

.models>p,
.models__cards_container>div p {
    color: #75767f !important
}

@media (max-width:1864px) {
    .modes__wrapper {
        width: 100vw
    }
}

@media (max-width:768px) {
    .modes__wrapper {
        width: 100vw;
        padding: 30px 0
    }

    .modes__wrapper .warpper_small {
        padding: 0 20px
    }

    .modes__wrapper>div:first-child {
        flex-wrap: wrap
    }

    .modes__wrapper>div:first-child>div {
        flex: 1 0 50%
    }

    .modes__wrapper>div:first-child>p {
        max-width: 100%
    }

    .models__cards_container>div {
        flex-direction: column;
        align-items: start;
        gap: 24px
    }

    .modes__wrapper .warpper_small {
        padding: 0 22px 0 20px
    }

    .models__cards_container>div>div:last-child {
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }

    .models__cards_container>div>div:last-child a {
        max-width: 100%
    }

    .models__cards_container>div p {
        margin-bottom: 24px !important
    }
}

.pricing {
    background-color: var(--innerBg);
    border-radius: var(--brad);
    padding: 32px;
    border-radius: var(--brad)
}

.pricing *,
.pricing h2 {
    color: var(--white)
}

.pricing__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    align-items: center
}

.pricing__card {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    padding: 44px 36px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    text-align: left;
    border: 4px solid rgba(255, 255, 255, .09)
}

.pricing__card p {
    margin-bottom: 0
}

.pricing__card>p:first-child {
    /* font-size: 32px; */
    color: var(--accent)
}

.pricing__card_cost {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 14px
}

.pricing__card_cost p:first-child {
    /* font-size: 56px; */
    line-height: 92%;
    color: #fff
}

.pricing__card_features_title {
    color: #fff;
    margin-bottom: 14px !important
}

.pricing__card>a {
    margin-top: 42px;
    margin-bottom: 24px
}

.pricing__card:nth-child(odd) {
    min-height: 578px
}

.pricing__card ul li:not(:last-child) {
    margin-bottom: 20px
}

.pricing__card_features li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(/assets/checkGreen.svg);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: left
}

.pricing__card_features li {
    margin-left: 34px
}

@media (max-width:768px) {
    .pricing__card {
        flex: 1 1 50%;
        width: 100%
    }

    .pricing__card:nth-child(odd) {
        min-height: max-content
    }

    .pricing__container {
        flex-direction: column
    }

    .pricing__card_cost p:first-child {
        /* font-size: 40px */
    }
}

.results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 98%;
    border-radius: var(--bradMed);
    overflow: hidden
}

.results::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(246, 246, 252, .741) 0, rgba(246, 246, 252, .741) 16%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 83%, rgba(246, 246, 252, .741) 84%, rgba(246, 246, 252, .741) 100%)
}

.results>.swiper-wrapper {
    max-height: unset !important;
    align-items: stretch !important
}

.results .swiper-slide {
    height: unset !important;
    border-radius: var(--bradMed);
    display: flex;
    flex-direction: column;
    gap: 14px
}

.results .swiper-slide img {
    aspect-ratio: 1/1
}

.resultControls {
    width: 85%
}

.resultControls>div {
    background-color: transparent !important
}

.resultControls>div img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .5))
}

@media (max-width:1024px) {
    .results::after {
        background: linear-gradient(90deg, rgba(246, 246, 252, .741) 0, rgba(246, 246, 252, .741) 32%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 68%, rgba(246, 246, 252, .741) 64%, rgba(246, 246, 252, .741) 100%)
    }
}

@media (max-width:768px) {
    .resultControls {
        display: flex;
        width: 117%
    }

    .results .swiper-slide {
        width: 74%
    }

    .resultControls {
        display: none
    }

    .results::after {
        background: linear-gradient(90deg, rgba(246, 246, 252, .741) 0, rgba(246, 246, 252, .741) 8%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 87%, rgba(246, 246, 252, .741) 88%, rgba(246, 246, 252, .741) 100%)
    }
}

.reviews__container {
    overflow: hidden;
    border-radius: var(--brad)
}

.reviews__container .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important
}

.reviews__card {
    padding: 50px 40px;
    border-radius: var(--brad);
    background-color: #fff
}

.reviews__card>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.reviews__card>div:first-child>p:first-child {
    color: #000 !important;
    font-weight: 700 !important
}

.reviews__card>div:first-child>p:last-child {
    font-weight: 400 !important;
    color: #000 !important
}

.reviews__card>p {
    font-weight: 400 !important;
    color: #000 !important
}

.reviews__card {
    display: flex !important;
    flex-direction: column !important
}

.reviews__card>a {
    width: max-content;
    color: #000 !important;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px
}

.reviews__controls {
    left: initial !important;
    right: 0;
    width: initial !important;
    gap: 8px
}

@media (max-width:768px) {
    .reviews__card {
        height: initial !important;
        padding: 20px
    }

    .reviews__card>div p:first-child {
        /* font-size: 24px !important */
    }

    .reviews__card>div p:last-child {
        display: none
    }

    .reviews__card p:first-child {
        /* font-size: 24px !important */
    }

    .reviews__card>p {
        margin-bottom: 22px
    }

    .reviews__card>a {
        margin-top: auto
    }
}

.spacer_xxl {
    margin-top: 172px
}

.spacer_x {
    margin-top: 120px
}

.spacer_68 {
    margin-top: 68px
}

.spacer_60 {
    margin-top: 60px
}

.spacer_200 {
    margin-bottom: 200px
}

.spacer_100 {
    margin-bottom: 100px
}

.spacer_84 {
    margin-bottom: 84px
}

.spacer_64 {
    margin-bottom: 64px
}

.spacer_48 {
    margin-bottom: 48px
}

.spacer_40 {
    margin-bottom: 40px
}

.spacer {
    margin-bottom: 32px
}

.spacer_s {
    margin-bottom: 24px
}

.spacer_16 {
    margin-bottom: 16px
}

@media (max-width:768px) {
    .spacer_xxl {
        margin-top: calc(172px / 2)
    }

    .spacer_x {
        margin-top: calc(120px / 2)
    }

    .spacer_200 {
        margin-bottom: calc(200px / 2)
    }

    .spacer_100 {
        margin-bottom: 60px
    }

    .spacer_68 {
        margin-top: calc(68px / 2)
    }

    .spacer_60 {
        margin-top: calc(60px / 2)
    }

    .spacer_84 {
        margin-bottom: calc(84px / 2)
    }

    .spacer_64 {
        margin-bottom: calc(64px / 2)
    }

    .spacer_48 {
        margin-bottom: calc(48px / 2)
    }

    .spacer_40 {
        margin-bottom: calc(40px / 2)
    }

    .spacer {
        margin-bottom: calc(32px / 2)
    }

    .spacer_16 {
        margin-bottom: calc(16px / 2)
    }

    .spacer_s {
        margin-bottom: calc(24px / 2)
    }
}

.toc h2 {
    /* font-size: 36px !important */
}

.toc__container>ul li {
    min-width: max-content;
    max-width: max-content
}

.toc__container>ul a {
    color: var(--innerText) !important
}

@media (max-width:768px) {
    .toc h2 {
        /* font-size: 24px !important */
    }
}

.why>h2,
.why>p {
    text-align: center
}

.why>div:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.why>div:last-child>div {
    flex: 0 0 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background-color: var(--white);
    border-radius: var(--brad)
}

.why>div:last-child>div:nth-child(3),
.why>div:last-child>div:nth-child(4) {
    flex: 0 0 40%
}

.why>div:last-child>div>div:first-child {
    height: 100%
}

.why>div:last-child>div>div>p:first-child {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 36px;
    margin-bottom: 0
}

.why>div:last-child>div>div>p:last-child {
    margin-top: auto;
    margin-bottom: 0;
    color: #000 !important
}

.why>div:last-child>div>div:last-child {
    background-color: var(--white30);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 100px
}

.why>div:last-child>div>div:last-child img {
    height: 38%;
    object-fit: contain;
    z-index: 10
}

@media (max-width:768px) {
    .why {
        flex-direction: column
    }

    .why>div:last-child>div {
        flex: 1 1 100%
    }

    .why>div:last-child>div>div:last-child {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px
    }
}