

/* Start:/local/templates/bkz/components/bitrix/news.list/bkz-sport/style.css?17684602333348*/
@media (max-width: 1199px) {
    .sport {
        padding-top: 20px;
    }
}

.sport .section__title {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .sport .section__title {
        margin-bottom: 40px;
    }
}

.sport-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sport-item {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 32px;
}

@media (max-width: 767px) {
    .sport-item {
        flex-direction: column;
    }
}

.sport-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    max-height: 260px;
    padding-top: 32px;
}

@media (max-width: 1199px) {
    .sport-item__info {
        max-height: 180px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .sport-item__info {
        justify-content: flex-start;
        gap: 20px;
        max-height: 100%;
    }
}

.sport-item__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .sport-item__title {
        font-size: 20px;
        line-height: 14px;
    }
}

.sport-item__schedule {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
}

.sport-item__schedule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 1px;
    background-color: var(--color-accent);
}

.sport-item__schedule-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sport-item__schedule-item p {
    line-height: 11px;
    margin: 0;
}

@media (max-width: 767px) {
    .sport-item__schedule-item p {
        max-height: 31px;
        line-height: 1.3;
    }

    .sport-item__schedule-item p:last-child {
        margin-top: -6px;
    }
}

.sport-item__schedule-label {
    font-weight: 600;
    line-height: 11px;
}

.sport-item__staff {
    display: flex;
    flex-shrink: 0;
    gap: 4px;
}

@media (max-width: 767px) {
    .sport-item__staff {
        gap: 12px;
    }
}

.sport-item__staff-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 260px;
}

@media (max-width: 1199px) {
    .sport-item__staff-item {
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .sport-item__staff-item {
        width: calc(50% - 12px / 2);
        max-width: 100%;
    }
}

.sport-item__staff-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .sport-item__staff-img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .sport-item__staff-img {
        height: 100%;
        min-height: 158px;
    }
}

.sport-item__staff-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 13px;
}

@media (max-width: 1199px) {
    .sport-item__staff-name {
        font-size: 16px;
        line-height: 11px;
    }
}

@media (max-width: 767px) {
    .sport-item__staff-name {
        font-size: 15px;
        line-height: 1.2;
    }
}

.sport-item__staff-role {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    color: var(--color-accent);
}

@media (max-width: 767px) {
    .sport-item__staff-role {
        font-size: 12px;
        line-height: 8px;
    }
}
/* End */


/* Start:/local/templates/bkz/components/bitrix/news.list/bkz-announcement/style.css?17684602333111*/
@media (max-width: 1199px) {
    .announcement {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .announcement {
        padding: 40px 0;
    }
}

.announcement .section__title {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .announcement .section__title {
        margin-bottom: 40px;
    }
}

.announcement .page__title {
    display: flex;
    flex-direction: column;
}

.announcement-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.announcement-item {
    display: flex;
    align-items: center;
    gap: 20px 32px;
    background-color: var(--color-grey);
}

.announcement-item:hover .announcement-item__title {
    color: var(--color-accent);
}

@media (max-width: 1199px) {
    .announcement-item {
        flex-wrap: wrap;
        padding: 16px 32px;
    }
}

@media (max-width: 767px) {
    .announcement-item {
        justify-content: space-between;
        padding: 16px;
    }
}

.announcement-item__img {
    padding: 16px;
}

@media (max-width: 1199px) {
    .announcement-item__img {
        padding: 0;
    }
}

.announcement-item__img img {
    width: 143px;
    height: 100px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .announcement-item__img img {
        height: 132px;
    }
}

.announcement-item__date {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 767px) {
    .announcement-item__date {
        flex-direction: column;
    }
}

.announcement-item__date-day {
    min-width: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-accent);
}

.announcement-item__date-other {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.announcement-item__date-month {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.announcement-item__date-year {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.6;
}

.announcement-item__date-year p {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.announcement-item__date-year p:not(:last-child)::after {
    content: '|';
}

.announcement-item__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 32px;
}

@media (max-width: 1199px) {
    .announcement-item__info {
        width: 100%;
        padding: 0;
    }
}

.announcement-item__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: color 0.2s ease;
}

@media (max-width: 1199px) {
    .announcement-item__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .announcement-item__title {
        line-height: 1.2;
    }
}

.announcement-item__schedule {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
    color: rgba(26, 34, 56, 0.8);
}

.announcement-item__schedule svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--color-dark);
}

.announcement-item__address {
    line-height: 1;
    color: rgba(26, 34, 56, 0.8);
}

/* End */
/* /local/templates/bkz/components/bitrix/news.list/bkz-sport/style.css?17684602333348 */
/* /local/templates/bkz/components/bitrix/news.list/bkz-announcement/style.css?17684602333111 */
