* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    font-family: "TruthCYR";
}

@font-face{
    font-family: 'Nova';
    src: url('../../font/Proxima_Nova_Thin.otf');
}

html, body, .site {
    width: 100%;
    height: 100%;
}

body, input {
    background-color: #F1EFF0;
}

header {
    background: url("../../images/bg.png") no-repeat left top;
    background-size: 85%;
    min-height: 100%;
    padding-top: 4%;
    height: 710px;
}

.header_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.logo_wrapper {
    height: 100%;
    width: 18%;
}

.logo {
    display: block;
    background: url("../../images/igs_logo.png") no-repeat left top;
    background-size: contain;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.sep {
    width: 20%;
}

.menu {
    list-style: none;
    height: 100%;
}

.menu li {
    float: left;
    margin-right: 20px;
}

.menu li a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    padding-bottom: 4px;
    /*font-family: "Nova", "Calibri Light";*/
}

.menu li a:hover {
    border-bottom: 2px solid #CB8A00;
}

.body_wrapper {
    margin-top: 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title {
    width: 460px;
    height: 63px;
    padding-left: 2%;
    border-left: white solid 2px;
    color: white;
    font-family: "Bebas Neue";
    text-transform: uppercase;
    margin-left: 250px; 
}

.title_part1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 0.6em;
    padding-bottom: 20px;
    font-family: "Bebas Neue";
}

.title_part2 {
    font-size: 2em;
    line-height: 0.8em;
    font-family: "Bebas Neue";
}

.form_auth {
    width: 300px;
    margin-right: 320px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.form_auth .input_title {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    /*font-family: "Nova", "Calibri Light";*/
}

.form_auth input:not([type='submit']) {
    border: 0px;
    border-bottom: 1px solid #DFDACC;
    padding: 5px 10px;
    text-align: center;
    color: #555;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
}
.form_auth input[type='password'] {
    font-size: 20px;
    letter-spacing: 5px;
    height: 25px;
}

.form_auth input[type='submit'],
.form_auth button{
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    margin-top: 20px;
    color: white;
    text-transform: uppercase;
    background-color: #0e172a;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}

.form_auth a{
    color: #0060a0;
    text-decoration: none;
}

.other_form_btns {
    text-align: center;
    /*font-family: "Nova", "Calibri Light";*/
    letter-spacing: 1px;
}

.other_form_btns a {
    color: #999;
    text-decoration: none;
}

.other_form_btns a:hover {
    color: #80A718;
}

@media screen and (max-width: 1345px) {
    .title {
        margin-left: 220px; 
        width: 400px;
        font-size: 80%;
    }
    .form_auth {
        margin-right: 250px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1222px) {
    header {
        background-size: contain;
    }
    .body_wrapper {
        margin-top: 25%;
    }
    .form_auth {
        margin-right: 150px;
        margin-top: 60px;
    }

}

@media screen and (max-width: 1070px) {
    .body_wrapper {
        margin-top: 22%;
    }
    .title {
        margin-left: 200px; 
        width: 325px;
        height: 58px;
        font-size: 70%;
    }
    .form_auth {
        margin-right: 100px;
        margin-top: 80px;
        margin-left: -100px;
    }

}

@media screen and (max-width: 850px) {
    .title {
        margin-left: 150px; 
        width: 245px;
        height: 47px;
        font-size: 50%;
    }
}

@media screen and (max-width: 695px) {
    .body_wrapper {
        margin-top: 18%;
        display: block;
    }
    .title {
        margin-left: 120px; 
        width: 190px;
        height: 43px;
        font-size: 40%;
    }
    .form_auth {
        margin: 0px auto;
        margin-top: 18%;
    }
}

@media screen and (max-width: 550px) {
    .body_wrapper {
        margin-top: 16%;
        display: block;
    }
    .title {
        margin-left: 20%; 
        width: 150px;
        height: 25px;
        font-size: 30%;
    }
    .title_part1 {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    header {
        background: url("../../images/bg_mobile.png") no-repeat center top;
        background-size: 100%;
        padding: 10px;
        height: auto;
    }
    .logo_wrapper {
        width: 111px;
    }
    .body_wrapper {
        margin-top: 270px;
    }
    .title {
        margin-left: 0%; 
        width: 100%;
        height: 57px;
        font-size: 70%;
    }
    .title_part1 {
        padding-bottom: 20px;
    }
    .form_auth {
        margin-top: 110px;
    }
    .menu_toggle_btn {
        background: url("../../images/menu.svg") no-repeat center 5px;
        width: 50px;
        height: 100%;
        cursor: pointer;
        background-size: 65%;
    }
    .menu {
        display: none;
        width: 250px;
        margin-left: calc(100% - 250px);
        background-color: rgba(0,0,0,0.3);
        
        height: auto;
    }
    .menu li {
        padding: 5px;
    }
    .menu li {
        margin-right: 0px;
    }
    .menu li a {
        font-size: 14px;
    }
    .header_wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
        height: 50px;
    }
    
    .sep {
        width: 0px;
    }
}

@media screen and (max-width: 361px) {
    .body_wrapper {
        margin-top: 230px;
    }
    .title {
        height: 49px;
        font-size: 60%;
    }
    .form_auth {
        margin-top: 110px;
    }
}

@media screen and (max-width: 320px) {
    .body_wrapper {
        margin-top: 200px;
    }
    .title {
        height: 37px;
        font-size: 50%;
    }
    .title_part1 {
        padding-bottom: 10px;
    }
    .form_auth {
        margin-top: 100px;
        width: 90%;
    }
}