.flat-page .sw-container {
    background: none;
}

.flat-page .fs24-text-wrap {
    background: #fff;
}
.flat-page .switchers {
    background: #fff;
}

section.info .splide-custom-collections img {
    height: 100%;
}

.info .block-container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.fs24-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 196px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 16px;
}
.fs24-tw-c {
    justify-content: center;
}
.fs24-tw-l {
    flex: 1;
    align-items: flex-start;
    justify-content: space-between;
}

.fs24-text-wrap-h {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 24px;
}

section h2.fs24 {
    font-family: ProximaNova, sans-serif;
    display: block;
    line-height: 120%;
    color: #222;
    font-size: 24px;
    margin-bottom: 16px;
}

.fs24-title {
    font-family: Proxima Nova SemiBold, sans-serif;
    font-size: 20px;
    line-height: 1;
}
.fs24-subtitle {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}
.fs24-wrap-h {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fs24-slider {
    position: relative;
}
.fs24-slider .button-white {
    display: inline-flex;
    /*position: absolute;*/
    /*right: 0;*/
}
.video-slide {
    width: 500px;
    height: 100%;
    background-color: #fefefe;
}
.fs24-video-container {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.fs24-fl {
    display: flex;
    margin-bottom: 20px;
    column-gap: 40px;
}

.furniture-booklet-btn {
    margin-left: auto;
}

@media (max-width: 768px) {
    @media (max-width: 768px) {
        .splide-custom-main img {
            height: 450px;
        }

        section.info .block-container {
            row-gap: 16px;
        }
        section.info .btn {
            font-size: 14px;
        }

        .fs24-text-wrap-h {
            flex-wrap: wrap;
            row-gap: 16px;
        }
        .fs24-text-wrap-h .fs24-title {
            font-size: 16px;
        }
        .fs24-title {
            font-size: 24px;
            margin-bottom: 8px;
        }
        .fs24-subtitle {
            font-size: 16px;
        }
        .sw-container .fs24-title {
            font-size: 16px;
        }
    }
}

@media (max-width: 600px) {
    section.info .splide__arrows {
        display: none;
    }
    section.info .splide:not(.is-overflow) .splide__pagination {
        display: flex;
    }
    section.info .btn {
        width: 100%;
    }
    .fs24-tw-l {
        flex: 1 1 100%;
    }
    .fs24-text-wrap-h {
        row-gap: 8px;
    }
    .fs24-slider {
        margin-top: 16px;
    }
    .fs24-video-container {
        padding-top: 80%;
        width: 80%;
    }
    .furniture-booklet-btn {
        margin-left: 0;
        width: 100%;
    }
}
