.full-width-header .rs-header > .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
}

.full-width-header .rs-header .header-contact-area {
    flex: 0 0 390px !important;
    width: 450px !important;
    max-width: 450px !important;
    padding: 7px 0 !important;
}

.full-width-header .rs-header .header-contact-area .rs-contact-info {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.full-width-header .rs-header .header-contact-area .rs-contact-info > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.full-width-header .rs-header .header-contact-area .header-logo {
    display: block !important;
    width: 128px !important;
    height: auto !important;
    max-width: 128px !important;
    max-height: 56px !important;
}

.full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 9px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part i {
    display: none !important;
}

.full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info,
.full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info a,
.full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info span {
    float: none !important;
    display: inline !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.full-width-header .rs-header .header-menu-area {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
}

.full-width-header .rs-header .header-menu-area .rs-menu-area,
.full-width-header .rs-header .header-menu-area .main-menu,
.full-width-header .rs-header .header-menu-area .rs-menu {
    width: 100% !important;
    float: none !important;
}

.full-width-header .rs-header .header-menu-area .header-nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    width: 100% !important;
    float: none !important;
}

.full-width-header .rs-header .header-menu-area .header-main-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 11px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: calc(100% - 70px) !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.full-width-header .rs-header .header-menu-area .header-lang-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    gap: 8px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
}

.full-width-header .language-menu {
    position: relative !important;
    display: inline-flex !important;
}

.full-width-header .language-menu__button {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(16, 33, 59, 0.08) !important;
    cursor: pointer !important;
}

.full-width-header .language-menu__flag {
    font-size: 18px !important;
    line-height: 1 !important;
}

.full-width-header .language-menu__list {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    z-index: 9999 !important;
    display: grid !important;
    min-width: 170px !important;
    padding: 8px !important;
    border: 1px solid #e4ebf5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 46px rgba(16, 33, 59, 0.16) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity 160ms ease, transform 160ms ease !important;
}

.full-width-header .language-menu:hover .language-menu__list,
.full-width-header .language-menu:focus-within .language-menu__list,
.full-width-header .language-menu.is-open .language-menu__list {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.full-width-header .language-menu__item {
    display: flex !important;
    min-height: 36px !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    color: #172033 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.full-width-header .language-menu__item:hover,
.full-width-header .language-menu__item.is-active {
    background: #eef5ff !important;
    color: #2c72e8 !important;
    text-decoration: none !important;
}

.full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li > a {
    height: 56px !important;
    line-height: 56px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li.lang-switcher-item > a {
    padding: 0 4px !important;
    font-size: 13px !important;
}

.full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li.menu-item-has-children > a {
    padding-right: 13px !important;
}

.full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li.menu-item-has-children > a:before {
    right: 0 !important;
    font-size: 13px !important;
}

@media only screen and (max-width: 1399px) {
    .full-width-header .rs-header .header-contact-area {
        flex: 0 0 260px !important;
        width: 260px !important;
        max-width: 260px !important;
    }

    .full-width-header .rs-header .header-contact-area .rs-contact-info {
        gap: 8px !important;
    }

    .full-width-header .rs-header .header-contact-area .header-logo {
        width: 118px !important;
        max-width: 118px !important;
    }

    .full-width-header .rs-header .header-contact-area .rs-contact-info > li.contact-part:first-of-type {
        display: none !important;
    }

    .full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li > a {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .full-width-header .rs-header .header-contact-area {
        flex-basis: 235px !important;
        width: 235px !important;
        max-width: 235px !important;
    }

    .full-width-header .rs-header .header-contact-area .header-logo {
        width: 112px !important;
        height: auto !important;
        max-width: 112px !important;
        max-height: 50px !important;
    }

    .full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part {
        padding: 0 6px !important;
    }

    .full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info,
    .full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info a,
    .full-width-header .rs-header .header-contact-area .rs-contact-info .contact-part .contact-info span {
        font-size: 12px !important;
    }

    .full-width-header .rs-header .header-menu-area .header-nav-wrap {
        gap: 12px !important;
    }

    .full-width-header .rs-header .header-menu-area .header-main-nav {
        gap: 7px !important;
    }

    .full-width-header .rs-header .header-menu-area .main-menu .rs-menu ul.nav-menu > li > a {
        font-size: 12px !important;
        padding: 0 1px !important;
    }
}

@media only screen and (max-width: 991px) {
    .full-width-header .rs-header > .container {
        display: block !important;
    }

    .full-width-header .rs-header .header-contact-area {
        width: 100% !important;
        max-width: none !important;
    }

    .full-width-header .rs-header .header-menu-area .header-nav-wrap {
        justify-content: space-between !important;
    }

    .full-width-header .rs-header .header-menu-area .header-main-nav {
        max-width: none !important;
    }
}
