@font-face {
    font-family: medium;
    src: url(../font/SFProDisplay-Medium.ttf);
}

@font-face {
    font-family: light;
    src: url(../font/SFProDisplay-Light.ttf);
}

body {
    font-family: medium, sans-serif;
    background-color: #E5E5E5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

body ul li {
    text-decoration: none;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.white {
    color: #fff;
}

.white:hover {
    color: #fff;
}

.header {
    margin-bottom: 85px;
    padding-top: 30px;
    background: url(../img/header/Rectangle.png) center no-repeat;
    background-size: cover;
    color: #E1E1E1;
}

.header-logo {
    font-size: 19px;
}

.header-logo__subtitle {
    font-family: light, sans-serif;
    font-size: 16px;
}

.header-logo__img {
    display: block;
    width: 93px;
    height: 100px;
}

.header-logo__text {
    margin-bottom: 0;
    padding-left: 10px;
    font-family: light, sans-serif;
}

.header-slogan {
    font-family: light, sans-serif;
    font-size: 22px;
}

.header-contacts {
    padding-left: 90px;
    margin-bottom: 60px;
}

.header-contacts__text {
    font-size: 19px;
}

.header-contacts__btn {
    padding: 10px 15px;
    border-radius: 2px;
    color: #333333;
    background-color: #6FCF97;
    font-size: 19px;
}

.header-contacts__btn:hover {
    color: #333333;
    background-color: #49c27b;
}

.header-menu li {
    display: inline-block;
    margin-left: 19px;
    margin-right: 19px;
    font-size: 22px;
}

.header-menu li a {
    color: #E1E1E1;
}

.header-menu li a:hover {
    color: #6FCF97;
    border-bottom: 1px solid #6FCF97;
}

.header-btn__descr {
    font-family: light, sans-serif;
}

.tell {
    margin-bottom: 46px;
    font-size: 22px;
}

.news {
    margin-bottom: 70px;
}

.news-header h2 {
    color: #666666;
}

.news-box {
    display: inline-block;
    margin-bottom: 50px;
}

.news-btn a {
    padding: 10px 17px;
    border: 1px solid #333333;
    border-radius: 2px;
    color: #333333;
}

.news-btn a:hover {
    color: #6FCF97;
    border: 1px solid #6FCF97;
}

.news-img img {
    width: 250px;
}

.news-date {
    font-family: light, sans-serif;
}

.news-title {
    font-size: 22px;
}

.news-subtitle {
    font-size: 18px;
}

.news-descr {
    font-size: 16px;
    font-family: light, sans-serif;
}

.modalOne {
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(229, 229, 229, 0.9);
    display: none;
    position: fixed;
    z-index: 5;
}

.modalOne .btn {
    background-color: #6FCF97;
}

.modalOne .modalForm {
    max-width: 480px;
    min-width: 300px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidebar {
    padding-top: 10px;
    padding-left: 0;
    font-size: 15px;
    color: #333333;
}

.sidebar li {
    margin-bottom: 20px;
}

.sidebar li a {
    color: #333333;
}

.sidebar li a:hover {
    color: #6FCF97;
    border-bottom: 1px solid #6FCF97;
}

.maps p img {
    max-width: 100%;
}

.contacts-img {
    max-width: 300px;
}

.footer {
    font-size: 15px;
    padding-top: 35px;
    background: #242424;
}

.footer ul li {
    color: #A2A2A2;
}

.footer ul li a {
    color: #E1E1E1;
}

.footer ul li a:hover {
    color: #6FCF97;
}

.footer-copy {
    font-size: 13px;
    color: #A2A2A2;
}

@media screen and (max-width: 991px) {
    .header-contacts {
        margin-bottom: 20px;
        padding-left: 0;
        text-align: center;
    }
    .header-contacts .tell {
        margin-bottom: 20px;
    }
    .header-btn__descr {
        margin-bottom: 20px;
    }
    .header-menu {
        padding: 0;
    }
    .header-menu li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #333333;
    }
    .news-img img {
        width: 100%;
    }
    .contacts-img {
        min-width: 100%;
    }
    .footer .header-logo__text {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer ul {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer ul li {
        border-bottom: 1px solid #333333;
        padding: 5px;
    }
}
/*# sourceMappingURL=main.css.map */