

/* Start:/local/templates/novosvetskiy/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17859261804504*/
.home-actions {
    padding: 44px 0;
    background-color: #fff;
}

/* Home actions: editorial heading */
.home-actions--index {
    padding: 84px 0;
}

.home-actions__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-actions--index .home-actions__heading {
    align-items: flex-end;
    margin-bottom: 42px;
}

.home-actions__heading-copy {
    min-width: 0;
}

.home-actions__kicker {
    margin: 0 0 14px;
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.home-actions__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.home-actions__all:hover {
    color: var(--OPTION_BASE_COLOR);
    text-decoration: none;
}

.home-actions__all img {
    display: block;
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.home-actions__all:hover img {
    transform: translateX(3px);
}

.slider_actions {
    padding-bottom: 10px;
}

.slider_actions .item_container {
    height: 320px;
}

.slider_actions .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e5f4ff;
}

.actions-card__background {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.slider_actions .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 27, 48, 0.9) 0%,
        rgba(5, 27, 48, 0.7) 52%,
        rgba(5, 27, 48, 0.16) 100%
    );
}

.actions-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    box-sizing: border-box;
    width: 68%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 34px 38px;
    color: #fff;
}

.actions-card__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 11px;
    border-radius: 15px;
    background-color: var(--OPTION_BASE_COLOR);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.actions-card__title {
    margin: 0;
    color: inherit;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.actions-card__text {
    margin: 14px 0 0;
    color: inherit;
    font-size: 15px;
    line-height: 1.5;
}

.actions-card__button {
    margin-top: 22px;
}

.slider_actions .item_container:hover .actions-card__background {
    transform: scale(1.035);
}

.slider_actions.owl-theme .owl-dots {
    bottom: -18px;
}

@media screen and (max-width: 1348px) {
    .home-actions--index > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media screen and (min-width: 1350px) {
    .slider_actions.owl-theme .owl-nav button.owl-prev {
        left: -65px;
    }

    .slider_actions.owl-theme .owl-nav button.owl-next {
        right: -65px;
    }
}

@media screen and (max-width: 1300px) {
    .slider_actions.owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

    .slider_actions.owl-theme .owl-nav button.owl-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-actions {
        padding: 36px 0;
    }

    .home-actions.home-actions--index {
        padding: 64px 0;
    }

    .home-actions > .content_container {
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-actions__heading {
        align-items: flex-start;
    }

    .home-actions--index .home-actions__heading {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 32px;
    }

    .home-actions__all {
        margin-bottom: 0;
    }

    .slider_actions .item_container {
        height: 350px;
    }

    .actions-card__content {
        width: 86%;
        padding: 28px 24px;
    }

    .actions-card__title {
        font-size: 24px;
    }

    .actions-card__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {

    .actions-card__content {
        width: 100%;
    }

    .slider_actions .item::after {
        background: rgba(5, 27, 48, 0.74);
    }
}

body.SITE_THEME_DARK .home-actions {
    background-color: var(--THEME_DARK_BG_COLOR);
}
/* End */
/* /local/templates/novosvetskiy/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17859261804504 */
