@font-face {
    font-family: 'Stratos LC Web';
    src: url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.woff2') format('woff2'), url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.woff') format('woff'), url('../../fonts/Stratos LC Web/Stratos-SemiBold-Web.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Stratos LC';
    src: url('../../fonts/Stratos LC/Stratos-SemiBold-Desktop.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Medium';
    src: url('../../fonts/Graphik LC/Graphik-Medium-Web.woff2') format('woff2'), url('../../fonts/Graphik LC/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../../fonts/Graphik LC/Graphik-Regular-Web.woff2') format('woff2'), url('../../fonts/Graphik LC/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.home-banner.main-banner {
    height: 762px;
}

.home-banner .main-banner_container {
    background-image: url(/static/images/pilotProject/home-banner_desk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .main-banner_left {
    width: 702px;
}

.home-banner .main-banner_left .main-banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-banner h1 {
    font-size: 100px;
    line-height: 110px;
    margin-block: 188px 72px;
}

.home-banner h4 {
    padding-right: 85px;
    margin-bottom: unset;
}

.home-banner .new-form__booking.form__booking {
    width: 470px;
    margin-top: 24px;
}

.home-banner .form__input::placeholder {
    font-family: 'Graphik LC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #868F96;
}

.home-banner .main-banner_left div {
    gap: 0;
}

.home-banner .form__image {
    margin: 0 14px;
}

.home-banner .trustpilot-widget .translations-main {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.home-title.block__title {
    margin-bottom: 48px;
}
.easy-steps_section .home-title.block__title {
    text-align: center;
}

.trustpilot-block {
    height: 105px;
    background: #F9F8FF;
    display: flex;
    align-items: center;
    padding-left: 78px;
}


    .trustpilot-block .trustpilot-widget.landing-trustpilot-widget {
        transform: scale(1.5);
    }

.block__container {
    max-width: 1144px;
    margin: 0 auto;
    padding: 96px 0 0;
}

.block__title, .new-reviews .review h2 {
    color: #453283;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Stratos LC Web', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 64px */
    text-transform: uppercase;
}

.new-reviews .review {
    max-width: unset;
}

.new-reviews .js-carousel-btn {
    display: none;
}

.new-reviews .review__items {
    gap: 20px !important;
    margin-bottom: 48px;
    overflow: unset !important;
}

.new-reviews .review__item {
    background: #fff;
    min-height: 313px;
    width: 306px;
    border-radius: 16px;
}

.new-reviews .review h2 {
    margin-bottom: 48px;
    max-width: 700px;
}

.new-reviews .review__stars {
    margin-bottom: 16px;
}

.new-reviews .review__text {
    -webkit-line-clamp: 5 !important;
}

    .new-reviews .review__text p, .new-reviews .review__person .review__name {
        color: #323C47;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Graphik LC", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
    }


.new-reviews .review__person .review__date {
    color: #868F96;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Graphik LC", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-reviews .js-see-more-link, .new-reviews .js-see-less-link {
    color: #8365FF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Graphik LC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
}

.clean-burden .block__title {
    width:450px;
    margin-bottom: 32px;
}

.clean-burden .burden-descr {
    width: 556px;
}

.clean-burden p {
    color: #453283;
    font-family: "Graphik LC", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.68px;
    max-width: 500px;
}

.clean-burden .burden-img {
    position: absolute;
    right: 0;
    bottom: 655px;
}

.burden-desk {
    display: block;
}

.burden-mob {
    display: none;
}

.easy-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .easy-steps div {
        width: 368px;
    }

    .easy-steps h3 {
        color: #453283;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: 'Stratos LC', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 33.6px */
        text-transform: uppercase;
        padding: 24px 0 4px;
    }

    .easy-steps p {
        font-family: 'Graphik LC', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #453283;
        line-height: 23.68px;
        text-align: center;
        padding-inline: 40px;
    }

.find-block {
    display: flex;
    justify-content: center;
}

.how-we-work {
    margin-block: 96px;
}

.how-we-work p {
    margin-bottom: 0;
}

.reclen-block {
    background: #F0ECFF;
    display: flex;
    gap: 30px;
    margin-top: 96px;
}

    .reclen-block .reclean-block_img {
        display: block;
        width: 50%;
        margin-top: 75px;
    }

    .reclen-block .reclean-block_descr {
        width: 50%;
        padding-right: 10%;
        padding-block: 95px 85px;
        display: flex;
        flex-direction: column;
        gap: 48px
    }

        .reclen-block .reclean-block_descr img {
            display: none;
        }

    .reclen-block h2 {
        margin-bottom: 0;
    }

    .reclen-block p {
        color: #453283;
        font-family: "Graphik LC", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 31.68px;
        text-align: left;
        margin-bottom: 0;
    }

    .reclen-block a {
        width: 343px;
        height: 64px;
        padding: 22px 130px;
        gap: 10px;
        background: #fff;
        border-radius: 12px;
        font-family: "Graphik LC", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.2px;
        color: #453283;
        text-wrap: nowrap;
    }

        .reclen-block a:hover, .reclen-block a:focus {
            color: #453283;
        }

.categories.easy-steps {
    user-select: none;
}

    .categories.easy-steps div {
        background: #F9F8FF;
        width: 340px;
    }

    .categories.easy-steps .category-title {
        height: 100px;
        display: flex;
        align-items: center;
        gap: 24px;
        padding-inline: 12px;
    }


    .categories.easy-steps ul {
        padding-inline: 12px 40px;
    }

    .categories.easy-steps .category-img {
        width: 340px;
        height: 226px;
    }

    .categories.easy-steps h3 {
        text-align: left
    }

    .categories.easy-steps li {
        font-family: "Graphik LC", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.68px;
        color: #323C47;
        list-style: none;
        position: relative;
        padding-left: 16px;
    }

    .categories.easy-steps li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        background-image: url('/static/images/pilotProject/filled-circle.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

.block__container .google_rated {
    background: #F0ECFF !important;
    justify-content: start !important;
    margin-bottom: -110px !important;
}

.new-form__booking input:focus {
    border: none !important;
}

.block-overflow {
    padding-top: 128px
}

    .block-overflow h2, .block-scroller {
        max-width: 1144px;
        margin: 0 auto;
    }

.block-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
}

.carousel-container.block__container {
    margin-left: 20%;
    margin-right: 0;
    width: 80%;
    max-width: unset;
}

.carousel-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    width: 99.5%;
    user-select: none;
}

.carousel-wrapper::-webkit-scrollbar {
    height: 0 !important;
}

.categories {
    display: inline-flex;
    width: max-content;
}

.category-item {
    flex: 0 0 auto;
    min-width: 250px;
}

    .category-item:last-child {
        margin-right: 0;
    }

.carousel-wrapper.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.main-page-background {
    background: #F0ECFF;
    margin-top: 64px
}

.pilot-main .google_rated-rate span {
    font-family: 'Graphik LC', sans-serif;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width:1400px) {
    .new-header .header_right {
        width: 65%;
    }

    .carousel-container.block__container {
        margin-left: 128px !important;
        width: 100% !important;
    }

    .carousel-wrapper {
        width: 89.5%;
    }
}

@media screen and (max-width:1300px) {
    .trustpilot-block {
        padding-left: 10px;
    }
}

@media screen and (max-width:1200px) {
    .home-banner .main-banner_left {
        width: 560px;
        padding-right: 0;
    }

    .block__container, .block-overflow h2, .block-scroller {
        margin-inline: 32px;
    }

    .clean-burden .burden-img {
        width: 670px;
        bottom: 700px;
    }

    .carousel-container.block__container {
        margin-left: 32px !important;
        padding-right: 20px;
    }

    .carousel-wrapper {
        width: 98.5%;
    }

    .trustpilot-block {
        padding-left: 45px;
    }

        .trustpilot-block .trustpilot-widget.landing-trustpilot-widget {
            padding-top: 0;
        }
}

@media screen and (max-width:1024px) {
    .home-banner .new-header {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        backdrop-filter: blur(10px);
    }

    .home-banner .new-form__booking.form__booking {
        margin-bottom: 70px;
    }

    .home-banner .new-header.header-container .container {
        background: unset;
    }

    .home-banner .new-header.header-container p {
        color: #fff;
    }

    .home-banner .new-header.header-container .burger span {
        background-color: #fff;
    }

    .home-banner.banner-desk {
        display: block;
    }

    .home-banner .main-banner_left {
        background: unset;
        backdrop-filter: unset;
    }

    .home-banner .main-banner_container {
        background-image: url(/static/images/pilotProject/new-home-banner_mob.png);
        margin-top: 0;
        color: #fff;
        height: 100vh;
    }

    .home-banner.main-banner {
        height: unset;
    }

    .home-banner .main-banner_left {
        width: unset;
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .home-banner h1 {
        margin-top: 130px;
    }

/*    .home-banner .main-banner_container h4 {
        margin-top: 80%;
    }*/

    .burger_menu .menu {
        top: unset;
        bottom: unset;
    }

    .easy-steps {
        justify-content: center;
        flex-wrap: wrap;
    }

    .reclen-block .reclean-block_descr {
        padding-right: 5%;
        padding-block: 50px;
    }

    .clean-burden.block__container {
        margin: 0;
    }

    .clean-burden .burden-descr {
        width: 100%;
    }

    .burden-desk {
        display: none;
    }

    .burden-mob {
        display: block;
        width: 100%;
    }

    .clean-burden .burden-img {
        position: unset;
        width: unset;
        max-width: 1024px;
    }

    .clean-burden .block__title, .clean-burden p {
        margin-inline: 32px;
    }

    .carousel-container .easy-steps {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .trustpilot-block {
        padding-left: 68px;
    }
}

@media screen and (max-width:670px) {
    .pilot-main-html {
        scrollbar-width: none
    }

    .block__container {
        margin-inline: 0 !important;
    }

    .main-page-background {
        margin-top: 0;
    }
    .easy-steps_section.block__container{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .easy-steps_section.block__container, .carousel-container.block__container, .new-reviews.block__container {
        padding-top: 48px;
    }

    .home-title.block__title, .carousel-container .block__title {
        margin-bottom: 24px;
    }

    .no-stress_block .block__title {
        padding-right: 100px;
    }

    .categories_block .block__title {
        padding-right: 80px;
    }

    .block__container .block__title, .block__container .clean-faq__container, .clean-burden .block__title, .clean-burden p, .new-form__booking.form__booking {
        margin-inline: 16px !important;
    }
    .block__container .block__title{
        width: 338px;
    }
    .carousel-container .block__title, .carousel-container .section_title {
        margin-inline: 0 !important;
    }

    .main-proff.meet-professionals {
        margin-bottom: 48px;
    }

    .block__title, .new-reviews .review h2 {
        font-size: 48px !important;
        line-height: 48px !important;
        margin-inline: 16px;
    }

    .new-reviews .review__items {
        margin-bottom: 0;
    }

    .home-banner .main-banner_left {
        padding: unset;
    }

    .home-banner h1 {
        font-size: 68px;
        line-height: 74.8px;
    }

    .home-banner h4 {
        font-weight: 600;
        padding-right: 0;
    }

    .home-banner .new-form__booking {
        background: unset;
        width: 92% !important;
    }

    .new-form__booking.form__booking {
        height: 80px;
    }

    .find-block .new-form__booking.form__booking {
        margin-block: 24px 64px;
    }

    .new-form__booking.form__booking .form__point {
        background: #fff;
        height: 68px;
    }

    .home-banner .new-form__booking.form__booking .form__point {
        background: #fff;
        height: 60px;
    }

    .trustpilot-block {
        justify-content: center;
        padding-left: 5px;
    }

        .trustpilot-block .trustpilot-widget.landing-trustpilot-widget {
            transform: scale(1.2);
            padding-bottom: 0;
        }

    .home-banner .new-form__booking .form__button {
        color: transparent;
        width: 52px;
        height: 52px;
        min-height: 52px;
        position: absolute;
        top: 4px;
        right: 4px;
    }

        .home-banner .new-form__booking .form__button::before {
            content: url('/static/images/new-checkout/search.svg');
            position: absolute;
            top: 55%;
            left: 54%;
            transform: translate(-50%, -50%);
        }

    .carousel-container.block__container {
        margin-left: 16px !important;
    }

    .reclen-block {
        margin-top: 120px;
    }

        .reclen-block .reclean-block_descr {
            width: 100%;
            padding-right: 0;
            padding-block: 48px;
            gap: 24px;
        }

    .reclean-block_descr p {
        padding-inline: 16px;
        font-size: 20px;
        line-height: 26.4px;
    }

    .reclean-block_descr img {
        padding-right: 16px;
    }

    .reclen-block a {
        margin-inline: auto;
    }

    .reclen-block .reclean-block_img {
        display: none;
    }

    .reclen-block .reclean-block_descr img {
        display: block;
    }

    .carousel-wrapper {
        width: 100%;
        overflow-x: scroll;
    }

    .meet-professionals .carousel-wrapper {
        scrollbar-width: thin;
        scrollbar-color: #453283 #F0ECFF;
    }

        .meet-professionals .carousel-wrapper::-webkit-scrollbar {
            width: 12px;
            height: 12px;
        }

        .meet-professionals .carousel-wrapper::-webkit-scrollbar-track {
            background-color: #F0ECFF;
            border-radius: 8px;
        }

        .meet-professionals .carousel-wrapper::-webkit-scrollbar-thumb {
            background-color: #453283;
            border-radius: 8px;
            border: 3px solid #F0ECFF; /* Adds a border to give a more distinct separation */
        }

    /* For Firefox */
    .meet-professionals .carousel-wrapper {
        width: 100%;
        scrollbar-width: thin;
        scrollbar-color: #453283 #F0ECFF; /* thumb color first, track color second */
    }

        .meet-professionals .carousel-wrapper::-webkit-scrollbar-track {
            background-color: #F0ECFF;
            border-radius: 8px;
        }

        .meet-professionals .carousel-wrapper::-webkit-scrollbar-thumb {
            border-radius: 8px;
        }


    .easy-steps {
        gap: 24px;
    }

        .easy-steps p {
            margin-bottom: 0;
        }

        .how-we-work p {
            margin-bottom: 24px;
        }

        .easy-steps .no-stress {
            display: flex;
            align-items: center;
        }

            .easy-steps .no-stress div {
                display: flex;
                flex-direction: column;
            }

            .easy-steps .no-stress h3 {
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                text-align: left;
                margin-bottom: 0;
                padding-inline: 16px;
            }

            .easy-steps .no-stress p {
                font-size: 14px;
                font-weight: 400;
                line-height: 16.8px;
                padding-inline: 16px;
                text-align: left;
            }
}


@media screen and (max-width:600px) {
    .clean-burden .block__title{
        width:auto;
    }
    .new-form__booking.form__booking {
        height: 68px;
        max-width: 470px;
    }

    .clean-burden .new-form__booking.form__booking {
        background: #F0ECFF;
    }

    .home-banner .new-form__booking.form__booking {
        height: 60px;
        max-width: 470px;
    }

    .home-banner .new-form__booking.form__booking {
        margin-top: 12px;
    }

    .find-block {
        display: block;
        text-align: -webkit-center;
        width: 100%;
    }

    .how-we-work {
        margin-block: 0;
    }
}

@media (max-height: 730px) {
    .home-banner .new-form__booking.form__booking {
        margin-bottom: 30px;
    }
}
