header{
    border-bottom: 1px solid #e7e7e7;
}

#btn{
    margin-top: 40px;
}
.header-btn {
    background-color: #1a90d9;
    color: #fff;
    border-color:#1a90d9;
    font-size: 19px;
    border: 3px solid #1a90d9;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    margin-left: 20px;
}

.header-btn:hover{
    background-color: #fff;
    color: #1a90d9;
}

#main{
    margin-top: 20px;
    background: url(/img/Фон_LP_1.jpg) center center no-repeat ;
    height: 600px;
    background-size: cover;
    position: relative;
    
}

.main-block h1{ 
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'rm', Arial, Helvetica, sans-serif;
    margin-top: 180px;
    font-size: 50px;
}


.main-block h1 span {
    font-size: 45px;
    color: #99ccff;
}

.form-input {
    display:block;
    margin-top: 10px;
    padding-left: 10px;
    width: 100%;
}

#form-block {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    border: 4px solid #1a90d9;
    background-color: #fff;
    margin-top: 100px;
    margin-left: 120px;
    width: 300px;

}
#form-block h3{
    font-size: 15px;
}

#form-block p {
    font-size: 13px;
    color: rgb(110, 110, 110);
    display: inline;
    margin-left: 5px;
}

#form-main input {
    background-color: rgb(237 237 237);
    border: none;
    border-radius: 3px;
    height: 40px;
}

input::-webkit-input-placeholder { color: rgb(110, 110, 110); }

input::-moz-placeholder { color: rgb(110, 110, 110); }

.form-btn {
    margin: 0px;
    width: 100%;
    margin-top: 20px;
    padding: 5px 5px;
    margin-bottom: 10px;
}

#Equipment{
    padding-top: 30px;
    background-color: #f3f5fa;
}

.Equipment-title{
    margin-bottom: 30px;
}

.equipment-block-items-img img {
    width: 100%;
}

.equipment-block-items h4{
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

.equipment-block-items p {
    background-color: #ffffff;
    color: #000;
    margin: 0;
    padding: 20px 0;
    padding-left: 10px;
    border-bottom: 2px solid #1a90d9;

}

.items-btn{
    display: block;
    margin: 0;
    text-align: center;
    width: 90%;
    margin-left: 15px;
}

.items-btn-block {
    background-color: #fff;
    height: 100px;
    padding-top: 30px;
}

.application-form{
    margin-top: 50px;
     margin-bottom: 40px;
}

.application-form-block{
    width: 80%!important;
    text-align: center;
    display: block!important;
    margin: 0 auto!important;
    margin-top: 50px;

}

.app-form input {
    display: inline-block;
    width: 30%;
    height: 45px;
    margin-left: 10px;
    background-color: rgb(237 237 237);
    border: none;
}
.application-form-block h3{
    font-size: 30px!important;
}


.app-form button {
    width: 30%;
    margin-left: 10px;
}

.app-items{
    margin-top: 30px;
}

 #application {
     padding-top: 20px;
     background-color: #1a90d9;
     padding-bottom: 30px;
 }

 .application-title {
     color: #fff;
 }

 .app-item-img img {
     width: 100%;
 }

 .app-item p {
     color: #000;
     font-size: 20px;
     background-color:#fff;
     font-weight: 600;
 }

.all-items-p {
    padding: 10px 5px 10px 10px;
    text-align: center;
    background-color: #fff;
    margin-top: -10px;
    height: 270px;
    font-size: 14px;
}


#contacts{
    margin-top: 50px;
}

.main-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.contacts-form{
    -webkit-box-shadow: 0px 0px 30px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 30px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 30px 2px rgba(34, 60, 80, 0.2);
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;

}
.contacts-input-block input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 10px;
}

.sent-button{
    padding: 10px 50px;
    background-color: #9F9F9F;
    color: #fff;
    border-color: #9F9F9F;
    margin-top: 30px;
}

.form-title{
    font-size: 17px;
    color: #455076;
    font-weight: 600;
}

.contacts{
    margin-top: 50px;
}
 .contacts p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
 }

 .contcats-address {
     font-size: 15px!important;
     color: rgb(71, 71, 71);
     text-align: center;
     font-weight: 300;

 }



 #footer-logo img{
     width: 15%;
 }

 .footer-logo {
    display: block;
    text-align: center;
    margin-top: 40px;
 }





 @media only screen and (max-width: 576px) {
    .header-btn{
        display: block;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;

    }

    .logo {
        display: block;
    }

    .logo img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    #btn {
        margin-top: 0;
    }

    .logo img{
        display: block;
        width: 50%;

    }

    .main-block h1{
        text-align: center;
        font-size: 35px;
        font-weight: 300;
        margin-top: 100px;
    }
    #form-block{
        display: none;
    }

    #main {
        height: 400px;
    }

    .application-form{
        
    }
    #application{
        color: #000;
        background-color: #fff;
        color: #000;
    }

    .items-btn {
        width: 100%;
    }
    .equipment-block{
        margin-top: 10px;
    }
    
    .items-btn-block{
        padding-top: 0;
    }

    .equipment-block-items p{
        height: 30px;
    }

    .main-block h1 span {
        font-size: 35px;
    }

    .all-items-p {
        height: 140px;
    }

    .app-form input {
        display: block;
        width: 100%;
        margin-left: 0;

    }

    .app-form button {
        width: 100%;
        margin-left: 0;
    }

    #footer-logo img{
        margin-top: 0;
        width: 40%;
    }
    
    .application-title {
        color:#000;
    }
  }