.redooringInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 96px;
    margin: 0;
    color: var(--main-white-text);
    background-color: var(--main-blue);
    width: 100%;
}

.before-image {
    background-size: cover;
    height: 134% !important;
    width: 100%;
    background-position: left;
}

.redooringInfoHeadItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 351px;
    height: fit-content;
}

.redooringInfoHeadItem h2 {
    font-size: 48px;
    margin: -20px 0 40px 0;
}

.redooringInfoHeadItem p, .redooringInfoItem p {
    color: var(--main-white-text);
    font-size: 18px;
    font-weight: 300;
}

.redooringInfoItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.redooringInfoItem h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 24px 0;
}

.redooringInfoItem:nth-child(2) {
    width: 356px;
    height: 233px;
    margin-bottom: 48px;
}

.redooringInfoItem:nth-child(3) {
    width: 368px;
    height: 233px;
}

.redooringInfoItem:nth-child(4) {
    width: 362px;
    height: 255px;
}

.redooringInfoItem:nth-child(5) {
    width: 362px;
    height: 255px;
}

.redooringInfoItem:nth-child(6) {
    width: 394px;
    height: 254px;
}

.redooringInfoItem img {
    width: 56px;
    height: 56px;
}

.facadeSliderItem {
    min-width: 270px;
}

.hiddenItem {
    display: none;
}

.serviceProcessItem img {
    max-width: 100%;
}

.feedback {
    display: none !important;
}

@media (max-width: 550px) {
    .feedback {
        display: flex !important;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    .headerBlock {
        order: 1;
    }

    .serviceProcess {
        order: 2;
    }

    .redooringInfo {
        order: 3;
    }

    .redooringSliderBlock {
        order: 4;
    }

    .galleryPreview {
        order: 5;
    }

    .feedback {
        order: 6;
    }

    .questions {
        order: 7;
    }

    .contactUsBlock {
        order: 8;
    }

    .footer {
        order: 9;
    }

    .redooringInfo {
        padding: 48px 10px;
        justify-content: CENTER;
    }

    .redooringInfoHeadItem {
        justify-content: center;
        width: 100%;
        height: fit-content;
        margin-bottom: 32px;
    }

    .redooringInfoHeadItem h2 {
        margin: 0;
        font-weight: 600;
        font-size: 22px;
        line-height: 136%;
        text-align: center;
        margin-bottom: 16px;
    }

    .redooringInfoHeadItem p, .redooringInfoItem p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
    }

    .redooringInfoItem {
        width: 100%;
        height: auto !important;
        margin-bottom: 24px;
        text-align: center;
    }

    .redooringInfoItem h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 122%;
        margin: 12px 0;
    }


    .redooringSlider {
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .facadeSliderItem {
        min-width: 270px !important;
    }

    .serviceProcessItem img {
        max-height: 220px;
    }
}

@media (max-width: 420px) {
    .facadeSliderItem {
        min-width: 150px !important;
    }

    .serviceProcessItem img {
        max-height: 210px;
    }
}

@media (max-width: 370px) {
    .facadeSliderItem {
        min-width: 150px !important;
    }

    .serviceProcessItem img {
        max-height: 200px;
        max-width: 280px;
    }
}
