

/* Start:/local/templates/.default/components/bitrix/news.list/mainSlider/style.css?17727743831282*/
.first-screen__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-screen__title {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.first-screen__button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #0c2340;
    border: none;
    transition: all 0.3s ease;

    &:hover {
        background-color: #fff;
        color: #0c2340;
    }
}

.first-screen__video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .first-screen__title {
        font-size: 20px;
        margin-bottom: 10px;
        text-shadow: none;
        color: #000;
    }

    .first-screen__button {
        font-size: 14px;
    }

    .first-screen__video video {
        height: unset;
        aspect-ratio: 1/1;
    }

    .first-screen__content {
        position: static;
        padding: 20px 10px 0;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mainProducts/style.css?1707460049356*/
.del-product-moodboard__product-wrapper__discount-price {
    font-size: 14px;
    line-height: 145%;
    color: #8693a2;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    padding-top:20px;
}

@media (max-width: 768px) {
    .del-product-moodboard__product-wrapper__discount-price {
        font-size: 8px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/mainSlider/style.css?17727743831282 */
/* /local/templates/.default/components/bitrix/news.list/mainProducts/style.css?1707460049356 */
