
body{
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
header{
    /*position: relative;*/
}
.main-screen{
    position: relative;
}
.menu-container{
    background-color: #0000;
}
.top-block{
    margin-top: 20px;
}
.brand{
    float: left;
    margin-top:5px;
}
.phone-down{
    color: #fff;
    float: right;
}
.phone-number{
    font-size: 19px;
    padding-left: 5px;
}
.order-by-call{
    font-size: 14px;

}

.first-screen-table{
    display: table;
    /*height: 100vh;*/
    width: 100%;
    position: relative;
    background: url(../img/header_bg.jpg) top no-repeat;
    background-size: cover;
   

}

.first-screen-row{
    display: table-row;
}
.first-screen-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
h1{
    /*text-transform: uppercase;*/
    font-size: 56px;
    font-weight: 700;
    margin-top: 4vh;

}
.header-subtitle{
    font-size: 22px;
    margin:40px 0;

}
.header-img{
    margin-top:120px;
    margin-bottom: 7vh;
}
.header-img img{
    margin-left:12%;
}
h1, .header-subtitle{
    color: #fff;
}
.btn {
    background-color: #e54635;
    /*border: 1px solid #fff;*/
    margin: 0 auto;
    font-size: 18px;
    height: 42px;
    width: 186px;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    padding: 0;
}
.btn:hover{
    background-color: #B43A2D;
}
.anchor{
    padding-top: 7px;
}
.anchor-call{
    padding-top: 2px;
}
.anchor:hover, .anchor-call:hover{
    color: #fff;
    text-decoration: none;
}
.btn-call{
    height: 29px;
    width: 141px;
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
    margin-left: 6px;
    margin-bottom: 25%;
}
.manufacturing-process{
    margin-bottom: 4%;
}
.manufacturing-process-block{
    text-align: center;
}
.manufacturing-process-block ul{
    list-style-type: none;
    padding: 0;
}
.manufacturing-process-block ul li p{
    padding-top: 15px;
}
/*.services{*/
    /*background-color: #fff;*/
/*}*/
h2{
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 6% 0 5% 0;
}
.services{
    /*display: table;*/
    /*height: 100vh;*/
    width: 100%;
    /*position: relative;*/
    background: url(../img/job_description_bg.jpg) top no-repeat;
    background-size: cover;
    padding-bottom: 7%;

}
.services-subtitle{
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10%;
}
.white-block{
    background-color: #fff;
    margin-top: 7%;
    padding-bottom: 3%;

}
.white-block h2{
    padding-top: 5%;
}
.work-block{
    margin: 10px 20px;
    border: 2px solid #000;
    background-color: #f2f2f2;
}
.work-block-title{
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
  margin: 25px 0 15px 0;
}
.work-block-right p{
    padding-right: 5px;
}
.work-block-img{
    padding: 5px;

}
.work-examples-row{
    padding: 10px;
}
.decimal-list{
    list-style-type: decimal;
}
.span-black{
    font-weight: 700;
}
.span-red{
    font-weight: 700;
    color:#f90909; ;
}
.form-block-container{


    margin-top:6%;
}
.form-block-bg{
    background: url(../img/form_bg.jpg) top no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px;
    /*margin: 5px;*/
}
.form-border{
    border:2px solid #fff;
}
.form-title, .form-subtitle{
    color:#fff;
    text-align: center;
}
.form-title{
    margin-top: 3%;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-subtitle{
    font-size: 21px;
    margin-top: -20px;
}
.form-position{
    text-align: center;
    margin: 40px 0 15px 0;
}
.form-position div input{
    width: 270px;
    height: 45px;
}
.form-description{
    color: #9c9c9c;
    padding-left: 70px;
    margin-bottom: 50px;
}
#af_name{
    float: right;
}
#btn-form{
    float: left;
    text-transform: uppercase;
    width: 270px;
}

.work-examples{
    background: url(../img/work_bg.jpg) top no-repeat;
    background-size: cover;
}
.work-examples-title{
    color: #fff;
    padding-top: 5%;
    margin-bottom: 3%;
}
.work-examples-block{
    padding-bottom: 4%;
}
.single-item{
    /*width: 520px;*/
    /*height: 444px;*/
    margin: 0 auto;
    border: 2px solid #fff;
}
.contacts h2{
    margin-top: 3%;
    margin-bottom: 3%;
}
.contacts-block-left ul{
    list-style-type: none;
    margin-bottom:30px;
}
.contacts-block-left ul li img{
    float: left;
}
.contacts-block-left ul li p{
    padding: 8px 0 0 60px;
    margin-bottom: 0;
}
#mobile-p{
    padding-top: 0;
}
#email-p{
    margin-top: -12px;
}
.map-block{
    border: 2px solid #000;
}
.contacs-row{
    margin-bottom: 5%;
}

.footer-block{
    background: url(../img/footer_bg.jpg) top no-repeat;
    background-size: cover;
}
.footer-down{
    background-color: #252326;
    border-width: 1px;
    border-color: #cccccc;

    color: #826d6b;
}
.footer-down-row{
    padding: 25px 0;
}
.requisites{
    color: #fff;
    margin-top: 75px;
    font-size: 14px;
}
.footer-phone{
    margin-top: 30px;
}
.footer-logo{
  text-align: center;
    margin-top: 60px;
}

.web-studio-link a{
    color: #c3c3c3;
}
.privacy-policy{
    float: right;
}
.privacy-policy-link{
    color: #826d6b;
    text-decoration: underline;
    cursor: pointer;
}
.privacy-policy-link:hover{
    color: #e54635;
}
.modal-body, .modal-title{
    color: #000;
}

@media (max-width:991px) {
    .header-img{
       display: none;
    }
    .first-screen-table{
        display: table;
        height: 100vh;
    }
    .work-img-position{
        text-align: center;
    }
    #af_name, #af_phone{
        float: none;
        margin-bottom: 15px;
    }
    #btn-form{
        float: none;

    }
    .form-description{
        text-align: center;
        padding-left: 0;
    }
    .privacy-policy{
        float: none;
    }
    .requisites{
        text-align: center;
        margin-top: 40px;
    }
    .footer-phone{
        float: none;
        text-align: center;
    }
    .footer-logo {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .btn-call{
        margin-bottom: 18%;
    }
    .web-studio-link,.privacy-policy{
        text-align: center;
    }
}


@media (max-width:411px) {
    h1{
        font-size: 41px;
    }
    h2, .services-subtitle, .form-title{
        font-size: 31px;
    }
}


@media (max-width:362px) {
    .form-position div input {
        width: 226px;
        height: 45px;
    }
    .brand{
        width: 100px;
    }
    #btn-form{
        width: 226px;
    }
    h1 {
        font-size: 35px;

    }
    .header-subtitle {
        font-size: 16px;
        margin: 11px 0;
    }
}

@media (max-height:430px) {
    h1{
        line-height: 30px;
        margin-top: -5px;
    }

}

.btn-over{
    width: 200px;
}
.price{
    margin-top: 4%;
}
.bg-title{
    margin-top: 5%;
    margin-bottom: 3%;
    color: #fff;
}
