*{padding: 0;margin: 0;}
body{font-family: prometo, sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.section{max-width: 1920px;padding: 0 100px;margin: 0 auto;width: 100%;box-sizing: border-box;}
.banner-wrapper{padding: 142px 0;position: relative;background-image: url("../images/ban.png ");background-size: cover;background-position: center;}
.banner-wrapper:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.5);}
.banner-wrapper h1{
    font-size: 76px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    font-weight: 400;
}
.contact-info-wrapper .address{position: relative;background-color: #ED7900;width: 50%;padding-bottom: 75px;padding-top: 60px;padding-left: 108px;box-sizing: border-box;}
.contact-info-wrapper .address:before{content: "";background-color: #ED7900;width: 2000px;height: 100%;top: 0;left: 100%;position: absolute;}
.contact-info-wrapper .title-section{margin-bottom: 32px;}
.contact-info-wrapper .address{font-size: 16px;color: #fff;line-height: 28px;}
.contact-info-wrapper .section{display: flex;flex-flow: wrap;}
.contact-info-wrapper .contact-info{width: 50%;padding: 60px 34px 75px;box-sizing: border-box;}
.contact-info-wrapper .contact-info ul{list-style: none;display: flex;flex-flow: wrap;margin-bottom: 23px;}
.contact-info-wrapper .contact-info ul:last-child{margin-bottom: 0;}
.contact-info-wrapper .contact-info li strong{font-weight: 700;font-size: 16px;line-height: 28px;color: #ED7900;margin-right: 12px;display: inline-block;}
.contact-info-wrapper .contact-info li a{text-decoration: none;color: #040405;}
.contact-info-wrapper .contact-info li a:hover{color: #030304;}
.contact-info-wrapper .contact-info li a,
.contact-info-wrapper .contact-info li p{color: #040405;font-size: 16px;line-height: 28px;display: inline-block;}
.contact-info-wrapper .contact-info li{width: 100%;}
.contact-info-wrapper .contact-info .open-hours strong{display: block;margin-bottom: 8px;width: 100%;}
.title-section{font-size: 54px;line-height: 64px;font-weight: 500;color: #040405;}
.title-section.white{color: #fff;}
.footer-wrapper{background-color: #323232;padding-top: 43px;padding-bottom: 43px;}
.footer-wrapper p{color: #FFFFFF;font-size: 16px;line-height: 28px;text-align: center;font-weight: 300;}
.header-wrapper{background-color: #fff;box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);position: fixed;width: 100%;padding-top: 30px;padding-bottom: 30px;top: 0;z-index: 1;}
.header-wrapper .section{display: flex;flex-flow: wrap;padding: 0 30px;justify-content: space-between;position: relative;}
.header-wrapper .contact-info ul{list-style: none;display: flex;flex-flow: wrap;top: 50%;transform: translate(0,-50%);position: relative;}
.header-wrapper .contact-info strong{font-weight: 700;line-height: 16px;line-height: 28px;color: #ED7900;margin-right: 12px;display: inline-block;}
.header-wrapper .contact-info a{text-decoration: none;color: #040405;color: #040405;font-size: 16px;line-height: 24px;}
.header-wrapper .contact-info li a:hover{color: #030304;}
.header-wrapper .contact-info li{margin-left: 32px;}
.conteiner-page{padding-top: 100px;overflow: hidden;}
.map-wrapper{height: 596px;}

@media(max-width: 1000px) {
    .contact-info-wrapper .contact-info {padding-left: 0;}
    .contact-info-wrapper .address{padding-left: 74px;}
    .section{padding-left: 70px;padding-right: 70px}
    .banner-wrapper h1{font-size: 61px;line-height: 71px;}
}

@media(max-width: 767px) {
    .contact-info-wrapper .contact-info {width: 100%;}
    .contact-info-wrapper .address{width: 100%;padding-left: 0px;}
    .contact-info-wrapper .address:after{content: "";background-color: #ED7900;width: 100px;height: 100%;top: 0;right: 100%;position: absolute;}
    .section{padding-left: 30px;padding-right: 30px}
    .banner-wrapper h1{font-size: 50px;line-height: 60px;}
    .title-section {font-size: 44px;line-height: 54px;}
    .header-wrapper .contact-info{display: none;}
    .contact-info-wrapper .title-section {margin-bottom: 22px;}

    .map-wrapper{height: 400px;}

}
@media(max-width: 600px){
    .banner-wrapper h1{font-size: 40px;line-height: 50px;}
    .banner-wrapper{padding: 100px 0}
    .footer-wrapper {padding-top: 33px;padding-bottom: 33px;}
    .title-section {font-size: 30px;line-height: 40px;}
}