.site-logo {
  font-size: 54px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1d2029;
  text-align: right;
  font-weight: 700;
}

.logo-img {
  display: inline-block;
  width: 70px;
  height: 40px;
  
  background: url("../images/evacuator.png") no-repeat center;
  background-size: cover;
}

.site-logo-sm {
  font-size: 30px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d2029;
  text-align: right;
}

body.site {
  padding: 0;
  border-top: none;
  
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background: #fff;
}

.body .container {
  border: none;
  background: transparent;
  box-shadow: none;
  
  padding: 10px;
}

p {
  line-height: normal;
}

.header {
  display: flex;
  height: 120px;
  width: 100%;
  margin-bottom: 0;
  
  color: #fff;
  background: #1d2029;
}

.header-item {
  box-sizing: border-box;
  width: 50%;
  padding: 10px 50px;
}

.header-item-logo {  
  background: #fece00 url("../images/bg1.jpg") repeat center;
  
}

.navigation .nav-pills {
  background: #fff;
}

li.active a {
  border-radius: 0;
}

.nav-pills > li > a {
  padding: 15px;
}

.header-item-tel {
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
}

.header-item-tel::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 60px;
  
  background: url("../images/sprite.png") no-repeat;
  background-position: 0 -985px;
}

.header-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.header-tel {
  font-size: 45px;
  color: #fff;
}

.header-tel a {
  color: #ffffff;
}

.header-mail {
  margin-top: -10px;
  font-size: 16px;
}

.header-mail img {
  width: 100px;
  margin-left: 20px;
}

.header .wrapper::before {
  content: "";
  position: absolute;
  right: 690px;
  top: 0;
  height: 109px;
  width: 2000px;
  
  background: #fece00;
  z-index: -1;
}


.navigation {
  border: none;
  border-bottom: 4px solid #1d2029;
}

.navigation .nav li {
  margin-left: 60px;
}

.navigation .nav-child {
  border-radius: 0;
}

.nav-pills > li > a {
  font-size: 24px;
}

.nav-tabs__price {
  font-size: 30px;
  font-weight: bold;
  
}

.navigation .nav-child > li {
  margin-left: 0;
}

.navigation .nav-child li > a {
  font-size: 18px;
}

.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
  background: #fece00;
}

.form-wrapper {
  display: flex;
  justify-content: space-between;
}

.form-item p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.form-group {
  margin-top: 30px;
}

.form-group-item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
}

.form-group-item label {
  width: 40%;
  font-size: 20px;
  text-transform: uppercase;
}

.form-group-item input {
  border: none;
  box-shadow: none;
}

input[type="submit"] {
  box-shadow: none;
  border: none;
  text-shadow: none;
  background: transparent;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.form-btn {
  box-sizing: border-box;
  position: relative;
  padding-left: 81px;
  padding-top: 30px;
  text-align: center;
  height: 79px;
  background: #fece00 url("../images/bg1.jpg") repeat center;
}

.form-btn::before {
    content: "";
    position: absolute;
    width: 81px;
    height: 79px;
    left: 0;
    top: 0;
    background: url(../images/sprite.png) -84px -861px no-repeat #1d2029;
}

.form-feature {
  display: flex;
  width: 300px;
}

p.form-feature-item {
  position: relative;
  padding-left: 70px;
  padding-top: 20px;
  font-size: 18px;
}

.form-feature-item::before {
  content: "";
    position: absolute;
    width: 81px;
    height: 81px;
    left: 0;
    top: 0;
    background: url(../images/sprite.png) -174px -776px no-repeat;
}

.form-feature-item-2::before {
  background-position: -249px -679px;
}

h2 {
  padding-top: 30px;
  
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

main p {
  font-size: 20px;
}

.service {
  color: #fff;
  background: #1d2029;
}

.service h2 {
  text-transform: uppercase;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  position: relative;
  box-sizing: border-box;
  width: 33%;
  padding: 30px 20px 30px 70px;
  
  font-size: 24px;
  text-transform: uppercase;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 70px;
  
  background: url("../images/number.png") no-repeat; 
  background-position: 8px -479px;
}

.service-item-2::before {
  background-position: -78px -391px;
}

.service-item-3::before {
  background-position: -155px -291px;
}

.service-item-4::before {
  background-position: -230px -195px;
}

.service-item-5::before {
  background-position: -305px -90px;
}

.service-item-6::before {
  background-position: -371px 11px;
}

.help {
  display: flex;
  padding-top: 50px;
}

.help-item {
  padding-right: 50px;
}

.help-item-tel {
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
}

.help-item-tel h2 {
  padding-top: 0;
}

.help-item-tel::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0px;
  width: 50px;
  height: 60px;
  
  background: url("../images/sprite.png") no-repeat;
  background-position: 0 -985px;
}

.help-item h3 {
  text-transform: uppercase;
  font-size: 24px;
  text-align: right;
}

.help-item h2 {
  font-size: 40px;
}

.features {
  display: flex;
}

.features p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.features-description {
  font-size: 24px;
  margin-bottom: 150px;
}

.feature-item {
  width: 20%;
  position: relative;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 60px;
  width: 70px;
  height: 75px;
  
  background: url("../images/sprite.png") no-repeat;
  background-position: -235px 0;
}

.feature-item-2::before {
  background-position: -320px 0;
  left: 40px;
}

.feature-item-3::before {
  background-position: -399px 0;
  left: 40px;
}

.feature-item-4::before {
  background-position: -485px 0;
  left: 40px;
}

.feature-item-5::before {
  background-position: -570px 0;
  left: 50px;
}

.cars, .our-cars {
  display: flex;
  justify-content: space-between;
}

.cars-item, .our-cars-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  
  font-size: 24px;
  text-transform: uppercase;
}

.car-option {
  text-align: center;
}

.nav-tabs > li {
  margin-bottom: -2px;
}

.nav-tabs p, .tab-pane p {
  text-align: center;
  font-size: 20px;
}

.tab-pane h3 {
  font-size: 30px;
}
.contacts-page p {
  font-size: 20px;
}


.home-price {
  position: relative;
  box-sizing: border-box;
  height: 200px;
  
  color: #fff;
  font-size: 24px;
  background: #1d2029 url("../images/bg.png") no-repeat center;
}


.home-price .container {
  box-sizing: border-box;
  padding-left: 15%;
}

.home-price span {
  font-size: 60px;
  color: #fece00;
}

.form-item-sm {
  width: 100%;
}
li {
  font-size: 20px;
}

.form-item-sm label {
  width: 150px;;
  padding-right: 30px;
}

footer {
  color: #fff;
  background: url(../images/bg-footer.jpg) repeat;
}

.footer-title {
  font-size: 140px;
  text-align: center;
  line-height: 140px;
  color: #fece00;
}

.footer-features {
  display: flex;
  justify-content: space-between;
}

.footer-item {
  width: 30%;
  position: relative;
  padding-left: 70px;
}

.footer-item h3 {
  font-size: 24px;
  padding-top: 20px;
}

.footer-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 70px;
  height: 85px;
  
  background: url("../images/sprite.png") no-repeat;
  background-position: -174px -776px;
}

.footer-item-2::before {
  background-position: -320px 0;
}

.footer-item-3::before {
  background-position: 0 -985px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background: transparent;
}

.accordeonck {
  display: none;
}



@media (max-width: 950px) and (min-width: 0) {

  .navigation {
    display: none;
  }
  
  .accordeonck {
  display: block;
}
  
  .header .wrapper::before {
    left: 0;
    top: 0;
    width: 100%;
  
  }
  
  .header {
    height: auto;
    flex-direction: column;
  }
  
  .header-item {
    width: 100%;
    padding: 20px;
  }
  
  .site-logo {
    font-size: 40px;
  }
  
  .header-title {
    text-align: right;
  }
  
  .header-tel {
    font-size: 35px;
    text-align: right;
  }
  
  .header-mail {
    text-align: right;
  }
  
  .form-item-img {
    display: none;
  }
  
  .service-list, .help, .features, .footer-features, .cars, .our-cars {
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .service-item, .help-item, .feature-item, .footer-item, .cars-item, .our-cars-item {
    width: 100%;
    box-sizing: border-box;
  }
  
  .feature-item, .footer-item {
    min-height: 130px;
  }
  
  .help-item h2 {
    font-size: 26px;
  }
  
  .help-item h3 {
    text-align: left;
    padding-left: 20px;
  }
  
  .feature-item p {
    text-align: center;
  }
  
  .feature-item span {
    display: block;
    text-align: center;
  }
  
  .feature-item::before {
    left: 40%;
  }
  
  .home-price .container {
    padding: 10px;
  }
  
  .home-price h2 {
    font-size: 30px;
  }
  
  .home-price p {
    font-size: 18px;
  }
  
  .footer-title {
    font-size: 70px;
  }
  
  .footer-item {
    margin-left: 20px;
  }
  
}

#accordeonck100 {
  border-radius: 0!important;
  box-shadow: none!important;
}

#accordeonck100 li.level1 > .accordeonck_outer a,  #accordeonck100 li.level2 > .accordeonck_outer a{
  font-size: 18px!important;
}


.footer__site {
  text-align: right;
  padding-right: 20px;
}


#back-top {
  color: #fff;
  padding-left: 20px;
  font-size: 24px;
}

























