/*
 * Front page sections.
 *
 * The sections are core blocks (Group, Media & Text, Buttons, Accordion) that carry the class names of the
 * old markup, so most values below are taken over from the old style.css. Loaded on the front page and,
 * via add_editor_style(), in the block editor.
 */

/* ---------- Defaults inside sections ---------- */

/* blocks.css styles service page content in the editor; the front page sections do not use those defaults. */
:where(.home-section) p {
    text-align: inherit;
    text-indent: 0;
}
:where(.home-section) :is(h2, h3, h4) {
    margin: 0;
    text-align: inherit;
}
:where(.home-section) ul.wp-block-list > li {
    padding-left: 0;
    margin-bottom: 0;
}
:where(.home-section) ul.wp-block-list > li::before {
    content: none;
}
:where(.home-section) .wp-block-image {
    margin: 0;
}
:where(.home-section) .wp-block-media-text {
    margin-bottom: 0;
}
:where(.home-section) .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
}
:where(.home-section) .wp-block-media-text > .wp-block-media-text__media img {
    border-radius: 0;
    max-height: none;
}

/* Image/text rows stack like the old Bootstrap columns below 769px: image first (text first in .fair__info). */
@media (max-width: 768px) {
    .home-section .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .home-section .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .home-section .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
    .home-section .fair__info--item.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-row: 1;
    }
    .home-section .fair__info--item.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-row: 2;
    }
}

/* ---------- Aktionsleiste (inc/promo.php) ---------- */

.promo-bar {
    display: block;
    background-color: #2e7d4f;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: clamp(15px, 1.7vw, 20px);
    line-height: 1.4;
}
.promo-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    text-wrap: balance;
}
.promo-bar__icon {
    flex-shrink: 0;
    width: 0.9em;
    height: 1.2em;
    color: var(--main-yellow);
}
.promo-bar:focus-visible {
    outline: 3px solid var(--main-yellow);
    outline-offset: -3px;
}
@media (hover: hover) {
    .promo-bar:hover {
        background-color: #256641;
        color: #fff;
    }
    .promo-bar:hover .promo-bar__text {
        text-decoration: underline;
    }
}

/* ---------- Angebot (hero with prices) ---------- */

.main-offer {
    background-image: url(../img/main-img.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.main-offer .container {
    padding: 0;
}
.main-offer__info {
    padding: 78px 10px 46px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.9472163865546218) 76%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 769px) {
    .main-offer__info {
        width: 75%;
    }
}
.main-offer__info h1 {
    max-width: 734px;
}
.main-offer__inner {
    margin-top: 43px;
    display: flex;
}
.main-offer__price {
    max-width: 437px;
    margin-right: 45px;
}
.main-offer__item {
    margin-bottom: 28px;
}
.main-offer__title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    margin-bottom: 13px;
}
.main-offer__mintitle {
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 600;
    margin-bottom: 0;
}
.main-offer__title strong,
.main-offer__mintitle strong {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    color: var(--main-blue);
    margin-left: clamp(12px, 2.2vw, 38px);
}
.main-offer__btns.wp-block-buttons {
    gap: 30px;
}
.main-offer__note {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 12px 0 0;
}

/* ---------- Zusatzleistungen ---------- */

.zus {
    background-color: #eee;
    padding: 45px 0;
}
.zus h2 {
    text-align: center;
}
.zus__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 46px;
}
.zus__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zus__item--title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.zus__item--text {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 0;
}

/* ---------- Professionelles Umzugsunternehmen (image/text rows) ---------- */

.ben {
    padding: 56px 0 96px;
}
.ben h2 {
    text-align: center;
    max-width: 946px;
    margin: 0 auto;
}
.ben__item {
    margin-top: 50px;
}
.ben__item > .wp-block-media-text__media {
    border-radius: 45px 0;
    overflow: hidden;
}
.ben__item > .wp-block-media-text__media img {
    height: 340px;
    object-fit: cover;
}
.ben__item > .wp-block-media-text__content {
    padding: 0 0 0 30px;
}
.ben__item.has-media-on-the-right > .wp-block-media-text__content {
    padding: 0 30px 0 0;
}

/* ---------- Aufruf (blue and yellow call to action) ---------- */

.stress,
.private {
    text-align: center;
    padding: 56px 0;
}
.stress {
    background-color: var(--main-blue);
    color: #fff;
}
.private {
    background-color: var(--main-yellow);
    color: var(--black);
}
.stress__wrapper,
.private__wrapper {
    position: relative;
    width: 100%;
}
.stress h2 {
    color: var(--main-yellow);
    margin-bottom: 30px;
}
.private h2 {
    color: var(--black);
    margin-bottom: 30px;
    transition: all 0.3s;
}
.private h2:has(+ p:hover) {
    color: var(--main-blue);
}
.stress p,
.private p {
    max-width: 734px;
    margin: 0 auto;
}
.stress .wp-block-buttons,
.private .wp-block-buttons {
    justify-content: center;
    margin-top: 24px;
}
.stress .wp-block-button .wp-block-button__link {
    background-color: var(--main-yellow);
    color: var(--main-blue);
}
@media (hover: hover) {
    .stress .wp-block-button .wp-block-button__link:hover {
        background-color: var(--blue-light);
        color: #fff;
    }
}

/* Van icons left and right of the text (formerly <img>/<svg> in .stress__decor). */
.stress__wrapper::before,
.stress__wrapper::after,
.private__wrapper::before,
.private__wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
}
.stress__wrapper::before,
.private__wrapper::before {
    left: 0;
}
.stress__wrapper::after,
.private__wrapper::after {
    right: 0;
}
.stress__wrapper::before {
    background-image: url(../img/decor-left.svg);
}
.stress__wrapper::after {
    background-image: url(../img/decor-right.svg);
}
.private__wrapper::before,
.private__wrapper::after {
    background-color: var(--main-blue);
    mask: url(../img/decor-left.svg) no-repeat center / contain;
}
.private__wrapper::after {
    mask-image: url(../img/decor-right.svg);
}

/* ---------- Serviceleistungen (cards) ---------- */

.fur {
    padding: 56px 0 96px;
}
.fur__wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 56px;
    justify-content: center;
    margin-top: 56px;
}
.fur__item {
    position: relative;
    border-radius: 25px;
    width: 385px;
    height: 409px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
}
.fur__item .wp-block-image {
    flex: 1 0;
    min-height: 0;
}
.fur__item .wp-block-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fur__title {
    background-color: var(--black);
    color: #fff;
    text-align: center;
    padding: 38px 12px;
    flex: 0 0 auto;
    width: 100%;
}
.fur .fur__title {
    margin: 0;
}
/* The whole card is clickable through the title link. */
.fur__title a::after {
    content: '';
    position: absolute;
    inset: 0;
}
@media (hover: hover) {
    .fur__item:hover {
        transform: scale(1.02);
        box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.26);
    }
}

/* ---------- Umzugskosten ---------- */

.wie {
    padding: 56px 0 96px;
}
.wie__wrapper {
    column-gap: 30px;
}
.wie__wrapper > .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: clamp(10px, 1.2vw, 30px);
}
.wie__wrapper > .wp-block-media-text__media {
    max-width: 625px;
    border-radius: 25px;
    overflow: hidden;
}

/* ---------- Fair und preiswert ---------- */

.fair {
    text-align: center;
}
.fair h2 {
    margin-bottom: 24px;
}
.fair h2 + p {
    max-width: 1060px;
    margin: 0 auto 24px;
}
.fair__subtitle {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    max-width: 1060px;
    margin: 0 auto 24px;
}
.fair__subtitle + h4 {
    color: var(--main-blue);
}
.fair__wrapper {
    margin: 48px 0 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}
.fair__item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(20px, 1.4vw, 48px);
}
.fair__item .wp-block-image {
    flex: 0 0 auto;
}
.fair__item img {
    width: clamp(100px, 12vw, 170px);
}
.fair__item h4 {
    text-align: left;
    max-width: 396px;
}
.fair__info {
    padding: 44px 0;
    background-color: #F1F1F1;
}
.fair__info--item {
    text-indent: 2em;
    margin-bottom: 30px;
}
.fair .fair__info--item > .wp-block-media-text__content {
    padding: 0 12px;
}
.fair__info--item > .wp-block-media-text__media {
    padding: 0 12px;
}
.fair .fair__info--item > .wp-block-media-text__media img {
    border-radius: 45px 0;
    max-height: 328px;
    object-fit: cover;
}
.fair__info p {
    text-align: left;
}
.fair__info--item strong {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 600;
    color: var(--main-blue);
}
.fair__btns.wp-block-buttons {
    justify-content: center;
    margin: 36px 0;
}

/* ---------- Spedition (background image set in the block) ---------- */

.spedition {
    background-repeat: no-repeat;
    padding: 172px 0 146px;
    text-align: center;
}
.spedition__wrapper {
    padding: 120px 110px;
    background-color: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(4px);
    border-radius: 16px;
}
.spedition__wrapper h2 {
    margin-bottom: 24px;
}
.spedition__note {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-blue);
    margin-bottom: 0;
}

/* ---------- Warum Umzug-Stern (collapsible list) ---------- */

.umz {
    padding: 96px 0;
}
.umz h2 {
    text-align: center;
    max-width: 836px;
    margin: 0 auto 16px;
}
.umz h3 {
    color: var(--main-blue);
    text-align: center;
    margin-bottom: 24px;
}
.umz__limited p:not(.faq-link) {
    position: relative;
    padding-left: 60px;
}
.umz__limited p:not(.faq-link)::before {
    content: '';
    width: 35px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/decor-right-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-link {
    position: relative;
    text-align: center;
    font-family: inherit;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}
.faq-link a {
    color: var(--blue-light);
    transition: all 0.3s;
}
@media (hover: hover) {
    .faq-link a:hover {
        color: var(--main-blue);
    }
}

/* home.js adds .is-collapsible and the toggle button; without JavaScript the whole text stays visible. */
.umz__limited.is-collapsible {
    position: relative;
    overflow: hidden;
}
.umz__limited.is-collapsible:not(.is-open) {
    max-height: 200px;
}
.umz__limited.is-collapsible:not(.is-open)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
    pointer-events: none;
}
.umz__btn {
    display: inline-block;
    background-color: var(--main-yellow);
    color: var(--black);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 56px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* ---------- Firmenumzug ---------- */

.firme {
    padding-bottom: 96px;
}
.firme h2 {
    text-align: center;
    margin-bottom: 36px;
}
.firme .firme__subtitle {
    max-width: 1060px;
    text-align: center;
    margin: 0 auto 46px;
}
.firme__wrapper {
    column-gap: 30px;
}
.firme__wrapper > .wp-block-media-text__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.firme__wrapper > .wp-block-media-text__content .wp-block-buttons {
    margin-top: auto;
}
.firme__wrapper > .wp-block-media-text__media {
    max-height: 437px;
    border-radius: 25px;
    overflow: hidden;
}
.firme__wrapper > .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}

/* ---------- Leistungen (checklist) ---------- */

.lies {
    padding-bottom: 96px;
}
.lies h2 {
    text-align: center;
    margin-bottom: 36px;
}
.lies__wrapper {
    column-gap: 30px;
}
.lies__wrapper > .wp-block-media-text__media {
    border-radius: 25px;
    overflow: hidden;
}
.lies__wrapper > .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}
.lies__list.wp-block-list > li {
    position: relative;
    padding-left: clamp(60px, 10vw, 100px);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.lies__list.wp-block-list > li::before {
    position: absolute;
    content: '';
    width: 49px;
    height: 37px;
    background-image: url(../img/icons/check.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------- Kundenbewertungen (Swiper slider, see home.js) ---------- */

.reviews {
    position: relative;
}
.reviews h2 {
    text-align: center;
    margin-bottom: 48px;
}
.reviews__swiper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 17px;
}
.reviews__slide {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 45px 0;
    padding: 28px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews__slide--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
/* Five stars; all reviews of the old site were rated 5 of 5. */
.reviews__slide--top::after {
    content: '';
    width: 185px;
    height: 37px;
    background: url(../img/icons/star.svg) repeat-x left center / 37px 37px;
}
.reviews__slide--avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
    background-color: #27907d;
    font-family: inherit;
    line-height: 40px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.reviews__slide:nth-child(5n + 2) .reviews__slide--avatar {
    background-color: #6BADC1;
}
.reviews__slide:nth-child(5n + 3) .reviews__slide--avatar {
    background-color: #6BC18E;
}
.reviews__slide:nth-child(5n + 4) .reviews__slide--avatar {
    background-color: #BF360C;
}
.reviews__slide:nth-child(5n + 5) .reviews__slide--avatar {
    background-color: #78909C;
}
.reviews__slide--text {
    font-family: inherit;
    font-size: clamp(15px, 1.7vw, 20px);
    margin-bottom: 20px;
    text-indent: 1em;
}
.reviews__slide--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews__slide--name {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.reviews__swiper--btns {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 999;
    pointer-events: none;
}
.reviews__swiper--prev,
.reviews__swiper--next {
    width: 41px;
    height: 42px;
    padding: 0;
    border: none;
    background: url(../img/icons/arrow.svg) no-repeat center / contain;
    cursor: pointer;
    pointer-events: auto;
}
.reviews__swiper--prev {
    transform: scaleX(-1);
}
.reviews .swiper-button-disabled {
    cursor: default;
    opacity: 0.4;
}
/* Without Swiper (in the editor) the slides are shown as a grid. */
:where(.editor-styles-wrapper) .reviews .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* ---------- FAQ (core Accordion) ---------- */

.faq {
    padding: 96px 0;
}
.faq h2 {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto 20px;
}
.faq .container > p {
    text-align: center;
    margin-bottom: 48px;
}
.faq__accordion .wp-block-accordion-item {
    border: 2px solid var(--main-blue);
    border-radius: 5px;
    margin-bottom: 14px;
}
.faq__accordion .wp-block-accordion-heading {
    margin: 0;
    font-size: inherit;
}
.faq__accordion .wp-block-accordion-heading__toggle {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 600;
    line-height: 1.5;
    color: var(--main-blue);
    padding: 16px 80px 16px 48px;
    text-align: left;
}
.faq__accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.faq__accordion .wp-block-accordion-heading__toggle-icon {
    position: absolute;
    right: 48px;
    top: 19px;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url(../img/icons/faq-open.svg) no-repeat center;
    transform: none !important;
}
.faq__accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
    background-image: url(../img/icons/faq-close.svg);
}
.faq__accordion .wp-block-accordion-panel {
    font-size: clamp(15px, 1.7vw, 20px);
    padding: 0 48px 16px;
}
.faq__accordion .wp-block-accordion-panel p {
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 0;
}

/* ---------- Einsatzgebiet (cities and map) ---------- */

.contact {
    padding-bottom: 76px;
}
.contact h2 {
    text-align: center;
    margin-bottom: 56px;
}
.contact__wrapper {
    display: flex;
    gap: 30px;
}
.contact__sitys {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(24px, 4vw, 48px);
    width: 50%;
}
.contact .contact__city {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0;
}
.contact__city::before {
    content: '';
    flex: 0 0 45px;
    height: 22px;
    background: url(../img/decor-right-blue.svg) no-repeat center / contain;
}
.contact__map {
    flex: auto;
    border-radius: 45px 0;
    overflow: hidden;
    min-height: 250px;
}

/* ---------- Breakpoints (as in the old style.css) ---------- */

@media (max-width: 1200px) {
    .main-offer {
        background-position: 200px center;
    }
}

@media (max-width: 992px) {
    .stress,
    .private {
        padding-bottom: 96px;
    }
    .stress__wrapper::before,
    .private__wrapper::before {
        top: calc(100% + 28px);
        left: calc(50% - 110px);
        transform: none;
    }
    .stress__wrapper::after,
    .private__wrapper::after {
        top: calc(100% + 28px);
        right: calc(50% - 110px);
        transform: none;
    }
    .contact__sitys {
        display: block;
        width: 35%;
    }
    .contact .contact__city {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .main-offer {
        background-position: right center;
    }
    .main-offer__inner {
        display: block;
    }
    .main-offer__info {
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.9472163865546218) 56%, rgba(255, 255, 255, 0) 100%);
    }
    .zus__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .zus__item--text,
    .fair__item h4 {
        text-wrap: balance;
    }
    .ben__item > .wp-block-media-text__media {
        margin-bottom: 24px;
    }
    .ben__item > .wp-block-media-text__content,
    .ben__item.has-media-on-the-right > .wp-block-media-text__content {
        padding: 0;
        text-align: center;
        text-wrap: balance;
    }
    .stress h2,
    .private h2 {
        text-wrap: balance;
    }
    .wie__wrapper,
    .firme__wrapper,
    .lies__wrapper {
        row-gap: 30px;
    }
    .wie__wrapper > .wp-block-media-text__media {
        max-width: 100%;
    }
    .firme__wrapper > .wp-block-media-text__media {
        max-height: none;
    }
    .fair__wrapper {
        display: block;
    }
    .fair__item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
    }
    .fair__item h4 {
        text-align: center;
    }
    .spedition__wrapper {
        padding: 100px 32px;
    }
}

@media (max-width: 576px) {
    .main-offer__price {
        width: 100%;
        overflow: hidden;
        margin-right: 0;
        max-width: 100vw;
    }
    .zus__wrapper {
        display: block;
    }
    .zus__item {
        margin-bottom: 24px;
        text-wrap: balance;
    }
    .spedition {
        padding: 80px 8px;
    }
    .spedition__wrapper {
        padding: 48px 12px;
    }
    .contact__wrapper {
        flex-direction: column;
    }
    .contact__sitys {
        display: grid;
        gap: 30px;
        width: auto;
    }
    .contact .contact__city {
        gap: clamp(12px, 8vw, 48px);
        margin-bottom: 0;
    }
    .faq__accordion .wp-block-accordion-heading__toggle {
        padding: 16px 60px 16px 16px;
    }
    .faq__accordion .wp-block-accordion-heading__toggle-icon {
        right: 16px;
    }
    .faq__accordion .wp-block-accordion-panel {
        padding: 0 16px 16px;
    }
}

@media (max-width: 440px) {
    .main-offer {
        background-image: none;
    }
    .main-offer__info {
        padding: 36px 10px;
    }
    .main-offer__btns.wp-block-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    .main-offer__btns .wp-block-button__link {
        display: block;
        width: 100%;
        text-align: center;
    }
    .ben,
    .fur,
    .wie,
    .umz,
    .faq {
        padding: 48px 0;
    }
    .wie {
        padding-top: 24px;
    }
    .firme,
    .lies,
    .contact {
        padding-bottom: 48px;
    }
    .ben__item {
        margin-top: 16px;
    }
    .ben__item:first-child {
        margin-top: 48px;
    }
    .fur__wrapper {
        row-gap: 16px;
    }
    .reviews__slide--top {
        flex-direction: column;
    }
    .reviews__slide--avatar {
        margin-bottom: 8px;
    }
    .contact__sitys {
        display: block;
        width: 100%;
    }
    .contact .contact__city {
        justify-content: space-between;
        width: 240px;
        margin: 0 auto 24px;
    }
}
