@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style-type: disc;
}

hr {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
input,
button,
textarea,
select {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  font-family: "RenaultLifeRegular", sans-serif;
  font-size: 14px;
  color: #606060;
  font-size: 15px;
  background: #000;
  overflow-y: scroll;
}

.wrapper {
  width: 100%;
  height: auto;
}

.container {
  width: 1450px;
  margin: auto;
}

.container_fluid {
  width: 100%;
  margin: auto;
}

.remove_scroll {
  overflow: hidden;
  height: 100%;
}

.wrapper > header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}

header + .banner_section {
  margin-top: 110px;
}

header {
  height: 110px;
  background: #ccc;
}
header .top_part {
  height: 30px;
  background: #212121;
}
header .top_part .mob_num {
  float: left;
  color: #666;
  padding: 5px 0;
}
header .top_part .social {
  float: right;
  color: #666;
  padding: 5px 0;
}
header .top_part .social span {
  display: inline-block;
  margin-right: 10px;
}
header .top_part .social a {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
header .top_part .social a.fb {
  background: url(../imges/ico_fb.png);
}
header .top_part .social a.twt {
  background: url(../imges/ico_twt.png);
}
header .top_part .social a.yt {
  background: url(../imges/ico_yt.png);
}
header .bottom_part {
  height: 80px;
  background: #000;
  clear: both;
}
header .bottom_part .logo_div {
  float: left;
  padding: 20px 0;
}
header .bottom_part .logo_div_pinnacle {
  float: right;
  padding: 20px 0;
}
header .bottom_part .menu_trigger {
  float: right;
  margin: 18px 0;
  display: block;
  height: 40px;
  width: 40px;
  background: url(../imges/menu.png) no-repeat;
  background-size: contain;
  display: none;
}
header .bottom_part .book_test_drive {
  float: right;
  margin: 15px auto auto 100px;
  display: block;
  height: 50px;
  width: auto;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 30px;
  background: #ffba00;
}
header .bottom_part .book_test_drive.udaipped {
  opacity: 0;
  pointer-events: none;
}
header .bottom_part .navigation_div {
  float: right;
  padding: 0 100px 0 0;
}
header .bottom_part .navigation_div ul {
  display: block;
}
header .bottom_part .navigation_div ul li {
  display: block;
  height: 80px;
  float: left;
  margin-right: 10px;
}
header .bottom_part .navigation_div ul li a {
  display: block;
  height: 80px;
  width: 100px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
header .bottom_part .navigation_div ul li a:hover {
  color: #ffba00;
  border-bottom: 3px solid #ffba00;
}
header .bottom_part .navigation_div ul li a.active {
  color: #ffba00;
  border-bottom: 3px solid #ffba00;
}

.vehicles_list_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  left: 0;
  top: 110px;
  display: none;
}
.vehicles_list_overlay .vehicles_list_menu {
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: 2px solid #ffba00;
}
.vehicles_list_overlay .vehicles_list_menu .close_vehicles_list_menu {
  width: 92px;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  background: #ffba00 url(../imges/closex.png) no-repeat;
  background-size: 12px;
  background-position: right 16px top 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ccc;
  color: #000;
  /*border-radius: 36px;*/
}
.vehicles_list_overlay .vehicles_list_menu .top_section {
  height: 55px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
.vehicles_list_overlay .vehicles_list_menu .top_section h3 {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  text-align: left;
  float: left;
}
.vehicles_list_overlay .vehicles_list_menu .top_section h3 + h3 {
  text-align: right;
  float: right;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section {
  padding: 20px 0;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block {
  width: 25%;
  height: 240px;
  float: left;
  padding: 10px;
  text-align: center;
  position: relative;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block .overlay a.btn {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 75px);
  transform: translate(-50%, -50%);
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block .overlay a.btn + a.btn {
  left: calc(50% + 75px);
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block:hover .overlay {
  display: block;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block h4 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block h5 {
  font-size: 11px;
}

.banner_section {
  width: 100%;
  height: 580px;
  background: #606060;
  background-size: cover;
}

.middle_section {
  background: #222;
  height: auto;
}
.middle_section .middle_section_contents {
  width: 100%;
  height: auto;
  background: #d1d1d1;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.middle_section .middle_section_contents header {
  background: #212121;
  border-top: 2px solid #ffba00;
  text-align: center;
  line-height: 70px;
  height: 70px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.middle_section .middle_section_contents .vehicle_list {
  display: flex;
  width: 100%;
  height: 190px;
  background: #fff;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle {
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
  position: relative;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle img {
  display: block;
  margin: auto;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle a {
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: auto;
  z-index: 3;
  display: block;
  width: 90%;
  height: 30px;
  line-height: 30px;
  background: #ffba00;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle:hover p {
  background: #ffba00;
  color: #000;
}
.middle_section .middle_section_contents .vehicle_list .a_vehicle:hover .overlay {
  opacity: 1;
}
.middle_section .middle_section_contents .three_blocks_cover {
  height: 340px;
  padding: 20px 10px;
  display: flex;
}
.middle_section .middle_section_contents .three_blocks_cover .a_block {
  width: 100%;
  height: 285px;
  margin: 0 10px;
}
.middle_section .middle_section_contents .three_blocks_cover .a_block img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.middle_section .middle_section_contents .three_blocks_cover .a_block .txt_div {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
}
.middle_section .middle_section_contents .three_blocks_cover .a_block .discover_more {
  height: 40px;
  padding: 10px 30px 10px 10px;
  background: #e7e7e7 url(../imges/more-arrow.png) no-repeat;
  background-position: right 5px top 50%;
  text-align: right;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.subscribe_section {
  height: 120px;
  background: #212121;
}
.subscribe_section h3 {
  font-size: 18px;
  color: #fff;
  height: 120px;
  width: 50%;
  text-align: right;
  display: inline-block;
  line-height: 120px;
  font-weight: 600;
  padding-right: 50px;
}
.subscribe_section .subscribe_form {
  width: 48%;
  height: 120px;
  display: inline-block;
  position: relative;
}
.subscribe_section .subscribe_form .mailloader {
  display: block;
  position: absolute;
  top: -3px;
  z-index: 4;
}
.subscribe_section .subscribe_form .success3 {
  position: absolute;
  width: 100%;
  top: -8px;
  background: black;
}
.subscribe_section .subscribe_form input[type=text],
.subscribe_section .subscribe_form input[type=email] {
  width: 340px;
  height: 40px;
  background: #fff;
  border: 2px solid #ffba00;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  color: #666;
}
.subscribe_section .subscribe_form input[type=button] {
  width: 120px;
  height: 40px;
  background: #ffba00;
  border: 0;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 0;
}

footer {
  height: auto;
  background: #000;
}
footer .footer_top {
  height: 110px;
  border-bottom: 1px solid #333;
}
footer .footer_top .logo_div {
  padding: 40px 0 0 0;
  float: left;
}
footer .footer_top .footer_nav {
  float: right;
}
footer .footer_top .footer_nav ul {
  display: block;
  padding: 50px 0;
}
footer .footer_top .footer_nav ul li {
  display: block;
  float: left;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}
footer .footer_middle {
  height: 300px;
  border-bottom: 1px solid #333;
}
footer .footer_middle .links_block {
  width: 25%;
  padding: 40px 30px 40px 0;
  display: block;
  color: #fff;
  float: left;
}
footer .footer_middle .links_block h4 {
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
footer .footer_middle .links_block a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 0;
  text-transform: uppercase;
}
footer .footer_bottom {
  height: 70px;
  font-size: 12px;
}
footer .footer_bottom .left_part {
  float: left;
  padding: 30px 0;
}
footer .footer_bottom .right_part {
  float: right;
  padding: 30px 0;
}

.banner_section {
  position: relative;
  z-index: 0;
}

.side_icons {
  width: 60px;
  height: 240px;
  background: url(../imges/side-icons.png);
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 3;
  display: none;
}

.image_slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.image_slider .bx-wrapper {
  height: 100%;
  position: relative;
  top: 9px;
}
.image_slider .bx-wrapper .bx-viewport {
  height: 100%;
  top: -9px;
}
.image_slider .bx-wrapper .bx-controls {
  width: 300px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
.image_slider .bx-wrapper .bx-controls .bx-pager-item {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
.image_slider .bx-wrapper .bx-controls .bx-pager-item a {
  display: block;
  border: 2px solid #ccc;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 0;
}
.image_slider .bx-wrapper .bx-controls .bx-pager-item a.active {
  background: #ffba00;
}
.image_slider .banner_content {
  width: 640px;
  height: 200px;
  margin: auto auto auto 10%;
  position: relative;
  top: 150px;
}
.image_slider .banner_content.enq {
  height: auto;
  margin: auto !important;
  max-width: 600px;
}
.image_slider .banner_content section.texts {
  text-align: center;
  padding: 40px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.image_slider .banner_content section.texts h4 {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 500;
}
.image_slider .banner_content section.texts h2 {
  font-size: 32px;
  font-weight: 700;
}
.image_slider .banner_content section.buttons {
  padding: 40px 0 0;
  text-align: center;
}
.image_slider .banner_content section.buttons .btn {
  margin: 0 10px;
  display: inline-block;
  height: 50px;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 30px;
  background: #ffba00;
}
.image_slider ul {
  height: 100%;
  background: #000;
}
.image_slider li {
  height: 100%;
}
.image_slider .banner_slide {
  width: 100%;
  height: 100%;
}
.image_slider .banner_slide.slide0 {
  background: url(../imges/banner_compass.jpg) no-repeat;
  background-size: cover;
}
.image_slider .banner_slide.slide1 {
  background: url(../imges/banner1.png) no-repeat;
  background-size: cover;
}
.image_slider .banner_slide.slide2 {
  background: url(../imges/banner2.jpg) no-repeat;
  background-size: cover;
}
.image_slider .banner_slide.slide3 {
  background: url(../imges/banner3.jpg) no-repeat;
  background-size: cover;
}

header .bottom_part .navigation_div ul li.mob_show {
  display: none;
}

.test_drive_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

.test_drive_form {
  position: absolute;
  width: 60%;
  min-width: 358px;
  background: #121212;
  border-radius: 10px;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.test_drive_form.seperate_page {
  position: relative;
  background: none;
  left: auto;
  transform: none;
  margin: auto;
  top: 40px;
}
.test_drive_form .booking_form_header {
  position: relative;
}
.test_drive_form .booking_form_header .close_td {
  width: 20px;
  height: 20px;
  background: #ffba00;
  color: #000;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.test_drive_form h3 {
  color: #ffba00;
  font-size: 24px;
  font-weight: 700;
}

.brochure_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

.brochure_form {
  position: absolute;
  width: 60%;
  min-width: 358px;
  background: #121212;
  border-radius: 10px;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brochure_form .booking_form_header {
  position: relative;
}
.brochure_form .booking_form_header .close_td2 {
  width: 20px;
  height: 20px;
  background: #ffba00;
  color: #000;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.brochure_form h3 {
  color: #ffba00;
  font-size: 24px;
  font-weight: 700;
}

.seperate_page_hr {
  margin: 40px 0;
  background: #333;
  border: 0;
  height: 2px;
}

h3.thank {
  text-align: center;
  color: #ccc;
  font-size: 18px;
}

.referal_container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  min-height: 100px;
  font-family: "RenaultLifeRegular", sans-serif;
  padding: 20px 10px;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
}

.referal_container h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding-bottom: 10px;
}

.referal_container .header_part {
  font-size: 18px;
  padding: 0;
}

.referal_container .header_part img {
  display: block;
  width: 100%;
  height: auto;
}

.referal_container .forms_part {
  font-size: 14px;
  padding: 0;
  padding: 20px 0;
}

.referal_container .forms_part h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 0;
}

.referal_container .forms_part .left_part {
  width: 50%;
  height: auto;
  padding: 0 10px 0 0;
  float: left;
  box-sizing: border-box;
}

.referal_container .forms_part .right_part {
  width: 50%;
  height: auto;
  padding: 0 0 0 10px;
  float: left;
  box-sizing: border-box;
}

.referal_container .forms_part input[type=text],
input[type=email] {
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  font-size: 13px;
  margin: 2px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 3px;
}

.referal_container .forms_part .submit_div {
  height: 40px;
  clear: both;
  padding: 10px 0;
}

.referal_container .forms_part .submit_div .submit_bt {
  display: block;
  margin: auto 0 auto auto;
  width: 100px;
  height: 40px;
  background: #f1a50c;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  border: 0;
  border-radius: 3px;
}

.camp_h2 {
  position: relative;
}

.camp_contact {
  color: #777;
  line-height: 20px;
  padding: 0 0 20px 0;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 30px;
}

.camp_image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 345px;
  margin: 20px auto;
}

@media screen and (max-width: 480px) {
  .referal_container .forms_part .left_part {
    width: 100%;
    float: none;
    padding: 0 0;
    margin-bottom: 20px;
  }

  .referal_container .forms_part .right_part {
    width: 100%;
    float: none;
    padding: 0 0;
  }

  .referal_container .forms_part .submit_div {
    padding: 10px 0;
  }
}
input,
select {
  font-family: "RenaultLifeRegular", sans-serif;
}

.inner_banner_section {
  width: 100%;
  height: auto;
  background: #000;
  background-size: cover;
  position: relative;
  margin-top: 150px;
}
.inner_banner_section img.banner_img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner_banner_section img.banner_img.desk {
  display: block;
}
.inner_banner_section img.banner_img.mob {
  display: none;
}

.about_banner_section {
  width: 100%;
  height: auto;
  background: #000;
  background-size: cover;
  position: relative;
  margin-top: 150px;
  border-bottom: 4px solid #ffba00;
}
.about_banner_section img.banner_img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.about_banner_section img.banner_img.desk {
  display: block;
}
.about_banner_section img.banner_img.mob {
  display: none;
}

.pinnacle_about_section h2.warranty {
  font-size: 24px;
}

ul.warranty {
  padding: 20px 0;
  width: 90%;
  max-width: 600px;
  min-width: 320px;
  margin: auto;
  color: #fff;
}
ul.warranty li {
  padding: 5px 0;
}

.inner_banner_content {
  width: 640px;
  height: auto;
  margin: auto;
  position: absolute;
  bottom: 150px;
  left: 100px;
  z-index: 2;
}
.inner_banner_content section.texts {
  text-align: center;
  padding: 30px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.inner_banner_content section.texts h4 {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: 500;
}
.inner_banner_content section.texts h2 {
  font-size: 32px;
  font-weight: 700;
}

.about_banner_content {
  width: 300px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.about_banner_content section.texts {
  text-align: center;
  padding: 30px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.about_banner_content section.texts h2 {
  font-size: 32px;
  font-weight: 700;
}

.car_intro_section {
  height: auto;
  background: #fff;
}
.car_intro_section .car_colors_part {
  width: 50%;
  height: 550px;
  padding: 20px 0;
  float: left;
}
.car_intro_section .car_features_part {
  width: 50%;
  height: 550px;
  padding: 20px;
  float: left;
}

.car_color_component {
  width: 100%;
  height: auto;
}
.car_color_component .car_image {
  width: 100%;
  height: auto;
  margin: auto;
  max-height: 300px;
  overflow: hidden;
}
.car_color_component .car_image img {
  display: block;
  width: 100%;
  height: auto;
}
.car_color_component .color_selectors {
  height: 40px;
  width: 360px;
  margin: 30px auto auto;
  display: flex;
  justify-content: space-between;
}
.car_color_component .color_selectors .dots {
  width: 35px;
  height: 35px;
  background: black;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 1px rgba(71, 65, 65, 0.5);
  border-radius: 100px;
  background-size: cover;
  cursor: pointer;
  /*for wrangler*/
  /*for Grand Cherokee*/
  /*for Grand Cherokee SRT*/
}
.car_color_component .color_selectors .dots.clr1 {
  background: #ffffff;
}
.car_color_component .color_selectors .dots.clr2 {
  background: #c2c7ca;
}
.car_color_component .color_selectors .dots.clr3 {
  background: #170e17;
}
.car_color_component .color_selectors .dots.clr4 {
  background: #cc171e;
}
.car_color_component .color_selectors .dots.clr5 {
  background: #676767;
}
.car_color_component .color_selectors .dots.clr6 {
  background: #0067a8;
}
.car_color_component .color_selectors .dots.wrangler_clr1 {
  background: #ffffff;
}
.car_color_component .color_selectors .dots.wrangler_clr2 {
  background: #0e0a09;
}
.car_color_component .color_selectors .dots.wrangler_clr3 {
  background: #343839;
}
.car_color_component .color_selectors .dots.wrangler_clr4 {
  background: #86827f;
}
.car_color_component .color_selectors .dots.wrangler_clr5 {
  background: #cb1200;
}
.car_color_component .color_selectors .dots.gc_clr1 {
  background: #79151e;
}
.car_color_component .color_selectors .dots.gc_clr2 {
  background: #1d1c19;
}
.car_color_component .color_selectors .dots.gc_clr3 {
  background: #f5f4ef;
}
.car_color_component .color_selectors .dots.gc_clr4 {
  background: #14183c;
}
.car_color_component .color_selectors .dots.gc_clr5 {
  background: #464649;
}
.car_color_component .color_selectors .dots.gc_clr6 {
  background: #9f9e99;
}
.car_color_component .color_selectors .dots.gcsrt_clr1 {
  background: #79151e;
}
.car_color_component .color_selectors .dots.gcsrt_clr2 {
  background: #1d1c19;
}
.car_color_component .color_selectors .dots.gcsrt_clr3 {
  background: #f5f4ef;
}
.car_color_component .color_selectors .dots.gcsrt_clr4 {
  background: #464649;
}
.car_color_component .color_selectors .dots.gcsrt_clr5 {
  background: #9f9e99;
}
.car_color_component .color_names {
  height: 40px;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
}
.car_color_component .color_names div {
  text-align-last: center;
  font-size: 12px;
  display: none;
}

.car_features_component {
  padding: 20px;
}
.car_features_component h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
.car_features_component p {
  font-size: 13px;
  padding: 20px 0;
}
.car_features_component ul.feature_list {
  width: 100%;
  height: auto;
  padding: 20px;
  list-style-type: disc;
}
.car_features_component ul.feature_list li {
  padding: 10px 10px 10px 5px;
  width: 49%;
  float: left;
  font-size: 13px;
}
.car_features_component ul.feature_list li:nth-child(2n-1) {
  clear: both;
}
.car_features_component ul.feature_list.grand_srt li {
  clear: both;
  width: 100%;
  float: none;
}
.car_features_component hr {
  display: block;
  height: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  background: none;
  clear: both;
}
.car_features_component .two_buttons_wrapper {
  width: 100%;
  height: 40px;
  margin-top: 18px;
  display: flex;
  justify-content: space-around;
}
.car_features_component .two_buttons_wrapper a.btn {
  display: block;
  width: 49%;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}
.car_features_component .two_buttons_wrapper a.btn.orange {
  background: #ffba00 url(../imges/arrow-1.png) no-repeat;
  background-position: right 10px top 50%;
  color: #000;
}
.car_features_component .two_buttons_wrapper a.btn.ash {
  background: #636363 url(../imges/arrow-2.png) no-repeat;
  background-position: right 10px top 50%;
  color: #fff;
}
.car_features_component .two_buttons_wrapper a.btn:hover {
  background: #000;
  color: #fff;
}

.car_features_section {
  height: auto;
  width: 100%;
  background: #fff;
  overflow-x: auto;
}
.car_features_section .feature_adj_cover {
  /*for scrolling purpose in mobile*/
  display: flex;
  justify-content: space-between;
}
.car_features_section .car_feature_bock {
  height: auto;
  width: 100%;
}
.car_features_section .car_feature_bock .car_feature_img {
  width: auto;
  height: auto;
}
.car_features_section .car_feature_bock .car_feature_img img {
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}
.car_features_section .car_feature_bock .car_feature_name {
  height: auto;
  line-height: auto;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.car_gallery_section {
  height: auto;
  background: #fff;
  padding: 20px 0;
}
.car_gallery_section h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.car_gallery_section .gallery_slider_container {
  width: 1220px;
  height: 580px;
  margin: auto;
}
.car_gallery_section .gallery_slider_container > img {
  display: block;
  width: 100%;
  height: auto;
}
.car_gallery_section a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px auto 0;
}

.car_exterior_section {
  height: auto;
  background: #fff;
  padding: 20px 0;
}
.car_exterior_section h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.car_exterior_section .single_blocks_wrapper {
  width: 100%;
  height: 420px;
}
.car_exterior_section .single_blocks_wrapper > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.car_exterior_section .four_blocks_wrapper {
  width: 100%;
  height: auto;
}
.car_exterior_section .four_blocks_wrapper .four_blocks {
  width: 725px;
  height: 420px;
  float: left;
}
.car_exterior_section .four_blocks_wrapper .four_blocks > img {
  display: block;
  width: 100%;
  height: 420px;
}
.car_exterior_section .four_blocks_wrapper .four_blocks .texts_div {
  padding: 70px;
  text-align: left;
}
.car_exterior_section .four_blocks_wrapper .four_blocks .texts_div h5 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.car_exterior_section .four_blocks_wrapper .four_blocks .texts_div h2 {
  text-align: left;
  padding-bottom: 20px;
}
.car_exterior_section .four_blocks_wrapper .four_blocks .texts_div p {
  font-size: 14px;
}
.car_exterior_section .four_blocks_wrapper .four_blocks .texts_div a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px 0;
}

.car_interior_section {
  height: auto;
  background: #fff;
  padding: 20px 0;
}
.car_interior_section h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.car_interior_section .single_blocks_wrapper {
  width: 100%;
  height: 420px;
}
.car_interior_section .single_blocks_wrapper > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.car_interior_section .four_blocks_wrapper {
  width: 100%;
  height: auto;
}
.car_interior_section .four_blocks_wrapper .four_blocks {
  width: 725px;
  height: 420px;
  float: left;
}
.car_interior_section .four_blocks_wrapper .four_blocks > img {
  display: block;
  width: 100%;
  height: 420px;
}
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div {
  padding: 70px;
  text-align: left;
}
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div h5 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div h2 {
  text-align: left;
  padding-bottom: 20px;
}
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div p {
  font-size: 14px;
}
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px 0;
}

.car_performance_section {
  height: auto;
  background: #fff;
  padding: 20px 0;
}
.car_performance_section h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.car_performance_section .single_blocks_wrapper {
  width: 100%;
  height: 420px;
}
.car_performance_section .single_blocks_wrapper > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.car_performance_section .four_blocks_wrapper {
  width: 100%;
  height: auto;
}
.car_performance_section .four_blocks_wrapper .four_blocks {
  width: 725px;
  height: 420px;
  float: left;
}
.car_performance_section .four_blocks_wrapper .four_blocks > img {
  display: block;
  width: 100%;
  height: 420px;
}
.car_performance_section .four_blocks_wrapper .four_blocks .texts_div {
  padding: 70px;
  text-align: left;
}
.car_performance_section .four_blocks_wrapper .four_blocks .texts_div h5 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.car_performance_section .four_blocks_wrapper .four_blocks .texts_div h2 {
  text-align: left;
  padding-bottom: 20px;
}
.car_performance_section .four_blocks_wrapper .four_blocks .texts_div p {
  font-size: 14px;
}
.car_performance_section .four_blocks_wrapper .four_blocks .texts_div a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px 0;
}

.car_safety_section {
  height: auto;
  background: #fff;
  padding: 20px 0 0;
}
.car_safety_section h2 {
  font-weight: 700;
  color: #000;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}
.car_safety_section .single_blocks_wrapper {
  width: 100%;
  height: 420px;
}
.car_safety_section .single_blocks_wrapper > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.car_safety_section .four_blocks_wrapper {
  width: 100%;
  height: auto;
}
.car_safety_section .four_blocks_wrapper .four_blocks {
  width: 725px;
  height: 420px;
  float: left;
}
.car_safety_section .four_blocks_wrapper .four_blocks > img {
  display: block;
  width: 100%;
  height: 420px;
}
.car_safety_section .four_blocks_wrapper .four_blocks .texts_div {
  padding: 70px;
  text-align: left;
}
.car_safety_section .four_blocks_wrapper .four_blocks .texts_div h5 {
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.car_safety_section .four_blocks_wrapper .four_blocks .texts_div h2 {
  text-align: left;
  padding-bottom: 20px;
}
.car_safety_section .four_blocks_wrapper .four_blocks .texts_div p {
  font-size: 14px;
}
.car_safety_section .four_blocks_wrapper .four_blocks .texts_div a.btn {
  display: block;
  width: 280px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px 0;
}

.brochure_download_section {
  background: #e7e7e7 url(../imges/brochure_ico.png) no-repeat;
  height: 250px;
  background-position: left 20px top 50%;
  padding: 40px 40px 40px 160px;
}
.brochure_download_section h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 40px 0 20px;
}
.brochure_download_section p {
  font-size: 13px;
}
.brochure_download_section a.btn {
  display: block;
  float: right;
  width: 240px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 40px 0;
  position: relative;
  top: 40px;
}

/*srt performance banner*/
.srt_performance_banner {
  width: 100%;
  height: auto;
  position: relative;
}
.srt_performance_banner > img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.srt_performance_banner .text_div {
  width: 400px;
  height: auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.srt_performance_banner .text_div.type2 {
  left: auto;
  right: 30px;
}
.srt_performance_banner .text_div h3 {
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 20px;
}
.srt_performance_banner .text_div p {
  font-size: 14px;
}

.srt_performance_banner + h2 {
  padding-top: 20px;
  /*adjustment*/
}

.pinnacle_about_section {
  height: auto;
  background: #121212;
  padding: 0;
}
.pinnacle_about_section h2 {
  font-weight: 700;
  color: #ffba00;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  padding: 20px 0;
  background: #0a0a0a;
}
.pinnacle_about_section p {
  color: #999;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 20px 0;
  width: 80%;
  min-width: 300px;
  margin: auto;
}
.pinnacle_about_section hr {
  width: 300px;
  height: 2px;
  border: 0;
  background: #ffba00;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.pinnacle_about_section a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 0 auto 0;
}

.dark_hr {
  width: 90% !important;
  height: 2px;
  border: 0;
  background: #444 !important;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.about_dark {
  padding: 40px 0;
  display: flex;
  background: #0a0a0a;
}
.about_dark .half {
  width: 100%;
  height: 100px;
  color: #777;
  text-align: center;
}
.about_dark .half h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}

.vaccancy_ad {
  padding: 20px 0;
  min-width: 360px;
  overflow-x: auto;
}
.vaccancy_ad img {
  display: block;
  width: 90%;
  min-width: 800px;
  height: auto;
  margin: auto;
}

.career_intro_container {
  padding: 40px 0;
  width: 90%;
  margin: auto;
}
.career_intro_container .left_part {
  float: left;
}
.career_intro_container .left_part p.normal {
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  text-align: left;
  width: auto;
  padding-bottom: 0;
}
.career_intro_container .left_part p.bigger {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: left;
  width: auto;
}
.career_intro_container .left_part p.bigger span {
  font-weight: 300;
}
.career_intro_container .right_part {
  float: right;
  width: auto;
}
.career_intro_container .right_part h3 {
  color: #ffba00;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 10px 0;
  text-align: left;
}
.career_intro_container .right_part p {
  font-size: 13px;
  color: #fff;
  padding: 0 0 10px 0;
  text-align: left;
  line-height: 16px;
}

.pinnacle_contact_section {
  height: auto;
  background: #121212;
  padding: 0;
}
.pinnacle_contact_section h2 {
  font-weight: 700;
  color: #ffba00;
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  background: #0a0a0a;
  padding: 20px 0;
}
.pinnacle_contact_section h2.ash {
  color: #777;
  background: none;
}
.pinnacle_contact_section h4 {
  font-weight: 700;
  color: #ffba00;
  font-size: 20px;
  text-align: left;
  padding-bottom: 10px;
}
.pinnacle_contact_section h5 {
  font-weight: 700;
  color: #d1d1d1;
  font-size: 16px;
  text-align: left;
  padding-top: 20px;
}
.pinnacle_contact_section p {
  color: #777;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
  padding: 10px 0;
  min-width: 300px;
  margin: auto;
}
.pinnacle_contact_section p span {
  color: #d1d1d1;
}
.pinnacle_contact_section .col_3 {
  width: 33%;
  padding: 20px;
  float: left;
}
.pinnacle_contact_section .col_2 {
  width: 50%;
  padding: 20px;
  float: left;
}
.pinnacle_contact_section a.btn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #ffba00;
  color: #000;
  margin: 0 auto 0;
}
.pinnacle_contact_section .form_part {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0 50px;
}
.pinnacle_contact_section .address_part {
  padding: 0 50px;
}

.form_container {
  display: block;
  padding: 20px 0 0;
}
.form_container input[type=text],
.form_container input[type=email] {
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  font-size: 13px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  background: #181818;
  border: 1px solid #3b3b3b;
  color: #fff;
}
.form_container .mobnum_div {
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  display: flex;
}
.form_container .mobnum_div input[type=text]:first-child {
  width: 50px;
  flex-shrink: 0;
  margin-right: 5px;
}
.form_container .mobnum_div input[type=text]:last-child {
  width: 100%;
}
.form_container select {
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  font-size: 13px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  background: #181818;
  border: 1px solid #3b3b3b;
  color: #fff;
}
.form_container select option {
  background: #000;
}
.form_container textarea {
  width: 100%;
  height: 102px;
  padding: 10px;
  font-family: "RenaultLifeRegular", sans-serif;
  font-size: 14px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  background: #181818;
  border: 1px solid #3b3b3b;
  color: #fff;
  resize: none;
}

.submit_div {
  height: 60px;
  clear: both;
  padding: 10px 0;
}
.submit_div .submit_bt {
  display: block;
  margin: auto;
  width: 200px;
  height: 40px;
  background: #f1a50c;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  border: 0;
}

.centered_p {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
  max-width: 900px;
  margin: auto;
}

h2.adj_srt2 {
  padding-top: 40px;
}

.full_width_banner {
  width: 100%;
  clear: both;
}
.full_width_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.spec_container {
  width: 100%;
}
.spec_container .spec_container_adj {
  width: 100%;
}

.safety_container {
  width: 100%;
}
.safety_container .safety_img {
  display: block;
  width: 100%;
  height: auto;
}
.safety_container .safety_img img {
  display: block;
  width: 100%;
  height: auto;
}
.safety_container .safety_img_mobile {
  display: none;
  width: 100%;
  height: auto;
}
.safety_container .safety_img_mobile img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery_top_section {
  width: 100%;
  height: 40px;
  background: #222;
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 90;
}
.gallery_top_section span {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  float: left;
  color: #fff;
  margin-right: 40px;
}
.gallery_top_section a {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  float: left;
  color: #ccc;
  margin-right: 20px;
}
.gallery_top_section a.active {
  color: #ffba00;
}

.middle_section.for_gallery {
  margin-top: 150px;
}

.gallery_container {
  height: auto;
  background: #fff;
  padding: 40px;
  text-align: left;
}
.gallery_container h5 {
  font-size: 13px;
  padding-bottom: 10px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.gallery_container h1 {
  font-weight: 700;
  color: #000;
  font-size: 48px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.tab_tigger_container {
  width: 100%;
  height: 50px;
  padding-top: 20px;
}
.tab_tigger_container a {
  width: auto;
  height: 20px;
  line-height: 20px;
  float: left;
  display: block;
  color: #000;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 13px;
}
.tab_tigger_container a:hover {
  border-bottom: 1px solid #000;
}
.tab_tigger_container a.active {
  border-bottom: 2px solid #ffba00;
}

.tab_sections_container {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative;
  min-height: 500px;
}
.tab_sections_container .gallery_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
}
.tab_sections_container .popup_div {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 600px;
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tab_sections_container .popup_div .popup_close {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  top: -31px;
  cursor: pointer;
  z-index: 2;
}
.tab_sections_container .popup_div .popped_image {
  width: 100%;
  height: 100%;
  background: gold;
}
.tab_sections_container .popup_div .popped_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab_sections_container .tab_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.tab_sections_container .tab_section.all {
  display: flex;
}
.tab_sections_container .tab_section.exterior {
  display: none;
}
.tab_sections_container .tab_section.interior {
  display: none;
}
.tab_sections_container .tab_section.capability {
  display: none;
}
.tab_sections_container .tab_section .img_div {
  width: 440px;
  height: 220px;
  margin: 12px;
}
.tab_sections_container .tab_section .img_div:nth-child(3n) {
  margin-right: 0;
}
.tab_sections_container .tab_section .img_div:nth-child(3n+1) {
  margin-left: 0;
}
.tab_sections_container .tab_section .img_div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .about_banner_content.sp {
    left: 20%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1300px;
  }

  .banner_section {
    height: 480px;
  }

  header .bottom_part .book_test_drive {
    margin: 20px auto auto 50px;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0 30px;
  }

  header .bottom_part .navigation_div ul li a {
    width: 90px;
  }

  .inner_banner_content {
    left: 80px;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks {
    width: 650px;
    height: 400px;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_interior_section .single_blocks_wrapper,
.car_interior_section .single_blocks_wrapper > img,
.car_exterior_section .single_blocks_wrapper,
.car_exterior_section .single_blocks_wrapper > img {
    height: 400px;
  }

  .car_interior_section .four_blocks_wrapper .four_blocks {
    width: 650px;
    height: 400px;
  }

  .car_interior_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_performance_section .single_blocks_wrapper,
.car_safety_section .single_blocks_wrapper,
.car_performance_section .single_blocks_wrapper > img,
.car_safety_section .single_blocks_wrapper > img {
    height: 400px;
  }

  .car_performance_section .four_blocks_wrapper .four_blocks {
    width: 650px;
    height: 400px;
  }

  .car_performance_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_safety_section .four_blocks_wrapper .four_blocks {
    width: 650px;
    height: 400px;
  }

  .car_safety_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .tab_sections_container .tab_section .img_div {
    width: 390px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    width: 1200px;
  }

  header .bottom_part .book_test_drive {
    margin: 20px auto auto 10px;
  }

  .banner_section {
    height: 420px;
  }

  .image_slider .banner_content section.texts {
    padding: 20px 0;
  }

  .image_slider .banner_content section.texts h2 {
    font-size: 28px;
  }

  .image_slider .banner_content section.buttons {
    padding: 30px 0 0 0;
  }

  .image_slider .banner_content section.buttons .btn {
    height: 40px;
    line-height: 40px;
  }

  .image_slider .bx-wrapper .bx-controls {
    bottom: 85px;
    right: 0;
  }

  .side_icons {
    top: 65px;
  }

  .image_slider .banner_content {
    width: 580px;
  }

  .inner_banner_content {
    left: 50px;
    width: 420px;
  }
  .inner_banner_content section.texts {
    padding: 20px 0;
  }
  .inner_banner_content section.texts h2 {
    font-size: 24px;
  }

  .car_features_section .car_feature_bock .car_feature_img {
    height: auto;
  }

  .car_gallery_section .gallery_slider_container {
    width: 1140px;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks {
    width: 600px;
    height: 400px;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_interior_section .four_blocks_wrapper .four_blocks {
    width: 600px;
    height: 400px;
  }

  .car_interior_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_performance_section .single_blocks_wrapper,
.car_performance_section .single_blocks_wrapper > img {
    height: 400px;
  }

  .car_performance_section .four_blocks_wrapper .four_blocks {
    width: 600px;
    height: 400px;
  }

  .car_performance_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .car_safety_section .four_blocks_wrapper .four_blocks {
    width: 600px;
    height: 400px;
  }

  .car_safety_section .four_blocks_wrapper .four_blocks > img {
    height: 400px;
  }

  .tab_sections_container .tab_section .img_div {
    width: 355px;
  }
}
@media screen and (max-width: 1200px) {
  header .bottom_part {
    position: relative;
  }

  header .bottom_part .book_test_drive {
    display: none;
  }

  header .bottom_part .navigation_div {
    display: block;
    width: 300px;
    height: auto;
    position: absolute;
    right: -300px;
    top: 80px;
    padding: 0;
    transition: right 0.5s;
    z-index: 1000;
  }
  header .bottom_part .navigation_div.show {
    right: 0;
  }
  header .bottom_part .navigation_div ul {
    display: block;
    width: 100%;
    background: #333;
  }
  header .bottom_part .navigation_div ul li {
    display: block;
    width: 100%;
    float: none;
    height: 45px;
    padding: 0 20px;
  }
  header .bottom_part .navigation_div ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #555;
    text-align: left;
  }
  header .bottom_part .navigation_div ul li a.active {
    color: #fff;
    border-bottom: 1px solid #000;
  }
  header .bottom_part .navigation_div ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #000;
  }

  header .bottom_part .menu_trigger {
    display: block;
  }

  .side_icons {
    display: none;
  }

  .container {
    width: 640px;
  }

  .banner_section {
    height: 300px;
  }

  .middle_section .middle_section_contents {
    top: 0;
  }

  .image_slider .banner_content section.texts {
    background: rgba(0, 0, 0, 0.1);
    border: 0;
  }

  .image_slider .bx-wrapper .bx-controls {
    bottom: 0;
    right: 50%;
    margin-right: -250px;
  }

  .image_slider .banner_content {
    margin: auto;
    top: 50px;
  }

  .middle_section .middle_section_contents {
    top: 0;
    margin-bottom: 0;
  }

  .middle_section .middle_section_contents .vehicle_list {
    height: auto;
    display: block;
  }

  .middle_section .middle_section_contents .three_blocks_cover {
    height: auto;
    display: block;
  }

  .middle_section .middle_section_contents .three_blocks_cover .a_block {
    width: 360px;
    margin: auto;
  }

  .subscribe_section {
    height: auto;
  }

  .subscribe_section h3 {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .subscribe_section .subscribe_form {
    display: block;
    margin: auto;
    width: 470px;
    height: 80px;
  }

  footer .footer_top {
    display: none;
  }

  footer .footer_middle {
    height: auto;
    padding: 0 20px;
  }

  footer .footer_middle .links_block {
    width: 50%;
  }

  footer .footer_middle .links_block:nth-child(3) {
    clear: both;
  }

  footer .footer_bottom {
    padding: 0 20px;
  }

  .inner_banner_content {
    bottom: 50px;
  }

  .vehicles_list_overlay .vehicles_list_menu {
    height: calc(100vh - 120px);
    overflow: auto;
  }

  .vehicles_list_overlay .vehicles_list_menu .top_section h3 {
    font-size: 16px;
    padding: 0 5px;
  }

  .vehicles_list_overlay .vehicles_list_menu .top_section h3 + h3 {
    display: none;
  }

  .vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block {
    width: 50%;
  }

  .car_intro_section .car_colors_part {
    width: 100%;
    margin: auto;
    float: none;
    height: auto;
  }

  .car_intro_section .car_features_part {
    width: 100%;
    margin: auto;
    float: none;
    height: auto;
  }

  .car_features_section {
    flex-wrap: wrap;
  }

  .car_features_section .car_feature_bock {
    width: 50%;
    flex-shrink: 0;
  }

  .car_gallery_section .gallery_slider_container {
    width: 100%;
    height: auto;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks,
.car_interior_section .four_blocks_wrapper .four_blocks,
.car_performance_section .four_blocks_wrapper .four_blocks,
.car_safety_section .four_blocks_wrapper .four_blocks {
    width: 100%;
    height: auto;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks > img,
.car_interior_section .four_blocks_wrapper .four_blocks > img,
.car_performance_section .four_blocks_wrapper .four_blocks > img,
.car_safety_section .four_blocks_wrapper .four_blocks > img {
    width: 100%;
    height: auto;
  }

  .car_exterior_section .single_blocks_wrapper,
.car_exterior_section .single_blocks_wrapper > img,
.car_interior_section .single_blocks_wrapper,
.car_interior_section .single_blocks_wrapper > img,
.car_performance_section .single_blocks_wrapper,
.car_performance_section .single_blocks_wrapper > img,
.car_safety_section .single_blocks_wrapper,
.car_safety_section .single_blocks_wrapper > img {
    width: 100%;
    height: auto;
  }

  /*banner position*/
  .image_slider .banner_slide.slide1 {
    background-position: left -100px top 0;
  }

  .image_slider .banner_slide.slide2 {
    background-position: left -250px top 0;
  }

  .image_slider .banner_slide.slide3 {
    background-position: left -250px top 0;
  }

  .srt_performance_banner .text_div.type2,
.srt_performance_banner .text_div {
    position: static;
    width: 100%;
    clear: both;
    transform: unset;
  }

  .centered_p {
    padding: 10px;
  }

  .tab_sections_container {
    min-height: auto;
  }

  .tab_sections_container .tab_section .img_div {
    width: 48%;
    height: 190px;
    margin: 1%;
  }

  .tab_sections_container .tab_section .img_div:nth-child(3n+1) {
    margin-left: 1%;
  }

  .tab_sections_container .tab_section .img_div:nth-child(3n) {
    margin-right: 1%;
  }

  .pinnacle_contact_section .col_3 {
    width: 100%;
    float: none;
  }

  .career_intro_container .left_part p.normal {
    font-size: 18px;
    line-height: auto;
  }

  .career_intro_container .left_part p.bigger {
    font-size: 24px;
    line-height: auto;
  }

  .career_intro_container .left_part,
.career_intro_container .right_part {
    float: none;
  }

  .career_intro_container .right_part p {
    margin: 0;
  }

  .pinnacle_contact_section h4.mob_hide {
    display: none;
  }

  header .bottom_part .navigation_div ul li.mob_show {
    display: block;
  }

  .pinnacle_contact_section h2.camp_h2 {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .wrapper {
    overflow: hidden;
  }

  .container {
    width: 420px;
  }

  .image_slider .banner_content {
    width: 100%;
    top: 10px;
  }

  .image_slider .banner_content section.texts h2 {
    font-size: 18px;
  }

  .image_slider .bx-wrapper .bx-controls {
    bottom: 20px;
  }

  .image_slider .banner_content section.buttons .btn {
    background: rgba(255, 186, 0, 0.8);
  }

  .image_slider .banner_content section.buttons .btn + .btn {
    display: none;
  }

  .image_slider .banner_content section.buttons {
    padding-top: 125px;
  }

  .image_slider .bx-wrapper .bx-controls {
    display: none;
  }

  footer .footer_middle .links_block {
    width: 100%;
    padding: 10px 10px 20px 0;
  }

  footer .footer_middle .links_block h4 {
    padding-bottom: 15px;
  }

  footer .footer_middle .links_block a {
    font-size: 12px;
  }

  .inner_banner_section,
.about_banner_section {
    height: 300px;
  }

  .inner_banner_section img.banner_img,
.about_banner_section img.banner_img {
    height: 100%;
    object-fit: cover;
  }

  .inner_banner_section img.banner_img.mob {
    display: block;
  }

  .inner_banner_section img.banner_img.desk {
    display: none;
  }

  .about_banner_section img.banner_img.mob {
    display: block;
  }

  .about_banner_section img.banner_img.desk {
    display: none;
  }

  .subscribe_section h3 {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }

  .subscribe_section .subscribe_form input[type=text],
.subscribe_section .subscribe_form input[type=email] {
    width: 290px;
  }

  .inner_banner_content {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .inner_banner_content section.texts {
    background: rgba(0, 0, 0, 0.3);
  }

  .inner_banner_content section.texts h4 {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .inner_banner_content section.texts h2 {
    font-size: 18px;
  }

  .about_banner_content section.texts {
    background: rgba(0, 0, 0, 0.3);
  }

  .about_banner_content section.texts h2 {
    font-size: 18px;
  }

  .car_features_component ul.feature_list li {
    width: 100%;
    float: none;
  }

  .car_features_component hr {
    height: 1px;
  }

  .car_features_component .two_buttons_wrapper {
    display: block;
    height: auto;
  }

  .car_features_component .two_buttons_wrapper a.btn {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .car_features_section .car_feature_bock {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
  }

  .car_features_section .car_feature_bock .car_feature_img {
    height: auto;
  }

  .car_features_component h2,
.car_gallery_section h2,
.car_exterior_section h2,
.car_interior_section h2,
.car_performance_section h2,
.car_safety_section h2 {
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .car_exterior_section .four_blocks_wrapper .four_blocks .texts_div h2,
.car_interior_section .four_blocks_wrapper .four_blocks .texts_div h2 {
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .brochure_download_section h3,
.brochure_download_section p {
    display: none;
  }

  /*banner position*/
  .image_slider .banner_slide.slide1 {
    background-position: left -200px top 0;
  }

  .tab_sections_container .tab_section .img_div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab_sections_container .tab_section .img_div:nth-child(3n+1) {
    margin-left: 0;
    width: 100%;
  }

  .tab_sections_container .tab_section .img_div:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }

  .tab_tigger_container a {
    margin-right: 12px;
    font-size: 12px;
  }

  .gallery_top_section span {
    display: none;
  }

  .gallery_container h1 {
    font-size: 28px;
  }

  .gallery_container {
    padding: 20px;
  }

  .spec_container {
    overflow: auto;
  }
  .spec_container .spec_container_adj {
    width: 300%;
  }

  /*image safety page*/
  .safety_container .safety_img {
    display: none;
  }
  .safety_container .safety_img_mobile {
    display: block;
  }

  .pinnacle_contact_section .col_2 {
    width: 100%;
    float: none;
    padding: 0 20px;
  }

  .pinnacle_contact_section .col_2:nth-child(2) .form_container {
    padding-top: 0;
  }

  .pinnacle_contact_section .form_part {
    margin-bottom: 40px;
  }

  .pinnacle_contact_section .form_part,
.pinnacle_contact_section .address_part {
    padding: 0 10px;
  }

  .pinnacle_contact_section h2.camp_h2 {
    height: 100px;
  }

  .camp_contact {
    left: 20px;
    top: 70px;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .inner_banner_content {
    width: 80%;
  }

  .car_color_component .color_selectors {
    padding: 0 10px;
  }

  .vehicles_list_overlay .vehicles_list_menu .model_list_section .model_block {
    width: 90%;
    float: none;
    margin: auto;
  }

  .four_blocks_wrapper .four_blocks .texts_div {
    padding: 30px !important;
  }

  .brochure_download_section {
    background: #e7e7e7;
  }

  .brochure_download_section {
    padding: 0;
  }

  .brochure_download_section a.btn {
    float: none;
    margin: auto;
  }

  .brochure_download_section p {
    display: block;
    text-align: center;
    padding-top: 50px;
  }

  /*banner position*/
  .image_slider .banner_slide.slide1 {
    background-position: left -250px top 0;
  }

  .image_slider .banner_slide.slide2 {
    background-position: left -400px top 0;
  }

  .image_slider .banner_slide.slide3 {
    background-position: left -480px top 0;
  }

  .inner_banner_section {
    height: 260px;
  }

  .about_dark {
    display: block;
  }

  .pinnacle_about_section .about_dark .half:first-child {
    margin-bottom: 50px;
  }

  .pinnacle_about_section h2,
.pinnacle_contact_section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .container {
    width: 360px;
  }

  .image_slider .banner_content section.buttons .btn {
    margin: 5px auto;
    display: block;
  }

  .middle_section .middle_section_contents .three_blocks_cover .a_block {
    width: 100%;
  }

  .subscribe_section .subscribe_form input[type=text],
.subscribe_section .subscribe_form input[type=email] {
    width: 230px;
  }

  .inner_banner_section,
.about_banner_section {
    height: 220px;
  }

  .image_slider .banner_slide.slide1 {
    background-position: left -300px top 0;
  }

  .image_slider .banner_slide.slide3 {
    background-position: left -530px top 0;
  }
}

/*# sourceMappingURL=style.css.map */
