/* CSS Document */
body,
html {
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  overflow-x: hidden;
}
*:focus {
  outline: none !important;
}
.special_offer_label {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 235px;
  height: 75px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.special_offer_label.et.week {
  /*background-image: url('../img/deal_label_week_est_x2.png');*/
  background-image: url('../img/tempel.png');
  width: 150px !important;
  height: 150px !important;
}
.special_offer_label.ru.week {
  /*background-image: url('../img/deal_label_week_rus_x2.png');*/
  background-image: url('../img/tempel.png');
  width: 150px !important;
  height: 150px !important;
}
.special_offer_label.et.stock {
  background-image: url('../img/deal_label_stock_est_x2.png');
}
.special_offer_label.ru.stock {
  background-image: url('../img/deal_label_stock_rus_x2.png');
}
.special_offer_label.et.super {
  background-image: url('../img/deal_label_super_est_x2.png');
}
.special_offer_label.ru.super {
  background-image: url('../img/deal_label_super_rus_x2.png');
}


.round {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
a:focus {
  color: #d62629;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animation {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.clear {
  float: none;
  clear: both;
}
.carousel-container {
  background: #fff;
}
.logo {
  font-family: catwees-font;
  font-size: 70px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer !important;
}
.logo-container {
  background: #d62629;
  height: 100px;
  text-align: center;
  cursor: pointer !important;
}
.menu-container {
  background: #f4f4f4;
  height: 100px;
}
.menu-row {
  background: #fff;
}
.navbar {
  margin-bottom: 0px;
  min-height: 40px;
}
.buttons-row {
  height: 60px;
  width: 100%;
}
a:visited,
a:focus {
  text-decoration: none;
}
.topbar {
  width: 100%;
  padding-top: 15px !important;
  margin: auto 0;
  height: 60px;
}
.topbar .logo-menu {
  display: inline-block !important;
}
.topbar .logo-menu img {
  width: 130px;
  height: 29px;
  display: inline-block;
}
.topbar .more {
  line-height: 30px;
  color: #777;
  font-size: 12px;
  margin-left: 20px;
}
.topbar a {
  display: inline;
}
.topbar a .lang-button {
  color: #787878;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5.5px 17px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.topbar a .f-button {
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 33px;
  vertical-align: middle;
  background: #ccc;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-left: 5px;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.topbar a .f-button .notif {
  position: absolute;
  font-size: 9px;
  background: #aaa;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  line-height: 15px;
  font-weight: 900;
  text-align: center;
  top: -3px;
  right: -6px;
}
.topbar a .f-button:hover {
  background: #d62629;
}
.topbar a:hover {
  text-decoration: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background: #fff !important;
  box-shadow: none;
  color: #d62629 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
}
.dropdown-menu > li > .dropdown-menu > li {
  background: #d62629;
}
nav.open a,
nav.open a:hover,
nav.open a:focus {
  background-color: #fff;
  color: #fff;
}
.has-submenu.highlighted {
  background: #fff;
}
.dropdown-menu .highlighted {
  color: #fff;
  background-color: #c61a1d !important;
}
.dropdown-menu {
  border-radius: 0px;
  background: #d62629;
  border: none;
  font-size: 11px;
  color: #eebcbc;
}
.dropdown-menu li.open a {
  background: #c61a1d;
}
.dropdown-menu > li > a {
  font-size: 11px;
  color: #eebcbc;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 3px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #c61a1d;
}
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
  color: #000;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.navbar-default .navbar-nav > li > a:hover {
  color: #d62629;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-default {
  background: #fff;
  box-shadow: none;
  border: 0;
}
.main-content {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.side-menu {
  background: #272d33;
  height: 100%;
}
.big-link {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.big-link .inner-link {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  color: #aaaaaa;
  background: #4d5052;
  width: 50px;
  height: 50px;
  line-height: 58px;
  font-size: 30px;
  text-align: center;
  vertical-align: bottom;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.big-link .inner-link .notification {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  height: 20px;
  width: 20px;
  background: #ccc;
  color: #4d5052;
  text-align: center;
  position: absolute;
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  line-height: 21px;
  right: -5px;
  top: -5px;
}
.big-link .inner-link span {
  vertical-align: middle;
}
.big-link .title {
  font-size: 10px;
  text-transform: uppercase;
  color: #777777;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  margin-bottom: 10px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
}
.big-link:hover .inner-link {
  color: #fff;
}
.big-link:hover .inner-link .notification {
  color: #fff;
  background: #d62629;
}
.big-link:hover .title {
  color: #fff;
}
.big-link.active {
  background: #1f2429 !important;
}
.big-link.active .inner-link {
  background: #d62629;
  color: #fff;
}
.big-link.active .inner-link .notification {
  color: #d62629;
  background: #fff;
}
.inner-content {
  max-width: 1175px;
}
.inner-content.bigger {
  max-width: 1200px;
}
.help {
  height: 100px;
  background: #eeefff;
}
.slider {
  position: relative;
  max-width: 1200px;
  background-size: cover;
  width: 100%;
}
.slider .slider-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 40px;
}
.slider .slider-content .btn-danger {
  background: #d62629;
  border: none;
  padding: 15px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.first-line {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 40px;
}
.second-line {
  font-size: 120px;
  line-height: 140px;
  color: #fff;
  font-weight: 900;
}
.drive {
  display: block;
  margin-top: 10px;
  color: #fff;
}
.border-around {
  border-right: 3px solid #d9dadc;
  background: #fff;
}
.padder {
  max-width: 1200px;
  border-top: 5px solid #d62629;
  border-bottom: 2px solid #d9dadc;
}
.carinfo {
  padding-right: 0px !important;
  padding-left: 65px !important;
}
.carinfo .inner-content {
  max-width: 1165px !important;
}
.information h3 {
  font-size: 18px;
  font-weight: 600;
}
.information p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.information .image {
  text-align: center;
}
.information .image img {
  display: inline;
}
.sidebar {
  background: #eaebed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar ul {
  margin: 0 20px;
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar ul li a {
  color: #4d5052;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.sidebar ul li a:hover {
  color: #d62629;
}
.sidebar .separator {
  border-top: 1px solid #d9dadc;
  margin: 0 5%;
  margin-bottom: 15px;
  width: 90%;
}
.sidebar .car-buttons {
  margin-bottom: -73px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.sidebar .car-buttons a {
  display: inline-block;
  position: relative;
}
.sidebar .car-buttons .notif {
  position: absolute;
  font-size: 14px;
  background: #aaa;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  top: 0px;
  right: 0px;
  color: #fff;
}
.sidebar .car-buttons .button {
  display: inline-block;
  *display: inline;
  width: 55px;
  height: 55px;
  background: #cacacc;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 5px solid #fff;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.sidebar .car-buttons .button:hover {
  background: #d62629;
}
.sidebar .car-buttons .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.showmore {
  background: #fff;
  border: 1px solid #ccc;
  color: #d62629;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.information .gallery-item {
  background: #252525;
  padding-top: 60%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.gallery-item:hover {
  opacity: 0.7;
}
.bottom-margin div {
  margin-bottom: 15px;
}
.one-price {
  background: #d9dadc;
  min-height: 137px;
}
.one-price h1 {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 40px;
  color: #d62629;
  font-weight: 600;
  margin-bottom: 0px;
}
.one-price .inner {
  padding: 0 15px;
}
.one-price .price {
  font-size: 30px;
  font-weight: 600;
  color: #272d33;
  margin-bottom: 0px;
}
.one-price .price span {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.one-price .monthly {
  font-size: 12px;
  color: #272d33;
  font-weight: 600;
}
.one-price .monthly span {
  text-transform: uppercase;
  font-weight: 300;
}
.carousel-container.smaller {
  margin-left: 0;
}
.carousel-container.smaller .control {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #4d5052;
  height: 145px;
  line-height: 145px;
}
.carousel-container.smaller .control:hover {
  color: #d62629;
}
.carousel-container.smaller .carousel {
  max-height: 137px;
}
.carousel-container.smaller .carousel .title {
  font-size: 12px !important;
}
.carousel-container.smaller .carousel .new {
  font-size: 10px;
  padding: 2px 8px;
  font-weight: bold;
  margin-top: -10px;
}
.carousel-container {
  margin-left: 40px;
  padding: 0px 20px;
  position: relative;
}
.carousel-container .control {
  color: #d62629;
  font-size: 20px;
  width: 20px;
  position: absolute;
  height: 200px;
  line-height: 200px;
  text-align: center;
  cursor: pointer;
}
.carousel-container .left-ctrl {
  left: 0px;
  text-align: left;
}
.carousel-container .right-ctrl {
  right: 0px;
  text-align: right;
}
.carousel-container .carousel {
  max-height: 197px;
  overflow: hidden;
}
.carousel-container .carousel .one-carousel {
  position: relative;
  margin: 30px auto;
  text-align: center;
}
.carousel-container .carousel .one-carousel img {
  display: inline-block;
}
.carousel-container .carousel .one-carousel .new {
  font-size: 11px;
  background: #d62629;
  color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.carousel-container .carousel .one-carousel a .title {
  display: block;
  margin-top: 10px;
  color: #d62629;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}
.carousel-container .carousel .one-carousel a .price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.carousel-container .carousel .one-carousel a .price small {
  font-size: 10px;
  color: #4d5052;
  font-weight: 300;
  text-transform: uppercase;
}
.carousel-container .carousel .one-carousel a:hover {
  text-decoration: none;
}
.newcars-cont .onecar {
  position: relative;
  margin: 20px inherit;
  height: auto;
  text-align: center;
}
.newcars-cont .onecar img {
  display: inline-block;
}
.newcars-cont .onecar .new {
  font-size: 11px;
  background: #d62629;
  color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.newcars-cont .onecar a .title {
  display: block;
  margin-top: 10px;
  color: #d62629;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}
.newcars-cont .onecar a .price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.newcars-cont .onecar a .price small {
  font-size: 10px;
  color: #4d5052;
  font-weight: 300;
  text-transform: uppercase;
}
.newcars-cont .onecar a .monthly {
  font-size: 10px;
  color: #4d5052;
  font-weight: bold;
}
.newcars-cont .onecar a .monthly span {
  font-weight: 300;
}
.newcars-cont .onecar a:hover {
  text-decoration: none;
}
.parts {
  text-align: center;
}
.parts img {
  display: inline-block;
}
.gray-container {
  background: #eaebed;
  padding-bottom: 40px !important;
}
.paddings {
  padding: 0px 40px;
}
h2 {
  margin-top: 30px;
  color: #d62629;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 5px;
}
.h2-sub {
  font-size: 16px;
  font-weight: 300;
  color: #4d5052;
  margin-bottom: 20px;
}
.central {
  display: inline-block;
  float: left;
}
.news {
  margin-bottom: 20px;
}
.news a .date {
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news a .title {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #272d33;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.news a .content {
  color: #4d5052;
}
.news a:hover {
  text-decoration: none;
}
.news a:hover .title {
  color: #d62629;
}
.car-content {
  margin-bottom: 40px;
  padding-right: 0;
}
.car-content h2 {
  margin-bottom: 15px;
}
.gray-small {
  background: #eaebed url(../img/man.png) 96% -40% no-repeat;
  background-size: 134px 158px;
}
.gray-small .inner {
  padding: 20px;
}
.gray-small .inner .btn-danger {
  background: #d62629;
  border: none;
  padding: 12px 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.gray-small .bronn {
  display: block;
  color: #4d5052;
  font-size: 14px;
}
.gray-small .bronn span {
  font-size: 10px;
}
.gray-small .bronn:hover {
  text-decoration: none;
}
.service {
  padding-bottom: 40px;
}
.red-row {
  color: #fff;
  background: #d62629;
  background-image: url(../img/red-bg.jpg);
  background-position: center left;
  background-repeat: no-repeat;
}
.red-row h2 {
  color: #fff;
  margin-bottom: 20px;
}
.red-row p {
  margin-bottom: 30px;
}
.red-row .video {
  margin-top: 40px;
  margin-bottom: -80px;
  text-align: center;
}
.red-row .video img {
  display: inline-block;
}
.red-row a,
.red-row a:visited,
.red-row a:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding: 0 !important;
}
.facepile {
  margin-top: 25px;
  margin-bottom: 30px;
  height: 215px;
}
.topbar .more:hover,
a.foot-link:hover {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #d62629 !important;
}
.topbar {
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}
.footer {
  padding-bottom: 0 !important;
}
.footer h2 {
  color: #272d33;
}
.footer .info {
  margin-bottom: 50px;
}
.footer .info .info-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #ccc;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
}
.footer .info .info-icon span {
  vertical-align: middle;
}
.footer .info .title {
  font-size: 16px;
  color: #d62629;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 40px;
}
.footer .info p {
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}
.footer .house {
  text-align: center;
}
.footer .house img {
  display: inline-block !important;
}
.sub-footer {
    background: #d9dadc;
    padding-bottom: 50px;
    margin-top: 20px;
}
.sub-footer h2 {
  color: #4d5052;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sub-footer a.foot-link {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #4d5052;
}
.sub-footer a.foot-link span {
  font-size: 10px;
}
.sub-footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.sub-footer ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.sub-footer ul li a {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #4d5052;
  font-weight: bold;
}
.sub-footer ul li a:hover {
  text-decoration: none;
  color: #d62629;
}
.bottom-footer {
  background: #4d5052;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #999;
}
.bottom-footer ul {
  padding: 0;
  margin: 0;
}
.bottom-footer ul li {
  list-style: none;
  display: inline;
  padding-right: 10px;
}
.bottom-footer ul li a {
  color: #999;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.bottom-footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.bottom-footer ul li:after {
  content: '•';
  color: #272d33;
  padding-left: 10px;
}
.bottom-footer ul li:last-child:after {
  content: "";
  padding-left: 0;
}
.bottom-footer .copyright {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bottom-footer .footer-logo {
  font-size: 50px;
  text-align: right;
}
.navbar-nav .icon-arrow {
  float: right !important;
}
.dropdown-submenu {
  position: relative;
}
.readmore {
  float: right;
  display: flex;
  color: #4d5052;
  font-size: 14px;
  text-transform: uppercase;
}
.readmore span {
  font-size: 10px;
  vertical-align: middle;
  line-height: 23px;
  padding-right: 5px;
}
.readmore:hover {
  text-decoration: none;
}
/*.dropdown-submenu>.dropdown-menu {
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu>.dropdown-menu > .dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}*/
.one-color {
  cursor: pointer;
  height: 55px;
  width: 55px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
}
.one-color .inner-color {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2) inset;
  margin-top: 4px;
  display: inline-block;
  height: 45px;
  width: 45px;
  background: #C82528;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.one-color.active {
  border-color: #ccc !important;
}
.color-title {
  font-size: 18px;
  font-weight: 300;
  color: #4d5052;
  margin: 30px 0 15px 0px;
  text-align: center;
}
.car {
  text-align: center;
}
.car img {
  display: inline-block;
}
.minus {
  margin-top: -15px;
}
.dark-table td {
  vertical-align: middle !important;
}
.dark-table thead tr {
  background: #272D33;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.dark-table tbody .price {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #d62629;
  /*Muudetud 5dec*/
}
.dark-table tbody .monthly {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  color: #d62629;
  /*Muudetud 5dec*/
}
.dark-table tbody .monthly span {
  font-weight: bold;
}
.dark-table tbody .name {
  font-size: 14px;
  font-weight: bold;
}
.dark-table tbody .bargainPriceTitle {
  color: #d62629;
  display: block;
  margin-left: 33px;
  font-weight: 700;
}
#erihind{
  color: #FFFFFF;
  /*Muudetud 5dec*/
}
.dark-table tbody .bargainPriceLabel, .dark-table tbody .bargainPrice {
    color: #000;
    /*Muudetud 5dec*/
    display: block;
    
}
.dark-table tbody .bargainPriceLabel {
  font-size: 10px;
}
.dark-table tbody .bargainPrice {
  color: #000;
  /*Muudetud 5dec*/
  display: block;
  font-weight: 700;
}
.dark-table tbody .badge {
  display: inline-block;
  background: #d62629;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.dark-table tbody .add {
  display: inline-block;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  font-weight: bolder;
  width: 20px;
  height: 20px;
  background: #d9dadc;
  margin: 0px 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.dark-table tbody .add.minus {
  background: #d62629;
  color: #fff;
}
.dark-table tbody .add.inlist {
  background: #d62629;
  color: #fff;
}
.dark-table tbody .add.inlist .icon-plus:before {
  content: 'y';
}
.add.inlist {
  display: inline-block;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  font-weight: bolder;
  width: 20px;
  height: 20px;
  background: #d62629;
  margin: 0px 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #fff;
}
.legends {
  padding: 15px;
  border: 2px solid #ccc;
  margin-bottom: 20px;
}
.legends .letter {
  background: #ccc;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}
.legends .legend {
  margin-right: 20px;
}
.collapsible-header {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background: #d62629;
  padding: 10px 15px;
}
.collapsible-header .title {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.collapsible-header .collapse-trigger {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  float: right;
  height: 27px;
  width: 27px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.collapsible-header.smaller {
    background: #272D33;
    padding: 10px 15px;
}
.collapsible-header.smaller .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.collapsible-header.smaller .collapse-trigger {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  line-height: 23px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #fff;
  margin-top: 0px;
}
.collapsible-header.collapsed .icon-minus:before,
.collapsible-trigger.collapsed .icon-minus:before {
  content: 'x';
}
.collapsing {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.collapse.in {
  display: block;
}
.collapsible-cont .collapsible-row {
  padding: 8px 0px;
  border-bottom: 1px solid #d9dadc;
  background: #fff;
}
.collapsible-cont .collapsible-row .title {
  font-size: 14px;
  color: #4d5052;
}
.collapsible-cont .collapsible-row .legend {
  color: #4d5052;
  font-weight: bold;
}
.affix-bottom#sider {
  position: absolute;
}
.onecar.affix {
  top: 0;
}
.documents {
  margin-bottom: 30px;
}
.doc {
  margin-bottom: 20px;
}
.document-cont {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: #cacacc;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.document {
  display: inline-block;
  padding-left: 10px;
}
.document .type {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  display: block;
}
.document .doc-name {
  font-size: 16px;
  color: #d62629;
  margin-top: -2px;
}
.document a:hover {
  text-decoration: none;
}
.footer {
  margin-top: 30px;
}
.red-border {
  margin-top: -1px;
  border: 2px solid #d62629;
  border-top: 0px;
  background: #fff;
}
.red-border .inner {
    padding: 25px 15px 20px 15px;
}
.red-border .small-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.red-border .subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
.btn {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.btn-group {
  margin-top: 10px;
}
.btn-group .btn {
  font-size: 12px;
  padding: 3px 25px;
}
.priceclass .btn,
.priceclass_demo .btn {
  background: #fff;
  color: #4d5052;
  border-color: #d9dadc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.priceclass .btn.active,
.priceclass_demo .btn.active {
  background: #d9dadc;
}
.ui-corner-all {
  -webkit-border-radius: 500px !important;
  -moz-border-radius: 500px !important;
  border-radius: 500px !important;
}
.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none;
}
.ui-slider-horizontal .ui-slider-range {
  background: #4d5052;
}
.ui-widget-content {
  border: 0px !important;
  background: #eaebed !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #d62629 !important;
  border: 1px solid #d62629 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-align: center !important;
  line-height: 19px !important;
}
.label-text {
  font-size: 14px;
  color: #d62629;
  margin: 7px 0px;
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.minmax {
  margin: 7px 0px;
  font-size: 12px;
  color: #4d5052;
}
.petrol label {
  display: inline-block;
  width: 30%;
  margin: 5px 0px;
}
.bodytype label {
  width: 45%;
  margin: 5px 0px;
}
.newcars-cont {
  margin-top: 20px;
  background: #fff;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #d9dadc;
  background: #f8f8f8;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'z';
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 12px;
  color: #d62629;
  transition: all .2s;
  font-family: "catwees-font";
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/* hover style just for information */
.bordered-info {
  border: 2px solid #ccc;
  padding: 20px 20px 10px 20px;
  color: #4d5052;
  margin: 30px 0;
}
.textrow {
  margin-bottom: 20px;
}
a {
  color: #d62629;
  cursor: pointer !important;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
a:hover {
  color: #852B2C;
  text-decoration: none;
}
.one-offer .inner,
.askoffer .inner {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.one-offer .inner .img-row,
.askoffer .inner .img-row {
  text-align: left;
}
.one-offer .inner img,
.askoffer .inner img {
  margin-top: 20px;
  display: inline-block;
}
.one-offer .inner .bordertop,
.askoffer .inner .bordertop {
  border-top: 1px solid #d9dadc;
}
.one-offer .inner .subtitle,
.askoffer .inner .subtitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.one-offer .inner .showmore,
.askoffer .inner .showmore {
  margin-top: 10px;
}
.one-offer .inner ul,
.askoffer .inner ul {
  margin: 0;
  padding: 0;
}
.one-offer .inner ul li,
.askoffer .inner ul li {
  list-style: none;
}
.one-offer .inner ul li:before,
.askoffer .inner ul li:before {
  content: '●';
  font-size: 6px;
  line-height: 6px;
  color: #d62629;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.one-offer .inner .titlerow td,
.askoffer .inner .titlerow td {
  padding: 10px 10px 2px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #4d5052;
}
.one-offer .inner .titlerow td:first-child,
.askoffer .inner .titlerow td:first-child {
  padding-right: 40px;
}
.one-offer .inner .titlerow span,
.askoffer .inner .titlerow span {
  color: #d62629 !important;
}
.one-offer .inner .pricerow td,
.askoffer .inner .pricerow td {
  padding: 0px 10px;
  font-size: 18px;
  color: #4d5052;
  font-weight: bold;
}
.one-offer .inner .pricerow td:first-child,
.askoffer .inner .pricerow td:first-child {
  padding-right: 40px;
}
.one-offer .inner .pricerow span,
.askoffer .inner .pricerow span {
  color: #d62629 !important;
}
.one-offer .inner .btn-danger,
.askoffer .inner .btn-danger {
  background: #d62629;
  border: none;
  padding: 6px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.one-offer .inner .testdrive,
.askoffer .inner .testdrive {
  display: inline-block;
  margin-top: 10px;
}
.one-offer .inner .testdrive span,
.askoffer .inner .testdrive span {
  color: #000;
  font-size: 10px;
}
.one-offer .inner .well,
.askoffer .inner .well {
  margin-top: 20px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #eaebed;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /* color, h-offset, v-offset, blur, spread */
  box-shadow: none;
  /* inset is optional */
}
.one-offer .inner h4,
.askoffer .inner h4 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: bold;
}
.one-offer h3,
.askoffer h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d62629;
}
.one-offer .h3-sub,
.askoffer .h3-sub {
  margin-top: -10px;
  font-weight: 300;
  color: #4d5052;
}
.one-offer .overlay,
.askoffer .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #d9dadc
}
.one-offer .overlay .tablerow,
.askoffer .overlay .tablerow {
  display: table;
  width: 100%;
  height: 100%;
}
.one-offer .overlay .tablerow .text,
.askoffer .overlay .tablerow .text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 60px;
  color: #d62629;
  font-weight: bold;
  text-transform: uppercase;
}
.askoffer h3 {
  margin-top: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #fff;
}
.redborder-cont {
  border: 2px solid #d62629;
  border-top: none;
  padding: 40px;
  margin-top: -1px;
  margin-bottom: 30px;
  background: #fff;
}
.btn-danger {
  background: #d62629;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.form-control {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-color: #d9dadc;
}
.form-horizontal .control-label {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}
.askoffer h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d62629;
}
.askoffer .h3-sub {
  margin-top: -10px;
  font-weight: 300;
  color: #4d5052;
}
.askoffer .titlerow td {
  padding: 10px 10px 2px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #4d5052;
}
.askoffer .titlerow td:first-child {
  padding-right: 40px;
}
.askoffer .titlerow span {
  color: #d62629 !important;
}
.askoffer .pricerow td {
  padding: 0px 10px;
  font-size: 18px;
  color: #4d5052;
  font-weight: bold;
}
.askoffer .pricerow td:first-child {
  padding-right: 40px;
}
.askoffer .pricerow span {
  color: #d62629 !important;
}
.graybg {
  padding-right: 20px;
  padding-left: 20px;
  background: #eaebed;
  padding-bottom: 20px;
}
.graybg .row {
  margin-left: -20px;
  margin-right: -20px;
}
.graybg h3 {
  font-size: 24px;
  font-weight: 300;
  color: #4d5052;
  text-transform: uppercase;
}
.graybg ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.graybg ul li {
  list-style: none;
}
.graybg a {
  display: block;
  color: #4d5052 !important;
}
.graybg a span {
  font-size: 10px;
}
.one-news {
  margin-bottom: 30px;
}
.one-news a {
  color: inherit;
}
.one-news a:hover .title {
  color: #d62629;
}
.one-news .date {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.one-news .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.one-news .readmore {
  display: block;
  float: none;
  color: #d62629;
  text-transform: none;
  margin-top: 10px;
}
.one-news .readmore span {
  color: #4d5052;
  font-size: 10px;
}
.news-content .content {
  padding-right: 30px;
}
.news-content .content img {
  margin-bottom: 20px;
}
.news-content .content .date {
  font-size: 14px;
  text-transform: uppercase;
}
.news-content .content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-content .content p {
  font-size: 16px;
}
.news-content .content ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.news-content .content ul li {
  font-size: 16px;
  list-style: none;
  line-height: 25px;
}
.news-content .content ul li:before {
  content: '●';
  font-size: 6px;
  line-height: 6px;
  color: #d62629;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.news-content .content table {
  text-align: center;
}
.news-content .content table td:nth-child(1) {
  text-align: left !important;
}
.news-content .content table th {
  background: #272D33;
  color: #fff;
  text-align: center;
}
.sidebar h4 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.sidebar .date {
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
}
.sidebar a {
  color: #4d5052;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.sidebar a:hover {
  color: #d62629;
  text-decoration: none;
}
.tab {
  display: inline-block;
  padding: 0 10px;
}
.tab.active {
  background: #fff;
  color: #4d5052;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-bottom: -10px;
  display: inline-block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #4d5052;
  background: #fff;
}
.nav-tabs > li > a {
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: -3px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
table.pricetable {
  text-align: center;
}
table.pricetable td:nth-child(1),
table.pricetable th:nth-child(1) {
  text-align: left;
  width: 80%;
}
table.pricetable th {
  background: #272d33;
  color: #fff;
  text-align: center;
}
.slider-content a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #c61a1d;
}
.campaigns h3 {
  font-weight: bold;
  font-size: 24px;
  color: #d62629;
}
.campaigns img {
  margin-bottom: 20px;
}
.campaigns .the-content {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  margin-bottom: 30px;
}
.price-col {
  font-weight: bold;
  text-align: right;
}
.price-col .bargain_price {
  display: block;
  color: #d62629;
}
.shower {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.car-details {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fin .inner-container {
  border: 2px solid #d9dadc;
  padding: 20px;
}
.fin h3 {
  margin-top: 0px;
  font-size: 26px;
  color: #d62629;
  font-weight: bold;
}
.financing {
  margin: 0;
  padding: 0;
}
.financing li {
  list-style: none;
}
.financing li table {
  width: 100%;
}
.financing li th {
  padding: 5px 0px;
  font-size: 18px;
}
.financing li tr {
  line-height: 1.5;
  font-size: 14px;
}
.financing li tr td:nth-child(2) {
  font-weight: bold;
}
.financing li:last-child {
  display: none;
}
.cities {
  padding-bottom: 30px;
}
.cities h3 {
  font-size: 24px;
  font-weight: bold;
}
.cities .one-contact {
  margin-bottom: 30px;
}
.cities .one-contact ul {
  margin: 0;
  padding: 0;
}
.cities .one-contact ul li {
  list-style: none;
  font-size: 16px;
}
.cities .one-contact ul .name {
  font-weight: bold;
}
.cities .one-contact ul .email a {
  color: #d62629;
}
.cities .one-contact ul .fax,
.cities .one-contact ul .phone,
.cities .one-contact ul .mobile {
  color: #4d5052;
}
.cities .one-contact ul .fax a,
.cities .one-contact ul .phone a,
.cities .one-contact ul .mobile a {
  color: #4d5052;
  font-weight: bold;
}
.parts th {
  background: #272D33;
  color: #fff;
}
.parts th:last-child {
  text-align: right;
}
.parts .partsimageholder {
  background: #d9dadc;
  width: 80px;
  height: 50px;
}
.parts .description {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.parts .description strong {
  font-size: 16px;
}
.parts .location {
  text-align: left;
  color: #d62629;
}
.parts .prices {
  text-align: right;
}
.parts .prices .disc-price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.parts .prices .full-price {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: auto;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-bottom: 8px;
  right: 50px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0px 2px;
  background-color: #fff;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.support {
  margin-bottom: 30px;
}
.support .title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.contracts h3 {
  font-weight: bold;
  font-size: 18px;
}
.navbar-brand .logo {
  line-height: 26px;
  font-size: 40px;
  margin-top: -10px;
  color: #fff;
  display: inline-block;
}
.search-container {
  display: none;
  position: fixed;
  background: rgba(214, 38, 41, 0.95);
  width: 100%;
  height: 100%;
  z-index: 1000000;
  padding-top: 100px;
}
.search-container h5 {
  font-size: 30px;
  color: #fff;
}
.search-container h6 {
  font-size: 18px;
  color: #efa8a9;
}
.search-container button {
  background: none;
  border: none;
  display: inline-block;
}
.search-container .search-field {
  border-bottom: 3px solid #fff;
  height: 50px;
}
.search-container .search-button {
  font-size: 35px;
  text-align: right;
  color: #fff;
}
.search-container input {
  height: 79px;
  margin-top: -12px;
  width: 100%;
  background: none;
  border: none;
  font-size: 35px;
  color: #fff;
}
.search-container input:focus {
  outline: none;
}
.search-container .inner {
  position: relative;
}
.search-container .closer {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.search_results {
  z-index: 1000000 !important;
  background-color: transparent !important;
}
ul.dwls_search_results li {
  background: transparent !important;
}
ul.dwls_search_results li {
  border-bottom: none !important;
}
ul.dwls_search_results li:hover {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.8);
}
ul.dwls_search_results {
  width: 88% !important;
  max-width: 1110px;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  background: #fff;
  color: #d62629;
}
.sidebar.onecar a {
  font-weight: 400 !important;
}
.graybg h3 {
  margin-top: 20px;
}
#singlemore:focus {
  outline: none;
}
.showmorecontainer {
  display: none;
}
.sidebar-nav {
  padding: 9px 0;
}
.pdfs {
  margin-bottom: 20px;
  margin-top: -15px;
  text-align: right;
}
.pdfs a {
  color: #4d5052;
}
.collapsible-header .custom-select {
  float: right;
  margin-right: 20px;
  background: #eaebed;
  padding-right: 10px;
  padding-left: 5px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  min-width: 120px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.collapsible-header .custom-select .caret {
  margin-left: -70px;
}
.collapsible-header .custom-select select {
  height: 20px;
  background: none;
  border: none;
  width: 115%;
  min-width: 175px;
}
.collapsible-header .custom-select select:focus {
  outline: none;
}
.affix-cont.affix {
  margin-top: -100px;
}
.archives {
  text-align: right;
}
.archives a {
  color: #4d5052;
}
.archives span {
  font-size: 10px;
}
.menu-item.open a,
.menu-item.open:hover a,
.navbar-default .navbar-nav > li > a:hover {
  background: #d62629 !important;
  color: #fff !important;
}
.carimg {
  margin-top: 20px;
  min-height: 135px;
  border: 1px solid #E4E4E4;
  margin-bottom: 10px;
  position: relative;
}
.compares select {
  margin-bottom: 10px;
}
.compares label {
  display: block;
  height: 34px;
  margin-bottom: 10px;
  text-align: right;
  line-height: 34px;
  font-weight: 400;
}
.comparerow td {
  text-align: center;
  width: 25%;
}
.comparerow td:nth-child(1) {
  text-align: left;
}
.pricecol {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px;
  margin-bottom: 0px;
}
.monthcol {
  font-size: 10px;
  color: #4d5052;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.monthcol span {
  font-weight: bold;
}
.closes {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #4d5052;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.closes:hover {
  background: #d62629;
}
.form-horizontal label {
  text-align: right !important;
}
.lease-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(214, 38, 41, 0.95);
  z-index: 10000;
}
.lease-overlay .inner {
  position: relative;
  margin-top: 100px;
  max-height: 80%;
  overflow-y: scroll;
}
.lease-overlay .inside {
  max-width: 300px;
}
.lease-overlay h5 {
  font-size: 30px;
  color: #fff;
}
.lease-overlay h6 {
  font-size: 18px;
  color: #efa8a9;
  margin-bottom: 20px;
}
.lease-overlay .form-control {
  margin-bottom: 20px;
}
.lease-overlay .label {
  color: #efa8a9;
  font-size: 14px;
  display: inline-block;
  width: 73%;
  text-align: left;
  font-weight: 400;
}
.lease-overlay .pricecar {
  font-size: 18px;
  color: #fff;
  width: 58%;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.lease-overlay .input {
  width: 25%;
  display: inline-block;
}
.lease-overlay .input .form-control {
  margin-bottom: 5px;
}
.lease-overlay .btn {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #d62629;
  letter-spacing: 1px;
  background: #fff;
  float: right;
  margin-top: 20px;
}
.lease-overlay .pricecontainer {
  width: 100%;
  background: #fff;
  padding: 10px 0px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lease-overlay .labeltext {
  font-size: 12px;
}
.lease-overlay .monthlypay {
  font-size: 30px;
  color: #d62629;
  font-weight: bold;
  margin-top: 0;
}
.lease-overlay p {
  font-size: 10px;
  color: #efa8a9;
}
.lease-overlay .closer {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ui-datepicker {
  background: #fff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
div.wpcf7-validation-errors {
  background: #d62629;
  color: #fff;
  border: none !important;
}
.filter-parts {
  margin-bottom: 20px;
}
.pricetable td {
  background: #fff;
}
.ui-state-default.ui-state-active {
  border: 2px solid #d62629 !important;
  background: #fff !important;
  color: #d62629 !important;
}
.topbar .logo-menu {
  display: inline-block;
}
.image-col img {
  min-width: 50px;
}
.askoffer a {
  color: #fff;
}
.askoffer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  max-height: 200px;
}
.collapsible-header .custom-select select {
  background: #eaebed !important;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}
.hover:focus {
  color: #d62629;
  text-decoration: none;
}
.price-col .bargain_price span {
  display: block;
}
.newsletter-form {
  margin: 10px 0px 30px 0px;
}
.newsletter-form .newsletter-input {
  font-size: 24px;
  background: none;
  border: none;
  border-bottom: 2px solid #d62629;
  width: 100%;
  float: left;
  color: #d62629;
  padding: 0 10px;
}
.newsletter-form .mail-button {
  background: none;
  border: none;
  margin-left: -70px;
  color: #d62629;
  float: left;
}
.newsletter-form .mail-button span {
  vertical-align: middle;
  font-size: 30px;
}
.carimg img {
  margin: 0 auto;
}
.sitemap {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  margin-bottom: 30px;
}
.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap ul li ul {
  padding-left: 20px;
}
.sitemap ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.sitemap ul li ul li {
  font-size: 14px;
  line-height: 26px;
}
.sitemap li {
  list-style: none;
}
.sitemap li a {
  color: #4d5052;
  font-weight: bold;
}
.play-button {
  position: absolute;
  width: 60.25px;
  height: 60.25px;
  background: url(../img/play-button.png);
  top: 50%;
  left: 50%;
  background-size: contain;
  margin-left: -30px;
  margin-top: -45px;
}
@media (max-width: 1200px) {
  .lang-ru .navbar-default .navbar-nav > li > a {
    font-size: 10px;
    padding: 10px 5px;
  }
  .lang-ru .dropdown-menu > li > a {
    padding: 3px 5px 3px 5px;
  }
  .btn.btn-danger {
    white-space: normal;
    text-align: center;
    font-size: 11px;
  }
  .carinfo {
    padding-left: 35px !important;
  }
  .first-line {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 20px;
  }
  .second-line {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: 900;
  }
  .slider .slider-content .btn-danger {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .information {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .border-around {
    border-right: 0 !important;
  }
  .padder {
    border-bottom: 0 !important;
  }
  .video {
    margin-bottom: 30px !important;
  }
  .car-content {
    padding-right: 40px !important;
  }
  .carinfo {
    padding-right: 50px !important;
  }
  .nav > li > a {
    padding: 10px 10px !important;
  }
  .carinfo {
    padding: 0 40px !important;
  }
}
@media (max-width: 850px) {
  .nav > li > a {
    padding: 10px 3px !important;
  }
  .navbar-nav {
    margin: 0 0px;
  }
  .sitemap {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
@media (max-width: 850px) {
  .carousel-container {
    margin-left: 0px !important;
  }
  .nav-tabs {
    font-size: 15px !important;
  }
  .one-price .price {
    font-size: 24px;
  }
  .one-price .monthly {
    font-size: 14px;
  }
  .collapsible-cont .collapsible-row .legend {
    text-align: right;
  }
  .collapsible-header .title {
    font-size: 14px;
  }
  .collapsible-header .collapse-trigger {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    float: right;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
  }
  .collapsible-header .icon-menu {
    color: #fff;
    margin-top: 3px;
    line-height: 10px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-right: 10px;
  }
  .collapsible-header .custom-select {
    float: right;
    margin-right: 20px;
    background: #4d5052;
    padding-right: 10px;
    padding-left: 5px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
    min-width: 0px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 0px;
    margin: 0;
    padding: 0;
  }
  .pdfs {
    text-align: left;
  }
  .inline.visible-xs {
    display: inline !important;
  }
  .readmore {
    float: left !important;
  }
  .carousel-indicators {
    bottom: 10px !important;
    left: auto;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-bottom: 2px;
    right: 10px !important;
  }
  .news {
    margin-bottom: 20px;
  }
  .gray-small .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .big-link .inner-link {
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 24px;
  }
  .side-menu {
    position: fixed;
    bottom: 0;
    height: 75px;
    z-index: 9999;
  }
}
@media (max-width: 850px) {
  .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: normal!important;
  }
  .parts {
    margin-top: 20px;
  }
  .search-container {
    padding-top: 20px;
  }
  .sidebar {
    margin-bottom: 50px;
  }
  .menu-container {
    height: auto;
  }
  .first-line {
    font-size: 30px;
    line-height: 15px;
  }
  .second-line {
    font-size: 60px;
    line-height: 60px;
  }
  .slider .slider-content .btn-danger {
    font-size: 10px !important;
    margin-top: 3px !important;
    padding: 5px 10px !important;
  }
  .slider .slider-content {
    padding: 30px !important;
  }
  .central {
    display: block !important;
    margin: 0 auto !important;
    float: left;
  }
  .readmore {
    margin-bottom: 20px;
  }
  .paddings {
    padding: 0px 20px !important;
  }
  .bottom-footer .copyright {
    margin-top: 20px;
  }
  .topbar {
    padding-top: 15px !important;
    padding: 15px 5px 10px 5px !important;
  }
  .campaigns .the-content {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .menu-row,
  .navbar-default {
    background-color: #d62629;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .sub-footer {
    padding-bottom: 50px !important;
  }
  .big-link {
    padding-bottom: 15px;
    /*width: 20%;*/
    width: 33%;
  }
  .side-menu {
    width: 100%;
  }
  .bottom-footer {
    margin-bottom: 70px;
  }
  .collapsible-cont .collapsible-row .legend {
    float: right;
  }
}
@media (max-width: 767px) {
  .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: normal!important;
  }
}
@media (max-width: 480px) {
  .bottom-footer ul li {
    list-style: none;
    display: block !important;
    padding-right: 0px;
  }
  .bottom-footer ul li:after {
    content: '';
    color: #272d33;
    padding-left: 0px;
  }
  .bottom-footer ul li:last-child:after {
    content: "";
    padding-left: 0;
  }
  .bottom-footer .footer-logo {
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
  }
  .first-line {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .second-line {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .slider .slider-content .btn-danger {
    font-size: 10px !important;
    margin-top: 3px !important;
    padding: 5px 10px !important;
  }
  .drive {
    font-size: 12px;
  }
  .slider .slider-content {
    padding: 15px 30px !important;
  }
  .gray-small .inner .btn-danger {
    padding: 6px 20px;
    font-size: 14px;
  }
}
.newsrow {
  padding-bottom: 20px !important;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .getwidth {
    float: right;
    width: 24%;
  }
}
@media only screen and (min-width: 769px) {
  /*.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-submenu {
		position: relative !important;
	}
	
	.dropdown-submenu>.dropdown-menu {
		top: 0 !important;
		left: 100% !important;
		margin-top: -6px !important;
		margin-left: -1px !important;
		border-radius: 0 !important;
	}
	
	.dropdown-submenu:hover>.dropdown-menu {
		display: block !important;
	}
	
	.dropdown-submenu>a:after {
		display: block;
		content: "\f105";
		font-family: 'FontAwesome';
		margin-top: -18px;
		right: 15px;
		position: absolute;
		font-weight: 300;
	}*/
}
.display-inline-block {
  display:inline-block;
}

.one-car-filter{
  margin-bottom: 20px;
}

.one-car-filter .number{
  color: #fff;
  background: #d62629;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
}

.GIHhtQfW-atm-adclick-image{
  display: none !important;
}

.wpcf7-form-control.wpcf7-checkbox [type="checkbox"]:not(:checked), .wpcf7-form-control.wpcf7-checkbox [type="checkbox"]:checked{
  position: relative !important;
  left: 0 !important;

}