

/* Start:/local/templates/new/components/nastart/block/main_screen/style.css?17631346142906*/
/* Базовые стили для showcase с видео */

.showcase {
    min-height: 460px;
}

.showcase__inner {
    min-height: 460px;
}

.showcase__btns .showcase__btn {
    padding: 24px;
    width: 200px;
    height: 70px;
}

.showcase {
    /*min-height: 789px;*/
    /* background: url("/local/templates/new/components/nastart/block/main_screen/../images/sh-1.png") 50% 50%; */ /* Закомментировано - теперь используется видео */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    height: 100%;
    max-height: 620px;
    overflow: hidden;
    margin-bottom: 60px;
}

.showcase__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 800px;
}

.showcase__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 90px 0;
    gap: 15px;
}

.showcase{
    position: relative;
    height: 100%;
    max-height: 620px;
    overflow: hidden;
    margin-bottom: 60px;
}

.showcase__video{
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    display: block;
}

.showcase__video--desktop{
    display: block;
}

.showcase__video--mobile{
    display: none;
}

.showcase .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.showcase .container{
    position: relative;
    height: 100%;
    z-index: 2;
}

/* Адаптивность для мобильных телефонов (планшеты используют десктоп версию) */
@media screen and (max-width: 600px){
    .showcase__video--desktop{
        display: none;
    }
    .showcase__video--mobile{
        display: block;
    }
}

/* Центрирование контента только для мобильных телефонов */
@media screen and (max-width: 600px) {
    .showcase .container {
        padding: 0 20px;
    }

    .showcase {
        min-height: 560px;
        max-height: 560px;
    }

    .showcase__video{
        min-height: 560px;
    }

    .showcase__inner{
        text-align: center;
        align-items: center;
        max-width: 100%;
    }

    .showcase__title{
        text-align: left;
    }

    .showcase__btns{
        justify-content: center;
        width: 100%;
        margin: 20px 0 40px 0;
    }

    .showcase__btns .showcase__btn {
        width: 100%;
        height: 54px;
        padding: 0 10px!important;
    }
}

@media screen and (max-width: 450px){
    .showcase .mask{
        display: flex;
        align-items: center;
    }
}
/* End */


/* Start:/local/components/diamon/banner/templates/.default/style.css?1744880116223*/
.banner_index{
    background-color: var(--main-dk-color);
    margin-bottom: 25px;
}
.banner_index img{
    width: 100%;
    height: auto;
}
.instant-video__player{
    width: 100%;
    pointer-events: none;
}

/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section.list/main_categories/style.css?1758209169466*/
.shop-by-category {
    text-align: center;
    margin: 40px 0;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-item img {
    width: 100%;
    border-radius: 10px;
}
.category-item span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* на мобилках вместо grid будет swiper */
@media (max-width: 768px) {
    .categories-grid {
        display: block;
    }
}

/* End */
/* /local/templates/new/components/nastart/block/main_screen/style.css?17631346142906 */
/* /local/components/diamon/banner/templates/.default/style.css?1744880116223 */
/* /local/templates/new/components/bitrix/catalog.section.list/main_categories/style.css?1758209169466 */
