html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
    /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* montserrat-300 - latin_cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-300.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v15-latin_cyrillic-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin_cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-regular.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v15-latin_cyrillic-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin_cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-500.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v15-latin_cyrillic-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin_cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-600.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v15-latin_cyrillic-600.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_cyrillic */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-700.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v15-latin_cyrillic-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #ffffff;
    background: #1b1b1b;
}

h1 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 35px;
    letter-spacing: -1px;
}

h2 {
    font-family: "Montserrat", serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 50px;
    letter-spacing: -2px;
}

h4 {
    font-size: 25px;
    text-transform: none;
    line-height: 30px;
    letter-spacing: -1px;
}

h5 {
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
    letter-spacing: -1px;
}

/* Header styles start */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 105px;
    padding-left: 18px;
}

.header__menu {
    display: flex;
    flex-wrap: wrap;
}

.header__menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}

.header__menu a {
    padding: 0.5em 0;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}

.header__menu a:before,
.header__menu a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.header__menu a:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0;
    content: "";
    background-color: #3498db;
}

.header__menu a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
}

.header__menu a:hover:before,
.header__menu .current a:before {
    opacity: 1;
    width: 100%;
}

.header__menu a:hover:after,
.header__menu .current a:after {
    max-width: 100%;
}

.menu__item {
    padding: 0 18px;
}

.menu__item:hover,
.menu__item:focus,
.menu__item:active {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.header__link {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    direction: ltr;
    color: #ffffff;
    text-decoration: none;
}

/* Header styles end */

/* Header mobile start */

@media only screen and (max-width: 1100px) {
    .header_wrap #header-container .header-wrap > .row {
        height: inherit;
        line-height: inherit;
        color: inherit;
    }
}

/* Header mobile end */

/* Section 1 styles start */
.section1__background {
    background: url(../images/section/men2-mono.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    /*padding-top: 45vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.section1__logo__img {
    margin-bottom: 20px;
}

.section1__header {
    font-size: 64px;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .section1__header {
        text-align: center;
    }
}

/* Section 1 styles end */

/* Section 2 styles start */
.section2__background {
    background: url(../images/section/ing-mono.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.wrapper__section_2 {
    max-width: 100%;
    /*max-width: 1750px;*/
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.header__section_2 {
    font-size: 64px;
    line-height: 78px;
}

.title__section_2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 130px;
}

.section2__circle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.section2__wrapper__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section2__wrapper__column {
    max-width: 500px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.section2__description {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .section2__circle {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
    }
}

@media screen and (max-width: 1024px) {
    .section2__background {
        height: 100%;
    }

    .header__section_2 {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        margin-top: 65px;
    }

    .title__section_2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .wrapper__section_2 {
        justify-content: center;
    }

    .section2__wrapper__row {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .section2__wrapper__column {
        margin: 0 auto 40px;
    }

}

/* Section 2 styles end */

/* Section 3 styles start */
.section3__background {
    background: url(../images/section/ing-monit-mono.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.wrapper__section_3 {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wrapper__section_3__title {
    margin-right: 160px;
    margin-left: 20px;
}

.header__section_3 {
    margin-top: 65px;
    font-size: 48px;
    line-height: 59px;
}

.title__section_3 {
    font-size: 24px;
    line-height: 29px;
}

.description__section_3 {
    font-size: 16px;
    line-height: 25px;
}

.section3__icon {
    margin-right: 20px;
}

.section3__wrapper__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section3__wrapper__row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 20px;
}

@media screen and (max-width: 1024px) {
    .section3__background {
        height: 100%;
    }
    .wrapper__section_3 {
        flex-direction: column;
        margin: 0 auto;
    }

    .wrapper__section_3__title {
        margin: 0 auto 30px;
        text-align: center;
    }

    .heading__delimiter {
        margin: 0 auto;
    }

    .big__delimiter {
        margin-bottom: 30px;
    }
}

/* Section 3 styles end */

/* Section 4 styles start */
.section4__background {
    background: url(../images/section/man-tub-mono.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.section4__wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.section4__header {
    font-size: 64px;
    /*line-height: 78px;*/
    margin: 60px auto 20px;
}

.section4__delimiter__header {
    max-width: 700px;
    border-bottom-style: solid;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    margin: 0 auto 20px;
}

.section4__description {
    display: flex;
    justify-content: space-between;
}

.section4__description__left {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin-left: 150px;
}

.section4__description__right {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin-right: 150px;
}

.section4__column_header {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto 20px;

}

.section4__column_description {
    display: block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin: 0 20px 50px;
    list-style-type: square;
}

@media screen and (max-width: 1024px) {
    .section4__description {
        flex-wrap: wrap;
    }

    .section4__description__left {
        margin: 0 auto;
    }

    .section4__description__right {
        margin: 0 auto;
    }

    .section4__header {
        font-size: 40px;
        margin: 65px auto 10px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .section4__column_description {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.04em;
    }

    .section4__column_header {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.04em;
    }

}

/* Section 4 styles end */

/* Section 5 styles start */
.section5__background {
    background: url(../images/section/1-mono.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.section5__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.section5__circle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.section5__header {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 20px;
}

.section5__heading__delimiter {
    margin-bottom: 20px;
    border-bottom-style: solid;
    width: 100px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
}

.section5__description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px;
}

.section5__icon {
    margin-bottom: 15px;
}

.section5__text {
    font-size: 24px;
    line-height: 29px;
}

.section5__text:last-child {
    margin-bottom: 20px;
}

.section5__wrapper a {
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: white;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 1024px) {
    .section5__header {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section5__description {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 50px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .section5__text {
        font-size: 18px;
        line-height: 22px;
    }
}


/* Section 5 styles end */

.footer {
    background: #323232;
    display: flex;

}

.footer__wrapper {
    margin: 90px auto;
}

/* General start */
.heading__delimiter {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    width: 100px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
}

.big__delimiter {
    margin-top: 20px;
    margin-bottom: 100px;
    border-bottom-style: solid;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
}

@media screen and (max-width: 1024px) {
    .big__delimiter {
        margin-bottom: 30px;
    }
}

/* General end */

/* Burger menu start */
@media (max-width: 768px) {
    .menu-burger__header {
        position: relative; /* задаем относительное позиционирование */
        width: 40px; /* определяем размеры блока */
        height: 35px;
        display: block;
        margin-right: 18px;
    }

    .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before {
        height: 3px;
        width: 100%;
        position: absolute;
        background: #fff;
        margin: 0 auto;
    }

    .menu-burger__header span {
        top: 16px;
    }

    .menu-burger__header:after, .menu-burger__header:before {
        content: '';
    }

    .menu-burger__header:after {
        bottom: 5px;
    }

    .menu-burger__header:before {
        top: 5px;
    }

    .header__nav {
        display: block;
        position: absolute;
        top: 55px;
        left: 0;
        background: #132a36;
        box-shadow: #011926;
        width: 100%;
        box-shadow: 0 5px 6px rgba(36, 36, 36, 0.37);
        left: -100%;
        transition: all 0.4s ease;
    }

    .header__nav.open-menu {
        left: 0;
    }

    .menu-burger__header.open-menu span {
        opacity: 0;
        transition: 0.5s;
    }

    .menu-burger__header.open-menu:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }

    .menu-burger__header.open-menu:after {
        transform: rotate(-38deg);
        bottom: 16px;
        transition: 0.4s;
    }

    .header__menu {
        display: block;
        overflow: auto;
    }

    .header__menu li {
        display: block;
        margin: 40px 0 40px 33px;
        font-size: 14px;
    }

    .fixed-page {
        overflow: hidden;
    }
}

/* Burger menu end */
