@import '../../js/fancybox/jquery.fancybox.css';
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?63djx7");
  src: url("../fonts/icomoon/icomoon.eot?63djx7#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?63djx7") format("truetype"), url("../fonts/icomoon/icomoon.woff?63djx7") format("woff"), url("../fonts/icomoon/icomoon.svg?63djx7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-pinterest-p:before {
  content: "\f231";
}

@font-face {
  font-family: "JLR Emeric";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/JLREmeric/ExtraLight/JLREmericWeb-ExtraLight.eot");
  src: url("../fonts/JLREmeric/ExtraLight/JLREmericWeb-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JLREmeric/ExtraLight/JLREmericWeb-ExtraLight.woff") format("woff"), url("../fonts/JLREmeric/ExtraLight/JLREmericWeb-ExtraLight.ttf") format("truetype"), url("../fonts/JLREmeric/ExtraLight/JLREmericWeb-ExtraLight.svg") format("svg");
}
@font-face {
  font-family: "JLR Emeric";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/JLREmeric/Regular/JLREmericWeb-Regular.eot");
  src: url("../fonts/JLREmeric/Regular/JLREmericWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/JLREmeric/Regular/JLREmericWeb-Regular.woff") format("woff"), url("../fonts/JLREmeric/Regular/JLREmericWeb-Regular.ttf") format("truetype"), url("../fonts/JLREmeric/Regular/JLREmericWeb-Regular.svg") format("svg");
}
@font-face {
  font-family: "JLR Emeric";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/JLREmeric/SemiBold/JLREmericWeb-SemiBold.eot");
  src: url("../fonts/JLREmeric/SemiBold/JLREmericWeb-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/JLREmeric/SemiBold/JLREmericWeb-SemiBold.woff") format("woff"), url("../fonts/JLREmeric/SemiBold/JLREmericWeb-SemiBold.ttf") format("truetype"), url("../fonts/JLREmeric/SemiBold/JLREmericWeb-SemiBold.svg") format("svg");
}
.form-control {
  background: #FAFAFA;
  border-radius: 2px;
  border: 2px solid transparent;
  height: 42px;
}
.form-control:focus {
  color: #495057;
  background: #FAFAFA;
  border-color: #0C121C;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #909397;
}

.label {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.form-text {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin-top: 6px;
}

textarea {
  resize: none;
}

.form-group {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .form-group {
    margin-bottom: 16px;
  }
}
.btn-primary {
  background: #0C121C;
  color: #fff;
  border: 1px solid #0C121C;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0px 25px;
}
.btn-primary:hover {
  border: 1px solid #0C121C;
  background: #4A4F54;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  border: 1px solid #0C121C;
  background: #4A4F54;
  box-shadow: none;
}

.btn-default {
  border: 1px solid #0C121C;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
}
.btn-default:hover {
  background: #0C121C;
  color: #fff;
}
.btn-default:focus, .btn-default:active, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn.btn-small {
  width: 155px;
  padding: 0px 10px;
}

.btn.btn-medium {
  width: 270px;
  padding: 0px 10px;
}

.btn.btn-large {
  width: 320px;
  padding: 0px 10px;
}

.buttons-group__about-us .btn.btn-large {
  font-size: 14px;
}

.read-more-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0C121C;
  position: relative;
  padding-left: 12px;
  transition: all 0.3s ease;
}
.read-more-link::before {
  content: "\f105";
  font-family: "icomoon";
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.read-more-link:hover {
  color: #494E54;
  text-decoration: none;
}

.header {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  padding: 18px 0px 22px;
}

.header.header-dark {
  background: #494E54;
  position: static;
}

.logo__img {
  width: 74px;
}

.menu-list {
  margin-left: auto;
  display: flex;
  justify-content: end;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.menu-list:hover .menu-list__link {
  opacity: 0.4;
}
.menu-list__item + .menu-list__item {
  margin-left: 50px;
}
.menu-list__link {
  font-family: "JLR Emeric";
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-list__link:hover {
  opacity: 1 !important;
  color: #fff;
  text-decoration: none;
}
.menu-list__link.active {
  text-decoration: underline;
}

.menu__btn,
.menu__close {
  display: none;
}

@media (max-width: 1200px) {
  .menu-list__link {
    font-size: 16px;
    line-height: 16px;
  }

  .menu-list__item + .menu-list__item {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .header {
    position: sticky;
    background: #494E54;
    padding: 8px 0px;
  }

  .logo__img {
    width: 45px;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    transition: all 0.3s ease;
    overflow: auto;
    background-color: #fff;
    padding: 30px;
  }
  .menu__btn {
    display: block;
    color: #fff;
    font-size: 30px;
    float: right;
    cursor: pointer;
  }
  .menu__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 40px;
    cursor: pointer;
  }

  .menu.active {
    right: 0;
  }

  .menu-list {
    margin-left: 0px;
    flex-flow: column;
    justify-content: end;
  }
  .menu-list__item + .menu-list__item {
    margin-left: 0px;
  }
  .menu-list__link {
    font-size: 30px;
    line-height: 2;
    color: #0C121C;
  }
  .menu-list__link:hover {
    opacity: 1 !important;
    color: #0C121C;
  }
}
.slick-btn {
  position: absolute;
  top: -45px;
  right: 15px;
  z-index: 3;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  background-color: transparent;
}
.slick-btn:before {
  content: "";
  position: absolute;
  font-family: "icomoon";
  color: #0C121C;
  font-size: 30px;
  line-height: 1;
}

.slick-btn.slick-disabled {
  cursor: default;
}

.slick-prev {
  margin-right: 30px;
}

.slick-next:before {
  content: "\f105";
}

.slick-disabled.slick-next:before {
  color: #8D8D8D;
}

.slick-prev:before {
  content: "\f104";
}

.slick-disabled.slick-prev:before {
  color: #8D8D8D;
}

.vehicle-items {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vehicle-item {
  position: relative;
  overflow: hidden;
}
.vehicle-item__image {
  margin-bottom: 24px;
}
.vehicle-item__body {
  text-align: center;
}
.vehicle-item__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #0C121C;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.vehicle-item__title:hover {
  color: #4A4F54;
  text-decoration: none;
}
.vehicle-item__price {
  color: #4A4F54;
  font-size: 20px;
  line-height: 22px;
}
.vehicle-item__price-old {
  color: #4A4F54;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}
.vehicle-item__featured-label {
  background-color: #C3232D;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  transform: rotate(-35deg);
  position: absolute;
  top: 20px;
  width: 220px;
  left: -60px;
  padding: 1px 3px;
}

body {
  font-family: "JLR Emeric", sans-serif;
  font-weight: 400;
  color: #0C121C;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

main > .alert {
  margin-top: 110px;
}

img {
  width: 100%;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.hero {
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.hero__title {
  font-weight: 600;
  font-size: 54px;
  line-height: 67px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.hero__text {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  max-width: 950px;
  margin: 0px auto;
}
.hero__text a {
  color: #fff;
  transition: all 0.3s ease;
}
.hero__text a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.hero-half {
  height: 40vh;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.hero-slider__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.welcome {
  padding-top: 90px;
  padding-bottom: 40px;
}

.general-content {
  padding-top: 90px;
  padding-bottom: 40px;
}

.section__title {
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #0C121C;
  margin-bottom: 20px;
}
.section__title a {
  color: #0C121C;
  transition: all 0.3s ease;
}
.section__title a:hover {
  color: #4A4F54;
  text-decoration: none;
}

.section__subtitle {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4A4F54;
}

.img-cards {
  margin-top: 40px;
}

.img-card {
  margin-bottom: 25px;
}
.img-card__image {
  margin-bottom: 30px;
}

.vehicles {
  padding-top: 35px;
  padding-bottom: 120px;
}

.section-form {
  background: #494E54;
  padding-top: 112px;
  padding-bottom: 120px;
}
.section-form__subtitle {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.section-form .section__title {
  color: #fff;
  margin-bottom: 50px;
}
.section-form .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-form .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.section-services {
  background-image: url(../img/bg-services.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.service-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 50px;
  max-width: 720px;
}
.service-card .section__title {
  text-align-last: left;
}
.service-card__text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}

.social-gallery {
  padding-top: 110px;
  padding-bottom: 120px;
}

.instagram-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.instagram-gallery__item {
  display: block;
  max-width: calc(33.33% - 5px);
  width: 100%;
  margin-bottom: 10px;
}

.subscribe-form {
  background: #E9ECEC;
  padding-top: 111px;
  padding-bottom: 85px;
}
.subscribe-form .section__subtitle {
  margin-bottom: 45px;
}
.subscribe-form .form-control {
  height: 50px;
  background: #fff;
}
.subscribe-form .btn-primary {
  width: 100%;
}

.contacts {
  padding-top: 120px;
  padding-bottom: 60px;
}

.contacts-card {
  position: relative;
  margin-bottom: 40px;
}
.contacts-card__content {
  position: absolute;
  width: 420px;
  bottom: 60px;
  left: 0px;
  padding: 20px 15px;
  background: rgba(92, 92, 92, 0.65);
  color: #fff;
}
.contacts-card__content a {
  color: #fff;
  text-decoration: none;
}
.contacts-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contacts-card__name {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 25px;
}
.contacts-card__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.section-map {
  padding-top: 20px;
  padding-bottom: 120px;
}

.address {
  padding-left: 80px;
}
.address__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 25px;
}
.address__text {
  font-size: 18px;
  line-height: 180%;
  color: #4A4F54;
}

.vehicles-page {
  padding-top: 55px;
  padding-bottom: 60px;
}

.vehicles-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.brand {
  max-height: 110px;
  height: 100%;
  text-align: center;
  margin-bottom: 65px;
}
.brand__logo {
  width: auto;
  height: 100%;
}
.brand__link {
  display: block;
  margin-bottom: 40px;
}

.logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-group .logo__img {
  margin-right: 30px;
}
.logo-group .section__title {
  margin-bottom: 0;
}

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

.booking {
  padding-top: 110px;
  padding-bottom: 50px;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons-group .btn {
  margin: 0px 20px;
}

.section__text {
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
  color: #4A4F54;
}

.accessories {
  padding-top: 60px;
  padding-bottom: 50px;
}

.bodyshop {
  padding-top: 60px;
  padding-bottom: 50px;
}

.parts {
  padding-top: 60px;
  padding-bottom: 120px;
}

.parts-image {
  height: 100%;
  object-fit: cover;
}

.parts-content {
  padding: 60px 0px 60px 100px;
}
.parts-content .section__title {
  text-align: left;
  max-width: 400px;
}
.parts-content .section__text {
  text-align: left;
}

.showroom {
  padding-top: 110px;
}

.vehicle-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.vehicle-list .col {
  max-width: 20%;
  flex-basis: auto;
  margin-bottom: 40px;
}

.tiles {
  padding-top: 100px;
  padding-bottom: 80px;
}

.tile {
  margin-bottom: 60px;
}
.tile__image {
  margin-bottom: 34px;
}
.tile__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile__title a {
  color: #4A4F54;
}
.tile__text {
  font-size: 18px;
  line-height: 1.5;
  color: #4A4F54;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.tile__delivery {
  font-size: 18px;
  line-height: 1.5;
  color: #4A4F54;
}
.tile__buttons {
  display: flex;
  justify-content: space-between;
}
.tile__buttons .btn-primary {
  width: calc(50% - 20px);
}

.details {
  padding-top: 110px;
}

.car-gallery-main {
  margin-bottom: 10px;
}
.car-gallery-main__item {
  height: 100%;
  object-fit: cover;
}

.car-gallery-nav {
  margin-bottom: 60px;
}
.car-gallery-nav__item {
  cursor: pointer;
  margin: 0px 5px;
  opacity: 0.4;
}
.car-gallery-nav__item.slick-current {
  opacity: 1;
}
.car-gallery-nav .slick-track {
  margin-left: -5px;
  margin-right: -5px;
}

.info {
  list-style: none;
  padding: 0px;
  margin-bottom: 30px;
}
.info-item {
  background: #E9ECEC;
  padding: 8px 25px;
  margin-bottom: 10px;
  color: #4A4F54;
  font-size: 18px;
}
.info-item__text {
  font-weight: 600;
}

.features {
  padding: 0px;
  list-style: none;
}
.features li {
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  line-height: 2.4;
  color: #4A4F54;
}
.features li::before {
  content: "\f058";
  font-family: "icomoon";
  position: absolute;
  left: 0px;
}

.social-list {
  margin-bottom: 40px;
}
.social-list__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #0C121C;
  border-radius: 50%;
  color: #0C121C;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0px 5px;
}
.social-list__item::before {
  font-size: 18px;
}
.social-list__item:hover {
  color: #fff;
  background-color: #0C121C;
  text-decoration: none;
}

.social-list__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.navigation .btn-nav {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #0C121C;
  position: relative;
  transition: all 0.3s ease;
}
.navigation .btn-nav::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 47px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.navigation .btn-nav:hover {
  text-decoration: none;
  color: #494E54;
}
.navigation .btn-prev {
  text-align: left;
  padding-left: 50px;
}
.navigation .btn-prev::before {
  background-image: url(../img/icons/angle-left.svg);
  left: 0px;
}
.navigation .btn-next {
  text-align: right;
  padding-right: 50px;
}
.navigation .btn-next::before {
  background-image: url(../img/icons/angle-right.svg);
  right: 0px;
}
.navigation span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.buttons-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .contacts-card {
    text-align: right;
  }
  .contacts-card .contacts-card__image {
    max-width: 80%;
  }
  .contacts-card .contacts-card__content {
    text-align: left;
    position: relative;
    bottom: 0px;
    margin-top: -80px;
    max-width: 360px;
    width: 100%;
    padding: 20px 15px;
  }
}
@media (max-width: 1360px) {
  .buttons-nav {
    justify-content: space-between;
  }
  .buttons-nav .btn {
    width: calc(25% - 10px);
    margin: 0px;
  }
}
@media (max-width: 1200px) {
  .service-card {
    max-width: 620px;
  }

  .parts-content {
    padding: 40px 0px;
  }

  .vehicle-list .col {
    max-width: 25%;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    height: 70vh;
  }
  .hero__title {
    font-size: 48px;
    line-height: 1.2;
  }

  .hero-slider__item {
    height: 70vh;
  }

  .section__title {
    font-size: 32px;
    line-height: 36px;
  }

  .welcome {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .vehicles {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .section-form {
    background: #494E54;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .social-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-card {
    max-width: 100%;
  }

  .subscribe-form .form-control {
    margin-bottom: 16px;
  }

  .contacts {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .address {
    padding-left: 0px;
  }

  .section-map {
    padding-bottom: 60px;
  }

  .vehicles-page {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .brand {
    max-height: 90px;
    margin-bottom: 30px;
  }

  .buttons-center .btn {
    margin-bottom: 16px;
  }

  .booking {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .bodyshop {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .parts-content {
    text-align: center;
  }
  .parts-content .section__title {
    text-align: center;
    max-width: 100%;
  }
  .parts-content .section__text {
    text-align: center;
  }

  .parts {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .buttons-nav {
    justify-content: space-between;
  }
  .buttons-nav .btn {
    width: calc(50% - 10px);
    margin-bottom: 16px;
  }

  .showroom {
    padding-top: 60px;
  }

  .tiles {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .vehicle-list {
    margin-top: 30px;
  }
  .vehicle-list .col {
    max-width: 33.33%;
  }

  .tile__buttons .btn-primary {
    width: calc(50% - 5px);
  }

  .details {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section__title {
    margin-bottom: 16px;
  }

  .hero {
    height: 50vh;
  }
  .hero__title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .hero__text {
    font-size: 20px;
  }

  .hero-slider__item {
    height: 50vh;
  }

  .section-form .invisible {
    display: none;
  }

  .section__title {
    font-size: 26px;
    line-height: 30px;
  }

  .img-cards {
    margin-top: 10px;
  }

  .service-card {
    padding: 30px 20px;
  }
  .service-card__text {
    margin-bottom: 20px;
  }

  .instagram-gallery {
    margin-top: 0px;
  }
  .instagram-gallery__item {
    max-width: calc(50% - 5px);
  }

  .contacts-card__content {
    position: relative;
    bottom: 0px;
    margin-top: -80px;
    max-width: 360px;
    width: 100%;
    padding: 20px 15px;
  }

  .brand {
    max-height: 75px;
    margin-bottom: 25px;
  }

  .buttons-group .btn {
    margin-bottom: 16px;
  }

  .info-item {
    padding: 8px 15px;
  }

  .features {
    margin-bottom: 25px;
  }
  .features li {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .service-card {
    padding: 20px 15px;
  }

  .contacts-card__name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .contacts-card__subtitle {
    font-size: 18px;
  }

  .map {
    margin-bottom: 20px;
  }

  .address {
    text-align: center;
  }
  .address__title {
    margin-bottom: 16px;
  }

  .buttons-nav {
    justify-content: center;
  }
  .buttons-nav .btn {
    width: 270px;
  }

  .vehicle-list {
    margin-top: 15px;
  }
  .vehicle-list .col {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .buttons-between {
    justify-content: center;
  }
  .buttons-between .btn {
    margin-bottom: 16px;
  }

  .navigation .btn-nav {
    width: calc(50% - 5px);
    font-size: 18px;
  }
  .navigation .btn-prev {
    text-align: left;
    padding-left: 40px;
  }
  .navigation .btn-next {
    text-align: right;
    padding-right: 40px;
  }
  .navigation span {
    font-size: 16px;
  }
}
@media (max-width: 476px) {
  .hero__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .hero__text {
    font-size: 18px;
  }
}
.spinner-border {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.finance-tabs {
  margin-bottom: 35px;
}
.finance-tabs .nav-tabs {
  border-bottom: none;
}
.finance-tabs .nav-tabs .nav-item {
  cursor: pointer;
  width: 50%;
  text-align: center;
  color: #495057;
  background-color: #f4f5f5;
  border: 1px solid #e3e6e6;
  border-radius: 0;
  border-bottom: none;
}
.finance-tabs .nav-tabs .nav-item:nth-child(1) {
  border-right: 0;
}
.finance-tabs .nav-tabs .nav-item.active {
  background-color: transparent;
}
.finance-tabs .nav-tabs .nav-item .nav-link {
  line-height: 1.1;
  border-radius: 0;
  height: 100%;
}
.finance-tabs .nav-tabs .nav-item .nav-link strong {
  font-weight: bold;
}
.finance-tabs .nav-tabs .nav-item .nav-link span {
  font-size: 14px;
}
.finance-tabs .price-structure {
  margin-bottom: 22px;
}
.finance-tabs .price-structure .d-flex {
  padding: 11px 0;
  border-bottom: 1px solid #e3e6e6;
  display: flex;
}
.finance-tabs .price-structure .d-flex:last-child {
  border-bottom: none;
}
.finance-tabs .price-structure .d-flex a {
  text-decoration: underline;
}
.finance-tabs #financeTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.finance-tabs .tab-pane {
  padding: 0 20px;
  border: 1px solid #e3e6e6;
  border-top: 0;
}
.finance-tabs .example {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e3e6e6;
}

.footer {
  background: #494E54;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 39px;
}
.footer p {
  margin-bottom: 0px;
}
.footer .social-list__item {
  border: 1px solid #fff;
  color: #fff;
}
.footer .social-list__item:hover {
  color: #fff;
  background-color: #0C121C;
}

.footer-nav {
  margin: 0px auto;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0px;
}
.footer-nav__item + .footer-nav__item {
  margin-left: 10px;
}
.footer-nav__link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.footer-nav__link:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

.footer-adress__phone {
  color: #fff;
  transition: all 0.3s ease;
}
.footer-adress__phone:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.footer-hours span {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .footer-nav__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .footer {
    font-size: 16px;
  }

  .footer-adress__phone {
    display: block;
  }
}
@media (max-width: 476px) {
  .footer-hours span {
    display: block;
    margin-right: 0px;
  }
}
.capurro_form .modal-header {
  display: none;
}
.capurro_form form {
  margin-left: 150px;
  margin-right: 150px;
}
.capurro_form form > img[src*="arr-copy.png"] {
  display: none;
}
.capurro_form form .base-info, .capurro_form form .additional-info, .capurro_form form .subm {
  max-width: 600px;
}
.capurro_form form .base-info h3, .capurro_form form .additional-info h3 {
  font-family: "JLR Emeric", sans-serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-transform: uppercase;
  color: #0C121C;
  margin-top: 30px;
  margin-bottom: 30px;
}
.capurro_form form .wrap-around-fields {
  display: block;
  text-align: left;
  margin: 0;
  margin-bottom: 25px;
  color: #4A4F54;
  width: 100%;
  max-width: 580px;
}
.capurro_form form .wrap-around-fields label {
  font-family: "JLR Emeric", sans-serif;
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #4A4F54;
  float: none;
  margin: 0;
}
.capurro_form form .wrap-around-fields input[type=text], .capurro_form form .wrap-around-fields input[type=email], .capurro_form form .wrap-around-fields select, .capurro_form form .wrap-around-fields textarea {
  background: #FAFAFA;
  border-radius: 2px;
  border: 1px solid #cacaca;
  height: 42px;
  float: none;
  max-width: none;
}
.capurro_form form .wrap-around-fields input[type=text]:focus, .capurro_form form .wrap-around-fields input[type=email]:focus, .capurro_form form .wrap-around-fields select:focus, .capurro_form form .wrap-around-fields textarea:focus {
  color: #495057;
  background: #FAFAFA;
  border-color: #0C121C;
  outline: 0;
  box-shadow: none;
}
.capurro_form form .wrap-around-fields input[type=text]::placeholder, .capurro_form form .wrap-around-fields input[type=email]::placeholder, .capurro_form form .wrap-around-fields select::placeholder, .capurro_form form .wrap-around-fields textarea::placeholder {
  color: #909397;
}
.capurro_form form .wrap-around-fields textarea {
  height: auto;
}
.capurro_form form .subm input[type=button],
.capurro_form form .subm input[type=submit],
.capurro_form form .subm button {
  background: #0C121C;
  color: #fff;
  border: 1px solid #0C121C;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0px 25px;
}
.capurro_form form .subm input[type=button]:hover,
.capurro_form form .subm input[type=submit]:hover,
.capurro_form form .subm button:hover {
  border: 1px solid #0C121C;
  background: #4A4F54;
}
.capurro_form form .subm input[type=button]:focus, .capurro_form form .subm input[type=button]:active, .capurro_form form .subm input[type=button]:not(:disabled):not(.disabled):active, .capurro_form form .subm input[type=button]:not(:disabled):not(.disabled):active:focus,
.capurro_form form .subm input[type=submit]:focus,
.capurro_form form .subm input[type=submit]:active,
.capurro_form form .subm input[type=submit]:not(:disabled):not(.disabled):active,
.capurro_form form .subm input[type=submit]:not(:disabled):not(.disabled):active:focus,
.capurro_form form .subm button:focus,
.capurro_form form .subm button:active,
.capurro_form form .subm button:not(:disabled):not(.disabled):active,
.capurro_form form .subm button:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  border: 1px solid #0C121C;
  background: #4A4F54;
  box-shadow: none;
}

.capurro_form form {
  margin-left: 0px;
  margin-right: 0px;
}

.contact-us-inline .capurro_form .content-thank {
  color: #ffffff;
}
.contact-us-inline .capurro_form form {
  margin-left: 0px;
  margin-right: 0px;
}

.modal-body .contact_us_form {
  width: 600px;
  max-width: 95%;
}
.modal-body .contact_us_form label {
  color: #0C121C;
}
.modal-body .contact_us_form .form-text {
  color: #0C121C;
}

.capurro-form-embedded {
  margin: 0 auto;
}
.capurro-form-embedded .capurro_form form {
  padding: 0 20px;
  border: 1px solid #ccc;
}
.capurro-form-embedded .capurro_form form .base-info, .capurro-form-embedded .capurro_form form .additional-info {
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
