

/* Start:/local/templates/akron-holding/components/bitrix/news.detail/banner/style.css?17534435371998*/
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 24, 41, 0) 0%, rgba(0, 24, 41, 0.9) 60%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner__wrapper {
    height: 100%;
}

.banner__inner {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 120px;
}

.banner__block {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.banner__block--right {
    align-items: flex-end;
}

.banner__block:first-child {
    max-width: 900px;
}

.banner__block:last-child {
    max-width: 440px;
}

.banner__label {}

.banner__title.title {
    color: #ffffff;
    margin-bottom: 0;
}

.banner__text {
    color: #7F8B93;
}


.banner__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 1023px) {
    .banner {
        max-height: 1020px;
        height: 80vh;
    }

    .banner__title.title {
        word-break: break-word;
    }

    .banner__inner {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 24px;
        padding-bottom: 80px;
    }

    .banner__block {
        gap: 24px;
        width: 100%;
    }

    .banner__block:last-child {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .banner__text {
        max-width: 526px;
    }

}

@media (max-width: 767px) {
    .banner {
        max-height: 800px;
    }

    .banner__inner {
        gap: 16px;
    }

    .banner__block {
        gap: 16px;
    }

    .banner__down-arrow {
        display: none;
    }

}
/* End */


/* Start:/local/templates/akron-holding/components/bitrix/system.pagenavigation/.default/style.css?1753443537942*/
.pagination {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.pagination__list {
    display: flex;
}

.pagination__item {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #001829;
}

.pagination__item.-active {
    border: 1px solid #E00613;
    border-radius: 60px;
}

.pagination__show-more {
    max-width: 440px;
    width: 100%;
}

@media (max-width: 1023px) {
    .pagination__item {
        width: 56px;
        height: 56px;
    }

    .pagination__show-more {
        max-width: 190px;
    }
}

@media (max-width: 767px) {
    .pagination {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .pagination__item {
        width: 40px;
        height: 40px;
    }

    .pagination__show-more {
        max-width: 100%;
        padding: 14px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/akron-holding/components/bitrix/news.list/products/style.css?17534435371187*/
.products {}

.products__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 20px;
}

.products__block {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.products__block:first-child {
    height: 70px;
    display: flex;
    justify-content: flex-end;
}

.products__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.products__item {
    width: calc(25% - 15px);
    padding-top: calc(25% - 15px);
}

.products__item--big {
    width: calc(50% - 10px);
}

@media (max-width: 1367px) {
    .products__item {
        width: calc(33.33333% - 13.333333px);
        padding-top: calc(33.33333% - 13.333333px);
    }

}

@media (max-width: 1023px) {
    .products__block:first-child {
        height: inherit;
    }

    .products__inner {
        gap: 24px;
    }

    .products__block {
        width: 100%;
    }

    .products__item {
        width: calc(50% - 10px);
        padding-top: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .products__item {
        width: 100%;
        padding-top: 75%;
    }

    .products__item--big {
        width: 100%;
        padding-top: 75%;
    }
}
/* End */


/* Start:/local/templates/akron-holding/components/bitrix/news.detail/banner-types/style.css?17534435371266*/

.banner-types {
    padding: 160px 0;
    position: relative;
}

.banner-types__inner {
    display: flex;
    gap: 20px;
}

.banner-types__block {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.banner-types__title {
    font-weight: 500;
    font-size: 192px;
    line-height: 1.04;
    color: #fff;
}

.banner-types__text {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
}

.banner-types__tags {
    margin-top: 35px;
}

.banner-types__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 1367px) {
    .banner-types__inner {
        flex-direction: column;
    }

    .banner-types__block {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .banner-types {
        padding: 110px 0 80px;
    }

    .banner-types__title {
        font-size: 120px;
    }

    .banner-types__text {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-types__title {
        font-size: 80px;
    }

    .banner-types__text {
        font-size: 18px;
        line-height: 1.55;
    }

    .banner-types {
        padding: 90px 0 65px;
    }

}
/* End */


/* Start:/local/templates/akron-holding/components/bitrix/news.list/enterprises/style.css?17534435371257*/
.enterprises {}

.enterprises__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 20px;
}

.enterprises__block {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.enterprises__block:first-child {
    height: 70px;
    display: flex;
    justify-content: flex-end;
}

.enterprises__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.enterprises__item {
    width: calc(25% - 15px);
}

@media (max-width: 1499px) {
    .enterprises__item {
        width: calc(33.33333% - 13.33333px);
    }
}

@media (max-width: 1367px) {
    .enterprises__item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 1023px) {
    .enterprises__inner {
        gap: 24px;
    }

    .enterprises__block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .enterprises__item {
        width: 100%;
    }

    .js-enterprises-slider .enterprises__item {
        /* width: 235px; */
        width: initial;
    }
}

@media (min-width: 768px) {

    .enterprises__list .splide {
        width: 100%;
    }

    .enterprises__list .splide__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        visibility: visible;
    }
}
/* End */


/* Start:/local/templates/akron-holding/components/bitrix/news.list/map/style.css?1753443537199*/
.map-points__yandex {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .map-points__yandex {
        height: calc(100vw - 40px) !important;
    }
}
/* End */
/* /local/templates/akron-holding/components/bitrix/news.detail/banner/style.css?17534435371998 */
/* /local/templates/akron-holding/components/bitrix/system.pagenavigation/.default/style.css?1753443537942 */
/* /local/templates/akron-holding/components/bitrix/news.list/products/style.css?17534435371187 */
/* /local/templates/akron-holding/components/bitrix/news.detail/banner-types/style.css?17534435371266 */
/* /local/templates/akron-holding/components/bitrix/news.list/enterprises/style.css?17534435371257 */
/* /local/templates/akron-holding/components/bitrix/news.list/map/style.css?1753443537199 */
