/* Базовая структура */
/*
html, body {
  height: 100%;
  background-color: #333;
}
*/
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #000000;
}
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
  text-decoration: none;
  color: #000000;
}
a.menu:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 10px;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EA4037;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-border-radius: 6px; /* Firefox */
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px; /* KHTML */
  border-radius: 6px; /* CSS3 */
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@font-face{
	font-family:"RenaultLife Bold";
	src:url("../fonts/RenaultLife-Bold.otf"); /* IE9 */
	font-style: normal;
	font-weight:bold;
}
@font-face{
	font-family:"RenaultLife Regular";
	src:url("../fonts/RenaultLife-Regular.otf"); /* IE9 */
	font-style: normal;
	font-weight:normal;
}
@font-face{
	font-family:"RenaultLife Light";
	src:url("../fonts/RenaultLife-Light.otf"); /* IE9 */
	font-style: normal;
	font-weight:lighter;
}
.author {
  background-color: #EA4037
;
  color: #FFFFFF;
  height: 100%;
  max-height: 50px;
  font-size: 14px;
}
  .author a:link {
    color: #FFFFFF;
    text-decoration: underline;
  }
/* Главная страница */
div.site-wrapper {
  display: table;
  font-family: RenaultLife Light;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  width: 100%;
}
  .general {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 43%;
  }
    .logo {
      margin-top: 50px;
    }
    nav {
      font-family: RenaultLife Regular;
      font-size: 29px;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 40px;
      text-align: center;
      text-transform: uppercase;
    }
      nav li {
        display: inline;
        padding-right: 40px;
      }
        nav li a {
          padding-right: 0;
          padding-left: 0;
          font-size: 16px;
          font-weight: bold;
          color: #FFF;
          color: rgba(255,255,255,.75);
          border-bottom: 2px solid transparent;
        }
  .services {
    font-size: 20px;
    margin: auto;
  }
    .services h1 {
      font-family: RenaultLife Bold;
    }
      .services p {
        text-align: left;
      }
    .description {
      background-color: #EA4037;
      color: #FFFFFF;
    }
      .description h1 {
        font-family: RenaultLife Regular;
      }
      .description p {
        font-size: 18px;
      }
    .team h1 {
      font-family: RenaultLife Regular;
    }
    .team p {
      font-size: 18px;
      text-align: right;
    }
/* Контакты */
textarea, button {
  max-width: 100%;
  width: 100%;
}
.touch h1, .map h1 {
  font-family: RenaultLife Regular;
}
  .touch p {
    font-size: 14px;
  }
#map {
  height: 600px;
  width: 100%;
}
/* Услуги */
.services__list h1 {
  font-family: RenaultLife Regular;
}
.services__list h3 {
  font-family: RenaultLife Regular;
}
.services__list p, ul {
  font-size: 16px;
}
