.bodyContent {
    margin: 0;
    padding: 0;
}
.headerLanding {}

.headerLanding .container {
    width: 100%;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header__left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logoWrap {
    margin-right: 40px;
}

.header__logoLink {}

.headerBlock__langBar {
    padding: 10px 30px;
    border: 1px solid #000;
}

.langWrap__all-wrap {}

.header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.nav {
    flex: 1;
    margin: 0px clamp(10px, 2.7vw, 30px);
}

.nav__ul {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.nav__li:not(:last-child) {
    margin-right: 5px;
}

.nav__link {
    color: #040b17;
    font-size: clamp(11px, 1.4vw, 15px);
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 500ms all;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-align: center;
}

.nav__link:hover,
.nav__link-active {
    color: #d0a749;
    border-top: 1px solid #d0a749;
    border-bottom: 1px solid #d0a749;
}



.nav__li-registration {
    border-left: 1px solid #d0a749;
}

.header__loginBtnWrap {}

.header__loginBtn {
    padding: 20px clamp(10px, 2.1vw, 40px);
    border: 1px solid #040b17;
    color: #d0a749;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms all;
}

.header__loginBtn:hover {
    background-color: #f5f7fd;
}

.navbar-toggle {
    outline: 0;
    display: none;
    padding: 0;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 1px;
    transition: all .2s;
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-toggle .top-bar {
    transform: rotate(0);
    width: 40px;
}

.navbar-toggle .middle-bar {
    opacity: 1;
}

.navbar-toggle .bottom-bar {
    transform: rotate(0);
    width: 40px;
}

@media(max-width: 1024px) {
    .header__right {
        flex: 0;
    }

    .navbar-toggle {
        display: block;
        flex-basis: 41px;
        margin-right: 2%;
        z-index: 100;
    }

    .nav {
        display: none;
    }

    .header__loginBtnWrap {
        display: none;
    }

    .nav__li {
        margin-right: 0!important;
    }

    .nav__link {
        padding: 0;
        border-top: none;
        border-bottom: none;
        color: #000!important;
        height: initial;
    }

    .nav__link:hover,
    .nav__link-active {
        color: #d0a749!important;
    }

    .effect-airbnb {
        background: #ffffff;
    }

    .nav__li-registration {
        padding-left: 0;
        border-left: none;
    }

    .outer-nav .headerBlock__logo {
        position: absolute;
        top: -130px;
        left: 50%;
        transform: translate(-50%, 0)!important;
    }

    .headerBlock__logo svg {
        width: 80px;
    }

    .headerBlock__langBar {
        padding: 0 10px;
    }

    .header__left {
        justify-content: space-between;
        width: 60%;
    }

    .header__wrapper .header__logoWrap {
        margin-right: 0;
    }

    .header__loginBtn {
        font-weight: bold!important;
    }

    .outer-nav.horizontal, .outer-nav.vertical {
        width: initial;
    }
    
    .header__loginBtn {
        text-align: center;
    }
}

@media(max-width: 576px) {
    body.es .effect-airbnb.animate .outer-nav a {
        font-size: 13px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    body.es .header__loginBtn {
        padding: 20px 7px;
        max-width: 200px;
    }
}
