
@font-face {
    font-family: 'DIN Pro Regular';
    src: url('../fonts/DINPro.eot');
    src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro.woff') format('woff'),
        url('../fonts/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'DIN Pro Bold';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
.top-nav {
    margin-top: 68px;
    margin-bottom: 72px;
}

.top-nav_menu {
    display: flex;
    justify-content: space-between;
}
.top-nav_menu li{
    list-style: none;
}

.top-nav_menu a {
    color: #626262;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;

}
.logo {
    color: #000000;
    font-family: Inconsolata;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-right: 341px;
}
.top-image img {
    width: 100%;
}
body {
    font-family: 'DIN Pro Regular';
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.lead {
    margin-top: 51px;
    margin-bottom: 71px;
}
section {
    padding-top: 30px;
    margin-bottom: 40px;
}
h1 {
    font-family: Arial;
    font-size: 70px;
    font-weight: 900;
    line-height: 70.06px;
}
h2 {
    font-family: 'Arial';
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 31px;
    line-height: 30px;
}
h3 {
    font-family: 'DIN Pro Bold';
    font-size: 34px;
    line-height: 40px;
}
p {
    font-size: 22px;
    line-height: 30px;
}

a {
    color: #0012ff;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
}

ul {
    margin-top: 62px;
    list-style: none;
}

li {
    padding-bottom: 30px;
}
.header {
    height: 571px;
    background-image: url('../img/header.png');
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
}
.main-text {
    font-family: Arial;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
.note {
    padding-top: 15px;
    width: 422px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'DIN Pro Bold';
}
.right {
    width: 283px;
    margin-left: 30px;
    padding-top: 62px;
    font-size: 18px;
    width: 288px;
}
.max img {
    width: 100%;
    padding-bottom: 16px;
}
.min-p p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.low {
    margin-top: 48px;
}
footer {
    margin-bottom: 62px;
}
footer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
footer span {
    color: #0c3e73;
}
footer ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
footer li {
    list-style: none;
}
footer a {
    color: #004da0;
}
footer .min {
    height: 25px;
}