@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Comforter+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: arsenal_f;
    src: url(../fonts/arsenal-regular.woff2);
}
/* @import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap'); */

/*!  ОБНУЛЕНИЕ */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
html, body {
    height: 100%;
    line-height: 1;
    
}
body {
    height: 100%;
    line-height: 1;
    background-color: rgb(255, 255, 255);
    font-family: Gosha Sans;
}

/* ---------------------- ОБНУЛЕНИЕ------------------------*/
header {
    height: 100vh;
    
    background: url('../img/header_background.webp') no-repeat center top / cover;
    margin: 15px;
    border-radius: 20px;
}

.header_nav {
    font-family: 'arsenal_f';
    font-weight: 600;
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header {
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 2px solid rgba(247, 191, 6, 0.288);
}

.header_nav__img a img {
    width: 20vw;
}
.header_nav li {
    font-family: 'arsenal_f';
    font-size: 1vw;
}
.header_nav li a {
    
    text-transform: uppercase;
    color: #d89a35;
}
.header_nav li a:hover {
    cursor: pointer;
    color: rgb(183, 54, 7);
    text-decoration: underline;
    transition: .5s all ;
    transition-delay: 0s;
}

header {
    overflow:hidden;
}
.header_phrase {
    position:relative;
    font-family: 'Noto Sans';
    display: flex;
    justify-content: space-between;
    margin: 20vh 10vw 0 10vw;
    bottom: 0px;
}

.header_phrase__left h1,
.header_phrase__right h1{
    font-family: 'Noto Sans';
    line-height: 150%;
    font-weight: 400;
    text-align: center;
    font-size: 2.8vw;
    color: #d89a35;
}

.header_phrase_men {
    max-width: 100%;
    width: 400px;
}