

/* Start:/local/templates/main-page/components/bitrix/news.detail/detail-page/style.css?17618585352056*/
.info_digits {
    display: flex;
}

.info_digits__date {
    color: #FF372D;
    font-size: 2.3rem;
    font-weight: 700;
}

.info_digits__description {
    font-size: .9rem;
}

.cards-3 .card {
    border: 1px solid #fff;
    width: 100%; /* или любая ширина */
    aspect-ratio: 1 / 1; /* ширина : высота = 1:1 → квадрат */
}

.cards-bordered .card {
    border: 0 !important;
}

.cards-bordered .card-img-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    aspect-ratio: 1;
    padding: 10px;
}

.cards-bordered .card-img-top {
    width: auto !important;
}

.cards-3 .card-img-top {
    /*height: 100% !important;*/
}

.cards-3 .card-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d1, transparent);
    z-index: 10;
}

.cards-3 .card-img-overlay {
    /*background: url("/upload/images/main-page/im-1.png") center no-repeat;*/
}

.cards-3 .card-img-overlay h5 {
    font-weight: 600;
    z-index: 11;
}

.landing-slider {
    max-height: 800px;
}

.landing-slider .carousel {
    height: 70vh;
    overflow: hidden;
}

.landing-slider .carousel-inner,
.landing-slider .carousel-item {
    height: 100%;
}

.landing-slider .carousel-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.landing-slider .carousel-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-slider .carousel-caption {
    position: absolute;
    right: inherit;
    top: 20px;
    left: 15%;
}

.landing-slider h5 {
    background: #000;
    padding: 10px 15px;
    font-size: 2rem;
}

.landing-slider .carousel-control-next-icon, .landing-slider .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
/* End */
/* /local/templates/main-page/components/bitrix/news.detail/detail-page/style.css?17618585352056 */
