
/**********************************************************************************************************************
 *** LOGO
 **********************************************************************************************************************/

@media screen and (max-width: 1023px) {
    .header-site__logo {
        position: relative;
        top: -7px;
    }
}

@media screen and (min-width: 1024px) {
    .header-site__logo {
        position: relative;
        top: 3px;
        height: 73px;
        padding: 15px 0;
    }
}

/**********************************************************************************************************************
 *** SUP HEADER
 **********************************************************************************************************************/

.sup-header__content {
    justify-content: space-between;
}

.sup-header__description {
    margin-right: 40px;
    font-weight: 600;
    line-height: 40px;
}

.sup-header button {
    color: #aaa;
    font-weight: bold;
    font-size: .666666666666667rem;
}

.sup-header__btn_more {
    padding: 0 0 0 26px;
}

.sup-header__btn_more .sup-header__btn_icon_left {
    position: absolute;
    display: inline-block;
    margin-left: -26px;
    margin-top: 1px;
}

.sup-header__btn_more .sup-header__btn_icon_right {
    display: inline-block;
    margin-left: 6px;
}

.sup-header__lang {
    display: flex;
    width: auto;
    font-size: .666666666666667rem;
    color: #aaa;
    text-transform: uppercase;
}

.sup-header__lang .is-active {
    color: #fff;
    font-weight: 600;
}

.sup-header__lang li:first-child {
    margin-left: 0;
}

.sup-header__lang li {
    margin-left: 8px;
}

.sup-header ul.sup-header__lang li {
    font-weight: normal;
    font-size: .666666666666667rem;
    line-height: 40px;
}

@media screen and (min-width: 1024px) {
    .sup-header ul.sup-header__lang li {
        font-weight: normal;
        font-size: .666666666666667rem;
        line-height: 40px;
    }
}

.sup-header ul li:last-child {
    margin-bottom: 0;
}

/**
 * Megamenu
 */
.sup-header__more {
    height: auto;
}

@media screen and (min-width: 1024px) {
    .sup-header__more-inner {
        padding: 24px 0 80px;
        width: 66.666666667%;
    }
}

.sup-header__col {
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
}

@media screen and (min-width: 1024px) {
    .sup-header__group-sites,.sup-header__countries {
        column-count:2;
    }

    .sup-header__col:last-child .sup-header__group-sites {
        column-count: 1;
    }
}

.sup-header .headline {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
    .sup-header .headline {
        margin-top:28px;
        font-size: 1.333333333333333rem;
        line-height: 1.611111111111111rem
    }
}

.sup-header__btn_close {
    position: absolute;
    bottom: 28px;
    right: 16.6666%;
    margin-right: 0;
}

.sup-header__btn_close span {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #777;
    transition: .3s color linear;
}

.sup-header__btn_close span:hover {
    color: red;
}

.sup-header__btn_close span:hover .sup-header__btn_icon_right svg path {
    stroke: red;
}

.sup-header__btn_close .sup-header__btn_icon_right {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    top: 3px;
}

.nav .subnav__nav-nolink {
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
}

/* Fix bottom red line position with menu without submenu */
a.nav__link:after {
    bottom: 1px;
}

.subnav__push .title {
    color: #000;
}

.subnav__push .btn--red {
    margin: 24px 0 0;
}

/**********************************************************************************************************************
 *** MEGAMENU
 **********************************************************************************************************************/

.nav-title,
.subnav__intro .description {
    overflow-wrap: break-word;
}
