

/* Start:/local/templates/stroi_new/components/bitrix/news/rc-template1/bitrix/news.detail/rc_sport_life/style.css?17856960636600*/
/* ============================================
   Стили для шаблона sport-life
   ============================================ */

/* --- Баннер с увеличенной высотой --- */
.main-slider--sport-life .main-slider__image-wrap--big {
    width: 52%;
    min-height: 580px;
}

.main-slider--sport-life .main-slider__image-wrap--big img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1399px) {
    .main-slider--sport-life .main-slider__image-wrap--big {
        width: 100%;
        min-height: 450px;
    }
    .main-slider--sport-life .main-slider__image-wrap--big img {
        position: static;
    }
}

@media (max-width: 1023px) {
    .main-slider--sport-life .main-slider__image-wrap--big {
        width: 100%;
        height: 55vw;
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .main-slider--sport-life .main-slider__image-wrap--big {
        height: 50vw;
        min-height: 250px;
    }
}

/* --- Текстовый блок --- */
.section--sport-life-description {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section--sport-life-description .project-description__text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.section--sport-life-description h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f191a;
}

@media (max-width: 767px) {
    .section--sport-life-description h1 {
        font-size: 22px;
    }
}

/* --- Фотогалерея со слайдером --- */
.section--sport-life-gallery {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section--sport-life-gallery h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1f191a;
}

.sport-gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.sport-gallery__slide {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.sport-gallery__slide:hover {
    transform: scale(1.02);
}

.sport-gallery__slide a {
    display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.sport-gallery__slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sport-gallery__slide a:hover img {
    transform: scale(1.1);
}

.sport-gallery__pagination {
    bottom: 0 !important;
}

.sport-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.sport-gallery__pagination .swiper-pagination-bullet-active {
    background: #e74c18;
}

.sport-gallery__button-prev,
.sport-gallery__button-next {
    color: #e74c18;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.sport-gallery__button-prev:after,
.sport-gallery__button-next:after {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .section--sport-life-gallery h2 {
        font-size: 20px;
    }
    .sport-gallery__slide a {
        height: 250px;
    }
}

/* --- Инфраструктура --- */
.section--sport-life-infrastructure {
    padding: 50px 0;
}

/* --- Документы --- */
.section--sport-life-documents {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section--sport-life-documents h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1f191a;
}

.section--sport-life-documents .documents__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.section--sport-life-documents .documents__item {
    flex: 0 0 auto;
}

.section--sport-life-documents .documents__btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    border: 2px solid #e74c18;
    border-radius: 8px;
    color: #e74c18;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.section--sport-life-documents .documents__btn:hover {
    background: #e74c18;
    color: #fff;
}

@media (max-width: 767px) {
    .section--sport-life-documents h2 {
        font-size: 20px;
    }
    .section--sport-life-documents .documents__btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* --- Форма обратной связи --- */
.section--sport-life-feedback {
    padding: 50px 0;
}

.section--sport-life-feedback .follow-us__wrap {
    background-color: #fff !important;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.section--sport-life-feedback .follow-us__wrap h3 {
    color: #444 !important;
    font-size: 28px;
    margin-bottom: 15px;
}

.section--sport-life-feedback .follow-us__text {
    color: #444 !important;
    font-size: 16px;
    margin-bottom: 25px;
}

.section--sport-life-feedback .follow-us__input-wrap input {
    color: #444 !important;
    border: 1px solid #ddd !important;
    padding-left: 15px !important;
    border-radius: 8px !important;
    height: 50px;
}

.section--sport-life-feedback .follow-us__input-wrap input::placeholder {
    color: #999 !important;
}

.section--sport-life-feedback .follow-us__btn {
    color: #fff !important;
    border: 1px solid #e74c18 !important;
    background-color: #e74c18 !important;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section--sport-life-feedback .follow-us__btn:hover {
    background-color: #d43d0f !important;
    border-color: #d43d0f !important;
}

.section--sport-life-feedback .feed-back__sign {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.4;
}

.section--sport-life-feedback .feed-back__sign input {
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    top: 2px;
}

.section--sport-life-feedback .feed-back__sign a {
    color: #000 !important;
    text-decoration: underline;
}

.section--sport-life-feedback .feed-back__sign a:hover {
    color: #e74c18 !important;
}

@media (max-width: 767px) {
    .section--sport-life-feedback .follow-us__wrap {
        padding: 20px;
    }
    .section--sport-life-feedback .follow-us__wrap h3 {
        font-size: 20px;
    }
}

/* --- Адаптация для мобильных --- */
@media (max-width: 767px) {
    .page-project--sport-life .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* End */
/* /local/templates/stroi_new/components/bitrix/news/rc-template1/bitrix/news.detail/rc_sport_life/style.css?17856960636600 */
