.news_inside {
    padding-left: 30px;
    padding-right: 30px;
}

.news_inside:after {
    content: "";
    display: block;
    clear: both;
}

.inside-container>img {
    /*width: 100%;*/
    width: auto;
}

.news_inside > .inside-container {
    margin: 0;
    float: left;
    /*width: 940px;*/
    width: 100%;
    max-width: none;
}

.news_inside aside {
    float: right;
    width: 380px;
    box-sizing: border-box;
    padding: 0px;
}

.news_inside aside ul, .news_inside aside ul li, .news_inside aside ul li a {
    display: block;
    margin: 0px;
    padding: 0px;
}

.news_inside aside ul li a {
    display: block;
    padding: 20px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa;

    color: #3C5A98;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.11rem;
    text-transform: uppercase;
    transition: all 0.2s;
}

.news_inside aside ul li a:hover {
    /*padding-bottom: 13px;*/
    border-bottom: 3px solid #3C5A98;
}

@media(min-width: 1440px){
    .news_inside {
        max-width: 1440px;
        margin: 0 auto;
    }

    .news_inside aside {
        margin-top: 184px;
    }
}

@media(min-width: 1200px) and (max-width: 1439px){
    .inside-container {
        width: 960px;
    }

    .news_inside aside {
        margin-top: 184px;
    }
}

@media(min-width: 960px) and (max-width: 1199px){
    .news_inside > .inside-container {
        width: 600px;
    }

    .news_inside aside {
        width: 280px;
        margin-top: 176px;
    }
}

@media(max-width: 960px){
    .news_inside > .inside-container {
        width: 100%;
        float: none;
    }

    .news_inside aside {
        width: 100%;
        float: none;
    }
}

.app-navbar .language-menu .lang-item:hover a {
    color: #115895!important;
}
.app-navbar .language-menu .lang-item:hover {
    background: #f5f5f5;
}

@media(max-width: 767px){
    .main-header-slider .slider-item .header-title {
        font-size: 20px;
    }
    .main-header-slider .slider-item .h1-after-title {
        font-size: 18px;
    }
    
    .mainPage .news .inside-container p.mainTitle {
        font-size: 20px!important;
        text-align: center;
        width: 100%;
    }
    
    .news .inside-container .vert-main .marg-col a {
        font-size: 20px;
    }
    
    .news .inside-container .vert-main .marg-col .btn-white {
        font-size: 14px;
    }
    
    .news_inside .breadcrumbs {
        margin-top: 45px;
        margin-left: 0px;
        word-break: break-all;
    }
    
    .news_inside .breadcrumbs span:first-child {
        margin-left: 0px;
    }
    
    .news_inside .breadcrumbs span:last-child {
        margin-right: 0px;
    }
    
    .news_inside .breadcrumbs span span {
        white-space: nowrap;
    }

}

nav .searchBox {
    display: none;
}

nav .searchBox.mobile {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

nav .searchBox.mobile > .search {
    justify-content: center;
    position: initial;
}

a.login.popup_login.mobile {
    display: block;
    position: fixed;
    top: 20px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
}

.app-navbar {
    top: 0px!important;
}

@media(max-width: 700px){
    section .slick-track .header-title {
        font-weight: 700!important;
    }
    
    .slick-track .past-event__info {
        font-weight: 200;
        font-size: 15px;
        line-height: 24px;
        
    }
}

.counter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.counter .counters-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.counter .counters-container .counter-item {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 25%;
}

@media(max-width: 991px){
    .counter .counters-container .counter-item {
        width: 100%;
    }
}

.counter .counters-container .counter-item .counter-number {
    font-size: 60px;
    position: relative;
}

.counter .counters-container .counter-item .counter-number::after {
    content: '';
    background-color: #3C5A98;
    position: absolute;
    width: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    bottom: 0;
    left: 50%;
}

.counter .counters-container .counter-item .counter-text {
    font-size: 20px;
    line-height: 26px;
    padding-top: 30px;
}

.wpcf7-form .wpcf7-recaptcha {
    border: none;
}

.wpcf7-form .wpcf7-recaptcha > div {
    margin: 0 auto;
}

.wpcf7-form .wpcf7-recaptcha iframe {
    margin: 0 auto;
    text-align: center;
}