@media (min-width: 992px) {
    .menu_group--header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .menu_eventer {
        position: relative;
    }
    .menu_group--header .menu_group__list--2 {
        visibility: visible;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background-color: var(--nrw-main-color);
        z-index: 1;
        width: auto;
        justify-content: flex-start;
        transition: var(--nrw-transition);
        white-space: nowrap;
    }
    .menu_group--header .menu_group__link {
        color: var(--nrw-color-white);
        text-decoration: unset;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
        padding: 25px;
        display: block;
    }
    .social__link:hover {
        color: var(--nrw-additional-color);
    }
}
@media (max-width: 1500px) {
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
}
@media (max-width: 1100px) {
    .menu_group--header .menu_group__link {
        padding: 25px 10px;
    }
    .main_description_inner {
        flex-direction: column-reverse;
    }
    .main_description_image {
        width: 100%;
        margin-bottom: 40px;
        background-size: cover;
    }
    .main_description_text {
        width: 100%;
    }
    .contact_info {
        width: 100%;
        margin-bottom: 40px;
    }
    .contact_form_wrapper {
        max-width: 603px;
        margin: 0 auto;
        width: 100%;
    }
    .blog_sidebar {
        width: 250px;
    }
    .blog_list {
        width: calc(100% - 270px);
    }
}
@media (max-width: 992px) {
    .footer_inner {
        padding: 40px 0;
    }
    .footer_inner_block {
        width: 100%;
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }
    .arrow_footer {
        display: flex;
    }
    .footer_content {
        display: none;
        padding-bottom: 25px;
    }
    .footer_ttl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .header_bottom,
    .header_desc,
    .header_line {
        display: none;
    }
    .menu_group--header .menu_group__link {
        padding: 12px 14px;
    }
    .menu_switcher {
        display: flex!important;
    }
    .banner_image {
        height: 300px;
    }
    .language-nav img {
        width: 20px;
        height: 20px;
    }
    .header_btn:first-child {
        margin-right: 50px;
    }
    
    .blog_post_inner {
        flex-wrap: wrap;
    }
    .blog_post_info {
        width: 100%;
        margin-top: 20px;
    }
    .blog_image {
        width: 100%;
        height: 275px;
    }
    .nav-item .header_desc {
        display: block;
        font-size: 14px;
        line-height: 20px;
        max-width: unset;
    }
    .top-nav .logo__link {
        background: var(--nrw-color-white);
    }
    .header_middle {
        border-bottom: 1px solid;
        border-color: var(--nrw-border-color);
    }
    .nav-close,
    .nav-back-btn {
        min-width: 50%;
    }
    .nav-back {
        position: absolute;
        z-index: 10;
        bottom: 0;
        width: 100%;
    }
    .nav-back a {
        padding: 10px;
    }
    .breadcrumbs::-webkit-scrollbar {
        width: 0;
        height: 0;
        opacity: 0;
    }
    #cookie-submit-block-wrapper .btns-wrapper a {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .callback_box {
        display: none;
    }
    .header_top,
    .header_middle {
        padding: 15px 0;
    }
    .logo_wrapper {
        display: none;
    }
    .mobile_logo_wrapper {
        display: flex;
        width: 180px;
    }
    .search {
        max-width: unset;
    }
    .search__input {
        width: calc(100% - 35px);
        height: 35px;
    }
    .search__button {
        width: 35px;
        height: 35px;
    }
    .footer_ttl {
        font-size: 18px;
        line-height: 23px;
    }
    .autocomplete-suggestions {
        width: calc(100% - 30px)!important;
    }
    .main_banner_wrapper {
        padding-bottom: 50px;
    }
    .main-articles {
        margin: 50px auto 65px;
    }
    .main_description {
        padding: 40px 0;
    }
    .article_image {
        height: 175px;
    }
    .article_name {
        -webkit-line-clamp: 2;
        height: 50px;
    }
    .read_more {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }
    .blog_list {
        width: 100%;
        margin-bottom: 40px;
    }
    .blog_sidebar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog_banner:not(:last-child) {
        margin-bottom: 30px;
    }
    .blog_banner {
        margin: 0 auto;
        max-height: 65vh;
    }
    .blog_banner img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .breadcrumbs {
        padding: 10px 0;
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .breadcrumbs .breadcrumbs__item {
        font-size: 14px;
        line-height: 19px;
    }
    .contact_form {
        padding: 30px 15px;
    }
    .main_header {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .form__footer .form__button {
        margin: 0 auto;
    }
    .blog_post_link {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .blog_date {
        margin-bottom: 10px;
    }
    .blog_annotation {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.1;
    }
    .blog_image {
        height: 175px;
    }
    .blog_item {
        padding: 10px 0 20px;
    }
    .page_link {
        margin: 0px 5px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .post_image {
        height: 175px;
    }
    .post_info {
        padding: 10px 0;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .share_btns {
        margin-top: 15px;
        padding-top: 15px;
        justify-content: space-evenly;
    }
    .contact_item {
        font-size: 16px;
        line-height: 110%;
    }
    .post_author div {
        margin: 0 10px 0 6px;
    }
    .current_lang {
        display: flex;
    }
    .lang_box {
        display: flex;
        justify-content: center;
        position: relative;
        padding: 16px 0;
        margin: -16px 0;
    }
    .lang_inner {
        visibility: hidden;
        pointer-events: none;
        flex-direction: column;
        position: absolute;
        background: #fff;
        padding: 10px 15px;
        border-radius: 0 0 5px 5px;
        z-index: 1;
        top: 100%;
        width: auto;
        box-shadow: var(--nrw-box-shadow);
        transform: translateY(-20px);
        transition: var(--nrw-transition);
        opacity: 0;
    }
    .lang_box:hover .lang_inner{ 
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .lang_link:not(:last-child) {
        margin-right: unset;
        margin-bottom: 10px;
    }
    .lang_link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
