

/* Start:/bitrix/templates/.default/components/bitrix/news/konkursy_custom/style.css?17507555341164*/
.sub_container .mobile {
    display: none;

}

.events-blocks__item {
    display: flex;
    min-height: 200px;
    margin-bottom: 32px;
    cursor: pointer;
}

.block_left-part {
    background-color: #C0D2BE;
    color: #3B5F25;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    padding: 0 24px;
    text-align: center;
    line-height: 120%;
}

.events-block__img {
    width: 100%;
}

.block_right-part {
    width: 40%;
}

@media screen and (max-width: 991px) {
    .sub_container .desktop {
        display: none;
    }

    .sub_container .mobile {
        display: block;
    }

    .left_menu_1.left_menu_1_mobile .submenu .child > a {
        font-size: 16px;
        font-weight: 700;
        color: #00644C;
    }
}

@media screen and (max-width: 700px) {
    .events-blocks__item {
        flex-direction: column-reverse;
    }
    .block_left-part {
        width: 100%;
        font-size: 20px;
        padding: 24px;
    }
    .block_right-part {
        width: 100%;
    }

    .events-block__img {
        max-height: 300px;
        object-fit: cover;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/konkursy_custom/style.css?17507555341164 */
