

/* Start:/about/clients-service/style.css?178480075411413*/
.clint-service__container {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    box-sizing: border-box;
    font-style: normal;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 56px;
    font-weight: 600;
}

h2 {
    font-size: 44px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
}

p {
    font-size: 16px;
}

.clint-service__banner {
    display: flex;
    gap: 16px;
}

.banner__first-section {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.gwd.ru/upload/medialibrary/395/39572d846000939628e28a2272b3c441.png");
}

.first-section__title-accent {
    color: #246A50;
    font-weight: 600;
    font-size: 56px;
}

.first-section__button-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.banner__second-section {
    display: flex;
    align-items: flex-end;
    border-radius: 12px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("https://www.gwd.ru/upload/medialibrary/9fa/9fa194a2e96f1c900f5d3871a49cc85e.jpg");
    padding: 32px 16px;
}

.clint-service__found {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 48px;
}

.found__text {
    display: flex;
    flex-direction: column;
    gap: 24px;

    span {
        opacity: 0.8;
    }
}

.found__cards-block {
    display: flex;
    flex-direction: column;
    gap: 16px;

    span {
        opacity: 0.8;
    }
}

.found__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 12px;
    background: #386753;
    color: white;
    gap: 20px;
}

.found__card-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.found__card-svg-container {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100px;
    background: white;
}

.found__card-svg {
    width: 32px;
    height: 32px;

    use {
        fill: none;
    }
}

.clint-service__service {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service__card {
    display: flex;
    padding: 20px 24px;
    background: white;
    justify-content: space-between;
    border-radius: 12px;
}

.service__card__svg-container {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #9FC4AA;
}

.utilities__block {
    display: flex;
}


.utilities__title-accent {
    color: #246A50;
}

.utilities__card {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.clint-service__utilities {
    display: flex;
    flex-direction: column;
}

.utilities__card-img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    align-self: start;
    border-radius: 12px;
}

.utilities__card-info {
    display: flex;
    flex-direction: column;
    background-color: #F5FBF5;
    gap: 16px;
    padding: 24px 16px;
    border-radius: 12px;

    p {
        opacity: 0.8;
    }
}

.utilities__card-title {
    font-size: 24px;
    font-weight: 600;
}

.client-service__guarantees {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    color: white;
    position: relative;
}

.guarantees__title {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.guarantees__col {
    display: flex;
    flex-direction: column;
}

.guarantees__row {
    display: grid;
}

.guarantees__row:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #fff;
}

.guarantees__term {
    display: flex;
    align-items: center;
}

.feedback__block {
    display: flex;
    flex-direction: column;
}

.client-service__care {
    flex-direction: column;
    display: flex;
}

.care__head {
    display: flex;
}

.care__block {
    flex-direction: column;
    display: flex;
}

.care__content {
    display: flex;
}

.care__table {
    display: flex;
    flex-direction: column;
}

.care__row {
    display: grid;
    align-items: center;
    grid-template-columns: 33% 33% 33%;
}

.care__row:first-child {
    align-items: end;
}

.care__row:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #737874;
}


.care__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    background: #386753;
    color: white;
    gap: 24px;

    span {
        opacity: 1;
    }
}

.care__card__svg-container {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100px;
    background: white;
}

.care__card-svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.client-service__all-services {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.all-services__head {
    display: flex;
}

.all-services__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.all-services__cards {
    display: flex;
    gap: 12px;
}

.all-services__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #DFE4DF;
    border-radius: 12px;
    padding: 24px 12px 12px 12px;
    flex: 1;

    span {
        font-weight: 600;
    }

    p {
        padding: 16px 24px;
        background-color: white;
        border-radius: 8px;
        opacity: 0.8;
        height: 100%;
    }
}

.client-service__lk {
    display: flex;
    flex-direction: column;
}

.lk__head {
    display: flex;

    span {
        opacity: 0.8;
        font-weight: 600;
    }
}

.lk__img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    align-self: start;
    border-radius: 12px;
}

.lk__title-accent {
    color: #246A50;
    text-decoration: none;

    svg {
        fill: #386753;
        transform: rotate(-45deg);
    }
}

@media (min-width: 768px) {
    .clint-service__banner {
        padding: 80px 0;
    }


    .banner__first-section {
        width: 67%;
        min-height: 560px;
        gap: 22px;
    }

    .banner__second-section {
        width: 37%;
    }

    .first-section__button-container {
        width: 70%;
        p{
            font-weight: 600;
            font-size: 18px;
            opacity: 0.8;
        }
        a {
            width: fit-content;
        }
    }

    .clint-service__found {
        flex-direction: column;
        padding: 80px 0;
    }
    .found__block {
        display: flex;
        gap: 60px;
    }

    .found__text {
        gap: 32px;
    }

    .clint-service__service {
        flex-direction: row;
        padding: 64px 0;
    }

    .service__cards {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 20px;
        width: 80%;
    }

    .clint-service__utilities {
        gap: 64px;
        padding: 80px 0;
    }

    .utilities__title,
    .utilities__title-accent {
        font-size: 44px;
        font-weight: 600;
    }

    .utilities__block {
        flex-direction: row;
        gap: 12px;
    }

    .utilities__card-info {
        flex: 1;
    }

    .client-service__guarantees {
        padding: 80px 0;
        gap: 60px;
    }

    .guarantees__title {
        width: 50%;

        span {
            font-size: 24px;
        }
    }

    .guarantees__col {
        width: 50%;
    }

    .guarantees__term {
        font-size: 32px;
        font-weight: 600;
    }

    .guarantees__row {
        grid-template-columns: 30% 70%;
        span {
            font-size: 24px;
            font-weight: 600;
        }

        p {
            font-size: 18px;
        }
    }

    .guarantees__row:first-child {
        padding-bottom: 12px;
    }

    .guarantees__row:not(:first-child) {
        padding: 24px 0;
    }

    .client-service__feedback {
        background-image: url("https://www.gwd.ru/upload/medialibrary/3f1/3f115b5e5f88cf1fa0641a19bb29afbd.png");
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        display: flex;
        align-items: flex-end;
        padding: 120px 0;
    }

    .feedback__block {
        width: 61%;
        gap: 32px;

        span {
            font-size: 24px;
            font-weight: 600;
            opacity: 0.8;
        }


        a {
            width: fit-content;
        }
    }

    .client-service__care {
        padding: 80px 0;
        gap: 96px;
    }

    .care__head {
        gap: 60px;
        h2 {
            width: 50%;
        }
        span {
            width: 50%;
        }
    }

    .care__block {
        gap: 32px;

        span {
            font-size: 24px;
            font-weight: 600;
            opacity: 0.8;
        }
    }

    .care__content {
        gap: 12px;

    }

    .care__table {
        width: 65%;
        padding: 40px 40px 40px 0;
    }


    .care__row {
        gap: 24px;
        span {
            font-weight: 600;
            font-size: 18px;
        }
    }

    .care__table-text {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 130%;
    }

    .care__row:first-child {
        padding-bottom: 25px;
    }

    .care__row:not(:first-child):not(:last-child) {
        padding: 20px 0;
    }

    .care__row:last-child {
        padding-top: 20px;
    }

    .care__card {
        width: 34%;
        padding: 40px;
        justify-content: space-between;
        span {
            font-size: 18px;
            font-weight: 600;
            line-height: 130%;
            opacity: 1;
        }
    }

    .client-service__all-services {
        padding: 80px 0;
    }

    .client-service__guarantees::before,
    .client-service__guarantees::after {
        content: '';
        position: absolute;
        width: 310px;
        height: 1.5px;
        background: white;
        transform-origin: right center;
        pointer-events: none;
        opacity: 0.5;
    }

    .client-service__guarantees::before {
        transform: rotate(21deg);
        bottom: 0;
        left: -145px;
    }

    .client-service__guarantees::after {
        left: -198px;
        transform: rotate(40deg);
        bottom: -22px;
    }

    .all-services__head {
        gap: 60px;
        h2 {
            width: 50%;
        }
        span {
            width: 50%;
            font-size: 22px;
            font-weight: 600;
            opacity: 0.8;
        }
    }

    .client-service__lk {
        gap: 80px;
        padding: 96px 0;
    }

    .lk__head {
        gap: 53px;

        h3 {
            width: 50%;
            font-size: 44px;
        }
        span {
            width: 50%;
            font-size: 22px;
        }
    }

    .lk__title-accent {
        font-weight: 600;
        font-size: 44px;

        svg {
            width: 44px;
            height: 44px;
        }
    }
}


@media (min-width: 1600px) {

    .banner__first-section {
        width: 68%;
    }

    .banner__second-section {
        width: 31%;
        background-image: url("https://www.gwd.ru/upload/medialibrary/30b/30b1fe4cdd80859b78250740ae003ff9.jpg");
    }


    .care__row {
        gap: 6px;
    }

}
/* 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?17848948863358*/
.old-callback-wrapper{
    background-color: #F1F1F1;
    margin-top: 62px;
}

.form__container {
    display: flex;
    gap: 24px;
    padding: 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__label{
    margin-bottom: 14px;
}
.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;
        padding: 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 */
/* /about/clients-service/style.css?178480075411413 */
/* /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?17848948863358 */
