

/* Start:/local/templates/tnvst/components/bitrix/news.list/main_banner/style.css?17882319235771*/
.main-banner {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 -50vw;
}

.main-banner__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0d453d;
}

.main-banner__slide {
    position: relative;
    min-height: clamp(520px, 47.5vw, 684px);
    overflow: hidden;
}

.main-banner__media {
    position: absolute;
    inset: 0;
    display: block;
}

.main-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(6, 52, 47, .38) 0%, rgba(6, 52, 47, .12) 48%, transparent 70%);
}

.main-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    min-height: clamp(520px, 47.5vw, 684px);
    padding-top: 48px;
    padding-bottom: 48px;
    color: #fff;
}

.main-banner__content > .main-banner__eyebrow,
.main-banner__content > .main-banner__title,
.main-banner__content > .main-banner__subtitle,
.main-banner__content > .main-banner__actions {
    width: 55%;
}

.main-banner__eyebrow {
    margin-bottom: 12px;
    color: #a9f1ee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.main-banner__eyebrow::before {
    content: "// ";
}

.main-banner__title {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.main-banner__subtitle {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 19px;
    line-height: 1.28;
}

.main-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 38px;
}

.main-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 201px;
    min-height: 56px;
    padding: 12px 22px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.main-banner__button--primary {
    background: #fff;
    color: #073f3c;
}

.main-banner__button--secondary {
    background: transparent;
    color: #fff;
}

.main-banner__button:hover,
.main-banner__button:focus-visible {
    border-color: #fff;
    background: #e9f6f5;
    color: #073f3c;
    text-decoration: none;
    transform: translateY(-1px);
}

.main-banner__pagination {
    display: none !important;
}

.main-banner__pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .7;
}

.main-banner__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.main-banner .main-banner__navigation {
    width: 32px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    transition: opacity .2s ease;
}

.main-banner .main-banner__navigation::after {
    font-size: 20px;
}

.main-banner .main-banner__navigation:hover,
.main-banner .main-banner__navigation:focus,
.main-banner .main-banner__navigation:focus-visible,
.main-banner .main-banner__navigation:active {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.main-banner__slider:hover .main-banner__navigation,
.main-banner .main-banner__navigation:focus-visible {
    opacity: 1;
}

@media (max-width: 991px) {
    .main-banner__content > .main-banner__eyebrow,
    .main-banner__content > .main-banner__title,
    .main-banner__content > .main-banner__subtitle,
    .main-banner__content > .main-banner__actions {
        width: 66%;
    }

    .main-banner__title {
        font-size: clamp(36px, 5vw, 48px);
    }
}

@media (max-width: 767px) {
    .main-banner {
        position: relative;
        left: 50%;
        width: 100vw;
        max-width: none;
        margin-bottom: 0;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .main-banner,
    .main-banner__slider,
    .main-banner__slide {
        border-radius: 0;
    }

    .main-banner__slide,
    .main-banner__content {
        min-height: 520px;
    }

    .main-banner__overlay {
        background: linear-gradient(90deg, rgba(5, 47, 43, .86), rgba(5, 47, 43, .5));
    }

    .main-banner__content {
        justify-content: flex-end;
        width: 100%;
        max-width: none;
        padding: 40px 20px 56px;
    }

    .main-banner__content > .main-banner__eyebrow,
    .main-banner__content > .main-banner__title,
    .main-banner__content > .main-banner__subtitle,
    .main-banner__content > .main-banner__actions {
        width: 100%;
    }

    .main-banner__eyebrow {
        font-size: 11px;
    }

    .main-banner__title {
        font-size: 34px;
    }

    .main-banner__subtitle {
        font-size: 16px;
    }

    .main-banner__actions {
        width: 100%;
        margin-top: 26px;
    }

    .main-banner__button {
        flex: 1 1 190px;
    }

    .main-banner .main-banner__navigation {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-banner__title {
        font-size: 30px;
    }

    .main-banner__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-banner__button,
    .main-banner .main-banner__navigation {
        transition: none;
    }
}

/* End */


/* Start:/local/templates/tnvst/components/bitrix/catalog.section/top-slider/style.css?178822914012355*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

/* ===== Топ-слайдер: микрозазор, чтобы не резалась правая граница карточки ===== */

.swiper.swiper-catalog.js-top-products-slider .swiper-slide {
    box-sizing: border-box;
    padding-right: 1px;
}

.swiper.swiper-catalog.js-top-products-slider .product-item-container,
.swiper.swiper-catalog.js-top-products-slider .product-item {
    box-sizing: border-box;
}

/* Секция топ-товаров на главной */
.top-products {
    padding: 54px 0 64px;
    overflow: visible !important;
    background: #fff;
}

.top-products__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.top-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.top-products__title {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(32px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #003f3c;
}

.top-products__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 12px 24px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ff5108;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.top-products__all:hover {
    background-color: transparent;
    color: #ff5108;
    border-color: #ff5108;
    text-decoration: none;
}

.top-products__slider {
    position: relative;
    width: 100%;
    padding: 0 4px 4px;
    box-sizing: border-box;
}

.top-products__slide {
    display: flex;
    height: auto;
    box-sizing: border-box;
}

.top-products__slider .product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 468px;
    padding: 18px 24px 24px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.top-products .top-products__slider .product-item__availability {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 4px;
    width: auto;
    min-width: 119px;
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #252525;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.top-products .top-products__slider .product-item__availability--stock {
    background: #e9faed;
    border-color: #ddf4e2;
    color: #183c22;
}

.top-products .top-products__slider .product-item__availability--stock svg {
    color: #00a714;
}

.top-products .top-products__slider .product-item__availability--discontinued {
    background: #ededed;
    border-color: #d9d9d9;
}

.top-products .top-products__slider .product-item__availability--order {
    background: #fff6df;
    border-color: #ffedbe;
}

.top-products__slider .product-item__availability-clock {
    position: relative;
    width: 14px;
    height: 14px;
    border: 2px solid #f2ae00;
    border-radius: 50%;
    box-sizing: border-box;
}

.top-products__slider .product-item__availability-clock::before,
.top-products__slider .product-item__availability-clock::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 1px;
    height: 4px;
    background: #f2ae00;
    transform-origin: bottom center;
}

.top-products__slider .product-item__availability-clock::after {
    transform: rotate(125deg);
}

.top-products__slider .product-item__img {
    width: 100%;
    height: 170px;
    margin: 8px 0 16px;
}

.top-products__slider .product-item:has(.product-item__availability--discontinued) .product-item__img {
    border-bottom: 1px solid #d7d7d7;
}

.top-products .top-products__slider .product-item__article {
    margin: 0 0 18px;
    color: #9a9a9a;
    font-size: 17px;
    line-height: 1.2;
}

.top-products .top-products__slider .product-item__name {
    height: 62px;
    padding: 0;
    margin: 0 0 10px;
    color: #001818;
    font-size: 17px;
    line-height: 1.2;
}

.top-products__slider .product-item__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 2px;
}

.top-products .top-products__slider .product-item__price .actual_price {
    flex: 0 0 auto;
    margin: 0;
    color: #001818;
    font-size: 20px;
    font-weight: 700;
}

.top-products .top-products__slider .product-item__price .discount_percent {
    order: -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 33px;
    min-height: 25px;
    margin: 0;
    padding: 4px;
    border-radius: 5px;
    background: #ff383c;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.top-products .top-products__slider .product-item__price .discount_percent + .actual_price,
.top-products .top-products__slider .product-item__price .discount_percent + .actual_price b {
    color: #ff3e42;
}

.top-products .top-products__slider .product-item__price .old_price {
    margin: 0;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: line-through;
}

.top-products .top-products__slider .product-item__nds {
    margin-bottom: 14px;
    font-size: 14px;
}

.top-products__slider .product-item__buttons a {
    height: 49px;
    border: 0;
    border-radius: 4px;
    background: #ff570d;
    font-size: 18px;
    font-weight: 600;
    line-height: 49px;
}

.top-products__slider .product-item__buttons a:hover,
.top-products__slider .product-item__buttons a:focus {
    background: #df4300;
}

.top-products__slider .product-item__buttons {
    margin-top: auto;
}

.swiper-button-next.top-products__arrow.top-products__arrow--next,
.swiper-button-prev.top-products__arrow.top-products__arrow--prev {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.swiper-button-next.top-products__arrow.top-products__arrow--next:hover,
.swiper-button-prev.top-products__arrow.top-products__arrow--prev:hover {
    color: var(--dark-green);
}

/* Геометрия и навигация Swiper этого компонента. */
.swiper.top-products__slider.js-top-products-slider {
    --button-size: 40px;
    --button-gap: 20px;
    --side-space: calc(var(--button-size) + var(--button-gap));

    position: relative;
    width: calc(100% + var(--side-space) * 2);
    margin-left: calc(var(--side-space) * -1);
    padding-right: var(--side-space);
    padding-left: var(--side-space);
    box-sizing: border-box;
    overflow: hidden !important;
}

.swiper.top-products__slider.js-top-products-slider .swiper-slide {
    min-width: 0;
    height: auto;
    box-sizing: border-box;
}

.swiper.top-products__slider.js-top-products-slider .product-item-container,
.swiper.top-products__slider.js-top-products-slider .product-item {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.swiper.top-products__slider.js-top-products-slider::before,
.swiper.top-products__slider.js-top-products-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--side-space);
    background-color: #fff;
    z-index: 2;
    pointer-events: none;
}

.swiper.top-products__slider.js-top-products-slider::before {
    left: 0;
}

.swiper.top-products__slider.js-top-products-slider::after {
    right: 0;
}

.swiper.top-products__slider.js-top-products-slider > .swiper-button-prev,
.swiper.top-products__slider.js-top-products-slider > .swiper-button-next {
    width: var(--button-size);
    height: var(--button-size);
    margin-top: calc(var(--button-size) / -2);
    z-index: 3;
}

.swiper.top-products__slider.js-top-products-slider > .swiper-button-prev {
    left: 0;
}

.swiper.top-products__slider.js-top-products-slider > .swiper-button-next {
    right: 0;
}

.swiper.top-products__slider.js-top-products-slider > .swiper-button-prev::after,
.swiper.top-products__slider.js-top-products-slider > .swiper-button-next::after {
    font-size: 20px;
    color: #007d7b;
}

.swiper.top-products__slider.js-top-products-slider > .swiper-pagination {
    display: none;
}

@media (max-width: 991px) {
    .swiper.top-products__slider.js-top-products-slider {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .swiper.top-products__slider.js-top-products-slider::before,
    .swiper.top-products__slider.js-top-products-slider::after {
        width: 15px;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-prev {
        left: -15px;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-next {
        right: -15px;
    }
}

/* На мобильных кнопка раздела располагается после слайдера. */
@media (max-width: 767px) {
    .top-products {
        padding: 24px 0 32px;
    }

    .top-products > .top-products__container {
        display: flex !important;
        flex-direction: column !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    .top-products > .top-products__container > .top-products__header {
        display: contents !important;
    }

    .top-products > .top-products__container .top-products__title {
        order: 0 !important;
        margin-bottom: 16px;
        font-size: 26px;
    }

    .top-products > .top-products__container > .top-products__slider {
        order: 2 !important;
    }

    .top-products > .top-products__container .top-products__all {
        order: 3 !important;
        align-self: stretch;
        width: 100%;
        margin-top: 16px;
        min-height: 44px;
        padding: 12px 20px;
        border: 1px solid #ff5108;
        border-radius: 4px;
    }

    .top-products > .top-products__container .top-products__all:hover {
        background: #ff5108;
        color: #fff;
        text-decoration: none;
    }

    .top-products__slider .product-item {
        min-height: 0;
    }

    .swiper.top-products__slider.js-top-products-slider {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 0 0 48px;
        overflow: hidden !important;
        box-sizing: border-box;
    }

    .swiper.top-products__slider.js-top-products-slider::before,
    .swiper.top-products__slider.js-top-products-slider::after {
        display: none;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-prev,
    .swiper.top-products__slider.js-top-products-slider > .swiper-button-next {
        display: flex;
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
        margin-top: 0;
        z-index: 10;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-prev {
        right: auto;
        left: 0;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-next {
        right: 0;
        left: auto;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-button-prev::after,
    .swiper.top-products__slider.js-top-products-slider > .swiper-button-next::after {
        font-size: 18px;
    }

    .swiper.top-products__slider.js-top-products-slider > .swiper-pagination {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        right: 40px !important;
        bottom: 13px !important;
        left: 40px !important;
        width: auto !important;
        height: 14px;
    }

    .swiper.top-products__slider.js-top-products-slider .swiper-pagination-bullet {
        margin: 0 !important;
    }
}

/* End */


/* Start:/local/templates/tnvst/components/bitrix/catalog.section.list/main-page/style.min.css?17879856204431*/
/* Каталог продукции на главной */
.catalog {
    position: relative;
    padding: 76px 0 80px;
    background: #f4f4f4;
    box-shadow: 0 0 0 100vmax #f4f4f4;
    clip-path: inset(0 -100vmax);
}

.catalog__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.catalog__header {
    margin-bottom: 20px;
}

.catalog__eyebrow {
    margin-bottom: 4px;
    color: #ff5108;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.catalog__eyebrow::before {
    content: "// ";
}

.catalog__title {
    margin: 0;
    color: #003d3a;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(34px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.catalog-sections-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.catalog-section-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 240px;
    padding: 24px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    transition: transform .2s ease, box-shadow .2s ease;
}

.catalog-section-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 49, 48, .08);
}

.section-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin: 16px 0 20px;
    padding: 0;
    border-radius: 9px;
    background: #fff0e9;
    box-sizing: border-box;
    line-height: 0;
}

.section-image {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-image-empty {
    background-color: transparent;
}

.section-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
}

.section-title-link {
    display: flex;
    color: inherit;
    text-decoration: none;
}

.section-name {
    min-width: 0;
    color: #003130;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.arrow-icon {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.section-count {
    margin-top: auto;
    padding-top: 16px;
    color: #008f8b;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.catalog-section-card--all {
    justify-content: center;
    background: #8cefed;
    color: #003130;
    font-family: Roboto, Arial, sans-serif;
    text-decoration: none;
}

.catalog-section-card__arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.catalog-section-card__all-title {
    color: #003130;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.catalog-section-card__all-count {
    margin-top: 18px;
    color: #159b97;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .catalog-sections-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .catalog {
        padding: 34px 0 40px;
    }

    .catalog__container {
        padding: 0 16px;
    }

    .catalog__eyebrow {
        font-size: 11px;
    }

    .catalog__title {
        font-size: 28px;
    }

    .catalog-sections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .catalog-section-card {
        min-height: 190px;
        padding: 16px;
        border-radius: 7px;
    }

    .section-image-link {
        width: 42px;
        height: 42px;
        min-height: 42px;
        margin: 12px 0 14px;
    }

    .section-image {
        width: 28px;
        height: 28px;
    }

    .section-name,
    .catalog-section-card__all-title {
        font-size: 15px;
    }

    .section-count,
    .catalog-section-card__all-count {
        font-size: 12px;
    }

    .arrow-icon,
    .catalog-section-card__arrow {
        top: 14px;
        right: 14px;
    }
}

@media (max-width: 380px) {
    .catalog-sections-grid {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/tnvst/components/bitrix/news.list/brands-slider/style.css?17882291428872*/
/* Секция брендов на главной */
.brands {
    padding: 78px 0 76px;
    margin-bottom: 0;
    overflow: visible;
    background: #fff;
}

.brands__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    margin-bottom: 0;
}

.brands__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 24px;
}

.brands__heading {
    min-width: 0;
}

.brands__eyebrow {
    margin-bottom: 4px;
    color: #ff5108;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.brands__eyebrow::before {
    content: "// ";
}

.brands__title {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(32px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #003d3a;
}

.brands__title span {
    color: #ff5108;
}

.brands__subtitle {
    margin: 18px 0 0;
    color: #003d3a;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.brands__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 12px 24px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #ff5108;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.brands__all:hover {
    border-color: #ff5108;
    background: transparent;
    color: #ff5108;
    text-decoration: none;
}

/* Внешняя обёртка держит навигацию за пределами окна Swiper. */
.brands-slider-shell {
    position: relative;
    width: 100%;
}

.brands-slider {
    width: calc(100% + 4px);
    margin: -4px -2px -12px;
    padding: 4px 2px 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.brands-slider__wrapper {
    align-items: stretch;
}

.brands-slider__slide {
    display: flex;
    height: auto;
    box-sizing: border-box;
}

.brands-slider__card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    padding: 18px 25px;
    box-sizing: border-box;
    border: 2px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #073b3e;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

a.brands-slider__card:hover {
    border-color: rgba(255, 81, 8, 0.55);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    color: #ff5108;
    text-decoration: none;
}

.brands-slider__logo {
    display: block;
    width: 150px;
    max-width: 100%;
    height: 75px;
    max-height: 100%;
    object-fit: contain;

    transition: transform 0.25s ease;
}

.brands-slider__card:hover .brands-slider__logo {
    transform: scale(1.06);
}

.brands-slider__name {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.brands-slider-shell > .brands-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #007d7b;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transform: translateY(-50%);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.brands-slider-shell > .brands-slider__arrow--prev {
    right: auto;
    left: -42px;
}

.brands-slider-shell > .brands-slider__arrow--next {
    right: -42px;
    left: auto;
}

.brands-slider-shell > .brands-slider__arrow::after {
    font-family: swiper-icons;
    font-size: 20px;
    font-weight: 600;
    color: currentColor;
}

.brands-slider-shell > .brands-slider__arrow:hover {
    color: #ff5108;
}

.brands-slider__arrow.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.brands-slider__arrow.swiper-button-lock {
    display: none;
}

.brands-slider-shell--locked > .brands-slider__arrow {
    display: none;
}

.brands-slider__pagination {
    display: none;
}

@media (max-width: 1399px) {
    .brands-slider-shell > .brands-slider__arrow--prev {
        left: -24px;
    }

    .brands-slider-shell > .brands-slider__arrow--next {
        right: -24px;
    }
}

@media (max-width: 1199px) {
    .brands__container {
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (max-width: 1024px) {
    .brands__title {
        font-size: 28px;
    }

    .brands__all {
        min-width: 180px;
    }
}

@media (max-width: 767px) {
    .brands {
        padding: 34px 0 38px;
    }

    .brands__header {
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 16px;
    }

    .brands__title {
        font-family: Roboto, Arial, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: .9;
        letter-spacing: -.02em;
    }

    .brands__eyebrow {
        font-size: 11px;
    }

    .brands__subtitle {
        margin-top: 12px;
        font-size: 20px;
    }

    .brands__all {
        min-width: auto;
        min-height: 44px;
        padding: 12px 20px;
        border: 1px solid #ff5108;
        border-radius: 4px;
        background: transparent;
        color: #ff5108;
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }

    .brands__all:hover,
    .brands__all:focus-visible {
        border-color: #ff5108;
        background: #ff5108;
        color: #fff;
        text-decoration: none;
    }

    .brands-slider__card {
        height: 88px;
        padding: 10px 12px;
    }

    .brands-slider__logo {
        max-height: 64px;
    }

    .brands-slider-shell > .brands-slider__arrow {
        width: 22px;
        height: 30px;
    }

    .brands-slider-shell > .brands-slider__arrow--prev {
        left: -24px;
    }

    .brands-slider-shell > .brands-slider__arrow--next {
        right: -24px;
    }


    .brands__container {
        display: flex;
        flex-direction: column;
        padding-right: 1px;
        padding-left: 1px;
    }

    .brands__header {
        display: contents;
    }

    .brands__title {
        order: 0;
        margin-bottom: 0;
    }

    .brands__heading {
        order: 0;
        margin-bottom: 18px;
    }

    .brands__all {
        order: 3;
        width: 100%;

    }

    .brands-slider-shell {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        align-items: center;
        order: 2;
    }

    .brands-slider {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .brands-slider__card {
        height: 80px;
    }

    .brands-slider__logo {
        max-height: 56px;
    }

    .brands-slider__name {
        font-size: 14px;
    }

    .brands-slider__pagination {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        grid-column: 2;
        grid-row: 2;
        display: block;
        width: 68px !important;
        height: 32px;
        margin: 44px auto 12px;
        overflow: hidden;
        transform: none !important;
    }

    .brands-slider__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
        border-radius: 2px;
        background: #007d7b;
        opacity: 1;
    }

    .brands-slider__pagination .swiper-pagination-bullet-active {
        background: #ff5108;
    }

    .brands-slider-shell > .brands-slider__arrow {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        grid-row: 2;
        width: 30px;
        height: 34px;
        margin-top: 8px;
        transform: none;
    }

    .brands-slider-shell > .brands-slider__arrow::after {
        font-size: 17px;
    }

    .brands-slider-shell > .brands-slider__arrow--prev {
        grid-column: 1;
        justify-self: start;
    }

    .brands-slider-shell > .brands-slider__arrow--next {
        grid-column: 3;
        justify-self: end;
    }
}

/* End */


/* Start:/local/templates/tnvst/components/bitrix/news.list/main_solutions/style.css?17879948294189*/
/* Секция решений */
.solutions {
    padding: 40px 0 80px;
    background: #fff;
    /* width: 100vw;
    margin-left: calc(-50vw + 50%); */
}

.solutions__container {
    margin: 0 auto;
    padding: 0 4px;
    box-sizing: border-box;
}

.solutions__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.solutions__title {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #003130;
}

.solutions__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ff5108;
    text-decoration: none;
}
.solutions__all:hover {
    border-color: #ff5108;
    color: #ff5108;
    text-decoration: none;
}

/* Сетка карточек */
.solutions-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Карточка */
.solutions-card {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;          /* чтобы картинка обрезалась по верхним углам */
    display: flex;
    flex-direction: column;
    min-height: 514px;
    height: auto;
    margin-left: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;

    /* Десктоп: 2 карточки с промежутком 20px */
    width: calc((100% - 20px) / 2);
}

/* Картинка */
.solutions-card__image {
    width: 100%;
    min-height: 300px;
    height: 300px;
    flex: 0 0 300px;
    object-fit: cover;
    display: block;
    border-radius: 8px 8px 0 0; /* верхние скругления */
}

/* Контент под картинкой */
.solutions-card__content {
    padding: 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solutions-card__tag {
    align-self: flex-start;
    min-height: 24px;
    padding: 4px 8px;
    border: 1px solid #93f2f0;
    border-radius: 12px;
    background: #a3fffd;
    box-sizing: border-box;
    color: #003d3a;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

/* Заголовок */
.solutions-card__title {
    font-family: Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #001818;
    text-decoration: none;
    transition: color 0.2s;
}
.solutions-card__title:hover {
    color: #005F5C;
}

/* Анонс */
.solutions-card__preview {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #003130;
    margin: 0;
}

/* Ховер-эффект: приподнимание + тень */
.solutions-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

/* ---------- Адаптив ---------- */

/* Планшеты: 2 в ряд */
@media (max-width: 1024px) {
    .solutions-card {
        min-height: 514px;
        height: auto;
        width: calc((100% - 20px) / 2);
        margin-left: 0;
    }
}

/* Мобильные: 1 в ряд */
@media (max-width: 640px) {
    .solutions__header {
        flex-direction: column;
        align-items: stretch;
    }

    .solutions__all {
        width: 100%;
        min-height: 44px;
        border-color: #ff5108;
    }

    .solutions__all:hover,
    .solutions__all:focus-visible {
        background: #ff5108;
        color: #fff;
    }

    .solutions-card {
        width: 100%;
        margin-left: 0;
        height: auto;                /* адаптивная высота */
    }
    .solutions-card__image {
        min-height: 300px;
        height: 300px;
        flex-basis: 300px;
    }
}

/* End */


/* Start:/local/templates/tnvst/components/bitrix/news.list/main_news/style.css?17879954784338*/
.news {
    position: relative;
    padding: 72px 0 86px;
    background: #f4f4f4;
    box-shadow: 0 0 0 100vmax #f4f4f4;
    clip-path: inset(0 -100vmax);
}

.news__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.news__eyebrow {
    margin-bottom: 4px;
    color: #ff5108;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.news__eyebrow::before {
    content: "// ";
}

.news__title {
    margin: 0;
    color: #003130;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(34px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.news__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    box-sizing: border-box;
    color: #ff5108;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.news__all:hover {
    border-color: #ff5108;
    color: #ff5108;
    text-decoration: none;
}

.news-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.news-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 460px;
    padding: 24px;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
}

.news-card__image-link {
    display: block;
    width: 100%;
    height: 158px;
    margin-bottom: 16px;
    overflow: hidden;
}

.news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-card__image-link:hover .news-card__image {
    transform: scale(1.03);
}

.news-card__date {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-height: 28px;
    margin-bottom: 24px;
    padding: 5px 10px;
    border-radius: 0;
    background: #ffe0d2;
    box-sizing: border-box;
    color: #003130;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.news-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
}

.news-card__text {
    flex: 0 0 auto;
}

.news-card__title {
    display: inline-block;
    margin-bottom: 8px;
    color: #003130;
    font-family: "Fira Sans", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-decoration: none;
}

.news-card__title:hover {
    color: #005f5c;
}

.news-card__preview {
    margin: 0;
    color: #003130;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.news-card__more {
    align-self: flex-start;
    margin-top: auto;
    padding: 24px 16px 0;
    color: #009d98;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.news-card__more:hover {
    color: #ff5108;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .news-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .news {
        padding: 36px 0 42px;
    }

    .news__container {
        padding: 0 16px;
    }

    .news__header {
        flex-direction: column;
        align-items: stretch;
    }

    .news__eyebrow {
        font-size: 11px;
    }

    .news__title {
        font-size: 28px;
    }

    .news__all {
        width: 100%;
        min-height: 44px;
        border-color: #ff5108;
    }

    .news__all:hover,
    .news__all:focus-visible {
        background: #ff5108;
        color: #fff;
    }

    .news-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news-card {
        min-height: 0;
        padding: 20px;
    }

    .news-card__image-link {
        height: 170px;
    }

    .news-card__more {
        margin-top: 24px;
    }
}

/* End */
/* /local/templates/tnvst/components/bitrix/news.list/main_banner/style.css?17882319235771 */
/* /local/templates/tnvst/components/bitrix/catalog.section/top-slider/style.css?178822914012355 */
/* /local/templates/tnvst/components/bitrix/catalog.section.list/main-page/style.min.css?17879856204431 */
/* /local/templates/tnvst/components/bitrix/news.list/brands-slider/style.css?17882291428872 */
/* /local/templates/tnvst/components/bitrix/news.list/main_solutions/style.css?17879948294189 */
/* /local/templates/tnvst/components/bitrix/news.list/main_news/style.css?17879954784338 */
