html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	line-height: 1.2;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,input,textarea {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}@charset "UTF-8";

/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 4:00 PM */

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.eot");
  src: local("/fonts/Roboto Bold"), local("/fonts/Roboto-Bold"), url("/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.eot");
  src: local("/fonts/Roboto"), local("/fonts/Roboto-Regular"), url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.eot");
  src: local("/fonts/Roboto Medium"), local("/fonts/Roboto-Medium"), url("/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.eot");
  src: local("/fonts/Roboto Black"), local("/fonts/Roboto-Black"), url("/fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Black.woff") format("woff"), url("/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.eot");
  src: local("/fonts/Roboto Light"), local("/fonts/Roboto-Light"), url("/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Light.woff") format("woff"), url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Roboto";
  font-weight: normal;
  color: #333;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

header {
  padding: 10px 0;
  background: #F7F7F7;
}

header ul {
  max-width: 315px;
  grid-auto-flow: column;
  display: grid;
  justify-items: self-start;
}

header ul a {
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}

header ul a:hover {
  color: #22D485;
}

.top_address_phone {
  color: #333;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
}

.top_address_phone .flex {
  margin-left: 50px;
}

.flex {
  display: flex;
}

.top_phone a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.wrap_top_menu {
  display: grid;
  grid-auto-flow: column;
}

.top_address_phone img {
  margin-right: 5px;
}

.logo {
  max-width: 236px;
  width: 236px;
}

.wrap_logo_top_block {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
}

.top_main_menu a {
  transition: all 0.3s;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.top_main_menu a:hover {
  color: #22D485;
}

.top_main_menu ul {
  display: flex;
}

.top_main_menu ul li {
  margin-left: 30px;
}

.top_catalog_button {
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 3px solid #22D485;
  transform-origin: center;
  font-weight: 500;
  padding-right: 50px;
}

.top_catalog_button:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 3px solid #22D485;
  border-width: 0px 0px 3px 3px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.wrap_ltp {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.top_brands {
  margin-top: 30px;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.top_brands .brand_title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.top_brands .brand_count {
  font-size: 12px;
  color: #888;
}

.top_brands .wrap_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.top_brands .brand_logo {
  max-width: 35px;
  margin-bottom: 5px;
}

.top_brands a {
  color: #333;
  transition: all 0.3s;
}

.top_brands a:hover {
  color: #22D485;
}

.top_brands::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 17px;
  background: #fff;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 16% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 16% 100%);
}

.top_brands::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 18px;
  background: #e3e3e3;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 16% 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 16% 100%);
}

.t_all_brands {
  position: relative;
  display: none;
  transition: all 0.3s;
}

.t_all_brands.active {
  display: block;
}

.menu_icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}

.menu_icons a {
  color: #333;
  padding: 5px 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: all 0.3s;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  min-height: 64px;
}

.menu_icons a:hover {
  transition: all 0.3s;
  background: linear-gradient(62.22deg, #29a2c9 3%, #22d485 108.26%);
  color: #fff;
}

.menu_icons a:hover img {
  filter: brightness(0) invert(1);
}

.menu_icons .menu_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.front_form {
  min-height: 330px;
  margin-top: 30px;
  background-image: url("/img/icons/front_top-min.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.front_form_title {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.wrap_front_form {
  max-width: 720px;
  color: #fff;
  padding: 40px 35px 50px;
}

.wrap_front_form .wrap_input {
  height: 50px;
}

.wrap_front_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 100%;
}

.wrap_front_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  width: 100%;
  height: 100%;
}

.wrap_front_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.wrap_front_form button:hover::before {
  left: 300px;
}

.wrap_front_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.front_form_action {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.front_form_action span {
  color: #22D485;
}

.front_form_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.checkbox-elem {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  line-height: 14px;
  color: #D6D6D6;
}

.checkbox-elem .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background: transparent;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}

.checkbox-elem .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 7px;
  border: solid #24CECB;
  border-width: 0 1px 1px 0;
  transform: rotate(39deg);
}

.checkbox-elem input:checked ~ .checkmark:after {
  display: block;
}

.form_legacy {
  max-width: 390px;
  margin-top: 20px;
}

.form_legacy a {
  color: #D6D6D6;
}

.page_title {
  margin-top: 50px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.005em;
  display: inline-block;
  position: relative;
}

.page_title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #22D485;
  bottom: -3px;
  left: 0;
}

.cars_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.cars_container .info ul {
  display: flex;
  color: #5f5f5f;
  font-size: 12px;
}

.cars_container .info ul li {
  margin-right: 15px;
  position: relative;
}

.cars_container .info ul li::before {
  content: "";
  position: absolute;
}

.cars_container .info ul li:nth-child(1) {
  background-image: url("/img/icons/car-icon-1.png");
  background-repeat: no-repeat;
  padding-left: 20px;
}

.cars_container .info ul li:nth-child(2) {
  background-image: url("/img/icons/car-icon-2.png");
  background-repeat: no-repeat;
  padding-left: 15px;
}

.cars_container .info ul li:nth-child(3) {
  background-image: url("/img/icons/car-icon-3.png");
  background-repeat: no-repeat;
  padding-left: 15px;
}

.car {
  padding: 15px;
  position: relative;
  border-radius: 6px;
  padding-bottom: 30px;
  transition: all 0.3s;
}

.car .car_image {
  min-height: 190px;
  position: relative;
  padding-top: 40px;
}

.car .title {
  color: #333;
  font-size: 18px;
  margin: 13px 0;
  display: block;
}

.car .old-price {
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
}

.car .new-price {
  font-weight: bold;
  font-size: 22px;
  color: #666;
}

.car .price-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
}

.car .credit {
  font-size: 14px;
}

.car .credit span {
  color: #22D485;
}

.car .info {
  margin-top: 11px;
}

.car .car_hit {
  top: 25px;
  left: 5px;
  background: #1F96FC;
  border-radius: 4px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  padding: 2px 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  transform: skewX(-12deg);
}

.car .car_new {
  top: 5px;
  left: 5px;
  background: #22D485;
  border-radius: 4px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  transform: skewX(-12deg);
}

.car:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.car .car_link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  top: 0;
  left: 0;
}

.cont_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 30px;
}

.front_about {
  background-image: url("/img/about-us.jpg");
  padding-bottom: 80px;
  background-size: cover;
}

.front_about h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

.about_block_count {
  font-weight: 300;
  font-size: 70px;
  border-bottom: 4px solid #22D485;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.about_block_description {
  font-size: 18px;
  letter-spacing: 0.005em;
  color: #fff;
  text-align: center;
  max-width: 180px;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.about_block {
  text-align: center;
}

.about_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 70px;
  margin-bottom: 90px;
}

.about_button {
  max-width: 190px;
  min-height: 46px;
  background: transparent;
  border: 2px solid #22D485;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.about_button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
  background-color: #22D485;
  color: #fff;
}

.news_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.news_image {
  height: 225px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.news_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  opacity: 0;
  z-index: 20;
}

.news_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(10.95deg, #004595 -7.81%, rgba(0, 0, 0, 0) 68.09%);
  z-index: 1;
  opacity: 0.8;
}

.news_image .n_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.news_title {
  position: absolute;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.005em;
  color: #fff;
  max-width: 265px;
  width: 265px;
  z-index: 10;
  font-weight: 500;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
}

.news_title span {
  display: block;
  border: 2px solid #22D485;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15), 0px 0px 15px rgba(0, 255, 251, 0.4);
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -70px;
  bottom: 10px;
  transition: all 0.3s;
}

.news_title span img {
  width: 19px;
  height: 19px;
}

.wrap_news:hover .n_image {
  transform: scale(1.2);
}

.wrap_news:hover span {
  background-color: #22D485;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15), 0px 0px 15px rgba(0, 255, 251, 0.4);
}

.dark_opacity {
  max-width: 190px;
  min-height: 46px;
  background: transparent;
  border: 2px solid #22D485;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  margin: 0 auto;
  margin-top: 50px;
}

.dark_opacity:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
  background-color: #22D485;
  color: #fff;
}

.front_catalog {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 3px solid #EAE6E6;
}

.big_green_link {
  letter-spacing: 0.005em;
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-bottom: 30px;
  color: #22D485;
}

.big_green_link:hover {
  text-decoration: none;
}

.front_all_brands {
  -moz-columns: 4;
       columns: 4;
}

.all_brands_title {
  margin-bottom: 10px;
}

.all_brands_title a {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  position: relative;
}

.all_brands_title a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #22D485;
  bottom: -2px;
  left: 0;
}

.wrap_all_brands_models a {
  color: #666;
  font-size: 14px;
  transition: all 0.3s;
}

.wrap_all_brands_models a:hover {
  color: #22D485;
}

.wrap_all_brands_models li {
  display: inline-block;
  margin-bottom: 5px;
}

.wrap_all_brands_models li:not(:last-child):after {
  content: "/";
  position: relative;
  margin: 0 5px;
}

.wrap_all_brands_models {
  margin-bottom: 30px;
}

.front_banks {
  background: #FAFBFD;
  padding: 50px 0;
  padding-bottom: 100px;
}

.front_banks .page_title {
  margin-top: 0;
}

.white_big {
  text-align: center;
  margin-top: 20px;
}

.wrap_front_bank {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 110px;
  background: #FFFFFF;
  /* box-shadow: 0px 0px 20px rgb(0 69 149 / 10%); */
  box-shadow: 1px 2px 8px rgba(0, 69, 149, 0.1);
  border-radius: 6px;
}

.slick-slide {
  padding: 5px;
}

.slick-slide a {
  display: block;
  padding: 10px;
}

.prev_arrow,
.next_arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.prev_arrow img,
.next_arrow img {
  width: 19px;
  height: 16px;
}

.prev_arrow:hover,
.next_arrow:hover {
  background-color: #22D485;
}

.prev_arrow:hover img,
.next_arrow:hover img {
  filter: brightness(0) invert(1);
}

.slider_banks {
  position: relative;
}

.slider_banks .prev_arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.slider_banks .prev_arrow img {
  transform: rotate(180deg);
}

.slider_banks .next_arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.footer_bottom_form {
  background-image: url("/img/order-form-bg.jpg");
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

.footer_bottom_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 250px;
}

.footer_bottom_form .wrap_input {
  margin-bottom: 10px;
}

.footer_bottom_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 250px;
}

.footer_bottom_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.footer_bottom_form button:hover::before {
  left: 300px;
}

.footer_bottom_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.fbf_big_title {
  font-size: 40px;
  font-weight: 300;
  max-width: 490px;
}

.fbf_middle {
  font-size: 16px;
  max-width: 490px;
  line-height: 19px;
  margin-bottom: 20px;
}

.form_legacy input {
  display: none;
}

.form_legacy a {
  text-decoration: underline;
}

footer {
  padding-top: 50px;
  position: relative;
  background: linear-gradient(180deg, #2D3439 0%, #394146 36.86%), #394146;
  padding-bottom: 50px;
}

.footer_logo {
  max-width: 333px;
  margin-bottom: 20px;
  min-width: 300px;
}

.footer_block {
  color: #999;
}

.footer_block li {
  margin-bottom: 15px;
}

.footer_block li a {
  font-size: 14px;
}

.footer_block a {
  color: #999;
}

.footer_address {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer_address:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 21px;
  background-image: url("/img/icons/address-icon.svg");
  filter: contrast(0.1);
}

.footer_phone {
  margin-bottom: 20px;
}

.footer_phone a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
  display: block;
  position: relative;
}

.footer_phone a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 22px;
  background-image: url("/img/icons/phone-icon.svg");
  background-repeat: no-repeat;
}

.footer_callback button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.footer_callback button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.footer_callback button:hover::before {
  left: 300px;
}

.footer_callback button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.footer_links {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 20px;
}

.footer_links a {
  transition: all 0.3s;
}

.footer_links a:hover {
  color: #22D485;
}

.footer_copyright {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 12px;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_copyright a {
  display: block;
  text-decoration: underline;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-size: 12px;
}

.footer_copyright a:hover {
  color: #22D485;
}

.footer_copyright p {
  margin-bottom: 10px;
}

.top_arrow {
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 12px solid #00afb4;
  background: #525658;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  cursor: pointer;
}

.close_brand_menu {
  position: absolute;
  bottom: -5px;
  cursor: pointer;
  left: 50%;
  width: 10px;
  z-index: 10;
  pointer-events: all;
  height: 10px;
  border: 3px solid #22D485;
  border-width: 0px 0px 3px 3px;
  transform: rotate(135deg) translateX(-50%);
  transform-origin: bottom left;
}

.breadcrumbs {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}

.breadcrumbs a {
  font-size: 14px;
  color: #22D485;
  transition: all 0.3s;
  position: relative;
  display: block;
}

.breadcrumbs a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 0%;
  transition: all 0.3s;
  left: 0;
  background-color: #22D485;
}

.breadcrumbs a:hover::after {
  width: 100%;
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 8px 0 12px;
  background: #ECF2F2;
  border-radius: 4px;
  position: relative;
  margin: 0 17px 5px 0;
}

.breadcrumbs ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 13px;
  border-color: transparent transparent transparent #ECF2F2;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.special_top_text {
  font-size: 30px;
}

.special_top_text span {
  color: #22D485;
}

.section_brand_top {
  background-image: url("/img/brand-bg-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
}

.wrap_top_brand_cars {
  pointer-events: none;
  display: grid;
  grid-template-columns: 350px 250px 250px 315px;
  grid-template-rows: 300px;
  margin-top: 140px;
}

.top_brand_block:nth-child(1) {
  z-index: 10;
  grid-column: 1/3;
  grid-row: 1/1;
  margin-top: -40px;
}

.top_brand_block:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/2;
  z-index: 5;
  margin-top: -50px;
}

.top_brand_block:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-top: -60px;
}

.top_brand_block:nth-child(4) {
  grid-column: 4/4;
  grid-row: 1/1;
}

.top_brand_block a {
  pointer-events: all;
}

.top_brand_block a:hover .tbc_discount {
  background-color: #1F96FC;
}

.tbc_discount {
  background-color: #22D485;
  display: inline-block;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  z-index: 30;
  margin-top: 30px;
  transition: all 0.3s;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.tbc_discount span {
  font-weight: normal;
  font-size: 14px;
  display: block;
}

.tbc_title {
  font-size: 20px;
  font-weight: bold;
  background: #1F96FC;
  color: #fff;
  padding: 3px 15px 3px 15px;
  border-radius: 5px;
  display: inline-block;
  z-index: 2;
  margin-top: -10px;
}

.tbc_form {
  padding: 20px 15px;
  border-radius: 4px;
  pointer-events: all;
  background: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
  max-height: 315px;
  max-width: 315px;
}

.tbc_form .wrap_input {
  margin-bottom: 20px;
}

.tbc_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 50px;
}

.tbc_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.tbc_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.tbc_form button:hover::before {
  left: 300px;
}

.tbc_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.tbc_form_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.brand_page h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.brand_text {
  color: #666;
  margin-bottom: 30px;
}

.brand_text p {
  margin-bottom: 20px;
}

.brand_action_adw {
  margin-bottom: 50px;
  background: linear-gradient(38.43deg, #29A2C9 3%, #22D485 108.26%);
  border-radius: 6px;
  padding: 20px 60px 20px 20px;
  display: grid;
  grid-template-columns: 150px 1fr 300px;
}

.brand_action_adw button {
  max-width: 186px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(17, 100, 63, 0.25);
  border-radius: 4px;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  min-height: 50px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
  width: 100%;
}

.brand_action_adw button:hover {
  color: #fff;
  background-color: #22D485;
}

.wrap_bad_logo {
  justify-content: center;
  align-items: center;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  background: #A9DCE6;
  border: 5px solid #53BACC;
  margin-right: 30px;
  position: relative;
  display: flex;
}

.bad_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.bad_text {
  font-weight: 300;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 10px;
  color: #fff;
}

.bad_action {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-top: 10px;
}

.bad_action span {
  background: #22D485;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}

.bad_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_brand {
  background-image: url("/img/model-order-bg-min.jpg");
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  padding-bottom: 100px;
}

.bb_title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bb_big {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}

.bb_big:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -15px;
  width: 72px;
  height: 77px;
  background-image: url("/img/model-vector.png");
}

.bb_grid_item {
  display: flex;
  align-items: center;
}

.bb_grid_item span {
  display: block;
}

.bb_small {
  font-size: 16px;
}

.bb_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.bb_middle {
  margin: 0 auto;
  max-width: 525px;
  font-size: 18px;
  line-height: 21px;
  margin-top: 80px;
}

.bb_button button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  max-width: 250px;
  width: 250px;
  font-size: 18px;
}

.bb_button button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.bb_button button:hover::before {
  left: 300px;
}

.bb_button button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.car_top {
  margin-bottom: 50px;
}

.car_top h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.car_spec_item {
  margin-right: 50px;
}

.car_spec_item .csi_data {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 300;
}

.car_spec_item .csi_data:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 23px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.car_spec_item:nth-child(1) .csi_data:before {
  background-image: url("/img/icons/specifications-icon1.png");
}

.car_spec_item:nth-child(2) .csi_data:before {
  background-image: url("/img/icons/specifications-icon2.png");
}

.car_spec_item:nth-child(3) .csi_data:before {
  background-image: url("/img/icons/specifications-icon3.png");
}

.car_spec_item:nth-child(4) .csi_data:before {
  background-image: url("/img/icons/specifications-icon4.png");
}

.csi_title {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.top_car_price {
  font-size: 26px;
  font-weight: bold;
  background-image: url("/img/icons/label-icon.png");
  background-repeat: no-repeat;
  position: relative;
  height: 59px;
  min-width: 212px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.top_car_credit {
  font-size: 14px;
  color: #666;
}

.top_car_button {
  margin-top: 10px;
  margin-bottom: 40px;
}

.top_car_button button {
  border-radius: 4px;
  border: none;
  background-color: #1F96FC;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.top_car_button button:hover {
  box-shadow: 0px 3px 8px rgba(31, 150, 252, 0.53);
}

.top_car_button button:hover::before {
  left: 300px;
}

.top_car_button button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #94bde0;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.top_car_thumbnails_title {
  font-size: 12px;
  margin-bottom: 20px;
}

.top_car_thumbnails {
  display: flex;
}

.top_car_thumbnails .thumbnail {
  width: 18px;
  cursor: pointer;
  height: 18px;
  margin-right: 10px;
  transition: all 0.3s;
}

.top_car_thumbnails .thumbnail.active {
  transform: scale(1.4);
}

.top_car_thumbnails .thumbnail:hover {
  transform: rotate(90deg);
}

.car_top {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.top_car_poligon {
  margin-top: 15px;
  padding: 20px 30px 35px;
  background: linear-gradient(0deg, #F75454, #F75454), #FFFFFF;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 12% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0%, 100% 92%, 12% 100%, 0 92%);
}

.top_car_action_date {
  font-size: 16px;
  margin-top: 15px;
}

.polygon {
  filter: drop-shadow(0px 0px 20px rgba(234, 44, 75, 0.3));
}

.top_car_form {
  margin-top: 30px;
}

.top_car_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #D2D2D2;
  width: 100%;
}

.top_car_form .wrap_input {
  margin-bottom: 10px;
}

.top_car_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  font-size: 18px;
  min-height: 50px;
}

.top_car_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.top_car_form button:hover::before {
  left: 300px;
}

.top_car_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.car_submenu {
  background: #394146;
  color: #fff;
  padding: 20px 0;
}

.car_submenu a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}

.car_submenu a:hover {
  color: #22D485;
}

.car_submenu ul {
  display: flex;
}

.car_submenu li {
  margin-right: 50px;
}

.complects_info {
  margin-bottom: 80px;
}

.complects_info .old_price {
  text-decoration: line-through;
  color: #666;
}

.complects_info table {
  width: 100%;
}

.complects_info tr {
  height: 80px;
}

.complects_info tr:nth-child(1) {
  height: 50px;
  background: #EEEEEE;
  vertical-align: middle;
}

.complects_info tr .complect_text {
  font-size: 14px;
  -moz-column-count: 3;
       column-count: 3;
}

.complects_info tr .complect_text li {
  margin-bottom: 3px;
}

.complects_info tr .complect_text li.header_title:not(:first-child) {
  margin: 10px 0 0;
}

.complects_info tr td {
  text-align: left;
  vertical-align: middle;
  color: #333333;
  border-bottom: 1px solid #D1D1D1;
  padding: 5px 15px 3px;
  padding-left: 25px;
  font-size: 18px;
  vertical-align: middle;
}

.complects_info tr td.reserv_show {
  width: 190px;
}

.complects_info tr td.reserv_show .all_discount {
  color: #d8d8d8;
}

.complects_info tr td:nth-child(1) {
  padding-left: 15px;
}

.complects_info tr td.complect_name {
  padding-left: 20px;
}

.complects_info tr td.complect_text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.complects_info tr th {
  vertical-align: middle;
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.complects_info tr th:nth-child(1) {
  background-image: url("/img/icons/th-icon-01.png");
  padding-left: 43px;
}

.complects_info tr th:nth-child(2) {
  padding-left: 47px;
  background-image: url("/img/icons/th-icon-02.png");
}

.complects_info tr th:nth-child(3) {
  padding-left: 44px;
  background-image: url("/img/icons/th-icon-03.png");
}

.complects_info tr th:nth-child(4) {
  padding-left: 42px;
  background-image: url("/img/icons/th-icon-04.png");
}

.complects_info tr th:nth-child(5) {
  padding-left: 42px;
  background-image: url("/img/icons/th-icon-05.png");
}

.complects_info tr th:nth-child(6) {
  padding-left: 42px;
  background-image: url("/img/icons/th-icon-06.png");
}

.complects_info .no_height {
  height: 0;
}

.complect_title {
  font-size: 20px;
  font-weight: bold;
}

.complect_name {
  font-size: 18px;
  font-weight: 500;
}

.one_complect {
  font-size: 16px;
}

.one_complect .all_price {
  color: #EA2C4B;
  font-weight: 500;
}

.complect_name {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.complect_name::before {
  content: "";
  color: #333;
  width: 4px;
  height: 4px;
  border: 4px solid #333;
  display: block;
  position: absolute;
  left: 5px;
  top: 34px;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.header_title {
  text-transform: uppercase;
  font-weight: bold;
}

.hidden {
  display: none;
}

.blue_but {
  border-radius: 4px;
  border: none;
  background-color: #1F96FC;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
}

.blue_but:hover {
  box-shadow: 0px 3px 8px rgba(31, 150, 252, 0.53);
}

.blue_but:hover::before {
  left: 300px;
}

.blue_but::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #94bde0;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.reserv {
  display: none;
}

.one_complect:hover .reserv {
  display: inline-block;
}

.one_complect:hover .credit {
  display: block;
}

.one_complect:hover .all_discount {
  display: none;
}

.one_complect:hover .all_price {
  display: none;
}

.one_complect:hover .complect_name {
  color: #22D485;
}

.one_complect:hover .complect_name::before {
  border: 4px solid #22D485;
  border-color: transparent #22D485 #22D485 transparent;
}

.green_but {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.green_but:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.green_but:hover::before {
  left: 300px;
}

.green_but::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.credit {
  display: none;
}

.wrap_discounts_blocks {
  display: grid;
  grid-template-columns: 250px 250px 250px 1fr;
  grid-template-rows: 260px;
  margin-top: 20px;
  gap: 15px;
}

.car_discount_block {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  padding: 30px 10px 10px 50px;
}

.car_discount_block:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 15px;
  top: 30px;
  border-radius: 4px;
  border: 2px solid #C4C4C4;
}

.car_discount_block::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 20px;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background-color: #85E9BF;
  display: none;
}

.car_discount_block .cdb_title {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  position: relative;
  margin-bottom: 12px;
}

.car_discount_block .cdb_title::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -23px;
  background-image: url("/img/icons/help-icon.png");
}

.car_discount_block:hover {
  border: 1px solid #22D485;
}

.car_discount_block.active {
  background: linear-gradient(70.3deg, #29A2C9 3%, #22D485 108.26%), #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 69, 149, 0.05);
  color: #fff;
}

.car_discount_block.active .cdb_title {
  color: #fff;
}

.car_discount_block.active .cdb_title::after {
  display: none;
}

.car_discount_block.active:after {
  display: block;
}

.car_discount_block.active::before {
  border: 2px solid #22D485;
}

.car_discount_block.active .cdb_active {
  display: flex;
}

.cdb_active {
  background: linear-gradient(0deg, #85E9BF, #85E9BF), #FFFFFF;
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 75%, 77% 100%, 0 76%);
          clip-path: polygon(0% 0%, 100% 0, 100% 75%, 77% 100%, 0 76%);
  color: #29A2C9;
  position: absolute;
  width: 64px;
  font-size: 10px;
  height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  padding-top: 8px;
  justify-content: center;
  top: 10px;
  right: 10px;
  display: none;
}

.cdb_polygon {
  color: #fff;
  background: linear-gradient(0deg, #F75454, #F75454), #FFFFFF;
  border-radius: 6px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 83%, 83% 94%, 0 80%);
          clip-path: polygon(0% 0%, 100% 0, 100% 83%, 83% 94%, 0 80%);
  padding: 15px 20px 30px;
  display: inline-block;
  position: absolute;
}

.cdb_p_description {
  font-size: 20px;
}

.cdb_p_price {
  font-size: 28px;
  font-weight: bold;
}

.cdb_image {
  margin-top: 70px;
}

.disc_reserv {
  max-width: 190px;
  min-height: 46px;
  background: transparent;
  border: 2px solid #22D485;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0 20px;
  min-width: 190px;
}

.disc_reserv:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
  background-color: #22D485;
  color: #fff;
}

.disc_credit {
  min-height: 46px;
  background: transparent;
  border: 2px solid #1F96FC;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #333;
  box-shadow: none;
  transition: all 0.3s;
  font-weight: 500;
  padding: 0 20px;
  min-width: 190px;
}

.disc_credit:hover {
  box-shadow: 0px 3px 8px rgba(31, 150, 252, 0.53);
  background-color: #1F96FC;
  color: #fff;
}

.discounts_buttons {
  display: flex;
  margin-top: 20px;
}

.discounts_buttons div {
  margin-right: 10px;
}

.car_content_blocks {
  margin-top: 50px;
  display: grid;
  margin-bottom: 80px;
  padding-top: 50px;
  border-top: 2px solid #C4C4C4;
  grid-template-columns: 1fr 1fr;
}

.car_content_b_text {
  max-height: 350px;
  overflow-y: scroll;
}

.car_content_b_text::-webkit-scrollbar {
  width: 5px;
  height: 0;
}

.car_content_b_text::-webkit-scrollbar-thumb {
  background-color: #22D485;
  width: 5px;
  height: 0;
  border-radius: 3px;
}

.car_content_b_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.compare_top_block {
  min-height: 230px;
}

.left_compare_block_title_big {
  font-weight: 600;
  min-height: 50px;
}

.left_compare_block {
  text-overflow: ellipsis;
  border-right: 3px solid #22D485;
}

.left_compare_block div {
  padding: 15px;
}

.left_compare_block div:nth-child(even) {
  background-color: #F8F8F8;
}

.grid_compare {
  display: grid;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #d1d1d1;
  grid-template-columns: 315px 1fr;
}

.left_compare_block_title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 315px;
  min-height: 50px;
  padding: 15px;
  overflow: hidden;
  white-space: nowrap;
}

.right_compare_block {
  overflow: hidden;
}

.compare_slider .slick-arrow {
  position: absolute;
  z-index: 100;
}

.compare_slider .slick-slide {
  padding: 0;
}

.compare_slider .prev_arrow {
  top: 15px;
  left: 15px;
}

.compare_slider .next_arrow {
  right: 15px;
  top: 15px;
}

.compare_top_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}

.compare_top_block .compare_but {
  border-radius: 4px;
  border: none;
  background-color: #1F96FC;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.compare_top_block .compare_but:hover {
  box-shadow: 0px 3px 8px rgba(31, 150, 252, 0.53);
}

.compare_top_block .compare_but:hover::before {
  left: 300px;
}

.compare_top_block .compare_but::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #94bde0;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.compare_y {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.compare_y::after {
  content: "+";
}

.compare_n {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.compare_n::after {
  content: "-";
}

.compare_slider_item .left_compare_block_title:nth-child(even) {
  background-color: #F8F8F8;
}

.car_techno_left {
  position: relative;
  background-image: url("/img/icons/specifications-size.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 190px;
}

.car_techno {
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.car_techno_left_width {
  position: absolute;
  bottom: 0;
  left: 10%;
}

.car_techno_left_height {
  position: absolute;
  left: 34%;
  top: 50px;
  transform: rotate(-90deg);
}

.car_techno_left_lenght {
  position: absolute;
  bottom: 0;
  right: 25%;
}

.car_techno_right_title {
  font-size: 18px;
  font-weight: 500;
  padding-right: 30px;
  background-image: url("/img/icons/specifications-icon5.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.car_techno_right {
  padding-left: 40px;
}

.car_techno_right_engine {
  font-size: 18px;
  color: #666;
  margin-bottom: 5px;
}

.ct_table_title {
  background-color: #394146;
  color: #22D485;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.car_techno_table table {
  width: 100%;
}

.car_techno_table table td {
  padding: 10px;
  text-align: center;
}

.car_techno_table table td:nth-child(1) {
  text-align: left;
}

.car_techno_table table th {
  padding: 10px;
  text-align: center;
}

.car_techno_table table tr:nth-child(even) {
  background-color: #F8F8F8;
}

.car_wrap_photos_block {
  display: grid;
  grid-template: "first first . ." "first first . .";
  gap: 10px;
  margin: 20px 0;
}

.car_wrap_photos_block:not(.car_wrap_photos_block:nth-child(1)) {
  display: none;
}

.car_photos .car_wrap_photos_block:nth-child(2) {
  grid-template: ". . first first" ". . first first";
  display: grid;
}

.car_photo_1 {
  grid-area: first;
}

.car_photo_image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.car_photo_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.car_photo_image img:hover {
  opacity: 0.8;
}

.but_show_more_photos {
  max-width: 190px;
  min-height: 46px;
  background: transparent;
  border: 2px solid #22D485;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.but_show_more_photos:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
  background-color: #22D485;
  color: #fff;
}

.grey_section {
  background-color: #FAFBFD;
  padding: 30px 0;
}

.grey_section .slick-slide {
  padding: 10px;
}

.grey_section .next_arrow {
  position: absolute;
  right: 0;
  top: 0;
}

.grey_section .prev_arrow {
  position: absolute;
  right: 58px;
  top: 0;
}

.bottom_the_same_cars_title {
  font-size: 24px;
  font-weight: 500;
}

.bottom_the_same_cars_car {
  background-color: #fff;
  min-height: 195px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.bottom_the_same_cars_car a {
  color: #333;
  text-align: center;
  transition: all 0.3s;
}

.bottom_the_same_cars_car a:hover .btscc_title {
  color: #1F96FC;
  transition: all 0.3s;
}

.bottom_the_same_cars_car a:hover .btscc_price {
  color: #22D485;
}

.btscc_image {
  position: relative;
  width: 140px;
  height: 90px;
}

.btscc_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.btscc_title {
  font-size: 14px;
  transition: all 0.3s;
  margin-top: 10px;
}

.btscc_price {
  font-size: 16px;
  margin-top: 5px;
  transition: all 0.3s;
  font-weight: 500;
}

.bottom_the_same_cars {
  padding-top: 50px;
}

.car_bottom_promo_title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}

.car_bottom_promo_title span {
  color: #333;
}

.car_bottom_promo {
  background: linear-gradient(58.26deg, #22D485 3%, #29A2C9 108.26%);
  position: relative;
  padding-top: 50px;
}

.car_bottom_promo_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.car_bottom_promo_manager {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.car_bottom_promo_manager {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.car_bottom_promo_manager p {
  display: block;
  margin-left: 30px;
  max-width: 150px;
}

.car_bottom_promo_form_wrap {
  background: #fff;
  padding: 25px 20px;
  border-radius: 6px;
}

.car_bottom_promo_form_wrap input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #D2D2D2;
  width: 100%;
}

.car_bottom_promo_form_wrap button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.car_bottom_promo_form_wrap button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.car_bottom_promo_form_wrap button:hover::before {
  left: 300px;
}

.car_bottom_promo_form_wrap button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.car_bottom_promo_form_wrap .wrap_input {
  margin-bottom: 10px;
}

.car_bottom_promo_form_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.car_ajax_form {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1000;
  max-width: 400px;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.car_ajax_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #D2D2D2;
  width: 100%;
}

.car_ajax_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.car_ajax_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.car_ajax_form button:hover::before {
  left: 300px;
}

.car_ajax_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.car_ajax_form .wrap_input {
  margin-bottom: 10px;
}

.car_ajax_form .car_ajax_form_title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.car_ajax_form .car_ajax_form_image img {
  margin: 0 auto;
}

.car_ajax_form .car_ajax_form_color_title {
  color: #1F96FC;
}

.car_ajax_form .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
}

.car_ajax_form .close svg path {
  transition: all 0.3s;
}

.car_ajax_form .close:hover path {
  fill: #F75454;
}

.dark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 900;
}

.ajax_form_description {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

strong {
  font-weight: bold;
}

.credit_description_top {
  display: flex;
  margin-bottom: 50px;
}

.credit_description_top .item {
  font-size: 16px;
  color: #666;
  padding-right: 60px;
  margin-right: 30px;
  background-image: url("/img/icons/arrow-green.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.credit_description_top .item:last-child {
  background-image: none;
}

h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.credit_form_page {
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px 25px 50px;
  margin-bottom: 100px;
}

.top_credit_form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.top_credit_form select {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #D2D2D2;
  width: 100%;
}

/* The container must be positioned relative: */

.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 18px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333 transparent;
  top: 15px;
}

/* style the items (options), including the selected item: */

.select-selected {
  color: #333;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #eee;
}

.select-items div {
  color: #333;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 14px;
}

/* Style items (options): */

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 110;
  max-height: 300px;
  overflow-y: scroll;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
}

.select-items::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
  height: 8px;
  /* высота для горизонтального скролла */
  background-color: #e3e3e3;
}

.select-items::-webkit-scrollbar-thumb {
  background-color: #22D485;
}

.select-items::-webkit-scrollbar-thumb:hover {
  background-color: #253861;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #22D485;
  color: #fff;
  transition: all 0.1s;
}

.credit_form_image_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.middle_credit_form {
  display: grid;
  grid-template-columns: 1fr 35%;
  gap: 30px;
}

.credit_form_image_info_title {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.credit_form_image_info_complectation,
.credit_form_image_info_color {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.credit_form_image_info_price {
  display: none;
  align-items: center;
}

.cred_price_new {
  position: relative;
  width: 170px;
  font-size: 26px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 10px;
  color: #666;
  height: 48px;
}

.cred_price_new::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/img/icons/label-icon.png");
  background-size: contain;
  height: 50px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}

.cred_price_old {
  font-size: 14px;
  color: #666;
}

.cred_price_old span {
  display: block;
}

.credit_form_image_info_color {
  margin-bottom: 20px;
}

.middle_credit_form_right_top_info .label {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.middle_credit_form_right_top_info span {
  font-size: 22px;
  display: block;
  margin-left: 5px;
  font-weight: 300;
}

.middle_credit_form_right_top_info img {
  min-width: 21px;
  width: 21px;
  height: 23px;
}

.middle_credit_form_right_top_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  row-gap: 40px;
  display: none;
  margin-bottom: 30px;
}

.ui-slider {
  height: 5px;
  background: linear-gradient(to bottom, #E6E6E6 -50%, #E6E6E6 150%);
  border: 1px solid #E6E6E6;
  position: relative;
}

.ui-slider-handle {
  background: #22D485;
  border-radius: 4px;
  width: 10px;
  height: 20px;
  top: -9px;
  border: none;
  position: absolute;
  z-index: 100;
}

.ui-slider-range {
  background: linear-gradient(to top, #22d485 0%, #22d485 100%);
  position: absolute;
  top: 0;
  height: 5px;
}

.credit_form_sliders_label {
  margin-bottom: 30px;
  position: relative;
}

.slider-range-min label {
  position: absolute;
  bottom: -4px;
}

.slider-range-min .slider_number {
  bottom: -27px;
}

.credit_form_mini_text {
  margin-left: auto;
  font-size: 14px;
}

.divider_slider {
  height: 5px;
  width: 1px;
  background-color: #e3e3e3;
}

.srok_amount,
.vznos_amount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-weight: bold;
}

.credit_slider2 {
  margin-top: 50px;
}

#slider-range-min2 label {
  bottom: -26px;
}

.credit_additional_discount {
  margin-top: 50px;
  align-items: center;
}

.credit_additional_discount .wrap_input {
  margin-left: auto;
}

.credit_additional_discount .form_legacy {
  margin-top: 0;
}

.credit_additional_discount .form_legacy .checkbox-elem .checkmark:after {
  border: solid #EA2C4B;
  border-width: 0px 1px 1px 0;
}

.credit_additional_discount .form_legacy .checkbox-elem {
  color: #333;
  font-size: 14px;
}

.credit_dop_discount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  background: #EA2C4B;
  border-radius: 4px;
  padding: 9px 10px;
  transform: skewX(-12deg);
  margin-left: 15px;
}

.credit_form_big_price {
  font-size: 20px;
  font-weight: bold;
}

.middle_credit_form_right {
  margin-top: 20px;
}

.middle_credit_form_right input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.middle_credit_form_right .wrap_input {
  margin-bottom: 10px;
}

.middle_credit_form_right select {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.only_russian {
  font-size: 14px;
  letter-spacing: 0.005em;
  color: #EA2C4B;
  text-align: center;
  margin-top: 10px;
}

.credit_form_button {
  text-align: center;
  margin-top: 30px;
}

.credit_form_button button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 15px 100px;
}

.credit_form_button button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.credit_form_button button:hover::before {
  left: 300px;
}

.credit_form_button button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.credit_form_button .form_legacy {
  max-width: 380px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
}

.block_page_with_image {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 40px;
}

.block_page_with_image_left {
  position: relative;
}

.block_page_with_image_discount {
  position: absolute;
  top: 100px;
  right: 0;
  padding: 15px 15px 20px;
  color: #fff;
  background: linear-gradient(0deg, #F75454, #F75454), #FFFFFF;
  border-radius: 6px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 12% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0%, 100% 92%, 12% 100%, 0 92%);
  width: 200px;
}

.block_page_with_image_discount span {
  display: block;
  font-weight: bold;
  font-size: 28px;
}

.block_page_with_image_right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  grid-template-rows: 150px;
}

.block_page_with_image_right .item_big {
  font-size: 30px;
  position: relative;
}

.block_page_with_image_right .item_big::before {
  content: "";
  width: 43px;
  height: 46px;
  background: url("/img/icons/credit-before.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block_page_with_image_right .item_small {
  font-size: 15px;
  color: #666;
  margin-top: 20px;
  max-width: 200px;
}

.green_list {
  margin-top: 50px;
}

.green_list .list_title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.green_list li {
  color: #666;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.green_list li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  border: 3px solid #22D485;
  top: 0;
  left: 0;
  border-width: 0px 3px 3px 0;
  transform: rotate(45deg);
  padding-left: 5px;
}

.trade_in_hidden {
  display: none;
}

.middle_credit_form_right.trade_in_hidden .trade_in_hidden {
  display: none;
}

.tradein_inputs_all {
  justify-content: space-between;
}

.tradein_inputs_all input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #e3e3e3;
  max-width: 100%;
}

.tradein_inputs_all .wrap_input {
  max-width: 210px;
}

.list_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.block_page_with_image_discount_tradein {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #EA2C4B;
  background: url("/img/icons/traid-in-ellipse.png");
  height: 222px;
  width: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_page_with_image_discount_tradein span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: -24px;
}

.contacts_top_info {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contacts_top_info .label {
  font-size: 22px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}

.contacts_top_info a {
  color: #666;
}

.contacts_top_info .item_description.mini {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.map {
  height: 400px;
}

.th_first {
  font-size: 42px;
  font-weight: bold;
}

.th_big {
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 15px;
}

.th_button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  display: inline-block;
}

.th_button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.th_button:hover::before {
  left: 300px;
}

.th_button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.th_button a {
  color: #fff;
}

.th_grey {
  color: #666;
  margin-bottom: 20px;
}

.th_dont_forget_present {
  background-color: #1F96FC;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 6px;
  margin-bottom: 100px;
}

.th_dont_forget_present .flex {
  align-items: center;
}

.cupon_number {
  font-size: 30px;
  font-weight: bold;
  margin-left: 30px;
}

.th_schedule {
  margin: 20px 0;
}

.footer_block ul {
  display: none;
}

.hamburger span {
  background: #333333;
  display: flex;
  margin: 4px auto;
  height: 4px;
  width: 29px;
  margin-left: 5px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile_menu {
  position: fixed;
  top: 73px;
  background-color: #fff;
  width: 100%;
  display: none;
  left: 0;
  padding: 20px;
  z-index: 1000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.mobile_menu.active {
  display: block;
}

.mobile_menu ul a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.mobile_menu ul li {
  margin-bottom: 20px;
}

.mobile_menu_icons {
  display: flex;
  flex-wrap: wrap;
}

.mobile_menu_icons a {
  color: #666;
  font-size: 14px;
  display: block;
  margin-right: 20px;
}

.mobile_site_info {
  margin-top: 50px;
}

.mobile_site_info div {
  margin-bottom: 15px;
}

.pd15 {
  padding-left: 15px;
  padding-right: 15px;
}

.hamburger {
  display: none;
}

.mobile_phone_icon {
  display: none;
}

.main_podbor {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
}

.main_podbor_left label {
  display: block;
}

.main_podbor_left input {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #e3e3e3;
  padding: 15px 5px;
}

.grid {
  display: grid;
}

.main_podbor_left .grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.main_podbor_left label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main_podbor_left .wrap_input {
  position: relative;
}

.main_podbor_left .wrap_input .psab_mini {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  color: #666;
}

.brand_wrap {
  margin-top: 30px;
}

.brand_wrap select {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.pd_brand_title {
  font-size: 30px;
  font-weight: 500;
  color: #666;
  border-bottom: 1px solid #e3e3e3;
}

.main_podbor_right .cars_container {
  margin-bottom: 0;
}

.main_podbor_left_bg {
  padding: 10px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.login {
  margin-bottom: 200px;
}

.login input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.login .wrap_input {
  margin-bottom: 10px;
}

.login button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.login button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.login button:hover::before {
  left: 300px;
}

.login button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.policy_wrap {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  z-index: 910;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  position: fixed;
}

.policy_wrap h3 {
  font-size: 20px;
}

.policy_wrap p {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.popup_gift_images {
  display: flex;
}

.popup_gift_images img {
  margin-right: 10px;
  height: 100%;
}

.popup_gift {
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
}

.popup_gift::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  top: 160px;
  z-index: -1;
  border-radius: 50%;
  border: 200px solid;
  border-color: #1F96FC #1F96FC #22D485 #22D485;
  transform: rotate(57deg);
  transform-origin: center;
}

.wrap_gift_form {
  padding: 0;
}

.wrap_gift_form button {
  padding: 12px;
}

.popup_gift_logo {
  max-width: 120px;
  padding: 10px;
  background-color: #22D485;
  border-radius: 4px;
  display: flex;
  align-items: center;
  max-height: 50px;
  justify-content: center;
}

.popup_gift_big_title {
  font-size: 40px;
  margin-top: 30px;
  font-weight: bold;
}

.popup_gift_big_title span {
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
}

.popup_gift_bg_image {
  height: 200px;
  width: 100%;
  background-image: url("/img/popup/gifts-popup-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.popup_gift_form {
  display: grid;
  grid-template-columns: 1fr 1fr 67px 1fr;
  align-items: center;
  gap: 10px;
}

.text_only_russian {
  font-size: 12px;
}

.all_ajax_form {
  max-width: 700px;
  position: fixed;
  border-radius: 6px;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  background-color: #fff;
  padding: 20px;
  z-index: 1000;
}

.all_ajax_form.wrap_gift_form {
  padding: 0;
  max-width: 700px;
}

.all_ajax_form button {
  border-radius: 4px;
  border: none;
  background-color: #22D485;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.all_ajax_form button:hover {
  box-shadow: 0 3px 8px rgba(34, 212, 133, 0.53);
}

.all_ajax_form button:hover::before {
  left: 300px;
}

.all_ajax_form button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -80px;
  height: 110px;
  width: 60px;
  background: #78e2b3;
  transform: rotate(20deg);
  transition: all 0.5s;
}

.all_ajax_form .car_form_image {
  min-height: 197px;
}

.all_ajax_form input {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  padding-left: 15px;
  border-radius: 4px;
  border: none;
  border: 1px solid #d2d2d2;
  width: 100%;
}

.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.wrap_gift_form button {
  padding: 12px;
}

.trade_in_icon_image_round {
  min-width: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.trade_in_icon {
  display: none;
  position: fixed;
  left: 20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  bottom: 20px;
  background: linear-gradient(133deg, #22D485 10%, #29A2C9 70%, #1F96FC);
  width: 150px;
  height: 150px;
  box-shadow: 0px 4px 15px rgba(17, 100, 63, 0.25);
}

.trade_in_icon #Layer_1 {
  -webkit-animation: rotateThis 30s linear infinite;
          animation: rotateThis 30s linear infinite;
  fill: #fff;
}

.trade_in_icon #Layer_2 {
  fill: #fff;
}

.trade_in_icon_image_car {
  width: 30px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes rotateThis {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateThis {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}

.trade_in_icon_title {
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.trade_in_icon_wrap_title {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.trade_in_icon_price {
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  min-width: 100px;
  line-height: 15px;
  color: #fff700;
}

.trade_in_icon_price span {
  display: block;
  font-size: 10px;
}

.wrap_credit_icon_fixed {
  display: none;
  position: fixed;
  cursor: pointer;
  bottom: 210px;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(17, 100, 63, 0.25);
  left: 30px;
  transform-style: preserve-3d;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  border: 3px solid #22D485;
  max-width: 150px;
  width: 135px;
  height: 130px;
}

.wrap_credit_icon_fixed:before {
  content: "";
  width: 120px;
  transform: translateZ(-1px) rotate(45deg);
  height: 120px;
  position: absolute;
  z-index: -1;
  border: 10px solid transparent;
  border-image-slice: 1;
  top: -7px;
  border-radius: 15px;
  background-image: linear-gradient(white, white), linear-gradient(to top, #22D485, #1F96FC);
  background-origin: border-box;
  background-clip: content-box, border-box;
  left: -8px;
  border-width: 10px 10px 10px 10px;
}

.credit_icon_fixed_title_big {
  font-weight: bold;
  font-size: 20px;
}

.credit_icon_fixed_approval {
  position: absolute;
  top: 29px;
  right: -23px;
  z-index: 3;
  background-color: #e11e22;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 55px;
  height: 55px;
  box-shadow: 0px 4px 15px rgba(17, 100, 63, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-animation-name: colors;
          animation-name: colors;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-30deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-30deg);
  }
}

@-webkit-keyframes colors {
  0% {
    background-color: #e11e22;
  }

  100% {
    background-color: #22D485;
  }
}

@keyframes colors {
  0% {
    background-color: #e11e22;
  }

  100% {
    background-color: #22D485;
  }
}

.credit_icon_fixed_like {
  width: 24px;
  position: absolute;
  right: 41px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  bottom: 0;
}

.credit_icon_fixed_like path {
  fill: #1F96FC;
}

.credit_icon_fixed_vsnos {
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  bottom: -11px;
  left: 19px;
  width: 40px;
  z-index: 3;
  box-shadow: 0px 4px 15px rgba(17, 100, 63, 0.25);
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1F96FC;
}

.credit_icon_fixed_title_small {
  font-weight: 900;
  color: #22D485;
}

.credit_icon_fixed_ramka {
  width: 120px;
  height: 120px;
  bottom: -8px;
  left: 13px;
  position: absolute;
  border: 10px solid #22D485;
  transform: rotate(45deg);
  border-radius: 15px;
  border-width: 0 10px 0 0;
}

.credit_icon_fixed_ramka:before {
  content: "";
  position: absolute;
  bottom: 0px;
  -ms-writing-mode: lr;
      writing-mode: lr;
  width: 50px;
  border-radius: 10px;
  height: 10px;
  background-color: #22D485;
  left: 63px;
}

.credit_icon_fixed_form_titlbig {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.credit_icon_fixed_form_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 280px;
  margin: 0 auto;
}

.credit_icon_fixed_form_logos img:nth-child(2) {
  max-width: 140px;
}

.credit_icon_fixed_form {
  background-image: url("/img/popup/creditbg.jpg");
  background-repeat: no-repeat;
  background-position: right 90%;
  background-size: contain;
  width: 340px;
  padding-bottom: 2px;
  max-width: 400px;
}

.credit_icon_fixed_form .wrap_input {
  margin-bottom: 10px;
}

.credit_icon_fixed_form_title_middle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 210px;
}

.credit_icon_fixed_form_title_middle span {
  display: block;
  color: #22D485;
}

.credit_icon_fixed_form_description {
  max-width: 200px;
}

.tradein_icon_fixed_form {
  max-width: 400px;
  width: 100%;
  padding-bottom: 5px;
}

.tradein_icon_fixed_form .wrap_input {
  margin-bottom: 10px;
}

.tradein_icon_fixed_form .tradein_icon_fixed_form_logo {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tradein_icon_fixed_form .radein_icon_fixed_form_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tradein_icon_fixed_form .radein_icon_fixed_form_title span {
  display: block;
  font-size: 22px;
  color: #22D485;
}

.tradein_icon_fixed_form .credit_icon_fixed_form_micro_descr {
  font-size: 12px;
  text-align: center;
}

.tradein_icon_fixed_form input {
  font-size: 14px;
  padding: 10px;
}

@media all and (max-width: 768px) {
  .wrap_credit_icon_fixed:before {
    display: none;
  }

  .credit_icon_fixed_ramka {
    display: none;
  }

  .wrap_credit_icon_fixed {
    display: none;
    width: 90px;
    height: 100px;
    left: 6px;
    bottom: 112px;
  }

  .credit_icon_fixed_approval {
    font-size: 14px;
    width: 32px;
    top: 19px;
    right: -12px;
    height: 32px;
  }

  .credit_icon_fixed_title_big {
    font-size: 12px;
  }

  .credit_icon_fixed_title_small {
    font-size: 12px;
  }

  .credit_icon_fixed_vsnos {
    font-size: 12px;
    height: 30px;
    width: 30px;
    bottom: -2px;
    left: 29px;
  }

  .credit_icon_fixed_like {
    right: 0;
  }

  .trade_in_icon {
    width: 100px;
    height: 100px;
    left: 5px;
    bottom: 5px;
  }

  .trade_in_icon_price {
    font-size: 15px;
    line-height: 10px;
  }

  .trade_in_icon_price span {
    font-size: 7px;
  }

  .trade_in_icon_image_round {
    width: 30px;
    height: 30px;
    top: 5px;
    min-width: 30px;
  }

  .trade_in_icon_image_car {
    width: 20px;
    top: 9px;
  }

  .trade_in_icon_title {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .wrap_credit_icon_fixed {
    display: none;
  }

  .trade_in_icon {
    display: none;
  }

  .popup_gift {
    padding: 10px;
  }

  .popup_gift_form {
    grid-template-columns: 1fr;
  }

  .wrap_gift_form {
    transform: translate(0%);
    width: 100%;
    left: 0;
  }

  .popup_gift::before {
    transform: rotate(180deg);
  }

  .popup_gift_big_title {
    margin-top: 10px;
  }

  .popup_gift_bg_image {
    height: 120px;
  }

  .mobile_phone_icon {
    display: block;
  }

  .main_podbor {
    grid-template-columns: 1fr;
  }

  .main_podbor label {
    font-size: 16px;
    margin-bottom: 0;
  }

  .hamburger {
    display: block;
  }

  .popup_gift_big_title {
    font-size: 24px;
  }

  .brand_wrap {
    margin-top: 15px;
  }

  .breadcrumbs {
    margin-top: 90px;
    margin-left: 15px;
  }

  .credit_description_top {
    margin-bottom: 10px;
  }

  .credit_dop_discount {
    display: none;
  }

  .block_page_with_image {
    grid-template-columns: 1fr;
  }

  .block_page_with_image_right {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }

  .credit_form_image_info {
    margin-bottom: 30px;
  }

  .top_credit_form {
    grid-template-columns: 1fr;
  }

  .credit_form_image_wrap {
    grid-template-columns: 1fr;
  }

  .middle_credit_form {
    grid-template-columns: 1fr;
  }

  .credit_description_top {
    flex-wrap: wrap;
  }

  .credit_description_top .item {
    font-size: 16px;
    max-width: 130px;
    margin-bottom: 20px;
  }

  .credit_description_top .item:last-child {
    width: 100%;
    max-width: none;
  }

  .footer_bottom_form input {
    width: 100%;
  }

  .footer_bottom_form button {
    width: 100%;
  }

  h1 {
    font-size: 28px;
  }

  header {
    display: none;
  }

  .t_all_brands {
    position: fixed;
    top: 75px;
    background-color: #fff;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .top_catalog_button:after {
    display: none;
  }

  .logo {
    width: 116px;
  }

  .cars_container {
    grid-template-columns: 1fr;
  }

  .footer_links {
    grid-template-columns: 1fr;
  }

  .top_address_phone {
    display: block;
  }

  .top_brands {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .menu_icons {
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    margin-top: 75px;
  }

  .menu_icon img {
    display: none;
  }

  .about_blocks {
    grid-template-columns: 1fr;
  }

  .about_block {
    margin-bottom: 20px;
  }

  .news_blocks {
    grid-template-columns: 1fr;
  }

  .wrap_news {
    margin-bottom: 5px;
  }

  .footer_copyright {
    grid-template-columns: 1fr;
  }

  .front_all_brands {
    -moz-columns: 2;
         columns: 2;
  }

  .top_main_menu ul {
    display: block;
  }

  .wrap_top_menu {
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
  }

  .top_main_menu {
    display: none;
  }

  .slider_banks .next_arrow {
    right: 16px;
    bottom: -58px;
    top: auto;
    transform: translateY(0%);
  }

  .slider_banks .prev_arrow {
    left: 16px;
    bottom: -58px;
    top: auto;
    transform: translateY(0%);
  }

  .front_banks {
    padding: 20px 15px;
    padding-bottom: 70px;
  }

  .fbf_big_title {
    font-size: 20px;
  }

  .front_form_title {
    font-size: 20px;
  }

  .front_form_inputs {
    grid-template-columns: 1fr;
  }

  .t_all_brands.active {
    display: none;
  }

  .page_title {
    font-size: 20px;
    margin-left: 10px;
  }

  .car {
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .car .title {
    margin: 3px 0;
  }

  .car_image img {
    margin: 0 auto;
  }

  .menu_icons a {
    min-height: 45px;
    font-size: 14px;
    text-align: center;
  }

  .menu_icons .menu_icon {
    justify-content: center;
  }

  .front_about {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .about_blocks {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .front_about h1 {
    font-size: 32px;
  }

  .front_catalog {
    padding: 15px;
  }

  .news_title {
    font-size: 16px;
  }

  footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap_ltp {
    padding: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 75px;
    z-index: 1000;
    background-color: #fff;
  }

  .top_catalog_button {
    padding: 5px;
    font-size: 12px;
  }

  .top_catalog_button:after {
    top: 20px;
    right: 8px;
  }

  .about_block_count {
    font-size: 40px;
  }

  .footer_bottom_form {
    padding: 30px 15px;
  }

  .mobile_site_info img {
    margin-right: 10px;
  }

  .tradein_inputs_all {
    display: block;
  }

  .tradein_inputs_all input {
    width: 100%;
  }

  .tradein_inputs_all .wrap_input {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .credit_form_button button {
    padding: 15px;
    width: 100%;
  }

  .contacts_top_info {
    grid-template-columns: 1fr;
  }

  .section_brand_top {
    display: none;
  }

  .brand_action_adw {
    grid-template-columns: 1fr;
  }

  .bb_grid {
    grid-template-columns: 1fr;
  }

  .bottom_brand {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bb_grid_item {
    margin-bottom: 50px;
  }

  .car_top {
    grid-template-columns: 1fr;
  }

  .car_top .flex {
    display: block;
  }

  .car_top .first_car_block {
    display: flex;
  }

  .car_top .car_spec_item {
    margin-right: 10px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
  }

  .csi_data:before {
    display: none;
  }

  .car_spec_item .csi_data {
    padding-left: 0;
    font-size: 14px;
  }

  .car_top h1 {
    font-size: 30px;
  }

  .top_car_form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .car_top_left {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .car_top_left .flex {
    display: grid;
  }

  .car_top_left .top_car_image {
    order: 0;
  }

  .car_top_left .wrap_top_car_price {
    order: 1;
  }

  .car_top_left .first_car_block {
    display: flex;
  }

  .car_top_right {
    padding-right: 15px;
    padding-left: 15px;
  }

  .car_submenu {
    padding: 0;
  }

  .car_submenu a {
    font-size: 14px;
  }

  .car_submenu .prev_arrow {
    display: none !important;
  }

  .car_submenu .next_arrow {
    width: 50px;
    background-color: #394146;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 10px;
  }

  .complects_info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .complects_info td:nth-child(3) {
    display: none;
  }

  .complects_info th:nth-child(3) {
    display: none;
  }

  .complects_info td:nth-child(4) {
    display: none;
  }

  .complects_info th:nth-child(4) {
    display: none;
  }

  .complects_info td:nth-child(5) {
    display: none;
  }

  .complects_info th:nth-child(5) {
    display: none;
  }

  .complects_info td:nth-child(6) {
    display: none;
  }

  .complects_info th:nth-child(6) {
    display: none;
  }

  .complects_info tr th:nth-child(1) {
    background-image: none;
    padding-left: 0;
  }

  .complects_info tr th:nth-child(2) {
    text-indent: -9999px;
  }

  .wrap_discounts_blocks {
    grid-template-columns: 1fr;
    grid-template-rows: 80px;
    gap: 10px;
    margin-top: 10px;
  }

  .complects_info tr td {
    font-size: 16px;
  }

  .car_discount_block {
    padding: 12px 10px 10px 50px;
  }

  .cdb_car_block {
    display: flex;
  }

  .cdb_polygon {
    position: relative;
  }

  .cdb_p_description {
    font-size: 12px;
  }

  .cdb_p_price {
    font-size: 20px;
    min-width: 150px;
  }

  .cdb_image {
    margin-top: 0;
  }

  .car_ajax_form {
    left: 0;
    transform: translateX(0%);
  }

  .complects_info tr .complect_text {
    -moz-column-count: 1;
         column-count: 1;
  }

  .compare_top_block {
    min-height: 100px;
  }

  .left_compare_block {
    display: none;
  }

  .left_compare_block_title {
    display: none;
    min-height: 0;
  }

  .left_compare_block_title_big {
    min-height: 0;
  }

  .car_bottom_promo_grid {
    grid-template-columns: 1fr;
  }

  .car_techno {
    grid-template-columns: 1fr;
  }

  .car_techno_left {
    min-height: 110px;
  }

  .disc_credit {
    min-width: 160px;
    font-size: 14px;
  }

  .car_techno_table {
    max-width: 334px;
    overflow: hidden;
  }

  .top_car_thumbnails {
    flex-wrap: wrap;
  }

  .top_car_thumbnails .thumbnail {
    margin-bottom: 10px;
  }

  .wrap_bad_logo {
    display: none;
  }

  .bad_text {
    font-size: 22px;
  }

  .bad_action {
    font-size: 13px;
  }

  .car_bottom_promo_title {
    font-size: 30px;
  }

  .car_bottom_promo_image {
    display: none;
  }

  .car_ajax_form_image {
    display: none;
  }

  .disc_reserv {
    min-width: 136px;
  }

  .green_but {
    font-size: 14px;
    padding: 7px;
  }

  .wrap_front_form {
    margin-top: 70px;
  }

  .breadcrumbs ul li {
    height: 20px;
    padding: 0 0px 0 6px;
    background: #ECF2F2;
    border-radius: 0px;
    position: relative;
    margin: 0 17px 5px 0;
    font-size: 12px;
  }

  .breadcrumbs ul li a {
    font-size: 12px;
  }

  .top_car_price {
    height: 45px;
    min-width: 194px;
    margin-top: 10px;
    font-size: 18px;
    background-size: contain;
  }

  .top_car_button {
    margin-bottom: 10px;
  }

  .car_content_b_text {
    display: none;
  }

  .car_content_blocks {
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }

  .grid_compare {
    display: none;
  }

  .btscc_image {
    width: 100%;
    height: auto;
  }

  .complects_info tr {
    height: 50px;
  }

  .complect_name::before {
    top: 20px;
  }

  .complects_info tr td {
    padding-left: 0;
  }

  .complects_info tr td.complect_name {
    font-size: 14px;
  }

  .car_bottom_promo_form_title {
    font-size: 18px;
  }

  .car_bottom_promo_title {
    font-size: 26px;
  }

  .car_bottom_promo {
    padding-top: 25px;
  }

  .car_bottom_promo_manager img {
    max-width: 80px;
  }

  .top_car_poligon {
    font-size: 18px;
  }

  #discounts {
    padding: 6px;
  }

  .wrap_top_car_price {
    display: grid;
    grid-template-columns: 163px 1fr;
  }

  .wrap_top_car_price .top_car_button {
    order: 1;
  }

  .wrap_top_car_price .top_car_price {
    order: 0;
  }

  .wrap_top_car_price .top_car_credit {
    order: 2;
  }

  .wrap_top_car_price .top_car_thumbnails_title {
    order: 3;
  }

  .wrap_top_car_price .top_car_thumbnails {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .top_car_button button {
    font-size: 12px;
  }

  #diffcomplects {
    display: none;
  }

  .car_techno_right_engine {
    font-size: 16px;
  }

  .car_techno {
    padding: 10px;
  }

  .car_techno_left {
    background-size: contain;
    font-size: 12px;
    min-height: 83px;
    margin-bottom: 30px;
  }

  .car_techno_left_height {
    left: 30%;
    top: 30px;
  }

  .car_techno_table table th {
    font-size: 12px;
    padding: 2px;
  }

  .car_techno_right {
    padding-left: 0;
  }

  .car_techno {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .cont_title {
    margin-bottom: 10px;
  }

  .credit_icon_fixed_form_titlbig {
    font-size: 20px;
  }

  .credit_icon_fixed_form_title_middle {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .credit_icon_fixed_form_title_middle span {
    display: inline;
  }

  .credit_icon_fixed_form .wrap_input {
    margin-bottom: 6px;
  }

  .credit_icon_fixed_form_micro_descr {
    font-size: 12px;
  }

  .credit_icon_fixed_form_description {
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 14px;
  }

  .credit_icon_fixed_form {
    padding-top: 0;
    top: 80px;
    background-image: none;
  }

  .credit_icon_fixed_form input {
    font-size: 14px;
  }
}

