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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

strong {
    font-family: 'Arial', serif;
    font-weight: 700;
}

em {
    font-style: italic;
}

:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
	background-color: #d7dade;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
	color: #222427;
}

h1 {
    font-family: 'Arial', serif;
    color: #fff;
    font-size: 4.5em;
    line-height: 83px;
    font-weight: 400;
    margin: 50px 0;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
}
h2 {
    color: #222427;
    font-size: 6.25em;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
h1 span,
h2 span {
    color: #fdb813;
}
a {
    color: #494949;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
img {
    max-width: 100%;
}
.centerBlock {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 70px;
    box-sizing: border-box;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    margin-bottom: 190px;
}
.header_image {
    border-radius: 60px 0 0 0;
    overflow: hidden;
    max-width: 560px;
}
.header_text {
    background-color: #222427;
    padding: 35px;
    flex-grow: 1;
    margin-left: 40px;
}
.header_text p {
    color: #cecece;
    font-size: .875em;
    max-width: 330px;
}

.about_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_left {
    width: 62%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_right {
    width: 31%;
}
.about_left > * {
    width: 50%;
}
.about_title {
    font-size: 90px;
    margin-bottom: 70px;
    color: #004411;
    text-transform: uppercase;
}
.about_list ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about_list ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 30px;
    font-size: .75em;
    color: #7d7f81;
    text-transform: uppercase;
    text-align: right;
}
.about_list ul li strong {
    color: #222427;
    font-size: 4.375em;
    font-weight: 400;
    line-height: 90px;
    display: flex;
}
.about_text,
.about_right {
    font-size: .875em;
    max-width: 400px;
}
.about_text p,
.about_right p {
    margin-bottom: 50px;
}

.custom_header {
    color: #222427;
    font-size: 6.25em;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-top: 210px;
    margin-bottom: 80px;
    text-transform: uppercase;
    max-width: 1570px;
}
.custom_header p:nth-child(even) {
    text-align: right;
}
.custom_header span {
    color: #7d7f81;
}

.item_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.item_title {
    color: #cecece;
    font-size: 6.25em;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
}
.item_descr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #222427;
    padding: 50px 35px;
    flex-grow: 1;
    margin-right: 40px;
}
.item_text {
    color: #cecece;
    font-size: 1.25em;
    line-height: 26px;
}
.item_inner:nth-child(odd) {
    flex-direction: row-reverse;
}
.item_image {
    border-radius: 0 0 60px 0;
    overflow: hidden;
    width: 560px;
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}
.item_inner:nth-child(odd) .item_image {
    border-radius: 60px 0 0 0;
}
.item_inner:nth-child(odd) .item_descr {
    margin-right: 0;
    margin-left: 40px;
}

.contacts {
    background-color: #222427;
    margin-top: 100px;
    padding: 30px 0 55px;
}
.contacts .centerBlock {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #cecece;
    border-radius: 60px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.contacts_inner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.contacts_title {
    font-size: 6.25em;
    margin-top: 90px;
    margin-bottom: 130px;
    color: #7b7b7b;
    text-transform: uppercase;
}

.contacts_text {
    color: #cecece;
    font-size: 4.375em;
    text-transform: uppercase;
    padding-bottom: 245px;
    padding-right: 200px;
    line-height: 90px;
}
.contacts_text a {
    color: #cecece;
    text-decoration: none;
    transition: all .4s;
}
.contacts_text a:hover {
    text-decoration: underline;
}
.contacts_small {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #cecece;
    font-size: .875em;
    padding-bottom: 70px;
}


.footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-size: .75em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}