h3{
    font-family: 'Rubik';
    font-weight: 400 !important;
}
.future-events{

}
.future-events__container{
    display: flex;
    flex-direction: column;
}
.event-col-1{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    flex: 0 1;
}
.event-item{
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    width: 204px;
    margin: 10px 0;
    height: 106px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 7px #00000052;
    user-select: none;
    cursor: pointer;
    transition: 0.3s ease;
    text-align: center;
}
.event-active{
    background: linear-gradient(148deg, rgba(214,42,50,1) 0%, rgba(43,39,47,1) 29%, rgba(43,39,47,1) 68%, rgba(214,42,50,1) 97%);    border: none;
    color: #ffffff;
}
.event-item div:first-child{
    text-align: center;
    font-weight: 500;
}
.event-col-2{
    display: flex;
    flex-direction: column;
}
.event-title{
    margin: 15px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.event-body{
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0;
}
.event-img{
    display: block;
    width: 412px;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    flex: 0 0 auto;
}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-text div:last-child{
    margin-top: 10px;
}
.event-content{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.event-content-active{
    position: relative;
    visibility: visible;
    opacity: 1;
}
.event-back{
    color: #014ea2;
    text-decoration: underline;
    font: bold 15px/100% "Open Sans", sans-serif;
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    .event-body{
        flex-direction: column;
    }
    .event-body > div:first-child{
        display: flex;
        justify-content: center;
    }
    .event-text{
        margin-top: 10px;
    }
    .event-img {
         margin-right: 0;
    }
}
@media screen and (max-width: 650px) {
    .future-events__container{
        flex-direction: column;
    }
    .event-col-1{
        width: 100%;
    }
    .event-col-2{
        margin-left: 0;
    }
}
@media screen and (max-width: 430px) {
    .event-img{
        width: 100%;
    }
}


.carousel-control-prev span{
    background: url("/local/templates/dtrd/assets/images/chevron-left.svg") center no-repeat;
    width: 24px;
    height: 24px;
}
.carousel-control-next span{
    background: url("/local/templates/dtrd/assets/images/chevron-right.svg") center no-repeat;
    width: 24px;
    height: 24px;
}
.clients-carousel .owl-nav{
    visibility: hidden;
    position: absolute;
}
.owl-next.disabled{
    /*display: none !important; !*Скрыть неактивную кнопку*!*/
}
.carousel-inner{
    overflow: visible !important;
}
.owl-stage-outer{
    margin: 0 -6px;
    padding: 0 6px;
}

@media screen and (min-width: 767px) {
    .cid-rOplc1G09j .owl-offers-dots{
        display: none;
    }
    .cid-rOplc1G09j .clients-carousel-controls {
        position: relative !important;
        top: -82px !important;
    }
}
@media screen and (max-width: 767px) {
    .cid-rOplc1G09j .owl-offers-dots{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -4px;
    }
    .cid-rOplc1G09j .owl-offers-dots .owl-dot{
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        background: none;
    }
    .cid-rOplc1G09j .owl-offers-dots .owl-dot span{
        display: block;
        margin: 0 4px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        overflow: hidden;
        background: #AAAAAA;
    }
    .cid-rOplc1G09j .owl-offers-dots .active span{
        background: #555555;
    }
}
