@font-face {
    font-family: 'MyriadPro';
    src: url(fonts/MyriadPro-Regular.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url(fonts/Raleway-Regular.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url(fonts/Raleway-Bold.woff2) format('woff2');
    font-display: swap;
    font-weight: bold;
}
.header-top{
    height: 41px;
    position: relative;
    z-index: 2;
}
.header-bottom{
    height: 622px;
    width: 100%;
    background-position: center;
    background-image: url(img/header.png);
    position: relative;
}
footer{
    min-height: 354px;
    width: 100%;
    background-position: center;
    background-image: url(img/footer.png);
    background-color:#435fa9;
    color:white;
}
.production{
    min-height: 1231px;
    width: 100%;
    background-position: center;
    background-image: url(img/production.png);
}
.map{
    height: 270px;
    width: 100%;
    background-position: center;
    background-image: url(img/map.png);
}
.video{
    height: 664px;
    width: 100%;
    background-position: center;
    background-image: url(img/video.png);
}
.services{
    min-height: 404px;
    color: white;
}
.service1{
    height: 404px;
    width: 50%;
    background-position: right;
    background-image: url(img/service1.png);
    float: left;
    text-align: center;

}
.service2{
    height: 404px;
    width: 50%;
    background-position: left;
    background-image: url(img/service2.png);
    float: right;
    text-align: center;
}
h2{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #202242;
}
.text{
    font-size: 16px;
    font-family: 'MyriadPro';
    color: #adadad;
}
.service-header{
    padding: 70px 0;
    font-weight: bold;
    font-family: 'Raleway';
    font-size: 32px;
}
.service-description{
    max-width: 420px;
    margin:0 auto;
    font-family: 'MyriadPro';
    font-size: 14px;
}
.service-button{
    width: 155px;
    height: 56px;
    border: 1px solid white;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    padding-top: 10px;
    margin-top: 50px;
}
.service-button:hover{
    color: white;
}
.header-bottom-menu{
    position: absolute;
    width: 100%;
    border-top: 1px solid white;
    bottom: 0;
    height: 82px;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'MyriadPro';
    font-size: 22px;
    color:white;
    padding: 5px 20px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: white;
}
.navbar-nav{
    margin: 0 auto;
    margin-top: 8px;
}

.navbar-light .navbar-nav .active > .nav-link{
    border: 1px solid white;
    color: white;
}
.footer_header{
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px;
    max-width: 110px;
    text-align: right;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul li a{
    color: white;
}
footer ul li a:hover{
    color: white;
}
.footer-logo{
    margin-top: 35px;

}
.footer_address{
    padding-top: 40px;
}
.footer_address img{
    display: inline-block;
    float: left;
}
.footer_address_text{
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    max-width: 254px;
    padding-left: 60px;
}
.footer-menu{
    text-align: right;
    max-width: 110px;
    position: relative;
}
.footer-menu li:after{
    border-bottom: 1px solid #f2f2f2;
    content: ' ';
    opacity: 0.4;
    height: 1px;
    position: absolute;
    right: 0;
    width: 64px;
}
.footer-menu li:first-child:after{
    border: none;
}
.footer-contacts{
    font-size: 18px;
    margin-top: 20px;

}
.footer-contacts li{
    min-height: 35px;
}
.footer-credits{
    font-size: 14px;
    margin-top: 10px;
}
.phone{
    color: #0157a4;
    font-weight: bold;
    margin-top: 5px;
}
.header-top .dropdown-menu .dropdown-item{
    color: #0157a4;
    font-weight: bold;
}
.header-top .dropdown-menu{
    padding: 0;
    border-radius: 0;
}
.header-top .dropdown-menu .dropdown-item:hover{
    color: white;
    background-color: #0157a4;
}
.company{
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .service1{
        width: 100%;
        float: none;
    }
    .service2{
        width: 100%;
        float: none;
    }

}