

/* Start:/local/templates/main_new/components/bitrix/news.list/v_index_hero_slider/style.css?17735082003300*/
.index-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--gray-200);
}

.index-hero-slider__slide {
    position: relative;
    height: 630px;
    display: flex !important;
    align-items: flex-start;
}

.index-hero-slider__bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.index-hero-slider__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-hero-slider__overlay-full {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

.index-hero-slider__content {
    position: relative;
    z-index: 3;
    max-width: 1025px;
    color: var(--white);
    margin-top: 60px;
}

.index-hero-slider__counter {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: var(--weight-light);
}

.index-hero-slider__counter .current {
    color: var(--accent);
    font-size: 40px;
}

.index-hero-slider__title {
    font-size: 42px;
    line-height: var(--lh-120);
    margin-bottom: 40px;
    max-width: 750px;
}

.index-hero-slider__subtitle {
    font-size: 18px;
    line-height: var(--lh-150);
    max-width: 750px;
    margin-bottom: 40px;
}

.index-hero-slider__dots-container {
    position: absolute;
    bottom: 64px;
    width: 100%;
    z-index: 4;
}

.index-hero-slider__dots .slick-dots {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.index-hero-slider__dots .slick-dots li {
    flex: 1;
    max-width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.index-hero-slider__dots .slick-dots li.slick-active {
    background: var(--white) !important;
}

.index-hero-slider__dots .slick-dots li:hover {
    background: var(--accent);
}

.index-hero-slider__dots li button {
    display: none;
}

@media (max-width: 1199px) {
    .index-hero-slider__dots-container {
        left: 90px;
        bottom: 56px;
    }

    .index-hero-slider__slide {
        height: 500px;
    }

    .index-hero-slider__title {
        font-size: 36px;
        max-width: 85%;
        margin-bottom: 20px;
    }

    .index-hero-slider__subtitle {
        max-width: 85%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .index-hero-slider__content {
        margin-top: 40px;
        margin-left: 90px;
    }

    .index-hero-slider__dots-container .container {
        max-width: 500px;
        margin: 0;
    }
}

@media (max-width: 960px) {
    .index-hero-slider__title {
        font-size: 30px;
    }
}

@media (max-width: 639px) {
    .index-hero-slider__counter {
        margin-bottom: 10px;
    }

    .index-hero-slider__slide {
        height: 550px;
        align-items: flex-start;
    }

    .index-hero-slider__title {
        font-size: 24px;
        max-width: 90%;
    }

    .index-hero-slider__subtitle {
        font-size: 14px;
        max-width: 90%;
    }

    .index-hero-slider__dots-container {
        left: 50px;
        bottom: 50px;
    }

    .index-hero-slider__dots-container .container {
        padding: 0;
        width: auto;
        max-width: 270px;
        margin: 0;
    }

    .index-hero-slider__content {
        margin-top: 20px;
        margin-left: 35px;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/catalog.section.list/v_index_catalog_tiles/style.css?17737507693956*/
.index-catalog-sections-tiles {
    padding: 87px 0;
}

.index-catalog-sections-tiles__title {
    margin-bottom: 20px;
    margin-top: 0;
}

.index-catalog-sections-tiles__intro {
    font-size: 18px;
    line-height: var(--lh-150);
    max-width: 700px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.index-catalog-sections-tiles__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media (min-width: 960px) {
    .index-catalog-sections-tiles__grid {
        gap: 30px;
    }

    .index-catalog-sections-tiles__item {
        flex-shrink: 0;
        flex-grow: 0;
    }

    .index-catalog-sections-tiles__item:nth-child(5n+1),
    .index-catalog-sections-tiles__item:nth-child(5n+2),
    .index-catalog-sections-tiles__item:nth-child(5n+3) {
        width: calc((100% - 60px) / 3);
    }

    .index-catalog-sections-tiles__item:nth-child(5n+4),
    .index-catalog-sections-tiles__item:nth-child(5n+5) {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 959px) and (min-width: 640px) {
    .index-catalog-sections-tiles__grid {
        gap: 20px;
    }

    .index-catalog-sections-tiles__item {
        width: calc((100% - 20px) / 2);
    }
}

@media(max-width: 959px) {
    .index-catalog-sections-tiles {
        padding: 78px 0;
    }

    .index-catalog-sections-tiles__intro {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}


@media(max-width: 640px) {
    .index-catalog-sections-tiles {
        padding: 68px 0;
    }

    .index-catalog-sections-tiles__intro {
        font-size: 14px;
    }
}

@media (max-width: 639px) {
    .index-catalog-sections-tiles__item {
        width: 100%;
    }
}

.index-catalog-sections-tiles__card {
    display: block;
    position: relative;
    height: 100%;
    background: var(--gray-200);
    overflow: hidden;
    text-decoration: none;
}

.index-catalog-sections-tiles__img-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

@media (max-width: 639px) {
    .index-catalog-sections-tiles__img-container {
        height: 205px;
    }
}

.index-catalog-sections-tiles__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.index-catalog-sections-tiles__overlay {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 2;
}

.index-catalog-sections-tiles__content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.index-catalog-sections-tiles__name {
    color: var(--white);
    font-size: 24px;
    line-height: var(--lh-120);
    font-weight: var(--weight-regular);
    max-width: 220px;
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
}

.index-catalog-sections-tiles__btn {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.index-catalog-sections-tiles__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 3;
}

.index-catalog-sections-tiles__card:hover::after {
    transform: scaleX(1);
}

.index-catalog-sections-tiles__card:hover .index-catalog-sections-tiles__overlay {
    background: rgba(0, 0, 0, 0.25);
}

.index-catalog-sections-tiles__card:hover .index-catalog-sections-tiles__img {
    transform: scale(1.02);
}

.index-catalog-sections-tiles__card:hover .index-catalog-sections-tiles__name {
    margin-bottom: 20px;
}

.index-catalog-sections-tiles__card:hover .index-catalog-sections-tiles__btn {
    opacity: 1;
    height: auto;
    overflow: visible;
    transform: translateY(0);
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/v_index_product_list/style.css?17737514991468*/
.popular-products--bg {
    background-color: var(--gray-bg);
}

.popular-products {
    padding: 87px 0;
}

.popular-products__title {
    margin-bottom: 60px;
    margin-top: 0;
}

.popular-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.product-card__content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

.product-card__btn-fake {
    background: var(--accent);
    color: var(--white);
    transition: opacity 0.3s;
}

.popular-products__bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.btn-all-products {
    color: var(--black);
    text-decoration: none;
    transition: 0.3s;
}

@media (max-width: 959px) {
    .popular-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .popular-products {
        padding: 78px 0;
    }

    .popular-products__title {
        margin-bottom: 40px;
    }

    .product-card {
        padding-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .popular-products {
        padding: 68px 0;
    }

    .popular-products__title {
        margin-bottom: 30px;
    }

    .popular-products__grid {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 30px 15px;
    }

    .product-card {
        padding-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/v_benefits/style.css?17731601081977*/
.benefits-section {
    padding: 87px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-image: url('/local/templates/main_new/components/bitrix/news.list/v_benefits/images/lion-watermark.svg');
    background-repeat: no-repeat;
    background-position: calc(50% - 400px) bottom; 
    background-size: 550px auto;
}

.benefits-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.benefits-title {
    flex: 0 0 380px;
    margin: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    flex-grow: 1;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefit-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background-color: var(--gray-decor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.benefit-text {
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 1360px) {
    .benefits-section {
        background-position: 0 bottom; 
        background-size: 480px auto;
    }
    .benefits-title {
        flex: 0 0 300px;
    }
}

@media (max-width: 960px) {
    .benefits-flex {
        flex-direction: column;
        gap: 30px;
    }
    .benefits-title {
        flex: none;
        width: 100%;
    }
    .benefits-section {
		padding-top: 78px;
        background-size: 400px auto;
        background-position: left bottom;
    }
}

@media (max-width: 640px) {
    .benefits-section {
		padding-top: 68px;
        background-position: center 100%;
        background-size: 320px auto;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 375px) {
    .benefit-card {
        flex-direction: column;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/v_latest_news/style.css?17737535832556*/
.index-news {
    padding: 87px 0 100px;
    border-top: 1px solid var(--border-color);
}

.index-news__title {
    margin-bottom: 60px;
    margin-top: 0;
}

.index-news__bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.btn-more {
    font-weight: var(--weight-regular);
    background: var(--gray-bg);
    color: var(--gray-500);
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-more:hover {
    background: var(--gray-200);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.news-card__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-card__img-wrap {
    width: 100%;
    aspect-ratio: 433 / 260;
    overflow: hidden;
    background-color: var(--gray-bg);
    position: relative;
}

.news-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card__img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 3;
}

.news-card:hover .news-card__img-wrap::after {
    transform: scaleX(1);
}

.news-card:hover img {
    transform: scale(1.02);
}

.news-card__content {
    padding-top: 20px;
}

.news-card__date {
    display: block;
    font-size: 14px;
    color: var(--gray-decor);
    margin-bottom: 10px;
    font-weight: var(--weight-light);
}

.news-card__name {
    font-size: 18px;
    line-height: var(--lh-120);
    color: var(--black);
    font-weight: var(--weight-light);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__link:hover .news-card__name {
    color: var(--accent);
}

@media (max-width: 960px) {
    .index-news {
        padding: 78px 0 60px;
    }

    .index-news__title {
        margin-bottom: 40px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .news-card:nth-child(3) {
        display: none;
    }

    .index-news__bottom {
        margin-top: 50px;
    }
}

@media (max-width: 640px) {
    .index-news {
        padding: 68px 0 50px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 30px 15px;
    }

    .index-news__title {
        margin-bottom: 30px;
    }

    .news-card__name {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/main_new/components/bitrix/news.list/v_index_hero_slider/style.css?17735082003300 */
/* /local/templates/main_new/components/bitrix/catalog.section.list/v_index_catalog_tiles/style.css?17737507693956 */
/* /local/templates/main_new/components/bitrix/news.list/v_index_product_list/style.css?17737514991468 */
/* /local/templates/main_new/components/bitrix/news.list/v_benefits/style.css?17731601081977 */
/* /local/templates/main_new/components/bitrix/news.list/v_latest_news/style.css?17737535832556 */
