

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

.contests-inner {
    display: flex;
    gap: 40px 120px;
}

@media (max-width: 1199px) {
    .contests-inner {
        flex-direction: column;
    }
}

.contests-info {
    display: flex;
    flex-direction: column;
}

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

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

.contests-subtitle {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 32px;
}

.contests-description {
    line-height: 1.5;
}

.contests-img {
    flex-shrink: 0;
    width: 556px;
}

@media (max-width: 1199px) {
    .contests-img {
        width: 100%;
    }
}

.contests-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contests-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .contests-list {
        margin-top: 80px;
    }
}

.contests-item {
    position: relative;
    display: flex;
    gap: 16px;
    padding-bottom: 32px;
}

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

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

.contests-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
            90deg,
            #d0d0d0,
            #d0d0d0 4px,
            transparent 4px,
            transparent 8px
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
}

.contests-item__date {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px;
    min-width: 136px;
    text-align: center;
}

@media (max-width: 797px) {
    .contests-item__date {
        flex-direction: row;
        min-width: 100%;
        text-align: left;
    }
}

.contests-item__date-day {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-accent);
}

@media (max-width: 797px) {
    .contests-item__date-day {
        min-width: 91px;
        text-align: center;
    }
}

.contests-item__date-day::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: var(--color-accent);
}

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

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

.contests-item__date-year {
    font-size: 14px;
    line-height: 1;
    opacity: 0.6;
}

.contests-item__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 220px;
}

@media (max-width: 1199px) {
    .contests-item__info {
        padding-right: 0;
    }
}

.contests-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.2s ease;
}

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

@media (max-width: 797px) {
    .contests-item__title {
        font-size: 16px;
    }
}

.contests-item__text {
    font-size: 15px;
    line-height: 1.5;
    color: #777c89;
}

/* End */


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

.contests-inner {
    display: flex;
    gap: 40px 120px;
}

@media (max-width: 1199px) {
    .contests-inner {
        flex-direction: column;
    }
}

.contests-info {
    display: flex;
    flex-direction: column;
}

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

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

.contests-subtitle {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 32px;
}

.contests-description {
    line-height: 1.5;
}

.contests-img {
    flex-shrink: 0;
    width: 556px;
}

@media (max-width: 1199px) {
    .contests-img {
        width: 100%;
    }
}

.contests-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contests-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .contests-list {
        margin-top: 80px;
    }
}

.contests-item {
    position: relative;
    display: flex;
    gap: 16px;
    padding-bottom: 32px;
}

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

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

.contests-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
            90deg,
            #d0d0d0,
            #d0d0d0 4px,
            transparent 4px,
            transparent 8px
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
}

.contests-item__date {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px;
    min-width: 136px;
    text-align: center;
}

@media (max-width: 797px) {
    .contests-item__date {
        flex-direction: row;
        min-width: 100%;
        text-align: left;
    }
}

.contests-item__date-day {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-accent);
}

@media (max-width: 797px) {
    .contests-item__date-day {
        min-width: 91px;
        text-align: center;
    }
}

.contests-item__date-day::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: var(--color-accent);
}

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

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

.contests-item__date-year {
    font-size: 14px;
    line-height: 1;
    opacity: 0.6;
}

.contests-item__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 220px;
}

@media (max-width: 1199px) {
    .contests-item__info {
        padding-right: 0;
    }
}

.contests-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.2s ease;
}

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

@media (max-width: 797px) {
    .contests-item__title {
        font-size: 16px;
    }
}

.contests-item__text {
    font-size: 15px;
    line-height: 1.5;
    color: #777c89;
}
/* End */
/* /local/templates/bkz/components/bitrix/news.detail/bkz-contests-info/style.css?17684602323342 */
/* /local/templates/bkz/components/bitrix/news.list/bkz-contests/style.css?17684680043341 */
