

/* Start:/local/templates/eshop_bootstrap_v4/css/showroom.css?178611567912658*/
/* ============================================================
   Онлайн-шоурум Gardista — /showroom/
   ============================================================ */

.showroom {
    --sr-navy: #0b2c58;
    --sr-navy-dark: #082044;
    --sr-text: #17202e;
    --sr-muted: #6b7482;
    --sr-card: #f7f6f3;
    --sr-card-alt: #fbfaf8;
    --sr-form: #eceff5;
    --sr-badge: #f3ebdd;
    --sr-border: #e5e8ee;

    color: var(--sr-text);
    font-size: 16px;
    line-height: 1.5;
}

.showroom * {
    box-sizing: border-box;
}

.showroom__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.showroom__title {
    margin: 0 0 34px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--sr-navy);
    text-align: center;
}

/* ---------- Кнопка ---------- */

.showroom__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 19px 34px;
    border: 0;
    border-radius: 10px;
    background: var(--sr-navy);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease;
}

.showroom__btn:hover,
.showroom__btn:focus {
    background: var(--sr-navy-dark);
    color: #fff;
    text-decoration: none;
}

.showroom__btn:disabled {
    opacity: .6;
    cursor: default;
}

.showroom__btn svg {
    flex: 0 0 auto;
}

/* ---------- Баннер ---------- */

.showroom__hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 620px;
    margin-bottom: 70px;
    background: #fdfcfa;
}

/* Картинка — правая половина баннера */
.showroom__hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #efe9e2 url("/images/showroom/banner.webp") no-repeat center center / cover;
}

/* Белое затемнение поверх картинки */
.showroom__hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, #fdfcfa 0%, rgba(253, 252, 250, .50) 20%, rgba(253, 252, 250, .25) 40%, rgba(253, 252, 250, 0) 72%);
}

.showroom__hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
}

.showroom__hero-content {
    max-width: 480px;
}

.showroom__label {
    display: inline-block;
    margin-bottom: 22px;
    padding: 9px 16px;
    border-radius: 8px;
    background: var(--sr-badge);
    color: var(--sr-navy);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.showroom__hero-title {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 700;
    color: var(--sr-navy);
}

.showroom__hero-subtitle {
    margin: 0 0 26px;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--sr-text);
}

.showroom__hero-text {
    max-width: 420px;
    margin: 0 0 34px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--sr-muted);
}

.showroom__hero-btn {
    min-width: 380px;
    margin-bottom: 32px;
}

.showroom__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
}

.showroom__feature {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: var(--sr-text);
}

.showroom__feature svg {
    flex: 0 0 auto;
    color: var(--sr-navy);
}

/* ---------- Что вы увидите ---------- */

.showroom__see {
    margin-bottom: 70px;
}

.showroom__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.showroom__card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 48px) / 3);
    padding: 24px;
    border-radius: 16px;
    background: var(--sr-card);
}

.showroom__card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.showroom__card-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--sr-navy);
    color: #fff;
}

.showroom__card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--sr-navy);
}

.showroom__card-text {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--sr-muted);
}

.showroom__card-image {
    display: block;
    width: 100%;
    height: 232px;
    margin-top: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ---------- Как проходит показ ---------- */

.showroom__steps-section {
    margin-bottom: 70px;
}

.showroom__steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
}

.showroom__step {
    position: relative;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 28px;
    border: 1px solid var(--sr-border);
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.showroom__step-number {
    position: absolute;
    top: -17px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--sr-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transform: translateX(-50%);
}

.showroom__step-icon {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    object-fit: contain;
}

.showroom__step-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--sr-text);
}

.showroom__step-arrow {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    color: #c6ccd6;
}

/* ---------- Наш шоурум ---------- */

.showroom__gallery-section {
    margin-bottom: 70px;
}

.showroom__gallery-wrap {
    position: relative;
}

.showroom__gallery {
    padding-bottom: 44px;
}

.showroom__gallery .swiper-slide {
    height: auto;
}

.showroom__gallery-link {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.showroom__gallery-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .4s ease;
}

.showroom__gallery-link:hover .showroom__gallery-image {
    transform: scale(1.04);
}

.showroom__gallery-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 22px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--sr-border);
    border-radius: 50%;
    background: #fff;
    color: var(--sr-navy);
    box-shadow: 0 4px 14px rgba(11, 44, 88, .12);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.showroom__gallery-arrow:hover {
    background: var(--sr-navy);
    color: #fff;
}

.showroom__gallery-arrow--prev {
    left: -14px;
}

.showroom__gallery-arrow--next {
    right: -14px;
}

.showroom__gallery-arrow.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

.showroom__gallery .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #c9cfd8;
    opacity: 1;
}

.showroom__gallery .swiper-pagination-bullet-active {
    background: var(--sr-navy);
}

/* ---------- FAQ + форма ---------- */

.showroom__bottom {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.showroom__faq {
    flex: 1 1 55%;
    min-width: 0;
}

.showroom__faq-title {
    margin: 0 0 22px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--sr-navy);
}

/* Разметка и стили аккордеона переиспользуются со страницы /faq/
   (.faq__item / .faq__question / .faq__answer в template_styles.css) */
.showroom__faq .faq__item {
    border-color: var(--sr-border);
}

.showroom__faq .faq__question {
    padding: 17px 20px;
    background-color: var(--sr-card);
    font-size: 15px;
}

.showroom__faq .faq__question:hover {
    background-color: #f1efea;
}

.showroom__faq .faq__question-text {
    color: var(--sr-text);
}

.showroom__faq .faq__answer-text {
    font-size: 14px;
    color: var(--sr-muted);
}

.showroom__form-block {
    flex: 1 1 45%;
    min-width: 0;
    padding: 34px;
    border-radius: 16px;
    background: var(--sr-form);
}

.showroom__form-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--sr-navy);
    text-align: center;
}

.showroom__form-subtitle {
    margin: 0 auto 26px;
    max-width: 380px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--sr-muted);
    text-align: center;
}

.showroom__input {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding: 17px 18px;
    border: 1px solid #dfe3ea;
    border-radius: 10px;
    background: #fff;
    color: var(--sr-text);
    font-size: 15px;
    font-family: inherit;
}

.showroom__input::placeholder {
    color: #9aa2af;
}

.showroom__input:focus {
    border-color: var(--sr-navy);
    outline: none;
}

textarea.showroom__input {
    min-height: 56px;
    resize: vertical;
}

.showroom__form-btn {
    width: 100%;
    margin-top: 6px;
}

.showroom__form-error {
    display: none;
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #dc3545;
    text-align: center;
}

.showroom__form-note {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--sr-muted);
    text-align: center;
}

.showroom__form-success {
    display: none;
    padding: 26px 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--sr-navy);
    text-align: center;
}

/* ---------- Адаптив ---------- */

@media (max-width: 1100px) {
    /* Держим текст в левой половине, чтобы он не наезжал на картинку */
    .showroom__hero-content {
        max-width: 46%;
    }

    .showroom__hero-title {
        font-size: 42px;
    }

    .showroom__hero-subtitle {
        font-size: 23px;
    }

    .showroom__hero-btn {
        min-width: 0;
        width: 100%;
    }

    .showroom__steps {
        flex-wrap: wrap;
    }

    .showroom__step {
        flex: 1 1 calc(50% - 6px);
    }

    .showroom__step-arrow {
        display: none;
    }
}

@media (max-width: 900px) {
    .showroom__card {
        width: calc((100% - 24px) / 2);
    }

    .showroom__bottom {
        flex-direction: column;
        gap: 34px;
    }

    .showroom__faq,
    .showroom__form-block {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {
    .showroom .swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden{
        background: none;
    }
    .showroom__title {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .showroom__hero {
        align-items: flex-end;
        min-height: 0;
        margin-bottom: 46px;
    }

    /* На мобильных картинка уходит наверх во всю ширину */
    .showroom__hero::after,
    .showroom__hero::before {
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 300px;
    }

    .showroom__hero::before {
        background: linear-gradient(180deg, rgba(253, 252, 250, 0) 0%, rgba(253, 252, 250, .30) 55%, #fdfcfa 100%);
    }

    .showroom__hero-inner {
        padding-top: 250px;
        padding-bottom: 40px;
    }

    .showroom__hero-content {
        max-width: none;
    }

    .showroom__hero-title {
        font-size: 32px;
    }

    .showroom__hero-subtitle {
        font-size: 20px;
    }

    .showroom__card {
        width: 100%;
    }

    .showroom__card-image {
        height: 200px;
    }

    .showroom__step {
        flex: 1 1 100%;
    }

    .showroom__gallery-arrow {
        width: 38px;
        height: 38px;
        top: calc(50% - 22px);
    }

    .showroom__gallery-arrow--prev {
        left: 4px;
    }

    .showroom__gallery-arrow--next {
        right: 4px;
    }

    .showroom__faq-title {
        font-size: 26px;
    }

    .showroom__form-block {
        padding: 24px 18px;
    }

    .showroom__btn {
        padding: 17px 20px;
        font-size: 15px;
    }
}
.showroom .swiper.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden{
    background: none;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/css/showroom.css?178611567912658 */
