@font-face {
    font-family: 'Exo Soft';
    src: url('../fonts/ExoSoft-Regular.eot');
    src: url('../fonts/ExoSoft-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ExoSoft-Regular.woff2') format('woff2'), url('../fonts/ExoSoft-Regular.woff') format('woff'), url('../fonts/ExoSoft-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo Soft';
    src: url('../fonts/ExoSoft-SemiBold.eot');
    src: url('../fonts/ExoSoft-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ExoSoft-SemiBold.woff2') format('woff2'), url('../fonts/ExoSoft-SemiBold.woff') format('woff'), url('../fonts/ExoSoft-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo Soft';
    src: url('../fonts/ExoSoft-Bold.eot');
    src: url('../fonts/ExoSoft-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ExoSoft-Bold.woff2') format('woff2'), url('../fonts/ExoSoft-Bold.woff') format('woff'), url('../fonts/ExoSoft-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*$gutter: 30px;*/

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, button, input, label, select, textarea {
  outline: 0;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
  margin: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.tab-content >.tab-pane {
    display: none;
  }

.tab-content >.active {
    display: block;
  }

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #462C19
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.68;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #000000;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #000000
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.bannerSlider {
  height: auto;
  width: 800px;
  margin: 10px auto;
}
.bannerSlider .item {
  height: auto;
  width: 100%;
  background: #eeeeee;
}
.bannerSlider .item img {
  height: auto;
  width: 100%;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

@keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

.fadeInUpCenter {
  -webkit-animation-name: fadeInUpCenter;
  animation-name: fadeInUpCenter
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes animateBlink {
  0% {
    left: -100%
  }
  100% {
    left: 200%
  }
}

@keyframes animateBlink {
  0% {
    left: -100%
  }
  100% {
    left: 200%
  }
}

.animateBlink {
  -webkit-animation-name: animateBlink;
  animation-name: animateBlink;
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      -webkit-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

.owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px
    }

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default;
    }

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
  }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

.owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline;
    }

.owl-theme .owl-dots .owl-dot span {
        width: 32px;
        height: 3px;
        margin: 0px 5px;
        background: rgba(255, 255, 255, 0.4);
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        border-radius: 30px;
      }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
          background: rgba(255, 255, 255, 1);
}

.owl__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
  opacity: 1;
  background: transparent;
}

.owl__button .svg {
    stroke: #ffffff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

.owl__button:hover {
    opacity: 0.9;
}

.owl__prev {
  left: 0;

}

.owl__next {
  right: 0;

}

body{
  font-family: "Exo Soft", sans-serif;
}

.page-title {
  color: #262626;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

.button {
  color: #ffffff;
  font-family: "Exo Soft";
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 42px;
  height: 42px;
  background-color: #EC1C16;
  border-radius: 21px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  z-index: 2
}

.button:before {
    content: '';
    position: absolute;
    left: -100%;
    top: -20%;
    width: 4px;
    height: 130%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: animateBlink;
    animation-name: animateBlink;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  margin: 0 -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col {
  float: left;
  padding: 0 15px;
}

.xs-offset--0 {
    margin-left: 0;
  }

.xs--1 {
      width: 8.33333333%;
    }

.xs-offset--1 {
      margin-left: 8.33333333%;
    }

.xs--2 {
      width: 16.66666667%;
    }

.xs-offset--2 {
      margin-left: 16.66666667%;
    }

.xs--3 {
      width: 25%;
    }

.xs-offset--3 {
      margin-left: 25%;
    }

.xs--4 {
      width: 33.33333333%;
    }

.xs-offset--4 {
      margin-left: 33.33333333%;
    }

.xs--5 {
      width: 41.66666667%;
    }

.xs-offset--5 {
      margin-left: 41.66666667%;
    }

.xs--6 {
      width: 50%;
    }

.xs-offset--6 {
      margin-left: 50%;
    }

.xs--7 {
      width: 58.33333333%;
    }

.xs-offset--7 {
      margin-left: 58.33333333%;
    }

.xs--8 {
      width: 66.66666667%;
    }

.xs-offset--8 {
      margin-left: 66.66666667%;
    }

.xs--9 {
      width: 75%;
    }

.xs-offset--9 {
      margin-left: 75%;
    }

.xs--10 {
      width: 83.33333333%;
    }

.xs-offset--10 {
      margin-left: 83.33333333%;
    }

.xs--11 {
      width: 91.66666667%;
    }

.xs-offset--11 {
      margin-left: 91.66666667%;
    }

.xs--12 {
      width: 100%;
    }

.xs-offset--12 {
      margin-left: 100%;
    }

.svg-arrow-left {
  width: 0.58em;
  height: 1em;
  fill: none;
}

.svg-arrow-right {
  width: 0.58em;
  height: 1em;
  fill: none;
}

.svg-block-1 {
  width: 1em;
  height: 1em;
  fill: none;
}

.svg-block-2 {
  width: 1.19em;
  height: 1em;
  fill: none;
}

.svg-block-3 {
  width: 1em;
  height: 1em;
  fill: none;
}

.svg-block-4 {
  width: 1em;
  height: 1em;
  fill: none;
}

.svg-block-5 {
  width: 1em;
  height: 1em;
  fill: none;
}

.svg-block-6 {
  width: 1em;
  height: 1em;
  fill: none;
}

.svg-clock {
  width: 1.03em;
  height: 1em;
  fill: #FFF;
}

.svg-close {
  width: 1em;
  height: 1em;
  fill: initial;
}

.svg-marker-map {
  width: 0.7em;
  height: 1em;
  fill: #EC1C16;
}

.svg-marker {
  width: 0.67em;
  height: 1em;
  fill: #EC1C16;
}

.svg-phone-contact {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.svg-phone {
  width: 1em;
  height: 1em;
  fill: #EC1C16;
}

.svg-why-1 {
  width: 0.75em;
  height: 1em;
  fill: none;
}

.svg-why-2 {
  width: 0.97em;
  height: 1em;
  fill: none;
}

.svg-why-3 {
  width: 1.05em;
  height: 1em;
  fill: none;
}

.svg-why-4 {
  width: 1.02em;
  height: 1em;
  fill: none;
}

main {
}

h1{
  margin: 0;
}

.header {
  padding-top: 13px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.header.is-scroll {
    padding-top: 3px;
    padding-bottom: 4px;
}

.header .container:before, .header .container:after {
    content: " ";
    display: table;
}

.header .container:after {
    clear: both;
}

.header__logo_top {
      color: #262626;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      text-align: center;
}

.header__logo_bottom {
      color: #777777;
      font-size: 12px;
      line-height: 21px;
      text-align: center;
}

.header__address {
    color: #262626;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
}

.header__address .svg {
      position: absolute;
      top: 2px;
      left: 0px;
}

.header__phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    display: none;
}

.header__phone .svg {
      position: absolute;
      top: 2px;
      left: 0px;
}

.header__tel a {
      color: #262626;
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
    }

.header__time {
    color: #777777;
    font-size: 12px;
    line-height: 16px;
}

.header__button {
    display: block;
    text-align: center;
}

.footer {
  background-color: #252525;
}

.footer__top{
    padding-top: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid #535353;
    margin-bottom: 28px}

.footer__top:before, .footer__top:after {
    content: " ";
    display: table;
}

.footer__top:after {
    clear: both;
}

.footer__bottom{
    padding-bottom: 56px;
  }

.footer__logo_top {
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
}

.footer__logo_bottom {
      color: #ffffff;
      font-size: 12px;
      line-height: 21px;
}

.footer__phone {
    display: inline-block;
    margin-right: 30px;
}

.footer__phone span {
      color: #ffffff;
      font-size: 14px;
      line-height: 22px;
      margin-right: 10px;
      vertical-align: middle;
}

.footer__tel {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.footer__button {
    display: inline-block;
}

.footer__text {
    color: #777777;
    font-size: 14px;
    line-height: 16px;
}

.footer__admd {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.footer__admd a {
      color: #ffffff;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      text-decoration: underline;
}

.hero {
  padding-top: 95px;
}

.hero .container {
}

.hero .owl-dots {
    bottom: 65px;
    left: 9.5%;
}

.hero .page-title {
    color: #262626;
    /*max-width: 395px;*/
    margin-bottom: 43px;
}

.hero__item {
    position: relative;
    padding-top: 34px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero__image {
    position: absolute;
    bottom: 27px;
    right: 0;
}

.hero__image-bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-image: url('../images/bg-hero-car-light.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
}

.hero__image-bg.is-active {
    opacity: 1;
}

.hero__body {
    padding-top: 129px;
}

.hero__body .button {
      padding: 0 35px;
      height: 55px;
      line-height: 55px;
      border-radius: 55px;
}

.hero .marks {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.marks {
 margin: auto;
}

.marks:before, .marks:after {
    content: " ";
    display: table;
}

.marks:after {
    clear: both;
}

.marks__item {
    float: left;
	width:24%;
	margin: auto;
}







.marks__block {
    display: block;
    background-color: #ffffff;
    border-radius: 25px;
   /* -webkit-box-shadow: 0 30px 38px 0 #4E2200;
    box-shadow: 0 30px 38px 0 #4E2200; */
    text-align: center;
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    width: 100%;
    max-width: 252px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/*box-shadow: 0 15px 18px 0 #4E2200;*/

.marks__block:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.marks__block img {
      display: inline !important;
      max-width: 80%;
      max-height: 80%;
      width: auto !important;
      vertical-align: middle;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}

.block__block {
    width: 261px;
    height: 270px;
    border-radius: 6px;
    padding-top: 26px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }

.block__block:not(.block__block--tab):hover, .why__item.active .block__block, .why__item:hover .block__block {
      background-image: url('../images/block.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
 
 .block__block:not(.block__block--tab):hover .block__text, .why__item.active .block__block .block__text, .why__item:hover .block__block .block__text {
        color: #FF0000;
      }

.block__block:not(.block__block--tab):hover .block__circle, .why__item.active .block__block .block__circle, .why__item:hover .block__block .block__circle {
        background: #FF0000;
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #FF0000 1%, #FF0000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-linear-gradient(315deg, #FF0000 1%, #FF0000 100%);
        background: -o-linear-gradient(315deg, #FF0000 1%, #FF4500 100%);
        background: linear-gradient(135deg, #FF0000 1%, #FF00000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#e0985a', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
      }

.block__block.block__block--tab {
      width: 121px;
      height: 121px;
}

.block__block.block__block--tab .block__circle {
        width: 76px;
        height: 76px;
}

.block__block.block__block--tab .block__icon {
        background-size: 37px;
}

.block__block.block__block--tab .block__text {
        display: none;
}

.block__circle {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 146px;
    height: 146px;
    margin: 0 auto;
    margin-bottom: 26px;
     background: #1E90FF;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1E90FF 1%, #1E90FF 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #1E90FF 1%, #1E90FF 100%);
    background: -o-linear-gradient(315deg, #1E90FF 1%, #1E90FF 100%);
    background: linear-gradient(135deg, #1E90FF 1%, #1E90FF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E90FF', endColorstr='#FF0000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.block__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
}

.block__icon-1 {
      background-image: url('../images/svg/block-1.svg');
      background-size: 67px;
    } 

.block__icon-2 {
      background-image: url('../images/svg/block-2.svg');
      background-size: 67px;
    }

.block__icon-3 {
      background-image: url('../images/svg/block-3.svg');
      background-size: 67px;
    }

.block__icon-4 {
      background-image: url('../images/svg/block-4.svg');
      background-size: 67px;
    }

.block__icon-5 {
      background-image: url('../images/svg/block-5.svg');
      background-size: 67px;
    }

.block__icon-6 {
      background-image: url('../images/svg/block-6.svg');
      background-size: 67px;
    }

.block__icon-01 {
      background-image: url('../images/svg/block-01.svg');
      background-size: 67px;
    }

.block__icon-02 {
      background-image: url('../images/svg/block-02.svg');
      background-size: 67px;
    }

.block__icon-03 {
      background-image: url('../images/svg/block-03.svg');
      background-size: 67px;
    }

.block__icon-04 {
      background-image: url('../images/svg/block-04.svg');
      background-size: 67px;
    }

.block__text {
    color: #262626;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

/* .block .col:nth-child(1):hover .block__circle i {
      background-image: url('../images/svg/block-1-hover.svg');
    }

.block .col:nth-child(2):hover .block__circle i {
      background-image: url('../images/svg/block-2-hover.svg');
    }

.block .col:nth-child(3):hover .block__circle i {
      background-image: url('../images/svg/block-3-hover.svg');
    }

.block .col:nth-child(4):hover .block__circle i {
      background-image: url('../images/svg/block-4-hover.svg');
    }

.block .col:nth-child(5):hover .block__circle i {
      background-image: url('../images/svg/block-5-hover.svg');
    }

.block .col:nth-child(6):hover .block__circle i {
      background-image: url('../images/svg/block-6-hover.svg');
    } */

.your {
  position: relative;
  padding-top: 48px;
  padding-bottom: 50px;
  /*background: #ffe0ae;
  /* Old browsers */
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top, #ffe0ae 0%, #fffcf2 100%);
  /* Chrome10-25,Safari5.1-6 */
 /* background: -webkit-gradient(linear, left top, left bottom, from(#ffe0ae), to(#fffcf2));
 /* background: -o-linear-gradient(top, #ffe0ae 0%, #fffcf2 100%);
  /*background: linear-gradient(to bottom, #ffe0ae 0%, #fffcf2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0ae', endColorstr='#fffcf2', GradientType=0);
  /* IE6-9 */ 
}

/*.your .block {
    margin-bottom: 136px;
}*/

.your .page-title {
    text-align: center;
    margin-bottom: 55px;
}

.your__block:before, .your__block:after {
    content: " ";
    display: table;
	margin: auto;
}

.your__block:after {
    clear: both;
}

.your__item {
    width: 100%;
    float: left;
}

.your__title {
    text-align: center;
    height: 98px;
    line-height: 98px;
  /*  border-top: 1px solid #FF6347;
    border-bottom: 1px solid #FF6347; */
}

.your__title img {
      vertical-align: middle;
    }

.why {
  padding-top: 59px;
  padding-bottom: 135px;
 /* background: #ffe0ae;
  /* Old browsers */
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top, #ffe0ae 0%, #fffcf2 100%);
  /* Chrome10-25,Safari5.1-6 */
 /* background: -webkit-gradient(linear, left top, left bottom, from(#ffe0ae), to(#fffcf2));
  /*background: -o-linear-gradient(top, #ffe0ae 0%, #fffcf2 100%);
 /* background: linear-gradient(to bottom, #ffe0ae 0%, #fffcf2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6347', endColorstr='#FF6347', GradientType=0);
}

/* IE6-9 */

.why .page-title {
    text-align: center;
    margin-bottom: 58px;
  }

.why__subtitle {
    font-weight: 700;
    margin-bottom: 15px;
  }

.why__text {
    font-family: "Exo Soft";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
  }

.why__list:before, .why__list:after {
    content: " ";
    display: table;
}

.why__list:after {
    clear: both;
}

.why__list {
    margin-bottom: 36px;
}

.why__item {
    float: left;
    width: 50%;
  }

.why__image {
    border-radius: 8px;
    overflow: hidden;
}

.why__image img {
      max-width: 100%;
      width: 100%;
}

.why__image iframe {
      width: 100%;
      height: 313px;
}

/* .why__item:nth-child(1).active .block__icon, .why__item:nth-child(1):hover .block__icon {
      background-image: url('../images/svg/block-01-hover.svg');
    } 

.why__item:nth-child(2).active .block__icon, .why__item:nth-child(2):hover .block__icon {
      background-image: url('../images/svg/block-02-hover.svg');
    }

.why__item:nth-child(3).active .block__icon, .why__item:nth-child(3):hover .block__icon {
      background-image: url('../images/svg/block-03-hover.svg');
    }

.why__item:nth-child(4).active .block__icon, .why__item:nth-child(4):hover .block__icon {
      background-image: url('../images/svg/block-04-hover.svg');
    }*/

.contact {
  position: relative;
  min-height: 520px;
}

.contact .container {
    position: relative;
    top: -185px;
    z-index: 2;
  }

.contact .page-title {
    text-align: center;
    margin-bottom: 57px;
  }

.contact__block {
    padding: 16px 16px;
    background-image: url('../images/bg-contact.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px
  }

.contact__block:before, .contact__block:after {
    content: " ";
    display: table;
}

.contact__block:after {
    clear: both;
}

.contact__block .svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: #FF0000;
      font-size: 30px;
}

.contact__address, .contact__time, .contact__phone {
    position: relative;
    padding-left: 40px;
}

.contact__address {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-right: 38px;
}

.contact__time {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-right: 40px;
}

.contact__phone a {
      color: #ffffff;
      font-weight: 600;
      font-size: 22px;
      line-height: 22px;
    }

.contact__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.contact__map iframe {
      width: 100%;
      height: 100%;
    }

.form {
  position: relative;
}

.form--1, .form--2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form--1 {
    background-image: url('../images/bg-form1.jpg');
}

.form--2 {
    padding-top: 59px;
    padding-bottom: 65px;
    background-image: url('../images/bg-form2.jpg');
}

.form--2 .container {
      max-width: 920px;
}

.form--2 .page-title {
      text-align: center;
}

.form--2 .page-title-m {
      text-align: center;
}

.form--2 .form__form {
      margin: 0 auto;
}

.form--2 .form__description {
      text-align: center;
}

.form .container {
    position: relative;
    z-index: 2;
}

.form .page-title {
    color: #ffffff;
    margin-bottom: 35px;
}

.form .page-title-m {
    color: #ffffff;
    margin-bottom: 31px;
}

.form__form {
    max-width: 750px;
    width: 100%;
    margin-bottom: 10px;
}

.form__form:before, .form__form:after {
    content: " ";
    display: table;
}

.form__form:after {
    clear: both;
}

.form__item {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.form__description {
    color: #ffffff;
    font-size: 14px;
}

.form__description a {
      color: #ffffff;
      text-decoration: underline;
    }

.form__group:not(:last-child) {
    margin-bottom: 10px;
}

.form__input {
    color: #262626;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 21px;
    width: 100%;
    display: block;
    background-color: #ffffff;
    max-width: 240px;
    margin: 0 auto;
}

.form__input.error {
    border: 1px solid #bf0000;
}

.form__image {
    display: none;
    position: absolute;
    z-index: 1;
}

.form__image--1 {
      right: 0;
      left: 58%;
      bottom: 35px;
}

.form__image--1 img {
        width: 100%;
      }

.form__image--2 {
      left: 0;
      bottom: 56px;
      width: 300px;
}

.form__image--2 img {
        width: 100%;
      }

.form__image--3 {
      right: 0;
      bottom: 56px;
      width: 300px;
}

.form__image--3 img {
        width: 100%;
      }

.form--1 .page-title {
      margin-bottom: 10px;
    }

.form--1 .page-title-m {
      font-size: 22px;
    }

.form--1 .form__form {}

.form--1 .form__item {
      padding-left: 0
    }

.form--1 .form__item:not(:last-child) {
    padding-right: 10px;
}

.form--2 .page-title-m {
      font-size: 22px;
      font-weight: 400;
    }

.form--2 .form__form {
      margin-bottom: 13px;
    }

.modal-l .modal-dialog {
      max-width: 1148px;
      width: 100%;
    }

.modal .form {
    margin-bottom: 24px;
  }

.modal .form__input {
    border: 1px solid #E7E7E7
  }

.modal .form__input.error {
    border: 1px solid #bf0000;
}

.modal .form__group:last-child {
    text-align: center;
  }

.modal .form__group:last-child .button {
      max-width: 240px;
      width: 100%;
    }

.modal__body {
    padding: 44px 32px;
  }

.modal__title {
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    max-width: 321px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23px;
  }

.modal__description {
    color: #262626;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

.modal__description a {
      color: #262626;
      text-decoration: underline;
    }

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

.modal__close svg {
      fill: #000000;
      font-size: 21px;
    }

.modal-car .page-title {
    margin-bottom: 38px;
  }

.modal-car__body {
    padding: 15px;

  }

.modal-car .modal-dialog {
    max-width: 1148px;
    width: 100%;
}
.js-slider .banner-item
{
	display: block;
    width: 100%;
    height: auto;
}
.js-slider.owl-carousel .owl-dots {
    display: none;
}
.modal-car__text {
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.modal-car__slider {
    position: relative;
}

.modal-car .js-sliderCar {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.modal-car__nav {
    margin-bottom: 38px;
}

.modal-car__nav li {
      display: inline-block
    }

.modal-car__nav li:not(:last-child) {
    margin-right: 44px;
}

.modal-car__nav li.active a {
          color: #EC1C16;
          font-weight: 700;
}

.modal-car__nav a {
      color: #262626;
      font-size: 18px;
      line-height: 26px;
      text-decoration: underline;
    }

.modal-car__image img {
      width: 80% !important;
      margin: 0 auto;
    }

.modal-car__info ul {
    font-family: "Exo Soft";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4444444444;
    color: #262626;
    margin-bottom: 26px;
}

.modal-car__info strong {

    }

.modal-car__info li:not(:last-child) {
      margin-bottom: 8px;
    }

.modal-car__links {
    /*border-top: 1px solid #EADFC1;*/
    padding-top: 25px;
}

.modal-car__links li:not(:last-child) {
      margin-bottom: 11px;
    }

.modal-car__links button {
      font-family: "Exo Soft";
      font-weight: 400;
      font-size: 18px;
      line-height: 1.4444444444;
      color: #262626;
      padding: 0;
      background: transparent;
      bottom: none;
      border-bottom: 1px solid #262626;
    }

.modal-car__slider-bottom {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4444444444;
    color: #262626;
}

.modal-car__slider-bottom span {
      margin-bottom: 11px;
      display: block;
    }

.modal-car__bottom {
    padding-top: 30px;
}

.modal-car .owl__button .svg {
      stroke: #94633C;
    }

.modal-car .owl-theme .owl-dots {
      display: block;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

.modal-car .owl-theme .owl-dots .owl-dot span {
          background: rgba(152,142,133,0.4);
        }

.modal-car .owl-theme .owl-dots .owl-dot.active span, .modal-car .owl-theme .owl-dots .owl-dot:hover span {
            background: rgba(148,99,60,1);
}

.cars {
  padding-top: 15px;
  padding-bottom: 15px
}

.cars:before, .cars:after {
    content: " ";
    display: table;
}

.cars:after {
    clear: both;
}

.cars .button {
    margin-top: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.cars--modal .cars__item {
      width: 100%;
    }

.cars--modal .cars__item:hover .button {
          opacity: 1;
}

.cars__item {
    width: 100%;
    float: left;
    min-height: 150px;
    text-align: center;
    display: block;
}

.cars__image {
    position: relative;
    min-height: 102px;
    overflow: hidden;
}

.cars__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 190px;
      max-height: 190px;
      
      height: auto;
      width: auto;
      z-index: 2;
    }

.cars__image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100px);
    -ms-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px);
    width: 75px;
    height: 50%;
    background-color: #1E90FF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.cars__image:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100px);
    -ms-transform: translateX(-50%) translateY(100px);
    transform: translateX(-50%) translateY(100px);
    width: 75px;
    height: 50%;
    background-color: #1E90FF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.cars__image:hover:after {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.cars__image:hover:before {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.cars__name {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.cars__pay {
    color: #EC1C16;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}

.state--pr {
    position: relative;
  }

.state--rel {
    position: relative;
  }

@media (min-width: 768px) {
  .modal-dialog {
    width: 510px;
    margin: 30px auto;
  }
  .hero__item
  {
	  padding-bottom:291px;
  }
  .modal-sm {
    width: 300px;
    ;
  }
  .page-title {
        font-size: 52px;
        line-height: 56px;
    }
  .container {
        width: 750px;
    }
  .s-offset--0 {
    margin-left: 0;
  }
    .s--1 {
      width: 8.33333333%;
    }
    .s-offset--1 {
      margin-left: 8.33333333%;
    }
    .s--2 {
      width: 16.66666667%;
    }
    .s-offset--2 {
      margin-left: 16.66666667%;
    }
    .s--3 {
      width: 25%;
    }
    .s-offset--3 {
      margin-left: 25%;
    }
    .s--4 {
      width: 33.33333333%;
    }
    .s-offset--4 {
      margin-left: 33.33333333%;
    }
    .s--5 {
      width: 41.66666667%;
    }
    .s-offset--5 {
      margin-left: 41.66666667%;
    }
    .s--6 {
      width: 50%;
    }
    .s-offset--6 {
      margin-left: 50%;
    }
    .s--7 {
      width: 58.33333333%;
    }
    .s-offset--7 {
      margin-left: 58.33333333%;
    }
    .s--8 {
      width: 66.66666667%;
    }
    .s-offset--8 {
      margin-left: 66.66666667%;
    }
    .s--9 {
      width: 75%;
    }
    .s-offset--9 {
      margin-left: 75%;
    }
    .s--10 {
      width: 83.33333333%;
    }
    .s-offset--10 {
      margin-left: 83.33333333%;
    }
    .s--11 {
      width: 91.66666667%;
    }
    .s-offset--11 {
      margin-left: 91.66666667%;
    }
    .s--12 {
      width: 100%;
    }
    .s-offset--12 {
      margin-left: 100%;
    }
    .header {
        padding-top: 26px;
        padding-bottom: 27px;
    }
    .header.header.is-scroll {
        padding-top: 6px;
        padding-bottom: 7px;
    }
    .header__logo {
        float: left;
        max-width: 248px;
        width: 100%;
    }
    .header__right {
        float: right;
    }
    .header__phone {
        display: inline-block;
        margin-right: 40px;
    }
    .header__button {
        display: inline-block;
        vertical-align: middle;
    }
    .hero__item {
        padding-bottom: 381px;
        padding-top: 54px;
    }
    .hero__body {
        padding-top: 244px;
    }
    .marks {
        margin-left: -24px;
        margin-right: -24px;
    }
    .marks__item {
        width: 50%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .marks__block {
        height: 94px;
        line-height: 94px;
		margin-top: 20px;
    }
    .block__block.block__block--tab {
        width: 271px;
        height: 288px;
    }
    .block__block.block__block--tab .block__circle {
        width: 146px;
        height: 146px;
    }
    .block__block.block__block--tab .block__icon {
        background-size: 67px;
    }
    .block__block.block__block--tab .block__text {
        display: block;
    }
    .your:after {
        position: absolute;
        content: " ";
        top:0;
        right: 0;
        width: 489px;
        height: 638px;
        background: url('../images/bg-your.png') no-repeat center;
        background-size: 489px 638px;
    }
    .why__item {
        width: 50%;
    }
    .contact__block {
        padding: 46px 46px;
    }
    .form--1 {
        padding-top: 72px;
        padding-bottom: 82px;
    }
    .form--2 {
        padding-top: 109px;
        padding-bottom: 115px;
    }
    .modal-car__body {
        padding: 76px 69px;
    }
    .cars--modal .cars__item {
        width: 50%;
    }
    .cars__item {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .container {
        width: 970px;
    }
  .m-offset--0 {
    margin-left: 0;
  }
    .m--1 {
      width: 8.33333333%;
    }
    .m-offset--1 {
      margin-left: 8.33333333%;
    }
    .m--2 {
      width: 16.66666667%;
    }
    .m-offset--2 {
      margin-left: 16.66666667%;
    }
    .m--3 {
      width: 25%;
    }
    .m-offset--3 {
      margin-left: 25%;
    }
    .m--4 {
      width: 33.33333333%;
    }
    .m-offset--4 {
      margin-left: 33.33333333%;
    }
    .m--5 {
      width: 41.66666667%;
    }
    .m-offset--5 {
      margin-left: 41.66666667%;
    }
    .m--6 {
      width: 50%;
    }
    .m-offset--6 {
      margin-left: 50%;
    }
    .m--7 {
      width: 58.33333333%;
    }
    .m-offset--7 {
      margin-left: 58.33333333%;
    }
    .m--8 {
      width: 66.66666667%;
    }
    .m-offset--8 {
      margin-left: 66.66666667%;
    }
    .m--9 {
      width: 75%;
    }
    .m-offset--9 {
      margin-left: 75%;
    }
    .m--10 {
      width: 83.33333333%;
    }
    .m-offset--10 {
      margin-left: 83.33333333%;
    }
    .m--11 {
      width: 91.66666667%;
    }
    .m-offset--11 {
      margin-left: 91.66666667%;
    }
    .m--12 {
      width: 100%;
    }
    .m-offset--12 {
      margin-left: 100%;
    }
    .header__phone {
        margin-right: 20px;
    }
    .footer__logo {
        float: left;
        max-width: 248px;
        width: 100%;
    }
    .footer__right {
        float: right;
    }
    .footer__admd {
        text-align: right;
    }
    .hero__item {
        padding-bottom: 211px;
        min-height: 626px;
    }
    .hero__body {
        padding-top: 164px;
    }
    .marks__item {
        width: 25%;
        padding-bottom: 0;
    }
    .contact__address, .contact__time, .contact__phone {
        display: inline-block;
        vertical-align: top;
    }
    .form__item {
        width: 33.33333333%;
    }
    .cars--modal .cars__item {
        width: 25%;
    }
}

@media (min-width: 1200px) {

    .owl__prev {
        left: 30px;
    }

    .owl__next {
        right: 30px;
    }

    .container {
        width: 1170px;
    }
  .l-offset--0 {
    margin-left: 0;
  }
    .l--1 {
      width: 8.33333333%;
    }
    .l-offset--1 {
      margin-left: 8.33333333%;
    }
    .l--2 {
      width: 16.66666667%;
    }
    .l-offset--2 {
      margin-left: 16.66666667%;
    }
    .l--3 {
      width: 25%;
    }
    .l-offset--3 {
      margin-left: 25%;
    }
    .l--4 {
      width: 33.33333333%;
    }
    .l-offset--4 {
      margin-left: 33.33333333%;
    }
    .l--5 {
      width: 41.66666667%;
    }
    .l-offset--5 {
      margin-left: 41.66666667%;
    }
    .l--6 {
      width: 50%;
    }
    .l-offset--6 {
      margin-left: 50%;
    }
    .l--7 {
      width: 58.33333333%;
    }
    .l-offset--7 {
      margin-left: 58.33333333%;
    }
    .l--8 {
      width: 66.66666667%;
    }
    .l-offset--8 {
      margin-left: 66.66666667%;
    }
    .l--9 {
      width: 75%;
    }
    .l-offset--9 {
      margin-left: 75%;
    }
    .l--10 {
      width: 83.33333333%;
    }
    .l-offset--10 {
      margin-left: 83.33333333%;
    }
    .l--11 {
      width: 91.66666667%;
    }
    .l-offset--11 {
      margin-left: 91.66666667%;
    }
    .l--12 {
      width: 100%;
    }
    .l-offset--12 {
      margin-left: 100%;
    }
    .header__logo_top {
        font-size: 22px;
    }
    .header__logo_bottom {
        font-size: 14px;
    }
    .header__address {
        margin-right: 44px;
    }
    .header__phone {
        margin-right: 69px;
    }
    .footer__logo_top {
        font-size: 22px;
    }
    .footer__logo_bottom {
        font-size: 14px;
    }
    .why__item.active .block__block, .why__item:hover .block__block {
        background-image: url('../images/block-tab.png');
    }
    .block__text {
        font-size: 22px;
        line-height: 26px;
    }
    .your__item {
        width: 50%;
    }
    .your__item:first-child {
        border-right: 1px solid #DFD0AA;
    }
    .why__item {
        width: 25%;
    }
    .contact__block {
        padding: 46px 76px;
    }
    .contact__address {
        margin-right: 118px;
    }
    .contact__time {
        margin-right: 114px;
    }
    .form__image {
        display: block;
    }
    .modal__close {
        right: 23px;
        top: 23px;
    }
    .modal-car__bottom {
        padding-top: 80px;
    }
}

@media (min-width: 1440px) {

    .modal-car .owl__prev {
        left: 0px;
    }

    .modal-car .owl__next {
        right: 0px;
    }
}

@media (max-width: 1199px) {

    .footer__logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__right {
        text-align: center;
    }
}

@media (max-width: 991px) {

    .header__address {
        display: none;
    }

    .footer__phone {
        display: block;
        margin-right: 0;
    }

    .footer__phone {
        margin-bottom: 20px;
    }

    .footer__phone span {
        display: block;
    }

    .footer__text {
        margin-bottom: 20px;
    }

    .hero__image img {
        width: 100%;
        display: block;
    }

    .why__image {
        margin-top: 15px;
    }

    .contact__address, .contact__time, .contact__phone {
        max-width: 294px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .form__item:last-child {
        text-align: center;
    }

    .form__input {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .header__logo {
        margin: 0 auto;
        margin-bottom: 14px;
    }

    .footer__logo {
        margin: 0 auto;
        margin-bottom: 14px;
    }

    .hero {
        padding-top: 125px;
    }

    .form {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


.text-center{
  text-align: center;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
    margin-top: 15px;
    margin-bottom: 15px;  
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;

    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    /*white-space: nowrap;*/
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.maz-title{
  display: flex;
  align-items:center;
  justify-content: space-between;
}

#modal-maz .page-title{
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .maz-title{
    display: block;
    text-align: center;
  }
  .maz-title .page-title{
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
}

#modal-maz .modal-dialog{
  width:100%;
  max-width: 960px;
}

#modal-maz .modal-car__body{
  padding: 50px;
}

@media screen and (max-width: 767px) {
#modal-maz .modal-car__body{
  padding: 10px;
}  
#modal-maz table {
  /*max-width: 500px !important;*/
}
}

#modal-maz table {
  width:100%;
  border:1px solid #BF8D5D;
  /*border-collapse:collapse;*/
  border-spacing:1px;
}
#modal-maz table tr:nth-child(odd) td{
  background: #f0f0f0;
}
#modal-maz th{
  background: #BF8D5D;
  border:1px solid #000 !important;
  color:#fff;
  padding: 5px 8px;
  font-size: 16px;
  text-align: center;
}

#modal-maz td{
  border:1px solid #BF8D5D !important;
  padding: 5px 8px;
  font-size: 13px;
  text-align: center;
}

#modal-maz tr td:first-child{
  white-space: nowrap;
  font-weight: bold;
}

#modal-maz tr td:last-child{
  white-space: nowrap;
  color: #EC1C16;
  font-weight: bold;
}

#modal-maz tr th:nth-child(4){
  color: #fff;
  background: #EC1C16;
  font-weight: bold;
}