html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  background: url(../images/bg.jpg) black no-repeat center 165px;
}
@media (max-width: 1300px) {
  body {
    background: none;
    background-color: black;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  color: #8dc63f;
  padding: 0;
}
h1 {
  font-size: 48px;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 500px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 500px) {
  h4 {
    font-size: 14px;
  }
}
a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #8dc63f;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul {
  padding: 0 0 0 17px;
  margin: 0 0 30px 0;
}
ul li {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: 700;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img.fleft {
  margin: 0 20px 5px 0;
}
img.fright {
  margin: 0 0 5px 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-size: 14px;
  font-weight: 400;
}
label.required {
  font-weight: bold;
}
.form_general input[type="text"],
.form_general input[type="password"],
.form_general input[type="email"],
.form_general input[type="tel"] {
  display: block;
  width: 240px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: black;
  padding: 0 5px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.form_general textarea {
  display: block;
  width: 240px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: black;
  padding: 5px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.form_general select {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
}
input[type="submit"] {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type="submit"]:hover {
  cursor: pointer;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
.table-wrapper {
  width: 100%;
  overflow: auto;
}
@media (max-width: 700px) {
  .table-wrapper table {
    min-width: 500px;
  }
}
/* GENERAL TABLES */
.btn {
  display: inline-block;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0 20px;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
.btn:hover {
  cursor: pointer;
}
.btn.bigger {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.btn.green {
  color: black;
  background-color: #8dc63f;
}
.btn.green:hover {
  background-color: #ccc;
}
.btn.grey {
  color: white;
  background-color: #333;
}
.btn.grey:hover {
  background-color: #4d4d4d;
}
input.btn {
  line-height: 35px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
input.btn.bigger {
  line-height: 45px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.rwd_element {
  display: none !important;
}
.inner_content {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .inner_content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.header {
  padding: 30px 0 20px 0;
}
.header-logo {
  float: left;
  display: block;
}
@media (max-width: 750px) {
  .header-logo {
    float: none;
    margin-bottom: 20px;
  }
  .header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.header-search {
  float: right;
  width: 250px;
  height: 40px;
  background-color: #333;
  margin-top: 10px;
}
.header-search input[type="text"] {
  float: left;
  display: block;
  width: 185px;
  height: 40px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 0 0 15px;
  margin: 0;
  background: none;
  border: none;
}
.header-search input.button {
  float: right;
  width: 35px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  background: url(../images/icon_magnif.png) no-repeat left center;
}
@media (max-width: 750px) {
  .header-search {
    float: none;
    margin: 0 auto;
  }
}
.navigation {
  position: relative;
  margin-bottom: 45px;
  background-color: #ccc;
}
.navigation-responsive {
  display: none;
  height: 50px;
  font-size: 16px;
  text-decoration: none;
  line-height: 50px;
  text-transform: uppercase;
  color: black;
  padding: 0 0 0 20px;
  background: url(../images/navigation_responsive.png) no-repeat left 18px;
}
@media (max-width: 895px) {
  .navigation-responsive {
    display: block;
  }
}
.navigation-list {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 895px) {
  .navigation-list {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 200;
    background-color: #ccc;
  }
}
.navigation-list-item {
  display: table-cell;
  height: 60px;
  border-right: 1px solid #aeaeae;
}
.navigation-list-item:first-child {
  border-left: 1px solid #aeaeae;
}
.navigation-list-item a {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 25px;
}
.navigation-list-item a:hover {
  background-color: #8dc63f;
}
.navigation-list-item a.active {
  color: #8dc63f;
  background-color: #333;
}
.navigation-list-item .submenu {
  display: none;
  position: absolute;
  min-width: 150px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  z-index: 999;
  background-color: #ccc;
}
.navigation-list-item .submenu li a {
  text-align: left;
  text-transform: none;
}
@media (max-width: 1160px) {
  .navigation-list-item {
    height: auto;
  }
  .navigation-list-item a {
    font-size: 15px;
    line-height: 18px;
    padding: 15px 10px;
  }
}
@media (max-width: 895px) {
  .navigation-list-item {
    display: block;
    text-align: left;
    margin: 0;
    border: none;
    border-bottom: 1px solid #aeaeae;
  }
  .navigation-list-item:first-child {
    border-left: none;
  }
  .navigation-list-item a {
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
  }
  .navigation-list-item a:hover {
    background-color: inherit;
  }
  .navigation-list-item .submenu {
    display: block;
    position: static;
    background-color: #ccc;
  }
  .navigation-list-item .submenu li a {
    padding-left: 6%;
  }
}
.top_cars {
  margin-bottom: 20px;
}
.top_cars-label {
  color: #8dc63f;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.cars_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -46px;
}
@media (max-width: 1180px) {
  .cars_list {
    text-align: center;
    margin-left: -2%;
  }
}
@media (max-width: 450px) {
  .cars_list {
    margin-left: 0;
  }
}
.cars_list-item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 0 0 40px 46px;
}
@media (max-width: 1180px) {
  .cars_list-item {
    width: 23%;
    margin: 0 0 20px 2%;
  }
}
@media (max-width: 850px) {
  .cars_list-item {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .cars_list-item {
    width: 100%;
    margin-left: 0;
  }
}
.cars_list-item-img {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 15px;
}
.cars_list-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  .cars_list-item-img img {
    margin: 0 auto;
  }
}
.cars_list-item-label {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.cars_list-item-label:hover {
  text-decoration: underline;
}
.cars_list-item-desc {
  float: left;
  width: 48%;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1180px) {
  .cars_list-item-desc {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}
.cars_list-item-price {
  float: right;
  width: 48%;
  color: #8dc63f;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  margin: 0;
}
@media (max-width: 1180px) {
  .cars_list-item-price {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.img_label {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
  height: 30px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #8dc63f;
}
@media (max-width: 850px) {
  .img_label {
    max-width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.img_cebia {
  display: inline-block;
  position: absolute;
  left: -8px;
  bottom: 3px;
  height: 30px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
}
.img_cebia.img_cebia_large {
  height: 60px;
  left: 0px;
  bottom: 10px;
}
@media (max-width: 850px) {
  .img_cebia {
    max-width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .img_cebia.img_cebia_large {
    max-width: 98px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .img_cebia.img_cebia_large {
    height: 30px;
    max-width: 49px;
    bottom: 5px;
    margin: 0 auto;
  }
}
.hp_boxes {
  margin-bottom: 50px;
}
.hp_boxes-left {
  float: left;
  width: 490px;
  min-height: 440px;
  padding: 30px 40px 40px 40px;
  background-color: #333;
}
.hp_boxes-left h1 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.hp_boxes-left h2 {
  font-size: 24px;
}
.hp_boxes-left p {
  line-height: 24px;
}
.hp_boxes-left .buttons {
  text-align: right;
}
.hp_boxes-left .buttons .btn {
  margin-left: 20px;
}
.hp_boxes-left .buttons .btn:first-child {
  margin-left: 0;
}
@media (max-width: 1180px) {
  .hp_boxes-left {
    width: 50%;
    min-height: 550px;
    padding: 4% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .hp_boxes-left {
    float: none;
    width: 100%;
    min-height: inherit;
    padding: 4% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hp_boxes-left .buttons {
    text-align: left;
    margin-left: -20px;
  }
  .hp_boxes-left .buttons .btn {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .hp_boxes-left .buttons .btn:first-child {
    margin-left: 20px;
  }
}
.hp_boxes-right {
  float: right;
  width: 490px;
  min-height: 440px;
  padding: 30px 40px 40px 40px;
  background-color: #8dc63f;
}
.hp_boxes-right h2 {
  color: black;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .hp_boxes-right {
    width: 50%;
    min-height: 550px;
    padding: 4% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .hp_boxes-right {
    float: none;
    width: 100%;
    min-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hp_boxes-right h2 {
    text-align: center;
  }
}
.filter-form table {
  margin: 0;
}
.filter-form table th,
.filter-form table td {
  padding: 0 0 10px 0;
}
.filter-form table th {
  width: 120px;
  padding-right: 80px;
}
.filter-form table tr.button th,
.filter-form table tr.button td {
  text-align: right;
  padding-top: 10px;
}
.filter-form label {
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.filter-form label.price_label {
  display: block;
  float: left;
  line-height: 40px;
}
.filter-form select {
  width: 310px;
}
.filter-form input.price_from {
  display: block;
  float: left;
  width: 120px;
  margin-right: 15px;
}
.filter-form input.price_to {
  display: block;
  float: right;
  width: 120px;
}
@media (max-width: 1180px) {
  .filter-form table th {
    width: auto;
    padding-right: 20px;
  }
  .filter-form label {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .filter-form table {
    margin: 0 auto;
  }
  .filter-form table tr.button th,
  .filter-form table tr.button td {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .filter-form table {
    width: 100%;
    margin: 0;
  }
  .filter-form table tr,
  .filter-form table th,
  .filter-form table td {
    display: block;
  }
  .filter-form table th {
    padding-bottom: 5px;
  }
  .filter-form table td {
    padding-bottom: 20px;
  }
  .filter-form table tr.button th {
    display: none;
  }
  .filter-form table tr.button th,
  .filter-form table tr.button td {
    text-align: center;
    padding-top: 20px;
  }
  .filter-form .selectboxit-container .selectboxit {
    width: 100% !important;
  }
  .filter-form .selectboxit-container .selectboxit-options {
    width: 90% !important;
  }
  .filter-form .selectboxit-container .selectboxit-text {
    min-width: 85% !important;
  }
  .filter-form select {
    width: 100%;
  }
  .filter-form label.price_label {
    display: none;
  }
  .filter-form label.price_label.rwd_element {
    float: none;
    display: block !important;
    line-height: inherit;
    margin-bottom: 5px;
  }
  .filter-form input.price_from {
    float: none;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .filter-form input.price_to {
    float: none;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.contact-form {
  margin-bottom: 50px;
}
.contact-form fieldset {
  min-height: 230px;
  padding: 25px 39px 20px 40px;
  border: 1px solid rgba(96, 96, 96, 0.3);
  background: url(../images/form_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #8dc63f;
  margin-bottom: 25px;
}
.contact-form h2 span {
  color: #7f7f7f;
}
@media (max-width: 1180px) {
  .contact-form fieldset {
    min-height: inherit;
    text-align: center;
    padding: 4% 2%;
  }
}
.contact-form-block {
  display: inline-block;
  vertical-align: top;
}
.contact-form-block label {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  text-align: right;
  margin-right: 20px;
}
.contact-form-block input[type="text"],
.contact-form-block input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-right: 49px;
}
.contact-form-block textarea {
  display: inline-block;
  vertical-align: top;
  width: 979px;
  height: 50px;
}
.contact-form-block.last {
  float: right;
}
.contact-form-block.last input[type="text"],
.contact-form-block.last input[type="email"] {
  margin-right: 0;
}
.contact-form-block.wide {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .contact-form-block {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .contact-form-block label {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
  }
  .contact-form-block input[type="text"],
  .contact-form-block input[type="email"] {
    display: block;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form-block textarea {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact-form-block.last {
    float: none;
  }
  .contact-form-block.wide {
    display: block;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .contact-form-block {
    width: 95%;
  }
}
.contact-form-button {
  text-align: right;
}
@media (max-width: 1180px) {
  .contact-form-button {
    text-align: center;
  }
}
.references {
  margin-bottom: 60px;
}
.references h2 {
  color: #8dc63f;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
.references-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -30px;
}
@media (max-width: 1180px) {
  .references-list {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .references-list {
    margin-left: 0;
  }
}
.references-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px 30px;
}
.references-list-item.button {
  width: 160px;
  height: auto;
  color: #fefefe;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  padding: 38px 0 0 0;
  background: none;
}
.references-list-item.button .btn {
  width: 160px;
  padding: 0;
}
@media (max-width: 980px) {
  .references-list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .references-list-item.button {
    width: 100%;
    margin: 0 0 0 0;
  }
  .references-list-item.rwd_hide {
    display: none;
  }
}
.references-list-item-link {
  display: block;
  width: 170px;
  min-height: 70px;
  padding: 25px 20px;
  background-color: #8dc63f;
}
.references-list-item-link:hover {
  background-color: #ccc;
}
@media (max-width: 980px) {
  .references-list-item-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.references-list-item-name {
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.references-list-item-car {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.references-list-item-text {
  color: black;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  margin: 0;
}
.news_contact_action {
  min-height: 299px;
  margin-bottom: 60px;
  border-top: 1px dotted #606060;
  border-bottom: 1px dotted #606060;
}
.box_news {
  float: left;
  width: 339px;
  height: 269px;
  padding: 30px 20px 0 20px;
}
.box_news h2 {
  color: #8dc63f;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .box_news {
    width: 50%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  .box_news {
    float: none;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dotted #606060;
  }
}
.box_news-date {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.box_news-label {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.box_news-text {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-item {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px dotted white;
}
.news-item:first-child {
  padding-top: 0;
  border: none;
}
.box_contact {
  float: left;
  width: 320px;
  height: 269px;
  padding: 30px 30px 0 30px;
  background-color: white;
}
.box_contact h2 {
  color: #8dc63f;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .box_contact {
    width: 50%;
    height: auto;
    background-color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_contact .box_contact-text {
    color: white;
  }
  .box_contact .box_contact-table th,
  .box_contact .box_contact-table td,
  .box_contact .box_contact-table a {
    color: white !important;
  }
}
@media (max-width: 800px) {
  .box_contact {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
}
.box_contact-text {
  font-size: 14px;
  color: black;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.box_contact-table {
  margin: 0;
}
.box_contact-table th,
.box_contact-table td {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.box_contact-table th strong,
.box_contact-table td strong {
  color: #8dc63f;
}
.box_contact-table th {
  padding-right: 40px;
}
.box_contact-table a {
  color: black;
  text-decoration: none;
}
.box_contact-table a:hover {
  text-decoration: underline;
}
@media (max-width: 400px) {
  .box_contact-table tr,
  .box_contact-table th,
  .box_contact-table td {
    display: block;
    padding: 0;
  }
  .box_contact-table th {
    padding-bottom: 20px;
  }
}
.box_action {
  float: left;
  display: block;
  width: 380px;
  height: 299px;
}
@media (max-width: 1180px) {
  .box_action {
    display: none;
  }
}
.manufacturers {
  margin-bottom: 75px;
}
.manufacturers h2 {
  color: #8dc63f;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 1180px) {
  .manufacturers {
    margin-bottom: 50px;
  }
}
.manufacturers-list {
  text-align: center;
}
.manufacturers-list-item {
  display: inline-block;
  width: 158px;
  height: 93px;
  background: url(../images/logo_manufacturers.png) no-repeat left top;
  border-left: 1px dotted #666;
}
.manufacturers-list-item:first-child {
  border-left: none;
}
.manufacturers-list-item.audi {
  background-position: 30px top;
}
.manufacturers-list-item.audi:hover {
  background-position: 30px -93px;
}
.manufacturers-list-item.bmw {
  background-position: -130px top;
}
.manufacturers-list-item.bmw:hover {
  background-position: -130px -93px;
}
.manufacturers-list-item.skoda {
  background-position: -290px top;
}
.manufacturers-list-item.skoda:hover {
  background-position: -290px -93px;
}
.manufacturers-list-item.ford {
  background-position: -455px top;
}
.manufacturers-list-item.ford:hover {
  background-position: -455px -93px;
}
.manufacturers-list-item.volvo {
  background-position: -615px top;
}
.manufacturers-list-item.volvo:hover {
  background-position: -615px -93px;
}
.manufacturers-list-item.vw {
  background-position: -780px top;
}
.manufacturers-list-item.vw:hover {
  background-position: -780px -93px;
}
.manufacturers-list-item.porsche {
  background-position: -940px top;
}
.manufacturers-list-item.porsche:hover {
  background-position: -940px -93px;
}
@media (max-width: 1180px) {
  .manufacturers-list-item {
    border: none;
    margin-bottom: 20px;
  }
}
.services {
  margin-bottom: 65px;
  border: 1px solid #4d4d4d;
}
.services h2 {
  color: #8dc63f;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.services-list li {
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0 0 15px;
  background: url(../images/icon_bullet.png) no-repeat left 19px;
}
.services-list li:first-child {
  padding-top: 0;
  background-position: left 7px;
}
.services-box1 {
  float: left;
  width: 295px;
  height: 260px;
  padding: 20px 40px 0 40px;
  border-right: 1px solid #4d4d4d;
}
@media (max-width: 1180px) {
  .services-box1 {
    width: 50%;
    height: auto;
    padding-bottom: 30px;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .services-box1 {
    float: none;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 10px;
  }
}
.services-box2 {
  float: left;
  width: 295px;
  height: 260px;
  padding: 20px 40px 0 40px;
  border-right: 1px solid #4d4d4d;
}
.services-box2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1180px) {
  .services-box2 {
    width: 50%;
    height: auto;
    padding-bottom: 30px;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .services-box2 {
    float: none;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    border-top: 1px solid #4d4d4d;
  }
}
.services-box3 {
  float: left;
  width: 295px;
  height: 260px;
  padding: 20px 40px 0 40px;
}
.services-box3 p {
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px 0;
}
@media (max-width: 1180px) {
  .services-box3 {
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-top: 1px solid #4d4d4d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .services-box3 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.newsletters-form input[type="email"],
.newsletters-form input[type="text"] {
  float: left;
  width: 190px;
  height: 35px;
}
.newsletters-form .button {
  float: left;
  display: block;
  width: 95px;
  height: 35px;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  background: none;
  border: none;
  background-color: #8dc63f;
}
.newsletters-form .button:hover {
  background-color: #ccc;
}
@media (max-width: 340px) {
  .newsletters-form input[type="email"],
  .newsletters-form input[type="text"] {
    width: 66%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .newsletters-form .button {
    width: 30%;
  }
}
.partners {
  margin-bottom: 60px;
}
.partners h2 {
  color: #8dc63f;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .partners h2 {
    text-align: center;
    padding: 0;
  }
}
.partners-left {
  float: left;
  width: 680px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .partners-left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.partners-right {
  float: right;
  width: 300px;
}
@media (max-width: 1180px) {
  .partners-right {
    float: none;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 300px) {
  .partners-right {
    display: none;
  }
}
.partners-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 700px) {
  .partners-list {
    text-align: center;
    margin-left: -35px;
  }
}
.partners-list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 35px;
}
.partners-list-item:first-child {
  margin-left: 30px;
}
@media (max-width: 700px) {
  .partners-list-item {
    margin-bottom: 20px;
  }
}
.bottom_links {
  padding-top: 30px;
  margin-bottom: 45px;
  border-top: 1px solid #4c4c4c;
}
.bottom_links-list-wrapper {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 0 -80px;
}
@media (max-width: 1180px) {
  .bottom_links-list-wrapper {
    margin-left: -5%;
  }
}
@media (max-width: 480px) {
  .bottom_links-list-wrapper {
    padding-left: 0;
  }
}
.bottom_links-list-wrapper-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 80px;
}
@media (max-width: 1180px) {
  .bottom_links-list-wrapper-item {
    width: 20%;
    margin: 0 0 20px 5%;
  }
  .bottom_links-list-wrapper-item:first-child {
    margin-left: 5%;
  }
}
@media (max-width: 600px) {
  .bottom_links-list-wrapper-item {
    width: 45%;
  }
}
.bottom_links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom_links-list h2 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.bottom_links-list li {
  padding-top: 10px;
}
.bottom_links-list li:first-child {
  padding-top: 0;
}
.bottom_links-list li a {
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}
.bottom_links-list li a:hover {
  text-decoration: none;
}
.copyright {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 300;
  padding: 30px 0 30px 0;
  border-top: 1px solid #4c4c4c;
}
.copyright strong {
  font-weight: 600;
}
.copyright a {
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: #7f7f7f;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright-left {
  float: left;
}
@media (max-width: 1100px) {
  .copyright-left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.copyright-right {
  float: right;
}
@media (max-width: 1100px) {
  .copyright-right {
    float: none;
    text-align: center;
  }
}
.cars_offer {
  margin-bottom: 80px;
}
.cars_offer .cars_list {
  margin-bottom: 10px;
}
.pagination {
  text-align: center;
  padding-top: 20px;
}
.pagination-page {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  padding: 2px;
  margin: 0 5px 15px 5px;
  background-color: #8dc63f;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.pagination-page:hover span {
  background-color: #8dc63f;
}
.pagination-page.active {
  background-color: black;
}
.text_content .pagination-page.active {
  background-color: #333;
}
.pagination-page.active:hover {
  background-color: #8dc63f;
}
.pagination-page span {
  display: block;
  width: 38px;
  height: 38px;
  background-color: black;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.text_content .pagination-page span {
  background-color: #333;
}
.pagination-prev {
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}
@media (max-width: 650px) {
  .pagination-prev {
    display: block;
    margin: 0 0 15px 0;
  }
}
.pagination-next {
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-left: 15px;
}
@media (max-width: 650px) {
  .pagination-next {
    display: block;
    margin: 0;
  }
}
.ordering {
  margin-bottom: 40px;
}
.ordering-label {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin: 0 15px 0 0;
}
@media (max-width: 750px) {
  .ordering-label {
    display: block;
    margin: 0 0 5px 0;
  }
}
.ordering-link {
  line-height: 38px;
  margin-right: 15px;
}
.ordering-link.active {
  background-color: #ccc;
}
@media (max-width: 750px) {
  .ordering-link {
    margin: 0 10px 10px 0;
  }
}
.ordering-link-state {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 17px;
  margin-left: 10px;
  background: url(../images/icon_ordering.png) no-repeat left top;
}
.ordering-link-state.desc {
  height: 7px;
  background-position: left -10px;
}
.ordering-link-state.asc {
  height: 7px;
  background-position: left top;
}
.filters {
  background-color: #8dc63f;
  margin-bottom: 40px;
}
.filters-trigger {
  display: block;
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  padding: 15px;
}
.filters-trigger span {
  display: inline-block;
  line-height: 40px;
  padding-right: 50px;
  background: url(../images/icon_filters.png) no-repeat right top;
}
.filters-trigger:hover {
  background-color: #ccc;
}
@media (max-width: 500px) {
  .filters-trigger {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 370px) {
  .filters-trigger {
    line-height: 24px;
  }
  .filters-trigger span {
    line-height: 24px;
    background-position: right center;
  }
}
.filters-content {
  display: none;
  padding: 30px 20px;
}
.filters-content.open {
  display: block;
}
.filters-content .filter-form table {
  margin: 0 auto 20px auto;
}
.text_content {
  padding: 40px;
  margin-bottom: 60px;
  background-color: #333;
}
.text_content h2 {
  margin-bottom: 20px;
}
.text_content h3 {
  margin-bottom: 10px;
}
.text_content p {
  font-weight: 300;
  line-height: 25px;
}
.text_content ul,
.text_content ol {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
.text_content ul li,
.text_content ol li {
  padding: 10px 0 0 20px;
  background: url(../images/icon_bullet_round.png) no-repeat left 16px;
}
.text_content ul li:first-child,
.text_content ol li:first-child {
  padding-top: 0;
  background-position: left 6px;
}
.text_content table.formated {
  width: 100%;
}
.text_content table.formated th,
.text_content table.formated td {
  text-align: left;
  padding: 15px 20px;
  border: none;
}
.text_content table.formated th {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #7f7f7f;
  background-color: #262626;
}
.text_content table.formated td {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #f6f8f9;
  border-top: 1px dotted #767676;
}
@media (max-width: 500px) {
  .text_content {
    padding: 20px;
  }
}
.simple_form table {
  margin: 0;
}
.simple_form table th {
  padding: 0 30px 10px 0;
}
.simple_form table td {
  padding: 0 0 10px 0;
}
.simple_form table tr.button th,
.simple_form table tr.button td {
  padding-top: 10px;
}
.simple_form label {
  display: block;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.simple_form input[type="text"],
.simple_form input[type="password"],
.simple_form input[type="email"],
.simple_form input[type="tel"] {
  display: block;
  width: 300px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: white;
  padding: 0 5px;
  background-color: transparent;
  border: none;
  border: 1px solid #737373;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.simple_form textarea {
  display: block;
  width: 300px;
  height: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: white;
  padding: 5px;
  background-color: transparent;
  border: none;
  border: 1px solid #737373;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
@media (max-width: 500px) {
  .simple_form table {
    width: 100%;
  }
  .simple_form table tr,
  .simple_form table th,
  .simple_form table td {
    display: block;
  }
  .simple_form table th {
    padding: 0 0 5px 0;
  }
  .simple_form table td {
    padding: 0 0 20px 0;
  }
  .simple_form input[type="text"],
  .simple_form input[type="password"],
  .simple_form input[type="email"],
  .simple_form input[type="tel"],
  .simple_form textarea {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.notice_error {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 20px 25px 90px;
  margin-bottom: 20px;
  background: url(../images/icon_error.png) no-repeat 20px center;
  border: 1px dashed #e52133;
}
.notice_ok {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 20px 25px 90px;
  margin-bottom: 20px;
  background: url(../images/icon_ok.png) no-repeat 20px center;
  border: 1px dashed #44b64c;
}
.contact {
  padding: 40px;
  background-color: #333;
}
@media (max-width: 500px) {
  .contact {
    padding: 20px;
  }
}
.contact-top {
  margin-bottom: 60px;
  border-bottom: 1px dotted #797979;
}
.contact-top h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-top p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.contact-top-box1 {
  float: left;
  width: 345px;
  margin: 0 100px 45px 0;
}
@media (max-width: 1180px) {
  .contact-top-box1 {
    width: 45%;
    margin-right: 4%;
  }
}
@media (max-width: 950px) {
  .contact-top-box1 {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.contact-top-box1-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.contact-top-box2 {
  float: left;
  width: 190px;
  margin: 0 0 45px 0;
}
@media (max-width: 1180px) {
  .contact-top-box2 {
    width: 22%;
  }
}
@media (max-width: 950px) {
  .contact-top-box2 {
    width: auto;
    margin-right: 100px;
  }
}
@media (max-width: 530px) {
  .contact-top-box2 {
    margin-right: 0;
  }
}
.contact-top-box3 {
  float: right;
  width: 170px;
  margin: 0 120px 45px 0;
}
@media (max-width: 1180px) {
  .contact-top-box3 {
    width: 22%;
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .contact-top-box3 {
    float: left;
    width: auto;
  }
}
.contact-top-box3-table {
  margin: 0;
}
.contact-top-box3-table th,
.contact-top-box3-table td {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0 0 0;
}
.contact-top-box3-table th {
  padding-right: 30px;
}
.contact-top-box3-table tr:first-child th,
.contact-top-box3-table tr:first-child td {
  padding-top: 0;
}
.team {
  margin-bottom: 40px;
  border-bottom: 1px dotted #797979;
}
.team-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -140px;
}
@media (max-width: 1180px) {
  .team-list {
    margin-left: -4%;
  }
}
@media (max-width: 680px) {
  .team-list {
    margin-left: 0;
  }
}
.team-list-item {
  display: inline-block;
  vertical-align: top;
  width: 425px;
  padding: 0;
  margin: 0 0 60px 140px;
  background: none;
}
@media (max-width: 1180px) {
  .team-list-item {
    width: 43%;
    margin-left: 4%;
  }
}
@media (max-width: 680px) {
  .team-list-item {
    width: 100%;
    margin-left: 0;
  }
}
.team-list-item-img {
  float: left;
  width: 150px;
  height: 150px;
  border: 4px solid #8dc63f;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.team-list-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
@media (max-width: 1180px) {
  .team-list-item-img {
    width: 30%;
    height: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 980px) {
  .team-list-item-img {
    float: none;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
  }
}
.team-list-item-desc {
  float: right;
  width: 250px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 1180px) {
  .team-list-item-desc {
    float: left;
    width: 62%;
  }
}
@media (max-width: 980px) {
  .team-list-item-desc {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.team-list-item-desc-name {
  color: #8dc63f;
  font-size: 24px;
  margin-bottom: 0;
}
.team-list-item-desc-position {
  color: #b3b3b3;
  font-size: 18px;
  margin-bottom: 15px;
}
.team-list-item-desc-phone {
  color: #ededed;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.team-list-item-desc-phone i {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  background: url(../images/icon_phone.png) no-repeat left top;
}
.team-list-item-desc-email {
  display: block;
  color: #ededed;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.team-list-item-desc-email i {
  display: inline-block;
  width: 30px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  background: url(../images/icon_envelope.png) no-repeat left top;
}
.contact-directions h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.contact-directions h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-directions-box {
  margin-bottom: 80px;
}
.contact-directions-box h3 {
  margin-bottom: 20px;
}
.contact-directions-box.box1 {
  float: left;
  width: 320px;
  margin-right: 50px;
}
.contact-directions-box.box2 {
  float: left;
  width: 330px;
}
.contact-directions-box.box3 {
  float: right;
  width: 320px;
}
.contact-directions-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-directions-box ul li {
  padding: 10px 0 0 20px;
  background: url(../images/icon_bullet_round.png) no-repeat left 16px;
}
.contact-directions-box ul li:first-child {
  padding-top: 0;
  background-position: left 6px;
}
@media (max-width: 1180px) {
  .contact-directions-box {
    margin-bottom: 40px;
  }
  .contact-directions-box.box3 {
    clear: both;
    float: none;
  }
}
@media (max-width: 810px) {
  .contact-directions-box.box1,
  .contact-directions-box.box2,
  .contact-directions-box.box3 {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#google_map {
  width: 1140px;
  height: 470px;
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  #google_map {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #google_map {
    height: 200px;
  }
}
.detail {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4d4d4d;
}
.detail h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.detail-left {
  float: left;
  width: 745px;
}
@media (max-width: 1160px) {
  .detail-left {
    width: 64%;
  }
}
@media (max-width: 850px) {
  .detail-left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.detail-right {
  float: right;
  width: 350px;
}
@media (max-width: 1160px) {
  .detail-right {
    width: 30%;
  }
}
@media (max-width: 850px) {
  .detail-right {
    float: none;
    width: 100%;
  }
}
.detail-fb {
  margin-bottom: 10px;
}
.detail-features {
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .detail-features {
    margin-bottom: 20px;
  }
}
.detail-features-wrapper {
  margin: 0 0 0 -2%;
}
.detail-features-wrapper .detail-features-list {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0 0 2%;
}
@media (max-width: 500px) {
  .detail-features-wrapper .detail-features-list {
    width: 47%;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .detail-features-wrapper {
    margin-left: 0;
  }
  .detail-features-wrapper .detail-features-list {
    width: 100%;
    margin-left: 0;
  }
}
.detail-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-features-list li {
  color: white;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 0 0 20px;
  background: url(../images/icon_bullet_minus.png) no-repeat left 16px;
}
.detail-features-list li:first-child {
  padding-top: 0;
  background-position: left 8px;
}
.detail-description {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.detail-description p {
  margin: 0;
}
.detail-technical_info {
  padding: 25px 30px 15px 30px;
  background-color: #333;
}
@media (max-width: 1000px) {
  .detail-technical_info {
    padding: 15px;
  }
}
@media (max-width: 850px) {
  .detail-technical_info {
    padding: 25px 30px 15px 30px;
  }
}
.detail-technical_info-table {
  width: 100%;
  margin: 0;
}
.detail-technical_info-table th,
.detail-technical_info-table td {
  padding: 10px 0;
  border-top: 1px dotted #656565;
}
.detail-technical_info-table th {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}
.detail-technical_info-table td {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding-left: 20px;
}
.detail-technical_info-table tr:first-child th,
.detail-technical_info-table tr:first-child td {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 1000px) {
  .detail-technical_info-table td {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media (max-width: 850px) {
  .detail-technical_info-table th {
    width: 100px;
  }
  .detail-technical_info-table td {
    font-size: 14px;
    padding-left: 20px;
  }
}
.detail-price {
  padding: 25px 30px 30px 30px;
  margin-bottom: 1px;
  background-color: #8dc63f;
}
.detail-price .btn {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  .detail-price .btn {
    height: auto;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1000px) {
  .detail-price {
    padding: 15px;
  }
}
.detail-price-with_dph {
  color: black;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
@media (max-width: 1160px) {
  .detail-price-with_dph {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .detail-price-with_dph {
    text-align: center;
  }
}
.detail-price-without_dph {
  color: black;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  margin: 0 0 20px 0;
}
@media (max-width: 1160px) {
  .detail-price-without_dph {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .detail-price-without_dph {
    text-align: center;
  }
}
.detail-actions {
  margin-bottom: 1px;
  background-color: #333;
}
.detail-actions-action {
  display: block;
  float: left;
  width: 50%;
  height: 100px;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail-actions-action:hover {
  color: white;
  background-color: #8dc63f;
}
.detail-actions-action.cebia {
  clear: both;
  float: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 100px;
  padding-left: 150px;
  border-top: 1px solid black;
  background: url(../images/cebia.png) no-repeat 30px center;
}
.detail-actions-action.email {
  padding-top: 21px;
  border-right: 1px solid black;
}
.detail-actions-action.email i {
  display: block;
  width: 30px;
  height: 21px;
  margin: 0 auto 10px auto;
  background: url(../images/icons_detail_actions.png) no-repeat left top;
}
.detail-actions-action.pdf {
  padding-top: 20px;
  border-right: 1px solid black;
}
.detail-actions-action.pdf i {
  display: block;
  width: 24px;
  height: 32px;
  margin: 0 auto 15px auto;
  background: url(../images/icons_detail_actions.png) no-repeat -119px top;
}
.detail-actions-action.print {
  padding-top: 23px;
}
.detail-actions-action.print i {
  display: block;
  width: 26px;
  height: 29px;
  margin: 0 auto 14px auto;
  background: url(../images/icons_detail_actions.png) no-repeat -235px top;
}
@media (max-width: 1160px) {
  .detail-actions-action {
    height: 110px;
  }
  .detail-actions-action.cebia {
    line-height: 120px;
  }
}
@media (max-width: 1110px) {
  .detail-actions-action.cebia {
    height: auto;
    text-align: center;
    line-height: 18px;
    padding: 100px 0 20px 0;
    background-position: center 20px;
  }
}
@media (max-width: 850px) {
  .detail-actions-action {
    height: 100px;
  }
}
@media (max-width: 360px) {
  .detail-actions-action {
    height: 110px;
  }
}
.detail-sales {
  padding: 35px 30px;
  background-color: #333;
}
@media (max-width: 1000px) {
  .detail-sales {
    padding: 15px;
  }
}
.detail-sales-table {
  margin: 0;
}
.detail-sales-table th {
  text-align: left;
  padding: 25px 0 0 0;
}
.detail-sales-table td {
  text-align: left;
  padding: 25px 0 0 0;
}
.detail-sales-table tr:first-child th,
.detail-sales-table tr:first-child td {
  padding-top: 0;
}
@media (max-width: 1160px) {
  .detail-sales-table th {
    vertical-align: top;
  }
}
@media (max-width: 850px) {
  .detail-sales-table tr {
    display: inline-block;
    vertical-align: top;
  }
  .detail-sales-table tr th,
  .detail-sales-table tr td {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .detail-sales-table tr:first-child td {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .detail-sales-table tr {
    display: table-row;
  }
  .detail-sales-table tr th,
  .detail-sales-table tr td {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media (max-width: 320px) {
  .detail-sales-table th {
    display: none;
  }
  .detail-sales-table td {
    padding-left: 0;
  }
}
.detail-sales-table-img {
  display: block;
  width: 70px;
  height: 70px;
  padding: 3px;
  background-color: #8dc63f;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.detail-sales-table-img img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
@media (max-width: 1160px) {
  .detail-sales-table-img {
    width: auto;
    height: auto;
  }
}
.detail-sales-table-name {
  color: #8dc63f;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.detail-sales-table-phone {
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.detail-sales-table-phone i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background: url(../images/icons_detail_contact.png) no-repeat left top;
}
@media (max-width: 1160px) {
  .detail-sales-table-phone i {
    display: none;
  }
}
.detail-sales-table-email {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
}
.detail-sales-table-email i {
  display: inline-block;
  width: 20px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background: url(../images/icons_detail_contact.png) no-repeat left -29px;
}
@media (max-width: 1160px) {
  .detail-sales-table-email i {
    display: none;
  }
}
.similar_cars {
  margin-bottom: 30px;
}
.similar_cars h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .similar_cars h2 {
    text-align: center;
  }
}
.detail-images-main {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.detail-images-main img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.detail-images-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto 0;
  background: url(../images/carousel_arrows.png) no-repeat left top;
}
.detail-images-arrow.prev {
  left: 10px;
  background-position: left -40px;
}
.detail-images-arrow.prev.disabled {
  background-position: left top;
}
.detail-images-arrow.next {
  right: 10px;
  background-position: -40px -40px;
}
.detail-images-arrow.next.disabled {
  background-position: -40px top;
}
@media (max-width: 500px) {
  .detail-images-arrow {
    top: inherit;
    bottom: 5px;
    margin: 0;
  }
  .detail-images-arrow.prev {
    left: 5px;
  }
  .detail-images-arrow.next {
    right: 5px;
  }
}
.detail-images-thumbs {
  width: 630px;
  margin: 0 auto 30px auto;
}
@media (max-width: 1160px) {
  .detail-images-thumbs {
    display: none;
  }
}
.detail-images-carousel-item {
  display: block;
  width: 150px;
  height: 100px;
  padding: 0;
  margin: 0;
  border: 2px solid black;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail-images-carousel-item.active {
  border: 2px solid #8dc63f;
}
.detail-images-carousel-item img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.table-guarantee-info {
  width: 100%;
}
.table-guarantee-info td {
  width: 50%;
  vertical-align: top;
  padding: 20px;
  background-color: #5a5a5b;
  border-bottom: 20px solid #333;
  border-left: 20px solid #333;
}
.table-guarantee-info td:first-child {
  border-left: none;
}
.table-guarantee-info td *:last-child {
  margin-bottom: 0;
}
.table-guarantee-info p {
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .table-guarantee-info tr,
  .table-guarantee-info th,
  .table-guarantee-info td {
    display: block;
  }
  .table-guarantee-info td {
    width: 100%;
    border-left: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table-guarantee-comparison-wrapper {
  width: 100%;
  overflow: auto;
}
.table-guarantee-comparison {
  width: 100%;
}
.table-guarantee-comparison th,
.table-guarantee-comparison td {
  vertical-align: top;
  padding: 20px;
  background-color: #5a5a5b;
}
.table-guarantee-comparison th {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #4c4c4d;
  border-bottom: 3px solid #4c4c4d;
}
.table-guarantee-comparison th h2,
.table-guarantee-comparison th h3 {
  margin: 0;
}
.table-guarantee-comparison td ul {
  padding-left: 0;
}
@media (max-width: 850px) {
  .table-guarantee-comparison {
    width: 850px;
  }
}
