html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background-color: transparent;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background-color: #111315;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.main-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #51459E;
  transition: all 0.3s;
}
.main-btn:hover {
  color: #111315;
  background-color: #fff;
  transition: all 0.3s;
}

.main-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.slider-arrows {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #3E4350;
  padding: 0;
  transition: all 0.3s;
}
.slider-arrows:hover {
  border-color: #51459E;
  transition: all 0.3s;
}
.slider-arrows:hover svg path {
  fill: #51459E;
  transition: all 0.3s;
}
.slider-arrows svg path {
  transition: all 0.3s;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #26292C;
}
.swiper-pagination-bullet-active {
  background-color: #51459E;
}

.content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.content ul {
  list-style: disc;
  padding-left: 25px;
}

.cart-btn-buy {
  padding: 10px 74px;
  border-radius: 5px;
  background-color: #51459E;
  transition: all 0.3s;
}
.cart-btn-buy:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.cart-btn-buy:hover span {
  color: #111315;
  transition: all 0.3s;
}
.cart-btn-buy:hover span::before {
  background-color: #111315;
  transition: all 0.3s;
}
.cart-btn-buy span {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}
.cart-btn-buy span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M2.16602 7.08325H11.7493" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 13.75H7.16667" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25 13.75H12.5833" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.8327 9.19175V13.4251C18.8327 16.3501 18.091 17.0834 15.1327 17.0834H5.86602C2.90768 17.0834 2.16602 16.3501 2.16602 13.4251V6.57508C2.16602 3.65008 2.90768 2.91675 5.86602 2.91675H11.7493" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.25 5.00008L15.5 6.25008L18.8333 2.91675" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: #fff;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}

.cart-btn-apply {
  padding: 10px 20px !important;
  border-radius: 3px;
  border: 1px solid #25292E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cart-btn-apply:hover {
  border-color: #51459E;
  transition: all 0.3s;
}
.cart-btn-apply:hover span {
  color: #51459E;
  transition: all 0.3s;
}
.cart-btn-apply:hover span::before {
  background-color: #51459E;
  transition: all 0.3s;
}
.cart-btn-apply span {
  color: #fff;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}
.cart-btn-apply span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.0827 9.41674V5.86676C17.0827 2.50842 16.2993 1.66675 13.1493 1.66675H6.84935C3.69935 1.66675 2.91602 2.50842 2.91602 5.86676V15.2501C2.91602 17.4667 4.13269 17.9917 5.60769 16.4084L5.61601 16.4001C6.29934 15.6751 7.34101 15.7334 7.93267 16.5251L8.77435 17.6501" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.66602 5.83325H13.3327" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 9.16675H12.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.1765 12.3086L12.2265 15.2586C12.1098 15.3752 12.0015 15.5919 11.9765 15.7502L11.8182 16.8752C11.7598 17.2836 12.0432 17.5669 12.4515 17.5086L13.5765 17.3502C13.7348 17.3252 13.9598 17.2169 14.0682 17.1002L17.0182 14.1502C17.5265 13.6419 17.7682 13.0502 17.0182 12.3002C16.2765 11.5586 15.6848 11.8002 15.1765 12.3086Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.75 12.7336C15 13.6336 15.7 14.3336 16.6 14.5836" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: #fff;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}

.seo-text {
  padding-top: 120px;
}
.seo-text h4 {
  margin-bottom: 15px;
}
.seo-text ul {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  display: none !important;
}

.header__top {
  padding: 25px 0;
  background-color: #0D0D0D;
}
.header__top-logo {
  display: none;
}
.header__top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top-text {
  font-weight: 600;
  color: #51459E;
}
.header__top-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__top-place {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.header__top-phone {
  font-weight: 700;
  padding-left: 35px;
  color: #51459E;
  position: relative;
  transition: all 0.3s;
}
.header__top-phone:hover {
  color: #fff;
  transition: all 0.3s;
}
.header__top-phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/call-calling.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.header__bottom {
  padding: 22px 0;
  background-color: #111315;
}
.header__bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__bottom-list {
  display: flex;
  gap: 25px;
  position: relative;
  transition: all 0.3s;
}
.header__bottom-list .indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #51459E;
  pointer-events: none;
  opacity: 0;
  transition: left 0.3s, width 0.3s;
}
.header__bottom-list > li:not(.sub-menu li):hover .sub-menu {
  height: max-content;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header__bottom-list a {
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.header__bottom .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 15px;
  background-color: #111315;
  position: absolute;
  z-index: 1;
  width: max-content;
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}
.header__bottom .sub-menu li a {
  font-size: 14px;
  padding: 0;
  line-height: 1.5;
  transition: all 0.3s;
}
.header__bottom .sub-menu li a:hover {
  color: #40377A;
  transition: all 0.3s;
}
.header__bottom-burger-inner {
  display: none;
}

.new-menu-list {
  display: none;
}

.no-link {
  pointer-events: none;
  cursor: default;
}

.logo__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top {
  height: 620px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top__title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 100px;
  margin-bottom: 60px;
  max-width: 744px;
}
.top__filter {
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  background-color: #1A1D1F;
  width: max-content;
  height: 84px;
}
.top__filter-list {
  display: flex;
}
.top__filter-item {
  padding-left: 36px;
  padding-right: 32px;
  width: 200px;
}
.top__filter-item:not(:last-child) {
  position: relative;
}
.top__filter-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #5e6062;
  width: 1px;
  height: 32px;
}
.top__filter-text {
  color: #fff;
  font-weight: 400;
  padding-right: 24px;
  position: relative;
  background-color: #1A1D1F;
  width: 100%;
  outline: transparent;
}

.vehicles {
  padding: 50px 0;
}
.vehicles__title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vehicles__title {
  margin-bottom: 0;
}
.vehicles__slider-arrows-inner {
  display: none;
  align-items: center;
  gap: 30px;
}
.vehicles__slider-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.car-card {
  width: 290px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
.car-card:hover .car-card__image img {
  transform: scale(1.07);
  transition: all 0.3s;
}
.car-card:hover .car-card__content {
  background-color: #26292C;
  transition: all 0.3s;
}
.car-card__image {
  width: 100%;
  height: 178px;
  overflow: hidden;
}
.car-card__image img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-card__content {
  padding: 15px 16px 26px;
  background-color: #1A1D1F;
  transition: all 0.3s;
}
.car-card__price {
  color: #5B4DBB;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.car-card__name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.car-card__name:hover {
  color: #5B4DBB;
  transition: all 0.3s;
}
.car-card__characteristics {
  color: #C1C7D0;
  font-weight: 500;
  margin-bottom: 20px;
}
.car-card__miles {
  font-weight: 500;
  padding-left: 26px;
  position: relative;
}
.car-card__miles:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/miles.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 15px;
}

.want-vehicle {
  padding: 50px 0;
}
.want-vehicle__wrap {
  display: flex;
  gap: 50px;
}
.want-vehicle__content {
  width: 50%;
  flex-shrink: 0;
}
.want-vehicle__title {
  max-width: 490px;
}
.want-vehicle__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  max-width: 405px;
}
.want-vehicle__form .wpcf7-form {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.want-vehicle__form .wpcf7-form p {
  margin-bottom: 0;
}
.want-vehicle__form .wpcf7-form input[type=email] {
  padding: 15px 10px;
}
.want-vehicle__form .wpcf7-form .wpcf7-submit {
  max-width: 294px;
}
.want-vehicle__image {
  width: 50%;
}
.want-vehicle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.body-styles {
  padding: 40px 0;
}
.body-styles__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.body-styles__item-title {
  display: none;
}
.body-styles__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #1A1D1F;
  height: 115px;
  transition: all 0.3s;
}
.body-styles__link:hover {
  background-color: #51459E;
  transition: all 0.3s;
}
.body-styles__link:hover .body-styles__images img {
  transform: translateX(-10px);
  transition: all 0.3s;
}
.body-styles__text {
  font-weight: 500;
  margin-left: 18px;
  white-space: nowrap;
}
.body-styles__images {
  width: 177px;
  height: 115px;
}
.body-styles__images img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.makes {
  padding: 60px 0;
}
.makes__title {
  margin-bottom: 40px;
}
.makes__slider {
  padding-bottom: 40px;
}
.makes__slider-item {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.makes__slider-link {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.makes__slider-link:hover {
  background-color: rgba(192, 192, 192, 0.1019607843);
  transition: all 0.3s;
  border-radius: 5px;
}
.makes__slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews {
  padding: 40px 0;
}
.reviews__title {
  text-align: center;
  margin-bottom: 40px;
}
.reviews__slider {
  padding-bottom: 50px;
}
.reviews__slider-item {
  position: relative;
  padding-bottom: 40px;
}
.reviews__block {
  background-color: #1A1D1F;
  padding: 34px 30px 50px 42px;
  border-radius: 5px;
  max-width: 550px;
}
.reviews__block-text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}
.reviews__block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__block-name {
  color: #51459E;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.reviews__block-post {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.14px;
}
.reviews__block-photo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 1%;
}
.reviews__block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__star-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.about {
  background-image: url("../img/about-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 105px 0;
  position: relative;
  z-index: 1;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 13, 13, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about__text {
  max-width: 800px;
  margin-bottom: 30px;
}
.about__text p {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.about__link {
  display: inline-block;
}

.questions {
  padding: 70px 0;
}
.questions__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  gap: 110px;
}
.questions__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.questions__text {
  font-size: 20px;
  max-width: 568px;
  margin-bottom: 20px;
}
.questions__image {
  max-width: 775px;
}
.questions__form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.questions__form {
  width: 320px;
}

.other-services {
  padding-top: 120px;
}
.other-services__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 65px;
}
.other-services__box {
  max-width: 534px;
}
.other-services__title {
  color: #FEFEFE;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.other-services__images {
  width: 55%;
}
.other-services__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.other-services__include-inner {
  border-radius: 5px;
  border: 1px solid #1A1D1F;
}
.other-services__include-title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
  background-color: #1A1D1F;
}
.other-services__include-content {
  padding: 15px 40px 20px 15px;
}
.other-services__include-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}

.contact {
  padding-top: 65px;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
}
.contact__form {
  width: 55%;
  border-radius: 5px;
  border: 1px solid #25292E;
}
.contact__form-text {
  font-size: 20px;
  font-weight: 700;
  background-color: #51459E;
  padding: 15px 14px;
  border-radius: 5px 5px 0px 0px;
}
.contact__form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  padding: 40px 36px;
}
.contact__form-about {
  font-size: 11px;
  line-height: 1.4;
}
.contact__hours-operation {
  width: 42%;
}
.contact__title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.contact__hours-dealership {
  margin-bottom: 54px;
}
.contact__hours-dealership-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact__hours-dealership-list {
  display: flex;
}
.contact__hours-dealership-list .map__content-text {
  font-size: 16px;
  font-weight: 400;
  padding-left: 34px;
}
.contact__hours-dealership-list .map__content-text::before {
  width: 24px;
  height: 24px;
}
.contact__hours-dealership-list .contact__hours-dealership-place {
  margin-right: 40px;
  width: 190px;
}
.contact__hours-dealership-phone {
  display: flex;
  align-items: center;
}
.contact__hours-operation-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact__hours-operation-item {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(37, 41, 46, 0.4);
}
.contact__hours-operation-day {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.contact__hours-operation-time {
  font-size: 14px;
  line-height: 1.4;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form p {
  margin-bottom: 20px;
}
.wpcf7-form p:last-child {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control {
  padding: 10px;
  border-bottom: 1px solid #3E4350;
  background-color: #111315;
  color: #fff;
  width: 100%;
  outline: 0;
}
.wpcf7-form .wpcf7-form-control::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.wpcf7-form .wpcf7-form-control:focus-visible {
  background-color: #26292C;
  border-color: #fff;
}
.wpcf7-form .wpcf7-not-valid {
  color: #EB5757;
  border-color: #EB5757;
}
.wpcf7-form .wpcf7-not-valid::placeholder {
  color: #EB5757;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.error {
  color: red;
}
.wpcf7-form input[type=submit] {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #51459E;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 50px;
}
.wpcf7-form input[type=submit]:hover {
  color: #111315;
  background-color: #fff;
  transition: all 0.3s;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-checkbox {
  border: none;
  padding: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M28 0h-24c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-24c0-2.2-1.8-4-4-4zM14 24.828l-7.414-7.414 2.828-2.828 4.586 4.586 9.586-9.586 2.828 2.828-12.414 12.414z" fill="%2351459E"></path></svg>');
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%233E4350"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

#wpcf7-f549-o1 {
  margin-bottom: 24px;
}

#wpcf7-f549-o1 .wpcf7-form-control-wrap-block,
#wpcf7-f549-o2 .wpcf7-form-control-wrap-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

#wpcf7-f549-o1 .wpcf7-form-control-wrap-input {
  display: block;
  width: 50%;
}
#wpcf7-f549-o1 .wpcf7-form-control-wrap-input input {
  border-color: #25292E;
}

#wpcf7-f549-o2 .wpcf7-form-control-wrap-block {
  display: flex;
  width: 100%;
}
#wpcf7-f549-o2 .wpcf7-form-control-wrap-block input {
  border-color: #25292E;
}

#wpcf7-f549-o1 textarea {
  border: 1px solid #25292E;
  resize: none;
  height: 100px;
  margin-bottom: 20px;
  resize: none;
}

#wpcf7-f549-o1 input[type=submit] {
  margin-top: 20px;
}

.map {
  padding-bottom: 60px;
}
.map__wrap {
  display: flex;
  flex-direction: column;
}
.map__box {
  margin-bottom: 60px;
}
.map__box iframe {
  width: 100%;
  height: 300px;
}
.map__content {
  display: flex;
  align-items: center;
}
.map__content-title {
  font-size: 32px;
  font-weight: 700;
  margin-right: 58px;
}
.map__content-text {
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}
.map__content-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.map__content-place {
  margin-right: 38px;
}
.map__content-place::before {
  background-image: url("../img/location.svg");
}
.map__content-phone {
  transition: all 0.3s;
}
.map__content-phone:hover {
  color: #B4AAF5;
  transition: all 0.3s;
}
.map__content-phone::before {
  background-image: url("../img/call-calling.svg");
}

.footer__top {
  padding: 42px 0;
  background-color: #0D0D0D;
}
.footer__top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__top-menus {
  display: flex;
  gap: 80px;
  margin-bottom: 16px;
}
.footer__top-list a {
  font-weight: 500;
  line-height: 1.7;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer__top-list a:hover {
  color: #B4AAF5;
  transition: all 0.3s;
}
.footer__top-social {
  display: flex;
  gap: 20px;
}
.footer__top-social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.footer__top-social-link svg {
  width: 100%;
  height: 100%;
}
.footer__top-social-link svg path {
  transition: all 0.3s;
}
.footer__top-social-link:hover svg path {
  fill: #B4AAF5;
  transition: all 0.3s;
}
.footer__top-right-box {
  width: 370px;
}
.footer__top-right-box-images {
  width: 158px;
  height: 110px;
}

.footer__bottom {
  padding: 25px 0;
  background-color: #111315;
}
.footer__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-copyright {
  font-size: 14px;
  font-weight: 400;
}
.footer__bottom-list {
  display: flex;
  gap: 15px;
}
.footer__bottom-link {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
.footer__bottom-link:hover {
  color: #51459E;
  transition: all 0.3s;
}

@media (max-width: 1360px) {
  .container {
    max-width: 1040px;
  }
  .header__top-text {
    width: 32%;
  }
  .logo {
    width: 144px;
    display: inline-block;
  }
  .vehicles__slider {
    padding: 0 40px;
  }
  .vehicles__slider-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .vehicles__slider-item:last-child {
    display: none;
  }
  .want-vehicle__wrap {
    padding: 0 25px;
  }
  .want-vehicle__form .wpcf7-form {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    width: 294px;
  }
  .want-vehicle__form .wpcf7-form input[type=submit] {
    margin-top: 0;
  }
  .want-vehicle__image {
    height: 296px;
  }
  .body-styles {
    padding: 56px 0;
  }
  .body-styles__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .body-styles__item-title {
    display: flex;
    align-items: flex-start;
    max-width: 290px;
  }
  .other-services__inner {
    gap: 60px;
  }
  .other-services__title {
    width: 40%;
  }
  .other-services__images {
    width: 54%;
    flex-shrink: 0;
  }
  .questions__wrap {
    gap: 60px;
  }
  .questions__image {
    max-width: 548px;
  }
  .other-services,
  .seo-text {
    padding-top: 60px;
  }
  .contact__wrap {
    flex-direction: column;
    align-items: center;
    gap: 76px;
  }
  .contact__form {
    order: 1;
  }
  .contact__hours-operation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .contact__form {
    width: 81%;
  }
  .contact__hours-operation-box {
    width: 457px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 780px;
  }
  .header__top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 0 30px;
  }
  .header__top-logo {
    display: block;
  }
  .logo {
    width: 162px;
  }
  .header__top-content {
    flex-direction: column;
  }
  .header__top-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
    width: 100%;
  }
  .header__top-inner {
    gap: 20px;
  }
  .header__top-place {
    font-size: 14px;
  }
  .header__bottom-list {
    gap: 12px;
  }
  .header__bottom-list:first-child {
    margin-right: 12px;
  }
  .top {
    height: 400px;
  }
  .top__title {
    font-size: 36px;
    padding-top: 70px;
    margin-bottom: 50px;
  }
  .top__filter {
    padding: 14px 20px;
    width: max-content;
  }
  .top__filter-list {
    margin-right: 0;
  }
  .top__filter-item:first-child {
    padding-left: 0;
  }
  .vehicles {
    padding: 40px 0;
  }
  .vehicles__slider {
    padding: 0;
  }
  .vehicles__slider-list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .vehicles__slider-item:last-child {
    display: flex;
  }
  .vehicles__slider-item {
    display: flex;
    justify-content: center;
  }
  .want-vehicle {
    padding: 40px 0;
  }
  .want-vehicle__wrap {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  .want-vehicle__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .want-vehicle__content-inner {
    width: 50%;
  }
  .want-vehicle__title {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .want-vehicle__text {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .want-vehicle__form .wpcf7-form {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .want-vehicle__form .wpcf7-form label {
    width: 100%;
  }
  .want-vehicle__form .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
  .want-vehicle__image {
    height: 240px;
    width: 100%;
    order: -1;
  }
  .body-styles {
    padding: 76px 0;
  }
  .body-styles__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .body-styles__item-title {
    display: none;
  }
  .about {
    padding: 92px 0;
  }
  .other-services,
  .seo-text {
    padding-top: 40px;
  }
  .other-services__inner {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 50px;
  }
  .other-services__box {
    max-width: 100%;
  }
  .other-services__images {
    width: 100%;
  }
  .questions {
    padding: 40px 0 50px;
  }
  .questions__wrap {
    flex-direction: column;
    padding: 0 36px;
  }
  .map__content {
    flex-wrap: wrap;
  }
  .map__content-title {
    font-size: 32px;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .contact {
    padding-top: 45px;
  }
  .contact__hours-dealership-list {
    flex-direction: column;
  }
  .contact__hours-dealership-place {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .header__top {
    padding: 20px 0;
  }
  .header__top-wrap {
    justify-content: center;
    padding: 0 22px;
  }
  .header__top-logo {
    display: none;
  }
  .header__top-place {
    font-size: 12px;
  }
  .header__top-phone {
    font-size: 14px;
  }
  .header__bottom-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .header__bottom-nav {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    flex-direction: column;
    align-items: flex-start;
    background-color: #111315;
    padding: 62px 30px 45px;
    margin-top: 44px;
    width: 100%;
    transition: all 0.3s;
  }
  .header__bottom-nav.show {
    transform: translateX(0);
    transition: all 0.3s;
    z-index: 10;
  }
  .header__bottom-list {
    flex-direction: column;
  }
  .header__bottom-list a {
    font-size: 14px;
  }
  .indicator {
    display: none;
  }
  .header__bottom-burger-inner {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header__bottom-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .header__bottom-icon svg {
    width: 100%;
    height: 100%;
  }
  .header__bottom-burger {
    padding: 8px;
  }
  .header__bottom-icon-hidden {
    display: none;
  }
  .header__bottom-dody-hidden {
    overflow: hidden;
  }
  .header__bottom-list {
    width: 100%;
  }
  .header__bottom .sub-menu {
    position: relative;
    padding: 10px 15px;
    height: max-content;
    border-bottom: 1px solid #40377A;
    width: 100%;
    gap: 8px;
  }
  .top {
    margin-bottom: 310px;
  }
  .top__title {
    font-size: 32px;
    padding-top: 56px;
    margin-bottom: 92px;
  }
  .top__filter {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 30px 10px;
  }
  .top__filter-list {
    flex-direction: column;
    width: 100%;
    gap: 40px;
    margin-bottom: 40px;
  }
  .top__filter-item {
    padding: 10px;
    border-bottom: 1px solid #5e6062;
    width: 100%;
  }
  .top__filter-item:first-child {
    padding-left: 10px;
  }
  .top__filter-item:not(:last-child)::before {
    width: 0;
    height: 0;
  }
  .top__filter-btn {
    width: 100%;
  }
  .vehicles__slider-arrows-inner {
    display: flex;
  }
  .vehicles__slider-list {
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }
  .car-card {
    width: 100%;
  }
  .want-vehicle__content {
    gap: 40px;
    flex-direction: column;
  }
  .want-vehicle__content-inner {
    width: 100%;
  }
  .want-vehicle__title {
    text-align: center;
  }
  .want-vehicle__text {
    text-align: center;
  }
  .want-vehicle__form .wpcf7-form {
    width: 100%;
  }
  .want-vehicle__form .wpcf7-form p {
    width: 100%;
  }
  .body-styles {
    padding: 48px 0 105px;
  }
  .body-styles__link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 174px;
    position: relative;
  }
  .body-styles__text {
    margin-top: 20px;
    margin-left: 20px;
  }
  .body-styles__images {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .makes__title {
    text-align: center;
  }
  .about {
    padding: 105px 0;
  }
  .about__text p {
    font-size: 16px;
  }
  .other-services__include-content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .questions__wrap {
    padding: 0;
  }
  .map__content-place {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer__top-right-box {
    width: auto;
  }
  .map__box {
    margin-bottom: 40px;
  }
  .footer__top-menus {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer__bottom-wrap {
    flex-direction: column;
  }
  .footer__bottom-copyright {
    margin-bottom: 25px;
  }
  .footer__bottom-list {
    gap: 30px;
  }
  .other-services,
  .seo-text {
    padding-top: 30px;
  }
  .contact__wrap {
    gap: 60px;
  }
  .contact__hours-operation {
    flex-direction: column;
  }
  .contact__hours-dealership {
    margin-bottom: 40px;
  }
  .contact__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact__hours-dealership-list {
    flex-direction: inherit;
  }
  .contact__hours-dealership-place {
    margin-bottom: 0;
  }
  .contact__hours-operation-box {
    width: 100%;
  }
  .contact__form {
    width: 100%;
  }
  .wpcf7-form-control-wrap-block {
    flex-direction: column;
  }
  #wpcf7-f549-o1 .wpcf7-form-control-wrap-input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header__top-text {
    text-align: center;
    margin-bottom: 0;
  }
  .header__top-inner {
    display: none;
  }
  .top {
    margin-bottom: 300px;
    height: 290px;
  }
  .top__title {
    font-size: 24px;
  }
  .top__filter-list {
    gap: 30px;
    margin-bottom: 30px;
  }
  .top__filter-item {
    padding-bottom: 20px;
  }
  .vehicles__slider-arrows-inner {
    display: none;
  }
  .car-card {
    width: 290px;
  }
  .body-styles {
    padding: 50px 0;
  }
  .body-styles__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .body-styles__link {
    align-items: center;
    justify-content: space-between;
    flex-direction: inherit;
    height: 115px;
  }
  .body-styles__images {
    position: inherit;
    right: 0;
    bottom: 0;
  }
  .about {
    padding: 62px 0;
  }
  .about__title {
    font-size: 40px;
  }
  .reviews__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .other-services,
  .seo-text {
    padding-top: 90px;
  }
  .other-services__title {
    font-size: 32px;
    width: 100%;
  }
  .questions {
    padding: 40px 0 70px;
  }
  .map__box {
    margin-bottom: 50px;
  }
  .map__box iframe {
    width: 100%;
    height: 225px;
  }
  .map__content-place {
    width: 85%;
  }
  .footer__top-wrap {
    align-items: flex-start;
  }
  .footer__top-list a {
    font-size: 12px;
  }
  .footer__top-right-box-images {
    width: 140px;
    height: 90px;
    margin-top: 15px;
  }
  .footer__bottom-list {
    flex-direction: column;
    align-items: center;
  }
  .contact {
    padding-top: 90px;
  }
  .contact__wrap {
    gap: 30px;
  }
  .contact__hours-dealership-list {
    flex-direction: column;
  }
  .contact__hours-dealership-place {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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