@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');
@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: #272121;
    font-family: Gosha Sans;
}

/* ---------------------- ОБНУЛЕНИЕ------------------------*/



header {
    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: 1px solid rgb(236 155 37 / 72%);
}

.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: none; */
    color: rgb(183, 54, 7);
    text-decoration: underline;
    transition: .5s all ;
    transition-delay: 0s;
}


.header_phrase {
    font-family: 'Bad Script';
    display: flex;
    justify-content: space-between;
    margin: 30vh 10vw 0 10vw
}

.header_phrase__left h1,
.header_phrase__right h1{
    font-family: 'Bad Script';
    line-height: 150%;
    font-weight: 400;
    text-align: center;
    font-size: 2.8vw;
    color: #28342a;
}


.h1_regBiz_1 {
    font-family: arsenal_f;
    text-align: center;
    font-size: 55px;
    margin-bottom: 30px;
    color: #c77f2c;
}