

/* Start:/local/templates/rocket/components/bitrix/news.list/meropriatia_table/style.css?17609805676367*/
.scheduleTable__head{
    background: #00305B;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-family: 'UnboundedLight', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    padding: 40px;
}
.scheduleTable__head_grid{
    align-items: center;
    background: #00305B;
    border-radius: 30px 30px 0 0;
    color: #fff;
    display: flex;
    font-family: 'UnboundedLight', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    gap: 20px;
    justify-content: space-between;

    text-align: center;
    padding: 40px 40px;
}
.tableGrid__name{
    width: 25%;
}
.tableGrid__date{
    width: 25%;
}
.tableGrid__place{
    width: 25%;
}
.tableGrid__description{
    width: 25%;
}
.scheduleTable__item{
    align-items: center;
    border: 1px solid #B7CFE480;
    border-top: none;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    text-align: center;
    padding: 40px;
}
.tableItem__col{
    width: 25%;
}
.tableItem__name{
    display: flex;
}
.tableItem__subwr{

}
.tableItem__name_subwr{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.tableItem__name_link{
    font-size: 20px;
    line-height: 1.4;
}
.tableItem__name_link:visited{
    color: #010C29;
}
.tableItem__name_link:hover{
    color: #005DA3;
    text-decoration: none;
}
.tableItem__status{
    background: #6AC64A;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}
.status_passed{
    background: #005DA3;
}

.tableItem__link_btn{
    display: block;
    padding: 20px 34px;
    border-radius: 50px;
    border: none;
    /*background: #6AC64A;*/
    background: #005DA3;
    font-family: 'MontserratSemiBold', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
}
.tableItem__link_btn:hover {
    background: #00305B;
}
.tableItem__open{
    display: none;
}
.link_faded{
    opacity: 0.7;
}
.tableItem__link_mob{
    display: none;
}
.tableItem__date{
    color: #005DA3;
    font-family: 'UnboundedLight', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}
.tableItem__date span{
    font-size: 16px;
    line-height: 1.5;
}
.tableItem__place{
    font-size: 16px;
    line-height: 1.4;
}
.tableItem__description{
    /*width: 25%;*/
}
.tableItem__description p{
    font-size: 16px!important;
    line-height: 1.4;
    margin-bottom: 7px;
}
.tableItem__description ul{
    padding: 0;
    margin: 0;
    list-style:  inside disc;
}
.tableItem__description li{
    font-size: 16px!important;
    line-height: 1.4;
    list-style:  inside disc;
}

@media only screen and (max-width: 1000px) {
    .scheduleTable__head_grid{
        display: none;
    }
    .scheduleTable__item{
        align-items: flex-start;
        border: 1px solid #B7CFE480;
        border-bottom: none;
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
        padding: 0;
    }
    .tableItem__col{
        border-bottom: 1px solid #B7CFE480;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding: 20px;
        width: 100%;
    }
    .scheduleTable .tableItem__col::before {
        color: #010C29;
        content: attr(data-label);
        /*font-family: 'MontserratRegular', sans-serif;*/
        font-family: 'MontserratMedium', sans-serif;
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        text-transform: none;
        width: 23%;
    }
    .scheduleTable .tableItem__name::before {
        display: none;
        content: none;
    }
    .tableItem__name_link{
        font-family: 'MontserratMedium', sans-serif;
    }
    .tableItem__name_subwr{
        flex-direction: column-reverse;
        gap: 10px;
    }
    .tableItem__status{
        margin-bottom: 0;
    }

    .tableItem__open{
        /*align-items: center;*/
        border-bottom: 1px dashed #AEAEAE;
        display: flex;
        /*gap: 10px;*/
        padding-bottom: 3px;
        position: relative;
        padding-right: 22px;

    }
    .tableItem__date, .tableItem__place, .tableItem__description{
        display: none;
    }
    .scheduleTable__item_open .tableItem__date, .scheduleTable__item_open .tableItem__place, .scheduleTable__item_open .tableItem__description{
        display: flex;
    }

    /*.tableItem__open::after {*/
    /*    background-image: url(/local/templates/autoemali/img/arr-toggle.svg);*/
    /*    background-position: 0 0;*/
    /*    background-repeat: no-repeat;*/
    /*    content: "";*/
    /*    height: 24px;*/
    /*    width: 24px;*/
    /*}*/

    .faq-item__titlearr{
        width: 11px;
        height: 11px;
        border-left: 1px solid #AEAEAE;
        border-top: 1px solid #AEAEAE;
        position: absolute;
        transition: all 0.4s ease 0s;
        transform: rotate(45deg);
        right: 0;
        top: 5px;
    }

    .tableItem__open_active .faq-item__titlearr {
        transform: rotate(225deg);
        top: 0;
    }


    .tableItem__date, .tableItem__date span{
        color: #010C29;
        font-family: 'MontserratRegular', sans-serif;
        font-size: 20px;
        line-height: 1.5;
    }
    .tableItem__place{
        font-size: 20px;
    }
    .tableItem__description{
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }

    .tableItem__link_btn{
        display: none;
    }
    .tableItem__link_mob{
        display: block;
        font-size: 16px;
        margin-top: 0;
        padding: 15px 20px;
    }
}



@media only screen and (max-width: 767px) {
    .scheduleTable .tableItem__col::before{
        font-size: 18px;
    }
    .tableItem__name_link{
        font-size: 18px;
    }
    .tableItem__date, .tableItem__date span{
        font-size: 18px;
    }
    .tableItem__place{
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
    .tableItem__col{
        align-items: flex-start;
        flex-direction: column;
        padding: 15px;
        text-align: left;
    }
    .scheduleTable .tableItem__col::before{
        width: 100%;
    }

}

@media only screen and (max-width: 400px) {

}
/* End */
/* /local/templates/rocket/components/bitrix/news.list/meropriatia_table/style.css?17609805676367 */
