/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.10.2017, 10:20:40
    Author     : John
*/
@font-face {
  font-family: 'helveticaBold';
  src: url(../fonts/HelveticaNeueCyr-Bold.otf);
}
@font-face {
  font-family: 'helveticaItalic';
  src: url(../fonts/HelveticaNeueCyr-Italic.otf);
}
@font-face {
  font-family: 'helveticaMedium';
  src: url(../fonts/HelveticaNeueCyr-Medium.otf);
}
@font-face {
  font-family: 'helveticaRoman';
  src: url(../fonts/HelveticaNeueCyr-Roman.otf);
}
.center {
  text-align: center;
}
.headline2 {
  font-family: helveticaBold;
  font-size: 25px;
  color: #fff;
  color: #3f7bb7;
  /*padding-left: 100px;*/
  text-transform: uppercase;
  margin-bottom: 40px;
}
.responsiveMenu {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}
header {
  width: 100%;
  min-height: 665px;
  background: url(../images/head.jpg) no-repeat top center;
  background-size: cover;
}
header .topPhone {
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 20px 0;
  font-family: helveticaBold;
  font-size: 35px;
  color: #fff;
}
header .topBonus ul {
  padding: 0px;
  margin: 0px;
}
header .topBonus ul li {
  background: #3f7bb7;
  color: #fff;
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  min-height: 70px;
  margin: 0 0 20px 0px;
  padding: 10px 0 0 20px;
}
header .topBonus ul li:after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 71px;
  border-top-width: 0px;
  border-left: 49px solid #3f7bb7;
  display: inline-block;
  position: absolute;
  right: -48px;
  top: 0px;
}
header .topBonus ul li h2 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-family: helveticaBold;
  font-size: 27px;
  color: #fff;
}
header .topBonus ul li h2:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 10px;
  float: left;
  margin: 0 20px 0 0;
}
header .topBonus ul li h2 a {
  font-family: helveticaBold;
  font-size: 27px;
  color: #fff;
}
header .topBonus ul li span {
  font-family: helveticaRoman;
  font-size: 13px;
  color: #fff;
}
header .topBonus .topRequest a {
  background: #3f7bb7;
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  min-height: 70px;
  margin: 0 0 20px 0px;
  padding: 10px 0 0 20px;
  text-transform: uppercase;
  line-height: 52px;
  font-family: helveticaBold;
  font-size: 27px;
  color: #fff;
}
header .topBonus .topRequest a:after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 71px;
  border-top-width: 0px;
  border-left: 49px solid #3f7bb7;
  display: inline-block;
  position: absolute;
  right: -48px;
  top: 0px;
}
header .topBonus .topRequest a:hover {
  text-decoration: none;
}
.fixedMenu {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9;
}
.topMenu {
  margin-top: 70px;
}
.menu {
  background: #3f7bb7;
  border-bottom: 1px solid #3f7bb7;
}
.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  display: inline-block;
  padding: 33px 30px;
  border-left: 1px solid #2b578b;
  text-transform: uppercase;
  font-family: helveticaRoman;
  font-size: 14px;
  color: #fff;
}
.menu ul li a:hover {
  background: #2b578b;
  text-decoration: none;
}
.menu ul li:last-child a {
  border-right: 1px solid #4850c7;
}
.menu ul .active a {
  background: #2b578b;
}
.menu .logo img {
  margin: 20px 0;
  width: 100%;
}
.menu .phoneHead {
  font-family: helveticaBold;
  font-size: 25px;
  color: #fff;
  margin: 27px 0 0 0;
  display: none;
}
.about {
  min-height: 570px;
  background: url(../images/about.jpg) no-repeat top left;
  background-size: contain;
  margin-top: 35px;
}
.about .text {
  padding-left: 280px;
}
.about .text h2 {
  font-family: helveticaBold;
  font-size: 25px;
  color: #fff;
  color: #3f7bb7;
  /*padding-left: 100px;*/
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.about .text p {
  font-family: helveticaRoman;
  font-size: 14px;
  color: #666;
  line-height: 2em;
}
.services .itemService {
  border: 1px solid #e4e4e4;
  margin: 0 0 30px 0px;
  position: relative;
}
.services .itemService h2 {
  font-family: helveticaRoman;
  font-size: 15px;
  color: #fff;
  color: #707070;
  text-transform: uppercase;
  padding: 15px;
}
.services .itemService img {
  width: 100%;
}
.services .itemService .moreServiceText {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0px;
  transition: all 2ms ease-in 0ms;
  background-size: cover;
  background-repeat: no-repeat;
}
.services .itemService .moreServiceText p {
  font-family: helveticaRoman;
  font-size: 15px;
  color: #fff;
  /*position: absolute;
                bottom: -1%;*/
  padding: 15px 15px 0px 15px;
}
.services .itemService .moreServiceText a {
  color: #d8d8d8;
  text-decoration: underline;
}
.services .itemService:hover {
  cursor: pointer;
}
.services .itemService:hover .moreServiceText {
  display: flex;
}
.news .newsList {
  margin: 0 0 20px 0px;
}
.news .newsList .title {
  margin-bottom: 20px;
}
.news .newsList .title a {
  font-family: helveticaBold;
  font-size: 25px;
  color: #020db1;
}
.news .newsList .intro img {
  width: 200px;
  display: inline-block;
  margin: 0 20px 20px 0px;
  float: left;
}
.news .newsList:first-child {
  margin: 60px 0px 20px 0px;
}
.news .newsList p {
  font-family: helveticaRoman;
  font-size: 15px;
  color: #6a6a6a;
  line-height: 2em;
}
.article {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article h1 {
  font-family: helveticaBold;
  font-size: 30px;
  color: #020db1;
}
.article img {
  width: 200px;
  display: inline-block;
  margin: 0 20px 20px 0px;
  float: left;
}
.article p {
  font-family: helveticaRoman;
  font-size: 15px;
  color: #6a6a6a;
  line-height: 1.6em;
}
.advantages {
  width: 100%;
  min-height: 730px;
  background: url(../images/advantages.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 10%;
}
.advantages h2 {
  color: #020db1;
  font-family: helveticaBold;
  font-size: 25px;
  color: #fff;
  color: #3f7bb7;
  /*padding-left: 100px;*/
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
}
.advantages .plus {
  text-transform: uppercase;
  font-family: helveticaRoman;
  font-size: 16px;
  color: #2f2f2f;
  display: inline-block;
  padding: 20px 20px 20px 80px;
  margin-bottom: 25px;
  max-width: 56%;
  text-align: left;
  min-width: 56%;
}
.advantages .request {
  text-align: center;
  float: right;
  margin-right: 5%;
  padding: 15px 20px;
}
.advantages .request a {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background: #3f7bb7;
  width: 100%;
  padding: 15px 0px;
}
.advantages .request a:hover {
  text-decoration: none;
}
.advantages .quote {
  text-align: center;
  float: left;
  margin-right: 5%;
  padding: 15px 20px;
  margin: 0px;
}
.advantages .quote a {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  background: #3f7bb7;
  padding: 15px 0px;
}
.advantages .quote a:hover {
  text-decoration: none;
}
.advantages .worker {
  background: url(../images/icons/worker.png) no-repeat top left;
}
.advantages .help {
  background: url(../images/icons/help.png) no-repeat top left;
}
.advantages .material {
  background: url(../images/icons/material.png) no-repeat top left;
}
.advantages .mobile {
  background: url(../images/icons/mobile.png) no-repeat top left;
}
.advantages .pay {
  background: url(../images/icons/pay.png) no-repeat top left;
}
.advantages .insurance {
  background: url(../images/icons/insurance.png) no-repeat top left;
}
.advantages .buttonAdvantages {
  margin-top: 30px;
}
.requestBody input[type="text"],
.requestBody input[type="tel"] {
  width: 250px;
  padding: 7px;
  margin-bottom: 20px;
  border: 2px solid #3f7bb7;
}
.requestBody input[type="submit"] {
  width: 250px;
  padding: 7px;
  margin-bottom: 20px;
  border: 2px solid #3f7bb7;
  background: #3f7bb7;
  font-family: helveticaRoman;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.quoteForm {
  margin-top: 130px;
  margin-bottom: 50px;
  font-family: tahoma;
  font-size: 16px;
  color: #000;
}
.quoteForm .point {
  border-left: 2px solid #e1e1e1;
  padding-left: 10%;
  margin-bottom: 70px;
  position: relative;
}
.quoteForm .point:before {
  content: '';
  padding: 65px 0 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: -6.8%;
  background: #e1e1e1;
  border-radius: 50%;
  border: 2px solid #fff;
}
.quoteForm .point:nth-child(1):before {
  content: 'step 1';
  background-image: url(../images/icons/new/listQ.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 50%;
}
.quoteForm .point:nth-child(2):before {
  content: 'step 2';
  background-image: url(../images/icons/new/userQ.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 50%;
}
.quoteForm .point:nth-child(3):before {
  content: 'step 3';
  background-image: url(../images/icons/new/carQ.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 50%;
}
.quoteForm .doneAll {
  border-left: 2px solid #020db1;
}
.quoteForm .doneAll:before {
  background: #020db1;
}
.quoteForm .olderMessage {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #020db1;
  text-align: center;
  margin: 20px 0 0 0;
}
.quoteForm .olderMessage span {
  background: #020db1;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
}
.quoteForm form {
  width: 750px;
  margin: 0px auto;
  margin-top: 50px;
}
.quoteForm form .error {
  font-family: helveticaRoman;
  font-size: 13px;
  color: red;
}
.quoteForm form .answer {
  margin-bottom: 20px;
  font-family: helveticaRoman;
  font-size: 16px;
  color: #2b578b;
  font-weight: bold;
}
.quoteForm form .iconForm:before {
  display: none;
  content: '';
  width: 32px;
  height: 30px;
  position: relative;
  top: 10px;
  left: -5px;
}
.quoteForm form .user:before {
  background: url(../images/icons/user.png) no-repeat;
}
.quoteForm form .phone:before {
  background: url(../images/icons/phone.png) no-repeat;
}
.quoteForm form .email:before {
  background: url(../images/icons/email.png) no-repeat;
}
.quoteForm form .location:before {
  background: url(../images/icons/location.png) no-repeat;
}
.quoteForm form .year:before {
  background: url(../images/icons/year.png) no-repeat;
}
.quoteForm form .make:before {
  background: url(../images/icons/make.png) no-repeat;
}
.quoteForm form .trim:before {
  background: url(../images/icons/trim.png) no-repeat;
}
.quoteForm form .model:before {
  background: url(../images/icons/model.png) no-repeat;
}
.quoteForm form .bodyStyle:before {
  background: url(../images/icons/bodyStyle.png) no-repeat;
}
.quoteForm form .fix:before {
  background: url(../images/icons/fix.png) no-repeat;
}
.quoteForm form .answer div {
  display: inline-block;
  margin: 0 12px 0 0;
}
.quoteForm form .answer div input {
  margin-right: 5px;
}
.quoteForm form input[type="text"],
.quoteForm form input[type="email"],
.quoteForm form input[type="tel"] {
  width: 92%;
  padding: 1%;
  margin: 10px 0px;
  border: 1px solid #e1e1e1;
}
.quoteForm form input[type="text"]::placeholder,
.quoteForm form textarea::placeholder,
.quoteForm form input[type="email"]::placeholder,
.quoteForm form input[type="tel"]::placeholder {
  font-style: italic;
}
.quoteForm form input[type="submit"] {
  background: #2b578b;
  text-align: center;
  font-family: tahoma;
  font-size: 16px;
  color: #fff;
  float: right;
  padding: 10px 15%;
  border: none;
  margin-top: 20px;
  margin-right: 2%;
}
.quoteForm form select,
.quoteForm form textarea {
  width: 92%;
  padding: 1%;
  margin: 10px 0px;
  border: 1px solid #e1e1e1;
}
.quoteForm form select {
  font-style: italic;
}
.quoteForm form select option {
  font-style: normal;
}
.quoteForm form textarea {
  min-height: 150px;
  width: 98%;
}
.quoteForm form .check {
  margin: 10px 0px;
}
.quoteForm form .check div {
  font-family: helveticaRoman;
  font-size: 14px;
  color: #4a4a4a;
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(../images/icons/helpquote.png) no-repeat;
}
.quoteForm form .check div span {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #d6d5d5;
  width: 500px;
  top: 0px;
  left: -514px;
  display: none;
  z-index: 2;
}
.quoteForm form .check div:hover {
  cursor: pointer;
}
.quoteForm form .check div:hover span {
  display: inline-block;
}
.quoteForm form .check label {
  margin: 0 0 0 10px;
  font-weight: normal;
  font-family: helveticaRoman;
  font-size: 16px;
  color: #020db1;
  font-weight: bold;
}
#box {
  padding-bottom: 25px;
}
#depend {
  border-bottom: 0px solid #e1e1e1;
  width: 92%;
}
#depend label {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 0 0 10px;
  font-weight: normal;
  padding: 0 40px 0 0;
}
#depend p {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #4a4a4a;
  margin: 10px;
}
#depend input {
  margin: 0 5px 0 0;
}
#depend2,
#depend3 {
  border-bottom: 0px solid #e1e1e1;
  width: 92%;
}
#depend2 label,
#depend3 label {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 0 10px 10px;
  font-weight: normal;
  padding: 0 40px 0 0;
  width: 35%;
}
#depend2 label:nth-child(3n),
#depend3 label:nth-child(3n) {
  width: 35%;
}
#depend2 p,
#depend3 p {
  font-family: helveticaRoman;
  font-size: 16px;
  color: #4a4a4a;
  margin: 10px;
}
#depend2 input,
#depend3 input {
  margin: 0 5px 0 0;
}
.attention {
  background: #3f7bb7;
  padding: 15px 0px;
  text-align: center;
  font-family: helveticaRoman;
  font-size: 15px;
  color: #fff;
}
.message {
  display: none;
  background: #fff;
  width: 600px;
  min-height: 330px;
  top: 28vh;
  position: fixed;
  z-index: 999;
  left: 30vw;
  box-shadow: 0px 0px 2px #000;
  text-align: center;
  padding: 20px 0px;
  font-family: helveticaRoman;
  font-size: 14px;
  color: #020db1;
}
.message #messageClose {
  width: 23px;
  height: 23px;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #020db1;
  border-radius: 50%;
}
.message #messageClose:hover {
  cursor: pointer;
}
footer {
  width: 100%;
  min-height: 730px;
  background: url(../images/footerBg.jpg) no-repeat top center;
  background-size: cover;
}
footer h2 {
  color: #fff;
  color: #3f7bb7;
  /*padding-left: 100px;*/
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: helveticaBold;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 30px;
}
footer .googleBox {
  position: relative;
}
footer .googleBox .moreReview {
  float: left;
  width: 100%;
  position: relative;
  top: 150px;
  text-align: center;
}
footer .googleBox .moreReview a {
  display: inline-block;
  text-transform: uppercase;
  background: #2b578b;
  padding: 15px 30px;
  font-family: helveticaRoman;
  font-size: 16px;
  color: #fff;
}
footer .googleBox .googleItems {
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
  margin: 0px 0 0 0;
  min-height: 200px;
}
footer .googleBox .googleItems .avator img {
  width: 100%;
}
footer .googleBox .googleItems .info {
  color: #fff;
}
footer .googleBox .googleItems .info a {
  font-family: helveticaBold;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 20px 0px;
}
footer .googleBox .googleItems .info p {
  font-family: helveticaRoman;
  font-size: 14px;
  color: #d6d6d6;
  line-height: 1.6em;
}
footer .googleBox .googleItems.active {
  display: block;
}
footer .googleBox .navGoogle {
  text-align: center;
}
footer .googleBox .navGoogle div {
  display: inline-block;
  border: 1px solid #4e4e4e;
  padding: 10px;
  margin: 0 0 0 -1px;
  font-family: helveticaRoman;
  font-size: 14px;
  color: #4e4e4e;
}
footer .googleBox .navGoogle div:hover {
  font-family: Tahoma;
  font-size: 14px;
  color: #50ccf0;
  cursor: pointer;
}
.footerContacts {
  background: #3f7bb7;
}
.footerContacts .footerText .title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-bottom: 1px solid #aaabaf;
}
.footerContacts .footerText .title h2 {
  color: #fff;
  color: #3f7bb7;
  /*padding-left: 100px;*/
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: helveticaBold;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
}
.footerContacts .footerText .copyright {
  font-family: Tahoma;
  font-size: 14px;
  color: #fff;
  padding-top: 30px;
  padding-left: 0px;
}
.footerContacts .footerText .copyright a {
  font-family: helveticaRoman;
  font-size: 14px;
  color: #fff;
}
.footerContacts .footerText .adress {
  border-right: 1px solid #aaabaf;
  border-left: 1px solid #aaabaf;
  padding-top: 30px;
  padding-left: 40px;
  font-family: helveticaRoman;
  font-size: 14px;
  color: #fff;
}
.footerContacts .footerText .social {
  padding-top: 30px;
  padding-left: 40px;
}
.instagram img {
  width: 100%;
  margin: 0 0 8% 0px;
}
@media all and (min-width: 240px) and (max-width: 760px) {
  .buttonAdvantages {
    margin: 0px;
  }
  .topMenu {
    margin-top: 40px;
  }
  .news .newsList .intro img,
  .article img,
  .quoteForm form {
    width: 100%;
  }
  .menu,
  .about {
    display: none;
  }
  .advantages {
    min-height: auto;
    padding-top: 0px;
    background: #50ccf0;
  }
  .advantages .container {
    padding: 0px;
  }
  .advantages .plus,
  .advantages .request,
  .advantages .buttonAdvantages {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    min-width: 100%;
    float: none;
  }
  .advantages .request {
    border-bottom: 1px solid #fff;
  }
  header.container-fluid {
    min-height: auto;
    padding: 0px;
  }
  header.container-fluid .topBonus {
    position: relative;
  }
  header.container-fluid .topBonus .topPhone {
    display: none;
  }
  header.container-fluid .topBonus .topItems {
    margin-top: 120px;
  }
  header.container-fluid .topBonus .topItems li {
    background: none;
    color: #fff;
    position: relative;
    display: inline-block;
    min-height: auto;
    margin: 0 0 20px 0px;
    padding: 0px;
  }
  header.container-fluid .topBonus .topItems li:after {
    display: none;
  }
  header.container-fluid .topBonus .topItems li h2 {
    font-family: helveticaBold;
    font-size: 20px;
    color: #fff;
  }
  header.container-fluid .topBonus .topItems li h2:before {
    display: none;
  }
  header.container-fluid .topBonus .topItems li span {
    font-family: helveticaRoman;
    font-size: 13px;
    color: #fff;
  }
  header.container-fluid .topBonus .topRequest a {
    font-size: 18px;
  }
  header.container-fluid .adaptive {
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  header.container-fluid .adaptive .logoM {
    background: #fff;
    padding: 10px 0px;
    text-align: center;
  }
  header.container-fluid .adaptive .logoM a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: helveticaBold;
    font-size: 15px;
    color: #000;
  }
  header.container-fluid .adaptive .phoneM {
    background: #3f7bb7;
    font-family: helveticaRoman;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #2b578b;
    border-left: 1px solid #2b578b;
  }
  header.container-fluid .adaptive .phoneM p {
    padding: 7px 0px 6px 0px;
    margin: 0px;
  }
  header.container-fluid .adaptive .phoneM p:before {
    content: '';
    background: url(../images/icons/mobilePhone.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  header.container-fluid .adaptive .requstM {
    background: #3f7bb7;
    font-family: helveticaRoman;
    font-size: 18px;
    color: #fff;
    padding: 0px;
  }
  header.container-fluid .adaptive .requstM a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: helveticaRoman;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #2b578b;
    width: 100%;
    padding: 7px 0px 8px 10px;
    border-bottom: 1px solid #2b578b;
  }
  header.container-fluid .adaptive #menuM {
    background: #3f7bb7;
    border-bottom: 1px solid #2b578b;
    text-align: center;
    padding: 8px 0px 7px 0px;
  }
  header.container-fluid .adaptive #menuM span {
    background: url(../images/icons/mobileMenu.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0px;
  }
  header.container-fluid .adaptive .mainMenuApadtive {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: #fff;
    background: #3f7bb7;
    display: none;
    z-index: 2;
  }
  header.container-fluid .adaptive .mainMenuApadtive li {
    font-family: helveticaRoman;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 5px 0 5px 60px;
    margin: 0px;
    border-bottom: 1px solid #2b578b;
  }
  header.container-fluid .adaptive .mainMenuApadtive li a {
    font-family: helveticaRoman;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
  }
  .quoteForm form input[type="text"],
  .quoteForm form input[type="email"],
  .quoteForm form input[type="tel"],
  .quoteForm form select {
    width: 100%;
  }
  .quoteForm form textarea {
    width: 96%;
  }
  .check label {
    display: inline-block;
    max-width: 74%;
  }
  .quoteForm form .check div span {
    top: 10px;
    left: -190px;
  }
  .quoteForm form .check div {
    background: url(../images/icons/helpquote.png) no-repeat 14px 6px;
  }
  .quoteForm .point {
    border-left: 0px solid #e1e1e1;
    padding-left: 0;
  }
  .quoteForm .point:before {
    display: none;
  }
  .message {
    width: 100%;
    left: 0px;
  }
  footer.container-fluid {
    padding: 0px;
    margin: 0px;
  }
  footer.container-fluid h2 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  footer.container-fluid .googleBox {
    margin: 0px 0 40px 0;
  }
  footer.container-fluid .googleBox .googleItems {
    padding: 0px;
    margin: 40px 0 0 0;
  }
  footer.container-fluid .googleBox .googleItems .avator {
    padding: 0px;
  }
  footer.container-fluid .googleBox .googleItems .avator img {
    margin: 0 0 25px 0px;
  }
  footer.container-fluid .googleBox .googleItems .info {
    padding: 0px;
  }
  .footerContacts .footerText {
    border-top: 0px solid #54555a;
  }
  .footerContacts .footerText .copyright {
    text-align: center;
  }
  .footerContacts .footerText .adress {
    border-right: 0px solid #54555a;
    border-left: 0px solid #54555a;
    border-top: 1px solid #aaabaf;
    padding-top: 30px;
    margin-top: 25px;
    padding-left: 0px;
    text-align: center;
  }
  .footerContacts .footerText .social {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footerContacts .footerText .social p {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */