

/* Start:/local/templates/chint/components/bitrix/news.list/event-list/style.css?17555933021397*/
.lds-ring {
    display: inline-block;
    position: absolute;
    top:40px;
    left:50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #237ae4;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #237ae4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.event-meet-list {
    position: relative;
    min-height: 450px;
}

.overlay-loading {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 30px);
    top: -20px;
    bottom: -10px;
    left: -10px;
    background-color: #000;
    opacity: .1;
}
.container .event-meet-row .common-info .button{
    background: #65d2ff;
}

.input_date_drop_month_name{
    cursor: pointer;
}

.education-filter-a{
    text-decoration: underline;
    margin-right: 20px;
}
@media (max-width: 575.98px){
    .education-cols__content{
        flex-direction: column;
        align-items: flex-start;
    }
}
/* End */
/* /local/templates/chint/components/bitrix/news.list/event-list/style.css?17555933021397 */
