

/* Start:/local/templates/2026/components/bitrix/news.list/bannerlord/style.css?17769556124532*/
#BannersCarousel {
    position: relative;
}

#BannersCarousel .carousel-item {
    height: 780px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 0.6s ease-in-out;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('/local/templates/2026/images/squared-rotated.png');
    background-repeat: repeat-x;
    background-position: top;
}

.carousel-content {
    backdrop-filter: blur(0.02px);
    min-height: 312px;
    padding: 22px;
    width: 450px;
    border: solid 1px #8E8792;
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('/local/templates/2026/images/ellipse11.png'), url('/local/templates/2026/images/ellipse12.png'), url('/local/templates/2026/images/ellipse13.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, right 0px bottom 0px, right 15px bottom 70px;
    margin: 0 auto;
}

.carousel-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.carousel-anounce {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #f0f0f0;
}

.carousel-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(90deg, #DE1800 0%, #FF8104 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.carousel-btn:hover {
    background: linear-gradient(90deg, #DE1800 0%, #ee5203 100%);
    color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    transition: opacity 0.15s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}

/* Стили для картинки под блоком (без курсора и эффектов) */
.carousel-scroll-image {
    text-align: center;
    margin-top: 30px;
}

.carousel-scroll-image img {
    width: auto;
    height: auto;
}

/* Контейнер для маркеров вне карусели */
.carousel-indicators-container {
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
    z-index: 10;
}

/* Стили для точек-маркеров */
.carousel-indicators-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: transparent;
}

.carousel-indicators-custom button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 1;
}

.carousel-indicators-custom button.active {
    background-color: #ffffff;
    transform: scale(1.2);
}

.carousel-indicators-custom button:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

/* ========== ДЕСКТОПНАЯ ВЕРСИЯ (базовые стили) ========== */
#BannersCarousel,
#BannersCarousel .carousel-item {
    height: calc(100vh - 120px);
}

.carousel-indicators-container {
    margin-top: -50px;
}

/* ========== ПЛАНШЕТЫ ========== */
@media (max-width: 992px) {
    #BannersCarousel,
    #BannersCarousel .carousel-item {
        height: calc(100vh - 88px);
    }

    .carousel-content {
        width: 400px;
        min-height: 280px;
    }

    .carousel-indicators-container {
        margin-top: -40px;
    }

    .carousel-scroll-image {
        margin-top: 20px;
    }
}

/* ========== МОБИЛЬНАЯ ВЕРСИЯ ========== */
@media (max-width: 576px) {
    #BannersCarousel,
    #BannersCarousel .carousel-item {
        height: calc(100vh - 90px);
    }

    .carousel-title {
        font-size: 18px;
    }

    .carousel-anounce {
        font-size: 12px;
    }

    .carousel-btn {
        padding: 8px 20px;
        font-size: 12px;
    }

    .carousel-content {
        padding: 15px;
        min-height: 256px;
        width: auto;
        margin: 0 20px;
    }
    
    .carousel-scroll-image {
        margin-top: 15px;
    }
    
    .carousel-scroll-image img {
        width: 30px;
        height: auto;
    }

    .carousel-indicators-custom {
        gap: 8px;
    }

    .carousel-indicators-custom button {
        width: 10px;
        height: 10px;
        border-width: 1.5px;
    }
}
/* End */


/* Start:/local/templates/2026/components/bitrix/news.list/Selected/style.css?17785983335876*/
/* Flex контейнер */
.news-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Каждый элемент новости */
.news-item {
    width: calc((100% - 2rem) / 3);
    display: flex;
}

/* Контейнер с соотношением сторон */
.aspect-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Для ПК */
@media (min-width: 768px) {
    .aspect-container {
        aspect-ratio: 44 / 50;
    }
    
    .news-card-link {
        display: block;
        flex: 1;
    }

   .selected .news-card {
        border-radius: 0.75rem;
        height: 100%;
        width: 100%;
    }

    /* Первая карточка */
    .first-item .aspect-container {
        justify-content: space-between;
    }

    .first-item .title-plate-desktop {
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 12px;
        flex-shrink: 0;
        padding-left: 20px;
    }

    .first-item .news-card-link {
        flex: 1;
    }

    .first-item .news-card {
        border-radius: 12px;
    }

    /* Последняя карточка */
    .last-item .aspect-container {
        justify-content: space-between;
    }

    .last-item .news-card-link {
        flex: 1;
    }

    .last-item .news-card {
        border-radius: 12px;
    }

    .all-works-plate-desktop {
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-radius: 12px;
        flex-shrink: 0;
        cursor: pointer;
        padding-right: 20px;
        background-color: #FF8100;
    }

    .all-works-plate-desktop a, .all-works-plate-desktop a:hover {
        color: #fff;
    }





.all-works-plate-desktop:hover {
        background-color: #ff6a00 !important;
    }

    .title-plate-desktop {
        background-color: #211E1E !important;
    }

    /* ПК шрифты */
    .news-card-title {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card-properties {
        font-size: 1rem;
        font-weight: 400;
        color: #CDC9CF;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
    }
}

/* Мобильные устройства */
@media (max-width: 767.98px) {
    .news-flex {
        gap: 0.5rem;
    }
    
    .news-item {
        width: calc(50% - 0.25rem);
    }
    
    .news-item.mobile-full {
        width: 100%;
    }
    
    .aspect-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    /* Соотношения сторон для мобильных */
    .news-item:not(.mobile-full) .aspect-container {
        aspect-ratio: 18 / 30;
    }
    
    .news-item.mobile-full .aspect-container {
        aspect-ratio: 37 / 30;
    }
    
 .selected   .news-card-link {
        display: block;
        height: 100%;
    }
    
    .selected .news-card {
        border-radius: 0.75rem;
        height: 100%;
        width: 100%;
    }

    .first-item .title-plate-desktop,
    .all-works-plate-desktop {
        display: none;
    }

    /* Мобильные шрифты */
    .news-card-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card-properties {
        font-size: 12px;
        font-weight: 400;
        color: #CDC9CF;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
    }
}

/* Общие стили карточки */
.news-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
}

/* Масштабируем фон на 15% при наведении */
.news-card:hover .news-card-bg {
    transform: scale(1.15);
}

.news-card-bg {
    transition: transform 0.3s ease;
    background-size: cover;
    background-position: center;
}

/* Контент карточки сверху */
.selected .news-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    pointer-events: none;
}

.news-card-title {
    margin-top: 0;
    margin-bottom: 8px;
    pointer-events: none;
}

/* Стили для свойств */
.news-card-properties {
    pointer-events: none;
}

.news-card-properties .separator {
    margin: 0 6px;
    font-weight: bold;
}

/* Мобильная плашка */
.title-plate-mobile {
    background-color: #211E1E !important;
}

.all-works-plate-mobile {
    background-color: #FF8100 !important;
}

.all-works-plate-mobile a {
    color: #fff;
}

.all-works-plate-mobile:hover {
    background-color: #ff6a00 !important;
}

/* Планшеты - промежуточные размеры */
@media (min-width: 768px) and (max-width: 991.98px) {
    .news-item {
        width: calc(50% - 0.5rem);
    }
    
    .news-card-title {
        font-size: 18px;
    }

    .news-card-properties {
        font-size: 14px;
    }
}

/* Десктопы */
@media (min-width: 992px) {
    /* Стили уже заданы выше */
}

.text-decoration-none {
    text-decoration: none;
}

.title-plate-mobile h3,
.title-plate-desktop h3,
.all-works-plate-mobile h3,
.all-works-plate-desktop h3 {
    font-size: 1.25rem;
}

/* Мобильные шрифты для плашек */
@media (max-width: 767.98px) {
    .title-plate-mobile h3,
    .all-works-plate-mobile h3 {
        font-size: 1rem;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1773207308666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/2026/components/bitrix/news.list/map/style.css?1775302373509*/
ymaps-2-1-79-balloon 

{border-radius: 12px!important;}



.yandex-map-container {
    margin: 20px 0;
    border: none;

    overflow: hidden;
}

.map-balloon {
border-radius: 12px!important;
    max-width: 250px;
}

.map-balloon h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #333;
}

.map-balloon p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
}

.map-balloon a {

    text-decoration: none;
    font-size: 14px;
}

.map-balloon a:hover {
    text-decoration: underline;
}


/* End */
/* /local/templates/2026/components/bitrix/news.list/bannerlord/style.css?17769556124532 */
/* /local/templates/2026/components/bitrix/news.list/Selected/style.css?17785983335876 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1773207308666 */
/* /local/templates/2026/components/bitrix/news.list/map/style.css?1775302373509 */
