body {
    background: #f0eaf7;
}

nav {
    max-width: 1240px !important;
    margin: 0 auto !important;

    ol {
        margin: 12px 0 0 20px;
    }
}

@media (min-width: 280px) and (max-width: 768px) {
    nav {
        ol {
            margin: 8px 0 0 14px;
        }
    }
}

#main .page-header {
    margin: 0 !important;
}

section#content {
    background: transparent;
    padding: 0;
}

#content-wrapper {
    padding: 0 !important;
    margin: 0 auto 50px;
}

.container {
    max-width: 1240px !important;
    padding: 0 !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: unset;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

/* Container */
#multi-step-form {
    margin: 0 auto;
    background-color: transparent;
    overflow: hidden;
    width: 1280px;
}

/* Header Section */
.fw-wizard-step-header-container {
    background-color: transparent;
    text-align: left;
    margin: 0 20px 0 20px;
}

.fw-wizard-step-header h2 {
    color: #390E47;
    margin-top: 20px;
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

@media (min-width: 280px) and (max-width: 768px) {
    .fw-wizard-step-header h2 {
        margin-top: 8px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }

    .fw-wizard-step-header-container {
        margin: 0 14px 0 14px;
    }
}


/* Progress Bar */
.fw-progress-bar-container {
    background-color: #f1eafc;
    padding: 15px 0;
}

.fw-progress-bar li {
    list-style: none;
    display: inline-block;
    width: 16%;
    text-align: center;
    font-size: 14px;
    color: #bbb;
    position: relative;
}

.fw-progress-bar li.fw-active {
    color: #4b0082;
    font-weight: bold;
}

.fw-progress-bar-bar {
    height: 4px;
    background-color: #4b0082;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Quiz Form */
.fw-wizard-step {
    padding: 0;
}

/* Question Layout */
.fw-step-part-body {
    display: flex;
    margin: 0 20px 0 20px;
}

.fw-step-block {
    width: 585px;
}

.question-image {
    width: 585px;
    margin-left: 30px;
}

.question-image img {
    width: 607px;
    height: auto;
    border-radius: 13px;
}

@media (min-width: 280px) and (max-width: 768px) {
    .fw-step-block {
        margin-bottom: 17px !important;
    }

    .fw-step-part-body {
        display: flex;
        margin: 0 14px 0 14px !important;
    }
}

/* Progress bar for Quiz */
.fw-quiz-progressbar-container {
    display: flex;
    align-items: center;
    background: inherit;
    padding: 31px 0 23px 0;
    max-width: 585px;
    width: 100%;
}
.fw-quiz-progressbar {
    display: flex;
    gap: 3px;
    flex: 1 1 auto;
    min-height: 8px;
}
.fw-quiz-progress-segment {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #FEBADF;
    transition: background 0.3s;
}
.fw-quiz-progress-active {
    background: #E167A4;
    cursor: pointer;
}
.fw-quiz-progressbar-count {
    margin-left: 15px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    color: #390E47;
    transition: opacity 0.2s;
}

@media (min-width: 280px) and (max-width: 768px) {
    .fw-quiz-progressbar-container {
        padding: 14px 0 18px 0;
    }
}

/* Question Text */
.fw-step-part-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    color: #390E47;
}

.fw-choice {
    display: block;
    background: white;
    margin-bottom: 10px;
    border-radius: 10px;
    align-items: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    border: 1.5px solid transparent;
}

.fw-choice:hover,
.fw-choice:focus-within {
    border-color: #CBB6FF;
}

.fw-choice input[type="radio"] {
    display: none;
}

.fw-step-part {
    margin: 0 0 10px 0;
    padding: 30px 0 0 0;
}

.fw-choice label {
    padding: 15px 60px;
    padding-right: 20px;
    width: 100%;
    font-size: 16px;
    text-align: left !important;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #390E47;
    margin-bottom: 0 !important;
}

.fw-choice:has(input[type="radio"]:checked) {
    border-color: #CBB6FF;
}

.fw-step-part-body {
    margin: 0 20px 0 20px;
}

@media (min-width: 280px) and (max-width: 768px) {
    .fw-step-part-title {
        font-size: 17px;
        line-height: 20px;
    }

    .fw-choice label {
        padding: 15px 56px;
        padding-right: 11px;
        width: 100%;
        font-size: 14px;
        margin-right: 15px;
        line-height: 16px;
    }

    .fw-step-part {
        padding: 28px 0 0 0;
    }
}

/* Navigation Buttons */

.fw-wizard-button-container {
    padding-left: 20px;
}


#multi-step-form .fw-button-previous:hover {
    opacity: 0.8;
}

#multi-step-form .fw-button-previous {
    border: none;
    outline: none;
    color: #390E47;
    background: none !important;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

#multi-step-form .fw-step-part-body label[data-labelid="1"]::before {
    content: "1" !important;
}

#multi-step-form .fw-step-part-body label[data-labelid="2"]::before {
    content: "2" !important;
}

#multi-step-form .fw-step-part-body label[data-labelid="3"]::before {
    content: "3" !important;
}

#multi-step-form .fw-step-part-body label[data-labelid="4"]::before {
    content: "4" !important;
}

#multi-step-form .fw-step-part-body label[data-labelid="5"]::before {
    content: "5" !important;
}

#multi-step-form .fw-step-part-body label::before {
    border: 2px solid #E167A4;
    color: #E167A4;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-radius: 25px;
    background-color: #fff;
    line-height: 28px;
    font-weight: 400;
    transition: all .3s;
}

#multi-step-form .fw-radio-row label:hover::before {
    background: #fff;
    border-color: #CBB6FF;
    color: #CBB6FF;
}

#multi-step-form .fw-radio-row label:hover {
    background: #fff;
    color: #390E47;
    border-radius: 10px;
}

#multi-step-form .fw-radio-row input[type="radio"]:checked+label::before {
    background: #fff;
    border: 2px solid #CBB6FF;
    font-size: 16px !important;
    color: #CBB6FF;
}

#multi-step-form .fw-radio-row input[type="radio"]:checked+label {
    background: #fff;
    color: #390E47;
    border-radius: 10px;
}

.fw-button-previous .fas.fa-solid.fa-chevron-left {
    -webkit-text-stroke: 1px #f0eaf7;
}

.elementor-invisible {
    visibility: visible !important;
}

.answers-header {
    background: #FFF2F8;
}

.answers-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.answers-container h1 {
    color: #390E47;
    padding-top: 27px;
    padding-bottom: 48px;
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

@media (min-width: 280px) and (max-width: 768px) {
    .answers-container {
        padding-bottom: 12px;
    }

    .answers-container h1 {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
    }
}

.description-wrapper {
    display: flex;
}

.description-wrapper img {
    width: 150px;
    margin-right: 55px;
    align-self: start;
}

.answers-text p {
    color: #390E47;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 48px !important;
}

@media (min-width: 280px) and (max-width: 768px) {
    .answers-text p {
        margin-bottom: 24px !important;
        font-size: 13px;
        line-height: 17px;
    }
}


.answers-text h2 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 19px;
}

@media (min-width: 280px) and (max-width: 768px) {
    .answers-text h2 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: start !important;
    }
}

.pakartoti_klausimyna:hover {
    border: 1.5px solid #B79AFF;
}

.pakartoti_klausimyna {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #390E47;
    padding: 11px 32px;
    margin: 0;
    transition: border-color 0.3s;
    border-radius: 10px;
    border: 1.5px solid #390E47;
    display: unset;
}

@media (min-width: 425px) and (max-width: 900px) {
    .pakartoti_klausimyna {
        display: inline-flex;
        justify-content: center;
        /*width: 100%;*/
        padding: 7px 32px;
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 424px) {
    .pakartoti_klausimyna {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        padding: 7px 32px;
        font-size: 13px;
        line-height: 17px;
    }
}

.kosmetotlogo_konsultacija:hover {
    background-color: #B79AFF;
    border: 1.5px solid #B79AFF;
}

.kosmetotlogo_konsultacija {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #390E47;
    padding: 11px 32px;
    margin: 0;
    transition: background-color 0.3s, border-color 0.3s;
    border-radius: 10px;
    background-color: #CBB6FF;
    border: 1.5px solid #CBB6FF;
    margin-left: 30px;
    display: none;
}

@media (min-width: 425px) and (max-width: 900px) {
    .kosmetotlogo_konsultacija {
        margin-left: 0;
        /*display: inline-flex;*/
        display: none;
        justify-content: center;
        /*width: 100%;*/
        margin-top: 8px;
        padding: 7px 32px;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
}

@media (max-width: 424px) {
    .kosmetotlogo_konsultacija {
        margin-left: 0;
        /*display: inline-flex;*/
        display: none;
        justify-content: center;
        width: 100%;
        margin-top: 8px;
        padding: 7px 32px;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
}


.fa-chevron-left::before {
    content: "\f053";
}

.products-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 280px) and (max-width: 768px) {
    .products-wrapper {
        width: calc(100% - 24px);
    }

    .slick-prev.slick-arrow {
        left: calc(100% - 80px) !important;
        top: -4px !important;
        border-radius: 60px !important;
        padding: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .slick-next.slick-arrow {
        right: 20px !important;
        top: -4px !important;
        border-radius: 60px !important;
        padding: 10px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

.product-category {
    font-size: 36px;
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 20px;
}

button.add-to-cart.disabled {
    cursor: pointer !important;
}

.slick-list.draggable {
    width: 100% !important;
}

.ajax_block_product {
    padding: 0 0 88px 0;
    /* Remove any Bootstrap col- classes, or override them: */
    /*width: 278px !important;*/
    /*min-width: 278px !important;*/
    /*max-width: 278px !important;*/
    box-sizing: border-box;
    /*margin-right: 30px;*/

    .ajax_block_product {
        padding: 0;
    }
}

.plist-1.product_list article {
    width: 197px !important;
    margin: 0 auto;
}

.slick-slide {
    padding-inline: 15px;
}

.product-miniature {
    display: flex !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;

    .quiz-result-thumbnail-container {
        .product-image {
            /*width: 278px;*/
            /*height: 278px;*/
            /*min-width: 278px;*/
            /*min-height: 278px;*/
            /*max-width: 278px;*/
            /*max-height: 278px;*/
            /*display: flex;*/
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            border-radius: 10px;

            width: 100%;
            height: unset !important;
            min-width: 100%;
            min-height: unset !important;
            max-height: unset !important;
            max-width: 100%;
            display: block;
            aspect-ratio: 1 / 1;

            .functional-buttons, .site-naujaoda-product-items-section .ajax_block_product .functional-buttons {
                opacity: 1;
                transform: initial;
                position: absolute;
                left: auto;
                right: 10px;
                top: auto;
                bottom:40px;
            }
            .quickview .add_to_wishlist, .site-naujaoda-product-items-section .ajax_block_product .quickview .add_to_wishlist{
                position: relative;
                bottom: auto;
                right: auto;
                width: 32px;
                height: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 10px;
                background: #F7DFEA;
                -webkit-transform: translate3d(0%, 0, 0);
                -ms-transform: translate3d(0%, 0, 0);
                -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
            }

            .quickview .add_to_wishlist svg, .site-naujaoda-product-items-section .ajax_block_product .quickview .add_to_wishlist svg{
                width: 20px;
                height: 20px;
            }
            .quickview .add_to_wishlist span,
            .quickview .add_to_wishlist span {
                display: flex;
                /*transform: scale(1.0);*/
            }

            .quickview .add_to_wishlist.active span,
            .quickview .add_to_wishlist.active span {
                animation: wishlist-scale-bounce .2s cubic-bezier(.4,0,.2,1);
            }

            .quickview .add_to_wishlist svg path, .site-naujaoda-product-items-section .ajax_block_product .quickview .add_to_wishlist svg path{
                stroke: #390E47;
            }
            .quickview .add_to_wishlist.active svg path, .site-naujaoda-product-items-section .ajax_block_product .quickview .add_to_wishlist.active svg path{
                stroke: #390E47;
                fill: #390E47;
            }
        }

        .product-image a img {
            transition: transform 0.5s cubic-bezier(.32,.72,.49,.98);
            /* optional for smooth edge cropping */
            display: block;
            width: 100%;
            height: auto;
        }

        .product-image:hover a img {
            transform: scale(1.12); /* 12% zoom in */
        }

        .thumbnail .product-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;  /* Or use object-fit: cover; for cropped fill */
            /* Remove Bootstrap's .img-fluid width:auto; if present */
            max-width: 100%;
            max-height: 100%;
            display: block;
        }

        .product-title {
            height: 65px;
        }

        .product-title a{
            color: #390E47;
            font-size: 16px;
            font-weight: 400;
            line-height: 18px;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 5px;
            margin-top: 8px;
        }

        .product-price-and-shipping {
            height: 32px;
            color: #390E47;
            line-height: 18px;
            font-size: 18px;

            .price {
                font-weight: 700;
            }

            .regular-price {
                text-decoration-line: line-through;           /* core */
                -webkit-text-decoration-line: line-through;   /* old WebKit */
                text-decoration-style: solid;
                text-decoration-color: #390E47;
                text-decoration-thickness: auto;              /* avoid 'from-font' etc. */
                text-decoration-skip-ink: none;               /* Safari bug: can hide it */
                -webkit-text-decoration-skip: none;
                font-weight: 200;
            }
        }

        .quiz-result-product-reviews {
            color: #390E47;
            height: 16px;
            display: flex;
            flex-direction: row;
            align-items: start;
            font-size: 13px !important;
            font-weight: 300;
            line-height: 16px;
            margin-bottom: 7px;
            gap: 4px;

            .score {
                font-weight: 500;
            }

            .star {
                width: 14px;
                height: 14px;
            }
        }

        .quiz-results-add-to-cart-button {
            transition: background-color 0.3s;

            :hover {
                background-color: #B79AFF !important;
                border-radius: 10px;
            }

            a, button {
                background-color: #CBB6FF !important;
                transition: background-color 0.3s;
                border-radius: 10px;
                width: 100%;
                height: 42px;
                padding-block: 12px;
                font-size: 16px;
                color: #390E47;
                font-weight: 400;
                line-height: 19px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;

                .leo-bt-cart-content {
                    background-color: inherit !important;
                    transition: background-color 0.3s;

                    :hover {
                        background-color: inherit !important;
                    }
                }

                .name-btn-product {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 12px;

                    svg {
                        border-radius: 0;
                    }
                }
            }
        }
    }
}

@media (max-width: 600px) {
    .slick-slide {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        margin-bottom: 40px;
        padding-inline: 7.5px;
    }

    .product-miniature {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;

        .product-flag {
            font-size: 10px !important;
            border-radius: 4px !important;
            padding: 1px 10px !important;
        }

        .quiz-result-thumbnail-container {
            width: 100%;

            .product-image {
                width: 100%;
                height: unset !important;
                min-width: 100%;
                min-height: unset !important;
                max-height: unset !important;
                max-width: 100%;
                border-radius: 6px;
                display: block;
                overflow: hidden;
                aspect-ratio: 1 / 1;
            }

            .product-title {
                font-size: 12px;
                line-height: 15px;
                line-clamp: 3;
                height: 45px;
                max-height: 45px;
                margin-bottom: 12px;
                margin-top: 10px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;

                a {
                    line-clamp: 3;
                }
            }

            .product-price-and-shipping {
                height: 18px;
                line-height: 18px;
                font-size: 13px;
                display: flex;

                .price {
                    font-weight: 700;
                    padding-right: 5px;
                }

                .regular-price {
                    text-decoration: line-through #390E47;
                    font-weight: 200;
                }
            }

            .quiz-result-product-reviews {
                color: #390E47;
                height: 14px;
                display: flex;
                flex-direction: row;
                align-items: center;
                font-size: 9px;
                font-weight: 300;
                line-height: 11px;
                margin-bottom: 9px;
                margin-top: 9px;
                gap: 4px;

                .score {
                    font-weight: 500;
                }

                .star {
                    width: 11px;
                    height: 11px;
                }
            }

            .quiz-results-add-to-cart-button {
                transition: background-color 0.3s;

                :hover {
                    background-color: #B79AFF !important;
                    border-radius: 10px;
                }

                a, button {
                    background-color: #CBB6FF !important;
                    transition: background-color 0.3s;
                    border-radius: 4px;
                    width: 100%;
                    height: 34px;
                    padding-block: 8px;
                    font-size: 13px;
                    color: #390E47;
                    font-weight: 400;
                    line-height: 18px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;

                    .leo-bt-cart-content {
                        background-color: inherit !important;
                        transition: background-color 0.3s;

                        :hover {
                            background-color: inherit !important;
                        }
                    }

                    .name-btn-product {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        gap: 12px;

                        svg {
                            border-radius: 0;
                        }
                    }
                }
            }
        }
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .slick-slide {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        margin-bottom: 40px;
        padding-inline: 7.5px;
    }

    .product-miniature {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;

        .quiz-result-thumbnail-container {
            width: 100%;

            .product-image {
                width: 100%;
                height: unset !important;
                min-width: 100%;
                min-height: unset !important;
                max-height: unset !important;
                max-width: 100%;
                border-radius: 6px;
                display: block;
                overflow: hidden;
                aspect-ratio: 1 / 1;
            }
        }
    }
}

@media (max-width: 768px) {
    .quiz-result-product-reviews {
        .reviews-count {
            font-size: 9px;
            -webkit-text-size-adjust: none;
            text-size-adjust: none;
        }
    }
}


.slick-slider-container {
    width: 1112px;  /* 4 * 278px */
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.leo-product-ajax {
    width: 100%;
}

.slick-arrows {
    height: auto !important;
    width: auto !important;
}

.slick-prev.slick-arrow {
    color: #CBB6FF;
    left: calc(100% - 120px);
    top: -34px;
    box-shadow: 0 0px 3px #CBB6FF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin-top: -30px;
    -webkit-text-stroke: 2px #ffff;
    background: #fff;
    margin-left: -10px;
    transition: all .3s;
}

.slick-prev.slick-arrow:hover {
    color: #B79AFF;
    box-shadow: 0 0 5px #B79AFF;
}

.slick-next.slick-arrow {
    color: #CBB6FF;
    right: 20px;
    top: -34px;
    box-shadow: 0 0px 3px #CBB6FF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin-top: -30px;
    -webkit-text-stroke: 2px #ffff;
    background: #fff;
    margin-right: -6px;
    transition: all .3s;
}

.slick-next.slick-arrow:hover {
    color: #B79AFF;
    box-shadow: 0 0 5px #B79AFF;
}

.line {
    height: 1px;
    background-color: rgb(235, 235, 235);
}

.wrapper-for-more-skin-type {
    background: #f7f7f7;
}

.container-skin {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.wrapper-for-more-skin-type h1 {
    font-size: 40px;
    color: #561f68;
    font-weight: 200;
    margin-top: 80px;
}

.all-products-for-your-skin:hover {
    color: #fff;
}
.all-products-for-your-skin {
    padding: 10px;
    background: #9292e5;
    width: 260px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    color: white;
    margin-top: 10px;
    margin-bottom: 80px;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
}

#main .page-content {
    margin-bottom: 0 !important;
}

body:not(#index) .page-footer {
    margin-bottom: 0 !important;
}

.wrapper-for-more-skin-type h1 span {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width: 1425px) {
    .wrapper-for-more-skin-type .container-skin {
        padding: 0px 16% !important;
        margin: 0 30px;
        max-width: calc(100% - 60px);
    }
}

@media (max-width: 1290px) {
    .fw-step-part-body {
        flex-direction: column;
    }
    .fw-step-block {
        width: 100%;
        margin-bottom: 30px;
    }
    #multi-step-form {
        max-width: 1000px;
        width: auto;
    }
    .question-image {
        width: 100%;
        margin: 0;
    }
    .question-image img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .container {
        margin: 0 30px;
        max-width: calc(100% - 60px) !important;
        width: unset;
    }

    .recommended-text-container {
        margin-inline: 30px !important;
    }
}

.recommended-text-container {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
}

.recommended-text {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    position: relative;
    margin-bottom: 54px;
}

@media (min-width: 280px) and (max-width: 768px) {
    .recommended-text {
        font-size: 20px;
        font-weight: 600;
        margin-top: 26px;
        position: relative;
        margin-bottom: 24px;
        margin-left: 14px;
    }
}
