

/* Start:/local/templates/main/css/main.css?176129544194577*/

@import url(/local/templates/main/css/../fonts/Arkhip/font-arkhip.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f8f9fc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

h1 {
  font-family: "Arkhip", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

h2,
.block-h2 {
  font-family: "Arkhip", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #C09547;
}
h2.white,
.block-h2.white {
  color: #ffffff;
}
h2.new-line,
.block-h2.new-line {
  display: inline-flex;
  flex-wrap: wrap;
}
h2.new-line span:not(.normal),
.block-h2.new-line span:not(.normal) {
  margin-left: 0;
}
h2 span:not(.normal),
.block-h2 span:not(.normal) {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-left: 24px;
}
h2 span:not(.normal).white,
.block-h2 span:not(.normal).white {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.title-elem {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
}
.title-elem.white {
  color: #ffffff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

svg {
  fill: currentColor;
}

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

input,
textarea {
  padding: 0;
  font-family: inherit;
}

button,
.button {
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  outline: none;
  padding: 0;
}
button:not(:disabled),
.button:not(:disabled) {
  cursor: pointer;
}

.button-standart {
  background: #C09547;
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.button-standart:hover, .button-standart:focus {
  border: 2px solid #C09547;
  background-color: #ffffff;
  color: #C09547;
}
.button-standart.white {
  color: #C09547;
  background-color: #ffffff;
  border: 2px solid #C09547;
}
.button-standart.white:hover, .button-standart.white:focus {
  background: #1C1C1C;
  border: 2px solid #1C1C1C;
  color: #ffffff;
}

.button-radius {
  padding: 18px 38px;
  background: #C09547;
  box-shadow: 0px 5px 32px rgba(240, 175, 4, 0.15);
  border-radius: 16px 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.button-radius:hover, .button-radius:focus {
  background-color: #1C1C1C;
  border-color: #C09547;
  color: #C09547;
  box-shadow: none;
}
.button-radius.black {
  background: #1C1C1C;
  color: #C09547;
  box-shadow: 0px 5px 32px rgba(28, 28, 28, 0.15);
}
.button-radius.black:hover, .button-radius.black:focus {
  background-color: #C09547;
  border-color: transparent;
  color: #ffffff;
}
.button-radius.black.hover-white:hover, .button-radius.black.hover-white:focus {
  background-color: #ffffff;
  color: #C09547;
}

.buttons__action {
  display: flex;
  align-items: center;
  gap: 36px;
}
.buttons__action button {
  border-radius: 16px;
  background-color: #C09547;
}
.buttons__action button:first-child {
  transform: rotate(180deg);
}
.buttons__action button:disabled, .buttons__action button.disabled {
  background: #D9D9D9;
  pointer-events: none;
  cursor: no-drop;
}

.breadcrumbs {
  margin-top: 40px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #808080;
  margin-left: 10px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a {
  color: #808080;
}
.breadcrumbs a:hover {
  color: #C09547;
}

.buttons-vertical-active {
  transform: rotate(-90deg);
  border-radius: 16px;
  background-color: #C09547;
}
.buttons-vertical-active:disabled, .buttons-vertical-active.disabled {
  background: #D9D9D9;
  pointer-events: none;
  cursor: no-drop;
}
.buttons-vertical-active:last-child {
  transform: rotate(90deg);
}

.header-top__right a.header-top__mobile-block {
  display: none;
}

.bg-white {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  position: fixed;
  display: none;
  opacity: 0;
  transition: 0.5s;
  animation: show 0.5s 1;
  animation-fill-mode: forwards;
}

.right-menu-slide__close {
  background: transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: auto;
}
.right-menu-slide__close:hover, .right-menu-slide__close:focus {
  color: #C09547;
}

.right-menu-slide__name {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 6px;
  font-size: 24px;
  font-family: "Arkhip", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.right-menu-slide__auto {
  margin-bottom: auto;
}

.right-menu-slide__auto,
.right-menu-slide__menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
}
.right-menu-slide__auto li,
.right-menu-slide__menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-menu-slide__auto li a:hover,
.right-menu-slide__auto li a:focus,
.right-menu-slide__menu li a:hover,
.right-menu-slide__menu li a:focus {
  color: #C09547;
}

.right-menu-slide {
  display: flex;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -465px;
  background: #fbfbfb;
  transition: all 0.3s ease;
  z-index: 9999;
  height: 100%;
  max-width: 465px;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 60px 40px 50px;
}
.right-menu-slide.active {
  right: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.mobile-menu {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
}

.container {
  max-width: 1192px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-header {
  max-width: 1352px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.pos-relative {
  position: relative;
}

.header-block {
  background-color: #1C1C1C;
  color: #ffffff;
}
.header-block--gold {
  background-color: #C09547;
}

.list-vetical__item {
  font-family: "Arkhip", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #D9D9D9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.list-vetical__item + li {
  margin-top: 24px;
}
.list-vetical__item--current, .list-vetical__item:hover, .list-vetical__item:focus {
  color: #C09547;
}

.header-filters {
  display: none;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 24px 0px;
  font-weight: 600;
}
.header-filters .back-catalog {
  cursor: pointer;
}

.header-top {
  display: flex;
  align-items: center;
  min-height: 80px;
}
.header-top__logo {
  display: flex;
}
.header-top__navigation {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: auto;
  margin-left: auto;
}
.header-top__navigation a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s ease;
}
.header-top__navigation a:hover, .header-top__navigation a:focus {
  color: #C09547;
}
.header-top__right a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.header-top__right svg {
  width: 18px;
  height: 18px;
  fill: #C09547;
}
.header-top__right p {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #808080;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 40px;
}
.header-bottom a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header-bottom a:hover, .header-bottom a:focus {
  color: #1C1C1C;
}

.hero-block {
  background-color: #1C1C1C;
  padding: 100px;
  padding-bottom: 170px;
  position: relative;
  overflow: hidden;
}
.hero-block .container {
  position: relative;
  z-index: 2;
}
.hero-block h1 {
  display: inline;
}
.hero-block .description {
  max-width: 230px;
  margin-left: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-transform: initial;
  letter-spacing: initial;
  display: inline-block;
  position: relative;
  top: 12px;
}
.hero-block .description::before {
  content: "";
  display: block;
  background-color: #C09547;
  width: 150px;
  height: 3px;
  margin-bottom: 12px;
}
.hero-block .second-line {
  margin-top: 8px;
  display: inline-block;
}
.hero-block::before {
  content: "";
  z-index: 1;
  display: block;
  background-image: url("/local/templates/main/css/../img/auto-decoration.png");
  position: absolute;
  width: 100%;
  height: 317px;
  left: 0;
  bottom: 36px;
  max-width: 485px;
}
.hero-block::after {
  content: "";
  z-index: 1;
  display: block;
  background-image: url("/local/templates/main/css/../img/auto-car.png");
  position: absolute;
  width: 100%;
  height: 614px;
  right: 0;
  top: 0;
  max-width: 895px;
}
.hero-block .find-auto {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.hero-block .find-auto__block {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.hero-block .find-auto__text {
  max-width: 185px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.hero-block .find-auto__text span {
  color: #C09547;
}

.cards-image {
  max-width: 1072px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: self-start;
  gap: 10px;
  margin-top: -70px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.cards-image li {
  max-width: 200px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  fill: #C09547;
  transition: all 0.3s ease;
}
.cards-image li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.cards-image li svg {
  width: 50px;
  height: 50px;
}
.cards-image li:hover {
  fill: #ffffff;
  color: #ffffff;
  background: #C09547;
}

.section-cars-find {
  padding-top: 0;
}

.buttons-pagi {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons-pagi.similar {
  justify-content: flex-end;
}

.cards-car {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px 60px;
}
.cards-car__card {
  position: relative;
  background: #ffffff;
  box-shadow: 0 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  max-width: 278px;
  height: auto;
}
.cards-car__block-image {
  min-height: 170px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.cards-car__block-image:hover, .cards-car__block-image:focus {
  opacity: 0.9;
}
.cards-car__we-have {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.cards-car__we-have-elem {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #47C07F;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
.cards-car__content {
  padding: 24px;
}
.cards-car__title {
  text-transform: uppercase;
  transition: all 0.3s ease;
  max-height: 72px;
  height: 72px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.cards-car__title:hover, .cards-car__title:focus {
  color: #C09547;
}
.cards-car .details {
  margin-top: 16px;
}
.cards-car .details__elem {
  display: flex;
  gap: 9px;
  align-items: center;
}
.cards-car .details__elem + .details__elem {
  margin-top: 10px;
}
.cards-car .details__name {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
.cards-car .details__desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
}
.cards-car .button-standart {
  margin-top: 24px;
}
.cards-car .button-standart + .button-standart {
  margin-top: 12px;
}
.cards-car .price {
  margin-top: 16px;
  border-top: 2px solid #D9D9D9;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cards-car .price p {
  font-size: 14px;
  line-height: 18px;
  max-width: 66px;
}
.cards-car .price .price-el {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.chat-bot {
  padding: 100px 0;
  background-image: url(/local/templates/main/css/../img/chat-bot.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chat-bot .container {
  display: flex;
  align-items: flex-end;
}
.chat-bot__left-part {
  max-width: 575px;
}
.chat-bot__left-part p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 24px;
  max-width: 483px;
}
.chat-bot__buttons {
  margin-left: 24px;
  margin-bottom: -40px;
  flex-grow: 1;
  justify-content: flex-end;
}

.buttons-tel-viber {
  display: flex;
  align-items: center;
  gap: 24px;
}
.buttons-tel-viber .button-radius {
  max-width: 230px;
  width: 100%;
  border: none;
  gap: 13px;
  padding: 12px 0;
}
.buttons-tel-viber .button-radius:hover, .buttons-tel-viber .button-radius:focus {
  color: #ffffff;
}
.buttons-tel-viber .facebook {
  background: #1877F2;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .facebook:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .instagram {
  background: #962FBF;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .instagram:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .youtube {
  background: #FF0000;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .youtube:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .viber {
  background: #858EF2;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .viber:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .telegram {
  background: #71C5E7;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .telegram:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .whatsapp {
  background: #25D366;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .whatsapp:hover {
  box-shadow: none;
  opacity: 0.9;
}
.buttons-tel-viber .vk {
  background: #0077ff;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  transition: all 0.3s ease;
}
.buttons-tel-viber .vk:hover {
  box-shadow: none;
  opacity: 0.9;
}

.social-block {
  margin-top: 20px;
}
.social-block .chat-bot__buttons {
  justify-content: center;
}
.social-block .buttons-tel-viber .button-radius {
  max-width: 50px;
  min-height: 50px;
}

.section-news-page {
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-news-page .categories-auto {
  margin-top: 0;
  margin-bottom: 60px;
}

.our-plus__left-part {
  flex-grow: 1;
  margin-top: 24px;
}
.our-plus__right-menu {
  max-width: 360px;
  margin-top: 31px;
  width: 100%;
}
.our-plus__right-menu .list-vetical__item {
  display: flex;
  align-items: center;
}
.our-plus__right-menu .list-vetical {
  margin: 30px 0;
  padding: 0;
  max-height: 300px;
}
.our-plus__bl-img {
  position: relative;
  overflow: hidden;
}
.our-plus__bl-img img {
  border-radius: 16px;
}
.our-plus__content {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.our-plus__content .title-elem {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.our-plus__desc {
  display: none;
}
.our-plus__desc.tab-active {
  display: block;
}
.our-plus__lft {
  max-width: 600px;
  width: 100%;
}
.our-plus__rgt {
  flex-grow: 1;
}
.our-plus__rgt ul li + li {
  margin-top: 8px;
}
.our-plus__rgt ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C09547;
  margin-right: 8px;
}
.our-plus__block {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.lists-primary li + li {
  margin-top: 8px;
}
.lists-primary li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C09547;
  margin-right: 8px;
}

.popular-auto {
  background-color: #1C1C1C;
}
.popular-auto__block {
  margin-top: 24px;
}
.popular-auto .button-radius {
  margin-top: 60px;
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
}

.cards-gold {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.cards-gold__link {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #C09547;
  transition: all 0.3s ease;
}
.cards-gold__details {
  position: absolute;
  top: 32px;
  left: 32px;
}
.cards-gold .cards-gold__name {
  text-transform: uppercase;
}
.cards-gold .cards-gold__price {
  text-transform: initial;
  font-weight: 400;
}
.cards-gold .cards-gold__price::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #C09547;
  margin: 4px 0;
  transition: all 0.3s ease;
}
.cards-gold__card {
  position: relative;
  border-radius: 16px 0;
  overflow: hidden;
  flex-basis: calc((100% - 24px) / 3);
}
.cards-gold__card img {
  border-radius: 16px 0;
}
.cards-gold__card::before {
  content: "";
  display: block;
  position: absolute;
  background: #1C1C1C;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.cards-gold__card:hover::before {
  background: #C09547;
  opacity: 0.9;
}
.cards-gold__card:hover .cards-gold__link {
  color: #ffffff;
}
.cards-gold__card:hover .cards-gold__price::before {
  background-color: #ffffff;
}

.give-find-auto {
  background-color: #C09547;
}
.give-find-auto .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.give-find-auto__left {
  max-width: 552px;
  width: 100%;
  margin-top: 38px;
}
.give-find-auto__left p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 24px;
  max-width: 437px;
}
.give-find-auto__right {
  max-width: 512px;
  width: 100%;
}
.give-find-auto .button-radius.hover-white {
  min-width: 218px;
}

.form__block {
  background-color: #ffffff;
  box-shadow: 0 5px 32px rgba(10, 8, 30, 0.1);
  border-radius: 16px;
  padding: 32px;
}
.form__block input {
  min-height: 60px;
  padding: 19px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1C1C1C;
  border: 2px solid #D9D9D9;
  border-radius: 16px;
  outline: none;
  max-width: 100%;
  width: 100%;
}
.form__block input + input {
  margin-top: 16px;
}
.form__block input::-moz-placeholder {
  color: #808080;
}
.form__block input::placeholder {
  color: #808080;
}
.form__block input.error {
  border: 2px solid #ff0000;
}
.form__block textarea {
  min-height: 120px;
  margin-top: 16px;
  padding: 19px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1C1C1C;
  border: 2px solid #D9D9D9;
  border-radius: 16px;
  outline: none;
  max-width: 100%;
  width: 100%;
}
.form__block textarea.error {
  border: 2px solid #ff0000;
}
.form__block textarea::-moz-placeholder {
  color: #808080;
}
.form__block textarea::placeholder {
  color: #808080;
}
.form__txt-d {
  margin-top: -14px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}
.form__name {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.form__name::after {
  content: "";
  display: block;
  margin-top: 4px;
  max-width: 150px;
  width: 100%;
  height: 2px;
  background: #C09547;
}
.form__agree-block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.form__agree-text {
  max-width: 268px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.form__agree-text a:hover {
  text-decoration: underline;
}

.parts-block {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parts-block .title-elem {
  font-weight: 400;
  margin-top: 32px;
  max-width: 400px;
}
.parts-block p {
  margin-top: 24px;
  max-width: 400px;
}
.parts-block ul {
  margin-top: 16px;
}
.parts-block .cards-gold__link {
  position: static;
  margin-top: 60px;
}
.parts-block .cards-gold__link:hover {
  color: #ffffff;
}
.parts-block__left {
  max-width: 640px;
  width: 100%;
  padding: 16px 100px 16px 140px;
  background-color: #1C1C1C;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.parts-block__right {
  flex-grow: 1;
  min-width: 50%;
  display: flex;
  align-items: center;
}
.parts-block.white-bg {
  flex-direction: row-reverse;
}
.parts-block.white-bg .parts-block__left {
  background-color: #f8f9fc;
  padding-right: 140px;
  padding-left: 100px;
}
.parts-block.white-bg .cards-gold__link:hover {
  color: #1C1C1C;
}
.parts-block.black-bg .block-h2 span {
  color: #ffffff;
}
.parts-block.black-bg .title-elem {
  color: #ffffff;
}
.parts-block.black-bg .parts-block__content {
  color: #ffffff;
}

.card-partner {
  padding: 24px;
}
.card-partner__link {
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-partner p {
  margin-top: 24px;
}
.card-partner .cards-gold__link {
  position: static;
  margin-top: 32px;
}
.card-partner .cards-gold__link:hover {
  color: #1C1C1C;
}

.cards-car.js-partner {
  padding-top: 40px;
}
.cards-car.js-partner .cards-car__card {
  display: flex;
  flex-direction: column;
}
.cards-car.js-partner p {
  margin-bottom: auto;
}

.section-est {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.section-est__img {
  margin-left: auto;
  margin-right: auto;
}
.section-est .container {
  max-width: 1072px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.section-est .button-radius {
  max-width: 338px;
  width: 100%;
  margin-left: auto;
}

.strong-side {
  padding: 60px 0;
  background-color: #1C1C1C;
}

.section-news-auto {
  background-color: #1C1C1C;
}
.section-news-auto .container:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.name-page {
  font-family: "Arkhip", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #C09547;
  margin-top: 60px;
  text-align: center;
}

.name-page-count {
  font-size: 32px;
  line-height: 36px;
  color: #1C1C1C;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
}

.name-page-desc {
  font-size: 18px;
  line-height: 24px;
  max-width: 770px;
  margin: 24px auto 0;
  width: 100%;
  text-align: center;
}

.categories-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.categories-auto a {
  border: 2px solid #C09547;
  filter: drop-shadow(0px 5px 32px rgba(28, 28, 28, 0.15));
  border-radius: 16px 0px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #C09547;
  transition: all 0.3s ease;
}
.categories-auto a:hover, .categories-auto a:focus, .categories-auto a.categories-auto--active {
  background-color: #1C1C1C;
  border-color: transparent;
}

.reviews-block {
  flex-wrap: wrap;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
  margin-top: 40px;
}
.reviews-block .swiper-slide-thumb-active img {
  border: 3px solid #C09547;
}
.reviews-block swiper-slide img,
.reviews-block .swiper-slide img {
  border-radius: 5px;
}
.reviews-block__element {
  max-width: calc((100% - 16px) / 2);
  width: 100%;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.reviews-block__left {
  max-width: 252px;
  width: 100%;
}
.reviews-block__left swiper-container:first-child swiper-slide img,
.reviews-block__left swiper-container:first-child .swiper-slide img,
.reviews-block__left .swiper:first-child swiper-slide img,
.reviews-block__left .swiper:first-child .swiper-slide img {
  height: 220px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-block__left swiper-container + swiper-container,
.reviews-block__left .swiper + .swiper {
  margin-top: 10px;
  margin-bottom: -4px;
}
.reviews-block__left swiper-container + swiper-container swiper-slide,
.reviews-block__left swiper-container + swiper-container .swiper-slide,
.reviews-block__left .swiper + .swiper swiper-slide,
.reviews-block__left .swiper + .swiper .swiper-slide {
  cursor: pointer;
  margin-bottom: 15px;
}
.reviews-block__left swiper-container + swiper-container swiper-slide img,
.reviews-block__left swiper-container + swiper-container .swiper-slide img,
.reviews-block__left .swiper + .swiper swiper-slide img,
.reviews-block__left .swiper + .swiper .swiper-slide img {
  width: 100%;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-block__right {
  max-width: 284px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews-block__date {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.reviews-block__name {
  margin-top: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.reviews-block__manager {
  margin-top: 24px;
  border-radius: 5px;
  background: #C09547;
  padding: 12px 12px 12px 16px;
}
.reviews-block__upper {
  display: flex;
  gap: 16px;
  align-self: flex-start;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.reviews-block__upper-socials {
  display: flex;
  gap: 12px;
}
.reviews-block__upper-socials a {
  transition: all 0.3s ease;
}
.reviews-block__upper-socials a:hover, .reviews-block__upper-socials a:focus {
  opacity: 0.8;
}
.reviews-block__down-phone {
  transition: all 0.3s ease;
}
.reviews-block__down-phone:hover, .reviews-block__down-phone:focus {
  opacity: 0.8;
}
.reviews-block__down {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  align-self: flex-start;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.reviews-block .swiper-slide,
.reviews-block swiper-slide {
  position: relative;
}
.reviews-block .swiper:first-child .swiper-slide .fullscreen,
.reviews-block swiper-container:first-child swiper-slide .fullscreen {
  background-image: url(/local/templates/main/css/../img/open-fullscreen.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.reviews-block .swiper:first-child .swiper-slide .fullscreen:hover,
.reviews-block swiper-container:first-child swiper-slide .fullscreen:hover {
  opacity: 0.85;
}
.reviews-block__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: auto;
}
.reviews-block .video-link,
.reviews-block .video {
  position: relative;
  display: flex;
}
.reviews-block .video-link::before,
.reviews-block .video::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.reviews-block .video::before {
  height: 36px;
  width: 36px;
  background-size: 36px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  top: 50%;
  transform: translate(0, -50%);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 25px;
}

.container-otzivu {
  padding-bottom: 65px;
}

.line-filters {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.line-filters__left {
  max-width: 278px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 24px;
}
.line-filters__right {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  justify-content: flex-end;
}
.line-filters select {
  background: #FFFFFF;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 13px 52px 13px 24px;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  background-image: url(/local/templates/main/css/../img/arrow-down.svg);
  background-position: calc(100% - 24px) 16px;
  background-repeat: no-repeat;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  max-width: 212px;
  color: #000;
}
.line-filters .show-elements {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 16px;
}
.line-filters .search-vin-id {
  display: flex;
  position: relative;
  max-width: 392px;
  width: 100%;
}
.line-filters .search-vin-id .search-b {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("/local/templates/main/css/../img/search-normal.svg");
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.line-filters .search-vin-id form {
  width: 100%;
}
.line-filters .search-vin-id input {
  border: 0;
  padding: 12px 65px 12px 24px;
  min-height: 50px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  outline: none;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 24px;
}
.line-filters .search-vin-id input::-moz-placeholder {
  color: #808080;
}
.line-filters .search-vin-id input::placeholder {
  color: #808080;
}

.text-footer-cont {
  font-size: 18px;
  line-height: 24px;
  margin-top: 60px;
}

.container__catalog {
  padding-bottom: 60px;
}

.paginator {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 8px;
  webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}
.paginator .paginator__link-prev {
  transform: rotate(180deg);
  margin-right: 30px;
}
.paginator .paginator__link-next {
  margin-left: 30px;
}
.paginator .button--mode {
  border-radius: 16px;
  background-color: #C09547;
}
.paginator .button--mode.disabled {
  background: #d9d9d9;
  pointer-events: none;
  cursor: no-drop;
}
.paginator__link {
  min-width: 39px;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.paginator__link--active {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #C09547;
}
.paginator__link:hover, .paginator__link:focus {
  color: #C09547;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.content-cards-f {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.content-cards-f .left-filters {
  position: relative;
  max-width: 278px;
  min-width: 278px;
  width: 100%;
}
.content-cards-f .left-block {
  position: relative;
  border-radius: 16px;
  display: block;
}
.content-cards-f .left-block + .left-block {
  margin-top: 16px;
}
.content-cards-f .left-block .cards-lists__title {
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.content-cards-f .left-block .cards-lists__title::after {
  max-width: 110px;
}
.content-cards-f .left-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C1C1C;
  opacity: 0.5;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.content-cards-f .left-block img {
  border-radius: 16px;
}
.content-cards-f .left-block:hover::before {
  opacity: 0.4;
}
.content-cards-f .cards-bl {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  justify-content: flex-start;
  align-items: stretch;
}
.content-cards-f .cards-bl .sm-block-form {
  box-shadow: 0 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #C09547;
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.content-cards-f .cards-bl .sm-block-form__name {
  font-family: "Arkhip", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.content-cards-f .cards-bl .sm-block-form__desc {
  margin-top: 8px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: auto;
}
.content-cards-f .cards-bl .sm-block-form .give-find-auto__right {
  margin-top: 16px;
}
.content-cards-f .cards-bl .sm-block-form .form__agree-block {
  flex-direction: column-reverse;
  gap: 16px;
  text-align: center;
}
.content-cards-f .cards-bl .sm-block-form .form__block {
  padding: 24px 12px;
  /*
  input {
      min-height: 52px;
      padding: 14px 14px;
  }

  input+input {
      margin-top: 8px;
  }*/
}
.content-cards-f .cards-bl .sm-block-form .phones {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ffffff;
}
.content-cards-f .cards-bl .sm-block-form .phones a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.content-cards-f .cards-bl .sm-block-form .phones svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.content-cards-f .cards-bl .sm-block-form input[type=tel] {
  padding: 19px 5px;
}
.content-cards-f .cards-bl .text-normal {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
}
.content-cards-f .cards-bl .action-catalog-bl {
  padding: 0;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-cards-f .cards-bl .action-catalog-bl img {
  -o-object-fit: cover;
     object-fit: cover;
  /*height: 100%;*/
  width: 100%;
  border-radius: 16px;
}
.content-cards-f .cards-bl .action-catalog-bl .button-radius {
  font-weight: 600;
  padding: 12px;
  width: 100%;
  position: absolute;
  max-width: calc(100% - 48px);
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.content-cards-f .cards-bl .cards-car__card,
.content-cards-f .cards-bl .sm-block-form,
.content-cards-f .cards-bl .action-catalog-bl {
  flex-basis: calc((100% - 32px) / 3);
}

.filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}
.filters__submit {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 22px;
}
.filters__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  background-color: transparent;
}
.filters__reset:hover {
  color: #C09547;
}
.filters .filter-element {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
}
.filters .content_bl {
  margin-top: 16px;
}
.filters .content_bl .slider-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.filters .content_bl .liner {
  min-width: 14px;
  height: 1px;
  background-color: #D9D9D9;
}
.filters .content_bl .not-currency {
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1C1C1C;
  max-width: 92px;
  width: 100%;
  text-align: center;
  min-height: 32px;
  padding: 5px 12px;
  outline: none;
}
.filters .content_bl.filter__inner--scroll {
  max-height: 36vh;
  overflow-y: auto;
  scrollbar-color: #bdbdbd;
  scrollbar-width: thin;
}
.filters .content_bl::-webkit-scrollbar-thumb {
  background-color: #808080;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.filters .content_bl::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}
.filters .content_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1C1C1C;
}
.filters .content_toggle:not(.open) + .content_bl {
  display: none;
}
.filters .content_toggle.open img {
  transform: rotate(180deg);
}
.filters .txt-input {
  display: block;
  align-items: center;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.filters .txt-input:last-child {
  margin-bottom: 0;
}
.filters .txt-input .sm-grey {
  font-size: 12px;
  line-height: 15px;
  color: #D9D9D9;
  margin-left: 8px;
}
.filters .txt-input input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.filters .txt-input .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 1.5px solid #D9D9D9;
  border-radius: 4px;
}
.filters .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filters .txt-input input:checked ~ .checkmark {
  background-color: #C09547;
  border: none;
}
.filters .txt-input input:checked ~ .checkmark::after {
  display: block;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-image: url("/local/templates/main/css/../img/check-inp.svg");
  content: "";
  background-repeat: no-repeat;
}

.cards-lists {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  /*padding: 0 16px;*/
  margin-top: 40px;
}
.cards-lists__card {
  position: relative;
  max-width: 376px;
  width: auto;
  border-radius: 16px;
}
.cards-lists__card:hover a::before {
  opacity: 0.3;
}
.cards-lists__link {
  position: relative;
}
.cards-lists__link img {
  border-radius: 16px;
}
.cards-lists__link::before {
  content: "";
  background-color: #1C1C1C;
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.cards-lists__title {
  margin-top: 16px;
  text-transform: uppercase;
  /*position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;*/
  /*&::after {
      content: '';
      height: 2px;
      max-width: 150px;
      width: 100%;
      background-color: $primary;
      margin-top: 4px;
      display: block;
  }*/
}
.cards-lists__title:hover {
  color: #C09547;
}

.blog-cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-cards__card {
  max-width: calc((100% - 32px) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-cards__block-img {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.blog-cards__block-img img {
  border-radius: 16px;
}
.blog-cards__block-img:hover {
  opacity: 0.9;
}
.blog-cards__date {
  margin-top: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
.blog-cards .title-elem {
  margin-top: 16px;
  text-transform: uppercase;
  display: inline-flex;
  transition: all 0.3s ease;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-cards .title-elem:hover {
  color: #C09547;
}
.blog-cards p {
  margin-top: 16px;
  max-width: 360px;
  margin-bottom: auto;
}
.blog-cards .cards-gold__link {
  position: static;
  margin-top: 32px;
}
.blog-cards .cards-gold__link:hover {
  color: #1C1C1C;
}
.blog-cards__look-more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.blog-cards--catalog {
  margin-top: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 40px;
}
.blog-cards--catalog p {
  margin-top: 8px;
  max-height: 86px;
  height: 86px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blog-cards--catalog p::before {
  content: "";
  width: 100%;
  max-width: 150px;
  height: 2px;
  display: block;
  background-color: #C09547;
  margin-bottom: 12px;
}
.blog-cards--catalog .title-elem {
  margin-top: 24px;
  max-height: 72px;
  height: 72px;
  -webkit-line-clamp: 3;
}
.blog-cards--catalog .cards-gold__link {
  margin-top: 24px;
}

.nums-block {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.nums-block__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
}
.nums-block__txt {
  max-width: 536px;
  width: 100%;
}
.nums-block__big {
  font-weight: 900;
  font-size: 90px;
  line-height: 109px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.3;
  min-width: 75px;
}
.nums-block__line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.nums-block__image {
  max-width: 600px;
  min-width: 450px;
  width: 100%;
}
.nums-block__image img {
  border-radius: 16px;
}

.modal-ex {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 30, 0.2);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal--open {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: -49px;
  right: 0;
}

.modal__block {
  position: relative;
  background-color: #1C1C1C;
  padding: 60px;
  max-width: 632px;
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
}

.type-variant {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}
.type-variant__content {
  max-width: 600px;
  width: 100%;
}
.type-variant__content > div {
  display: none;
}
.type-variant__content .tab-active {
  display: block;
}
.type-variant__content img {
  border-radius: 16px;
}
.type-variant__content p {
  margin-bottom: 24px;
}
.type-variant__content .block-text {
  margin-top: 24px;
  min-height: 100px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.type-variant__lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: "Arkhip", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #D9D9D9;
  max-width: 443px;
  width: 100%;
}
.type-variant__lists li {
  cursor: pointer;
}
.type-variant__lists li.type-variant__lists--current, .type-variant__lists li:hover, .type-variant__lists li:focus {
  color: #C09547;
}

.blog-cards--service {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 40px;
}
.blog-cards--service .title-elem {
  color: #ffffff;
  margin-top: 24px;
}
.blog-cards--service .cards-gold__link {
  margin-top: 24px;
}
.blog-cards--service .cards-gold__link:hover {
  color: #ffffff;
}

.section-services {
  background-color: #1C1C1C;
}
.section-services .button-radius {
  margin: 60px auto 0;
}

.firms {
  padding-bottom: 60px;
}
.firms .buttons__action {
  margin-top: 60px;
  justify-content: center;
}

.firms-cards {
  height: 200px;
  cursor: grab;
  padding-left: 16px;
  padding-right: 16px;
}
.firms-cards swiper-slide {
  height: 74px;
  display: flex;
  align-items: center;
  max-width: 200px;
  width: 100%;
}
.firms-cards swiper-slide:nth-child(2n-1) {
  justify-content: flex-end;
}
.firms-cards swiper-slide:nth-child(2n) {
  justify-content: flex-start;
}

.content-car {
  margin-top: 60px;
}
.content-car__h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #808080;
  margin-top: 32px;
}
.block-h2 + .content-car__h2 {
  margin-top: 24px;
}
.content-car p {
  margin-top: 10px;
}
.content-car ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content-car ul li:not(:last-child):after {
  content: "|";
  margin-left: 6px;
}

.rg-image-nav-next {
  background-image: url(/local/templates/main/css/../img/arrow.svg);
  background-position: 0 0;
  display: block;
  min-width: 48px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 16px;
  background-color: #c09547;
}

.rg-image-nav-prev {
  background-image: url(/local/templates/main/css/../img/arrow.svg);
  background-position: 0 0;
  display: block;
  min-width: 48px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  border-radius: 16px;
  background-color: #c09547;
}

.es-carousel ul {
  width: auto !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.es-carousel ul li {
  width: 100% !important;
  margin-right: 0 !important;
  max-width: calc((100% - 50px) / 6);
}
.es-carousel ul li a img {
  border-radius: 5px;
}

.extra-info .content-car__h2 {
  margin-bottom: 10px;
}

.car-section .cards-car__we-have {
  z-index: 2;
}
.car-section .cards-car__we-have .cards-car__we-have-elem {
  background-color: #1C1C1C;
  color: #ffffff;
}
.car-section__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.car-section__left-part {
  max-width: 760px;
  width: 100%;
}
.car-section__right-part {
  max-width: 384px;
  flex-grow: 1;
}
.car-section__right-part .button-radius {
  margin-top: 24px;
  width: 100%;
}
.car-section__right-part .button-radius + .button-radius {
  margin-top: 16px;
}
.car-section__link-rec {
  margin-top: 60px;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  border-radius: 16px;
}
.car-section__link-rec img {
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.car-section__graph-block {
  margin-top: 10px;
}
.car-section__card {
  background: #ffffff;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
}
.car-section__name-c {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #C09547;
}
.car-section__block-elem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.car-section__block-elem.line--mode, .lines-many .car-section__block-elem:not(:nth-child(1)) {
  margin-top: 16px;
  border-top: 2px solid #D9D9D9;
  padding-top: 16px;
}
.car-section__block-desc {
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
}
.car-section__block {
  max-width: 50%;
  width: 100%;
}
.car-section__block:nth-child(2) {
  text-align: right;
}
.car-section__block--key .car-section__block-price {
  font-weight: 700;
  color: #1C1C1C;
}
.car-section__prices-text {
  line-height: 18px;
  color: #808080;
}
.car-section__block-price {
  margin-top: 4px;
  font-size: 30px;
  line-height: 36px;
  color: #808080;
}
.car-section__card + .car-section__card {
  margin-top: 16px;
}
.car-section__sm-txt {
  margin: 16px auto 0;
  text-align: center;
  max-width: 195px;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
}

.graph-block {
  overflow: hidden;
  padding-top: 21px;
}
.graph-block__line {
  width: 100%;
  min-height: 20px;
  background: linear-gradient(90deg, #10D818 0%, #FFE600 49.99%, #D31717 100%);
  border-radius: 16px;
  position: relative;
}
.graph-block__null {
  background-color: #D9D9D9;
  border-radius: 0 16px 16px 0;
  min-height: 20px;
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 50%;
}
.graph-block__null:not(.not-use)::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  width: 700px;
  height: 1px;
  background-color: #c09547;
  left: 0;
  transform: rotate(180deg);
  transform-origin: left;
}
.graph-block__null:not(.not-use)::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 2px;
  height: 28px;
  background-color: #C09547;
}
.graph-block__null:not(.not-use) .graph-block__car {
  background-image: url("/local/templates/main/css/../img/game-icons_city-car.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: -26px;
  z-index: 1;
  top: -24px;
  z-index: 1;
}
.graph-block__desc {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  font-size: 10px;
  line-height: 12px;
  color: #808080;
}
.graph-block__wt-line {
  position: absolute;
  left: 33.333%;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  z-index: 2;
}
.graph-block__wt-line + .graph-block__wt-line {
  left: 66.666%;
}

.map {
  width: 100%;
  height: 500px;
}

.choose-now__desc {
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
}
.choose-now__body {
  margin-top: 40px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.choose-now__sm-text {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
.choose-now__line-auto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.choose-now__block-img {
  flex-basis: calc((100% - 48px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.choose-now__block-img .choose-now__label {
  max-width: 100%;
  justify-content: center;
}
.choose-now__lft {
  max-width: 338px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.choose-now__lft-nm {
  text-transform: uppercase;
  width: 100%;
}
.choose-now__lft-nm--mobile {
  display: none;
}
.choose-now__lft-nm--mode {
  margin-bottom: 8px;
}
.choose-now__lft-bl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.choose-now__label {
  max-width: calc((100% - 16px) / 2);
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #333333;
}
.choose-now__input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.choose-now__check-icon {
  height: 16px;
  width: 16px;
  min-width: 16px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  position: relative;
}
.choose-now__input:checked ~ .choose-now__check-icon::after {
  display: inline-flex;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #c09547;
  content: "";
  border-radius: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.choose-now__rgt {
  display: flex;
  flex-grow: 1;
}
.choose-now__footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.choose-now__footer > div {
  color: #808080;
  max-width: 550px;
  width: 100%;
}

.contacts-info__block {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}
.contacts-info__left {
  max-width: 558px;
  min-width: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contacts-info__left li {
  flex-basis: calc((100% - 30px) / 4);
}
.contacts-info__left li:not(:first-child) {
  cursor: pointer;
}
.contacts-info__left li:nth-child(1) {
  flex-basis: 100%;
}
.contacts-info__left li:nth-child(1) img {
  margin-left: auto;
  margin-right: auto;
}
.contacts-info__left img {
  border-radius: 5px;
}
.contacts-info__right {
  max-width: 531px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts-info__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.contacts-info__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.contacts-info__link:hover, .contacts-info__link:focus {
  color: #C09547;
}
.contacts-info__write-us {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts-info__write-us span {
  color: #808080;
}
.contacts-info__write-us > div {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.contacts-info__write-us a {
  transition: all 0.3s ease;
}
.contacts-info__write-us a:hover, .contacts-info__write-us a:focus {
  opacity: 0.8;
}
.contacts-info__time {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.contacts-info__time span {
  margin-left: 2px;
  color: #808080;
}
.contacts-info__name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

footer {
  background-color: #C09547;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: auto;
}
footer .footer-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
}
footer .footer-block__logo {
  margin-right: 58px;
}
footer .footer-block__logo a {
  display: flex;
}
footer .footer-block__copy {
  margin-top: 24px;
  font-size: 12px;
  line-height: 15px;
  max-width: 140px;
}
footer .footer-block__elem {
  max-width: 185px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-block__elem a {
  transition: all 0.3s ease;
}
footer .footer-block__elem a:hover, footer .footer-block__elem a:focus {
  color: #1C1C1C;
}

.btn__common {
  position: relative;
}

.loader-success {
  position: absolute;
  width: 20px;
  display: none;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
.loader-success .wrap-loader-success {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.loader-success img {
  max-width: 100%;
  display: block;
}

.btn-form {
  position: relative;
}

.content-page {
  margin: 50px auto;
}
.content-page h1 {
  margin-bottom: 20px;
}
.content-page p {
  margin: 10px 0;
}

.content-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-block {
  padding: 27px 24px 100px;
}
.error-block .element-error {
  font-style: normal;
  font-weight: 700;
  font-size: 238px;
  line-height: 275px;
  text-align: center;
  color: #4f4f4f;
  z-index: 2;
  position: relative;
}
.error-block .semi-size-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #333;
  margin-top: -2px;
}
.error-block .button-radius {
  min-height: 55px;
  width: 100%;
  max-width: 305px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.header-page-detail {
  margin: 20px 0 30px 0;
}

.content-detail {
  margin-bottom: 35px;
}
.content-detail p {
  margin: 10px 0;
}
.content-detail img {
  display: block;
  margin: 20px auto;
  width: auto;
}
.content-detail h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.content-detail .info-desc ul {
  margin-left: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-detail .info-desc ul li {
  display: block;
  line-height: 25px;
  color: #333;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.content-detail .info-desc ul li::before {
  width: 9px;
  height: 9px;
  background: #c09547;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -4px);
}
.content-detail .info-desc ul ol {
  counter-reset: myCounter;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 0;
}
.content-detail .info-desc ul ol li {
  line-height: 25px;
  color: #333;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  list-style: none;
}
.content-detail .info-desc ul ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  background-color: #c09547;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.move-margin {
  margin-bottom: 24px;
}

.tile-date {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #333;
}
.tile-date.grey {
  color: #bdbdbd;
}

.inform-date {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date-obz {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #bdbdbd;
}

.block-profit {
  font-size: 12px;
  color: #C09547;
  margin-top: 5px;
}
.block-profit__price {
  font-size: 16px;
  font-weight: 600;
}
.block-profit.section__card {
  font-size: 16px;
  color: #C09547;
  margin-top: 0;
}
.block-profit.section__card .block-profit__price {
  font-size: 24px;
  font-weight: 600;
}

.position-block-img {
  position: relative;
}

#catalogElement .fastCalc {
  margin-bottom: 24px;
}

.new-content section.choose-now,
#catalogElement ~ section.choose-now {
  padding-top: 0;
}

#catalogElement + .section-cars-find.catalog--mod {
  padding-bottom: 0;
}

.content-reviews .paginator {
  margin-bottom: 65px;
}

.team-b {
  position: relative;
}
.team-b .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.team-b .element {
  max-width: 300px;
  line-height: normal;
  width: 100%;
  position: relative;
  margin-right: 21px;
  margin-bottom: 40px;
}
.team-b .element .image {
  max-width: 100%;
}
.team-b .element .txt {
  background: #C09547;
  box-sizing: border-box;
  padding: 9px 15px 12px 8px;
  position: absolute;
  bottom: 10px;
  width: 290px;
  left: 10px;
}
.team-b .element .txt > .info {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
}
.team-b .element .txt img {
  margin-right: 4px;
}
.team-b .element .txt svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.team-b .element .txt .person-name {
  margin-top: 6px;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FBFBFB;
}
.team-b .element .txt .number_socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-b .element .txt .number_socials a {
  display: inline-flex;
  align-items: center;
}
.team-b .element .block-title {
  display: flex;
  align-items: center;
}
.team-b .element .block-title.white {
  color: #FBFBFB;
}
.team-b .element .soc-net {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-b .element .viber-p {
  min-width: 20px;
  height: 21px;
  background-image: url(/local/templates/main/css/../img/group-viber-white.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-position: 0;
}
.team-b .element .whatsapp-p {
  min-width: 18px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/icon-whatsapp-white.svg);
  background-repeat: no-repeat;
  background-position: 0;
  display: block;
  content: "";
  margin-left: 15px;
}
.team-b .element .telegram-p {
  min-width: 18px;
  height: 15px;
  background-image: url(/local/templates/main/css/../img/group-telegram-white.svg);
  background-repeat: no-repeat;
  background-position: 0;
  display: block;
  content: "";
  margin-left: 15px;
}

.point-telegram__wrapper {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 20px;
  animation: bounce 4s linear infinite;
  z-index: 10;
}

.point-telegram__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.point-telegram__icon:before {
  display: block;
  content: "";
  background-image: url(/local/templates/main/css/../img/t-telegram.svg);
  background-size: cover;
  position: absolute;
  height: 60px;
  width: 60px;
  left: 0;
  top: 0;
}

.point-telegram__badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e4372e;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.34px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1rem;
  text-align: center;
}

@keyframes bounce {
  45%, 5% {
    transform: translate3d(0, -1px, 0);
  }
  10%, 40% {
    transform: translate3d(0, 2px, 0);
  }
  15%, 25%, 35% {
    transform: translate3d(0, -4px, 0);
  }
  20%, 30% {
    transform: translate3d(0, 4px, 0);
  }
}
.wrap-select-st {
  display: flex;
  justify-content: space-between;
}

.block-for-input {
  position: relative;
  margin-top: 16px;
}

.select-st {
  display: inline-flex;
  height: 50px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
  min-height: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1C1C1C;
  border: 2px solid #D9D9D9;
  border-radius: 16px;
  outline: none;
}

.block-message-on-input {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #af0000;
  position: absolute;
  right: 8px;
  top: -8px;
  padding-right: 5px;
  padding-left: 5px;
  background: linear-gradient(to top, #FBFBFB 40%, #fff 44%);
  font-family: roboto, sans-serif;
}

.modal-auction_bid .block-for-input {
  margin-bottom: 16px;
}

.auction-list .header-bottom a:hover,
.auction-list .header-bottom a:focus,
.lot .header-bottom a:hover,
.lot .header-bottom a:focus {
  text-decoration: none;
}

.cont-1040 {
  max-width: 1040px;
}

.desc-bl {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: self-start;
  justify-content: space-between;
}
.desc-bl__desc {
  color: #FFF6F6;
  font-size: 20px;
  line-height: normal;
  max-width: 406px;
}
.desc-bl .button-radius {
  max-width: 257px;
  width: 100%;
}

.buttons-vd {
  display: flex;
  gap: 18px;
  margin-top: -5px;
}
.buttons-vd button:first-child {
  transform: rotate(-180deg);
}
.buttons-vd button:last-child {
  transform: rotate(0);
}

.flex-vd-e {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.flex-vd-e .our-plus__bl-img {
  max-width: 560px;
  width: 100%;
}
.flex-vd-e .our-plus__content {
  margin-top: 0;
  max-width: 500px;
}
.flex-vd-e .our-plus__content p {
  margin-bottom: 12px;
}
.flex-vd-e .our-plus__content div {
  margin-bottom: 12px;
}

.block-fle-s {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.block-fle-s__left-p {
  max-width: 560px;
  width: 100%;
}
.block-fle-s__left-p img {
  border-radius: 16px;
}

.block-fle-s__left-p,
.content_right-s__bl {
  display: none;
}
.block-fle-s__left-p.active,
.content_right-s__bl.active {
  display: block;
}

.video-link.block-fle-s__left-p {
  position: relative;
}
.video-link.block-fle-s__left-p::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.content_right-s {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.content_right-s .footer_dfe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.content_right-s .circle-df {
  display: flex;
  align-items: center;
  gap: 16px;
}
.content_right-s .circle-df li {
  min-width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50px;
  cursor: pointer;
}
.content_right-s .circle-df li.active {
  background-color: #C09547;
  min-width: 16px;
  height: 16px;
}
.content_right-s p,
.content_right-s .title-elem {
  margin-bottom: 10px;
}

.menu_why-we {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.menu_why-we swiper-container {
  max-width: 995px;
  overflow: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
}
.menu_why-we swiper-container::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}
.menu_why-we swiper-container::-webkit-scrollbar-thumb {
  background-color: #1C1C1C;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.menu_why-we .list-vetical__item {
  font-size: 32px;
  width: auto !important;
}

.black-cont-f {
  position: relative;
  background: #1C1C1C;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 180px;
  background-image: url(/local/templates/main/css/../img/auto-decoration.png);
  background-repeat: no-repeat;
  background-size: 429px 256px;
  background-position: bottom left;
}
.black-cont-f.brown {
  margin-top: 0;
  background: #C09547;
  background-repeat: no-repeat;
  background-size: 692px 256px;
  background-position: bottom right;
  background-image: url(/local/templates/main/css/../img/auto-decoration-brown.png);
}
.black-cont-f.brown .name-page {
  color: #FFF;
}
.black-cont-f.brown .black-cont-f__left {
  max-width: 791px;
}
.black-cont-f.brown .desc-bl__desc {
  max-width: 510px;
}
.black-cont-f.brown .img-ship {
  right: 140px;
}
.black-cont-f .img-ship {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.black-cont-f .name-page {
  margin-top: 0;
  text-align: left;
}
.black-cont-f__left {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.flgs-fl {
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  gap: 24px;
}
.flgs-fl__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.car-proc {
  display: none;
  align-items: center;
  margin-top: 24px;
}
.car-proc.active {
  display: flex;
}
.car-proc__left {
  max-width: 620px;
}
.car-proc__right {
  max-width: 540px;
  width: 100%;
  margin-bottom: 24px;
}
.car-proc__right p,
.car-proc__right .title-elem {
  margin-bottom: 12px;
}
.car-proc__right p:last-child {
  margin-bottom: 0;
}

.ch-right-d {
  justify-content: flex-end;
}

.days-buy {
  margin-top: 40px;
  display: flex;
  counter-reset: li-counter;
}
.days-buy__dd {
  display: inline-flex;
  color: #C09547;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 2px 9px;
  border-radius: 8px;
  border: 1px solid #C09547;
  transition: all 0.3s ease;
}
.days-buy__name {
  margin-top: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.days-buy__txt {
  margin-top: 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.days-buy li {
  position: relative;
  max-width: 12.5%;
  width: 100%;
  padding: 12px 12px 19px;
  background: #1C1C1C;
  transition: all 0.3s ease;
  cursor: pointer;
}
.days-buy li:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 192px;
  position: absolute;
  right: -1px;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='192' viewBox='0 0 2 192' fill='none'%3E%3Cpath d='M1 0V192' stroke='url(%23paint0_linear_1216_2672)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1216_2672' x1='1.5' y1='0' x2='1.5' y2='192' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.28883' stop-color='%23C09547'/%3E%3Cstop offset='0.933724' stop-color='%23C09547' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.days-buy li::before {
  content: "0" counter(li-counter);
  counter-increment: li-counter;
  display: inline-block;
  color: #C09547;
  opacity: 0.1;
  font-size: 96px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 2px;
  line-height: 1.3;
}
.days-buy li:first-child {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.days-buy li:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.days-buy li.active, .days-buy li:hover, .days-buy li:focus {
  background: #C09547;
}
.days-buy li.active::before, .days-buy li:hover::before, .days-buy li:focus::before {
  color: #fff;
}
.days-buy li.active .days-buy__dd, .days-buy li:hover .days-buy__dd, .days-buy li:focus .days-buy__dd {
  color: #fff;
  border: 1px solid #fff;
}

.sect-bl-f {
  background: #1C1C1C;
  padding: 60px 0;
}

.choose-now.padd-45 {
  padding-top: 45px;
}

.ekonom-s {
  margin-top: 8px;
  color: #C09547;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.ekonom-s span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.fl-name {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: #C09547;
  font-family: "Arkhip", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.flag-cv_name {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-vd > button {
  min-width: 48px;
}

.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
  border: 1px solid #333333;
}

th {
  letter-spacing: 2px;
}

td {
  letter-spacing: 1px;
}

tbody td {
  text-align: center;
}

#reload_wrapper {
  display: none;
  height: 100%;
  transition: 0.1s allease-in-out;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.box-loading {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.txt-error {
  font-size: 14px;
  color: #ff0000;
  text-align: center;
}

@media (max-width: 1280px) {
  .hero-block {
    padding: 60px 0 100px;
  }
  .parts-block .cards-gold__link {
    margin-top: 32px;
  }
  .parts-block.white-bg .parts-block__left {
    padding: 16px 60px;
  }
  .parts-block__left {
    padding: 32px 60px;
  }
  .black-cont-f .img-ship {
    max-width: 32%;
  }
  .black-cont-f.brown .img-ship {
    right: 0;
  }
  .black-cont-f {
    margin-top: 60px;
  }
  .menu_why-we swiper-container {
    max-width: 100%;
  }
  .menu_why-we .buttons-vd {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-top__right a span {
    display: none;
  }
  .rg-image {
    min-height: 380px;
  }
  .line-filters .show-elements {
    display: none;
  }
  .content-cards-f .cards-bl .cards-car__card,
  .content-cards-f .cards-bl .sm-block-form,
  .content-cards-f .cards-bl .action-catalog-bl {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
  .header-block--gold {
    display: none;
  }
  .header-top__right .header-top__mobile-block svg,
  .header-top__right .mobile-menu svg {
    width: 24px;
    height: 24px;
  }
  .header-top__navigation {
    display: none;
  }
  .header-top__right a:not(.header-top__mobile-block) svg {
    width: 20px;
    height: 20px;
  }
  .header-top__right a.header-top__mobile-block {
    display: flex;
  }
  .header-top__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .mobile-menu {
    display: flex;
    margin-left: 8px;
  }
  .header-top__right p {
    display: none;
  }
  .header-top__mobile-block {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .hero-block::before {
    display: none;
  }
  .why-cargo .our-plus__left-part {
    margin-top: 24px;
  }
  .flex-vd-e .our-plus__content,
  .flex-vd-e .our-plus__bl-img,
  .flex-vd-e .our-plus__lft {
    max-width: 100%;
  }
  .flex-vd-e {
    flex-direction: column;
    gap: 24px;
  }
  .reviews-block__left swiper-container:first-child swiper-slide img,
  .reviews-block__left .swiper:first-child .swiper-slide img {
    height: 320px;
  }
  .reviews-block__left swiper-container + swiper-container swiper-slide img,
  .reviews-block__left .swiper + .swiper .swiper-slide img {
    height: 80px;
  }
  .reviews-block__element {
    flex-direction: column;
  }
  .reviews-block__right,
  .reviews-block__left {
    max-width: 100%;
  }
  .type-variant__lists {
    gap: 24px;
    font-size: 24px;
    line-height: 1.3;
    max-width: 400px;
  }
  .choose-now__block-img {
    flex-basis: calc((100% - 32px) / 3);
  }
  .choose-now__line-auto {
    justify-content: flex-start;
  }
  .car-section__prices-text {
    font-size: 14px;
  }
  .js-vertical-list::after,
  .js-vertical-list::before {
    display: none;
  }
  .parts-block.white-bg .cards-gold__link:hover {
    color: #ffffff;
  }
  .list-vetical__item {
    width: auto;
  }
  footer .footer-block__logo {
    margin-right: 0;
  }
  .cards-gold {
    justify-content: center;
  }
  .cards-gold__card {
    flex-basis: calc((100% - 12px) / 2);
    max-width: 472px;
  }
  .parts-block__left::before {
    content: "";
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.766244) 19.59%, #1C1C1C 40.77%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
  }
  .parts-block__left {
    position: relative;
  }
  .parts-block__left > * {
    z-index: 1;
  }
  .parts-block.white-bg .parts-block__left {
    color: #ffffff;
    background-color: #1C1C1C;
  }
  .parts-block .title-elem,
  .parts-block .block-h2.new-line span:not(.normal) {
    color: #ffffff;
  }
  .parts-block.white-bg .parts-block__left,
  .parts-block__left {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .block-h2.new-line {
    align-items: center;
    gap: 20px;
  }
  .parts-block__left,
  .parts-block__right {
    max-width: 800px;
  }
  .parts-block {
    align-items: center;
    flex-direction: column-reverse;
  }
  .parts-block.white-bg {
    flex-direction: column-reverse;
  }
  .cards-gold__card:nth-child(n+4) {
    display: none;
  }
  .our-plus__right-menu button {
    display: none;
  }
  .our-plus__desc.tab-active > img {
    margin-left: auto;
    margin-right: auto;
  }
  .our-plus__right-menu .list-vetical {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    overflow: auto;
    scrollbar-color: #808080;
    scrollbar-width: thin;
    padding-bottom: 5px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .our-plus__right-menu .list-vetical::-webkit-scrollbar {
    width: 3px;
    height: 4px;
  }
  .our-plus__right-menu .list-vetical::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .list-vetical__item {
    font-size: 16px;
    line-height: 1.3;
    width: auto !important;
    letter-spacing: normal;
  }
  .list-vetical__item + li {
    margin-top: 0;
  }
  .our-plus__right-menu {
    max-width: 100%;
  }
  .our-plus__block {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .our-plus__left-part {
    margin-top: 0;
    width: 100%;
  }
  .chat-bot__left-part p {
    display: none;
  }
  .chat-bot__buttons {
    margin-left: 0;
    margin-bottom: 0;
  }
  .chat-bot .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .chat-bot .container > div {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
  .hero-block::after {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .blog-cards {
    justify-content: center;
    gap: 32px;
  }
  .blog-cards__card {
    max-width: 376px;
  }
  .img-ship {
    display: none;
  }
  .black-cont-f .black-cont-f__left,
  .black-cont-f.brown .black-cont-f__left {
    max-width: 100%;
  }
  .days-buy {
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
  }
  .days-buy li:first-child,
  .days-buy li:last-child {
    border-radius: 0;
  }
  .days-buy li {
    max-width: 25%;
  }
  .block-fle-s {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .give-find-auto .container {
    flex-direction: column;
  }
  .menu_why-we .list-vetical__item {
    font-size: 22px;
  }
  .block-fle-s {
    flex-direction: column;
    gap: 24px;
  }
  .nums-block {
    flex-direction: column;
  }
  .block-fle-s__left-p img {
    margin-left: auto;
    margin-right: auto;
  }
  .block-fle-s__left-p,
  .content_right-s {
    max-width: 100%;
  }
  .type-variant__lists {
    gap: 8px;
    font-size: 18px;
    max-width: 100%;
  }
  .type-variant {
    flex-direction: column;
  }
  .type-variant__content img,
  .our-plus__bl-img img {
    margin-left: auto;
    margin-right: auto;
  }
  .type-variant__content {
    max-width: 100%;
  }
  .type-variant__content .block-text {
    min-height: auto;
    -webkit-line-clamp: none;
    overflow: visible;
    display: block;
  }
  .section-est .container {
    bottom: 16px;
  }
  .section-est__img {
    min-height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .choose-now__footer {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .choose-now__lft {
    gap: 32px;
  }
  .choose-now__lft-nm--mobile {
    display: block;
    margin-top: 32px;
  }
  .choose-now__body {
    flex-direction: column;
  }
  .choose-now__lft {
    max-width: 100%;
  }
  .choose-now__sm-text {
    width: 100%;
  }
  .contacts-info__left {
    min-width: auto;
  }
  .contacts-info__link {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-info__write-us > div,
  .contacts-info__time {
    justify-content: center;
  }
  .contacts-info__name {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contacts-info__write-us {
    text-align: center;
  }
  .contacts-info__block {
    flex-direction: column-reverse;
  }
  .car-section__right-part {
    max-width: 100%;
    margin-top: 32px;
  }
  .car-section__left-part {
    margin-left: auto;
    margin-right: auto;
  }
  .line-filters .show-elements,
  .header-filters {
    display: flex;
  }
  .line-filters {
    gap: 10px;
  }
  .line-filters__right {
    gap: 16px;
  }
  .content-cards-f .left-filters {
    left: -320px;
    top: 0;
    background: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    transition: all 0.3s ease;
    margin-right: 0;
    overflow: auto;
    position: fixed;
    height: 100%;
    z-index: 1043;
    max-width: 320px;
  }
  .line-filters__left {
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    max-width: 122px;
    min-height: 50px;
    justify-content: center;
  }
  .filters {
    margin-bottom: 0;
  }
  .left-filters .left-block {
    display: none;
  }
  .content-cards-f .left-filters.active {
    left: 0;
  }
  .line-filters .search-vin-id {
    display: none;
  }
  footer .footer-block__logo p {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 36px;
  }
  .give-find-auto__left {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
  .give-find-auto__right {
    max-width: 100%;
  }
  .form__agree-block {
    justify-content: center;
  }
  .error-block .element-error {
    font-size: 120px;
    line-height: 120%;
  }
}
@media (max-width: 700px) {
  .reviews-block__element {
    max-width: 100%;
  }
  .fl-name {
    font-size: 24px;
    margin-top: 48px;
  }
  .sect-bl-f .buttons__action {
    display: none;
  }
  .menu_why-we .list-vetical__item {
    font-size: 18px;
  }
  .car-proc {
    flex-direction: column;
  }
  .menu_why-we {
    margin-top: 24px;
  }
  .car-section {
    padding: 40px 0;
  }
  .modal__block {
    padding: 24px;
  }
  .modal__block .form__block {
    padding: 24px;
  }
  .nums-block__image {
    min-width: auto;
  }
  .choose-now__body {
    gap: 0;
    margin-top: 32px;
  }
  .choose-now__desc {
    font-size: 18px;
  }
  .choose-now__lft-nm {
    font-size: 16px;
    line-height: 19px;
  }
  .contacts-info__name {
    font-size: 16px;
    line-height: 19px;
  }
  .contacts-info__block {
    margin-top: 24px;
    gap: 40px;
  }
  .contacts-info__right {
    gap: 16px;
  }
  .es-carousel ul {
    gap: 2px;
  }
  .es-carousel ul li {
    max-width: calc((100% - 10px) / 6);
  }
  .rg-image {
    min-height: 320px;
  }
  h1,
  .name-page {
    font-size: 36px;
    line-height: 1.33;
  }
  .text-footer-cont {
    font-size: 16px;
  }
  .name-page-desc {
    font-size: 16px;
    margin-top: 16px;
  }
  .breadcrumbs {
    margin-top: 24px;
  }
  .name-page {
    margin-top: 40px;
  }
  .line-filters {
    margin-top: 32px;
  }
  .line-filters__right {
    justify-content: flex-end;
  }
  .name-page-count {
    font-size: 20px;
    line-height: 24px;
  }
  .line-filters .show-elements {
    display: none;
  }
  footer .footer-block__copy {
    margin-top: 8px;
  }
  .blog-cards__block-img {
    min-height: auto;
  }
  .parts-block.white-bg .parts-block__left,
  .parts-block__left {
    padding-left: 16px;
    padding-right: 16px;
  }
  .block-h2.new-line {
    gap: 8px;
  }
  /*
  .pos-relative .buttons__action {
      position: absolute;
      width: calc(100% - 16px);
      justify-content: space-between;
      align-items: center;
      top: 50%;
      z-index: 2;
      left: 50%;
      transform: translate(-50%, -50%);
  }*/
  .pos-relative .buttons__action .prev-slider {
    position: absolute;
    left: 8px;
    top: calc(50% - 24px);
    z-index: 2;
  }
  .pos-relative .buttons__action .next-slider {
    position: absolute;
    right: 8px;
    top: calc(50% - 24px);
    z-index: 2;
  }
  .cards-image li a {
    padding: 12px;
  }
  .cards-gold__card {
    flex-basis: 100%;
    max-width: 472px;
  }
  .popular-auto .button-radius {
    margin-top: 32px;
  }
  .popular-auto .block-h2 span:not(.normal) {
    display: inline-flex;
    margin-left: 0;
  }
  .section-cars-find .buttons-pagi {
    justify-content: center;
  }
  .section-cars-find .buttons__action {
    display: none;
  }
  .chat-bot {
    padding: 32px 0;
  }
  .chat-bot .block-h2 span:not(.normal) {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
  .buttons-tel-viber .button-radius {
    max-width: 170px;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
  }
  .js-cars-slider {
    flex-wrap: wrap;
    padding-bottom: 32px;
  }
  .js-cars-slider > swiper-slide {
    display: none;
    margin-right: 0 !important;
  }
  .js-cars-slider > swiper-slide:nth-child(-n+3) {
    display: block;
  }
  .hero-block .description {
    max-width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .hero-block {
    padding: 40px 0 80px;
  }
  .cards-image li svg {
    width: 40px;
    height: 40px;
  }
  .cards-image {
    gap: 8px;
    margin-top: -46px;
  }
  .cards-image li {
    max-width: calc((100% - 8px) / 2);
  }
  .cards-image li:last-child {
    max-width: 100%;
  }
  .button-radius {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-block .find-auto {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 46px;
  }
  .hero-block .find-auto__block {
    align-items: flex-start;
  }
  .hero-block .find-auto__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 126px;
  }
  .hero-block .second-line {
    margin-top: 0;
  }
  h2,
  .block-h2 {
    font-size: 24px;
    line-height: 35px;
  }
  h2 span:not(.normal),
  .block-h2 span:not(.normal) {
    font-size: 20px;
    line-height: 24px;
    margin-left: 8px;
  }
  .our-plus__content {
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .content-cards-f .cards-bl .cards-car__card,
  .content-cards-f .cards-bl .sm-block-form,
  .content-cards-f .cards-bl .action-catalog-bl {
    flex-basis: 100%;
    max-width: 100%;
  }
  .action-catalog-bl {
    min-height: 400px;
  }
  .days-buy li {
    max-width: 50%;
  }
  .desc-bl {
    flex-direction: column;
  }
  .point-telegram__wrapper {
    bottom: 85px;
  }
}
@media (max-width: 500px) {
  .header-top {
    min-height: 52px;
  }
  .sect-bl-f .buttons-pagi .button-radius {
    width: 100%;
  }
  .car-proc {
    gap: 16px;
  }
  .black-cont-f .name-page {
    word-break: break-word;
  }
  .flgs-fl {
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .flgs-fl__block {
    max-width: calc(50% - 12px);
  }
  .block-fle-s,
  .days-buy {
    margin-top: 24px;
  }
  .reviews-block__left swiper-container:first-child swiper-slide img,
  .reviews-block__left .swiper:first-child .swiper-slide img {
    height: 240px;
  }
  .form__txt-d {
    display: none;
  }
  .modal__close {
    top: -32px;
  }
  .nums-block__big {
    font-size: 45px;
    line-height: 0.8;
    min-width: auto;
  }
  .type-variant__content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .type-variant__content .block-text {
    margin-top: 16px;
  }
  .type-variant__lists {
    font-size: 16px;
  }
  .nums-block__txt {
    font-size: 14px;
  }
  .nums-block__line {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-info {
    padding-top: 40px;
  }
  .rg-image {
    min-height: 246px;
    margin-bottom: 8px;
  }
  .car-section__card + .car-section__card {
    border-top: 2px solid #d9d9d9;
    padding-top: 16px;
  }
  .car-section__link-rec {
    margin-top: 40px;
  }
  .car-section__name-c {
    font-size: 24px;
    line-height: 29px;
  }
  .car-section__card {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .es-carousel ul li {
    max-width: calc((100% - 6px) / 4);
  }
  .line-filters select {
    padding: 13px 44px 13px 16px;
    background-position: calc(100% - 12px) 16px;
    max-width: 196px;
  }
  .categories-auto {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 10px;
  }
  .categories-auto a {
    padding-left: 32px;
    padding-right: 32px;
    white-space: nowrap;
  }
  .categories-auto::-webkit-scrollbar {
    display: none;
  }
  .paginator {
    gap: 16px;
  }
  .paginator .paginator__link-prev {
    margin-right: 0;
  }
  .paginator .paginator__link-next {
    margin-left: 0;
  }
  .paginator__link {
    min-width: 24px;
  }
  .paginator__link:nth-last-child(2),
  .paginator__link:nth-last-child(3) {
    display: none;
  }
  .sm-block-form .button-radius {
    width: 100%;
  }
  .content-cards-f .cards-bl .sm-block-form .form__block {
    padding: 12px;
  }
  .form__block input {
    min-height: 52px;
    padding: 14px 14px;
  }
  .content-cards-f .cards-bl .sm-block-form input[type=tel] {
    padding: 14px 14px;
  }
  .select-st {
    min-height: 52px;
  }
  footer .footer-block__copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .parts-block .title-elem {
    margin-top: 24px;
    font-size: 16px;
  }
  .our-plus__right-menu {
    margin-top: 24px;
  }
  .list-vetical__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .buttons-tel-viber .button-radius {
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    gap: 11px;
  }
  .buttons-tel-viber .button-radius svg {
    height: 20px;
    width: 20px;
  }
  .buttons-tel-viber {
    gap: 16px;
    flex-wrap: wrap;
  }
  .chat-bot .container > div {
    justify-content: center;
  }
  .our-plus__content {
    gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }
  .hero-block .button-radius {
    max-width: 259px;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-header {
    padding-left: 0;
  }
  .header-block {
    background-color: #C09547;
  }
  .header-top__right svg {
    fill: #1C1C1C;
  }
  .header-top__bl {
    max-width: 140px;
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1C1C1C;
  }
  .header-top__logo img {
    max-width: 108px;
  }
  .section-cars-find .buttons-pagi .button-radius {
    max-width: 100%;
    width: 100%;
  }
  .our-plus .block-h2 span:not(.normal),
  .popular-auto .block-h2 span:not(.normal),
  .give-find-auto .block-h2 span:not(.normal),
  .section-partners .block-h2 span:not(.normal),
  .section-cars-find.catalog--mod .block-h2 span:not(.normal),
  .section-blog .block-h2 span:not(.normal),
  .contacts-info .block-h2 span:not(.normal),
  .choose-now .block-h2 span:not(.normal),
  .strong-side .block-h2 span:not(.normal),
  .sectin-types-v .block-h2 span:not(.normal),
  .section-services .block-h2 span:not(.normal),
  .section-news-auto .block-h2 span:not(.normal) {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }
  .choose-now__body {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .choose-now__line-auto {
    gap: 24px;
  }
  .choose-now__footer > div {
    font-size: 14px;
    line-height: 18px;
  }
  .choose-now__block-img {
    flex-basis: calc((100% - 24px) / 2);
    gap: 4px;
  }
  .choose-now__label {
    gap: 4px;
    font-size: 14px;
    line-height: 18px;
  }
  .contacts-info__name,
  .contacts-info__link {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    justify-content: flex-start;
  }
  .map {
    height: 330px;
  }
  .contacts-info__write-us > div,
  .contacts-info__time {
    justify-content: flex-start;
  }
  .contacts-info__write-us {
    gap: 12px;
  }
  .contacts-info__write-us {
    text-align: left;
  }
  .rg-image-nav-next {
    bottom: 16px;
    transform: translateY(0);
    top: auto;
  }
  .rg-image-nav-prev {
    bottom: 16px;
    transform: translateY(0) rotate(180deg);
    top: auto;
  }
  .catalog--mod .block-h2 .normal {
    font-size: 26px;
    line-height: 1;
  }
  .content-car__h2 {
    margin-top: 40px;
  }
  .blog-cards:not(.blog-cards--catalog) {
    margin-top: 24px;
  }
  .cards-lists__card {
    max-width: 278px;
  }
  .cards-lists__title {
    font-size: 16px;
    line-height: 19px;
  }
  .section-partners .button-radius,
  .section-est .button-radius,
  .blog-cards__look-more .button-radius {
    max-width: 100%;
    width: 100%;
  }
  .blog-cards__look-more {
    margin-top: 32px;
  }
  .firms-cards swiper-slide {
    max-width: 80px;
  }
  .firms .buttons__action {
    margin-top: 32px;
  }
  .popular-auto .button-radius {
    max-width: calc(100% - 32px);
  }
  .section-cars-find .cards-car__card {
    max-width: 100%;
  }
  .give-find-auto__left p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
  }
  .form__agree-block {
    flex-direction: column-reverse;
    text-align: center;
    gap: 12px;
    margin-top: 16px;
  }
  .form__block input + input,
  .block-for-input {
    margin-top: 8px;
  }
  .modal-auction_bid .block-for-input {
    margin-bottom: 8px;
  }
  .form__block {
    padding: 12px;
  }
  .give-find-auto .button-radius.hover-white {
    width: 100%;
  }
  .give-find-auto {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .give-find-auto .form__name {
    display: none;
  }
  footer .footer-block {
    text-align: left;
    align-items: flex-start;
  }
  footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  footer .footer-block__elem {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 8px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  footer .footer-block {
    gap: 24px;
  }
  footer .title-elem {
    width: 100%;
  }
  footer .footer-block__elem p {
    display: inline-flex;
    font-size: 14px;
    line-height: 18px;
  }
}/*# sourceMappingURL=main.css.map */
/* End */
/* /local/templates/main/css/main.css?176129544194577 */
