@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;800&display=swap');

html[lang="ar"] p, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] a, html[lang="ar"] span, html[lang="ar"] label {
  direction: rtl;
}

.container {
  position: relative;
}
.row {
  --bs-gutter-x: 2.7rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.7rem;
}

body {
  font-family: 'Inter', sans-serif;
  background: #fbfbfb;
  font-size: 1.4rem;
  padding-top: 6rem;
}

p {

}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: contain;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input, select, textarea {
  box-shadow: none;
  display: block;
  width: 100%;
  border: 0.1rem solid #f2f2f2;
  border-radius: 0.8rem;
  padding: 0.9rem 1.4rem;
  transition: 0.3s;
  font-size: 1.2rem;
}
input:focus, select:focus, textarea:focus {
  border-color: #295cbf;
}
input::placeholder, textarea::placeholder {
  color: #797a7d;
}

.header {
  background: #fff;
  border-bottom: 0.1rem solid #f2f2f2;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header-logo {
  display: block;
  width: 14rem;
}
.header-menu {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  border-left: 0.2rem solid #f2f2f2;
}
.footer-logo {
  width: 16rem;
}
.header-menu li {
  margin: 1.9rem 5rem 1.9rem 0;
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu li a {
  font-size: 1.2rem;
  color: #797a7d;
}
.header-menu li a:hover {
  color: #295cbf;
}
.header-phone {
  text-align: right;
  font-size: 1.2rem;
  color: #000;
  display: block;
  direction: ltr !important;
}
.header-phone:hover {
  color: #295cbf;
}
.header-call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  background: #295cbf;
}
.header-call:hover {
  background: #0a3da0;
}
.utf-section {
  background: url("../img/utf-bg.svg") center top no-repeat;
  background-size: cover;
  padding-top: 9.5rem;
}
.utf-img {
  width: 62rem;
}
.utf-section h1 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #fff;
  width: 110%;
  margin: 0;
}
.utf-section__form {
  background: #fff;
  padding: 1.4rem 2.4rem 2.4rem;
  border-radius: 0.8rem;
  margin: 6.6rem 0 0;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
  width: 39rem;
}
fieldset {
  margin-top: 1rem;
}
fieldset label {
  font-size: 1.2rem;
  color: #295cbf;
  margin-bottom: 0.6rem;
}
.btn-car {
  background: #295cbf;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1rem;
  padding: 1.4rem;
  border: 0.1rem solid #295cbf;
  transition: 0.3s;
}
.btn-car:hover {
  background: #0a3da0;
}
.btn-car img {
  width: 2rem;
}
.btn-car span {
  margin-left: 0.8rem;
}
.utf-section__form button {
  margin-top: 3rem;
}
.title-section {
  color: #151518;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 4rem;
}
.best-deals {
  margin-top: 8rem;
}
.car-card {
  border-radius: 0.6rem;
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 3rem;
}
.car-card__img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  cursor: pointer;
}
.car-card-container {
  padding: 1.6rem 2rem;
  min-height: 17rem;
}
.car-card__link {
  color: #151518;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
.car-card__link:hover {
  color: #0a3da0;
}
.car-card__price {
  color: #295cbf;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  margin: 0.4rem 0 0;
  direction: ltr !important;
}
.car-card__options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.car-card__options li {
  width: 50%;
  margin-top: 1rem;
}
.car-card__options li:first-child, .car-card__options li:nth-child(2) {
  margin-top: 0;
}
.car-card__options li img {
  margin-right: 1rem;
  width: 1.6rem;
}
.car-card__options li span {
  color: #151518;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn-car-empty {
  background: #fff;
  color: #295cbf;
}
.btn-car-empty:hover {
  color: #fff;
}
.best-deals .btn-car-empty {
  margin-top: 4rem;
}
.about-us {
  margin-top: 4rem;
}
.about-us-wrap {
  background: #295cbf;
  border-radius: 2.4rem;
  color: #fff;
  padding: 4rem;
}
.about-us .title-section {
  color: #fff;
  margin-bottom: 2rem;
}
.about-us-img {
  width: 50rem;
  display: inline-block;
}
.about-question {
  border-radius: 1.2rem;
  border: 0.1rem solid #f2f2f2;
  background: #fff;
  margin-top: 1rem;
  color: #151518;
}
.about-question p {
  font-size: 1.4rem;
}
.about-question-head {
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.about-question-head img {
  width: 2.4rem;
}
.about-question .about-question-head p {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  color: #151518;
}
.about-question-body {
  padding: 1.2rem 1.6rem;
}
.about-question-head__title {
  width: 84%;
}
.about-question-head p.about-question-head__arrow {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #295cbf;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3rem;
}
.about-question-body {
  display: none;
}
.about-us .title-section + p {
  margin-bottom: 4rem;
}

.reviews, .reviewsFoto {
  margin-top: 8rem;
  position: relative;
  overflow-x: hidden;
}
.review-item {
  border-radius: 1.2rem;
  border: 0.1rem solid #f2f2f2;
  background: #fff;
  padding: 2.5rem;
  display: flex;
  align-items: start;
}
.review-item__avatar {
  margin-right: 2.5rem;
  width: 5.2rem;
}
.review-item__right {
  width: 26rem;
}
.review-item h5 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}
.review-item__desc {
  color: #797a7d;
  font-size: 1.2rem;
  line-height: 150%;
  margin: 1.4rem 0 0;
}
.review-item__data {
  color: #295cbf;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  margin: 4rem 0 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 0.1rem solid #295cbf;
  transition: 0.3s;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 0.9rem;
  height: 1.6rem;
  transition: 0.3s;
}
.swiper-button-next svg {
  margin-left: 0.2rem;
}
.swiper-button-prev svg {
  margin-right: 0.2rem;
}
.reviews .swiper-button-next svg, .reviews .swiper-button-prev svg, .reviewsFoto .swiper-button-next svg, .reviewsFoto .swiper-button-prev svg {
  width: 1.6rem;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #295cbf;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
  fill: #fff;
}
.swiper-pagination {
  position: static;
  width: 5rem !important;
  margin: 4rem auto 0;
  border-radius: 0.6rem;
  background: #e5e5e5;
  height: 0.2rem !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 0.6rem;
  background: #295cbf;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev, .reviewsFoto .swiper-button-next, .reviewsFoto .swiper-button-prev {
  right: 10.5rem;
  left: auto;
  top: 2.5rem;
}
.reviews .swiper-button-prev, .reviewsFoto .swiper-button-prev {
  right: 14.5rem;
}
.reviewsSwiper {
  overflow: visible;
}
.reviews-on-sites {
  margin-top: 4rem;
}
.reviews-on-sites_item {
  border-radius: 1.2rem;
  background: #295cbf;
  padding: 2rem 2.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-on-sites_img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.reviews-on-sites_text {
  width: 12rem;
}
.reviews-on-sites_text h6 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
}
.reviews-on-sites_text p {
  margin: 0.9rem 0 0;
  color: #aabcf4;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}
.reviews-on-sites_link {
  width: 13rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
  background: none;
  color: #fff;
  border-color: #fff;
  padding: 0.9rem 1.4rem;
}
.reviews-on-sites_link:hover {
  background: #fff;
  color: #295cbf;
}

.what-says-about {
  margin-top: 8rem;
}
.what-says-about__item {
  text-align: center;
}
.what-says-about__item h6 {
  color: #151518;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 1rem 0 0;
}
.whatSaysAboutSwiper__link {
  color: #295cbf;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 1.4rem;
  display: inline-block;
}
.whatSaysAboutSwiper__img {
  width: 100%;
}
.youtube-section {
  margin-top: 8rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: url("../img/youtube-section-bg.svg") center left no-repeat;
  background-size: 63rem;
}
.youtube-section iframe {
  width: 100%;
  height: 28rem;
  border-radius: 0.8rem;
}
.youtube-section__link {
  border-radius: 1rem;
  background: #d72626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 4rem;
}
.youtube-section__link span {
  margin-left: 0.8rem;
}
.youtube-section__link:hover {
  opacity: 0.8;
}
.youtube-section h5 {
  color: #151518;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
}
.youtube-section p {
  margin: 3rem 0 0;
  color: #797a7d;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.contact-social-networks {
  margin-top: 8rem;
}
.contact-social-networks-bg {
  background: url("../img/contact-social-networks-bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 10rem 4rem;
  color: #fff;
  border-radius: 2.4rem;
}
.contact-social-networks h4 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 800;
  margin: 0;
  width: 35rem;
}
.contact-social-networks p {
  border-radius: 2.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 2.6rem;
  width: 37rem;
}
.contact-social-networks__btns {
  margin-top: 6rem;
  display: flex;
  width: 68rem;
}
.contact-social-networks__btns a {
  margin-right: 2rem;
}
.btn-car_telegram {
  background: #1a89d3;
  border-color: #1a89d3;
}
.btn-car_telegram:hover {
  background: #1a89d3;
  border-color: #1a89d3;
  opacity: 0.8;
}
.btn-car_whatsApp {
  background: #28ce53;
  border-color: #28ce53;
}
.btn-car_whatsApp:hover {
  background: #28ce53;
  border-color: #28ce53;
  opacity: 0.8;
}

.footer {
  padding: 5rem 0;
  color: #fff;
  background: #295cbf;
  margin-top: 8rem;
}
.footer-menu {
  display: flex;
}
.footer-menu li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-menu li a:hover {
  opacity: 0.8;
}
.footer-menu li {
  margin-right: 4rem;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.social-list {
  display: flex;
}
.social-list li {
  margin-left: 1rem;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li a:hover {
  opacity: 0.8;
}
.footer-phone {
  margin-left: 1.4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  direction: ltr !important;
}
.footer-phone:hover {
  opacity: 0.8;
}
.footer hr {
  border-color: #f2f2f2;
  margin-top: 3rem;
}
.footer-down {
  margin-top: 2rem;
  display: flex;
}
.footer-down p {
  font-size: 1.2rem;
  margin-right: 6rem;
  margin-bottom: 0;
}
.footer-down a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
.footer-down a:hover {
  opacity: 0.8;
}
.change-lang-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.change-lang-label p {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0.6rem 0 0;
  text-transform: uppercase;
}
.change-lang__list {
  background: #fff;
  border-radius: 0.8rem;
  position: absolute;
  width: 4rem;
  padding: 1rem 1rem 0.5rem;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.10);
  margin-top: 0.5rem;
  display: none;
}
.open .change-lang__list {
  display: block;
}
.change-lang__list li {
  border-bottom: 0.1rem solid #f2f2f2;
}
.change-lang__list li:last-child {
  border-bottom: 0;
}
.change-lang__list a {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  padding: 0.8rem 0;
  display: block;
}
.change-lang__list a:hover {
  color: #295cbf;
}
.burger-menu {
  display: none;
}
.modal-header {
  background: #295cbf;
  color: #fff;
  padding: 3rem;
}
.modal-header h3 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: normal;
}
.modal-content {
  border-radius: 0.8rem;
  overflow: hidden;
  border: 0;
  background: #fbfbfb;
}
.modal-dialog {
  max-width: 55rem;
}
.modal-header .btn-close {
  --bs-btn-close-bg: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 1;
  padding: 0;
  transition: 0.3s;
}
.modal-header .btn-close img {
  width: 1.4rem;
}
.modal-header .btn-close:hover {
  opacity: 0.8;
}
.modal-body {
  padding: 2rem 3rem;
}
.modal p {
  color: #151518;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
}
.modal textarea {
  margin-top: 1rem;
  height: 18rem;
}
.modal button[type='submit'] {
  margin-top: 2rem;
}
.custom-checkbox {
  margin: 0;
}
.custom-checkbox label {
  color: #797a7d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  padding-left: 3rem;
  position: relative;
}
.custom-checkbox label:before {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 0.1rem solid #295cbf;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
  background: url("../img/carbon_checkmark-filled.svg") center center no-repeat;
  background-size: cover;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.modal .custom-checkbox {
  margin-top: 3rem;
}
.form-loading-img {
  display: none;
}
.loading .form-loading-img {
  display: block;
}
.loading span {
  display: none;
}
.breadcrumb {
  margin-top: 2rem;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  color: #797a7d;
  font-size: 1rem;
  font-weight: 400;
}
.breadcrumb-list a {
  color: #797a7d;
  font-size: 1rem;
  font-weight: 400;
}
.breadcrumb-list a:hover {
  color: #295cbf;
}
.breadcrumb-list p {
  color: #797a7d;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.breadcrumb-list li {
  margin-right: 0.4rem;
}
.contacts {
  margin-top: 4rem;
}
.contacts p {
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}
.contacts-item {
  margin-top: 4rem;
}
.contacts-item label {
  color: #295cbf;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
.contacts-item a, .contacts-item p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.8rem;
  margin-bottom: 0;
  display: inline-block;
}
.contacts-item a:hover {
  opacity: 0.8;
}
.contacts iframe {
  width: 100%;
  height: 42rem;
  margin-top: 4rem;
}
.post-page {
  margin-top: 4rem;
}
.post-page__img {
  border-radius: 0.6rem;
  margin-bottom: 3rem;
  height: 42rem;
  width: 100%;
}
.post-page h3 {
  color: #151518;
  font-size: 2.4rem;
  font-weight: 800;
}
.post-page p {
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
  margin-top: 3rem;
}
.similar-articles {
  margin-top: 4rem;
}
.similar-articles hr {
  border-color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 4rem;
}
.similar-articles h3 {
  margin-bottom: 0;
}
.post-card {
  display: flex;
  margin-top: 4rem;
}
.post-card__img {
  width: 18rem;
  height: 16rem;
  object-fit: cover;
  margin-right: 3rem;
  border-radius: 0.6rem;
}
.post-card h4 {
  color: #151518;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}
.post-card h4 a {
  color: #151518;
}
.post-card h4 a:hover {
  color: #295cbf;
}
.post-card__desc {
  margin-top: 2rem;
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.post-card__date {
  color: #797a7d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.posts {
  margin-top: 4rem;
}
.posts .title-section {
  margin-bottom: 0;
}
.about-us-page {
  background: url("../img/about-us-bg.svg") center top no-repeat;
  background-size: 100vw;
  padding-top: 7rem;
  margin-top: -5rem;
}
.about-us-page h3.title-section {
  margin-bottom: 12rem;
  color: #fff;
}
.about-us__logo {
  width: 28rem;
  margin-bottom: 4rem;
}
.about-us-page p {
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}
.about-us-page h5 {
  color: #151518;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.about-us-page-row2 {
  margin-top: 8rem;
}
.about-us-page__statistic {
  margin-top: 5rem;
}
.about-us-page__statistic h6 {
  color: #295cbf;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 170%;
}
.about-us-page__statistic p {
  color: #151518;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 120%;
}
.breadcrumb-list__white {
  color: #fff;
}
.breadcrumb-list__white a {
  color: #fff;
}
.breadcrumb-list__white a:hover {
  color: #fff;
}
.breadcrumb-list__white p {
  color: #fff;
}
.latest-car {
  margin-top: 6rem;
}
.latest-car hr {
  border-color: #d8d8d8;
}
.car-product-option {
  border-radius: 0.6rem;
  background: #f4f4f4;
  padding: 3rem;
}
.car-product-option h4 {
  color: #151518;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.car-product-option__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
}
.car-product-option__item p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #797a7d;
}
.car-product-option__item p:last-child {
  color: #151518;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
}
.car-product-option__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 0.1rem solid #e3e3e3;
}
.car-product-option__price p {
  color: #295cbf;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
.car-product-option__price h6 {
  color: #295cbf;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  direction: ltr !important;
}
.car-product-option .btn-car {
  margin-top: 1.8rem;
  padding: 0.9rem;
}
.car-product-desc {
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 5rem;
}
.car-product-title-product {
  color: #151518;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  margin-top: 4rem;
}
.car-product-advantage {
  margin-top: 4rem;
}
.car-product-advantage h6 {
  color: #151518;
  font-size: 1.8rem;
  font-weight: 800;
}
.car-product-advantage-list {
  display: flex;
  flex-wrap: wrap;
}
.car-product-advantage-list li {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-right: 4rem;
}
.car-product-advantage-list li img {
  margin-right: 1.2rem;
}
.car-product-advantage-list li p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.carProductSwiper img {
  height: 40.5rem;
  width: 100%;
  object-fit: contain;
  border-radius: 0.6rem;
  cursor: pointer;
}
.carProductSwiperThumbs {
  margin-top: 1rem;
}
.carProductSwiperThumbs img {
  width: 100%;
  object-fit: cover;
  height: 7rem;
  border-radius: 0.6rem;
}
.car-product {
  margin-top: 4rem;
}
.cars-header-choose-filter {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
}
.cars-header-choose-filter li {
  border-radius: 0.4rem;
  background: #c7c7c8;
  padding: 0.3rem 0.6rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-right: 1rem;
  margin-top: 1rem;
}
.cars-header-choose-filter p {
  margin: 0;
}
.cars-header {
  display: flex;
  justify-content: space-between;
}
.cars-header-find {
  color: #777;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: 30%;
  text-align: right;
}
.cars-header-choose-filter__close {
  background: none;
  border: 0;
  padding: 0;
  transition: 0.3s;
}
.cars-header-choose-filter__close:hover {
  opacity: 0.8;
}
.filter-cars .btn-car-empty {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border: 0.1rem solid #295cbf;
  padding: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  transition: 0.3s;
}
.filter-cars .btn-car-empty:hover {
  background: #295cbf;
}
.filter-cars .btn-car-clear {
  border-color: rgba(121, 122, 125, 0.65);
  color: rgba(121, 122, 125, 0.65);
  text-align: center;
}
.filter-cars .btn-car-clear:hover {
  background: rgba(121, 122, 125, 0.65);
  color: #fff;
}
.post-card__right {
  width: 40rem;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}
.pagination li {
  padding: 0 0.3rem;
}
.pagination li a {
  color: #797a7d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.pagination li.active span {
  color: #295cbf;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
}
.pagination li {
  padding: 0 0.7rem;
}
.btn-car_instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  border: 0;
}
.btn-car_instagram:hover{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  opacity: 0.8;
}
.btn-car_youtube {
  background: #d72626;
  border-color: #d72626;
}
.btn-car_youtube:hover {
  background: #d72626;
  opacity: 0.8;
}
.reviewsFotoSwiper img{
  width: 100%;
  height: 30rem;
  object-fit: contain;
}
