@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;
}

.reclean-banner.banner-desk .main-banner_container {
    background-image: url(/static/images/reclean_desk.png);
}

.reclean-banner_text {
    color: #FFF;
    font-family: "Graphik LC", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 132%;
    max-width: 400px;
}

.reclean_faq {
    padding: 96px 0 0 !important;
}

.block__title {
    font-family: 'Stratos LC Web', sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #453283;
    line-height: 64px;
    text-align: left;
    margin-bottom: 96px;
}

.reclean-brush {
    display: none;
}

.block__container .reclean-faq__container {
    border-bottom: 1px solid #453283;
    padding-block: 24px 12px;
}

.reclean-faq__heading {
    height: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 50px;
    margin-bottom: 12px;
}

.reclean-faq__article {
    color: #453283;
    font-family: 'Graphik LC Medium', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.68px;
    margin-bottom: 0;
}

.reclean-faq__button {
    border: none;
    background: none;
    padding: 5px
}

    .reclean-faq__button:focus {
        outline: none;
    }

.reclean-faq__img {
    background: url(/static/images/arrow-down.svg) center no-repeat;
    width: 16px;
    height: 16px;
}

.reclean-faq__description {
    padding: 0 15px 0 78px;
    margin-bottom: 12px;
    color: #453283;
    font-size: 18px;
}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {
    .reclean-banner_text {
        color: #453283;
        font-size: 20px;
        line-height: 26.4px;
        text-align: left;
    }
}

@media screen and (max-width:670px) {
    .reclean-banner .main-banner_container h1 {
        padding-right: 50px !important;
    }
    .block__container {
        margin-inline: 0 !important;
    }

    .reclean_faq.block__container {
        position: relative;
    }

    .reclean_faq .block__title {
        padding-right: 25px;
    }

    .block__container .reclean-faq__container, .new-form__booking.form__booking {
        margin-inline: 16px !important;
    }
    .reclean-brush {
        display: block;
        position: absolute;
        right: -10px;
        top: 115px
    }

    .reclean-faq__heading {
        gap: 25px;
        margin-bottom: 16px;
    }

    .reclean-faq__article {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .reclean-faq__description {
        padding: 0 15px 0 50px;
    }
}