.navbar-nav.-mobile-menu .nav-item .nav-link span svg{
    width: 24px !important;
    height: 24px !important;
}

.dropdown-menu .desktop-menu p a:hover{
    color: #00B073 !important;
}

.image-banner__img::after, .carousel-container-top__img::after{
    background: rgba(0,0,0,0.5);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.article .cover{
    min-height:auto !important;
    height:0 !important;
    padding-bottom:45%;
    position: relative;
}

.article .cover picture{
    position: absolute;
    width:100%;
    height:100%;
    display:block;
}

.article .cover picture img.article-hero{
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px){
    .carousel-container__main #banner-carousel .slick-slide{
        min-height: 550px;
    }

    .carousel-container__main #banner-carousel .slick-slide .image-banner,
    .carousel-container__main #banner-carousel .slick-slide .image-banner.image-banner__wrap {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .carousel-container-bottom .image-banner__news-wrap .col{
        display:flex;
    }

    .carousel-container-bottom .image-banner__news-wrap .col a{
        flex-direction: column-reverse;
        /*border: none !important;*/
        margin-top: 0 !important;
    }

    .carousel-container-bottom .image-banner__news-wrap .col a .image-banner__small-img{
        margin: 0 0 20px 0;
        width: 100%;
        /* max-width: 100%;
        max-height: 100%; */
    }
}

@media (max-width: 1199px){
    #nav-main .nav-item > .dropdown-menu{
        margin-bottom: 20px !important;
    }
    .dropdown-menu p{
        margin-bottom: 0 !important;
    }

    .image-item__item{
        margin-bottom: 0 !important;
    }

    .long-news .long-news__title-wrap{
        width: 100%;
    }

    .long-news .long-news__text-wrap{
        width: 75%;
        padding: 0;
    }

    .big-related__img{
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .big-related__img img{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        display: block;
    }
}

@media (min-width: 1400px){
    .container.banner-grid.d-flex{
        align-items: flex-start;
    }
}
