@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
    accent-color: #0571D5;
}

body {
  background: #E6EDF7;
  font-family: 'Manrope', sans-serif;
}

section,
.breadcrambs {
  padding-left: calc(50% - 900px);
  padding-right: calc(50% - 900px);
}

.mt-5 {
  margin-top: 40px;
}

.conteiner {
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}

a {
  color: #0571D5;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

a:hover {
  color: #0571D5;
  text-decoration: none;
}

h1,
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
  color: #1B1C1E;
}

.h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: #1B1C1E;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #1B1C1E;
}

.h2 {
  font-size: 24px;
}

/* header */

.header_akcii {
  background: #1B1C1E;
  color: #FFFFFF;
  padding: 10px 0;
}

.header_akcii p {
  color: #ffffff;
}

.header_top {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.header_top_menu {
  display: grid;
  grid-template-columns: 3fr 1fr 22fr 1fr 2fr;
  align-items: center;
  column-gap: 1%;
}

.header_top_logo {
  background: #FFFFFF;
  border-radius: 20px;
  height: 24px;
  padding: 20px;
}

.header_top_logo img {
  width: 140px;
}

.header_top_cars {
  background: #FFFFFF;
  border-radius: 20px;
  height: 24px;
  padding: 20px;
}

.nav {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}

/* Кнопка закрытия меню */
.mobile-menu-close {
  position: absolute;
  top: 40px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.catalogNewMark{
    display: none !important;
}

/* Затемнение фона при открытом меню */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.menu-overlay.active {
  display: block;
}
.toggleButton{
    padding: 10px;
    width: 100%;
    background: #F5F8FC;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    color: #0571D5;
}

.header_top_nav {
  background: #FFFFFF;
  border-radius: 20px;
}

.header_top_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;;
  gap: 30px;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.header_top_nav a {
  color: #292d34;
  text-decoration: none;
}
.current  {
  color: #0571D5 !important;
}

.header_top_nav a:hover {
  color: #0571D5;
  text-decoration: none;
}

.header_top_nav li.active {
  color: #0571D5;
  text-decoration: none;
}

.header_top_phone {
  background: #0571D5;
  border-radius: 20px;
  display: flex;
  padding: 20px 0;
  justify-content: center;
}

/* header конец*/

/* breadcrambs */

.breadcrambs ul {
  display: flex;
  list-style: none;
  padding-top: 40px;
}

.breadcrambs li {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}

.breadcrambs li.active {
  color: #0571D5;
}

.breadcrambs li a {
  color: #B4BBC5;
}

/* breadcrambs конец*/

/* баннеры */

.banner-slider {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}

.banner-slider-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner {
  width: 49%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.banner-slide {
  min-width: 100%;
}

.banner-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.credit_banner {
  background: url(../img/banners/credit-banner.png);
  height: 530px;
  border-radius: 20px;
}

.trade-in_banner {
  background: url(../img/banners/trade-in-banner.png);
  height: 530px;
  border-radius: 20px;
}

.credit_banner_content {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  padding-left: 60px;
  width: 671px;
  color: #ffffff;
}

.credit_banner_content h1 {
  color: #ffffff;
}

.credit_banner_content p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}

/* баннеры конец*/

/* сервис */

.service_content,
.vikup_content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.service_item,
.vikup_item {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: #F5F8FC;
  width: 48%;
  border-radius: 20px;
  align-items: center;
}

.service_item img {
  width: 30%;
}

.service_item p {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.vikup_item img {
  width: 20%;
}

.vikup_text {
  display: flex;
  flex-direction: column;
}

.vikup_item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.vikup_item p {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

/* вакансии */

.vacancies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vacancy-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #E6EDF766;
  border-radius: 10px;
}

.vacancy-item button {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: none;
  background: #E6EDF7;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 10px 10px 0 0;
}

.vacancy-item button img {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px;
  transition: transform 0.3s ease;
}

.vacancy-item button.active img {
  transform: rotate(180deg);
}

.vacancy-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-bottom: 20px;
}

.vacancy-content {
  background: #ffffff;
  padding: 16px 40px;
  margin: 0 20px;
  border-radius: 10px;
}

.vacancy-content p {
  color: #1B1C1E80;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.vacancy-content ul {
  margin-left: 40px;
}

.vacancy-item .vacancy-button {
  background: #0571D5;
  color: #ffffff;
  font-size: 18px;
  padding: 16px 40px;
  font-weight: 700;
  margin: 0 20px;
  border-radius: 10px;
  width: 206px;
}

/* контакты */

.contacts_mobile {
  display: none;
}

.contacts_container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.contact_card {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}

.contact_card_info .contacts_img {
  width: 340px;
  height: 190px;
  overflow: hidden;
  cursor: pointer;
}

.contact_card_info .contacts_img img {
  transition: transform 0.3s ease;
}

.contact_card_info {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.map_container {
  width: 976px;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  background: #E6EDF7;
}

.map_container img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.contact_card_info .contacts_info h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.contact_card_info .contacts_info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: #00000080;
}

.otzivy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.otzivy a {
  font-size: 14px;
}

.otzivy h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.otzivy_title,
.otzyv_title {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.otzyv_title {
  margin-bottom: 40px;
}

.otzyv_title h1 {
  margin-bottom: 0;
}

.otzyv_title a {
  background: #0571D5;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 20px;
}

.otziv_card,
.otzyv_card {
  background: #E6EDF7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}

.otzyv_card {
  width: 47%;
}

.otzyv_rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.otzyv_rate p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #00000080;
}

.otziv_stars {
  display: flex;
  gap: 10px;
}

.otziv_stars img {
  width: 18px;
}

.otziv_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.otziv_media {
  display: flex;
  gap: 10px;
}

.otziv_img {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.otziv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.otziv_date {
  font-size: 14px;
  font-weight: 400;
  color: #00000080;
}

.otzyv_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.review {
  display: flex;
  gap: 10px;
}

.otziv-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 50%;
}

.otziv_image {
  width: 277px;
  height: 172px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.otziv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* выбор новые и с пробегом */

.main_auto {
  display: none;
}

.main_marks {
  display: flex;
  flex-direction: column;
  padding-right: none;
}



.main_marks_buttons {
  display: flex;
  background: #F5F8FC;
  gap: 5px;
  width: 553px;
  border-radius: 6px;
  justify-content: space-around;
}

.main_marks_buttons button {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 90px;
  margin: 5px;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
}

.toggle-button.active {
  background: #0571D5;
  color: #ffffff;
}

.main_marks_buttons a {
  text-decoration: none;
  color: #1B1C1E;
}

.slider-wrapper,
.used_marks {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.slider-wrapper.active,
.used_marks.active,
.vikup_marks {
  display: block;
}

.slider {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.slide {
  border-radius: 20px;
  padding: 20px;
}

.slide h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  flex-shrink: 0;
}

.slide-1 {
  background: #919CAE;
}

.slide-2 {
  background: #9CB4CC;
}

.slide-3 {
  background: #BBD1E6;
}

.slide-img {
  width: 100%;
  margin-left: 20px;
}
  .more-mark-used{
      display: block !important;
      opacity: 1 !important;
  }

.used_marks_cars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

#hideUsedMarksBtn, #showAllUsedMarksBtn{
      display:none;
  }

.used_car {
  width: auto;
  background: #E6EDF7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.used_car a {
  text-decoration: none;
}

.kusov {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
}

.kusov_cart {
  text-align: center;
}

.kusov_cart a {
  text-decoration: none;
}
.kusov_cart p{
    margin-bottom: 10px;
}

/* выбор новые и с пробегом конец*/

/* инфо баннеры */

.cards-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  justify-content: space-between;
}

.card {
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/banners/form-banner.png) no-repeat;
  width: 100%;
}

.card-vikup {
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/banners/vikup.png) no-repeat;
  width: 100%;
}

.info-card {
  background: linear-gradient(180deg, #E6EDF7 0%, #FFFFFF 100%);
  border: 8px solid #FFFFFF;
  border-radius: 20px;
  text-align: center;
  color: #1B1C1E;
  width: 50%;
}

.info-card+.info-card {
  margin-top: 0;
}

.info-card__img {
  width: 85%;
  height: auto;
  object-fit: cover;
}

.info-card__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 120%;
}

.info-card__text {
  font-size: 16px;
  color: #00000080;
  margin-bottom: 10px;
  line-height: 1.5;
}

.info-card__link {
  font-size: 16px;
  font-weight: 400;
  color: #0571D5;
  text-decoration: none;
}

.info-card__link:hover {
  text-decoration: underline;
}

/* инфо баннеры конец*/

/* новости */
.news {
  display: flex;
  flex-direction: column;
}

.news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news_buttons {
  display: flex;
  gap: 10px;
}

.news_title h1 {
  margin-bottom: 0;
}

.news_buttons .btn-credit {
  width: 207px;
  padding: 16px 40px;
}

.news_content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.news_box {
  display: flex;
  gap: 10px;
}

.news_info {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 93%;
  padding: 20px 0 0 20px;
}

.news_p {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 130%;
}

.news_info_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_tabs {
  display: flex;
  gap: 10px;
}

.news_tabs a {
  background: #E6EDF74D;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
}

.news_date {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: #ffffff;
}

.news_box_one {
  width: 855px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #1B1C1E;
}

.news_box_two {
  width: 443px;
  height: 185px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #1B1C1E;
}

.news_box_three {
  width: 400px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #1B1C1E;
}

.news_box_four {
  width: 570px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #1B1C1E;
}

.news_box_one img,
.news_box_two img,
.news_box_three img,
.news_box_four img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.news_box_second {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.information_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.information_box {
  display: flex;
  width: 49%;
  background: #F5F8FC;
  border-radius: 10px;
}

.information_img {
  width: 400px;
  height: 270px;
  overflow: hidden;
  position: relative;
}

.information_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.information_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 450px;
  padding: 20px;
}

.information_content a {
  font-size: 24px;
  font-weight: 700;
  color: #1B1C1E;
}

.information_content a:hover {
  color: #0571D5;
}

.information_tabs {
  display: flex;
  justify-content: space-between;
}

.information_date {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.information_tabs {
  display: flex;
  gap: 10px;
  align-items: center;
}

.information_tabs a {
  background: #E6EDF7;
  padding: 4px 8px;
  color: #0571D5;
  font-size: 16px;
  font-weight: 300;
}

.page {
  display: flex;
  justify-content: space-between;
}

.page_content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1B1C1E;
}

.main-page_img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  margin: 40px 0;
}

.main-page_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.others,
.related {
  display: flex;
  flex-direction: column;
  width: 374px;
  background: #F5F8FC;
  padding: 20px;
  border-radius: 20px;
  height: auto;
}

.other_news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.others h2,
.related h2 {
  font-size: 20px;
}

.other_news_item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #ffffff;
}

.other_news_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
}

.other_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_news_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.other_news_content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.other_news_content p {
  font-size: 14px;
  font-weight: 14px;
  font-weight: 300;
}

.page_content {
  display: flex;
  flex-direction: column;
  width: 800px;
}

.page_box p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 120%;
}

.page_box h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.page_box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

img.full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1em 0;
}

.image-grid img {
  flex: 1 1 calc(50% - 1em);
  max-width: 49%;
  height: auto;
  object-fit: cover;
}

.image-grid.three img {
  flex: 1 1 calc(33.333% - 1em);
}

img.float-left,
img.float-right {
  width: 40%;
  height: auto;
  margin: 0 1em 1em 0;
}

img.float-right {
  float: right;
  margin: 0 0 1em 1em;
}

img.float-left {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 20px 0;
}

th {
  color: #0571D5;
  border-bottom: 1px solid #0571D5;
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
}

td {
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0;
  vertical-align: top;
  word-wrap: break-word;
  min-width: 100px;
}

.custom-blockquote {
  text-align: center;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #EDEDED;
}

.custom-blockquote .line {
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #0571D5;
  vertical-align: middle;
  margin: 0 10px;
}

.custom-blockquote .quote-icon {
  display: inline-block;
  font-size: 2em;
  color: #0571D5;
  vertical-align: middle;
}

.custom-blockquote blockquote {
  font-size: 1.2em;
  font-weight: 500;
  color: #1B1C1E;
  margin: 1em 0 0.5em;
  line-height: 1.4;
}

.custom-blockquote figcaption {
  font-size: 0.9em;
  color: #999;
}

.page_box ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  font-size: 18px;
}

.page_box ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  line-height: 120%;
}

.page_box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/pointer.svg');
  /* путь к вашей PNG-иконке */
  background-size: contain;
  background-repeat: no-repeat;
}

.page_box ol {
  padding-left: 0;
  margin: 20px 0;
  font-size: 18px;
  counter-reset: custom-counter;
  list-style: none;
}

.page_box ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 120%;
}

.page_box ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  color: #0571D5;
}

.related-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F8FC;
}

.related_conteiner {
  padding: 20px;
}

.related-car_info {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.related-car_info a {
  font-size: 22px;
  font-weight: 200;
  line-height: 120%;
  color: #1B1C1E;
}

.related-car_info a:hover {
  color: #0571D5;
}

.related-car_info .car-price {
  font-size: 18px;
}


/* новости конец */
/* контакты */

.contacts_mobile {
  display: none;
}

.contacts-card {
  display: flex;
  gap: 15px;
}

.contacts-card-info {
  width: 100%;
  background: #F5F8FC;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-card-info h3 {
  font-size: 28px;
}

.contacts_info {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #1B1C1E80;
}

.contacts_p {
  color: #1B1C1E;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.contacts_box button {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  background: #78B927;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 30px;
  border: none;
  width: 100%;
}

/* контакты конец*/

/* страницы новые */

.brand_main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.brand,
.similar {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  will-change: transform;
  width: max-content;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand_card,
.similar_card {
  background: #F5F8FC;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.brand_card h3,
.similar_card h3 {
  font-size: 28px;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 10px;
}

.brand_card p,
.similar_card p {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.brand_card img,
.similar_card img {
  width: 90%;
}

.brand_card .brand_card_title,
.similar_card .brand_card_title {
  font-size: 28px;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 10px;
  background: none;
  color: #1B1C1E;
  padding: 0;
}

.brand_card .label,
.similar_card .label {
  background: #78B927;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 80px;
  position: relative;
  margin-left: 260px;
  border-radius: 10px;
}

.brand_card .card-button,
.similar_card a {
  background: #0571D5;
  padding: 16px 40px;
  margin-top: 40px;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  transition: background 0.3s;
}

.brand_card h3{
    min-height: 80px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.brand_card .card-button:hover,
.similar_card a:hover {
    background: #0157a5;
}

.model_top_mobile {
  display: none;
}

.by_credit {
    background: #b1c5d8 !important;
    border-radius: 20px;
    padding: 30px;
    width: 435px;
}

.gallery img {
  border-radius: 20px;
}

.car-container {
    grid-template-columns: repeat(3, 1fr);;
    grid-gap: 20px;
    display: grid;
}

.car-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #F5F8FC;
}

.car-slider {
  position: relative;
  height: auto;
  overflow: hidden;
}

.car-slider img {
  width: 100%;
  object-fit: cover;
  display: none;
}

.car-slider img.active {
  display: block;
}

.car-top-image {
  position: relative;
  height: 15rem;
}

.car-top-image a{
  
}

.car-top-image a img {
    position: absolute;
    width: 100%;
    height: 15rem;
    -o-object-fit: contain;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 0;
}

.slider-dot {
  width: 30px;
  height: 4px;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background-color: #1B1C1E;
}

.favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-color: #E6EDF7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}

.favorite-btn svg {
  width: 20px;
  height: 20px;
  fill: #ccc;
  transition: fill 0.3s;
}

.favorite-btn.active svg {
  fill: #E30417;
}

.car_conteiner {
  padding: 20px;
}

.car-info {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.car-info_mobile {
  display: none;
}

.car-info h3 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 120%;
}

.car_credit_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.car-price {
  font-size: 28px;
  font-weight: 700;
  color: #1B1C1E;
}

.car-credit {
  font-size: 16px;
  color: #1B1C1E;
  line-height: 130%;
  font-weight: 300;
  background: #F5F8FC;
  padding: 4px 8px;
}

.car-credit span {
  color: #0571D5;
}

.car-specs {
  margin-bottom: 15px;
}

.car-spec {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.car-spec p {
  font-size: 16px;
  font-weight: 300;
  color: #00000080;
}

.car_buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

.model_offer .car_buttons {
  margin-top: 40px;
}

.model_top .car_buttons {
  width: 530px;
}

.btn-credit {
  background-color: #0571D5;
  color: white;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  width: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
.btn-credit:hover {
    background-color: #0157a5;
}
.btn-details {
  color: #0571D5;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #0571D5;
  border-radius: 10px;
  padding: 16px 16px;
  background: none;
  width: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.mt-0{
    margin-top: 0 !important;
}
.sort {
    font-size: 1rem;
}
.sort__toggle {
    display: flex;
    gap: 0.5em;
    align-items: baseline;
}
.sort__toggle::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00011 12.0741L4.77789 15.8519L8.55566 12.0741' stroke='%23313132' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M4.77734 2V15.8519' stroke='%23313132'/%3E%3Cpath d='M17.9999 5.77779L14.2221 2.00002L10.4443 5.77779' stroke='%23313132' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M14.2227 15.8519L14.2227 2.00002' stroke='%23313132'/%3E%3C/svg%3E%0A");
    align-self: center;
    flex-shrink: 0;
}
.sort__box {
    flex: 1;
}
.sort__value {
    text-decoration: underline;
    text-decoration-color: currentColor;
}
.sort__drop {
    background: #fff;
    border-radius: 0.63rem;
    padding: 0.94rem;
    margin: 0.5rem 0;
}
.sort__drop-item {
    display: flex;
    gap: 0.25rem;
    padding: 0.63rem 0;
}
.dropdown {
    position: relative;
    z-index: 1;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
}
.dropdown-menu.active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.tab-contents > *:not(.active) {
    display: none;
}

.checklist h4 {
    font-weight: 700;
    font-size: 1.13rem;
    margin-bottom: 1em;
}
.checklist ul {
    list-style-type: disc;
    padding-left: 2rem;
    list-style-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51442 15L0 7.97713L1.07741 6.97343L5.47668 10.8479L16.8392 0L17 0.104972L5.95662 15H5.51442Z' fill='%23313132'/%3E%3C/svg%3E%0A");
}
.checklist ul > * + * {
    margin-top: 1em;
}

.nowrap {
    white-space: nowrap;
}
.btn-details:hover {
    color: white;
    background-color: #0571D5;
}
.container_button {
  background: #F5F8FC;
  color: #0571D5;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-top: 20px;
}

.model_image {
  display: flex;
  gap: 15px;
}

.model_img {
  background: #F5F8FC;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 700px;
}

.model_img p {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: #DCE3ED4D;
}

.colors p {
  font-size: 14px;
  font-weight: 400;
  color: #1B1C1E;
  text-transform: none;
  text-align: center;
}

.car-image {
  margin-top: -100px;
  width: 100%;
}

.color-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.color-options {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.color-option {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.active {
  border: 2px solid #333;
  transform: scale(1.1);
}

.model_offer {
  background: #ffffff;
  border: 8px solid #F5F8FC;
  border-radius: 20px;
  padding: 40px;
}

.model_offer_title {
  display: flex;
  justify-content: space-between;
}

.model_offer_title h1 {
  margin: 0;
  line-height: 120%;
}

.model_offer_credit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 150px;
}

.model_offer_label {
  background: #D69265;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.model_offer_credit .car-credit {
  background: none;
  text-align: right;
}

.model_vigoda {
  background: url(../img/banners/banner-model.png) no-repeat;
  border-radius: 10px;
  height: 120px;
  padding: 20px 0 0 20px;
  margin-top: 30px;
}

.model_vigoda p {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.model_advantages {
  background: #F5F8FC;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.model_advantage {
  background: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 155px;
}

.model_advantage p {
  font-size: 16px;
  font-weight: 300;
}

.model_offer .model_buttons {
  margin-top: 40px;
}

.model_offer .model_buttons .btn-credit {
  padding: 16px 50px
}

.model_container {
  background: #F5F8FC;
  border-radius: 10px;
  margin-top: 20px;
}

.model {
  margin-bottom: 20px;
}

.model h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: #1B1C1E;
  margin-bottom: 20px;
}

.model_top {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}

.model_top_content {
  display: flex;
  gap: 40px;
}

.model_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.model_content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: #1B1C1E;
}

.model_content p span {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #1B1C1E;
}

.model_content p span .model-span {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #1B1C1E;
}

.model_content button {
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  cursor: pointer;
  align-items: center;
}

.model_content button p {
  color: #0571D5;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
}

.model_content button img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.model_content button.rotated img {
  transform: rotate(180deg);
}

.model_box {
  display: none;
  flex-direction: column;
  padding: 40px;
}

.model_box.active {
  display: block;
}

.model_box_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.model_box.active {
  display: flex;
  padding: 40px;
  border-top: 10px solid #E6EDF766;
}

.model_info {
  background: #FFFFFF;
  padding: 20px;
  width: 400px;
  border-radius: 10px;
  box-sizing: border-box;
}

.model_label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.model_info.rotated {
  background-color: rgba(255, 255, 255, 0.2);
}

.car-credit_mobile {
  display: none;
}

.model_label p {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: #1B1C1E;
}

.model_label img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.model_label.rotated img {
  transform: rotate(180deg);
}

.model_info ul {
  padding: 20px 0 0 0;
  margin: 0;
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.model_info ul.active {
  display: block;
  border-top: 1px solid #F5F8FC;
  margin-top: 20px;
}

.model_info ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: #1B1C1E;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.model_info ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0571D5;
}

.model-form {
  background-color: #A1B1C3;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model_form_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-title {
  display: flex;
  flex-direction: column;
  width: 334px;
}

.form-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.form-title p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.model-input {
  width: auto;
  padding: 16px 110px 16px 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #00000080;
}

.model-button {
  background-color: #79899B;
  padding: 14px 40px;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s;
}

.model-button:hover {
  background-color: #045cb4;
}

/* страницs новые конец */
/* страницы бу */
.used {
  display: flex;
  gap: 10px;
}

.used_title_mobile {
  display: none;
}

.filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 320px;
}

.filter_label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.filter_auto .label {
  font-size: 20px;
  font-weight: 700;
}

.filter_label a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  color: #00000080;
}

.label_auto {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.filter_auto_buttons {
  background: #F5F8FC;
  padding: 8px;
  gap: 4px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px;
}

.filter_auto_buttons button {
  padding: 9px 20px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 700;
}

.filter_auto_buttons button.active {
  background: #79899B;
  color: #ffffff;
  border-radius: 6px;
  border: none;
}

.filter_auto {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.filter_car {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  gap: 5px;
}

.used_content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  width: 100%;
}

.sort {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.sort p {
  color: #1B1C1E80;
}

.sort img {
  width: 18px;
}

 

.car_info {
  display: flex;
  flex-direction: column;
}

.car_title_mobile {
  display: none;
}

.car_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6EDF7;
  padding-bottom: 40px;
}

.car_title_info h1 {
  margin-bottom: 10px;
}

.car_title_block {
  display: flex;
  gap: 10px;
}

.car_title_block .car_credit_info {
  flex-direction: column;
  margin: 0;
  align-items: flex-end;
  border-right: 1px solid #E6EDF7;
  padding-right: 40px;
  margin-right: 40px;
}

.car_title_info p {
  color: #C8CFD9;
}

.car_title_block .car_credit_info .car-credit {
  background: none;
  padding: 0;
}

.car-btn {
  width: 50px;
  height: 50px;
  background-color: #F5F8FC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}

.car-btn svg {
  width: 25px;
  height: 25px;
  fill: #ccc;
  transition: fill 0.3s;
}

.car-btn.active svg {
  fill: #d32f2f;
}

.car_rate {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.car_map {
  display: flex;
  gap: 20px;
}

.car_stars,
.car_adress {
  background: #F5F8FC;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.car_adress {
  gap: 20px;
}

.car_stars p {
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}

.car_stars_conteiner,
.car_adress_conteiner {
  display: flex;
  flex-direction: column;
}

.car_stars_conteiner p {
  color: #C8CFD9;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.car_stars_img {
  display: flex;
  gap: 5px;
}

.car_stars img {
  width: 16px;
}

.car_adress_img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.car_adress_img p {
  color: #C8CFD9;
}

.car_adress_img img {
  width: 15px;
}

.car_rate_buttons {
  display: flex;
  gap: 10px;
}

.btn-tradein {
  background: #A1B1C3;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 60px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.car_rate_buttons .btn-credit {
  width: 372px;
}

.car_rate_buttons a {
  background: #0571D5;
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
}

/* галерея */
.car_gallery,
.gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.car_gallery_main,
.gallery_main {
  display: flex;
  gap: 10px;
}

.car_gallery_object {
  width: 570px;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery_object {
  width: 566px;
  height: 278px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery_object:hover,
.car_gallery_object:hover {
  opacity: 0.9;
}

.car_gallery_object img,
.gallery_object img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.car_gallery_object:hover img,
.gallery_object:hover img {
  transform: scale(1.05);
}

.car_gallery_sub,
.gallery_sub {
  display: flex;
  gap: 10px;
}

.car_gallery_sub .car_gallery_object {
  width: 167px;
  height: 122px;
  background: #1B1C1E;
  border-radius: 10px;
}

.gallery_sub .gallery_object {
  width: 855px;
  height: 278px;
  border-radius: 20px;
}

.car_gallery_sub .car_gallery_object img {
  opacity: 0.6;
}

.gallery_object {
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery_object:hover {
  transform: scale(1.02);
}

/* Стили модального окна */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  height: 80vh;
  top: 50%;
  transform: translateY(-50%);
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

/* галерея конец */

.specifications_form {
  padding: 40px;
  background: #F5F8FC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.specifications_form p {
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.specifications_buttons {
  display: flex;
  margin-top: 40px;
}

.specifications_buttons button {
  background: none;
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 9px 20px;
  cursor: pointer;
}

.specifications_buttons button.active {
  color: #0571D5;
  border-bottom: 1px solid #0571D5;
}

.specification_first, .specification_second {
  padding-top: 30px;
  border-top: 1px solid #E6EDF7;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.specification_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.specification_info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #E6EDF7;
  padding-top: 10px;
}

.specification_info p {
  font-size: 16px;
  color: #00000080;
  font-weight: 300;
  line-height: 130%;
}

.specification_info p span {
  padding: 4px;
  background: #E6EDF7;
  color: #0571D5;
}

.used_form {
  background: #7598B8;
  padding: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
}

.complectation-item__info-list > * + *, .complectations-used__info-list > * + * {
    margin-top: 1.88rem;
}

.used_form h2 {
  color: #ffffff;
}

/* страницы бу конец*/
/* страница кредит */
.credit {
  display: flex;
  gap: 10px;
}

.credit_left,
.credit_right {
  background: #F5F8FC;
  padding: 40px;
  width: 45%;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.credit_left h2,
.credit_right h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #1B1C1E;
  margin-bottom: 0;
}

.credit_left p {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}

.credit_right p {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}

.credit_content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.credit_content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.credit_count1 {
  font-size: 32px;
  font-weight: 700;
  color: #0571D5;
  margin-bottom: 20px;
}

.credit_choose {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.credit_info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: #1B1C1E80;
  margin: 0;
}

.credit_info .credit_count {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  color: #1B1C1E;
  margin-bottom: 0;
}

.credit_block {
  display: flex;
  gap: 30px;
}

.credit_info input {
  width: 100%;
  height: 0.3px;
  margin: 40px 0;
  padding: 0;
}

.credit_form {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.banks_info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.banks_cart {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F5F8FC;
  border-radius: 20px;
  padding: 20px;
   
}

.banks_content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.banks_content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

/* страница кредит конец*/

.vikup-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vikup_container {
  display: flex;
  padding: 40px;
  width: 45%;
  gap: 20px;
  background: #F5F8FC;
  border-radius: 20px;
}

.vikup_container p {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.vikup_container .credit_count1 {
  margin-bottom: 0;
}


/* страница трейд-ин */

.trade-in {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.trade-in_top_card {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 30%;
  justify-content: space-between;
}

.trade-in_top_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  justify-content: space-between;
  gap: 10px;
}

.trade-in_top_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trade-in_top_info h2 {
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 0;
}

.trade-in_top_info p {
  font-size: 24px;
  font-weight: 700;
  color: #1B1C1E;
}

.trade-in_top_info .trade-in_info {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.traid-in_content {
  display: flex;
  gap: 30px;
}

.trade-in_left,
.trade-in_right {
  width: 40%;
}

/* страница трейд-ин конец*/

/* FAQ */

.faq-item {
  border-top: 1px solid #dde4ee;
}

.faq-item:first-child {
  border-top: none;
}

.faq-item:last-child {
  border-bottom: 1px solid #dde4ee;
}

.faq-question {
  width: 100%;
  padding: 40px 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-question h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.faq-question img {
  width: 21px;
  transition: transform 0.2s;
}

.faq-question.active img {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  color: #00000080;
  line-height: 130%;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}

/* FAQ конец */
/* footer */
footer {
  background: #1B1C1E;
  color: #FFFFFF;
}

.footer_content {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_info {
  width: 70%;
}

.footer_info p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.catalog-mark{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 7px;
}
.footer_menu h2 {
  color: #fff;
}

.footer_cars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 7px;
  align-items: center;
}

.footer_car {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  min-width: 60px;
}

.footer_car img {
  height: 20px;
}

.footer_car p {
  font-size: 12px;
}

.menu_hidden {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000000B2;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.top_menu,
.nav_mobile {
  background: #E6EDF7;
  position: relative;
  padding: 80px 40px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.top_cars {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
}

.top_car {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.top_car img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

.top_car p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.mobile-menu-btn {
  cursor: pointer;
}


.nav_mobile {
  padding-top: 60px;
}

.nav_mobile .header_top_nav ul {
  list-style: none;
  padding: 0;
}

.nav_mobile .header_top_nav ul li {
  margin-bottom: 20px;
}

.nav_mobile .header_top_nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.nav_mobile .header_top_nav ul li.active {
  font-size: 18px;
}
.pagination_more{
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    background: #F5F8FC;
    color: #003dff;
    display: block;
    padding: 16px 40px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s background;
}
.pagination_more:hover{
    background: #ebedf1;
}
.section__pagination{
    margin-top: 20px;
    display: inline-flex;
    list-style-type: none;
    justify-content: center;
    width: 100%;
}
.pagination__item{
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #434343;
}
.section__pagination > .current{
    color: #0571D5 !important;
}
.pagination__item{
    padding: 8px 15px;
    display: block;
    color: inherit;
}
.pagination__button--prev, .pagination__button--next{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: #0571D5;
    border-radius: 50%;
}
.catalogViewPrice{
    max-width: 300px;
    position: absolute;
        top: 20px;
    left: 35px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    color: #fff;
}
.sub_mark_cont{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    padding: 0px 20px 10px 5px;
}
.sub_mark_cont_used{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-top: 20px;
}
.mark_models{
    font-size: 13px;
    background: #4954681a;
    border: 1px solid #0000;
    height: 20px;
    line-height: 10px;
    padding: 2px 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 16px;
    color: #000;
}
.white{
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}
.count_badge{
    margin-left: 8px;
    color: #1c212899;
}
.sticky_bottom{
    position: sticky;
    bottom: 10px;
    z-index: 10;
}
.mobile_button_filter {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%);
    z-index: 300;
} 
.modalTitle{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.modalTitle::after {
    margin-left: auto;
    margin-right: auto;
    content: "";
    border-top: 2px solid #0571D5;
    margin-top: 0.29em;
    display: block;
    width: 100%;
    max-width: 3.54em;
}
.text-center{
    text-align:center;
}
.red{
    color: #cf1616;
}
.white_bg{
    color: black;
    background: #E6EDF7;
    padding: 5px 10px;
    border-radius: 16px;
}
.header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: auto;
}
.br-20{
    border-radius: 20px;
}
