header{
    min-height: 64px;
}

.top-contact{
    height: 719px;
    width: 100%;
    background-position: center;
    background-image: url(img/top_slide.png);
}
.product-block{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.about-block{
    min-height: 628px;
    width: 100%;
    background-position: center;
    background-image: url(img/about-bg.png);
    padding-top: 64px;
    color: #464646;
}
.jobs-block{
    display: inline-block;
}
.slide{
    width: 25%;
    position: relative;
    float: left;
}
.contacts-block,.contacts-block .container,.contacts-block .container .row{
    min-height: 386px;
}
h2{
    font-family: "Century Gothic";
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.products-container h2{
    margin-top: 70px;
}
.jobs-block h2{
    margin-top: 45px;
    margin-bottom: 45px;
}
.about-wrapper{
    min-height: 433px;
    max-width: 1073px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
}
.about-block h2{
    padding-top: 45px;
    padding-bottom: 45px;
}
.about-text{
    padding-left: 30px;
    padding-right: 50px;
    font-family: "Century Gothic";
    font-size: 16px;
    line-height: 30px;
    text-align: center;

}
.contacts-right{
    background-color: #6cdbd7;
    width: 100%;
    height: 100%;
}
.product-name{
    text-transform: uppercase;
    font-family: "Century Gothic";
    font-size: 23px;
    color: #3f3a34;
    text-align: center;
    margin-top: 25px;
}
.products-container{
    margin-bottom: 95px;
}


.consult-form{
    margin: 0 auto 0 auto;
    max-width: 422px;
    width: 100%;
}
.form-text{
    height: 60px;
    max-width: 422px;
    width: 100%;
    background-color: white;
    border: 0;
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom: 27px;
}
.form-button{
    height: 60px;
    max-width: 422px;
    width: 100%;
    background-color: #6cdbd7;
    border: 0;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
}
.consult-text{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}
.form-background{
    height: 413px;
    width: 490px;
    background-color: rgba(255,255,255,.35);
    right: 0;
    top:136px;
    position: absolute;
}
.form-line-1,.form-line-2{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #3f3a34;
    text-align: center;
}
.form-line-1{
    text-transform: uppercase;
    margin-top: 25px;
}
.form-block .consult-form{
    margin-top: 10px;
}
.form-block .form-button{
    background-color: #296196;
    color: #ffb554;
}
.header-phone-text {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 0;
    padding-top: 20px;
}
.navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
#navbarNav{
    padding-top: 8px;
}
.contacts-left h2{
    text-align: left;
    margin-bottom: 40px;
}
.contacts-left{
    margin-left: 80px;
    padding-top: 85px;
    font-family: "Century Gothic";
}
.contact-line{
    font-size: 18px;
}
.contact-social{
    margin-top: 30px;
}
.social-header{
    font-weight: bold;
}
.contacts-right h2{
    color: white;
    padding-top: 30px;
    padding-bottom: 10px;
}
.contact-input{
    display: inline-block;
    width: 233px;
    height: 45px;
    border: 0;
    padding: 0 25px 0 25px;
    font-family: "Century Gothic";
    font-size: 18px;
}
.contact-input:first-child{
    margin-right: 28px;
}
.contact-text{
    width: 100%;
    margin-top: 25px;
    border: 0;
    padding: 10px 25px 10px 25px;
    font-family: "Century Gothic";
    font-size: 18px;
}
.form-wrapper{
    max-width: 499px;
    width: 100%;
    margin: 0 auto;
}
.contact-input::placeholder, .contact-text::placeholder{
    color:#a7a7a7;
}
.contact-send{
    font-family: "Century Gothic";
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 286px;
    height: 64px;
    margin: 25px auto 0 auto;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding-top: 10px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .header-phone-text{
        position: inherit;
        padding-top: 0;
    }
}
@media (max-width: 672px) {
    .contact-input{
        margin-top: 24px;
        width: 100%;
    }
    .contacts-left h2{
        text-align: center;
    }
    .contacts-left{
        text-align: center;
        margin-left: 0;
    }
    .form-wrapper{
        padding: 0 20px 30px 20px;
    }
}

@media (max-width: 492px) {
    .form-background{
        width: 100%;
        padding: 0 20px 0 20px;
    }
}
