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;
}



.c-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 28px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .c-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;

    border: 1px solid #eee;
    border-color: #c5c5c5;
  }
  
  /* On mouse-over, add a grey background color */
  .c-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .c-checkbox input:checked ~ .checkmark {
    background-color: #FFCE00;

  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .c-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .c-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

.checkbox-elem .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
	background: #fff;

    border: 1px solid #FFCE00;
    border-radius: 2px;
   
}
.checkbox-elem input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-elem .checkmark:after {
    display: none;
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid #110112;
    border-width: 0 2px 2px 0;
    transform: rotate(39deg);
}
.policy input {
    display: none;
}
.checkbox-elem {
    display: block;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 14px;
    color: #fff;

}
.checkbox-elem a {
    color: #fff;
    text-decoration: underline;

}
@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-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  color: #333;
}

.mobile_menu {
  display: none;
}

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

.header_address {
  color: #fff;
  font-size: 14px;
  padding: 5px;
}

.header_shcedule {
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.header_phone {
  text-align: right;
  padding: 5px;
}
.header_phone a {
  color: #fff;
  font-size: 18px;
}

.header_address_phone {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-weight: bold;
  align-items: center;
  border-bottom: 1px solid #696d7d;
}
.header_address_phone span {
  font-weight: normal;
}
.header_address_phone .item {
  border-right: 1px solid #696d7d;
}
.header_address_phone .item:nth-last-of-type(1) {
  border: none;
}

.header_shcedule {
  padding: 5px;
}

.all_pages_header {
  display: grid;
  grid-template-columns: 150px 2fr 1fr;
  align-items: flex-end;
}

.header_menu {
  margin-top: 10px;
}
.header_menu nav ul {
  display: flex;
}
.header_menu nav ul li {
  margin-right: 20px;
}
.header_menu nav a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}
.header_menu nav a:hover {
  border-bottom: 3px solid #ffce00;
}

.header_button {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-left: auto;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.header_button:hover {
  color: #110112;
  border: 1px solid #ffce00;
  background-color: #ffce00;
}

.slick-dots {
  display: flex;
  margin: 30px auto;
  font-size: 0px;
}
.slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
}
.slick-dots li button {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 25px;
}

.header_menu_right {
  text-align: right;
}

.logo {
  margin-bottom: 10px;
}

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

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  border: none;
  color: #fff;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-arrow:hover {
  background-color: #ffce00;
  color: #110112;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}

.slick-prev {
  left: 20px;
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
  transform-origin: center;
}

.slick-next {
  right: 20px;
}
.slick-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.page_title {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.car_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.car_grid_wrap {
  border: 1px solid #ffce00;
  padding: 20px;
  transition: all 0.3s;
}
.car_grid_wrap:hover {
  box-shadow: 0 4px 16px rgba(38, 31, 0, 0.12);
}

.car_grid_title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.car_grid_actions {
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.car_grid_actions .item {
  padding-left: 40px;
  background-repeat: no-repeat;
  height: 50px;
}
.car_grid_actions .item:nth-of-type(1) {
  background-image: url("/img/icons/icon-tyres.svg");
}
.car_grid_actions .item:nth-of-type(2) {
  background-image: url("/img/icons/icon-discount.svg");
}

.car_grid_price {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.car_grid_buttons {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.car_grid_buttons .item a {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  font-weight: 500;
}
.car_grid_buttons .item:nth-of-type(1) a {
  background: #ffce00;
  display: block;
  color: #110112;
}
.car_grid_buttons .item:nth-of-type(2) a {
  background: #110112;
  display: block;
  color: #fff;
}

.ui-slider-horizontal {
  margin: 27px 0;
  height: 15px;
  border: 0;
  background-color: #f3f3f3;
  position: relative;
}

#slider-range-min label {
  position: absolute;
  top: -26px;
}

.ui-slider-handle {
  width: 55px;
  height: 32px;
  background-color: #c20000;
  border: 0;
  top: -9px;
  background-image: url(/img/icons/icon-range.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: 0;
  position: absolute;
}

.slider_wrap_slide {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 50px;
  align-items: center;
}

.podbor_form_title {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.podbor_form_price {
  position: relative;
  width: 137px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.tab_label {
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ff8829;
  text-transform: uppercase;
  cursor: pointer;
}
.tab_label label {
  padding: 14px 5px;
  width: 100%;
  height: 100%;
  display: block;
}
.tab_label .custom-checkbox:checked + label {
  background-color: #22d4d0;
  color: #fff;
}
.tab_label input {
  position: absolute;
  opacity: 0;
}

.podbor_form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.podbor_form_grid_sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-end;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.form-check-inline .form-check-input input {
  opacity: 0;
}

.form-check label {
  font-size: 12px;
  cursor: default;
}

.form-check input:checked + label:before {
  background-position: 1px 3px;
  content: "";
}

.form-check label:before {
  position: relative;
  content: "";
  top: 4px;
  margin-right: 7px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #c5c5c5;
  border-radius: 2px;
  background-position: center;
}

.form-check input {
  display: none;
}

.podbor_form_grid_sub_bottom {
  display: flex;
  flex-direction: column;
}

.podbor_form_sub_title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.podbor_form {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.podbor_form .podbor_form_title {
  margin-bottom: 30px;
}

.podbor_form_grid_sub_bottom button {
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 15px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  border: none;
  cursor: pointer;
}

.front_form {
  background-color: #f6f9ff;
  padding: 30px;
  margin-bottom: 50px;
}
.front_form input {
  box-sizing: border-box;
  height: 42px;
  width: 100%;
  border: 1px solid #ffce00;
  width: 100%;
  color: #110112;
  padding: 0 13px;
}
.front_form button {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #031a2a 0%, #7299b3 100%);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  height: 50px;
  font-family: "Roboto";
  text-transform: uppercase;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.front_form button:hover {
  background: #ff8829;
}

.front_form_description {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}

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

.actions_block {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.actions_block .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #ffce00;
}
.actions_block .slick-arrow::before {
  width: 10px;
  height: 10px;
  border-color: #110112;
}
.actions_block .slick-prev {
  left: -40px;
}
.actions_block .slick-next {
  right: -40px;
}
.actions_block .slick-slide {
  margin: 20px;
}

.action_block .title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.action_block .title span {
  display: block;
  color: #ffce00;
}
.action_block .button {
  text-align: center;
}
.action_block .button a {
  background-color: #110112;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  height: 42px;
  font-weight: 500;
  transition: all 0.3s;
}
.action_block .button a:hover {
  background-color: #ffce00;
  color: #110112;
}

.all_actions {
  text-align: center;
}
.all_actions a {
  color: #110112;
}

.actions_block_slider {
  margin-bottom: 30px;
}

.cheaper {
  margin-top: 150px;
  background-color: #110112;
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
}
.cheaper .cheaper_image {
  position: absolute;
  top: -100px;
  right: 30px;
}

.cheaper_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.cheaper_title_big {
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
}
.cheaper_title_big span {
  color: #ffce00;
}

.cheaper_image {
  max-width: 500px;
}

.cheaper_form {
  display: flex;
}
.cheaper_form .wrap_input {
  margin-right: 20px;
  width: 200px;
}
.cheaper_form input {
  box-sizing: border-box;
  height: 42px;
  width: 100%;
  border: 1px solid #ffce00;
  width: 100%;
  color: #110112;
  padding: 0 13px;
}
.cheaper_form button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.cheaper_form button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.special_offers .slick-slide {
  margin: 20px;
}
.special_offers .slick-arrow {
  border: none;
  background: #ffce00;
}
.special_offers .slick-arrow:before {
  border-color: #110112;
}
.special_offers .slick-prev {
  left: -50px;
}
.special_offers .slick-next {
  right: -50px;
}

.old-price {
  font-size: 14px;
  text-decoration: line-through;
}

.car_grid_buttons .item a {
  font-size: 13px;
}

footer {
  background: #f7f7f7;
  padding: 60px 0 20px;
}

.foot_nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
.foot_nav a {
  color: #110112;
  font-size: 18px;
  font-weight: 500;
}

/*--------------калькулятор машин----------------*/
.slider2 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider2 .slick-dots button {
  background: none;
  border: 2px solid #002e6b;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin: 0 5px;
}

.slider2 .slick-dots .slick-active button {
  background: #002e6b;
}

.slider2 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  text-align: center;
}

.container.podbor_container {
  display: block;
}

.podbor .container {
  display: block !important;
}

.podbor_price_polzunok_title {
  text-align: left;
}

.cars_container {
  display: block;
}

.cars_container .slider2 {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-check_img_s,
.form-check_img {
  z-index: 1;
}

.form-check {
  width: 115px;
  display: flex;
  flex-direction: column;
}

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

.form-check_img:hover {
  background: #fff5ec !important;
  border: 1px solid #c20000 !important;
  border-radius: 3px !important;
  cursor: pointer;
}

.form-check_img_s:hover {
  cursor: pointer;
}

.form-check#sedan .form-check_img:hover img {
  content: url("/img/icons/sedan_cv.svg");
}

.form-check#hatchback .form-check_img:hover img {
  content: url("/img/icons/hatchback_cv.svg");
}

.form-check#jeep .form-check_img:hover img {
  content: url("/img/icons/jeep_cv.svg");
}

.form-check#sw .form-check_img:hover img {
  content: url("/img/icons/sw_cv.svg");
}

.form-check#crossover .form-check_img:hover img {
  content: url("/img/icons/crossover_cv.svg");
}

.form-check#microbus .form-check_img:hover img {
  content: url("/img/icons/microbus_cv.svg");
}

.form-check#pikap .form-check_img:hover img {
  content: url("/img/icons/pikap_cv.svg");
}

.form-check#malolitrag .form-check_img:hover img {
  content: url("/img/icons/malolitrag_cv.svg");
}

.form-check#liftback .form-check_img:hover img {
  content: url("/img/icons/liftback_cv.svg");
}

.car {
  margin-right: 23px;
}

.hits .car:nth-child(4n) {
  margin-right: 0px;
}

.cars_container .slider2 {
  justify-content: flex-start;
}

.th_button a {
  background: #f6222e;
}

.th_button a:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 2px #f6222e;
  transition: all 0.4s ease;
  background: #f6222e;
}

.all__brands_mobile {
  display: none;
}

/*---------конец калькулятора-------------*/
.foot_top {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 200px;
  align-items: flex-start;
}

.footer_call {
  background-color: #110112;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  height: 42px;
  font-weight: 500;
  transition: all 0.3s;
  margin-top: 20px;
}
.footer_call:hover {
  background-color: #ffce00;
  color: #110112;
}

.footer_phone a {
  color: #110112;
  font-size: 20px;
  font-weight: bold;
}

.footer_address span {
  font-weight: bold;
}

.footer_schedule span {
  font-weight: bold;
}

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

.foot_privacy a {
  font-size: 14px;
  color: #95989a;
}

#metrika {
  display: none;
}

/* 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: #110112;
  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;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ffce00;
}

.select-items div {
  color: #110112;
  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: #ffce00;
}
.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: #ffce00;
  color: #110112;
  transition: all 0.1s;
}

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

.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.all_popup_forms {
  padding: 20px 40px;
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.all_popup_forms .wrap_input {
  margin-bottom: 20px;
}
.all_popup_forms button {
  background-color: #110112;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  height: 42px;
  font-weight: 500;
  transition: all 0.3s;
  border: none;
  width: 100%;
}
.all_popup_forms button:hover {
  background-color: #ffce00;
  color: #110112;
}

form input {
  box-sizing: border-box;
  height: 42px;
  width: 100%;
  border: 1px solid #ffce00;
  width: 100%;
  color: #110112;
  padding: 0 13px;
  height: 50px;
}

.callback_main_form_title {
  font-size: 28px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.callback_main_form_description {
  font-weight: 500;
  margin-bottom: 20px;
}

.foot_privacy {
  display: flex;
  justify-content: space-between;
}

.copyright {
  font-size: 12px;
}

.breadcrumbs {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumbs a {
  color: #110112;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  margin-right: 20px;
  position: relative;
}
.breadcrumbs ul li::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: -15px;
  background-color: #110112;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}

.credit__ {
  display: grid;
  grid-template-columns: 300px 1fr 200px;
  gap: 30px;
  margin-bottom: 70px;
}
.credit__ .policy {
  margin-bottom: 20px;
}
.credit__ .policy .checkbox-elem {
  color: #110112;
}
.credit__ .policy a {
  color: #110112;
}
.credit__ .item_first {
  background: #ffffff;
  border: 1px solid #ffce00;
  box-shadow: 2px 4px 24px rgba(17, 1, 18, 0.12);
  padding: 20px 0;
}
.credit__ .credit_form_title {
  height: 45px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background-color: #ffce00;
  font-size: 24px;
}
.credit__ .credit_form_selects {
  padding: 0 35px;
}
.credit__ .credit_form_selects .wrap_input {
  margin-bottom: 15px;
}
.credit__ .credit_form_selects button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.credit__ .credit_form_selects button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.item_second_block_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.item_second_title {
  padding-top: 10px;
  position: relative;
  font-weight: bold;
  font-size: 23px;
}
.item_second_title .cred_price_new,
.item_second_title .credit_form_big_price {
  color: #ffce00;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.item_second_title:after {
  width: 75px;
  height: 1px;
  background-color: #110112;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.item_second_block_grid_title {
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
  font-size: 18px;
}
.item_second_block_grid_title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffce00;
  position: absolute;
  left: 0;
  top: 5px;
}

.item_second_block_grid_data {
  color: #ffce00;
  font-size: 18px;
  font-weight: bold;
}

.credit_action_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.credit_action_title span {
  color: #ffce00;
  font-weight: bold;
}

.credit_action {
  margin-bottom: 20px;
}

.credit_form_image {
  height: 300px;
  margin-bottom: 30px;
}
.credit_form_image img {
  margin: 0 auto;
}

.item_third_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.credit_action_image {
  margin-bottom: 5px;
}

.hidden {
  display: none;
}

.banks_sliders .wrap_bank {
  border: 1px solid #ffce00;
  height: 150px;
  padding: 10px;
  margin-top: 10px;
  transition: all 0.3s;
}
.banks_sliders .wrap_bank:hover {
  box-shadow: 0 12px 10px -8px rgba(0, 0, 0, 0.25);
}
.banks_sliders .slick-slide {
  margin: 20px;
}
.banks_sliders .bank_image {
  display: flex;
  height: 100%;
}
.banks_sliders .bank_image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.banks_sliders .slick-arrow {
  position: relative;
  background-color: #ffce00;
}

.banks_slider_arrows {
  height: 30px;
  position: relative;
  margin: 0 auto;
  width: 120px;
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.banks_slider_arrows .item {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #ffce00;
}
.banks_slider_arrows .item::before {
  border-width: 3px 3px 0 0;
  border-color: #110112;
}
.banks_slider_arrows .bprev::before {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.bnext::before {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.tradein {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.tradein__item {
  display: flex;
}
.tradein__image {
  width: 120px;
}
.tradein__description {
  max-width: 400px;
}

.main-header {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.gossp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gossp .checkbox-elem {
  color: #110112;
}
.gossp .checkbox-elem a {
  color: #110112;
}
.gossp__input {
  margin-bottom: 10px;
}
.gossp__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.gossp__title span {
  color: #ffce00;
}
.gossp .policy {
  margin-bottom: 15px;
}
.gossp button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.gossp button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.wrap__input input {
  border-radius: 3px;
  border: 1px solid #c20000;
}

.action {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.action__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.action__title span {
  color: #ffce00;
}
.action__button {
  text-align: center;
}
.action__button a {
  background-color: #110112;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  height: 42px;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  margin: 0 auto;
}
.action__button a:hover {
  background-color: #ffce00;
  color: #110112;
}

.action-form__title {
  font-size: 24px;
  margin-top: 140px;
  font-weight: bold;
}
.action-form__title span {
  color: #ffce00;
  display: block;
}

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

.action-form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 80px;
}

.action__form-left {
  background: url("/img/bg_images/stocks-page-form-bg.png");
  padding: 40px;
  background-repeat: no-repeat;
}

.action__form-right {
  background-color: #110112;
  padding: 30px;
}
.action__form-right .select-selected {
  background-color: #fff;
}
.action__form-right button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.action__form-right button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}
.action__form-right button:hover {
  border: 1px solid #ffce00;
}
.action__form-right .wrap__input {
  margin-bottom: 20px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  margin-bottom: 100px;
}
.contact__title {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact__content {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
.contact__content a {
  color: #110112;
}
.contact__map {
  height: 100%;
  width: 100%;
}
.contact__item:nth-child(1) {
  background: #ffffff;
  border: 1px solid #ffce00;
  box-shadow: 2px 4px 24px rgba(17, 1, 18, 0.12);
  padding: 30px;
}

.contact__form {
  margin-bottom: 150px;
}
.contact__form-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.contact__form-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.contact__form button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.contact__form button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}
.contact__form .checkbox-elem {
  color: #110112;
}
.contact__form .checkbox-elem a {
  color: #110112;
}

.c_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 28px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.c_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border: 1px solid #eee;
  border-color: #c5c5c5;
}

/* On mouse-over, add a grey background color */
.c_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.c_checkbox input:checked ~ .checkmark {
  background-color: #ffce00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.c_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.page__title {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}

.checkbox-elem.black {
  color: #110112;
}
.checkbox-elem.black a {
  color: #110112;
}

.top-car {
  display: grid;
  gap: 50px;
  grid-template-columns: 300px 1fr 330px;
}
.top-car__form-description {
  font-size: 20px;
  text-align: center;
}
.top-car__form-image {
  height: 85px;
  background-color: #ffce00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-car__form-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: uppercase;
  text-align: center;
}
.top-car__form-wrap {
  padding: 30px;
}
.top-car__form-wrap button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.top-car__form-wrap button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}
.top-car__image img {
  margin: 0 auto;
}
.top-car__item:nth-of-type(3) {
  background: #fff;
  border: 1px solid #ffce00;
  box-shadow: 2px 4px 24px rgba(17, 1, 18, 0.12);
}
.top-car__price-credit span {
  color: #ffce00;
  font-weight: 500;
}
.top-car__price-new {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}
.top-car__price-old {
  text-decoration: line-through;
}
.top-car__thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-car__thumbnails-text {
  text-align: center;
  margin-top: 20px;
}
.top-car__wrap-price {
  display: grid;
  font-size: 20px;
  grid-template-columns: 100px 1fr;
}
.top-car-profit {
  margin-top: 50px;
  font-size: 22px;
  background: #ffce00;
  padding: 20px 30px;
  box-shadow: 8px 8px 0 #000;
  margin-bottom: 50px;
  font-weight: 500;
}
.top-car-profit span {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.top-car__techno {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 10px 10px;
  font-size: 14px;
}
.top-car__techno-title {
  font-size: 22px;
  font-weight: 500;
}

.thumbnail {
  width: 30px;
  height: 30px;
  margin: 10px;
}
.thumbnail.active {
  border: 3px solid #ffce00;
}

.car-tabs {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin: 30px 0;
  margin-bottom: 60px;
}
.car-tabs__title {
  font-size: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 20px;
}
.car-tabs__title.active {
  color: #ffce00;
}
.car-tabs__title:hover {
  color: #ffce00;
}
.car-tabs__title::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  right: -51px;
  background-color: #ffce00;
  height: 100%;
}
.car-tabs__title:nth-last-of-type(1)::after {
  display: none;
}
.car-tabs-content__item {
  display: none;
}
.car-tabs-content__item.active {
  display: block;
}

.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.car-complects__actiondate span {
  color: #ffce00;
}
.car-complects__techno-action {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.complect {
  font-size: 16px;
}
.complect__credit span {
  font-weight: bold;
  color: #ffce00;
}
.complect__credit-but {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  cursor: pointer;
}
.complect__credit-but:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}
.complect__data {
  border-bottom: 1px solid #110112;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.complect__grid {
  display: grid;
  grid-template-columns: 40px 1fr 150px 150px 150px 1fr;
  align-items: center;
}
.complect__new-price {
  font-weight: 600;
}
.complect__old-price {
  text-decoration: line-through;
}
.complect__tradein-but {
  background-color: #110112;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  height: 42px;
  font-weight: 500;
  transition: all 0.3s;
  padding: 10px 20px;
  cursor: pointer;
}
.complect__tradein-but:hover {
  background-color: #ffce00;
  color: #110112;
}
.complect__title {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.complect__title.active span {
  position: relative;
}
.complect__title.active span::after {
  top: 8px;
  transform: rotate(-45deg);
}
.complect__title span {
  position: relative;
}
.complect__title span::after {
  content: "";
  position: absolute;
  width: 10px;
  top: 3px;
  right: -25px;
  height: 10px;
  border: 3px solid #ffce00;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
}

.header-title::before {
  display: none;
}

.complect__content {
  display: none;
  padding-top: 10px;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 10px;
  border-top: 1px solid #110112;
}
.complect__content li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin: 7px;
}
.complect__content li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.complect__content .header-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
}

.car-form-popup {
  z-index: 1000;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  padding: 20px 40px;
  display: none;
  background-color: #fff;
}
.car-form-popup__title {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.car-form-popup__description {
  text-align: center;
  margin-bottom: 20px;
}
.car-form-popup button {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.car-form-popup button:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.car-specifications table {
  width: 100%;
}
.car-specifications table td {
  padding: 7px 3px;
  text-align: center;
  width: 15%;
  font-size: 14px;
  font-weight: 600;
}
.car-specifications table td:nth-of-type(even) {
  background: #f5f7fa;
}
.car-specifications table td.car-specifications__item--first {
  text-align: left;
  font-weight: normal;
}
.car-specifications__item--first {
  min-width: 300px;
  max-width: 300px;
}
.car-specifications__item-price {
  color: #ffce00;
  font-size: 18px;
}
.car-specifications__item-title {
  font-size: 18px;
  background: #f5f7fa;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  width: 100%;
  padding: 10px;
  display: block;
}
.yellow {
  color: #ffce00;
}

.btn {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  display: inline;
  cursor: pointer;
}
.btn:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.compare__table table {
  width: 100%;
}
.compare__table th {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
.compare__table .title {
  font-size: 18px;
  font-weight: 500;
}
.compare__table td {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  text-align: center;
}
.compare__table td:nth-child(1) {
  text-align: left;
}
.compare__table tr:nth-of-type(even) {
  background: #fbfbfb;
}

.yes {
  width: 10px;
  height: 10px;
  border: 3px solid #ffce00;
  background-color: #ffce00;
  display: block;
  margin: 0 auto;
}

.no {
  width: 10px;
  height: 10px;
  border: 1px solid #e5e6e6;
  display: block;
  margin: 0 auto;
}

.yellow-but {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  width: auto;
}
.yellow-but:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.car-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.car-photos__item {
  width: 100%;
  height: 150px;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.fit:hover {
  opacity: 0.8;
}

.print {
  cursor: pointer;
}

.bg-grey {
  background-color: #f7f7f7;
}

.privacy {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.privacy__content {
  color: #69727a;
}
.privacy__item {
  padding: 40px;
}
.privacy__list li {
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
  transition: all;
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.privacy__list li:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}
.privacy__list li:before {
  content: "";
  display: none;
}
.privacy__list li.active {
  border: none;
  background-color: #110112;
  color: #fff;
  font-weight: bold;
}
.privacy__tab {
  display: none;
}
.privacy__tab.active {
  display: block;
}
.privacy__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.privacy__title--big {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
.privacy p {
  color: #69727a;
  font-size: 16px;
}
.privacy p:before {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.privacy p ul {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.privacy p li {
  position: relative;
  margin-bottom: 10px;
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #ffce00;
  border-radius: 100%;
}

.mb30 {
  margin-bottom: 10px;
  line-height: 1.5;
}

.links-list a {
  text-decoration: underline;
  color: #110112;
  font-weight: bold;
}
.links-list a:hover {
  text-decoration: none;
}

.thanks {
  padding-top: 50px;
}

.thanks-page--big {
  font-size: 30px;
  margin-bottom: 10px;
}
.thanks-page--grey {
  font-size: 20px;
  color: #696d7d;
  margin-bottom: 10px;
}
.thanks-page--white {
  font-size: 30px;
  margin-bottom: 20px;
}

.thanks-page-button {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}
.thanks-page-button a {
  background-color: #ffce00;
  color: #110112;
  padding: 10px 30px;
  width: 100%;
  height: 42px;
  border: 1px solid #ffce00;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  width: auto;
}
.thanks-page-button a:hover {
  background-color: #110112;
  color: #fff;
  border: 1px solid #110112;
}

.thanks-page-cupon-number {
  background-color: #ffce00;
  display: inline-block;
  padding: 30px;
  font-size: 10px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.thanks-page-dont-forget-present {
  background: #fff;
  border: 1px solid #ffce00;
  box-shadow: 2px 4px 24px rgba(17, 1, 18, 0.12);
  padding: 40px;
  margin-bottom: 50px;
}

.thanks-page-schedule {
  font-size: 18px;
  margin-bottom: 20px;
}

.thanks-page-cupon-number {
  font-size: 40px;
  padding: 10px;
}

.catalog {
  margin-top: 150px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 200px;
}

.catalog__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #f8f7f5;
  box-shadow: -10px -10px 20px rgba(228, 220, 211, 0.15), 10px 10px 20px rgba(228, 220, 211, 0.2);
  border-radius: 4px;
  padding: 10px;
  align-items: center;
}

.catalog__image {
  display: flex;
  align-items: center;
  max-width: 57px;
  height: 54px;
  text-align: center;
  margin: 0 auto;
}

.catalog__item img {
  display: block;
  margin: 0 auto;
}

.catalog__title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.catalog__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.brand__page {
  padding-top: 200px;
  padding-left: 50px;
  padding-right: 50px;
  background: #0166b4;
  background: linear-gradient(170deg, #0166b4, #cfcacc 61%, #a38480);
}

.brand__page-title {
  font-size: 80px;
  margin: 0 auto;
  max-width: 300px;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.grid__cars {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 50px;
}

.grid__cars-item {
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}

.grid__cars-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.grid__cars-title {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
}

.grid__cars-price {
  font-size: 22px;
  position: absolute;
  font-weight: 500;
  right: 10px;
  bottom: 0;
  transition: all 0.3s;
  padding: 10px;
  background-color: #ad0404;
  color: #fff;
  border-radius: 4px;
}

.grid__cars-price:before {
  content: "";
}

.top__car-name {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}

.model_button-more a {
  color: #fff;
}

.contacts_title {
  font-size: 18px;
}

.contacts_text {
  font-size: 18px;
  font-weight: 700;
}

.contacts_form {
  margin-bottom: 50px;
}

.contacts_form label {
  font-size: 14px;
}

.contacts_form .form_in {
  margin: 10px 0;
}

.form_in input {
  max-width: 100%;
}

.contacts_form input {
  border: 1px solid #d6d6d6;
  width: 100%;
  max-width: 100%;
}

.contacts_form .form_check {
  font-size: 12px;
}

.contacts_form .form_check input {
  width: 10px;
  height: 10px;
}

.form_in input[type=submit] {
  max-width: 100%;
  width: 100%;
}

.contacts_form input {
  border: 1px solid #d6d6d6;
  width: 100%;
  max-width: 100%;
}

.contacts_form textarea {
  width: 100%;
  height: 80px;
}

.contacts_form input[type=submit] {
  background-color: #ac0202 !important;
  color: #fff !important;
  width: 100%;
  max-width: 100%;
}

#map {
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
}

.contacts {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}

.address_image {
  height: 450px;
  margin-bottom: 50px;
  border-radius: 50px;
  overflow: hidden;
}

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

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

.contacts_girl-img {
  margin-bottom: 300px;
  position: relative;
}

.contacts_girl-img:hover:before {
  border: 50px solid #ac0202;
}

.contacts_girl-img:before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  top: 93px;
  left: -50px;
  width: 300px;
  height: 300px;
  border: 50px solid #fffd34;
  border-radius: 100%;
  z-index: -1;
}

.contacts_girl-img img {
  display: block;
  z-index: 2;
}

.contacts_girl-title {
  font-size: 24px;
}

.contacts_girl-title .green {
  color: #ac0202;
  font-weight: 700;
}

.contacts_form input {
  border: 1px solid #d6d6d6;
  width: 100%;
  max-width: 100%;
}

.contacts_girl-right .contacts_form form .form_in input {
  max-width: 100%;
}

.contacts_girl-right .contacts_form form .form_in input[type=submit] {
  width: 100%;
}

.contacts_left_block input {
  max-width: 100% !important;
}

.contacts_left_block input[type=submit] {
  width: 100% !important;
}

.address_image {
  display: none;
}

.contacts {
  margin-bottom: 100px;
}

.top-car {
  height: 100vh;
}

.new-best-price-offer {
  background-color: transparent !important;
}

.live_models_block .row {
  display: flex;
}
.live_models_block .col-md-3 .wrap_model .model_img {
  height: auto;
}
.live_models_block .col-md-3 .wrap_model .model_img img {
  max-height: 192px;
  width: 100%;
}
.live_models_block .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 24px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  border: 1px solid #e82429;
}
.live_models_block .slick-arrow::before {
  display: none;
  top: 40%;
  left: 30%;
  transform: rotate(45deg);
}
.live_models_block .slick-arrow:hover {
  background-color: transparent;
  cursor: pointer;
}
.live_models_block .slick-arrow img {
  margin: 0 auto;
}
.live_models_block .prev__arrow {
  transform: scale(-1, 1);
  left: -50px;
}
.live_models_block .next__arrow {
  right: -50px;
  transform: scale(1, 1);
}

.review-page {
  background-color: transparent;
  padding: 30px 0;
  padding-top: 250px;
  padding-bottom: 100px;
}

.reviews-container .title__mini {
  margin-top: 0;
}
.reviews-container .page__title {
  margin-bottom: 30px;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review {
  min-width: auto;
  width: 100%;
  display: flex !important;
  padding: 25px 35px;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 30px;
  border-top: 4px solid #2d3540;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.review.active {
  height: auto;
}
.review__img {
  width: calc(30% - 12px);
  overflow: hidden;
}
.review__img img {
  width: 100%;
}
.review__info {
  width: calc(70% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.review__info-client .name {
  font-size: 20px;
  font-weight: 400;
  color: #1f1f1f;
}
.review__info-client .stars {
  display: flex;
  gap: 3px;
  align-items: center;
  margin: 15px 0;
  justify-content: space-between;
}
.review__info-client .stars div {
  display: flex;
  gap: 3px;
  align-items: center;
}
.review__info-client .stars .date {
  font-size: 14px;
  font-weight: 300;
}
.review__info-client .text {
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1f;
  height: auto;
  overflow: hidden;
  line-height: 24px;
}
.review__info-client .text.active {
  overflow: visible;
  height: auto;
}
.review__info-more {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.review__info-more.active {
  display: flex;
}
.review__info-more span {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s;
}
.review__info-more span:hover {
  color: #979797;
}
.reviews-slider .slick-slide {
  margin: 0px 10px;
  height: auto;
}
.reviews-slider .review {
  min-width: auto;
  width: calc(50% - 12px);
  display: flex !important;
  padding: 25px 35px;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 30px;
}
.reviews-slider .review.active {
  height: auto;
}
.reviews-slider .review__img {
  width: calc(50% - 12px);
  overflow: hidden;
}
.reviews-slider .review__img img {
  width: 100%;
  max-height: 295px;
  height: 100%;
}
.reviews-slider .review__info {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.reviews-slider .review__info-client .name {
  font-size: 20px;
  font-weight: 400;
  color: #1f1f1f;
}
.reviews-slider .review__info-client .stars {
  display: flex;
  gap: 3px;
  align-items: center;
  margin: 15px 0;
  justify-content: space-between;
}
.reviews-slider .review__info-client .stars div {
  display: flex;
  gap: 3px;
  align-items: center;
}
.reviews-slider .review__info-client .stars .date {
  font-size: 14px;
  font-weight: 300;
}
.reviews-slider .review__info-client .text {
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1f;
  height: 175px;
  overflow: hidden;
  line-height: 24px;
  position: relative;
}
.reviews-slider .review__info-client .text.active {
  overflow: visible;
  height: auto;
}
.reviews-slider .review__info-client .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background: linear-gradient(180deg, transparent, white 50%);
  position: absolute;
  bottom: 0;
}
.reviews-slider .review__info-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-slider .review__info-more.active {
  display: flex;
}
.reviews-slider .review__info-more a {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  color: #000;
  transition: all 0.3s;
}
.reviews-slider .review__info-more a:hover {
  color: #979797;
}
.reviews-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 24px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  border: 1px solid #e82429;
}
.reviews-slider .slick-arrow::before {
  display: none;
  top: 40%;
  left: 30%;
  transform: rotate(45deg);
}
.reviews-slider .slick-arrow:hover {
  background-color: transparent;
  cursor: pointer;
}
.reviews-slider .slick-arrow img {
  margin: 0 auto;
}
.reviews-slider .prev__arrow {
  transform: scale(-1, 1);
  left: -50px;
}
.reviews-slider .next__arrow {
  right: -50px;
  transform: scale(1, 1);
}

.review-include {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 0;
}

.review__info-more img {
  width: auto;
  height: auto;
}

.contacts,
.catalog {
  margin-bottom: 0;
}

.review {
  position: relative;
}
.review-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .gift__img {
    border-radius: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px;
  }

  .brand__page-title {
    font-size: 30px;
  }

  .mobile__menu {
    display: flex;
  }

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

  .contacts_girl-img {
    margin-bottom: 30px;
  }
  .contacts_girl-img img {
    margin: 0 auto;
  }
  .contacts_girl-img:before {
    left: 22px;
  }

  .best_offers_title {
    margin: 30 auto;
  }

  .text_content {
    margin-bottom: 0px !important;
  }

  .page_title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .breadcrumbs {
    margin-top: 60px;
  }

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

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

  .logo {
    margin-bottom: 0;
  }
  .logo img {
    height: 36px;
  }

  .wrap_header_menu {
    display: none;
  }

  .mobile__menu-header {
    display: block;
  }

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

  .slick-next {
    right: -10px !important;
  }

  .slick-prev {
    left: -10px !important;
  }

  .cheaper_form {
    display: block;
  }
  .cheaper_form input {
    width: 100%;
  }
  .cheaper_form .wrap_input {
    width: 100%;
    margin-bottom: 20px;
  }

  .foot_top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .foot_top .item {
    margin-bottom: 10px;
  }
  .foot_top img {
    margin: 0 auto;
  }

  .foot_nav {
    margin: 20px 0;
  }

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

  footer {
    padding: 20px 15px;
  }

  .banks_sliders .wrap_bank {
    height: 100px;
  }

  .banks_slider_arrows {
    margin-bottom: 50px;
  }

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

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

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

  .action-form {
    grid-template-columns: 1fr;
  }

  .action__form-left {
    padding: 10px;
  }

  .action-form__title {
    margin-top: 70px;
    font-size: 18px;
  }

  .action-form__description {
    font-size: 16px;
  }

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

  .contact__content {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact__content a {
    color: #ffce00;
    font-size: 24px;
    font-weight: bold;
  }

  .contact__title {
    font-size: 14px;
    color: #696d7d;
  }

  .contact__form-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact__form {
    margin-bottom: 20px;
  }

  .privacy {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .privacy ul {
    padding: 0;
  }

  .privacy__item {
    padding: 15px;
  }

  .privacy li {
    font-size: 14px;
  }

  .privacy__list li {
    padding-left: 3px;
    padding-right: 0;
  }

  .top-car {
    grid-template-columns: 1fr;
  }

  .top-car__item:nth-of-type(2) {
    order: 0;
  }

  .top-car__item:nth-of-type(3) {
    order: 2;
  }

  .top-car__item:nth-of-type(1) {
    order: 1;
  }

  .complect__grid {
    grid-template-columns: 30px 1fr 1fr 1fr;
  }

  .car-tabs {
    gap: 10px;
  }

  .car-tabs__title {
    font-size: 16px;
    margin-right: 0;
  }

  .car-tabs__title::after {
    right: -6px;
  }

  .print {
    display: none;
  }

  .complect__credit {
    display: none;
  }

  .complect__buttons {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 6;
  }

  .buttons {
    margin: 10px 0;
    justify-content: flex-start;
  }

  .car-form-popup {
    width: 90%;
  }

  .car-specifications__item--first {
    min-width: auto;
  }

  .car-specifications__item-price {
    font-size: 14px;
  }

  .car-photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .all_popup_forms {
    width: 90%;
  }

  .credit .credit_form_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .item_second_title {
    font-size: 18px;
  }

  .item_second_title .cred_price_new,
.item_second_title .credit_form_big_price {
    font-size: 18px;
  }

  .item_second_block_grid {
    align-items: flex-start;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  text-decoration: none;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*: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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
  * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
/**
  * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
  * Known issue: no IE 6 support.
  */
.hidden {
  display: none;
}

/**
  * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
  *    `em` units.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/**
  * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
  * 2. Improve image quality when scaled in IE 7.
  */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
  * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
  */
figure {
  margin: 0;
}

/**
  * Correct margin displayed oddly in IE 6/7.
  */
form {
  margin: 0;
}

/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct color not being inherited in IE 6/7/8/9.
  * 2. Correct text not wrapping in Firefox 3.
  * 3. Correct alignment displayed oddly in IE 6/7.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
  * 1. Correct font size not being inherited in all browsers.
  * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
  *    and Chrome.
  * 3. Improve appearance and consistency in all browsers.
  */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
  * Address Firefox 3+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}

body {
  font-family: "Roboto";
  color: #3e4757;
}

img {
  max-width: 100%;
}

.light_menu {
  background-color: #f6f7f8;
  padding: 5px 0;
}

.top_mini_menu ul {
  align-items: center;
  display: flex;
}

.top_mini_menu li {
  margin-right: 12px;
}

.top_mini_menu a {
  color: #455265;
  display: block;
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  padding-top: 2px;
}

.top_mini_menu a:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: url("/i/arrow_top.png");
  width: 21px;
  height: 16px;
}

.top_mini_info {
  text-align: right;
  font-size: 13px;
  line-height: 16px;
}

.red {
  color: #c20000;
}

.top_mini_info .red {
  font-size: 13px;
}

.bold {
  font-weight: bold;
}

.top_mini_menu {
  margin-top: 7px;
  margin-left: 30px;
}

.top_center_menu a {
  color: #455265;
  outline: none;
}

.top_center_menu ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.top_menu_middle {
  padding: 30px 0;
  background: #fff;
  border-bottom: 6px solid #ebecec;
  transition: all 0.3s;
}

.top_menu_bottom {
  background: rgba(47, 47, 47, 0.95);
  padding: 30px 0;
  transition: all 0.3s;
}

.top_menu_bottom a {
  color: #fff;
  font-size: 16px;
}

.top_menu_bottom__list {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  transition: all 0.3s;
  align-items: center;
}

.top_menu_bottom__list a {
  outline: none;
}

.stick_menu a:hover {
  color: #c20000;
}

.stick_menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.logo_wrap {
  position: relative;
}

.logo img {
  transition: all 0.3s;
}

.logo {
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.top_center_menu {
  margin-left: 30px;
}

.button__wrap {
  position: relative;
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
}

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

.button {
  display: inline-block;
  background: #c20000;
  min-width: 245px;
  position: relative;
  transition: all 0.3s;
}

.button:hover {
  background: #ad0404;
}

.button__text {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}

.flex_around {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 90px;
  margin-top: 20px;
}

.rotate_block {
  padding: 30px 0;
  margin: 40px 0;
  position: relative;
  background: #455265;
  /*-webkit-clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);*/
  /*clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);*/
}

.rotate_block:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.rotate_block:before {
  background: inherit;
  top: -86px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  border-top: 17px solid #2d3540;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.rotate_block_img {
  position: relative;
}

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

.rotate_block_img:before {
  background: inherit;
  top: -71px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 100px;
  background: #455265;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 0;
}

/*.rotate_block:before {
 content: '';
 position: absolute;
 top: 0;
 height: 30px;
 width: 100%;
 background: #2d3540;
 }*/
.big_title {
  color: #fff;
  text-align: center;
  font-size: 90px;
  font-weight: 300;
}

.big_description {
  color: #fff;
  font-weight: 300;
  max-width: 766px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}

.design_after:after {
  bottom: -16px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 100px;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 0;
}

.design_after {
  margin-bottom: 80px;
}

.under-design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.under-design__title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.under-design__title:first-letter {
  font-size: 24px;
}

.under-design__text_mini {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  max-width: 420px;
}

.under-design__text_mini:first-letter {
  font-size: 16px;
}

/*.under-design__img img {
     max-width: 570px;

 }*/
.under-design__img {
  position: relative;
  width: 55%;
}

.under-design__img:after {
  bottom: -30px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 40px;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(3deg);
  transform-origin: 100%;
  z-index: 0;
}

.under-design__img:before {
  top: -33px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 40px;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: 0;
}

.right_text {
  text-align: right;
}

.rotate_block_img_white {
  position: relative;
  z-index: -1;
  margin-bottom: -32px;
}

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

.rotate_block_img_white:before {
  top: -104px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 110px;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: 0;
}

.rotate_mini_block {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  margin-top: 63px;
}

.header_mini_block {
  top: -101px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 21px;
  background: #ac0202;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.rotate_mini_block:before {
  content: "";
  display: block;
  /* height: 100%; */
  height: 131px;
  background: #c20000;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: 0;
  top: -90px;
}

.mini_block__title {
  font-size: 36px;
  font-weight: 300;
  z-index: 3;
  position: relative;
}

.block_drive {
  padding: 60px 0;
}

.engine_block {
  margin-top: 100px;
  margin-bottom: 170px;
}

.engine_data {
  text-align: center;
  font-size: 36px;
  color: #c20000;
  border-bottom: 1px solid #c20000;
  display: inline-block;
}

.center_text {
  text-align: center;
}

.engine_title {
  margin-top: 20px;
  font-size: 20px;
  color: #455265;
  text-transform: uppercase;
  /*font-family: 'RobotoLight';*/
}

.engine_number {
  font-size: 70px;
  color: #c20000;
  margin-bottom: 12px;
}

.engine_circle {
  font-size: 18px;
  color: #455265;
  height: 44px;
  text-transform: uppercase;
}

.mini_engine_block {
  margin: 27px 0;
  position: relative;
}

.mini_engine_block:after {
  content: "";
  height: 2px;
  width: 27px;
  background: #c60f0f;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.express_credit {
  background: #c20000;
  color: #fff;
  position: relative;
  margin-top: -6px;
}

.express_credit:before {
  background: inherit;
  top: -100px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 200px;
  background: #c20000;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 0;
  border-top: 20px solid #ac0202;
}

.express_credit__title {
  text-align: center;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 20px 0;
}

.express_credit__title:first-letter {
  font-size: 58px;
}

.express_credit__description {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.wrap_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.form_in {
  margin: 7px;
}

.form_in input {
  padding: 13px 18px;
  border-radius: 5px;
  outline: none;
  max-width: 190px;
  font-size: 14px;
}

.form_in input[type=submit] {
  background: #fffd34;
  color: #3a393e;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  max-width: 190px;
  text-align: center;
  width: 190px;
  transition: all 0.3s;
  cursor: pointer;
}

.form_in input[type=submit]:hover {
  background: #ac0202;
  color: #fff;
}

.express_credit_form_wrapper {
  z-index: 5;
  position: relative;
}

.only_after_block {
  position: relative;
}

.only_after_block:after {
  content: "";
  background: #fff;
  display: block;
  /* height: 100%; */
  height: 100px;
  background: #fff;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 1;
  bottom: 0;
}

.safe_title {
  font-size: 40px;
  color: #455265;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 60px;
}

.safe_title:first-letter {
  font-size: 52px;
}

.safe_description {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #455265;
}

.need_help {
  background: #455265;
  padding: 120px 0;
  position: relative;
  margin-bottom: 100px;
  min-height: 230px;
}

.need_help:after {
  bottom: -33px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 150px;
  background-image: url("/i/bg_brush.jpg/");
  background-repeat: repeat-x;
  background-position: bottom;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 0;
}

.need_help_title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.helper_after {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  height: 100px;
  background: #455265;
  width: 100%;
}

.wrap_offer {
  position: relative;
  background-image: url("/i/bg-brush.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: top;
  height: 180px;
}

.offer_title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  /*margin-left: 10px;*/
  line-height: 19px;
}

.offer_img img {
  width: 100%;
}

.offer_title:first-letter {
  font-size: 20px;
}

.best_offers_title {
  text-align: center;
  font-size: 48px;
  color: #455265;
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-top: 50px;
}

.best_offers_title:first-letter {
  font-size: 60px;
}

.best_offers_title span {
  color: #c20000;
}

.offer_title span {
  font-size: 20px;
}

.next_offer {
  background-position: top right;
}

.models_block_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 50px;
}

.models_block_title:first-letter {
  font-size: 36px;
}

.models_block_title span {
  color: #c20000;
}

.best_offers {
  margin-bottom: 60px;
}

.wrap_model {
  background: #f5f5f5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.model_img {
  background: #fff;
  text-align: center;
  border-top: 4px solid #2d3540;
  border-bottom: 4px solid #dadada;
  padding: 15px 0;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.new-best-price-offer {
  color: #c20000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  background-color: #f5f5f5;
}

.new-best-img-offer {
  width: 40px;
  height: 40px;
}
.new-best-img-offer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new-best-offer-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

.model_title {
  text-transform: uppercase;
  text-align: center;
  color: #c20000;
  font-size: 18px;
  margin: 10px 0;
  height: 55px;
  overflow: hidden;
}

.model_present {
  text-align: center;
  text-transform: uppercase;
  color: #2d3540;
  font-size: 16px;
  font-weight: bold;
}

.model_present:first-letter {
  font-size: 20px;
}

.zaglushka {
  height: 200px;
}

.present_list {
  padding: 15px;
}

.present_list li {
  padding-left: 30px;
  background-image: url("/i/up.png");
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.model_button-more {
  width: 180px;
  background: #c20000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 14px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.model_button-more:hover {
  background: #800000;
}

.model_all_colors {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #3e4757;
  font-size: 12px;
  padding: 5px 0;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.models_block {
  margin-bottom: 50px;
}

h1 {
  text-align: center;
  font-size: 40px;
  color: #455265;
  margin: 20px 0;
}

p {
  margin: 20px 0;
}

.text_content {
  margin-bottom: 100px;
}

.footer {
  background: #455265;
  color: #fff;
  padding-top: 96px;
  position: relative;
  border-bottom: 30px solid #2d3540;
}

.helper_before {
  position: absolute;
  z-index: -1;
  top: -30px;
  height: 100px;
  background: #455265;
  width: 100%;
}

.footer:before {
  top: -100px;
  content: "";
  display: block;
  /* height: 100%; */
  height: 150px;
  background-image: url("/i/bg_brush_foot.jpg");
  background-repeat: repeat-x;
  background-position: top;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: 0;
}

.mini_foot {
  font-size: 12px;
}

.foot_title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.foot_title:first-letter {
  font-size: 24px;
}

.mini_foot img {
  display: block;
  margin-top: 30px;
}

.foot_list a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 12px;
  text-transform: uppercase;
}

.foot_list a:first-letter {
  font-size: 16px;
}

.foot_list li {
  margin-bottom: 10px;
}

.footer a {
  display: block;
  color: #fff;
}

.footer a:hover {
  color: #c20000;
}

.copy a {
  font-size: 12px;
  margin: 3px 0;
}

.copyright {
  font-size: 12px;
}

.counter {
  margin-top: 80px;
}

.stick .light_menu {
  padding: 1px;
}

.stick .logo img {
  transition: all 0.3s;
  max-width: 60%;
}

.stick .logo {
  box-shadow: none;
}

.stick .top_menu_middle {
  padding: 5px 0;
}

.stick .top_menu_bottom {
  padding: 3px;
}

.stick .top_menu_bottom__list {
  padding-left: 100px;
}

.feedback_form {
  position: fixed;
  z-index: 200;
  top: 200px;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 4px solid #455263;
  padding: 20px 30px;
  outline: 1px solid #fff;
  display: none;
}

.feedback_form input[type=text],
.feedback_form input[type=tel] {
  border: 1px solid #455263;
  display: block;
  padding: 11px 10px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 95%;
}

.feedback_form input[type=submit] {
  padding: 10px 15px;
  background: #c20000;
  color: #fff;
  font-size: 16px;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.feedback_form input[type=submit]:hover {
  background: #ad0404;
}

.feedback_form_title {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.feedback_form_title span {
  color: #c20000;
}

.darkbg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

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

.thanks header img {
  display: none;
}
.thanks .page__title {
  margin-top: 200px;
}
.thanks .logo img {
  display: block;
}

.privacy_page {
  padding-top: 200px;
}
.privacy_page header img {
  display: none;
}
.privacy_page .page__title {
  margin-top: 200px;
}
.privacy_page .logo img {
  display: block;
}

.red a {
  color: #c20000;
  font-size: 14px;
}

.with__mrg {
  margin-top: 100px;
  margin-bottom: 100px;
}

header {
  position: relative;
}

.container {
  position: relative;
}

.car__price-old {
  opacity: 0.7;
  font-size: 40px;
  color: #fff;
  text-decoration: line-through;
}

.top__prices {
  position: absolute;
  padding: 30px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 50px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.car__price-new {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

.complects__info table {
  width: 100%;
}
.complects__info td {
  padding: 15px;
}

.one__complect {
  background-color: #f5f5f5;
  border-radius: 10px;
  border-bottom: 1px solid #fff;
}

.complect__name {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.complect__name::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 3px solid #110112;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

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

.complect_text {
  -moz-columns: 2;
       columns: 2;
}
.complect_text li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.blue__but {
  background-color: #95989a;
  padding: 10px;
  transition: all 0.3s;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
}
.blue__but:hover {
  background: #618297;
}

.all__discount {
  display: none;
}

.old__price {
  text-decoration: line-through;
}

.green__but {
  transition: all 3s;
  white-space: nowrap;
  display: inline-block;
  background-color: #455265;
  padding: 10px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.green__but:hover {
  background-color: #182539;
}

.all__price {
  color: #ac0202;
  font-weight: 500;
  font-size: 22px;
}

.reserv__show {
  display: flex;
}

.model_all_colors {
  margin-bottom: 30px;
}

.model_img img {
  margin: 0 auto;
}

.privacy_page .top__prices {
  display: none;
}

.gift__img {
  border-radius: 100%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.gift__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gift__title-big {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}

.all__gifts {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gift__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.gift__img {
  margin: 0 auto;
}

.gifts__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.form__individual-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.form__individual {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.form__individual:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 10px;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(90deg, #fe292e, #ffb629, #ec3629), #c4c4c4;
  z-index: -1;
  box-sizing: border-box;
}

.red__button {
  background-color: #c20000;
  color: #fff;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  height: 50px;
  border: none;
}

.form__individual-title {
  background-color: #fff;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border-radius: 10px;
}

.form__individual {
  position: relative;
  margin-bottom: 100px;
}

.top-car {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.filter {
  padding-top: 90px;
}
.filter .flter_container {
  flex-direction: column;
}
.filter .flter_container .slick-dots {
  display: none !important;
}
.filter .flter_container .filter_left {
  width: 95%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px auto;
  margin-bottom: 80px;
}
.filter .flter_container .filter_left .form-check-inline {
  margin-right: 21vw;
}
.filter .flter_container .filter_left .form-check-inline:nth-child(3n) {
  margin-right: 21vw;
}
.filter .flter_container .filter_left .form-check-inline:nth-child(2n) {
  margin-right: 0vw;
}
.filter .flter_container .filter_left .podbor_kuzov_list {
  width: 100%;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check_sedan img {
  width: 90px;
  height: 30px;
}

div#slider-range-min {
  width: 583px;
}

.podbor_price_polzunok_button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  background: #f6222e;
  border-radius: 40px;
  height: 40px;
  width: 214px;
  text-align: center;
  border: none;
}

.podbor_price_polzunok_button:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 2px #f6222e;
  transition: all 0.4s ease;
}

.form-check_sedan img {
  width: 90px;
  height: 30px;
}

.form-check {
  width: 115px;
}

.form-check label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 15px;
  position: relative;
}

.form-check_img {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 12px 8px;
  width: 96px;
  height: 50px;
}

.podbor_kuzov_list {
  display: flex;
}

.form-check label:before {
  left: -9px;
  position: absolute;
  content: "";
  top: -65px;
  margin-right: 7px;
  display: inline-block;
  width: 90px;
  height: 50px;
  border: none !important;
  border-radius: 2px;
  background-position: center;
}

.form-check input:checked + label:before .form-check_img {
  display: none;
}

.form-check.form-check-inline.form-check_sedan {
  display: flex;
  flex-direction: column;
}

.form-check.form-check-inline.form-check_crossover {
  display: flex;
  flex-direction: column;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.form-check-inline .form-check-input input {
  opacity: 0;
}

.car__new-thumbnails .thumbnail.active,
.car__new-thumbnails .thumbnail {
  transition: transform 0.2s ease-in-out;
}

.car__new-thumbnails .thumbnail:hover {
  cursor: pointer;
}

.podbor_form_grid_sub_bottom button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -150px;
  height: 110px;
  width: 60px;
  background: #7299b3;
  transform: rotate(20deg);
  transition: all 0.5s;
  opacity: 0.5;
}

.car__new-button.light,
.car__new-button.blue,
.complect__button.credit,
.complect__button.tradein,
.car__new-tabs-tab button,
.footer_bottom_form button,
.wrap_front_form form button,
.trade_in_block_form button,
.gift_wheels_form button,
.front_but_show_all_catalog,
.brand__top-form button {
  position: relative;
  overflow: hidden;
}
.car__new-button.light:hover::before,
.car__new-button.blue:hover::before,
.complect__button.credit:hover::before,
.complect__button.tradein:hover::before,
.car__new-tabs-tab button:hover::before,
.footer_bottom_form button:hover::before,
.wrap_front_form form button:hover::before,
.trade_in_block_form button:hover::before,
.gift_wheels_form button:hover::before,
.front_but_show_all_catalog:hover::before,
.brand__top-form button:hover::before {
  left: 300px;
}

.tab_label {
  position: relative;
  overflow: hidden;
}
.tab_label:hover::before {
  left: 600px;
}

.podbor_form_grid_sub_bottom button {
  position: relative;
  overflow: hidden;
}
.podbor_form_grid_sub_bottom button:hover {
  background: #ff8829;
}
.podbor_form_grid_sub_bottom button:hover::before {
  left: 1200px;
}

.car__new-form-f .wrap__input button {
  position: relative;
  overflow: hidden;
}
.car__new-form-f .wrap__input button:hover::before {
  left: 300px;
}

.podbor_form_grid_sub_bottom button {
  background: linear-gradient(90deg, #031a2a 0%, #7299b3 100%);
  color: #fff;
  border: none;
}

.tab_label:hover {
  background: #c20000;
  cursor: pointer;
  color: #fff;
}

.tab_label label:hover {
  cursor: pointer;
}

.tab_label .custom-checkbox:checked + label {
  background: #c20000;
}

.brand__image {
  height: auto !important;
}
.brand__image img {
  max-height: 40px;
  max-width: 60px;
}

.privacy__list li {
  height: auto;
}

.wrap_model .new-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.wrap_model .new-price-wrap .new_new_price {
  width: 100%;
}
.wrap_model .new-price-wrap .new_new_price span {
  font-size: 16px;
}

.grid__cars-price span {
  font-size: 16px;
}

.all__price span {
  font-size: 16px;
}

.model_button-more {
  padding: 0;
  text-align: center;
}
.model_button-more a {
  display: block;
  width: 100%;
  line-height: 48px;
}

/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
/*MEDIA*/
@media all and (min-width: 1024px) {
  .best_offers .col-md-4 .wrap_offer.next_offer .offer_img {
    width: 65%;
  }
  .best_offers .col-md-4 .wrap_offer .offer_img {
    margin-right: 6px;
  }
}
@media all and (max-width: 992px) {
  .logo {
    max-width: 50px;
  }

  .top_mini_info {
    font-size: 12px;
  }

  .top_center_menu a {
    font-size: 13px;
  }

  .mini_engine_block {
    margin-bottom: 70px;
  }

  .safe_title {
    margin-top: 0;
  }

  .wrap_model {
    margin-bottom: 30px;
  }

  .copy {
    text-align: center;
  }

  .top_mini_menu ul {
    justify-content: center;
    margin-bottom: 30px;
  }

  .top_mini_info {
    text-align: center;
  }

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

  .form__individual-wrap {
    grid-template-columns: 1fr;
  }

  .form__individual-title {
    left: auto;
    transform: translateX(0%);
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
  }

  .gift__title {
    font-size: 16px;
  }

  .container.form__individual {
    margin-left: 15px;
    margin-right: 15px;
  }

  .under-design {
    display: block;
  }

  .under-design__img {
    width: 100%;
  }

  .under-design__img:before {
    display: none;
  }

  .right_text {
    margin-top: 20px;
  }

  .engine_number {
    font-size: 30px;
  }

  .mini_engine_block {
    min-height: 150px;
  }

  .form_in input {
    max-width: 100%;
  }

  .wrap_form {
    display: block;
  }

  .form_in input[type=submit] {
    max-width: 100%;
    width: 100%;
  }

  .express_credit__title {
    font-size: 26px;
  }

  .offer_img img {
    max-width: 180px;
  }

  .feedback_form {
    top: 100px;
    left: 0;
    transform: translateX(0%);
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .big_title {
    font-size: 40px;
  }

  th:nth-of-type(2) {
    display: none;
  }
  th:nth-of-type(3) {
    display: none;
  }
  th:nth-of-type(4) {
    display: none;
  }
  th:nth-of-type(5) {
    display: none;
  }

  .blue__but {
    display: none;
  }

  .one__complect td:nth-of-type(2) {
    display: none;
  }
  .one__complect td:nth-of-type(3) {
    display: none;
  }
  .one__complect td:nth-of-type(4) {
    display: none;
  }
  .one__complect td:nth-of-type(5) {
    display: none;
  }

  .safe_title {
    font-size: 30px;
  }

  .need_help_title {
    margin-bottom: 30px;
  }

  .need_help {
    padding: 40px 0;
    margin-bottom: 10px;
  }

  .need_help .button__text {
    font-size: 16px;
  }

  .need_help .button {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }

  .text-center {
    text-align: center;
  }

  .top_menu_middle {
    display: none;
  }

  .button {
    min-width: 175px;
  }

  .complect__name {
    font-size: 14px;
  }

  .complects__info td {
    padding: 10px;
  }

  .top__prices {
    position: absolute;
    bottom: 0;
  }

  .green__but {
    margin-left: 0;
    font-size: 13px;
  }

  .button__text {
    font-size: 12px;
  }

  .all__price {
    font-size: 16px;
  }

  .car__price-old {
    font-size: 20px;
  }

  .car__price-new {
    font-size: 30px;
  }

  .pdr-none {
    padding-right: 0;
  }

  .complect_text {
    -moz-columns: 1;
         columns: 1;
  }

  .button__wrap {
    padding: 15px 10px;
  }

  .big_title {
    font-size: 40px;
  }

  .big_description {
    font-size: 16px;
  }

  .stick .top_menu_bottom__list {
    padding-left: 0;
  }

  .top_menu_bottom__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .top_menu_bottom__list li {
    margin: 5px;
  }

  .center-block {
    text-align: center;
  }

  .best_offers_title {
    font-size: 30px;
  }

  h1 {
    font-size: 30px;
  }

  .top-car {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 310px;
  }
}
@media all and (max-width: 550px) {
  .rotate_block_img:before {
    height: 45px;
    top: -42px;
  }

  .design_after:after {
    height: 35px;
  }

  .rotate_block:before {
    top: -36px;
  }

  .flex_around {
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .top_menu_bottom {
    padding: 5px 0;
  }

  .block_drive {
    padding: 30px 0;
  }

  .engine_block {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .safe_title {
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .footer {
    margin-top: 110px;
  }

  .page__title {
    margin-bottom: 35px;
    margin-top: 50px;
  }

  .catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }

  .catalog__item {
    width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

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

  .catalog__image img {
    max-width: 63%;
  }

  .catalog__title {
    text-align: center;
    font-size: 15px;
  }

  .catalog,
.grid__cars {
    grid-template-columns: 1fr;
  }

  .top__car-name {
    font-size: 30px;
    color: #fff;
  }

  .best_offers_title,
h1 {
    font-size: 30px;
  }

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

  .top__prices {
    width: 100%;
  }

  header .top-car {
    height: 500px;
  }
}
@media all and (max-width: 320px) {
  .gift__img {
    width: 130px;
    height: 130px;
  }

  .catalog__item {
    width: 77px;
    height: 77px;
  }

  .page__title {
    font-size: 26px;
    margin-top: 65px;
  }

  .catalog__title {
    text-align: center;
    font-size: 11px;
  }

  .contacts_left_block,
.contacts_right_block {
    width: 100%;
  }

  #map,
.ymaps-2-1-79-map,
ymaps.ymaps-2-1-79-map.ymaps-2-1-79-i-ua_js_yes.ymaps-2-1-79-map-bg.ymaps-2-1-79-islets_map-lang-ru {
    width: 100%;
  }

  .filter {
    padding-top: 90px;
  }
  .filter .flter_container {
    flex-direction: column;
  }
  .filter .flter_container .slick-dots {
    display: none !important;
  }
  .filter .flter_container .filter_left {
    width: 95%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto;
    margin-bottom: 80px;
  }
  .filter .flter_container .filter_left .form-check-inline {
    margin-right: 21vw;
  }
  .filter .flter_container .filter_left .form-check-inline:nth-child(3n) {
    margin-right: 21vw;
  }
  .filter .flter_container .filter_left .form-check-inline:nth-child(2n) {
    margin-right: 0vw;
  }
  .filter .flter_container .filter_left .podbor_kuzov_list {
    width: 100%;
  }
}
/*дополнительние стили - новый дизайн главной шаблона*/
/*дополнительние стили - новый дизайн главной шаблона*/
/*дополнительние стили - новый дизайн главной шаблона*/
/*дополнительние стили - новый дизайн главной шаблона*/
/*дополнительние стили - новый дизайн главной шаблона*/
.new-main-banner {
  background-image: url("/img/mainbanner.webp");
  background-repeat: no-repeat;
  height: 1050px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.new-main-banner div {
  width: 64%;
  margin-top: 10px;
}

.new-main-banner-name {
  color: #2d3540;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.new-main-banner-second-name {
  color: #fff;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.new-main-banner-second-name span {
  background-color: #c20000;
  padding: 0px 5px;
}

.new-main-banner-descr {
  color: #455265;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.brand__count {
  padding-top: 15px;
}

/*меню на главной страницы*/
.all__brands {
  margin-top: 50px;
  margin-bottom: 50px;
}
.all__brands .container_new {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  text-align: center;
  align-items: center;
}
.all__brands img {
  margin: 0 auto;
}
.all__brands .brand {
  transition: all 0.3s;
  position: relative;
}
.all__brands .brand:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.all__brands .brand a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand__title_count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 15px;
}
.brand__title_count .brand__title {
  font-weight: 500;
  font-size: 16px;
  color: #262626;
}

.brand__title:hover {
  color: #f6222e;
}

.all__brands_mobile {
  display: none;
}

.brand__title {
  padding-top: 15px;
  text-align: center;
}

.brand__image {
  height: 35px;
  width: 100%;
  margin-top: 30px;
}
.brand__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

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

.bg_grey {
  background-color: #ebecec;
  margin-top: 60px;
  margin-bottom: 60px;
}

.form__individual_1 {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  /*    // border: 3px solid #110112;*/
  position: relative;
  /*    background-color: #fff;*/
}
.form__individual_1 input {
  border: none !important;
}

.new-price-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
  padding: 4px;
}

.new_last_price {
  color: #3e4757;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  text-transform: uppercase;
}

.new_new_price {
  border-radius: 3px;
  background: #fff;
  color: #c20000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
}

@media all and (max-width: 768px) {
  .new-main-banner-name {
    font-size: 30px;
  }

  .new-main-banner {
    height: 457px;
    background-image: url("/img/mobile-web.webp");
  }

  .new-main-banner-second-name {
    font-size: 26px;
  }
  .new-main-banner-second-name span {
    padding: 0px 5px;
  }

  .new-main-banner-descr {
    font-size: 16px;
  }

  .all__brands .container_new {
    grid-template-columns: repeat(4, 1fr);
  }

  .all__brands_full {
    display: none;
  }

  .container_brands .slider2 {
    display: block !important;
  }
  .container_brands .slick-dots {
    position: relative;
    bottom: 0px;
    left: 12px;
  }
  .container_brands .slick-track {
    display: flex !important;
    flex-wrap: wrap;
  }
  .container_brands .slick-slide {
    height: 120px !important;
    margin-right: 16px;
  }
  .container_brands .slick-slide div .brand .brand__image img {
    max-width: 85px !important;
    max-height: 55px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .container_brands.slider2 {
    display: flex;
    gap: 0px;
    flex-direction: column;
    height: auto;
  }

  .container_brands .slick-track {
    display: flex !important;
    flex-wrap: wrap;
  }

  .brand__image {
    min-height: 50px;
  }
  .brand__image img {
    margin: 0 auto;
  }

  .brand__image img {
    height: 100% !important;
  }

  .all__brands_mobile a {
    color: #000;
  }

  .all__brands_mobile {
    display: block;
  }
}
@media all and (max-width: 320px) {
  .new-main-banner-name {
    margin-top: 52px;
  }

  .all__brands .brand {
    height: 85px;
  }

  .all__brands_mobile a {
    color: #000;
  }

  .all__brands .brand {
    height: 85px;
  }

  .all__brands_mobile {
    display: none;
  }

  .container_brands.slider2 {
    padding-left: 28px;
    padding-top: 9px;
  }

  .container_brands .slick-dots {
    bottom: -28px;
  }
}
/*       подбор машин       */
.podbor_kuzov_list {
  display: flex;
}

.podbor_form_title {
  text-align: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 62px;
  color: #262626;
  margin-bottom: 54px;
}

.podbor_form_title {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.podbor_form {
  padding: 30px;
  /*    border-radius: 5px;*/
  /*    border: 1px solid #eaeaea;*/
}
.podbor_form .podbor_form_title {
  margin-bottom: 30px;
}

.podbor_form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.podbor_form_price {
  position: relative;
  width: 137px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.podbor_form_grid_sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-end;
}

.podbor_form_sub_title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.podbor_form_grid_sub_bottom {
  display: flex;
  flex-direction: column;
}

.podbor_form {
  padding: 30px;
  border-radius: 5px;
}
.podbor_form .podbor_form_title {
  margin-bottom: 30px;
}

.podbor_form_grid_sub_bottom button {
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 15px;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  border: none;
  cursor: pointer;
}

.podbor_form_grid_sub_bottom button::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -150px;
  height: 110px;
  width: 60px;
  background: #7299b3;
  transform: rotate(20deg);
  transition: all 0.5s;
  opacity: 0.5;
}

.podbor_kuzov_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  margin-bottom: 12px;
  text-align: left;
}

.checkboxes_kuzov {
  margin-bottom: 36px;
}

.new_catalog_image {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.podbor_form_title {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.checkboxes_custom {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

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

  .podbor_form_grid_sub {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.podbor_form {
  background: #fff;
  /*    border-radius: 10px 10px 0px 0px;*/
  /*    border-top: 8px solid #F6222E;*/
  position: relative;
  bottom: 37px;
}

.brand__count {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #595959;
  text-align: center;
}

.podbor_form {
  padding: 40px 48px;
}

.checkboxes_kuzov {
  display: flex;
  flex-direction: column;
}

.podbor_form_sub_title {
  text-align: center;
  padding-bottom: 15px;
}

.podbor_kuzov_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  margin-bottom: 12px;
  text-align: left;
}

.tab_label {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #595959;
  min-width: 120px;
  text-transform: inherit;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
}
.tab_label .checkboxes_kuzov {
  margin-bottom: 36px;
}
.tab_label .podbor_form_sub_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  text-transform: inherit;
  margin-bottom: 11px;
}

.tab_label:nth-child(1) {
  border-radius: 3px 0px 0px 3px;
}

.tab_label:nth-child(4) {
  border-radius: 0px 3px 3px 0px;
}

.tab_label:hover {
  background: #c20000;
  color: #fff;
  transition: 0.3s;
  border-color: #f6222e;
}

.tab_label label {
  padding: 0px;
}

.tab_label .custom-checkbox:checked + label {
  background: #c20000;
  border-color: #f6222e;
}

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

.ui-slider-horizontal {
  margin: 27px 0;
  height: 15px;
  border: 0;
  background-color: #f3f3f3;
  position: relative;
}

.ui-slider-range {
  background: #c20000;
  height: 15px;
}

.ui-slider-handle {
  width: 7px;
  height: 22px;
  background: #c20000;
  border: 0;
  top: -4px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: 0;
  position: absolute;
}

#slider-range-min label {
  position: absolute;
  top: -26px;
}

.podbor_form_price {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 135px;
  height: 40px;
}

.podbor_form_grid_sub {
  margin-bottom: 48px;
}

.podbor_price_polzunok_title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
}

.ui-slider label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #595959;
  white-space: nowrap;
}

div#slider-range-min {
  width: 583px;
}

.podbor_price_polzunok_button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  background: #c20000;
  border-radius: 3px;
  height: 40px;
  width: 214px;
  text-align: center;
  border: none;
}

.podbor_price_polzunok_button:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 2px #f6222e;
  transition: all 0.4s ease;
}

.form-check_sedan img {
  width: 90px;
  height: 30px;
}

.form-check {
  width: 115px;
}

.form-check label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 15px;
  position: relative;
}

.form-check_img {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 12px 8px;
  width: 96px;
  height: 50px;
}

.podbor_kuzov_list {
  display: flex;
}

.form-check label:before {
  left: -9px;
  position: absolute;
  content: "";
  top: -65px;
  margin-right: 7px;
  display: inline-block;
  width: 90px;
  height: 50px;
  border: none !important;
  border-radius: 2px;
  background-position: center;
}

.form-check input:checked + label:before .form-check_img {
  display: none;
}

.form-check.form-check-inline.form-check_sedan {
  display: flex;
  flex-direction: column;
}

.form-check.form-check-inline.form-check_crossover {
  display: flex;
  flex-direction: column;
}

.address_label {
  font-weight: bold;
  margin-top: 15px;
}

.address_text {
  margin-top: 15px;
}

/*       Страница фильтра        */
.flter_container {
  display: flex;
  grid-template-columns: 24% 1fr;
}

.cars_filter .car_brand_logo {
  width: 100px;
  height: 100px;
}
.cars_filter .car_brand_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.filter_padding {
  padding-top: 219px;
}

@media all and (max-width: 1024px) {
  .podbor_kuzov_list {
    flex-wrap: wrap;
  }

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

  .slider_wrap_slide {
    flex-wrap: wrap;
  }

  .ymaps-2-1-79-map {
    width: 100% !important;
  }

  .podbor_form_grid {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px) {
  .podbor_kuzov_list {
    flex-wrap: wrap;
  }

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

  .slider_wrap_slide {
    flex-wrap: wrap;
  }

  .ymaps-2-1-79-map {
    width: 100% !important;
  }

  .podbor_form_grid {
    flex-wrap: wrap;
  }

  .live_models_block .slick-arrow {
    bottom: -50px;
    top: unset;
  }
  .live_models_block .prev__arrow {
    left: 40%;
  }
  .live_models_block .next__arrow {
    right: 40%;
  }

  .reviews-slider .review__img img {
    max-height: 100%;
  }

  .reviews-slider .slick-arrow {
    top: unset;
    bottom: 25px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
  }
  .reviews-slider .slick-arrow img {
    margin: 0 auto;
  }
  .reviews-slider .prev__arrow {
    left: calc(40% - 24px);
  }
  .reviews-slider .next__arrow {
    right: calc(40% - 24px);
  }
}
.new-main-banner-descr {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
}

@media all and (max-width: 768px) {
  .reviews .review {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .reviews .review__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .reviews .review__img img {
    max-width: 330px;
  }
  .reviews .review__info {
    width: 100%;
  }
  .reviews .review__info-client .text {
    height: auto;
  }
  .reviews .review__info-more {
    display: none;
  }
  .reviews .slick-arrow {
    bottom: -25px;
  }

  .review-page {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .review-include {
    padding-top: 0;
  }

  #slider-range-min label:first-child {
    left: 0;
  }

  #slider-range-min label:last-child {
    left: unset !important;
    right: 0;
  }

  .reviews-slider .review__info-more {
    display: flex;
  }

  .bg_grey {
    margin-top: 30px;
  }

  .new-main-banner div {
    width: 100%;
    margin-top: 10px;
  }

  .new-main-banner-name {
    white-space: wrap;
  }

  .container_brands .slick-dots {
    left: 0px;
    margin-bottom: 0;
  }

  .models_block_title {
    font-size: 24px;
  }

  .new-main-banner-descr {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 10px;
  }

  .podbor_kuzov_list {
    justify-content: center !important;
  }

  .filter_padding {
    padding-top: 123px;
  }

  .contacts {
    margin-bottom: 30px;
  }

  .form-check {
    margin-top: 10px;
  }

  .slider-range-min label:nth-child(2) {
    left: 60% !important;
  }
}
.red_button {
  background-color: #c20000;
  padding: 15px;
}

.padding_catalog {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media all and (max-width: 576px) {
  .podbor_form_grid {
    display: block;
  }

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

  .slider_wrap_slide {
    gap: 20px;
  }

  .new-price-wrap {
    padding: 15px;
  }

  .catalog__item {
    width: 100%;
    height: 354px;
  }

  .new_catalog_image {
    width: 229px;
    height: 210px;
  }
  .new_catalog_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .live_models_block .col-md-3 .wrap_model .model_img img {
    max-height: 100%;
  }
  .live_models_block .slick-arrow {
    bottom: -30px;
    top: unset;
  }
  .live_models_block .prev__arrow {
    left: 20%;
  }
  .live_models_block .next__arrow {
    right: 20%;
  }
}
