/*.news__navi-item > span {
    display: block;
    text-align: center;
    border: 1px solid #c1d9fd;
    line-height: 66px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #3f74be;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.news__navi-item.active > span {
    background-color: #c1d9fd;
}*/
.news__tabs-navi {
    margin-bottom: 60px;
}
.news__tabs-navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.news__tabs-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.news__tabs-item a {
    display: block;
    text-align: center;
    border: 1px solid #c1d9fd;
    line-height: 66px;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #3f74be;
    position: relative;
    overflow: hidden;
}
.news__tabs-item a:hover {
    text-decoration: none;
}
.news__tabs-item a.active span {
    background-color: #c1d9fd;
}
.news__tabs-item a span {
    display: block;
    position: relative;
    z-index: 1;
}
.news__tabs-item a:hover::after {
    width: 110%;
    opacity: 1;
}
.news__tabs-item a::after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #c1d9fd;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.webinars__list .owl__counter {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 16.66667%;
    position: relative;
    padding-top: 60px;
    font-weight: 700;
    color: #26529c;
    line-height: 1;
    font-size: 60px;
}
.webinars__list .owl__counter::before {
    content: "";
    position: absolute;
    height: 5px;
    background: #cccccc;
    left: 15px;
    right: 15px;
    top: 30px;
}
.webinars__list .owl__counter span {
    display: inline-block;
    vertical-align: top;
    color: #6e6e6e;
    margin: 6px 0 0 5px;
    font-size: 18px;
}
.webinars__list .owl__counter span::before {
    content: "/";
}
.webinars__list .owl-nav {
     margin-left: 33.33333%;
     margin-top: -55px;
     position: relative;
     z-index: 1;
 }
.webinars__list .owl-nav button.owl-prev.disabled, .webinars__list .owl-nav button.owl-next.disabled {
    opacity: .5;
    cursor: default;
}
.webinars__list .owl-nav button.owl-prev, .webinars__list .owl-nav button.owl-next {
    border: 1px solid #d7d7d7!important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
    outline: none;
}
.owl-carousel.owl-loaded .webinars__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.webinars__list{
    margin-bottom: 30px;
}

.news__list .owl-nav button.owl-prev, .news__list .owl-nav button.owl-next {
    border: 1px solid #d7d7d7!important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
    outline: none;
}