

/* Start:/bitrix/templates/spartakiada_copy/components/bitrix/news.list/main_page_slider/style.css?17605125731769*/
.swiper {
  width: 100%;
  height: 500px;
}
.slider-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.swiper-wrapper {
  display: flex;
  height: 100%;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;

    display: flex;
    align-items: center;     /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 20px;
}

.slider-button {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.slider-content h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.slider-content p {
    font-size: 18px;
    margin-bottom: 20px;
}
.mySwiper .first-slide .slider-content {
    max-width: 970px; 
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

.mySwiper .first-slide .slider-content h2 {
	font-size: 38px; 
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0; 
}

.mySwiper .first-slide .slider-content p {
    font-size: 20px;  
    line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}

/* End */


/* Start:/bitrix/templates/spartakiada_copy/components/bitrix/news.list/person_of_the_company/style.css?17587069323216*/
/* Стили для компонента mp-management */
.mp-management-container {
     padding: 32px 0 0
}

.mp-management-container .mp-management_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.mp-management-container .mp-management_img-b {
    width: 100%;
}

.mp-management-container .mp-management_img {
    width: 100%; /* Задайте нужную ширину изображения */
    height: 300px; /* Задайте нужную высоту изображения */
    background-size: cover;
    background-position: center;
    margin-bottom: 20px; /* Отступ снизу от изображения */
}

.mp-management-container .mp-management_info {
    width: 100%;
}
.mp-management-container .mp-management_video {
    margin-right: 20px; /* Отступ справа от видео */
}


.mp-management-container .mp-management_info h2,
.mp-management-container .mp-management_info p,
.mp-management-container .mp-management_info .mp-management_info-text {
    text-align: left; /* Выравнивание текста по левому краю для лучшей читабельности */
}
.mp-management_telegram-widget {
        background-color: #060061;
        border-radius: 10px;
        text-align: center;
        padding: 20px;
        margin-top: 20px;
        color: rgb(245, 147, 0);
    }
    .telegram-logo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .telegram-header h3 {
        font-size: 24px;
        margin-bottom: 10px;
        color: rgb(245, 147, 0);
    }
    .telegram-subscribers {
        font-size: 14px;
        color: rgb(245, 147, 0);
        margin-bottom: 10px;
    }
    .telegram-description, .telegram-contact {
        font-size: 22px;
        color: rgb(245, 147, 0);
        margin-bottom: 10px;
    }
    .telegram-button {
        display: inline-block;
        padding: 10px 20px;
        background-color: rgb(245, 147, 0);
        color: #060061;
        border-radius: 5px;
        text-decoration: none;
        margin-top: 15px;
        font-weight: bold;
    }
    .telegram-button:hover {
        background-color: #0077b3;
    }

@media (max-width: 767px) {
    .mp-management-container {
        display: flex;
        flex-direction: column; /* Структура из одного столбца */
    }

    .mp-management-container .mp-management_video {
        order: 3; /* Видео перемещается в конец */
        margin-top: 20px; /* Добавляем отступ сверху, чтобы отделить видео от текста */
    }

    .mp-management-container .mp-management_img-b,
    .mp-management-container .mp-management_info {
        order: 1; /* Картинка и текст остаются в начале */
    }
}

    .styled-link {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #007bff;
        padding-bottom: 2px;
        transition: color 0.3s, border-bottom-color 0.3s;
    }
    .styled-link:hover {
        color: #0056b3;
        border-bottom-color: #0056b3;
    }



/* End */


/* Start:/bitrix/templates/spartakiada_copy/components/bitrix/news.list/events/style.css?17587219082407*/
.header-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header-title {
    position: relative;
    z-index: 2;
    font-size: 2.7rem; /* Slightly larger font size for the title */
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 30px;
}

.description-section {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
}

.header-description {
    font-size: 1.5rem;
    max-width: 2000px;
    margin: 0 auto;
    line-height: 1.3;
    color: #333;
}

.news-slider_video iframe {
    width: 100%;
    height: 315px; /* You can adjust the height to make the video larger */
}
.text-left {
    text-align: left;
}
/* Стили для <hr> */
.description-divider {
    border-top: 2px solid #000;
    margin: 20px 0;
}


/* Стили для увеличенного текста */
.description-strong {
    font-size: 1.5em; /* Увеличение размера шрифта */
    font-weight: bold; /* Жирное начертание */
    margin: 10px 0; /* Отступы сверху и снизу */
}
.indent {
    display: block;
    margin-bottom: 0.2px; /* Отступ снизу */
}

































.t-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.t688__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

.t-col {
    box-sizing: border-box;
    padding: 20px;
}

.t-col_6 {
    width: 50%;
}

.t688__img-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
}

.t688__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 76.78%; /* 560x430 пропорция */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: block;
}

.t688__img-separator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8));
}

.t688__overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.t-card__uptitle {
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.t-card__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.t-descr {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.9;
}

/* End */


/* Start:/bitrix/templates/spartakiada_copy/components/bitrix/news.list/news_on_mainpage/style.css?1757493676150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/spartakiada_copy/components/bitrix/news.list/main_page_slider/style.css?17605125731769 */
/* /bitrix/templates/spartakiada_copy/components/bitrix/news.list/person_of_the_company/style.css?17587069323216 */
/* /bitrix/templates/spartakiada_copy/components/bitrix/news.list/events/style.css?17587219082407 */
/* /bitrix/templates/spartakiada_copy/components/bitrix/news.list/news_on_mainpage/style.css?1757493676150 */
