

/* Start:/technology/poleznaya-informatsiya/stroitelstvo-domov-po-tekhnologii-fakhverk//style.css?177677519017776*/
.fakhverk__container {
    padding: 0 110px;
    position: relative;
    font-family: Manrope;
}

.fakhverk__block {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 120px;
    gap: 32px;
}

.fakhverk__banner {
    height: calc(100vh - 120px);
    position: relative;
    flex: 1;
    overflow: hidden;
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px);
    background-image: url('https://www.gwd.ru/upload/medialibrary/555/555fa469350d2b8d565f232582070f60.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    z-index: 10;
    color: white;
    bottom: 64px;
    left: 110px;
    right: 110px;
    max-width: 700px;
}

.banner__title {
    color: #FFF;
    font-size: 94px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner__subtitle {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.banner__text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fakhverk__title {
    color: #191D1C;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.fakhverk__subtitle {
    color: #191D1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fakhverk__text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.fakhverk__technologies {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.technologies__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    padding-bottom: 51px;
    .fakhverk__text {
        opacity: 0.6;
    }
}

.fakhverk__line {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #000;
    margin: 1px 0;
    padding: 0;
    opacity: 0.1;
}
.technologies__img {
    max-height: 500px;
    width: auto;
}
/*Основные особенности */

.fakhverk__features {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 120px;
}

.features__block {
    display: flex;
    padding: 0 175px;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.features__items {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    padding: 22px 90px;
    min-height: 120px;
    background: transparent;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    justify-content: space-around;
}

@media (min-width: 769px) {
    .features__items:hover {
        padding: 22px 60px;
        background: #386753;
    }

    .features__items:hover .fakhverk__subtitle {
        color: white;
    }

    .features__items:hover .features__text {
         color: white;
         opacity: 0.8;
    }

    .features__items:hover .features__svg {
        opacity: 1;
        transform: scale(1);
    }

    .features__items:hover .features__svg svg path {
        fill: #75B99B;
    }
}


.features__items .fakhverk__subtitle {
    max-width: 300px;
    transition: color 0.3s ease;
}

.features__items .features__text {
    max-width: 533px;
    color: #191D1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.features__svg {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.features__svg svg path {
    transition: fill 0.3s ease;
}


/*Преимущества фахверк*/

.fakhverk__advantages {
    display: flex;
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px);
    flex-direction: column;
    padding: 70px 0;
    background: #F1F1F1;
    gap: 32px;
}

.advantages__title{
    display: flex;
    justify-content: center;
}

.advantages__block {
    display: grid;
    grid-template-columns: repeat(2, 545px);
    justify-items: center;
    justify-content: center;
    gap: 24px;
}

.advantages__cards {
    display: flex;
    flex-direction: column;
    height: 269px;
    background: white;
    gap: 12px;
    border-radius: 12px;
    padding: 22px 32px 32px 32px;
}

.cards__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cards__icon {
    width: 34px;
    height: 34px;
}

.cards__content {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

/*Как устроен фахверковый дом*/

.fakhverk__devices {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.devices__slider-wrapper {
    position: relative;
    width: 50%;
}

.devices__slider {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 497px;
    overflow-y: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.devices__slider::-webkit-scrollbar {
    display: none;
}

/* Градиентное затухание */
.slider__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.devices__slider-wrapper.has-scroll .slider__gradient {
    opacity: 1;
}

.devices__img {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 50%;
}

.devices__img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.slider__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 12px;
    background: #F1F1F1;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 180px;
    align-items: start;
}

.slider__card:hover {
    background: #EEF3F0;
}

.slider__card.active {
    background: #386753;
    .slider__number {
        color: white;
        opacity: 0.4;
    }
    .slider__title {
        color: white;
    }
    .slider__text{
        color: white;
        opacity: 0.5;
    }
}

.slider__info {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 85%;
}

.slider__number {
    grid-column: 1;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.slider__title {
    color: #191D1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease;
}

.slider__text {
    color: #191D1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    transition: all 0.3s ease;
}

/*Кому подойдёт дом в стиле фахверк*/

.fakhverk__target-audience {
    display: flex;
    gap: 24px;
}
.target-audience__block {
    display: flex;
    gap: 24px;
}

.target-audience__cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 124px;
    padding: 32px;
    background: #EDF2ED;
    border-radius: 16px;
}

.target-audience__svg {
    display: flex;
    background: white;
    border-radius: 64px;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.target-audience__img {
    border-radius: 16px;
}

.fakhverk__review {
    display: flex;
    justify-content: space-between;
    padding: 22px 24px;
    align-items: center;
    border-radius: 12px;
    background: #EDF2ED;
}
.review__block {
    display: flex;
    gap: 24px;
}

.review__cards {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
    padding-right: 20px;

}

.review__video {
    border-radius: 12px;
}

.review__info {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    gap: 8px;
}

.review__title {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.review__text {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    opacity: 0.8;
}

/*Смотреть готовые проекты*/

.more__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 120px 0;
    gap: 32px;
    align-items: center;
}

.fakhverk__more {
    display: flex;
    border-radius: 12px;
    background: linear-gradient(180deg, #386753 0%, #396150 100%);
    width: fit-content;
    gap: 100px;
}
.more__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 42px 0 80px 42px;
    max-width: 626px;
    justify-content: space-between;
}

.more__text {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.more__title {
    color: white;
    
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.more__subtitle {
    color: white;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%;
}
.more__button {
    display: flex;
    width: fit-content;
    border-radius: 32px;
    background: white;
    padding: 16px 24px;
    color: #00513A;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.more__button:hover {
    background: #E3E8E7;
}

.more__img {
    display: flex;
    border-radius: 12px;
}

/*Форма звонка*/
.fakhverk__callback {
    display: flex;
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px);
    flex-direction: column;
    background: #F1F1F1;
}

.callback__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 110px;
    align-items: center;
}

a {
    text-decoration: none;
}

@media (max-width: 1600px) {
    .fakhverk__container {
        padding: 0 60px;
    }

    .banner__title {
        font-size: 64px;
    }

    .banner__subtitle {
        font-size: 22px;
    }

    .features__block {
        padding: 0 32px;
    }

    .devices__slider {
        max-height: 440px;
    }

    .target-audience__cards {
        gap: 24px;
    }

    .target-audience__img {
        width: 48%;
    }
}

@media (max-width: 1400px) {
    .features__items {
        padding: 20px 70px;
    }

    .features__items:hover {
        padding: 20px 60px;
    }

    .more__info {
        padding: 40px 0 40px 30px;
    }

    .more__title {
        font-size: 54px;
    }

    .more__subtitle {
        font-size: 28px;
    }

    .fakhverk__more {
        gap: 0;
    }
}


@media (max-width: 768px) {
    .fakhverk__container {
        padding: 0 15px;
    }

    .fakhverk__banner {
        background-image: url("https://www.gwd.ru/upload/medialibrary/965/9658c0d39713984b9a74537fcee171be.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        height: auto;
        min-height: 502px;
        position: relative;
        display: flex;
        align-items: flex-end;
    }

    .banner__info {
        left: 15px;
        right: 15px;
        max-width: 392px;
        bottom: 40px;
        gap: 8px;
    }
    .banner__title {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .banner__subtitle {
        font-size: 18px;
        font-weight: 600;
    }
    .banner__text {
        font-size: 16px;
    }
    .fakhverk__block {
        margin-top: 32px;
    }
    .fakhverk__title {
        font-size: 32px;
    }
    .fakhverk__technologies {
        flex-direction: column;
    }
    .technologies__info {
        width: 100%;
        gap: 22px;
        padding-bottom: 0;
    }
    .fakhverk__line {
        display: none;
    }
    .technologies__img {
        display: none;
    }
    .technologies__img--mobile {
        width: fit-content;
    }

    .fakhverk__features {
        margin-bottom: 32px;
    }

    .features__block {
        padding: 0;
    }

    .features__items {
        flex-direction: column;
        padding: 22px;
        gap: 14px;
        text-align: start;
        align-items: unset;
        height: 300px;
        justify-content: flex-start;
        background: #F5F5F5;

        .fakhverk__subtitle {
            max-width: 100%;
            font-size: 18px;
        }
        .features__text{
            max-width: 100%;
            font-size: 16px;
            opacity: 0.8;
        }
    }

    .features__items.active,
    .features__items:hover {
        padding: 22px;
    }

    .features__items.active {
        padding: 22px;
        background: #386753;
    }

    .features__items.active .fakhverk__subtitle,
    .features__items.active .features__text {
        color: white;
    }

    .features__svg {
        display: none;
    }

    .fakhverk__advantages {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 32px 15px;
    }
    .advantages__block {
        grid-template-columns: repeat(1, 100%);
    }
    .advantages__cards{
        padding: 22px;
        height: 330px;
        .fakhverk__subtitle {
            font-size: 20px;
            max-width: 225px;
        }
    }

    .cards__header {
        align-items: flex-start;
    }


    .fakhverk__devices {
        flex-direction: column;
        gap: 12px;
        overflow: hidden; /* Предотвращаем расширение страницы */
    }

    .devices__img {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }

    .devices__img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    .devices__slider-wrapper {
        width: 100%;
        position: relative;
        overflow: visible;
    }

    .devices__slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 4px 0 8px 0;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        /* Убираем scroll-padding чтобы избежать смещений */
        scroll-padding: 0;
        /* Предотвращаем выход за пределы */
        max-width: 100%;
    }

    /* Кастомизация скроллбара (скрываем, но оставляем функционал) */
    .devices__slider::-webkit-scrollbar {
        display: none;
    }

    .slider__card {
        flex-shrink: 0;
        flex-direction: column;
        width: calc(100vw - 64px);
        max-width: 320px;
        min-width: 280px;
        padding: 22px 16px;
        gap: 12px;
        background: #F1F1F1;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        scroll-snap-align: center;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .slider__card:first-child {
        margin-left: 0;
    }

    .slider__card:last-child {
        margin-right: 0;
    }

    .slider__card:hover {
        background: #F1F1F1;
    }

    .slider__card.active {
        background: #386753;
    }

    .slider__card.active .slider__number,
    .slider__card.active .slider__title,
    .slider__card.active .slider__text {
        color: white;
    }

    .slider__info {
        max-width: 100%;
        gap: 8px;
    }

    .slider__number {
        font-size: 20px;
        opacity: 0.4;
    }

    .slider__title {
        font-size: 20px;
        font-weight: 600;
    }

    .slider__text {
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.5;
    }

    .slider__gradient {
        display: none;
    }


    .fakhverk__target-audience {
        flex-direction: column;
    }
    .target-audience__block {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .target-audience__cards {
        padding: 24px 24px 32px 24px;
        gap: 24px;
        justify-content: unset;
        min-width: 352px;
    }
    .target-audience__svg {
        width: 64px;
        height: 64px;
        svg {
            width: 34px;
            height: 34px;
        }
    }
    .target-audience__img {
        width: 100%;
    }
    .fakhverk__review {
        flex-direction: column;
        gap: 22px;
    }
    .review__block {
        flex-direction: column;
    }
    .review__title {
        font-size: 18px;
    }
    .review__text {
        font-size: 16px;
    }
    .more__container {
        margin: 82px 0;
    }
    .fakhverk__more {
        background: none;
        flex-direction: column-reverse;
        gap: 8px;
        border-radius: 0;
    }
    .more__img {
        width: 100%;
    }
    .more__info {
        padding: 32px 24px;
        background: linear-gradient(180deg, #386753 0%, #396150 100%);
        border-radius: 12px;
        gap: 42px;
    }
    .more__title {
    font-size: 32px;
    }
    .more__subtitle {
        font-size: 18px;
    }
    .more__button {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .technologies__img--mobile {
        display: none;
    }
}
/* End */


/* Start:/local/css/elements/v2024/btn.light-green.css?1776330070124*/
.btn.btn-light-green{
    --button-color: white;
    --button-background: #386753;
    --button-hover-background: #2D5242;
}
/* End */


/* Start:/local/css/elements/overlay-appear.css?1760700064496*/
.overlay-appear{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: inherit;
}
.overlay-appear:not(.--shown) {
    display: none!important;
}
@keyframes overlay_appear_animation{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.overlay-appear.--shown{
    opacity: 0;
    animation-name: overlay_appear_animation;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* End */


/* Start:/local/components/vue/form/validated-input/style.css?17791020571025*/
.validated-input{
    position: relative;
    display: block;

    --error-color: #B62326;
}
.form-group > label.validated-input,
.form-row > [class*=col-] > label.validated-input{
    margin-bottom: 0;
}
/*.validated-input .err-required{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*border-radius: var(--bs-input-border-radius);*/
    /*border: 1px solid var(--error-color);*/
    /*color: var(--error-color);*/
    /*display: flex;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*align-items: center;*/
    /*background: white;*/
    /*padding-left: 20px;*/
    /*font-size: 12px;*/
    /*margin-top: 5px;*/

    /*cursor: pointer;*/
/*}*/
/*.validated-input .err-invalid{*/
/*    color: var(--error-color);*/
/*    margin-top: 5px;*/
/*    font-size: 12px;*/
/*}*/

.validated-input__err{
    color: var(--error-color);
    margin-top: 4px;
    font-size: 12px;
}
.validated-input__err svg{
    color: var(--error-color);
    width: 17px;
    height: 17px;

    vertical-align: text-bottom;
}



/* End */


/* Start:/local/include-areas/main/callback/style.css?17791020573228*/
.form__container {
    display: flex;
    gap: 24px;
    margin: 96px 0;
    font-family: Manrope;
}

.form__callback {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 64px 40px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    width: 40%;
    overflow: hidden;
}

.form__callback--success {
    background-image: url(https://www.gwd.ru/upload/medialibrary/a80/a80b4c7b2068a3a01162aa2d32ec0365.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 70%;
}

.main-callback__header {
    color: black;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 22px;
}

.main-callback__description {
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
    opacity: 0.8;
}

.main-callback__content {
    position: relative;
    width: 100%;
}

.main-callback__base--hidden {
    visibility: hidden;
    pointer-events: none;
}

.main-callback__success {
    overflow: hidden;
}

.main-callback__success > * {
    position: relative;
    z-index: 2;
}

.form__callback--success .main-callback__success .main-callback__description {
    margin-bottom: 170px;
}

.form-row {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.col-auto {
    margin-top: 32px;
}

.form__image-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.gwd.ru/upload/medialibrary/198/19877854bda9fbd55714d67f12d534f8.jpg);
    background-position: center;
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 64px 40px;
    justify-content: flex-end;
    border-radius: 12px;
    .main-callback__header,
    .main-callback__description {
        color: white;
    }
}

.form__button-block {
    display: flex;
    gap: 12px;
}

.form__button-block .btn {
    flex: 0 0 200px;
    justify-content: center;
}

.form__button-icon {
    stroke: none;
}

.form__button-text {
    color: #386753;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .form__callback {
        width: 50%;
    }
    .form__image-block {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .form__container {
        flex-direction: column;
        gap: 14px;
        margin: 64px 0;
    }
    .form__callback {
        padding: 42px 24px;
        width: 100%;
    }
    .main-callback__header {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .main-callback__description {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .form-row {
        width: 100%;
    }
    .btn.btn-light-green {
        width: 100%;
    }
    .form__image-block {
        width: 100%;
        padding: 120px 24px 40px 24px;
        background-image: url("https://www.gwd.ru/upload/medialibrary/e7a/e7adcb5bc3e1ef3f82bc52f8366d1c02.jpg");
    }

    .form__button-block {
        gap: 16px;
        margin-top: 16px;
        flex-direction: column;
    }

    .form__button-block .btn {
        flex: initial;
        width: 100%;
    }
}
/* End */
/* /technology/poleznaya-informatsiya/stroitelstvo-domov-po-tekhnologii-fakhverk//style.css?177677519017776 */
/* /local/css/elements/v2024/btn.light-green.css?1776330070124 */
/* /local/css/elements/overlay-appear.css?1760700064496 */
/* /local/components/vue/form/validated-input/style.css?17791020571025 */
/* /local/include-areas/main/callback/style.css?17791020573228 */
