@import url("https://fonts.cdnfonts.com/css/inter");
@import url("https://fonts.cdnfonts.com/css/nunito-sans");

.ein-2 .project-tvns-connect {
    font-family: "Nunito Sans", sans-serif;
    color: #101828;
    overflow: hidden;

    section {
        padding: 80px 0;
        background-color: #f6f8fc;
    }

    picture {
        width: 100%;
        height: 100%;

        img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }
    }

    .icon img {
        object-fit: contain;
        height: auto;
    }

    img {
        display: block;
        max-width: 100%;
    }

    .image-wrap {
        width: 100%;
    }

    .container {
        max-width: 1308px;
        position: relative;
        z-index: 2;
    }

    p {
        color: #4e4f54;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.08px;
        margin: 0 0 22px;
    }

    p:last-of-type {
        margin: 0;
    }

    h1,
    .h1-heading {
        text-transform: none;
        font-family: "Inter", sans-serif;
        color: #175cd3;
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    h2,
    .h2-heading {
        text-transform: none;
        font-family: "Inter", sans-serif;
        color: #175cd3;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        line-height: normal;
        margin: 0 auto 60px;
    }

    .sub-title {
        color: #ff692e;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 11px;
    }

    .big-title {
        color: rgba(23, 92, 211, 0.3);
        font-family: "Inter", sans-serif;
        font-size: 90px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 40px;
    }

    .huge-title {
        color: #175cd3;
        font-family: "Inter", sans-serif;
        font-size: 229px;
        font-weight: 700;
        line-height: normal;
        opacity: 0.12;
    }

    #video-player {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    /* Start of sections styles */

    section.first-block {
        padding: 0;
        position: relative;
    }

    .first-block__bg {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 598px;
        height: auto;
    }

    .first-block__left {
        width: 36%;
        padding-top: 88px;
    }

    .first-block__left p {
        max-width: 422px;
    }

    .first-block__right {
        width: 64%;
    }

    .first-block__title {
        margin-bottom: 60px;
        text-align: left;
    }

    .first-block__left .image-wrap {
        max-width: 333px;
        display: flex;
        justify-content: center;
        margin-bottom: 44px;
    }

    .first-block__left .image-wrap img {
        width: 158px;
    }

    .first-block__img-wrap {
        margin-right: -65px;
    }

    .connect {
        position: relative;
        padding-bottom: 0;
    }

    h2.connect__title {
        margin: 0 0 60px 0;
    }

    .connect__items {
        justify-content: space-between;
        align-items: center;
        max-width: 942px;
        margin: 0 auto;
    }

    .connect__video {
        width: calc(40.4% - 22px);
    }

    .connect__video #video-player {
        border-radius: 44px;
        box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1) !important;
    }

    .connect__bluetooth .animation-wrapper {
        width: 120px;
        height: 120px;
    }

    .connect__device {
        width: calc(33.8% - 22px)
    }

    .connect__wrap {
        margin-bottom: 194px;
        position: relative;
    }

    .connect__wrap .icon-wrap {
        position: absolute;
        bottom: -112px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 1072px;
        height: auto;
    }

    .connect__bg {
        position: absolute;
        bottom: -70px;
        right: 0;
        max-width: 1376px;
    }

    .connect__bg img {
        object-fit: contain;
        object-position: bottom right;
    }

    .connect__bottom {
        background: #fff;
        overflow: hidden;
    }

    .connect__bottom-left {
        width: 463px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .connect__bottom-left .image-wrap {
        max-width: 245px;
        margin: 30px auto 0;
    }

    .connect__bottom-right {
        width: calc(100% - 463px);
        position: relative;
        z-index: 2;
    }

    .connect__bottom-img {
        position: relative;
    }

    .connect__bottom-img .icon-wrap {
        position: absolute;
        left: -63px;
        top: 50%;
        transform: translate(0, -50%);
        width: 596px;
        height: auto;
    }

    .device__wrap {
        justify-content: center;
        gap: 32px;
    }

    .device__card {
        width: calc(25% - 24px);
        padding: 24px;
        border-radius: 24px;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .device__card .image-wrap {
        margin-top: auto;
    }

    .device__card p {
        min-height: 48px;
        margin-bottom: 20px !important;
    }

    .device__card-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .device__card-title p {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        width: calc(100% - 56px);
        min-height: auto;
        margin-bottom: 0 !important;
    }

    .device__card-num {
        width: 40px;
        height: 40px;
        background: #175cd3;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        border-radius: 50%;
    }

    .seamless {
        background-color: #fff;
    }

    .seamless__video {
        /* удалить */
        margin: -63px auto -69px auto;
    }

    .take-survey::before {
        content: "";
        position: absolute;
        right: -310px;
        top: 87px;
        border-radius: 50%;
        background: linear-gradient(180deg, #fff 0%, #fff 100%);
        width: 919px;
        height: 919px;
    }

    .take-survey {
        position: relative;

        .slider-wrap {
            margin-left: calc(50% - 656px);
            box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.06);
            position: relative;
        }

        .slide-image {
            max-width: 314px;
            box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
            border-radius: 44px;
        }

        .title-wrap {
            align-items: center;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .title-wrap .big-title {
            width: calc(100% - 200px);
            margin-bottom: 0;
        }

        .splide__arrows {
            column-gap: 32px;
            width: 152px;
        }

        .splide__arrow svg {
            display: none;
        }

        .splide__arrow--prev::before,
        .splide__arrow--next::before {
            position: absolute;
            content: "";
            width: 38px;
            height: 37px;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arrow-white.svg")
                center center / contain no-repeat;
        }

        .splide__arrow--prev::before {
            transform: rotate(180deg);
        }

        .splide__arrow:disabled {
            opacity: 1;
            border: 1px solid #175cd3;
            background: #fff;
        }

        .splide__arrow.splide__arrow--prev:disabled::before {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arrow-blue.svg")
                center center / contain no-repeat;
            transform: none;
        }

        .splide__arrow.splide__arrow--next:disabled::before {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arrow-blue.svg")
                center center / contain no-repeat;
            transform: rotate(180deg);
        }

        .splide__arrow {
            width: 60px;
            height: 60px;
            background-color: #175cd3;
            position: relative;
            opacity: 1;
            top: 0;
            transform: none;
            left: 0;
        }

        .splide__arrow:not(:disabled) {
            cursor:
                url("/wp-content/themes/ein-des-ein-new/assets/img/cursors/cursor-hover.svg") 6 6,
                auto;
        }

        .splide__arrow:hover:not(:disabled) {
            opacity: 0.7;
        }
    }

    .turn {
        padding-bottom: 0;
    }

    .turn__title {
        max-width: 698px;
    }

    .turn__wrap {
        position: relative;
    }

    .turn .lottie__wrap {
        width: 324px;
        height: 324px;
        position: absolute;
        top: 0;
        right: 29%;
        border-radius: 400px;
        border: 10px solid #f6f8fc;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    .turn__text {
        position: absolute;
        max-width: 333px;
        padding: 20px;
        text-align: center;
        border-radius: 24px;
        background: #d1e9ff;
        position: absolute;
        top: 415px;
        right: 29%;
    }

    @media only screen and (max-width: 1440px) {
        .turn__text,
        .turn .lottie__wrap {
            right: 382px;
        }

        .turn__img img {
            height: 624px;
            object-position: right;
        }
    }

    .home .description {
        max-width: 575px;
        margin: 0 auto 60px;
    }

    .home__title {
        margin-bottom: 28px;
    }

    .home__video {
        /* удалить */
        margin: -30px 0 -63px 0;
    }

    section.track {
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    h2.track__title {
        position: absolute;
        top: 39px;
        right: 34px;
        max-width: 309px;
        z-index: 1;
        margin-bottom: 0;
    }

    .track__title::after {
        content: "";
        position: absolute;
        width: 457px;
        height: 457px;
        right: -74px;
        top: -274px;
        border-radius: 457px;
        background: #fff;
        z-index: -1;
    }

    .trends .splide__track {
        overflow: visible;
    }

    .trends__top {
        position: relative;
    }

    .trends__video {
        position: relative;
        z-index: 2;
        /* удалить */
        margin: -65px 13px 16px -35px;
    }

    .trends__content {
        max-width: 1340px;
        padding: 0 14px;
        margin: 0 auto;
    }

    .trends__bg {
        position: absolute;
        bottom: -240px;
        left: 0;
    }

    .trends__bg img {
        object-fit: contain;
    }

    .trends__wrap {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 55px;
        row-gap: 56px;
        margin: 0 13px;
    }

    .trends__card {
        display: flex;
        flex-direction: column;
    }

    .trends__card-content {
        border-radius: 20px;
        background: #fff;
        padding: 32px;
        margin-bottom: 24px;
        height: 100%;
    }

    .trends .content-title {
        color: #175cd3;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .trends__card .image-wrap img {
        border-radius: 44px;
        box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
    }

    .ability {
        position: relative;
    }

    .ability::after {
        position: absolute;
        content: "";
        top: -47px;
        right: -81px;
        width: 919px;
        height: 919px;
        border-radius: 919px;
        background: linear-gradient(180deg, #fff 0%, #fff 100%);
    }

    .ability__title {
        max-width: 520px;
        margin: 0 auto 60px;
    }

    .ability__img-wrap {
        margin: -65px -64px -65px -64px;
    }

    .report {
        position: relative;
    }

    .report .splide__track {
        overflow: visible;
    }

    .report::after {
        position: absolute;
        content: "";
        top: -47px;
        left: -274px;
        width: 919px;
        height: 919px;
        border-radius: 919px;
        background: linear-gradient(180deg, #fff 0%, #fff 100%);
    }

    .report__wrap {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 71px;
        margin-bottom: 80px !important;
    }

    .report__card .image-wrap {
        height: auto;
    }

    .report__card .image-wrap img {
        border-radius: 44px;
        box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
    }

    .report__card-text {
        display: none;
        padding: 20px;
        border-radius: 16px;
        background: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #175cd3;
        text-align: center;
        margin-top: 22px;
    }

    .report__wrap-bottom {
        align-items: center;
    }

    .report__wrap-bottom .report__card:nth-child(1),
    .report__wrap-bottom .report__card:nth-child(3) {
        width: 29.8%;
    }

    .report__wrap-bottom .report__card:nth-child(2) {
        width: 40.4%;
    }

    .report__wrap-bottom .report__card:nth-child(2) .image-wrap img {
        box-shadow: none;
        border-radius: 0;
    }

    section.get-notified {
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    h2.get-notified__title {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 32px;
        max-width: 371px;
        z-index: 1;
        margin-bottom: 0;
    }

    .get-notified__title::after {
        content: "";
        position: absolute;
        width: 593px;
        height: 593px;
        right: -175px;
        top: -267px;
        border-radius: 593px;
        background: #f6f8fc;
        z-index: -1;
    }

    .get-notified__img {
        height: 468px;
    }

    .get-notified__img img {
        object-position: top;
    }

    .notifications {
        position: relative;
        overflow: hidden;
    }

    .notifications::before {
        content: "";
        position: absolute;
        top: 93px;
        left: -191px;
        width: 919px;
        height: 919px;
        border-radius: 919px;
        background: linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
    }

    .notifications .huge-title {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 20px;
    }

    .notifications__wrap {
        align-items: center;
        padding-top: 100px;
    }

    .notifications__left {
        width: 36.9%;
    }

    .notifications__left p {
        max-width: 392px;
    }

    .notifications__left .sub-title,
    h2.notifications__title {
        text-align: left;
    }

    h2.notifications__title {
        margin-bottom: 28px;
    }

    .notifications__right {
        width: 63.1%;
        position: relative;
    }

    .notifications__right .icon-wrap {
        position: absolute;
        left: -126px;
        bottom: -17px;
        z-index: -1;
    }

    .notifications__video {
        /* удалить */
        margin: -64px -64px -64px -3px;
    }

    .explore {
        position: relative;
    }

    .explore .container {
        position: unset;
    }

    .explore .icon-wrap {
        position: absolute;
        left: 0;
        top: -67px;
        z-index: 3;
    }

    .explore__wrap {
        align-items: center;
    }

    .explore__left {
        width: 63.7%;
    }

    .explore__left .image-wrap {
        margin: -62px -13px -64px -64px;
        width: auto;
        position: relative;
        z-index: 4;
    }

    .explore__right {
        width: 36.3%;
        position: relative;
    }

    .explore__right::after {
        content: "";
        position: absolute;
        width: 698px;
        height: 698px;
        right: -64px;
        top: 50%;
        transform: translate(0, -50%);
        border-radius: 698px;
        background: #fff;
    }

    .explore__right-content {
        position: relative;
        z-index: 4;
    }

    .explore__right .sub-title,
    h2.explore__title {
        text-align: left;
    }

    h2.explore__title {
        margin-bottom: 28px;
    }

    .development__card {
        width: 20%;
        border-right: 1px solid #dadada;
    }

    .development__card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
        text-align: center;
        padding: 0 30px;
    }

    .development .icon-wrap {
        margin-bottom: 16px;
        border-radius: 60px;
        background: #175cd3;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .development .icon-wrap img {
        width: 28px;
        height: 28px;
    }

    .development__card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 0 17px;
        text-align: center;
        margin-bottom: 21px;
    }

    .development__card:nth-child(1) {
        padding-top: 25px;
        border-left: 1px solid #dadada;
    }

    .development__card:nth-child(2) {
        padding-top: 69px;
    }

    .development__card:nth-child(3) {
        padding-top: 113px;
    }

    .development__card:nth-child(4) {
        padding-top: 157px;
    }

    .development__card:nth-child(5) {
        padding-top: 201px;
    }

    .final {
        position: relative;
        z-index: 2;
    }

    .final::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 1248px;
        background: linear-gradient(230deg, #f6f8fc 13.51%, rgba(144, 185, 255, 0.23) 86.49%);
        width: 1248px;
        height: 1248px;
    }

    .final__wrap {
        row-gap: 32px;
        display: flex;
        flex-direction: column;
    }

    .final__item .image-wrap,
    .final__right {
        width: calc(50% - 16px);
    }

    .final__item .image-wrap {
        height: auto;
    }

    .final__item:nth-child(even) .image-wrap {
        order: 2;
    }

    .final__item .image-wrap img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        border-radius: 24px;
    }

    .final__item {
        justify-content: space-between;
        row-gap: 16px;
    }

    .final__right {
        padding: 59px 36px;
        border-radius: 28px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .final__item-num {
        font-size: 40px;
        font-weight: 700;
        line-height: 42px;
        color: #ff692e;
        margin-bottom: 20px;
    }

    .final__item-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #175cd3;
        margin-bottom: 16px;
    }

    .technologies {
        position: relative;
    }

    .technologies__icon {
        position: absolute;
        pointer-events: none;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .technologies__wrap {
        display: flex;
        gap: 40px;
        padding: 0 87px;
        justify-content: space-between;
    }

    .technologies__item {
        border-radius: 32px;
        background: #fff;
        padding: 32px 48px;
    }

    .technologies__item-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .technologies__item-wrap {
        gap: 20px;
        flex-wrap: nowrap !important;
    }

    .technologies__inner {
        width: 100px;
    }

    .technologies__inner .icon-wrap {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
        background: #175cd3;
        margin-bottom: 8px;
    }

    .technologies__inner-title {
        text-align: center;
    }

    .app {
        padding: 0 0 40px 0;
    }

    .app__wrap {
        border-radius: 40px;
        background: #fff;
        padding: 60px;
        position: relative;
    }

    .app__left {
        max-width: 384px;
        position: relative;
        z-index: 2;
    }

    .app__left .image-wrap {
        width: 140px;
        height: 140px;
        margin-bottom: 28px;
    }

    .app__title {
        color: #175cd3;
        font-family: "Inter", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 193px;
    }

    .app__left p {
        max-width: 305px;
        margin-bottom: 149px;
    }

    .app__right .image-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 977px;
    }

    .app__right .image-wrap img {
        border-radius: 40px;
        object-position: left;
    }

    .app__item {
        column-gap: 24px;
    }

    .app__inner {
        width: calc(50% - 12px);
    }

    .disclaimer {
        padding: 0 0 40px 0;
    }

    .disclaimer__close {
        cursor:
            url("/wp-content/themes/ein-des-ein-new/assets/img/cursors/cursor-hover.svg") 6 6,
            auto;
    }

    .disclaimer__wrap {
        padding: 40px;
        border-radius: 40px;
        background: #fff;
        position: relative;
    }

    .disclaimer__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #175cd3;
        margin-bottom: 16px;
    }

    .disclaimer__close {
        border-radius: 40px;
        background: #f53f3f;
        width: 44px;
        height: 44px;
        position: absolute;
        top: -2px;
        right: -4px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 4px solid #f6f8fc;
    }

    .disclaimer__close::after,
    .disclaimer__close::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background: #fff;
    }

    .disclaimer__close::after {
        transform: rotate(45deg);
    }

    .disclaimer__close::before {
        transform: rotate(-45deg);
    }

    /* End sections styles */

    /*  Media  */
    @media screen and (max-width: 1400px) {
        .huge-title {
            font-size: 210px;
        }

        .explore .icon-wrap {
            left: auto;
            right: 347px;
        }
    }

    @media screen and (max-width: 1348px) {
        .first-block__img-wrap {
            margin-right: -40px;
        }

        .first-block__bg {
            max-width: 490px;
        }

        .take-survey {
            .slider-wrap {
                margin-left: 14px;
            }

            .slide-image {
                max-width: 340px;
            }
        }

        .huge-title {
            font-size: 195px;
        }

        .notifications__video {
            /* удалить */
            margin: -62px -35px -63px -3px;
        }

        .explore__left .image-wrap {
            margin: -42px -13px -42px -44px;
        }

        .notifications::before {
            top: auto;
            bottom: 0;
        }

        .development__card-title {
            font-size: 18px;
            line-height: 26px;
            padding: 0px 15px;
        }

        .technologies__wrap {
            justify-content: center;
            gap: 22px;
            padding: 0;
        }

        .app__right .image-wrap {
            max-width: 860px;
        }
    }

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

        .first-block__left {
            padding-top: 28px;
            width: 40%;
        }

        .first-block__right {
            width: 60%;
        }

        .first-block__left .image-wrap {
            margin-bottom: 20px;
        }

        .first-block__left .image-wrap img {
            width: 110px;
        }

        .first-block__title {
            margin-bottom: 32px;
        }

        .take-survey::before {
            width: 689px;
            height: 689px;
            right: -213px;
            top: 95px;
            background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
        }

        .huge-title {
            font-size: 180px;
        }

        .app__right .image-wrap {
            max-width: 805px;
        }

        .trends__wrap {
            gap: 16px;
        }

        .trends__card-content {
            border-radius: 12px;
        }

        .trends__card .image-wrap img {
            border-radius: 16px;
        }
    }

    @media screen and (max-width: 1120px) {
        .first-block__bg {
            max-width: 369px;
        }

        .take-survey {
            .slide-image {
                max-width: 300px;
            }
        }

        .huge-title {
            font-size: 150px;
        }

        .development__wrap {
            gap: 16px;
        }

        .development__card {
            width: calc(33.33% - 10.66px);
        }

        .development__card:nth-child(n) {
            padding-top: 0;
            border: none;
        }

        .technologies__item {
            padding: 20px;
        }

        .technologies__item-title {
            font-size: 18px;
            line-height: 24px;
        }

        .technologies__inner {
            width: 80px;
        }

        .technologies__inner .icon-wrap {
            width: 80px;
            height: 80px;
        }

        .technologies__inner .icon-wrap img {
            width: 32px;
            height: 32px;
        }

        .technologies__inner-title {
            font-size: 16px;
            line-height: 24px;
        }

        .app__left .image-wrap {
            width: 60px;
            height: 60px;
            margin-bottom: 16px;
        }

        .app__title {
            margin-bottom: 101px;
            font-size: 20px;
            line-height: 28px;
        }

        .app__left p {
            max-width: 208px;
            margin-bottom: 43px;
        }

        .app__item {
            column-gap: 16px;
        }

        .app__inner {
            max-width: 126px;
        }

        .app__right .image-wrap {
            max-width: 720px;
        }
    }

    @media screen and (max-width: 991px) {
        h1,
        .h1-heading {
            font-size: 26px;
        }

        p {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.04px;
        }

        section {
            padding: 48px 0;
        }

        .sub-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 4px;
        }

        h2,
        .h2-heading {
            font-size: 24px;
            line-height: 32px;
            margin: 0 auto 32px;
        }

        .first-block__left .image-wrap img {
            width: 80px;
        }

        .connect__bottom-left {
            width: 244px;
        }

        .connect__bottom-left .image-wrap {
            max-width: 123px;
            margin: 73px auto 58px;
        }

        .connect__bottom-img .icon-wrap {
            width: 275px;
            left: -15px;
        }

        .connect__bottom-right {
            width: calc(100% - 244px);
        }

        .connect__video #video-player {
            border-radius: 38px;
        }

        .device__wrap {
            gap: 16px;
        }

        .device__card {
            padding: 16px;
            width: calc(25% - 12px);
            border-radius: 16px;
        }

        .device__card p {
            min-height: auto;
            margin-bottom: 16px !important;
        }

        .device__card-title p {
            margin-bottom: 0 !important;
        }

        .device__card-title {
            flex-direction: column;
            align-items: flex-start;
            row-gap: 12px;
        }

        .device__card-title p {
            width: 100%;
        }

        .device__card-num {
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }

        .seamless__video {
            margin: -48px 0;
        }

        .take-survey {
            .slide-image {
                max-width: 260px;
            }

            .splide__arrows {
                column-gap: 20px;
                width: 100px;
            }

            .splide__arrow {
                width: 40px;
                height: 40px;
            }

            .splide__arrow--prev::before,
            .splide__arrow--next::before {
                width: 20px;
                height: 20px;
            }

            .title-wrap .big-title {
                width: calc(100% - 100px);
            }
        }

        .turn__title {
            max-width: 422px;
        }

        .turn .lottie__wrap {
            width: 166px;
            height: 166px;
            right: 30%;
            top: -32px;
        }

        .turn__img img {
            height: 303px;
        }

        .turn__text {
            right: 21%;
            top: 174px;
        }

        .home__video {
            /* удалить */
            margin-bottom: -38px;
        }

        .track__title::after {
            width: 259px;
            height: 259px;
            right: -34px;
            top: -152px;
        }

        h2.track__title {
            font-size: 22px;
            top: 20px;
            right: 2px;
            max-width: 202px;
        }

        .ability__title {
            max-width: 300px;
        }

        .ability__img-wrap {
            margin: -16px -36px 0 -36px;
        }

        .ability::after {
            width: 518px;
            height: 518px;
            border-radius: 518px;
            top: 66px;
            right: -63px;
        }

        .get-notified__img {
            height: 258px;
        }

        h2.get-notified__title {
            font-size: 23px;
            line-height: 31px;
            right: 0px;
            max-width: 234px;
        }

        .get-notified__title::after {
            width: 328px;
            height: 328px;
            border-radius: 328px;
            right: -70px;
            top: 50%;
            transform: translate(0, -50%);
        }

        .huge-title {
            font-size: 135px;
        }

        .notifications__right .icon-wrap {
            left: -65px;
            bottom: -28px;
            width: 175px;
            height: 175px;
        }

        .notifications__video {
            margin-bottom: -36px;
        }

        .notifications__left {
            margin-bottom: 24px;
        }

        .notifications::before {
            width: 615px;
            height: 615px;
            border-radius: 615px;
            left: -172px;
        }

        .explore__left {
            width: 60.3%;
        }

        .explore__right {
            width: 39.7%;
        }

        .explore__left .image-wrap {
            margin: -30px -13px -30px -30px;
        }

        h2.explore__title {
            margin-bottom: 12px;
        }

        .explore .icon-wrap {
            right: 253px;
            width: 534px;
            height: 175px;
            top: -36px;
        }

        .explore__right::after {
            width: 520px;
            height: 520px;
            border-radius: 520px;
        }

        h2.development__title {
            margin: 0 auto 60px;
        }

        .development__card-title {
            font-size: 16px;
            line-height: 24px;
            padding: 0px 10px;
            margin-bottom: 12px;
        }

        .development .icon-wrap {
            padding: 6px;
            margin-bottom: 12px;
        }

        .development__card-text {
            padding: 0;
        }

        .development {
            padding-bottom: 27px;
        }

        .final::before {
            width: 1004px;
            height: 1004px;
            top: -2px;
        }

        h2.final__title {
            margin: 0 auto 60px;
        }

        .final__wrap {
            gap: 16px;
        }

        .final__item .image-wrap,
        .final__right {
            width: calc(50% - 8px);
        }

        .final__right {
            padding: 30px 20px;
        }

        .final__item-num {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 16px;
        }

        .final__item-title {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 8px;
        }

        .final__item .image-wrap img,
        .final__right {
            border-radius: 20px;
        }

        .technologies__icon {
            top: -28px;
            max-width: 483px;
            width: 100%;
        }

        .technologies__item {
            border-radius: 20px;
        }

        .app__wrap,
        .app__right .image-wrap img {
            border-radius: 20px;
        }

        .app__wrap {
            padding: 34px 36px;
        }

        .app__right .image-wrap {
            max-width: 620px;
        }

        .disclaimer__wrap {
            border-radius: 16px;
        }

        .trends__video {
            /* удалить */
            margin: -50px 20px 48px -14px;
        }

        .trends__bg {
            bottom: -126px;
        }

        .trends__card-content {
            padding: 20px;
            margin-bottom: 12px;
        }

        .trends .content-title {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 8px;
        }

        .trends__wrap {
            margin: 0;
        }

        .report::after {
            width: 469px;
            height: 469px;
            border-radius: 469px;
            top: 0;
            left: -146px;
        }

        .report .big-title {
            margin-bottom: 30px;
        }

        .report__wrap {
            column-gap: 40px;
            margin-bottom: 50px !important;
        }

        .report__card .image-wrap img {
            border-radius: 24px;
        }
    }

    @media screen and (max-width: 860px) {
        .first-block__wrap {
            padding: 0 0 106px 0;
        }

        .take-survey {
            .slide-image {
                max-width: 230px;
            }
        }

        .huge-title {
            font-size: 118px;
        }

        .explore__right::after {
            width: 479px;
            height: 479px;
            border-radius: 479px;
            right: auto;
            left: 31px;
        }

        .explore__right {
            position: unset;
        }

        .app__right .image-wrap {
            max-width: 520px;
        }
    }

    @media screen and (max-width: 830px) {
        .connect__video #video-player {
            border-radius: 34px;
        }
    }

    @media screen and (max-width: 768px) {
        .container {
            max-width: 724px;
            margin: 0 auto;
        }

        .first-block__img-wrap {
            margin-right: -30px;
            margin-left: -10px;
        }

        .first-block__left .image-wrap {
            max-width: 181px;
        }

        .connect__wrap .icon-wrap {
            max-width: 468px;
        }

        .connect__video {
            width: 34.5%;
            margin-left: 40px;
        }

        .connect__video #video-player {
            border-radius: 26px;
        }

        .connect__bluetooth {
            margin-left: 40px;
        }

        .connect__bluetooth .animation-wrapper {
            width: 80px;
            height: 80px;
        }

        .connect__device {
            width: 35.5%;
        }

        .connect__wrap .icon-wrap {
            bottom: -92px;
            left: 55.5%;
        }

        .connect__bg {
            bottom: -90px;
        }

        .connect__wrap {
            margin-bottom: 140px;
        }

        .seamless__video {
            margin: 0;
        }

        .take-survey {
            .slider-wrap {
                margin-left: calc(50% - 348px);
            }

            .slide-image {
                max-width: 208px;
            }
        }

        .turn .lottie__wrap {
            right: 208px;
        }

        .turn__text {
            max-width: 215px;
            padding: 16px;
            border-radius: 16px;
            right: 178px;
        }

        .home__title {
            margin: 0 auto 16px;
        }

        .home__video {
            /* удалить */
            margin-bottom: -28px;
        }

        .notifications .huge-title {
            top: 2px;
            left: 13px;
            margin-top: 0;
        }

        h2.notifications__title {
            margin: 0 auto 12px;
        }

        .explore__left .image-wrap {
            margin-right: 20px;
        }

        .technologies__inner .icon-wrap {
            width: 72px;
            height: 72px;
            margin: 0 auto 8px;
        }

        .app__right .image-wrap {
            max-width: 467px;
        }

        .app {
            padding: 0 0 20px 0;
        }

        .disclaimer__wrap {
            padding: 24px;
        }

        .disclaimer__title {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 8px;
        }

        .disclaimer__close {
            width: 40px;
            height: 40px;
            top: -4px;
            right: -2px;
        }

        .report__wrap-bottom .report__card:nth-child(2) .image-wrap img {
            margin-bottom: 40px;
        }
    }

    @media screen and (max-width: 767px) {
        .notifications .huge-title {
            font-size: 100px;
        }

        .technologies__wrap {
            flex-wrap: wrap;
            gap: 16px;
        }

        .technologies__item:nth-child(1) {
            order: 1;
        }

        .technologies__item:nth-child(2) {
            order: 3;
        }

        .technologies__item:nth-child(3) {
            order: 4;
        }

        .technologies__item:nth-child(4) {
            order: 2;
        }

        .technologies__item {
            padding: 16px;
        }
    }

    @media screen and (max-width: 724px) {
        .first-block__left .image-wrap {
            margin-bottom: 16px;
        }

        .first-block__title {
            margin-bottom: 20px;
        }

        .first-block__left .image-wrap img {
            width: 60px;
        }

        .first-block__left {
            padding-top: 10px;
        }

        .connect__wrap .icon-wrap {
            max-width: 445px;
        }

        .take-survey {
            .slider-wrap {
                margin-left: 14px;
            }
        }

        .big-title {
            font-size: 44px;
        }

        .explore__right::after {
            top: 0;
            transform: none;
        }

        .explore .icon-wrap {
            right: 225px;
            width: 498px;
        }

        .app__right .image-wrap {
            max-width: 400px;
        }
    }

    @media screen and (max-width: 660px) {
        h1,
        .h1-heading {
            font-size: 16px;
            line-height: 24px;
        }

        h2,
        .h2-heading {
            font-size: 20px;
            line-height: 28px;
            margin: 0 auto 20px;
        }

        section {
            padding: 32px 0;
        }

        .content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -14px;
        }

        .content-wrap .image-wrap {
            max-width: max-content;
            width: 726px;
            margin-bottom: 20px;
        }

        .content-wrap::-webkit-scrollbar {
            height: 6px;
        }

        .content-wrap::-webkit-scrollbar-thumb {
            border-color: #175cd3;
            background-color: #175cd3;
            border-radius: 20px;
        }

        .content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #eaecf0;
            margin-right: 14px;
        }

        .first-block__left,
        .first-block__right {
            width: 100%;
        }

        .first-block__left {
            order: 2;
            padding-top: 0;
            margin-top: -117px;
        }

        .first-block__img-wrap {
            margin-right: -3px;
            margin-left: -9px;
        }

        .first-block__left .image-wrap {
            max-width: 105px;
        }

        .first-block__bg {
            max-width: 306px;
        }

        .first-block__wrap {
            padding-bottom: 270px;
        }

        h2.connect__title {
            margin: 0 0 55px 0;
        }

        .connect__wrap {
            margin-bottom: 57px;
        }

        .connect__wrap .icon-wrap {
            max-width: 65px;
            left: 14px;
            transform: none;
            bottom: 300px;
        }

        .connect__bg {
            max-width: 100%;
            bottom: -57px;
        }

        .connect__bg img {
            object-fit: cover;
            object-position: bottom;
        }

        .connect__video {
            width: 100%;
            margin-left: 0;
            margin-bottom: 58px;
        }

        .connect__video .video-wrap {
            max-width: 400px;
            margin: 0 auto;
        }

        .connect__video #video-player {
            border-radius: 50px;
        }

        .connect__bluetooth {
            width: 100%;
            margin: 0 0 25px -3px;
        }

        .connect__bluetooth .animation-wrapper {
            margin: 0 auto;
        }

        .connect__device {
            width: 100%;
            max-width: 360px;
            margin: 0 auto;
        }

        .connect__bottom-left {
            width: 164px;
        }

        .connect__bottom-right {
            width: calc(100% - 164px);
        }

        .connect__bottom-left .image-wrap {
            max-width: 80px;
            margin: 63px auto 53px 51px;
        }

        .connect__bottom-img .icon-wrap {
            width: 196px;
            left: -3px;
        }

        .device__card {
            width: calc(33.33% - 12px);
        }

        .seamless {
            padding: 48px 0;
        }

        .turn__title {
            margin: 0 auto 32px;
        }

        .home .description {
            margin: 0 auto 25px;
        }

        .home__video {
            margin: 0;
        }

        .notifications .huge-title {
            font-size: 85px;
        }

        .development__card {
            width: calc(50% - 10.66px);
        }

        h2.development__title {
            margin: 0 auto 32px;
        }

        h2.technologies__title {
            margin: 0 auto 32px;
        }

        .technologies__item-title {
            font-size: 16px;
            line-height: 23px;
        }

        .technologies__inner-title {
            font-size: 14px;
            line-height: 20px;
        }

        .technologies__icon {
            top: 43px;
            width: 487px;
            max-width: max-content;
        }

        .technologies__item {
            border-radius: 16px;
        }

        .app__right .image-wrap {
            max-width: 310px;
        }

        .disclaimer {
            padding: 0 0 32px 0;
        }

        .trends__wrap {
            grid-template-columns: repeat(2, 1fr);
        }

        .trends__video {
            /* удалить */
            margin: -38px 20px 48px -14px;
        }

        .report__wrap {
            column-gap: 32px;
        }

        .report__card .image-wrap img {
            border-radius: 16px;
        }
    }

    @media screen and (max-width: 560px) {
        .connect__video .video-wrap {
            max-width: 215px;
        }

        .connect__device {
            max-width: 215px;
        }

        .connect__wrap .icon-wrap {
            max-width: 51px;
            bottom: 168px;
        }

        .connect__video #video-player {
            border-radius: 26px;
        }

        .device__card {
            width: 100%;
        }

        .device__card-title {
            flex-direction: unset;
            align-items: center;
        }

        .device__card-title p {
            width: calc(100% - 44px);
        }

        .device__card .image-wrap img {
            height: 130px;
            margin: auto;
        }

        .take-survey {
            .title-wrap .big-title {
                width: 100%;
            }

            .title-wrap {
                margin-bottom: 20px;
            }

            .slide-image {
                max-width: 185px;
            }
        }

        .take-survey::before {
            width: 512px;
            height: 512px;
            right: -186px;
            top: 32px;
        }

        .track__title::after {
            right: -50px;
            top: -96px;
            width: 227px;
            height: 227px;
        }

        h2.track__title {
            font-size: 19px;
            top: 47%;
            right: 0;
            max-width: 164px;
        }

        .ability__title {
            max-width: 245px;
        }

        .ability__img-wrap {
            margin: 31px 2px -12px 2px;
        }

        .ability::after {
            top: 36px;
            right: auto;
            left: 48%;
            transform: translate(-50%, 0);
            width: 820px;
            height: 820px;
            border-radius: 820px;
        }

        .get-notified__img {
            height: 478px;
        }

        h2.get-notified__title {
            font-size: 19px;
            line-height: 29px;
            right: 6px;
            max-width: 193px;
            transform: none;
            top: 54px;
        }

        .get-notified__title::after {
            right: -98px;
            top: -165px;
            transform: none;
        }

        .notifications .huge-title {
            font-size: 55px;
        }

        .notifications__left,
        .notifications__right {
            width: 100%;
        }

        .notifications .huge-title {
            left: 15px;
        }

        .notifications__wrap {
            padding-top: 48px;
        }

        .notifications__video {
            /* удалить */
            margin: -34px -7.5%;
        }

        .notifications::before {
            bottom: 27px;
        }

        .explore__left,
        .explore__right {
            width: 100%;
        }

        .explore__left {
            order: 2;
        }

        .explore__left .image-wrap {
            margin: -34px -7.5%;
        }

        .explore {
            padding-top: 7px;
            padding-bottom: 9px;
        }

        .explore__right {
            margin-bottom: 17px;
        }

        .explore__right::after {
            top: 65px;
            left: 68px;
        }

        .explore .icon-wrap {
            right: -40px;
            top: 132px;
        }

        .final__item .image-wrap,
        .final__right {
            width: 100%;
        }

        .final__item:nth-child(even) .image-wrap {
            order: unset;
        }

        .final::before {
            top: 16px;
            width: 1826px;
            height: 1826px;
        }

        .final {
            overflow: hidden;
        }

        .app__right .image-wrap {
            left: 0;
        }

        .app__wrap {
            padding: 24px 24px 484px 24px;
        }

        .app__right .image-wrap {
            max-width: 100%;
            padding-top: 94px;
        }

        .app__right .image-wrap img {
            border-radius: 20px 0 20px 20px;
            object-position: top left;
        }

        .app__logo {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 24px;
            align-items: center;
            justify-content: space-between;
        }

        .app__logo .image-wrap {
            margin-bottom: 0;
        }

        .app__title {
            width: calc(100% - 76px);
            margin-bottom: 0;
        }

        .app__left p {
            max-width: 100%;
            margin-bottom: 32px;
        }

        .app__inner {
            max-width: 100%;
            width: calc(50% - 8px);
        }

        .trends__video {
            /* удалить */
            margin: -20px -46px 80px -46px;
        }

        .trends__bg {
            bottom: 250px;
        }

        .trends__wrap {
            display: flex !important;
            gap: 0;
        }

        .trends .splide__track {
            overflow: hidden;
        }

        .trends__card .image-wrap img {
            box-shadow: none;
        }

        .trends .splide__wrap {
            box-shadow: 0px 0px 140px 40px rgb(0 0 0 / 5%);
            border-radius: 12px 12px 16px 16px;
        }

        .trends__card-content {
            box-shadow: -20px 150px 200px 20px rgb(0 0 0 / 8%);
        }

        .report .slider-control,
        .trends .slider-control {
            display: flex;
            gap: 24px;
            align-items: center;
            justify-content: space-between;
            margin-top: 24px;

            .splide__arrows {
                display: flex;
                gap: 24px;
                width: calc(100% - 66px);
                justify-content: space-between;
            }

            .splide__arrows .splide__arrow svg {
                display: none;
            }

            .splide__arrow {
                width: 32px;
                height: 32px;
                position: static;
            }

            .splide-nums {
                line-height: 18px;
                width: 42px;
            }

            .splide__arrow--next {
                transform: rotate(360deg);
            }

            .splide__arrow--prev,
            .splide__arrow--next {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arr-blue.svg")
                    center center / contain no-repeat;
            }

            .splide__arrow--prev {
                transform: rotate(180deg);
            }

            .splide__arrow:disabled {
                opacity: 1;
            }

            .splide__arrow.splide__arrow--prev:disabled {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arr-gray.svg")
                    center center / contain no-repeat;
                transform: none;
            }

            .splide__arrow.splide__arrow--next:disabled {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/tvns-connect/img/slider/arr-gray.svg")
                    center center / contain no-repeat;
                transform: rotate(180deg);
            }

            .splide__arrow:not(:disabled) {
                cursor:
                    url("/wp-content/themes/ein-des-ein-new/assets/img/cursors/cursor-hover.svg") 6 6,
                    auto;
            }

            .splide__arrow:hover:not(:disabled) {
                opacity: 0.6;
            }
        }

        .report__wrap {
            display: flex !important;
            gap: 0;
            margin-bottom: 0 !important;
        }

        .report .splide__track {
            overflow: hidden;
        }

        .report__wrap-bottom {
            margin-top: 48px;
        }

        .report__card .image-wrap img {
            box-shadow: none;
            border-radius: 36px;
        }

        .report .splide__wrap {
            box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
            border-radius: 36px;
        }

        .report .big-title {
            font-size: 40px;
        }

        .report::after {
            width: 611px;
            height: 611px;
            border-radius: 611px;
            left: -215px;
            top: 3px;
        }

        .report__wrap-bottom .report__card:nth-child(n) {
            width: 100%;
        }

        .report__wrap-bottom .report__card:nth-child(2) {
            display: none;
        }

        .report__wrap-bottom {
            row-gap: 32px;
        }

        .report__card-text {
            display: block;
        }
    }

    @media screen and (max-width: 440px) {
        .seamless__video {
            margin: -9px -61px 0;
        }

        .turn__img img {
            height: 600px;
        }

        .turn .lottie__wrap {
            right: 171px;
            top: 200px;
        }

        .turn__text {
            top: 392px;
            right: 148px;
        }

        .development__card {
            width: 100%;
        }

        .development__card-text {
            margin-bottom: 8px;
        }
    }

    @media screen and (max-width: 375px) {
        .turn .lottie__wrap {
            right: auto;
            left: 38px;
        }

        .turn__text {
            right: auto;
            left: 14px;
            top: 378px;
        }

        .notifications__right .icon-wrap {
            left: auto;
            right: -20px;
            bottom: 109px;
        }

        .notifications__video {
            /* удалить */
            margin: -34px -14px -15px -34px;
        }

        /* исправить класс image-wrap */
        .notifications__video .image-wrap {
            max-width: max-content;
            width: 498px;
        }

        .video-wrap,
        .explore__content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -34px;
            box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.07);
        }

        .video-wrap::-webkit-scrollbar,
        .explore__content-wrap::-webkit-scrollbar {
            height: 6px;
        }

        .video-wrap::-webkit-scrollbar-thumb,
        .explore__content-wrap::-webkit-scrollbar-thumb {
            border-color: #175cd3;
            background-color: #175cd3;
            border-radius: 20px;
        }

        .video-wrap::-webkit-scrollbar-track-piece,
        .explore__content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #eaecf0;
            margin-right: 34px;
        }

        .explore__content-wrap .image-wrap {
            max-width: max-content;
            width: 498px;
            margin: -34px -14px -15px -34px;
        }

        .explore .icon-wrap {
            width: 534px;
            right: -109px;
            top: 208px;
        }

        .technologies__wrap {
            justify-content: flex-start;
        }

        .disclaimer__wrap {
            padding: 20px;
        }

        .disclaimer__close {
            width: 38px;
            height: 38px;
            top: -2px;
            right: 0;
        }

        .disclaimer__close::after,
        .disclaimer__close::before {
            width: 16px;
        }
    }

    @media screen and (max-width: 374px) {
        .technologies__inner {
            width: 62px;
        }

        .technologies__inner .icon-wrap {
            width: 60px;
            height: 60px;
        }

        .technologies__inner .icon-wrap img {
            width: 26px;
            height: 26px;
        }
    }

    @media screen and (max-width: 360px) {
        .connect__wrap .icon-wrap {
            left: 0;
        }
    }
}
