@charset "UTF-8";

html {
  /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
  /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 1.5;
}

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

/* ������ */
@font-face {
    font-family: 'Helvetica Neue';
    src: url("fonts/HelveticaNeue/HelveticaNeue.eot");
    src: local("Helvetica Neue"), local("HelveticaNeue"), 
         url("fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), 
         url("fonts/HelveticaNeue/HelveticaNeue.woff2") format("woff2"), 
         url("fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), 
         url("fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url("fonts/HelveticaNeue/HelveticaNeue.eot");
    src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"),
         url("fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), 
         url("fonts/HelveticaNeue/HelveticaNeue.woff2") format("woff2"), 
         url("fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), 
         url("fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 1200px;
}
.header__content {
    min-height: 120px;
    height: 25vh;
    padding: 30px 0;
}
.logo {
    display: block;
    text-decoration: none;
    font-size: 0;
    height: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
.logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo>img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    font-size: 1rem;
    max-height: 100%;
}
.main {
    position: relative;
    height: 75vh;
    background-image: url('../images/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main__content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
}
.main__title {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
}
.main__title strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    .header__content {
        height: 20vh;
        padding: 10px 0;
    }
    .logo {
        max-width: 100px;
    }
    .main {
        height: 80vh;
        margin-top: 110px;
    }
    .main__content {
        padding: 20px 0;
    }
    .main__title {
        font-size: 22px;
    }
}

.сontacts{
     
    float: right;
    text-align: right;
    color: #523812;
} 
}