@charset "UTF-8";
button,
hr,
input {
    overflow: visible;
}
button,
hr {
    box-sizing: content-box;
}
a,
legend {
    color: inherit;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}
body,
h1,
sub,
sup {
    position: relative;
}
html {
    line-height: 1.5em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: vcard;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e800";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-vkontakte:before {
    content: "\f189";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-telegram:before {
    content: "\f3fe";
}
.icon-viber:before {
    content: "\f409";
}
body {
    min-height: 100%;
    height: auto;
    background: #ebebeb;
    font-family: 'Open Sans', Arial, sans-serif;
}
.col-3,
.wrapper {
    padding-right: 20px;
}
.wrapper {
    max-width: 1190px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 260px;
}
h1,
p {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
}
.row {
    overflow: hidden;
}
.col-3 {
    float: left;
    width: 30%;
    width: calc(33% - 20px);
}
.columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media all and (max-width: 768px) {
    .col-3 {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .columns {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
.columns p {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}
h1 {
    padding: 170px 0 140px;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    min-height: 230px;
}
.top_nav__link,
h1 small,
h2 {
    font-weight: 300;
}
@media all and (max-width: 768px) {
    h1 {
        padding: 70px 0;
        font-size: 50px;
        min-height: auto;
    }
}
h1 small {
    display: block;
    padding-bottom: 20px;
    color: #fff;
    font-size: 48px;
}
h1:after,
h1:before {
    content: "";
    display: block;
    position: absolute;
    width: 721px;
    height: 119px;
    right: 50%;
    top: 0;
    margin-right: -362px;
    background: url(img/monogram_top.png) 50% 50% no-repeat;
}
@media all and (max-width: 768px) {
    h1 small {
        font-size: 24px;
    }
    h1:after,
    h1:before {
        width: 266px;
        height: 44px;
        margin-right: -133px;
        background-size: contain;
    }
}
h1:after {
    height: 95px;
    top: auto;
    bottom: 0;
    background: url(img/monogram_bottom.png) 50% 50% no-repeat;
}
h2 {
    margin: 0 auto;
    padding: 0 0 45px;
    color: #414042;
    color: inherit;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
}
@media all and (max-width: 768px) {
    h1:after {
        height: 30px;
        background-size: contain;
    }
    h2 {
        font-size: 40px;
        padding: 0 0 20px;
    }
}
p {
    padding: 0 0 35px;
    color: #414042;
    color: inherit;
    font-size: 24px;
    line-height: 1.2em;
}
@media all and (max-width: 768px) {
    p {
        padding: 0 0 20px;
    }
}
.top_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 26px 0 6px;
    background: #000;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    text-align: right;
}
.top_nav .wrapper {
    position: relative;
}
.top_nav__link {
    display: inline-block;
    padding: 0 34px 0 60px;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
}
@media all and (max-width: 992px) {
    .top_nav__link {
        padding: 0 10px 0 30px;
    }
}
.top_nav__link-home {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 74px;
    height: 22px;
    text-indent: 9999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background: url(img/home.png) 50% 50% no-repeat;
}
.screen_top {
    padding: 65px 0;
    min-height: 620px;
    background: url(img/fon.png) 50% 50% no-repeat #222;
    background-size: cover;
}
.screen_about {
    padding: 90px 0;
    color: #414042;
}
.screen_about p {
    font-size: 30px;
}
@media all and (max-width: 768px) {
    .screen_top {
        min-height: auto;
    }
    .screen_about {
        padding: 60px 0;
    }
    .screen_about p {
        font-size: 24px;
    }
}
.screen_contacts {
    padding: 100px 0 160px;
    background: #222;
    color: #fff;
}
@media all and (max-width: 768px) {
    .screen_contacts {
        padding: 60px 0;
    }
}
.screen_contacts h2 {
    padding-bottom: 100px;
}
.screen_contacts a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.screen_contacts a.socnet_link {
    font-weight: 400;
    display: inline-block;
}
.screen_contacts b {
    display: block;
}
@media all and (max-width: 768px) {
    .screen_contacts h2 {
        padding-bottom: 50px;
    }
    .screen_contacts p {
        text-align: center;
    }
}
.copy {
    padding: 30px 0;
    background: #fff;
    color: #414042;
    text-align: center;
}
.copy p {
    padding-bottom: 0;
}