@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=cyrillic');

@font-face {
  font-family: 'pfdind';
  src: url('/files/tpl/pfdindisplaypro-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'pfdind';
  src: url('/files/tpl/pfdindisplaypro-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'pfdind';
  src: url('/files/tpl/pfdindisplaypro-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: 'pfdind', 'PT Sans Caption', sans-serif;
  font-size: 15px;
}

/* HEADER */
#sidenav-overlay {
  z-index: 550;
}

header {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 555;
}

nav .brand-logo {
  height: 65px;
}

header nav {
  box-shadow: none;
}

header nav a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

header .phone {
  display: block;
  float: right;
  font-size: 24px;
  font-weight: 500;
}

header .phone::before {
  content: "";
  height: 32px;
  width: 32px;
  background-image: url(/files/tpl/phone.png);
  position: relative;
  display: inline-block;
  right: 10px;
  top: 7px;
}

header nav #nav-mobile {
  padding-right: 230px;
  padding-left: 120px;
  margin-left: 30px;
}

section.title {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

section.title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

section.title.homepage img {
  width: 100%;
}

section.title.page {
  max-height: 565px;
}

section.title.page img {
  width: 100%;
  margin-top:  -25%;
}

section.title.page.gruz img {
  width: 100%;
  margin-top:  0;
}


section.title .valign {
  font-size: 48px;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 30%;
  overflow: hidden;
  z-index: 10;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  section.title.page {
    max-height: 390px;
  }
}

@media only screen and (max-width: 689px) {
  header .phone {
    float: none;
    text-align: center;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  
  section.title .valign {
    top: 125px;
  }
}

@media only screen and (max-width: 600px) {
  section.title.page {
    max-height: 300px;
  }
}

@media only screen and (max-width: 479px) {
  header .phone {
    top: 70px;
}
  
  section.title .valign {
    margin: 0 auto;
    top: 150px;
    font-size: 24px;
  }
}

/* SECTION */
section.section {
  padding-top: 70px;
  padding-bottom: 60px;
}

section.section h2.head-title {
  color: #3a4898;
  font-size: 40px;
  line-height: 33px;
  margin: 0;
}

section.section div.row {
  margin-bottom: 0;
}

section.section .icon-block h3 {
  color: #363636;
  font-size: 24px;
}

section.section .icon-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #616161;
  line-height: 24px;
}

/* SERVICES */
#services {
  background-color: #efefef;
}

#services h2.head-title {
  margin-bottom: 45px;
}

#services .icon-block div {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #fffc00;
  margin: 0 auto;
}

#services .icon-block div img {
  margin: 0 auto;
}

#services .icon-block h3 {
  margin-top: 35px;
}

#services .icon-block p {
  text-align: left;
}

/* CAR FLEET */
#car-fleet {
  background-color: #ffffff;
  padding-bottom: 70px;
}

#car-fleet h2.head-title {
  margin-bottom: 65px;
}

#car-fleet .img-wrapper {
  min-height: 270px;
  position: relative;
  background: no-repeat center bottom;
}

#car-fleet .img-wrapper.renault2 {
  background-image: url(/files/tpl/renault.jpg);
  background-size: contain;
}

#car-fleet .img-wrapper.mercedes {
  background-image: url(/files/tpl/mercedes.png);
  background-size: contain;
}

#car-fleet .img-wrapper.renault {
  background-image: url(/files/tpl/renault.png);
  background-size: contain;
}

#car-fleet .icon-block h3 {
  font-size: 28px;
  margin-top: 30px;
  font-weight: 500;
}

#car-fleet .icon-block p {
  line-height: 30px;
}

#car-fleet .car-fleet {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 50px;
  text-transform: none;
}

/* ABOUT */
#about {
  background: url(/files/tpl/bg-about.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

#about h2.head-title {
  color: #fff;
  line-height: 45px;
  margin-bottom: 60px;
}

#about .advantages li {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  text-align: left;
  padding-top: 15px;
}

#about .advantages li::before {
  content: '•';
  color: #fffc00;
  padding-right: 5px;
}

#about form {
  background-color: #fff;
  padding: 40px;
}

#about form .form-title {
  color: #3a4898;
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 20px 0;
}

::-webkit-input-placeholder {
  color: #616161;
}

#about form input {
  border: 1px solid #c1c1c1;
  color: #363636;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}

#about form input.order {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

/* ADVANTAGES */
#advantages {
  padding-bottom: 100px;
}

#advantages h2.head-title {
  margin-bottom: 70px;
}

#advantages .item-block div {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background-color: #2d4b93;
  margin: 0 auto;
}

#advantages .item-block div img {
  margin: 0 auto;
}

#advantages .item-block h4 {
  font-family: 'Open Sans', sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .row .col.m6 {
    width: 49%;
  }

  .row .col {
    display: inline-table;
    float: none;
  }
}

/* FOOTER */
footer {
  background-color: #efefef;
  padding-top: 60px;
  padding-bottom: 65px;
}

footer .row {
  margin: 0;
}

footer p {
  font-family: 'Open Sans', sans-serif;
  color: #616161;
  font-weight: 400;
  min-height: 36px;
  line-height: 36px;
  margin: 0;
}

footer .copy {
  font-size: 14px;
}

footer .copy a {
  color: #616161;
}

footer .telephone {
  text-align: center;
}

footer .telephone a {
  font-family: 'pfdind', 'PT Sans Caption', sans-serif;
  color: #3a4898;
  font-size: 36px;
  font-weight: 700;
}

footer .email {
  font-size: 16px;
  text-align: right;
}

footer .email a {
  color: #3a4898;
  text-decoration: underline;
}

footer .callto {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}