* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.container {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subheader {
  font-size: 28px;
  color: rgb(51, 51, 51);
  text-align: center;
  margin: 30px 0;
}
.subheader__comment {
  text-align: center;
}
.header {
  background: url(../images/header1.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
  -webkit-box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.60) inset;
          box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.60) inset;
  padding: 20px 0;
}
.header .container {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.header__about {
  width: 50%;
}
.header__phone {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 26px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.header__phone a {
  color: #fff;
  text-decoration: none;
}
.header__title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  
}
.header__descr {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}
.header__callback {
  width: 350px;  
  background-color: rgb(45, 106, 161);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  /*margin: 0 0 0 100px;
  width: calc(50% - 100px);  */
}
.header__callback-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.header__callback-descr {
  margin-bottom: 10px;
  font-size: 14px;
}
.header__callback input, .header__callback textarea {
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
}
.submit {
  background-color: rgb(24, 57, 87);
  border: 1px solid rgb(24, 57, 87);
  color: #fff;
}
.submit:hover {
  background-color: #fff;
  border: 1px solid rgb(24, 57, 87);
  color: rgb(24, 57, 87);
  cursor: pointer;
}
.advantages {
  color: #fff;
  font-size: 26px;
  line-height: 2em;
}
.advantages__item {
  position: relative;
  padding-left: 30px;
}
.advantages__item:before {
  content: "\2611";
  position: absolute;
  left: 0;
}
.scheme__item {
  width: 20%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.scheme__item--bordered {
  border: 1px solid rgb(45, 106, 161);  
  border-radius: 5px;  
}
.bordered {
  width: 50%;
  height: 1px;
  border-top: 2px solid rgb(45, 106, 161);
}
.scheme__number {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.scheme__descr {
  text-align: center;
}
.maintenance-stages__item {
  width: 48%;
  margin-bottom: 10px;  
}
.maintenance-stages__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; 
  position: relative; 
  /*padding-left: 25px;  */
}
.maintenance-stages__title--bez-its:before {
  content: "\2716";
  position: absolute;
  left: 0;
  font-size: 36px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__title--pay:before {
  content: "\20BD";
  position: absolute;
  right: 0;
  font-size: 30px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__title--buro:before {
  content: "\2605";
  position: absolute;
  left: 0;
  font-size: 36px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__title--full:before {
  content: "\2752";
  position: absolute;
  left: 0;
  font-size: 36px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__title--ahead:before {
  content: "\2B06";
  position: absolute;
  right: 0;
  font-size: 36px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__title--spec:before {
  content: "\260E";
  position: absolute;
  right: 0;
  font-size: 30px;  
  color: rgb(41, 95, 145);
}
.maintenance-stages__item:nth-child(odd) {
  text-align: right;
}
.maintenance-stages__item:nth-child(even) {
  text-align: left;
}
.questions {
  padding-bottom: 30px;
}
.question__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.question__title:before {
  content: "\2709";
  position: absolute;
  left: 0;
  margin-top: -10px;
  font-size: 30px;
  color: rgb(41, 95, 145);
}
.questions__item {
  width: 48%;
  margin-bottom: 20px;
}
.questions__item:nth-last-child(1){
  margin-bottom: 0;  
}
.questions__item:nth-last-child(2){
  margin-bottom: 0;  
}
/*.questions__item:nth-child(odd) {
  text-align: right;
}
.questions__item:nth-child(even) {
  text-align: left;
}*/
.question__descr {
  padding: 10px;
  border: 2px solid rgb(45, 106, 161);
  border-radius:8px;
}
.btn-send {
  display: block;
  width: 200px;
  margin: 20px auto;
  padding: 10px 0;
  border: 1px solid rgb(41, 95, 145);
  background-color: rgb(41, 95, 145);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-send:last-of-type {
  margin-bottom: 30px;
}

.btn-send:hover {
  color: rgb(41, 95, 145);
  background-color: #fff;  
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .container {
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-success {
  display: none;
}
@media (max-width: 414px){
  .container {
    width: 100%;  
    -webkit-box-orient: vertical;  
    -webkit-box-direction: normal;  
        -ms-flex-direction: column;  
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .header {
    height: 100%;
  }
  .header .container {
    height: auto;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .header__phone {
    text-align: center;
  }
  .header__about {
    width: 100%;
    text-align: center;
  }
  .header__title {
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.1em;
  }
  .header__callback {
    width: 100%;
  }
  .advantages {
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
  }
  .advantages__item {
    margin-bottom: 10px;
  }
  .bordered {
    width: 1px;
    height: 20px;
    border-right: 2px solid rgb(45, 106, 161);
  }
  .scheme__item {
    width: 100%;
  }
  .maintenance-stages__item {
    width: 100%;
    text-align: center;
  }
  .questions__item {
    width: 100%;
  }
  .questions__item:nth-last-child(2){
    margin-bottom: 20px;  
  }
  .maintenance-stages__item:nth-child(odd) {
    text-align: left;
  }
  .maintenance-stages__title:before {
    content: "";
  }  
}
@media (min-width: 415px) and (max-width: 1199px) {
  html, body {
    width: 1200px;
  }
  .container {
    padding: 0 20px;
  }
}
#hotlog_counter img {
  display: none;
}