@import "reset.css" screen;
@import "fonts.css" screen;
*{
  outline: none;
}
html{
  height: 100%;
}
body{
  font-family: 'GothamPro';
  height: 100%;
  font-weight: normal;
  line-height: 1.4;
  background-color: #fff;
}
aside{
  display: block;
  position: relative;
  float: left;
  width: 298px;
  height: 100%;
  background-color: #fff;
  padding-left: 40px;
  box-sizing: border-box;
}
article{
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 298px);
  height: 100%;
  background-image: url(../img/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo{
  display: block;
  padding-top: 35px;
  margin-bottom: 90px;
}
.icons{
  display: block;
  margin-bottom: 58px;
  box-sizing: border-box;
  padding-left: 50px;
  background-repeat: no-repeat;
}
.phone{
  background-image: url(../img/icon-phone.png);
}
.email{
  background-image: url(../img/icon-mail.png);
}
.address{
  background-image: url(../img/icon-map.png);
}
.phone a{
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.email a{
  display: inline-block;
  color: #0b3e95;
  font-size: 17px;
  text-decoration: none;
  padding: 5px 0px;
}
.address a{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
.center{
  display: block;
  position: absolute;
  width: 975px;
  height: 450px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.car{
  display: block;
  position: relative;
  width: 803px;
  height: 85px;
  background-image: url(../img/car.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
h1{
  color: #0b3e95;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-top: 75px;
  line-height: 1.2;
}
h1 span{
  color: #fff;
}
p{
  text-align: center;
  color: #000000;
  font-size: 24px;
  padding-top: 30px;
}
.btn{
  display: block;
  margin: auto;
  width: 250px;
  height: 55px;
  text-decoration: none;
  text-align: center;
  background-color: #ef9d00;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  line-height: 55px;
  border-radius: 30px;
  margin-top: 50px;
  box-shadow: 0px 0px 10px #ef9d00;
}
footer{
  display: none;
}
.bg{
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #bbc8d9b5;
}
.bg form{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 365px;
  height: 385px;
  background-color: #fff;
  border-radius: 3px;
}
.bg form h5{
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 30px 0px;
}
.bg form input[type=text]{
  display: block;
  width: 256px;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 3px;
  border: 1px solid #92bbf5;
  margin: auto;
  margin-bottom: 10px;
  font-size: 14px;
}
.bg form .submit{
  display: block;
  margin: auto;
  width: 250px;
  height: 55px;
  text-decoration: none;
  text-align: center;
  background-color: #ef9d00;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  border-radius: 30px;
  border: none;
  margin-top: 30px;
  box-shadow: 0px 0px 10px #ef9d00;
}
.bg .form_thnk{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 365px;
    height: 190px;
    background-color: #fff;
    border-radius: 3px;
}
.form_thnk p{
    font-size: 20px;
    padding: 51px 20px;
}




























