/* Basement */
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
@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;
}
/* Page Up Button */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 1000;
}
body {
  background-image: url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: San Francisco, Helvetica Neue, Lucida Grande;
  margin: 0px;
  padding: 0px;
}
h2.lobster {
  font-size: 40px;
  font-family: Lobster, cursive;
  padding: 20px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
}
div.bg__silver {
  background-color: #F5F5F5;
}
div.bg__white {
  background-color: #FFF;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #000000;
}
/* Main */
nav {
  clear: both;
	font-family: RenaultLife Regular;
  height: 100px;
  margin: auto;
  padding-top: 10px;
  min-width: 1000px;
  width: 990px;
}
  nav ul li {
    color: white;
    display: inline;
    font-weight: bold;
    font-size: 17px;
    list-style: none;
    padding-right: 20px;
    text-transform: uppercase;
    }
    nav li.main {
    padding-right: 290px;
    text-decoration: none;
    }
    nav li a:link {
    border: solid thin transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    padding: 5px;
    }
    nav li a:hover {
    border: solid thin white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    padding: 5px;
    text-decoration: none;
    }
    nav li a.index:hover {
      border: solid thin transparent;
    }
#partners {
  color: white;
  font-family: Lobster, cursive;
  font-size: 40px;
  min-height: 600px;
  min-width: 1000px;
  margin-top: 300px;
  text-align: center;
  text-transform: uppercase;
}
/* About Us */
#about {
  background-color: #F5F5F5;
	font-family: RenaultLife Regular;
	font-size: 18px;
  height: 100%;
  min-width: 1000px;
  text-align: left;
}
  #logo__autodvorik {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .partner {
    font-size: 18px;
		font-family: RenaultLife Regular;
    text-align: left;
  }
/* Services */
div#services {
  background-color: white;
  background-image: url(../img/bg_2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 1000px;
  min-width: 1000px;
}
  h3.cooler, h3.stove, h3.glass {
    font-size: 20px;
    font-family: RenaultLife Bold;
    max-width: 600px;
    text-align: left;
    text-transform: uppercase;
  }
	h3.stove, h3.glass {
    padding-top: 35px;
  }
  ul.cooler li, ul.stove li, ul.glass li {
		font-size: 15px;
		font-family: RenaultLife Regular;
    max-width: 600px;
  }
  p.cooler, p.stove, p.glass {
		font-size: 15px;
		font-family: RenaultLife Regular;
    max-width: 560px;
    text-align: left;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
/* Touch */
#touch {
  background-color: #F5F5F5;
	font-family: RenaultLife Regular;
  font-size: 18px;
  height: 100%;
  min-width: 1000px;
}
  #touch textarea, button {
    max-width: 100%;
    width: 100%;
  }
/* Карта */
#maping {
  background-color: white;
  margin: auto;
  min-width: 1000px;
}
#map {
  clear: both;
  height: 700px;
  min-width: 1015px;
  width: 100%;
}
/* Author */
#author {
  background-color: #FFF;
	font-family: RenaultLife Regular;
  min-width: 1000px;
  padding: 15px 0px;
  text-align: center;
}
