

/* Start:/local/templates/barkli/components/bitrix/news.list/main_slider/style.css?17657835783126*/
/* ——— ОСНОВНОЙ КОНТЕЙНЕР ——— */
.section-main-slider {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px; /* ниже header */
}

.main-slider {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
}


.swiper-slide {
    position: relative;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25),
    0 5px 10px rgba(0, 0, 0, 0.12);

}

.slider-bg {
    width: 100%;
    height: auto;
    display: block;
}


.parallax-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.slider-bg {
    width: 100%;
    height: auto;
    transform: translateY(0);
    will-change: transform;
}

.slider-content {
    will-change: transform, opacity;
}

.slider-content {
    position: absolute;
    left: 0;
    bottom: 95px; /* было 120, уменьшили */
    max-width: 520px;
    opacity: 0;
    transform: translateY(30px);
}

.slider-subtitle {
    background: #0065AF;
    padding: 18px 22px;
    color: #fff;
    display: inline-block;

    text-decoration: none;
}

.slider-title {
    font-size: 25px;
    font-weight: 400;
    font-family: "SangBleu Sunrise", serif;
    color: #fff;
    margin-bottom: 8px;
    text-decoration: none;
}


.slider-address {
    position: absolute;
    right: 40px;
    bottom: 30px; /* уменьшено */
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
}


.main-slider-pagination {
    position: absolute !important;
    bottom: 35px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.main-slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: url('/local/templates/barkli/img/slider/inactive_romb.svg') center/contain no-repeat;
}

.main-slider-pagination .swiper-pagination-bullet-active {
    background: url('/local/templates/barkli/img/slider/active_romb.svg') center/contain no-repeat;
}


/* ——————————————————————————————
   М О Б И Л Ь Н Ы Й   А Д А П Т И В
—————————————————————————————— */

@media (max-width: 1024px) {

    .section-main-slider {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
    }

    .slider-content {
        bottom: 70px;
        max-width: 80%;
    }

    .slider-title {
        font-size: 22px;
    }

    .slider-subtitle {
        font-size: 15px;
        padding: 14px 18px;
    }

    .slider-address {
        right: 30px;
        bottom: 30px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .section-main-slider {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 55px;
    }

    .slider-address {
        display: none;
    }

    .slider-title {
        line-height: 1.2;
        padding-bottom: 20px;
    }
}

.swiper-slide a,
.swiper-slide,
.slider-subtitle,
.slider-title {
    text-decoration: none !important;
}

/* End */


/* Start:/local/templates/barkli/components/bitrix/news.list/projects_home/style.css?17657848253400*/
.projects {
    padding-left: 60px;
    padding-right: 60px;

    max-width: 1650px;
    margin: 0 auto;
}

.projects__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.projects__title {
    font-size: 30px;
    font-family: "SangBleu Sunrise", serif;
    color: #fff;
}

.projects__all {
    color: #D4BFA1;
    font-size: 18px;
    text-decoration: underline;
    opacity: .8;
}

.projects-slider {
    width: 100%;
}

.project-card__img {
    position: relative;
    width: 100%;

    overflow: hidden;
}

/* Фото */
.project-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Синий градиент */
.project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(7, 32, 61, 0.15) 0%,
            rgba(7, 32, 61, 0.65) 100%
    );
    z-index: 2;
    pointer-events: none;
    transition: opacity .4s ease;
}

/* SVG маска */
.project-card__mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    pointer-events: none;
}

/* Текст поверх всего */
.project-card__info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 4;
    color: #fff;
}

/* Ховер — дорогой эффект */
.project-card:hover .project-card__overlay {
    opacity: 0.85;
}


.project-card__img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transform: scale(1);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);

    backface-visibility: hidden;
}
.project-card:hover .project-card__img img {
    transform: scale(1.04);
}
.project-card__info {
    background: #0065AF;
    padding: 22px;
    color: #fff;
}

.project-card__name {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "SangBleu Sunrise", serif;
}

.project-card__address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

/* Пагинация */
.projects-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.projects-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: url('/local/templates/barkli/img/slider/inactive_romb.svg') center/contain no-repeat;
}

.projects-pagination .swiper-pagination-bullet-active {
    background: url('/local/templates/barkli/img/slider/active_romb.svg') center/contain no-repeat;
}
.project-card{
    cursor: pointer;
}


.btn--primary {
    padding: 16px 40px;
    background: #0c7be0;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
}

.btn--primary:hover {
    background: #0052cc;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
    .btn--primary{
        padding: 8px 12px;
        font-size: 12px;
        right: 20px;
    }
    .project-card__info {
        padding: 12px;
    }

    .projects {
        padding: 0px 20px;
    }


    .projects__title {
        font-size: 22px;
    }

    .project-card__name {
        font-size: 20px;
    }
}
.project-card,
.project-card__img,
.project-card__overlay,
.project-card__info {
    transform: translateZ(0);
}

/* End */


/* Start:/local/templates/barkli/components/bitrix/news.list/awards/style.css?17655484322479*/
.awards {
    padding: 120px 60px;
    max-width: 1650px;
    margin: 0 auto;
}

.awards__head {
    max-width: 900px;
    margin-bottom: 60px;
}

.award-card {
    margin-bottom: 20px;
}

.awards__title {
    font-size: 30px;
    font-family: "SangBleu Sunrise", serif;
    color: #fff;
    margin-bottom: 20px;
}

.awards__desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* === СЛАЙД С ДВУМЯ КАРТОЧКАМИ === */
.awards-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; /* было 40 — мало для такого масштаба */
}


/* карточка */
.award-card__inner {
    background: #ffffff;
    padding: 1px 56px;
    display: flex;
    gap: 40px;
    min-height: 260px;
    vertical-align: center;
    border-radius: 6px;

    box-shadow: 0 20px 40px rgba(7, 32, 61, 0.08),
    0 6px 16px rgba(7, 32, 61, 0.05);
}

.award-card__logo {
    flex: 0 0 160px;
    align-items: flex-start;
    padding-top: 6px;
}

.award-card__logo img {
    max-width: 100%;
    height: auto;
}

.award-card__text {
    font-size: 18px;
    padding-top: 60px;
    line-height: 1.6;
    color: #0F2C47;
}

/* === ПАГИНАЦИЯ === */
.awards-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.awards-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: url('/local/templates/barkli/img/slider/inactive_romb.svg') center/contain no-repeat;
    opacity: 1;
}

.awards-pagination .swiper-pagination-bullet-active {
    background: url('/local/templates/barkli/img/slider/active_romb.svg') center/contain no-repeat;
}

/* === АДАПТИВ === */
@media (max-width: 1024px) {
    .awards-slide {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .award-card__inner {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .awards {
        padding: 40px 20px;
    }

    .awards__title {
        font-size: 22px;
    }

    .award-card__text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .award-card__inner {
        flex-direction: column-reverse; /* 👈 ключевая строка */
        gap: 20px;
    }

    .award-card__logo {
        padding-top: 0;
        text-align: center;
        justify-content: flex-start;
    }

    .award-card__text {
        padding-top: 0;
    }
    .award-card__logo img {
       margin: 0 auto;
    }
}

/* End */


/* Start:/local/components/dmcg/news/templates/.default/style.css?17655501832038*/
/* ===== ABOUT MEDIA ===== */

.about-media {
    padding: 120px 60px;
    max-width: 1650px;
    margin: 0 auto;
}

.about-media__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.about-media__title {
    font-size: 42px;
    font-family: "SangBleu Sunrise", serif;
    color: #fff;
}

.about-media__tabs {
    display: flex;
    gap: 14px;
}

.media-tab {
    padding: 12px 26px;
    border: 1px solid rgba(255,255,255,.3);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.media-tab.is-active {
    background: #2e66a6;
    border-color: #2e66a6;
}

/* ===== GRID ===== */

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

/* ===== CARD ===== */

.media-card {
    text-decoration: none;
    color: #0b1e34;
    position: relative;
}

/* fake browser frame */
.media-card__frame {
    border: 2px solid #2e66a6;
    padding: 12px;
    background: #fff;
}

.media-card__frame img {
    width: 100%;
    display: block;
}

/* title */
.media-card__title {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 24px;
    color: #fff;
    font-family: "SangBleu Sunrise", serif;
}

/* source badge */
.media-card__source {
    margin-top: 18px;
    display: inline-block;
    background: #2e66a6;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
}

/* hover */
.media-card:hover .media-card__frame {
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

/* ===== FILTER ===== */

.media-card.is-hidden {
    display: none;
}

/* ===== ADAPTIVE ===== */

@media (max-width: 1024px) {
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-media {
        padding: 40px 20px;
    }

    .about-media__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-card__title {
        font-size: 15px;
    }
}

/* End */
/* /local/templates/barkli/components/bitrix/news.list/main_slider/style.css?17657835783126 */
/* /local/templates/barkli/components/bitrix/news.list/projects_home/style.css?17657848253400 */
/* /local/templates/barkli/components/bitrix/news.list/awards/style.css?17655484322479 */
/* /local/components/dmcg/news/templates/.default/style.css?17655501832038 */
