.header__wrap {
    position: relative;
    z-index: 1;
    background: #000;
    border-bottom: 4px solid #fff;
}

.header__container {
    width: 100%;
    max-width: 1360px;
    height: 108px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.logo {
    position: relative;
    width: 196px;
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: block;
    width: 196px;
    height: 196px;
    background: #000;
    border: 4px solid #fff;
    border-radius: 196px;
}

.logo::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 204px;
    height: 138px;
    background: #000;
}

.logo a {
    position: relative;
    z-index: 1;
    top: 9px;
}

.header__nav {
    display: flex;
    align-items: flex-end;
}

.header__menu {
    display: flex;
}

.header__menu a {
    color: #fff;
    display: block;
}

.header__menu a:hover {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu__item {
    position: relative;
    padding-bottom: 10px;
}

.menu__item ul {
    display: none;
}

.menu__level_1 {
    left: 0;
    top: 100%;
    min-width: 232px;
    background: #1a1715;
    padding: 22px 34px 14px;
    box-sizing: border-box;
}

.header__language {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.language__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}

.language__title::before {
    content: '\f0ac';
    font: normal normal 900 1rem 'Font Awesome 5 Free';
    margin-right: 8px;
}

.language__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1715;
    padding: 21px 34px;
    box-sizing: border-box;
}

.language__item {
    margin-bottom: 19px;
}

.language__item:last-child {
    margin-bottom: 0;
}

.language__item a {
    color: #fff;
    display: block;
    white-space: nowrap;
}

.language__item a:hover {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header__external {
    display: flex;
    align-items: center;
}

.external__item {
    margin: 0 8px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    /* background: url('../images/round.svg') no-repeat center center /contain ; */
}

.external__item:last-child {
    margin-right: 0;
}

.external__icon {
    display: block;
    transition: .28s linear;
}

.external__icon::before,
.external__icon::after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .28s linear;
}

.external__item:hover .external__icon {
    transform: translateY(-14.75px);
    -ms-transform: translateY(-14.75px);
}

.external__icon::before {
    opacity: 1;
}

.external__icon::after {
    margin-top: -14.5px;
    opacity: 0;
}

.external__item:hover .external__icon::before {
    opacity: 0;
}

.external__item:hover .external__icon::after {
    opacity: 1;
}

.external__facebook::before,
.external__facebook::after {
    background-image: url('../images/facebook.png');
}

.external__instagram::before,
.external__instagram::after {
    background-image: url('../images/instagram.png');
}

.external__mail::before,
.external__mail::after {
    background-image: url('../images/mail.png');
}

.header__switch {
    display: none;
}

@media only screen and (min-width: 1000px) {
    .header__wrap {
        padding-right: 10px;
    }
    .header__tips {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 13px auto auto;
    }
    .language__title::after {
        content: '\f078';
        font: normal normal 900 .8rem 'Font Awesome 5 Free';
        margin-left: 8px;
    }
    .header__menu {
        padding-bottom: 13px;
    }
    .menu__item {
        margin-right: 45px;
        line-height: 1;
    }
    .menu__item__level_1 {
        margin-bottom: 22px;
    }
    [class^='menu__level_'] {
        position: absolute;
    }
    .header__close {
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    .header__wrap {
        z-index: 2;
    }
    .header__container {
        height: 85px;
    }
    .logo {
        width: 80px;
        height: 60px;
        display: flex;
        margin: 17px 30px;
    }
    .logo::before {
        width: 111px;
        height: 108px;
    }
    .logo::after {
        width: 120px;
        height: 92px;
        top: -24px;
    }
    .plus_list {
        color: #767676;
        font-style: initial;
        border-left: 1px solid #767676;
        padding: 16px 20px;
        position: absolute;
        top: 0;
        right: 0;
        /* display: flex;
    align-items: center;
    font-size: 38px; */
    }
    .menu__item {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        border-bottom: 1px solid #767676;
        padding-bottom: 0;
        font-size: 20px;
    }
    [class^="menu__level_"] {
        border-top: 1px solid #767676;
        background: #3b393a;
    }
    .header__switch {
        cursor: pointer;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }
    .header__switch::before {
        content: '';
        display: block;
        width: 41px;
        height: 25px;
        background: url('../images/menu-icon.png') 0 0 no-repeat;
    }
    .header__nav {
        display: none;
        padding-top: 97px;
        position: absolute;
        top: 0;
        background: #1b1b1b;
        width: calc(100% - 20px);
        z-index: 2;
        flex-direction: column;
        align-items: stretch;
        height: 100vh;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header__menu {
        flex-direction: column;
    }
    .header__tips {
        padding: 16px;
    }
    .header__close {
        z-index: 1;
        box-sizing: border-box;
        background: #1b1b1b;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 20px);
        padding: 30px;
        border-bottom: 1px solid #a3a3a3;
        text-align: right;
    }
    .header__language {
        display: flex;
    }
    .language__title {
        padding: 0;
        margin-right: 18px;
    }
    .language__list {
        padding: 0;
        position: static;
        top: initial;
        left: initial;
        transform: none;
        display: flex !important;
    }
    .language__item {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .language__item:not(:first-child)::before {
        content: '/';
        margin: 0 8px;
    }
    .header__external {
        margin-top: 10px;
    }
    .external__item {
        margin: 0 10px 0 0;
    }
    .menu__item {
        flex-direction: column;
    }
    .menu__item a {
        padding: 16px;
    }
    .menu__level_1 {
        padding: 0;
    }
    .menu__item__level_1 {
        font-size: 14px;
    }
}