/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
	-webkit-overflow-scrolling: touch;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  /* IE9 */
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  /* IE9 */
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  /* IE9 */
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: 300; }

html {
  font-size: 16px; }

body {
  color: #282828;
  font-family: "HelveticaNeueCyr", sans-serif;
  position: relative;
  line-height: 1.4;
  overflow-x: hidden; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  text-decoration: none;
  color: inherit; 
    font-size: 1.7em;
    font-weight: bold;}

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.2rem; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div[class^=div-] {
  width: calc(100% - 20px);
  margin-left: 10px; }

.wrapper {
  max-width: 960px;
  margin: 0px auto;
  z-index: 1; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper .row::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper .collapse {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }

.center {
  text-align: center; }

strong {
  font-weight: bold; }

html,
body {
  height: 100%; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.content-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/******* HEADER *******/
header .header-top {
  position: relative;
  padding-top: 0.625em;
  padding-bottom: 1.25em;
  background: #ec0000; }
  header .header-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0%;
    height: 3.6vw;
    width: 100%;
    background-image: url(../img/triangle-background.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top; }

.page-title {
  text-align: center;
  color: #f8fafb;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 2.63313em; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 2.1875em; } }

.page-title2 {
  text-align: center;
  color: #f8fafb;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 1.83313em; }
  @media (max-width: 767px) {
    .page-title-2 {
      font-size: 1.7875em; } }

/*******  End of HEADER *******/
/******* MAIN *******/
.content-page {
  padding-top: calc(3.7vw + 30px);
  background-color: #fdfdf9;
  background-image: url("../img/car-background.png"), url("../img/car-background-2.png"), linear-gradient(209deg, #dce400 0%, rgba(227, 233, 48, 0.8) 50%, rgba(227, 233, 47, 0.8) 51%, #dce400 100%);
  background-repeat: no-repeat;
  background-position: 0% 340px,100% 0%,100%; }
  @media (max-width: 967px) {
    .content-page {
      background-image: linear-gradient(209deg, #dce400 0%, rgba(227, 233, 48, 0.8) 50%, rgba(227, 233, 47, 0.8) 51%, #dce400 100%);
      background-position: 100%; } }

.blocks-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 54px; }
  .blocks-services .title-car {
    font-size: 2.8125em;
    margin-bottom: 1.55556em;
    text-transform: uppercase;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .blocks-services .title-car {
        font-size: 2.1875em; } }
    .blocks-services .title-car strong {
      font-size: 0.83333em; }
      @media (max-width: 767px) {
        .blocks-services .title-car strong {
          font-size: 0.71429em; } }
  .blocks-services .block-car-2 img {
    width: 348px;
    max-width: 100%;
    margin-left: auto; }
    @media (max-width: 480px) {
      .blocks-services .block-car-2 img {
        margin: 0px auto; } }
  .blocks-services .block-car-1 img {
    width: 343px;
    max-width: 100%; }
  .blocks-services .block-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 480px) {
      .blocks-services .block-service {
        margin-bottom: 20px; } }
    @media (max-width: 967px) {
      .blocks-services .block-service {
        text-align: center; } }
    .blocks-services .block-service img {
      margin-bottom: auto; }
      @media (max-width: 480px) {
        .blocks-services .block-service img {
          margin: 0px auto; } }
    .blocks-services .block-service .button {
      margin-top: 1.25em;
      margin-left: auto;
      margin-right: auto; }
    .blocks-services .block-service.block-car-2 {
      text-align: right; }
      @media (max-width: 967px) {
        .blocks-services .block-service.block-car-2 {
          text-align: center; } }
      .blocks-services .block-service.block-car-2 .button {
        margin-right: 0px; }
        @media (max-width: 967px) {
          .blocks-services .block-service.block-car-2 .button {
            margin-right: auto; } }
    .blocks-services .block-service.logo-block img {
      display: block;
      margin: 0px auto;
      max-width: 172px; }
    @media (max-width: 967px) {
          .blocks-services .block-service.logo-block img {
      max-width: 120px;
      width: 35vw; 
    }
        @media (max-width: 967px) {
          .blocks-services .block-service.logo-block img {
      max-width:90px;
      width: 35vw; 
    }
  }
      .blocks-services .block-service.logo-block {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }

.button {
  max-width: 100%;
  width: 338px;
  background-color: #ca0404;
  color: #f9fafb;
  font-size: 1.9375em;
  display: inline-block;
  padding: 0.323em 1.6129em 0.323em 1.6129em;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .button {
      font-size: 1.5625em;
      padding: 0.323em 1.2em 0.323em 1.2em; } }
  .button .price {
    font-weight: 700;
    padding-right: 20px;
    margin-left: 5px;
    position: relative; }
    .button .price:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 16px;
      height: 22px;
      background: url("../img/ruble.png") no-repeat;
      background-size: 100%; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px; }
  @media (max-width: 967px) {
    .advantages {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .advantages .block-advantage {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    font-weight: 300;
    font-size: 0.875em;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 967px) {
      .advantages .block-advantage {
        width: calc((100% / 4) - 5px); } }
    @media (max-width: 767px) {
      .advantages .block-advantage {
        width: 320px; } }
         @media (max-width: 680px) {
      .advantages .block-advantage {
        width: 49%; } }
    .advantages .block-advantage .block-icon {
      line-height: 80px;
      height: 80px;
      margin-bottom: 15px;
      text-align: center; }
      .advantages .block-advantage .block-icon img {
        max-width: 100%;
        height: auto;
        margin: 0px auto;
        vertical-align: bottom; }
    .advantages .block-advantage .title-advantage {
      text-align: center;
      max-width: 180px;
      margin: 0px auto;
      margin-bottom: auto; }

/******* MODAL *******/
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  }

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-popup.is-closed {

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup-container {
  padding-top: 45px;
  position: relative;
  width: 700px;
  max-width: 90%;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: height .5s;
  transition: height .5s; }

.cd-popup-container p {
  padding: 3em 1em; }

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both; }

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%; }

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em; }

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982; }

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0; }

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8; }

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; }

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5; }

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px; }

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px; }

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto; } }

/*******  End of MODAL *******/
/******* FORM *******/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='text'],
input[type='tel'],
input[type='email'] {
  border: 1px solid #dce400;
  padding: 1em;
 width: 300px;
  max-width: 90%;
   }

.form-group {
  margin-bottom: 20px; }

input[type='submit'] {
  border: 0px;
  max-width: 338px;
  width: 200px;
  background-color: #ca0404;
  color: #f9fafb;
  font-size: 1.9375em;
  display: inline-block;
  padding: .323em 1em .323em 1em;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 15px; }

.form-order {
  padding-top: 20px;
  padding-bottom: 20px; }
  .form-order label {
    display: block; }
  .form-order #preloader {
    width: 25px; }
  .form-order .result-block {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .form-order .result-text {
    display: none; }

/*******  End of FORM *******/
/*******  End of MAIN *******/
.body .div-1 {
  width: calc(8.33333% - 10.83333px);
  float: left;
  margin-left: 10px; }

body .div-2 {
  width: calc(25% - 12.5px);
  float: left;
  margin-left: 10px; }

body .div-3 {
  width: calc(25% - 12.5px);
  float: left;
  margin-left: 10px; }

body .div-4 {
  width: calc(33.33333% - 13.33333px);
  float: left;
  margin-left: 10px; }

body .div-5 {
  width: calc(41.66667% - 14.16667px);
  float: left;
  margin-left: 10px; }

body .div-6 {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px; }

body .div-7 {
  width: calc(58.33333% - 15.83333px);
  float: left;
  margin-left: 10px; }

body .div-8 {
  width: calc(66.66667% - 16.66667px);
  float: left;
  margin-left: 10px; }

body .div-9 {
  width: calc(75% - 17.5px);
  float: left;
  margin-left: 10px; }

body .div-10 {
  width: calc(83.33333% - 18.33333px);
  float: left;
  margin-left: 10px; }

body .div-11 {
  width: calc(91.66667% - 19.16667px);
  float: left;
  margin-left: 10px; }

body .div-12 {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }

/******* MEDIA *******/
@media (min-width: 480px) {
  body .div-sm-2 {
    width: calc(8.33333% - 10.83333px);
    float: left;
    margin-left: 10px; }
  body .div-sm-2 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }
  body .div-sm-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }
  body .div-sm-4 {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px; }
  body .div-sm-5 {
    width: calc(41.66667% - 14.16667px);
    float: left;
    margin-left: 10px; }
  body .div-sm-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }
  body .div-sm-7 {
    width: calc(58.33333% - 15.83333px);
    float: left;
    margin-left: 10px; }
  body .div-sm-8 {
    width: calc(66.66667% - 16.66667px);
    float: left;
    margin-left: 10px; }
  body .div-sm-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }
  body .div-sm-10 {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px; }
  body .div-sm-11 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px; }
  body .div-sm-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; } }

@media (min-width: 768px) {
  body .div-t-2 {
    width: calc(8.33333% - 10.83333px);
    float: left;
    margin-left: 10px; }
  body .div-t-2 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }
  body .div-t-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }
  body .div-t-4 {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px; }
  body .div-t-5 {
    width: calc(41.66667% - 14.16667px);
    float: left;
    margin-left: 10px; }
  body .div-t-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }
  body .div-t-7 {
    width: calc(58.33333% - 15.83333px);
    float: left;
    margin-left: 10px; }
  body .div-t-8 {
    width: calc(66.66667% - 16.66667px);
    float: left;
    margin-left: 10px; }
  body .div-t-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }
  body .div-t-10 {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px; }
  body .div-11 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px; }
  body .div-t-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; } }

@media (min-width: 968px) {
  body .div-d-1 {
    width: calc(8.33333% - 10.83333px);
    float: left;
    margin-left: 10px; }
  body .div-d-2 {
    width: calc(16.66667% - 11.66667px);
    float: left;
    margin-left: 10px; }
  body .div-d-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }
  body .div-d-4 {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px; }
  body .div-d-5 {
    width: calc(41.66667% - 14.16667px);
    float: left;
    margin-left: 10px; }
  body .div-d-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }
  body .div-d-7 {
    width: calc(58.33333% - 15.83333px);
    float: left;
    margin-left: 10px; }
  body .div-d-8 {
    width: calc(66.66667% - 16.66667px);
    float: left;
    margin-left: 10px; }
  body .div-d-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }
  body .div-d-10 {
    width: calc(83.33333% - 18.33333px);
    float: left;
    margin-left: 10px; }
  body .div-d-11 {
    width: calc(91.66667% - 19.16667px);
    float: left;
    margin-left: 10px; }
  body .div-d-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
  body .push-d-2 {
    margin-left: calc(16.66667% - 11.66667px + 20px); } }

/*******  End of MEDIA *******/
