

/* Start:/local/templates/.default/components/bitrix/news/industry/bitrix/news.detail/vent_apartments_cottages/style.css?178878767540334*/
:root {
    --backgrounds-fffff: #fff;
    --backgrounds-00000: #000;
    --backgrounds-back: #f5f5f2;
    --brand-primary: #0050a8;
    --brand-secondary: #3294ff;
    --brand-accent: #0050a8;
    --brand-text: #1a1a1a;
    --grayscale-900: #525252;
    --grayscale-700: #8f8f8f;
    --grayscale-500: #acacac;
    --grayscale-300: rgba(143, 143, 143, 0.3);
    --grayscale-200: #d3d3d3;
    --grayscale-100: #e5e5e5;
    --grayscale-75: #f1f1f1;
    --color: #202020;
    --grayscale---75: #f1f1f1;
}

.ac-vent {
    cursor: default;
}

.ac-vent__row + .ac-vent__row {
    margin-top: 40px;
}

.ac-vent__head {
    display: flex;
    gap: 16px;
}

.ac-vent__head-left,
.ac-vent__head-right {
    width: calc(50% - 8px);
}

.ac-vent__head .ac-vent__head-pre-title-sticker {
    display: flex;
    column-gap: 5px;
    width: fit-content;
    background: #deeef8;
    border-radius: 12px;
    padding: 8px 12px;
}
.ac-vent__head .ac-vent__head-pre-title-sticker span {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--brand-secondary);
    text-transform: uppercase;
}

.ac-vent__head-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 700;
    line-height: normal;
    color: var(--brand-primary);
    margin-bottom: 24px;
}
.ac-vent__head-title .ac-vent__head-title__main {
    font-size: 48px;
}
.ac-vent__head-title .ac-vent__head-title__small {
    font-size: 32px
}
.ac-vent__head-title .ac-vent__head-title__desc {
    font-weight: 700;
    font-size: 32px;
    color: var(--brand-text);
}

.ac-vent__head-description {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--brand-text);
    margin-bottom: 24px;
}

.ac-vent__head-img-shell {
    position: relative;
    width: fit-content;
}

.ac-vent__head-img-shell img {
    border-radius: 32px;
}

/* главная картинка стикер топ */
.ac-vent__head-img-shell .ac-vent__head-img__sticker-top {
    position: absolute;
    top: 27px;
    right: 10px;
    height: 150px;
    width: 130px;
}

.ac-vent__head-img-shell .ac-vent__head-img__sticker-top_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ac-vent__head-img__sticker-top_container svg.sticker-top__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: fit-content;
    fill: var(--brand-primary);
}
.ac-vent__head-img__sticker-top_container span {
    position: relative;
}

.ac-vent__head-img__sticker-top_container .sticker-top__leaf {
    margin-bottom: 10px;
}
.ac-vent__head-img__sticker-top_container .sticker-top__leaf svg {
    fill: transparent;
}
.ac-vent__head-img__sticker-top_container .sticker-top__leaf svg path {
    stroke-width: 1.39px;
    stroke: var(--backgrounds-fffff);
}
.ac-vent__head-img__sticker-top_container .sticker-top__energy {
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    color: var(--backgrounds-fffff);
}
.ac-vent__head-img__sticker-top_container .sticker-top__percent {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    color: var(--backgrounds-fffff);
}

/* главная картинка стикер низ */
.ac-vent__head-img__sticker-bottom {
    position: absolute;
    bottom: 20px;
    right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--grayscale-100);
    border-radius: 16px;
    padding: 12px 15px;
    background: var(--backgrounds-fffff);
}

.ac-vent__head-img__sticker-bottom svg {
    height: 50px;
    width: 50px;
}

.sticker-bottom__text-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 12px;
}
.sticker-bottom__text-container .sticker-bottom__text-top {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--brand-primary);
    text-transform: uppercase;
}
.sticker-bottom__text-container .sticker-bottom__text-bottom {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    color: var(--brand-text);
}

/* --- примеры проектов --- */
.ac-vent__projects {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.ac-vent__head-right .ac-vent__projects {
    display: none;
}

.ac-vent__projects .ac-vent__projects__title {
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: var(--brand-text);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ac-vent__projects .ac-vent__projects__items {
    display: flex;
    gap: 12px;
}

.ac-vent__projects .ac-vent__projects__items .ac-vent__projects__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid var(--brand-primary);
    border-radius: 16px;
    padding: 12px;
    width: 160px;
    transition-duration: 0.3s;
}
.ac-vent__projects__items .ac-vent__projects__item:hover {
    background: var(--brand-primary);
    transition-duration: 0.3s;
    cursor: pointer;
}

.ac-vent__projects__item .ac-vent__projects__item-img,
.ac-vent__projects__item svg {
    height: 40px;
    width: 40px;
    margin-bottom: 8px;
}
.ac-vent__projects__item svg * {
    stroke: var(--brand-primary);
    transition-duration: 0.3s;
}
.ac-vent__projects__items .ac-vent__projects__item:hover svg * {
    transition-duration: 0.3s;
    stroke: #fff;
}

.ac-vent__projects__items .ac-vent__projects__item-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    color: var(--brand-primary);
    transition-duration: 0.3s;
}
.ac-vent__projects__items .ac-vent__projects__item:hover .ac-vent__projects__item-name {
    color: #fff;
    transition-duration: 0.3s;
}


/* --- форма --- */
.ac-vent__form-container {
    display: flex;
    width: 100%;
}

.ac-vent__form-container .ac-vent__form-sidepanel {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px 30px;
    color: var(--backgrounds-fffff);
    background: var(--brand-primary);
    border-radius: 16px 0 0 16px;
}

.ac-vent__form-sidepanel .ac-vent__form-sp__title {
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ac-vent__form-sidepanel .ac-vent__form-sp__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 40px;
}

.ac-vent__form-sidepanel .ac-vent__form-sp__scheme {
    display: flex;
    justify-content: space-between;
}
.ac-vent__form-sp__scheme .ac-vent__form-sp__scheme-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 5px);
}
.ac-vent__form-sp__scheme .ac-vent__form-sp__scheme-item .ac-vent__form-sp__scheme-item__number {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
}

.ac-vent__form-sp__scheme .ac-vent__form-sp__scheme-item .ac-vent__form-sp__scheme-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 8px;
}

.ac-vent__form-sp__scheme .ac-vent__form-sp__scheme-item .ac-vent__form-sp__scheme-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}


.ac-vent__form-container .ac-vent__form-main {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    background: var(--backgrounds-fffff);
    border-radius: 0 16px 16px 0;
    border: 2px solid var(--brand-primary);
    padding: 38px 30px;
}

.work-form__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 8px;
}

.work-form__col-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 18px;
}

.work-form__title {
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    color: var(--brand-text);
    text-transform: uppercase;
    width: fit-content;
}
.work-form__social {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.work-form__col-2 .work-form__social {
    display: none;
}

.work-form__col-2 {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
}

.work-form__col-2 input {
    overflow: hidden;

    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px;
    height: 50px;
    background: var(--backgrounds-fffff);
}

.work-form__col-2 input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--grayscale-700);
}

.work-form__row-1 {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.work-form__row-1 .work-form__error {
    position: relative;
    width: calc(30% - 8px);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 170px;
}

.work-form__error > span {
    position: absolute;
    color: red;
    font-size: 12px;
    margin-left: 10px;
    display: none;
    top: -16px;
}

.work-form__error-active {
    display: inline !important;
}

.work-form__row-2 {
    display: flex;
}

.work-form__row-2 textarea {
    margin-top: 18px;
    overflow: hidden;
    width: 100%;

    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px;
    background: var(--backgrounds-fffff);
}

.work-form__row-2 textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--grayscale-700);
}

.work-form__row-3 {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 12px;
}

.work-form__row-3 input {
    width: 100%;
    height: 56px;
    text-transform: uppercase;
    overflow: hidden;

    border-radius: 12px;
    padding: 16px 12px;

    border: 1px solid var(--brand-primary);
    background: var(--brand-primary);

    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--backgrounds-fffff);
    transition-duration: 0.3s;
}
.work-form__row-3 input:hover {
    background: var(--backgrounds-fffff);
    color: var(--brand-primary);
    transition-duration: 0.3s;
}

.work-form-success-msg {
    display: none;
    font-size: 14px;
    color: green;
}

.work-form__agree-text {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--grayscale-900);
}

.work-form__col-2 .work-form__row-1 .work-form__error .iti input[type=tel] {
    padding-left: 45px;
}

.ac-vent__form-main .iti__arrow {
    display: inline-block;
    width: 5.7px;
    height: 5.7px;
    border-right: 2px solid #ACACAC;
    border-bottom: 2px solid #ACACAC;
    border-bottom-right-radius: 2px;
    transform: rotate(45deg);

    border-top: unset;
    border-left: unset;
}
.ac-vent__form-main .iti__arrow.iti__arrow--up {
    transform: rotate(225deg);
    margin-top: 6px;

}


/* --- нижний блок --- */
.ac-vent__info-container {
    display: flex;
}

.ac-vent__info-left,
.ac-vent__info-right {
    display: flex;
    width: 50%;
}

.work-head__btns-container {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
    height: fit-content;
}

.work-head__link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(50% - 9px);
    background: transparent;
    color: var(--brand-primary);

    text-decoration: none;

    font-weight: 500;
    font-size: 16px;
    line-height: normal;

    border: 1px solid var(--brand-primary);
    border-radius: 12px;
    padding: 20px;
}

.work-head__link:hover {
    background: var(--brand-primary);
    color: #fff;
}

.work-head__link_custom {
    margin: 30px auto 0 auto;
}

.work-head__link.filled {
    background: var(--brand-primary);
    color: #fff;
}
.work-head__link.filled:hover {
    background: transparent;
    color: var(--brand-primary);
}

/* --- информационные плитки  --- */
.ac-vent__info-tiles__container {
    display: flex;
    width: 100%;
    gap: 18px;
    flex-wrap: wrap;
    height: fit-content;
}
.ac-vent__info-tiles__container .ac-vent__info-tile {
    display: flex;
    width: calc(50% - 9px);
    align-items: center;
    border: 1px solid var(--grayscale-100);
    border-radius: 16px;
    padding: 18px 14px;
    background: var(--backgrounds-fffff);
    transition-duration: 0.3s;
}
.ac-vent__info-tiles__container .ac-vent__info-tile:hover {
    box-shadow: 0 3px 6px 0 rgba(96, 145, 200, 0.1), 0 10px 10px 0 rgba(96, 145, 200, 0.09), 0 23px 14px 0 rgba(96, 145, 200, 0.05), 0 40px 16px 0 rgba(96, 145, 200, 0.01), 0 63px 18px 0 rgba(96, 145, 200, 0);
    background: var(--backgrounds-fffff);
    transition-duration: 0.3s;
}
.ac-vent__info-tiles__container .ac-vent__info-tile svg {
    height: 50px;
    width: 50px;
    margin-right: 11px;
    flex-shrink: 0;
}
.ac-vent__info-tiles__container .ac-vent__info-tile .ac-vent__info-tile__text-shell {
    display: flex;
    flex-direction: column;
}
.ac-vent__info-tile .ac-vent__info-tile__text-shell .ac-vent__info-tile__title {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--brand-primary);
}
.ac-vent__info-tile .ac-vent__info-tile__text-shell .ac-vent__info-tile__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--grayscale-900);
}

.ac-vent__info-tiles__container-accordion {
    display: none;
    width: 100%;
}
.ac-vent__info-tiles__container.accordion-container {
    padding: 2px 0 16px;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container {
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--brand-primary);
    padding: 0
}
.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title {
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 16px;
    color: var(--backgrounds-fffff);
    transition-duration: 0.3s;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title span {
    margin-right: 16px;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title img {
    margin: 0;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title.ma-open {
    color: var(--grayscale-200);
    transition-duration: 0.3s;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title:not(.collapsed) img {
    transform: unset;
}
.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title:not(.ma-open) img {
    transform: rotate(0deg) !important;
    transition: filter 0.3s;
}
.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-title.ma-open img {
    transform: rotate(180deg) !important;
    filter: brightness(0.8);
    transition: filter 0.3s;
}

.ac-vent__info-tiles__container-accordion .mobile-accordion-container .ma-content {
    border: 0;
    margin: 0 8px;
    padding: 0;
}



@media screen and (max-width: 1200px) {
    /* главная картинка стикер низ */
    .ac-vent__head-img__sticker-bottom {
        bottom: 10px;
        border-radius: 10px;
        padding: 9px 12px;
    }
    .ac-vent__head-img__sticker-bottom svg {
        height: 37px;
        width: 37px;
    }
    .sticker-bottom__text-container .sticker-bottom__text-top {
        font-size: 9px;
    }
    .sticker-bottom__text-container .sticker-bottom__text-bottom {
        font-size: 17px;
    }

    .work-form-text {
        margin-bottom: 15px;
    }

    .work-form__row-1 input{
        width: 100% !important;
    }

    .work-form__row-3{
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .ac-vent__info-tiles__container .ac-vent__info-tile {
        padding: 10px 8px;
    }

    .ac-vent__info-tiles__container .ac-vent__info-tile svg {
        height: 38px;
        width: 38px;
    }
}

@media screen and (max-width: 992px) {
    .ac-vent__row + .ac-vent__row {
        margin-top: 30px;
    }

    .ac-vent__head {
        flex-direction: column;
    }

    .ac-vent__head-left,
    .ac-vent__head-right {
        width: 100%;
    }


    .ac-vent__head .ac-vent__head-pre-title-sticker {
        margin-bottom: 5px;
    }

    .ac-vent__head-title {

    }

    /* главная картинка стикер низ */
    .ac-vent__head-img__sticker-bottom {
        bottom: 10px;
        right: unset;
        left: 10px;
        border-radius: 10px;
        padding: 9px 12px;
    }
    .ac-vent__head-img__sticker-bottom svg {
        height: 37px;
        width: 37px;
    }

    .sticker-bottom__text-container {
        margin-left: 8px;
    }
    .sticker-bottom__text-container .sticker-bottom__text-top {
        font-size: 9px;
    }
    .sticker-bottom__text-container .sticker-bottom__text-bottom {
        font-size: 17px;
    }


    .ac-vent__head-left .ac-vent__projects {
        display: none;
    }
    .ac-vent__head-right .ac-vent__projects {
        display: flex !important;
    }


    .ac-vent__form-container .ac-vent__form-sidepanel {
        display: none;
    }

    .ac-vent__form-container .ac-vent__form-main {
        width: 100%;
        border-radius: 16px;
    }

    .work-form__col-1 .work-form__social {
        display: none !important;
    }
    .work-form__col-2 .work-form__social {
        display: flex !important;
    }

    .work-head__btns-container {
        gap: 12px;
    }
    .work-head__link {
        width: 100%;
    }

    .ac-vent__info-tiles__container {
        gap: 12px;
    }

    .ac-vent__info-tiles__container .ac-vent__info-tile {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .full-wrapper .container {
        padding-top: 15px;
        background: var(--backgrounds-back);
    }

    .ac-vent__head {
        flex-direction: column;
    }

    .ac-vent__head-img-shell,
    .ac-vent__head-img-shell img {
        width: 100%;
    }

    .ac-vent__head .ac-vent__head-pre-title-sticker span {
        font-weight: 400;
        font-size: 12px;
    }

    .ac-vent__head-title {
        margin-bottom: 12px;
    }
    .ac-vent__head-title .ac-vent__head-title__main {
        font-size: 36px;
    }
    .ac-vent__head-title .ac-vent__head-title__small {
        font-size: 24px
    }
    .ac-vent__head-title .ac-vent__head-title__desc {
        font-size: 24px;
    }

    .ac-vent__head-description {
        margin-bottom: 12px;
    }

    /* главная картинка стикер топ */
    .ac-vent__head-img-shell .ac-vent__head-img__sticker-top {
        top: 10px;
        right: 10px;
        height: 100px;
        width: 87px;
    }
    .ac-vent__head-img__sticker-top_container svg.sticker-top__background {
        height: 100px;
        width: fit-content;
    }
    .ac-vent__head-img__sticker-top_container .sticker-top__leaf {
        margin-bottom: 6px;
    }
    .ac-vent__head-img__sticker-top_container .sticker-top__leaf svg {
        height: 23px;
        width: 23px;
    }
    .ac-vent__head-img__sticker-top_container .sticker-top__energy {
        font-size: 7px;
    }
    .ac-vent__head-img__sticker-top_container .sticker-top__percent {
        font-size: 16px;
    }

    /* форма */
    .ac-vent__form-container {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .ac-vent__form-container .ac-vent__form-main {
        padding: 24px 14px;
        border: 1px solid var(--grayscale-100);
    }


    .ac-vent__info-container {
        flex-direction: column;
        gap: 18px;
    }
    .ac-vent__info-left,
    .ac-vent__info-right {
        width: 100%;
    }
    .ac-vent__info-left {
        order: 1;
    }
    .ac-vent__info-right {
        order: 0;
    }

    .work-head__btns-container {
        margin-left: unset;
    }

    .ac-vent__info-left > .ac-vent__info-tiles__container {
        display: none !important;
    }

    .ac-vent__info-tiles__container-accordion {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .work-form__error{
        width: 100%;
    }
    .ac-vent__projects {
        width: 100% !important;
    }
    .ac-vent__projects__items {
        width: 100% !important;
    }
    .ac-vent__projects__items .ac-vent__projects__item {
        width: calc(33% - 8px);
    }
}

@media screen and (max-width: 480px) {
    .ac-vent__projects {
        width: 100% !important;
    }
    .ac-vent__projects__items {
        width: 100% !important;
    }
    .ac-vent__projects__items .ac-vent__projects__item {
        width: calc(33% - 8px);
    }
    .ac-vent__projects__item .ac-vent__projects__item-name {
        font-size: 14px !important;
    }
}


/* --- legacy --- */
.work-objects__container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 100px -10px;
}
.work-objects__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 24px;
}
.work-objects__item{
    display: flex;
    flex-direction: column;
    margin: 20px 10px 0 10px;
    height: 400px;
    padding-bottom: 24px;
    box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
.work-objects__item iframe{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.work-objects__title{
    margin: 24px 15px 12px 15px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 1 1 auto;
}
.work-objects__text{
    flex: 1 1 auto;
    margin: 0 15px 0 15px;
}

.work-eng-solutions__container{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}
.work-eng-solutions__row-1{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.work-eng-solutions__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-eng-solutions__slider{
    display: flex;
    align-items: center;
}
.work-eng-solutions__row-2{
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    width: 100%;
    transition: ease 0.7s;
}
.work-eng-solutions__wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.work-eng-solutions__row-2-item{
    position: relative;
    height: 350px;
    text-align: center;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    overflow: hidden;
}
.work-eng-solutions-unwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}
.work-eng-solutions-unwrap-title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: -1px;
    user-select: none;
    cursor: pointer;
    z-index: 2;
}
.work-eng-solutions-unwrap-title span:first-child{
    padding: 6px 10px 6px 10px;
    background: #005AAA;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.work-eng-solutions-unwrap-title span:last-child{
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-top: 33px solid #005AAA;
    border-right: 38px solid transparent;
}
.work-eng-solutions-unwrap span:last-child,
.work-eng-solutions-unwrap a{
    padding: 6px 10px 6px 10px;
    background: #005AAA;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.work-eng-solutions-unwrap span:last-child:hover,
.work-eng-solutions-unwrap a:hover{
    color: #d4e2ef;
    transition: ease 0.3s;
}
.no-active span:last-child:before {
    content: '' !important;
}
.no-active span:last-child{
    padding: 4px 20px !important;
}


.work-eng-solutions__item{
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    height: 100%;
    object-fit: cover;
}
.work-eng-photo{
    display: block;
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1;
}
.work-eng-sub-photo{
    display: block;
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
}
.work-eng-solutions__link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    user-select: none;
}
.work-eng-solutions__btn-next{
    right: -38px;
}
.work-eng-solutions__btn-prev{
    left: -38px;
}
.work-eng-solutions__btn-next-obj{
    right: -38px;
}
.work-eng-solutions__btn-prev-obj{
    left: -38px;
}
.work-eng-solutions__btn-next-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-prev-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-next-obj-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-prev-obj-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-eng-solutions__btn-next-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-prev-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-next-obj-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__btn-prev-obj-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-eng-solutions__slider-buttons{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.work-eng-solutions__slider-circles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
.work-eng-solutions__slider-circles span{
    width: 10px;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #ABCAE9;
    margin: 0 10px;
}
.circles-active{
    background: #005AAA !important;
    transition: ease 0.2s;
}

.project-work__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    position: absolute;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.project-work__btn:hover{
    background: #ABCAE9;
    color: #ffffff;
}



@media (max-width: 1400px) {
    .project-work__btn{
        display: none !important;
    }
}

@media (max-width: 900px) {
    .work-objects__container {
        margin-bottom: 50px !important;
    }
    .work-eng-solutions__header{
        font-size: 24px !important;
    }
    .work-eng-solutions__row-2{
        flex-wrap: wrap !important;
        flex-direction: column;
        max-height: 1200px;
    }
    .work-eng-solutions__item{
        width: 100%;
        margin-bottom: 20px;
    }
    .work-eng-solutions__link{
        margin-left: 30px;
        margin-right: 30px;
        width: 100%;
        margin-bottom: 20px;
    }
    .work-eng-solutions__item img{
        width: 100%;
    }
    .work-eng-solutions__link img{
        width: 100%;
    }
    .project-work__btn{
        display: none !important;
    }
    .work-eng-solutions__slider-buttons{
        display: flex;
    }
}
@media (max-width: 600px) {
    .work-head__tab{
        height: 100%;
        flex-wrap: wrap;
    }
    .work-head__tab-wrapper{
        margin: 7px 15px 7px 0;
        font-size: 14px;
    }
    .work-head__tab-middle{
        margin: 7px 15px 7px 0;
        font-size: 14px;
    }
    .work-head__text-container p{
        font-size: 14px;
        margin-top: 20px;
    }
    .work-objects__container{
        margin-bottom: 0 !important;
    }
    .work-eng-solutions__container{
        margin-top: 48px;
    }
    .work-objects__header{
        margin-top: 48px;
    }
    .work-eng-solutions__slider-buttons{
        margin-top: 0;
    }
    .work-objects__header{
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .owl-nav{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
}

.certificates-container {
    margin-top: 40px;
}

.certificates-title {
    font-size: 17px;
    font-weight: 600;
    color: #005AAA;
    margin-bottom: 5px;
}

.certificates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.certificates-list .certificate-item {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #005AAA;
    border: 1px solid #005AAA;
    border-radius: 8px;
    color: #fff;
}
.certificates-list .certificate-item:hover {
    background: #fff;
    color: #005AAA;
}
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    border-radius: 15px;
}
.popup-form button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
}
button.close:focus {
    outline: none;
    background: none;
    border: none;
}
button.close {
    position: relative;
}
button.close:before {
    content: "";
    position: absolute;
    background: url(/local/static/build/img/svg/close-blue.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: unset;
    right: 5px;
    height: 20px;
    width: 20px;
}
.message {
    text-align: center;
}
.message-error {
    color: red;
}

.solution-projects-modal.modal .modal-dialog {
    margin: 80px auto 90px;
    transition: 0.3s ease;
}

@media(max-width: 575px) {
    .solution-projects-modal.modal .modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
    }

    .modal .solution-projects__wrap .sp__projects-list {
        max-height: unset !important;
    }

    .solution-projects-modal.modal .modal-content {
        border-radius: 0;
    }

    .modal .solution-projects__wrap .sp__projects-list .sp__project-item.mb-last-visible {
        margin-bottom: 80px;
    }
}

@media(max-height: 900px) {
    .solution-projects-modal.modal .modal-dialog {
        margin: 0 auto;
        height: 100%;
        width: 100%;
    }

    .modal .solution-projects__wrap .sp__projects-list {
        max-height: unset !important;
    }
}

.solution-projects-modal .modal-title {
    font: bold 20px / 1.3em "Open Sans", sans-serif;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    padding: 0 35px 0 0;
}

.solution-projects-modal.modal .modal-content {
    overflow: hidden;
    height: 100%;
}

.modal .solution-projects__wrap {
    display: flex;
    flex-direction: column;
    height: calc(100% - 46px);
}

.modal .solution-projects__wrap .sp__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0e6ff;
    padding-bottom: 15px;
}

.modal .solution-projects__wrap .sp__tags .sp__tags-item {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #014ea2;
    background: #fff;
    color: #014ea2;
    font-weight: 600;
    padding: 4px 8px;
    line-height: normal;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.modal .solution-projects__wrap .sp__tags .sp__tags-item:hover {
    cursor: pointer;
}
.modal .solution-projects__wrap .sp__tags .sp__tags-item.active {
    background: #014ea2;
    color: #fff;
    transition: 0.3s ease;
}

.modal .solution-projects__wrap .sp__projects-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none;

    max-height: calc(100vh - 30px - 80px - 90px - 25px - 120px);
}

.modal .solution-projects__wrap .sp__projects-list::-webkit-scrollbar {
    display: none;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0, 90, 170, 0.3);
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__img img {
    width: 100%;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__title {
    width: fit-content;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__description {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    margin-top: 10px;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__properties {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    gap: 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__properties .sp-project-item__property {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    font-size: 16px;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__properties .sp-project-item__property .sp-project-item__property-name {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: fit-content;
    color: #000;
    font-weight: 700;
}

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__properties .sp-project-item__property .sp-project-item__property-value {
    display: list-item;
    list-style-position: inside;
}
.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__properties .sp-project-item__property .sp-project-item__property-value::marker {
    color: #014ea2;
}

/* old variant
.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__link {
    width: fit-content;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: auto;
}*/

.modal .solution-projects__wrap .sp__projects-list .sp__project-item .sp-project-item__content .sp-project-item__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 303px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 10px 33px;
    background: rgb(0, 90, 170);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 90, 170);
    border-image: initial;
    border-radius: 8px;
    text-decoration: none;
    margin: 15px auto 0;
}

/* Модал "Опросные листы. Файлы" */
.questionnaires-files-modal.modal .modal-dialog {
    top: 30%;
    margin: 80px auto 90px;
    transition: 0.3s ease;
    max-width: 1100px;
}
.questionnaires-files-modal.modal .modal-dialog .modal-content {
    border-radius: 8px;
    padding: 25px 30px 30px;
}
.questionnaires-files-modal.modal button.close {
    position: absolute;
    right: 20px;
}
.questionnaires-files-modal.modal .modal-title {
    font-size: 28px;
    margin-bottom: 24px;
}

.price-lists__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    line-height: 0;
}

.price-lists__wrap--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}

@media only screen and (max-width: 550px) {
    .price-lists__wrap {
        margin-right: 0;
    }
}

.price-lists__element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0;
    padding-right: 20px;
    width: 50%;
}

.price-lists__element:nth-child(3n+3) {
    clear: left;
}

.price-lists__element--sale .price-info__title {
    font: 500 22px/120% "Open Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
    .questionnaires-files-modal.modal .modal-dialog {
        top: 15%;
    }
}

@media only screen and (max-width: 800px) {
    .price-lists__element {
        width: 50%;
    }

    .price-lists__element:nth-child(3n+3) {
        clear: none;
    }

    .price-lists__element:nth-child(odd) {
        clear: left;
    }
}

@media only screen and (max-width: 640px) {
    .questionnaires-files-modal.modal button.close {
        right: 20px;
        top: 20px;
    }

    .questionnaires-files-modal.modal .modal-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .questionnaires-files-modal.modal .modal-dialog .modal-content {
        padding: 15px 15px 20px;
    }

    .price-lists__element.certificate-links__element {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
    .price-lists__element {
        width: 100%;
        padding-right: 0;
    }

    .price-lists__element:nth-child(odd) {
        clear: none;
    }
}

@media screen and (max-width: 540px) {
    .work-head__btns-container .work-head__link {
        width: 100%;
    }
}

.price-lists__element.certificate-links__element {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    padding: 5px 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 90, 170, 0.3);
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.price-icon {
    position: relative;
    float: left;
    vertical-align: top;
    padding: 0 15px 0 0;
    flex-shrink: 0;
}

/* legacy pdf icon */
/*.price-icon__pdf {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/pdf.png);
    display: inline-block;
}*/

.price-icon__zip {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/zip.png);
    display: inline-block;
}

.price-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
}

.price-info__title {
    font: 500 16px/120% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.price-info__block {
    position: relative;
    display: block;
    cursor: default;
}

.price-info__size, .price-info__data {
    font: 300 12px/120% "Open Sans", sans-serif;
    color: #515151;
    display: inline-block;
}

.price-info__data {
    margin: 0;
}

.price-info__link {
    font: 400 15px/120% "Open Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 3px;
}

.price-picture {
    position: relative;
    margin: 0 0 15px 0;
}

.price-picture__img {
    max-width: 100px;
}
/* End */


/* Start:/local/static/build/css/global/owl.carousel.min.css?17712935623351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/static/build/css/global/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/static/build/css/global/owl.theme.default.min.css?17712935621013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#ABCAE9;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#005AAA;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#ABCAE9;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#005AAA}
/* End */
/* /local/templates/.default/components/bitrix/news/industry/bitrix/news.detail/vent_apartments_cottages/style.css?178878767540334 */
/* /local/static/build/css/global/owl.carousel.min.css?17712935623351 */
/* /local/static/build/css/global/owl.theme.default.min.css?17712935621013 */
