html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: reg;
  src: url(../fonts/proxima-nova-regular.woff);
}
@font-face {
  font-family: sem;
  src: url(../fonts/proxima-nova-semibold.woff);
}
@font-face {
  font-family: lig;
  src: url(../fonts/proxima-nova-light.woff);
}
@font-face {
  font-family: ext;
  src: url(../fonts/proxima-nova-extrabold.woff);
}
@font-face {
  font-family: bol;
  src: url(../fonts/proxima-nova-bold.woff);
}
@font-face {
  font-family: bla;
  src: url(../fonts/proxima-nova-black.woff);
}
body {
  min-width: 975px;
  font-family: reg;
  color: #31383b;
}

.clear {
  clear: both;
}

.center {
  width: 955px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

header, footer {
  background-color: #fff;
  padding: 15px 0;
}
header .logo, footer .logo {
  float: left;
  width: 163px;
  height: 71px;
  /*background: url(../img/logo_bg.png) 0 0 no-repeat;*/
  text-align: center;
}

header .logo img, footer .logo img {
  height: 100%;
  /*width: auto;*/
}

header .logo p:first-child, footer .logo p:first-child {
  text-transform: uppercase;
  font-family: bla;
  font-size: 36px;
  padding-top: 7px;
}
header .logo p:last-child, footer .logo p:last-child {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
}
header .lozung, footer .lozung {
  float: left;
  width: 220px;
  height: 60px;
  margin-left: 35px;
  padding-top: 7px;
}
header .lozung p, footer .lozung p {
  font-family: sem;
  font-size: 14px;
  line-height: 17px;
}
header .phones, footer .phones {
  float: left;
  background: url(../img/phone.png) left center no-repeat;
  min-height: 48px;
  margin-top: 5px;
  padding-left: 60px;
  margin-left: 50px;
}
header .phones p:first-child a, footer .phones p:first-child a {
  font-size: 22px;
  font-family: sem;
  text-decoration: none;
  display: block;
  color: #31383b;

}
header .phones p:last-child a, footer .phones p:last-child a {
  font-size: 22px;
  margin-top: 5px;
  display: block;
  text-decoration: none;
  color: #31383b;
}
header .address, footer .address {
  float: right;
  margin-top: 10px;
}
header .address p, footer .address p {
  font-size: 13px;
  min-height: 18px;
  padding-left: 27px;
}
header .address p:first-child, footer .address p:first-child {
  background: url(../img/geo.png) left center no-repeat;
}
header .address p:last-child, footer .address p:last-child {
  background: url(../img/clock.png) left center no-repeat;
  margin-top: 7px;
}

nav {
  background-color: #505b5f;
  padding: 15px 0;
  position: absolute;
  top: 101px;
  width: 100%;
  z-index: 100;
}
nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: bol;
  text-decoration: none;
  transition: 0.6s;
}
nav a:hover {
  text-decoration: underline;
  color: #f7dd1b;
}
nav span {
  display: inline-block;
  background: url(../img/point.png) 0 0 no-repeat;
  width: 5px;
  height: 5px;
  margin: 0 24px;
}

.block1 {
  background: url(../img/block1_bg.jpg) center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 465px;
  padding-top: 35px;
  margin-top: 46px;
}
.block1 h1 {
  width: 87%;
  margin: 0 auto;
  background-color: rgba(10, 10, 11, 0.7);
  border: 1px solid #b7a61e;
  color: #f7dd1b;
  text-transform: uppercase;
  font-family: ext;
  text-align: center;
  font-size: 31px;
  padding: 30px 35px;
  line-height: 35px;
}

.form {
  width: 750px;
  height: 200px;
  margin: 0 auto;
  background-color: rgba(10, 10, 11, 0.5);
  border: 2px solid rgba(236, 204, 25, 0.7);
  text-align: center;
  margin-top: 30px;
  padding-top: 35px;
}
.form h5 {
  color: #fff;
  font-size: 36px;
  font-family: bol;
}
.form p {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.form form {
  margin-top: 40px;
}
.form input {
  border: none;
  outline: none;
  box-sizing: border-box;
}
.form input[type="tel"] {
  width: 332px;
  height: 50px;
  border: 2px solid #f7d81a;
  font-size: 15px;
  float: left;
  margin-left: 30px;
  padding-left: 50px;
  background: #fff url(../img/phone_form.png) 15px center no-repeat;
}
.form input[type="submit"] {
  background: url(../img/form_button.png) 0 0 no-repeat;
  width: 336px;
  height: 51px;
  float: right;
  margin-right: 30px;
  color: #000;
  font-size: 20px;
  font-family: ext;
  cursor: pointer;
  text-shadow: 1px 0 0 #fff;
  transition: 0.3s;
}
.form input[type="submit"]:active {
  background-position: left 2px;
  padding-top: 2px;
}

h3 {
  text-transform: uppercase;
  color: #000;
  font-family: bol;
  font-size: 27 px;
  border: 4px solid #f7be15;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 15px 30px;
}

.block2 {
  padding-top: 54px;
  padding-bottom: 55px;
}
.block2 h3 {
  margin-bottom: 45px;
}
.block2 .avtokran {
  text-align: center;
  width: 460px;
  float: left;
  border: 1px solid #eceeee;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.block2 .avtokran:nth-child(odd) {
  margin-right: 30px;
}

.block2 .avtokran img {
  margin-bottom: 25px;
}
.block2 .avtokran p {
  color: #333333;
  font-size: 18.5px;
  font-family: bol;
  line-height: 19px;
  margin-bottom: 20px;
}
.block2 .avtokran a {
  display: block;
  background: url(../img/block_button.png) 0 0 no-repeat;
  width: 210px;
  height: 36px;
  margin: 0 auto;
  font-size: 13.4px;
  font-family: bol;
  text-decoration: none;
  padding-top: 10px;
  color: #1b1f20;
  text-shadow: 1px 0 0 #fff;
}
.block2 .avtokran a.price {
  left: 9px;
  bottom: 45px;
}
.block2 .avtokran a.about {
  left: 9px;
  bottom: 0;
}
.block2 .avtokran a:active {
  height: 34px;
}
.block2 .avtokran .about_show {
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  z-index: 102;
  background-color: #FFF;
  border: 2px solid #DAA932;
  padding: 0 10px 20px;
  display: none;
}
.block2 .avtokran .about_show #close {
  padding: 10px 0 0 0;
  text-align: right;
}
.block2 .avtokran .about_show #close img {
  cursor: pointer;
}
.block2 .avtokran .about_show h6 {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.block2 .avtokran .about_show p {
  text-align: left;
  font-family: reg;
  margin-top: 5px;
  padding: 0 15px;
}
.block2 .avtokran .about_show p:first-of-type {
  margin-top: 15px;
}

.block3 {
  background: url(../img/block3_bg.jpg) center center no-repeat;
  padding: 45px 0 90px;
  /*height: 687px;*/
  -webkit-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
}
.block3 h3 {
  color: #fff;
}
.block3 .pluses {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block3 .pluses .plus {
  width: 475px;
  /*float: left;*/
  box-sizing: border-box;
  color: #fff;
  min-height: 64px;
  padding-left: 108px;
  padding-right: 30px;
  margin-top: 100px;
}
.block3 .pluses .plus:nth-child(1) {
  background: url(../img/ic1.png) left center no-repeat;
}
.block3 .pluses .plus:nth-child(2) {
  background: url(../img/ic2.png) left center no-repeat;
}
.block3 .pluses .plus:nth-child(3) {
  background: url(../img/ic3.png) left center no-repeat;
}
.block3 .pluses .plus:nth-child(4) {
  background: url(../img/ic4.png) left center no-repeat;
}
.block3 .pluses .plus:nth-child(5) { 
  background: url(../img/ic5.png) left center no-repeat;
}
.block3 .pluses .plus h6 {
  text-transform: uppercase;
  font-family: sem;
  font-size: 24px;
}
.block3 .pluses .plus p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.block4 {
  padding: 60px 0 40px;
}
.block4 .ads {
  margin-top: 90px;
}
.block4 .adv {
  float: left;
  width: 236px;
  text-align: center;
  margin-bottom: 35px;
}
.block4 .adv p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0 23px;
  margin-top: 18px;
}
.block4 .adv p b {
  font-weight: bold;
  display: block;
}

.block4 .adv i {
  color: #f7be15;
  font-size: 80px;
}

.block5 {
  background: url(../img/block5_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.block5 .form {
  margin-top: 0;
  height: unset;
  padding: 35px 0;
}

.block5 .form form {
  margin: 0;
}

.block5 .form p {
  margin-bottom: 20px;
  margin-top: 0;
}

.block5 .form h5 {
  margin-bottom: 50px;
}

.block5 .radio {
  margin-bottom: 17px;
}

.block5 .radio label {
  margin-right: 10px;
}

.block5 .form label, .gas-type {
  color: #e8e8e8;
  font-size: 17px;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}

.block5 .discount {
  color: #e8e8e8;
  font-size: 22px;
  margin-bottom: 30px;
}

.block5 .discount span {
  color: #f7dd1b;
  font-size: 25px;
}

.block5 input[type="text"] {
  color: #f7dd1b;
  background-color: transparent;
  max-width: 90px;
  font-size: 17px;
  font-weight: bold;
}

#slider-range-rashod, #slider-range-probeg {
  width: 340px;
  margin: 0 auto;
  height: 7px;
  margin-bottom: 35px;
}

.ui-slider-handle {
  height: 15px !important;
}

.block6 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.block6 h3 {
  line-height: 32px;
}
.block6 .marks {
  display: table;
  width: 100%;
  margin-top: 80px;
}
.block6 .marks p {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.block7 {
  padding: 65px 0 50px;
}
.block7 .item {
  padding: 30px 0;
  margin: 10px;
  color: #fff;
  text-align: center;
}
.block7 .item img {
  /*border: 5px solid #030802;*/
  /*width: 190px;*/
}
.block7 #demo {
  margin-top: 25px;
}

.block8 {
  padding: 75px 0;
  background-color: #f7f7f7;
}
.block8 #main {
  width: 855px;
  margin: 70px auto 0;
}

.block9 {
  background-color: #f7f7f7;
  padding: 60px 0 75px;
}
.block9 .boss {
  box-sizing: border-box;
  height: 415px;
  background-color: #f2f2f2;
  margin-top: 85px;
}
.block9 .boss .text {
  float: left;
  width: 900px;
}
.block9 .boss .text p {
  color: #333333;
  font-size: 23px;
  font-family: lig;
  padding: 25px 0 0 25px;
  line-height: 17px;
}
.block9 .boss .text p b {
  font-weight: bold;
}
.block9 .boss .ava {
  float: right;
  position: relative;
}
.block9 .boss .ava .name {
  background: url(../img/boss_shadow.png) 0 0 no-repeat;
  width: 316px;
  height: 66px;
  position: absolute;
  left: 0;
  bottom: 3px;
  color: #fff;
  padding: 15px 0 0 35px;
  box-sizing: border-box;
  font-size: 16px;
}
.block9 .boss .ava .name h5 {
  font-family: sem;
}
.block9 .boss .ava .name p {
  font-family: lig;
  font-style: italic;
  margin-top: 5px;
}

.block10 {
  padding-top: 45px;
}
.block10 h3 {
  margin-bottom: 48px;
}
.block10 .map {
  height: 420px;
}
.block10 .contacts {
  width: 475px;
  height: 420px;
  background-color: rgba(170, 227, 239, 25);
  float: right;
  margin-top: -420px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
}
.block10 .contacts p {
  color: #000;
  font-size: 24px;
  line-height: 33px;
  padding-left: 40px;
  margin-bottom: 15px;
  text-align: left;
}
.block10 .contacts p:nth-child(1) {
  background: url(../img/pic1.png) left center no-repeat;
}
.block10 .contacts p:nth-child(2) {
  background: url(../img/pic2.png) left center no-repeat;
}
.block10 .contacts p:nth-child(2) a {
  color: #fff;
  text-decoration: none;
}
.block10 .contacts p:nth-child(3) {
  background: url(../img/pic3.png) left center no-repeat;
}
.block10 .contacts p:nth-child(4) {
  background: url(../img/pic4.png) left center no-repeat;
}
.block10 .contacts p:nth-child(5) {
  background: url(../img/pic5.png) left center no-repeat;
}

footer {
  margin-top: 10px;
}

#parent_popup {
  background: url("../img/bg_popup.png") repeat;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#popup_close {
  padding: 10px 10px 0 0;
  text-align: right;
}
#popup_close img {
  cursor: pointer;
}

#popup {
  background: #2c2c2c;
  height: 390px;
  margin: 5% auto 0;
  width: 370px;
  border: 5px solid #daa932;
}
#popup #popup_main {
  text-align: center;
}
#popup h3 {
  color: #fff;
  font-family: bol;
  font-size: 100%;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 0px;
  border: none;
}
#popup input[type="tel"] {
  border: 3px inset #daa932;
  font-size: 120%;
  height: 48px;
  padding: 0 10px;
  width: 260px;
  margin-top: 35px;
}
#popup input[type="submit"] {
  background: url("../img/form_button.png") no-repeat;
  border: none;
  height: 51px;
  width: 286px;
  margin-top: 60px;
  color: #000;
  text-transform: uppercase;
  font-family: bol;
  cursor: pointer;
  font-size: 18px;
}
#popup input[type="submit"]:active {
  background-position: center 3px;
  box-sizing: border-box;
  padding-top: 3px;
}
