

/* Start:/bitrix/templates/kmt-2024/components/bitrix/news.detail/catalog/style.css?178878090316666*/
.card__tab-docs {
    width: 100%;
}

.docs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-list__item {
    width: 100%;
    margin: 0;
    padding: 0;
}

.docs-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 72px;
    padding: 10px 30px;
    border: 1px solid #abb5c6;
    background-color: #fff;
    color: #142750 !important;
    font-family: Manrope, Arial, sans-serif;
    text-align: left !important;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.tab-reviews__review-form .page-title{

    font-size: 36px;

}

.docs-list__name {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    color: #142750 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left !important;
    overflow-wrap: anywhere;
    opacity: 1 !important;
    visibility: visible !important;
}

.tab-docs .docs-list__item::before,
.tab-docs .docs-list__item::after,
.tab-docs .docs-list__link::before,
.tab-docs .docs-list__link::after,
.tab-docs .docs-list__name::before,
.tab-docs .docs-list__name::after {
    display: none !important;
    content: none !important;
}

.docs-list__download {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #de1500;
    border-radius: 50%;
    transition: color 0.22s ease, transform 0.22s ease;
}

.docs-list__download svg {
    display: block;
    width: 30px;
    height: 30px;
}

.docs-list__link:hover,
.docs-list__link:focus-visible {
    border-color: #de1500;
    background-color: #de1500;
    color: #fff !important;
}

.docs-list__link:hover .docs-list__name,
.docs-list__link:focus-visible .docs-list__name {
    display: block !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.docs-list__link:hover .docs-list__download,
.docs-list__link:focus-visible .docs-list__download {
    color: #fff;
    transform: translateY(2px);
}

.docs-list__link:hover .docs-list__download path,
.docs-list__link:focus-visible .docs-list__download path {
    stroke: #de1500;
}

.docs-list__link:focus-visible {
    outline: 3px solid rgba(222, 21, 0, 0.25);
    outline-offset: 2px;
}

@media (max-width: 850px) {
    .docs-list {
        gap: 8px;
    }

    .docs-list__link {
        min-height: 62px;
        padding: 10px 18px;
        gap: 16px;
    }

    .docs-list__name {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .docs-list__link {
        min-height: 58px;
        padding: 10px 14px;
        gap: 12px;
    }

    .docs-list__name {
        font-size: 15px;
        line-height: 1.35;
    }

    .docs-list__download,
    .docs-list__download svg {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .docs-list__link,
    .docs-list__download {
        transition: none;
    }
}

/* Документы: уникальные классы исключают конфликт со старыми стилями шаблона. */
.card__tab-docs .kmt-documents {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.card__tab-docs .kmt-documents__item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
}

.card__tab-docs .kmt-documents__row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 10px 30px !important;
    border: 1px solid #abb5c6 !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #142750 !important;
    font-family: Manrope, Arial, sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease !important;
}

.card__tab-docs .kmt-documents__title {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    color: #142750 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
    opacity: 1 !important;
    visibility: visible !important;
}

.card__tab-docs .kmt-documents__download {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #de1500 !important;
    background: none !important;
    border-radius: 50% !important;
    transition: color 0.22s ease, transform 0.22s ease !important;
}

.card__tab-docs .kmt-documents__download svg {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
}

.card__tab-docs .kmt-documents__item::before,
.card__tab-docs .kmt-documents__item::after,
.card__tab-docs .kmt-documents__row::before,
.card__tab-docs .kmt-documents__row::after,
.card__tab-docs .kmt-documents__title::before,
.card__tab-docs .kmt-documents__title::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.card__tab-docs .kmt-documents__row:hover,
.card__tab-docs .kmt-documents__row:focus-visible {
    border-color: #de1500 !important;
    background-color: #de1500 !important;
    background-image: none !important;
    color: #fff !important;
}

.card__tab-docs .kmt-documents__row:hover .kmt-documents__title,
.card__tab-docs .kmt-documents__row:focus-visible .kmt-documents__title {
    display: block !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.card__tab-docs .kmt-documents__row:hover .kmt-documents__download,
.card__tab-docs .kmt-documents__row:focus-visible .kmt-documents__download {
    color: #fff !important;
    transform: translateY(2px);
}

.card__tab-docs .kmt-documents__row:hover .kmt-documents__download path,
.card__tab-docs .kmt-documents__row:focus-visible .kmt-documents__download path {
    stroke: #de1500 !important;
}

.card__tab-docs .kmt-documents__row:focus-visible {
    outline: 3px solid rgba(222, 21, 0, 0.25) !important;
    outline-offset: 2px !important;
}

@media (max-width: 850px) {
    .card__tab-docs .kmt-documents {
        gap: 8px !important;
    }

    .card__tab-docs .kmt-documents__row {
        min-height: 62px !important;
        padding: 10px 18px !important;
        gap: 16px !important;
    }

    .card__tab-docs .kmt-documents__title {
        font-size: 16px !important;
    }
}

@media (max-width: 520px) {
    .card__tab-docs .kmt-documents__row {
        min-height: 58px !important;
        padding: 10px 14px !important;
        gap: 12px !important;
    }

    .card__tab-docs .kmt-documents__title {
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .card__tab-docs .kmt-documents__download,
    .card__tab-docs .kmt-documents__download svg {
        width: 28px !important;
        height: 28px !important;
        flex-basis: 28px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card__tab-docs .kmt-documents__row,
    .card__tab-docs .kmt-documents__download {
        transition: none !important;
    }
}

/* Оплата после доставки в компактном лизинговом расчёте. */
.price-block__delivery-payment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    margin-top: 20px;
    color: #445774;
    font-family: Manrope, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
}

.price-block__delivery-payment-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

.price-block__delivery-payment-box {
    position: relative;
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #abb5c6;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.price-block__delivery-payment:hover .price-block__delivery-payment-box {
    border-color: #e2190c;
}

.price-block__delivery-payment-input:checked + .price-block__delivery-payment-box {
    border-color: #e2190c;
    background-color: #e2190c;
}

.price-block__delivery-payment-input:checked + .price-block__delivery-payment-box::after {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    transform: rotate(45deg);
}

.price-block__delivery-payment-input:focus-visible + .price-block__delivery-payment-box {
    outline: 3px solid rgba(226, 25, 12, 0.22);
    outline-offset: 2px;
}

@media (max-width: 850px) {
    .price-block__delivery-payment {
        width: 100%;
        margin-top: 16px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .price-block__delivery-payment-box {
        transition: none;
    }
}

/* Полноширинный блок преимуществ гарантии между карточкой товара и отзывами. */
.product-guarantee-section {
    width: 100%;
    margin-top: 100px;
}

.product-guarantee-section__footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 42px;
}

.product-guarantee-section__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 271px;
    min-height: 51px;
    padding: 10px 24px;
    border: 1px solid #de1500;
    border-radius: 3px;
    background-color: transparent;
    color: #de1500;
    font-family: Manrope, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.product-guarantee-section__more:hover,
.product-guarantee-section__more:focus-visible {
    background-color: #de1500;
    color: #fff;
}

.product-guarantee-section__more:focus-visible {
    outline: 3px solid rgba(222, 21, 0, 0.22);
    outline-offset: 2px;
}

.product-main-reviews {
    width: 100%;
    margin-top: 80px;
}

.product-main-reviews + .container.no-print {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .product-guarantee-section {
        margin-top: 70px;
    }

    .product-main-reviews {
        margin-top: 60px;
    }

    .product-main-reviews + .container.no-print {
        margin-top: 60px;
    }
}

@media (max-width: 600px) {
    .product-guarantee-section {
        margin-top: 44px;
    }

    .product-guarantee-section__footer {
        margin-top: 28px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .product-guarantee-section__more {
        width: 100%;
        min-height: 48px;
    }

    .product-main-reviews {
        margin-top: 44px;
    }

    .product-main-reviews + .container.no-print {
        margin-top: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-guarantee-section__more {
        transition: none;
    }
}

/* Форма отзыва под карточкой товара: расположение как в макете. */
.product-reviews-section .tab-reviews__review-form {
    width: 100%;
    min-width: 0;
    padding-top: 0px;
    border-top: 0px;
}

.product-reviews-section .review-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-flow: row;
    column-gap: 12px;
    row-gap: 12px;
    width: 100%;
    min-width: 0;
}

/* Имя, организация и рейтинг — левая половина верхней строки. */
.product-reviews-section .review-form > .review-form__info:first-of-type {
    display: grid !important;
    grid-template-columns: minmax(130px, 0.8fr) minmax(200px, 1.25fr) auto;
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
}

/* Телефон и e-mail — правая половина верхней строки. */
.product-reviews-section .review-form > .review-form__info:nth-of-type(2) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
}

.product-reviews-section .review-form__info .review-form__item,
.product-reviews-section .review-form__info input,
.product-reviews-section .review-form__info .phone-outer-wrapper,
.product-reviews-section .review-form__info .js-phone-wrapper {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

.product-reviews-section .review-rating__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    margin: 0 !important;
    white-space: nowrap;
}

/* Большое поле отзыва располагается слева. */
.product-reviews-section .review-form > .review-form__review {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
}

.product-reviews-section .review-form__review .review-form__item,
.product-reviews-section .review-form__review textarea {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

/* Загрузка фотографий располагается справа от текста отзыва. */
.product-reviews-section .review-form > .review-form__file {
    grid-column: 2;
    grid-row: 2 / span 4;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
}

.product-reviews-section .review-form__file-section {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.product-reviews-section .review-form__desc {
    min-width: 0;
}

/* Согласия и кнопка остаются под полем отзыва, как в макете. */
.product-reviews-section .review-form > .popup__checkbox-label,
.product-reviews-section .review-form > .review-form__btn {
    grid-column: 1;
    justify-self: start;
    margin-top: 0 !important;
}

@media (max-width: 1100px) {
    .product-reviews-section .review-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-reviews-section .review-form > .review-form__info:first-of-type,
    .product-reviews-section .review-form > .review-form__info:nth-of-type(2),
    .product-reviews-section .review-form > .review-form__review,
    .product-reviews-section .review-form > .review-form__file,
    .product-reviews-section .review-form > .popup__checkbox-label,
    .product-reviews-section .review-form > .review-form__btn {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 700px) {
    .product-reviews-section .review-form,
    .product-reviews-section .review-form > .review-form__info:first-of-type,
    .product-reviews-section .review-form > .review-form__info:nth-of-type(2) {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-reviews-section .review-rating__stars {
        justify-content: flex-start;
        min-width: 0;
    }

    .product-reviews-section .review-form__file-section {
        align-items: center;
    }

    .product-reviews-section .review-form > .review-form__btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .product-reviews-section .review-form__file-section {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* End */


/* Start:/bitrix/templates/kmt-2024/dist/js/libs/nouislider/nouislider.min.css?17694207053603*/
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1;cursor: pointer;}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px;cursor: pointer;outline: none;}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/bitrix/templates/kmt-2024/components/bitrix/news.list/service-faq-main/style.css?1788416111755*/
.mainFaq {
    margin-bottom: 0 !important;
    padding: 58px 0 38px;
}

.mainFaq .front-block__row {
    margin-bottom: 30px;
}

.mainFaq .front-block__title {
    margin: 0;
}

.mainFaq .questionList {
    margin-bottom: 0;
}

.mainFaq + .front-block.front-block_pt {
    padding-top: 34px;
}

@media (max-width: 991px) {
    .mainFaq {
        padding: 46px 0 28px;
    }

    .mainFaq .front-block__row {
        margin-bottom: 24px;
    }

    .mainFaq + .front-block.front-block_pt {
        padding-top: 26px;
    }
}

@media (max-width: 575px) {
    .mainFaq {
        padding: 36px 0 22px;
    }

    .mainFaq .front-block__row {
        margin-bottom: 18px;
    }

    .mainFaq + .front-block.front-block_pt {
        padding-top: 20px;
    }
}

/* End */


/* Start:/bitrix/templates/kmt-2024/components/bitrix/news.list/cases-product/style.css?17887809038087*/
.casesProduct {
    overflow: hidden;
}

.casesProduct__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.casesProduct__heading {
    min-width: 0;
}

.casesProduct__title {
    margin: 0;
    color: #0c244a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.casesProduct__subtitle {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}


/* arrows */

.casesProduct__controls {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

.casesProduct__controls .casesProduct__control {
    position: relative;
    inset: auto;
    display: block;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.casesProduct__controls .casesProduct__control.swiper-button-disabled {
    cursor: default;
}


/* slider */

.casesProduct__slider {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.casesProduct__track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    transition: transform .45s ease;
    will-change: transform;
}

.casesProduct__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
}


/* card — Figma: 1734 × 604 */

.casesProduct__card {
    display: flex;
    width: 100%;
    aspect-ratio: 1734 / 604;
    min-height: 490px;
    max-height: 604px;
    overflow: hidden;
    border: 1px solid #dfe5ed;
    background: #fff;
}

.casesProduct__content {
    display: flex;
    flex: 0 0 33.75%;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 60px 64px 58px;
}

.casesProduct__main {
    min-width: 0;
}

.casesProduct__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.casesProduct__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 14px 18px;
    border-radius: 6px;
    background: #f1f4f8;
    color: #ed1c0a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.casesProduct__tag_red {
    background: #fff0ee;
    color: #ed1c0a;
}

.casesProduct__name {
    margin: 0 0 40px;
    color: #0c244a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.casesProduct__name a {
    color: inherit;
    text-decoration: none;
}

.casesProduct__name a:hover {
    color: #ed1c0a;
}

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

.casesProduct__customer,
.casesProduct__period {
    margin: 0;
    color: #0c244a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.casesProduct__customer span,
.casesProduct__period span {
    margin-right: 4px;
}

.casesProduct__customer strong,
.casesProduct__period strong {
    color: #0c244a;
    font-weight: 700;
}

.casesProduct__description {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #6f798a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.casesProduct__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 20px;
    margin-top: 36px;
    color: #ed1c0a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.casesProduct__image {
    position: relative;
    display: block;
    flex: 1 1 66.25%;
    min-width: 0;
    overflow: hidden;
    background: #e9edf3;
}

.casesProduct__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform .4s ease;
}

.casesProduct__card:hover .casesProduct__image img {
    transform: scale(1.02);
}


/* arrows in links */

.casesProduct__more span,
.casesProduct__all span {
    position: relative;
    display: block;
    width: 24px;
    height: 10px;
}

.casesProduct__more span::before,
.casesProduct__all span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

.casesProduct__more span::after,
.casesProduct__all span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}


/* bottom button */

.casesProduct__footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.casesProduct__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 12px 20px;
    border: 1px solid #ed1c0a;
    border-radius: 2px;
    color: #ed1c0a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.casesProduct__all:hover {
    background: #ed1c0a;
    color: #fff;
}


/* intermediate desktop */

@media (max-width: 1500px) {
    .casesProduct__content {
        padding: 42px 42px 40px;
    }

    .casesProduct__tags {
        gap: 16px;
        margin-bottom: 30px;
    }

    .casesProduct__name {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .casesProduct__info {
        gap: 20px;
    }
}


/* tablet */

@media (max-width: 1100px) {
    .casesProduct__header {
        margin-bottom: 32px;
    }

    .casesProduct__title {
        font-size: 30px;
    }

    .casesProduct__subtitle {
        font-size: 16px;
    }

    .casesProduct__card {
        aspect-ratio: auto;
        min-height: 460px;
    }

    .casesProduct__content {
        flex-basis: 38%;
        padding: 34px 30px;
    }

    .casesProduct__image {
        flex-basis: 62%;
    }

    .casesProduct__tags {
        margin-bottom: 26px;
    }

    .casesProduct__tag {
        min-height: 36px;
        padding: 10px 13px;
    }

    .casesProduct__name {
        margin-bottom: 26px;
        font-size: 20px;
    }

    .casesProduct__customer,
    .casesProduct__period,
    .casesProduct__description,
    .casesProduct__more {
        font-size: 13px;
    }
}


/* mobile */

@media (max-width: 767px) {
    .casesProduct__header {
        align-items: center;
        margin-bottom: 24px;
    }

    .casesProduct__title {
        font-size: 26px;
    }

    .casesProduct__subtitle {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.4;
    }

    .casesProduct__controls {
        gap: 8px;
    }

    .casesProduct__track {
        gap: 14px;
    }

    .casesProduct__card {
        flex-direction: column-reverse;
        min-height: 0;
        max-height: none;
    }

    .casesProduct__content {
        flex: none;
        min-height: 390px;
        padding: 28px 24px;
    }

    .casesProduct__image {
        flex: none;
        width: 100%;
        height: 260px;
    }

    .casesProduct__tags {
        gap: 12px;
        margin-bottom: 24px;
    }

    .casesProduct__tag {
        min-height: 34px;
        padding: 10px 12px;
    }

    .casesProduct__name {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .casesProduct__info {
        gap: 18px;
    }

    .casesProduct__more {
        margin-top: 28px;
    }

    .casesProduct__footer {
        margin-top: 24px;
    }

    .casesProduct__all {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .casesProduct__title {
        font-size: 24px;
    }

    .casesProduct__subtitle {
        font-size: 13px;
    }

    .casesProduct__content {
        min-height: 360px;
        padding: 24px 18px;
    }

    .casesProduct__image {
        height: 220px;
    }

    .casesProduct__description {
        -webkit-line-clamp: 3;
    }
}

/* End */
/* /bitrix/templates/kmt-2024/components/bitrix/news.detail/catalog/style.css?178878090316666 */
/* /bitrix/templates/kmt-2024/dist/js/libs/nouislider/nouislider.min.css?17694207053603 */
/* /bitrix/templates/kmt-2024/components/bitrix/news.list/service-faq-main/style.css?1788416111755 */
/* /bitrix/templates/kmt-2024/components/bitrix/news.list/cases-product/style.css?17887809038087 */
