body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
p,
a,
ul,
li,
h1,
h2,
h3,
h4,
div {
  display: block;
  padding: 0px;
  margin: 0px;
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
}
body p {
  line-height: 22px;
  font-weight: 300;
}
body .content header {
  position: relative;
  background: #111111;
  min-height: 520px;
}
body .content header .header_top {
  position: fixed;
  width: 100%;
  z-index: 5;
}
body .content header .header_top .first_top_bar,
body .content header .header_top .second_top_bar {
  padding: 0px 20px;
}
body .content header .header_top .first_top_bar .first_top_bar_inner,
body .content header .header_top .first_top_bar .second_top_bar_inner,
body .content header .header_top .second_top_bar .first_top_bar_inner,
body .content header .header_top .second_top_bar .second_top_bar_inner {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}
body .content header .header_top .first_top_bar {
  background-color: #000000c7;
}
body .content header .header_top .first_top_bar .first_top_bar_inner {
  justify-content: center;
  align-items: center;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .contacts_top,
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top {
  margin: 7px 0px;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .contacts_top
  a,
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a {
  color: #929596;
  text-decoration: none;
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 500;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .contacts_top
  a:hover,
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a:hover {
  color: white;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .contacts_top {
  display: flex;
  margin-right: 25px;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .contacts_top
  a {
  margin: 0px 25px;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top {
  display: flex;
  align-items: center;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a {
  margin: 0px 5px;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a
  img {
  width: 20px;
  height: 20px;
}
body
  .content
  header
  .header_top
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a
  img:hover {
  opacity: 0.8;
}
body .content header .header_top .second_top_bar {
  background-color: #000000ab;
}
body .content header .header_top .second_top_bar .second_top_bar_inner {
  justify-content: space-between;
}
body
  .content
  header
  .header_top
  .second_top_bar
  .second_top_bar_inner
  .close_block {
  display: none;
  position: absolute;
  right: 30px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/close1.svg);
  background-size: 75%;
  background-position: center;
  margin-top: 23px;
}
body
  .content
  header
  .header_top
  .second_top_bar
  .second_top_bar_inner
  .close_block:hover {
  cursor: pointer;
}
body
  .content
  header
  .header_top
  .second_top_bar
  .second_top_bar_inner
  .header_logo {
  display: inline-flex;
  max-width: 120px;
  margin-right: 15px;
  align-items: center;
}
body
  .content
  header
  .header_top
  .second_top_bar
  .second_top_bar_inner
  .header_logo
  img {
  width: 100%;
  min-width: 50px;
}
body
  .content
  header
  .header_top
  .second_top_bar
  .second_top_bar_inner
  .header_logo
  img:hover {
  opacity: 0.8;
}

.navigation nav ul {
  display: inline-flex;
  list-style: none;
}

.navigation nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  height: 85px;
  display: inline-flex;
  padding: 0px 15px;
  font-size: 90%;
  align-items: center;
  text-align: center;
}

.navigation nav ul li a:hover {
  background-color: #206584;
}

.navigation nav ul li a.active {
  background-color: #206584;
}

body .content header .header_top.scrolled .first_top_bar {
  background-color: #000000c7;
}
body
  .content
  header
  .header_top.scrolled
  .first_top_bar
  .first_top_bar_inner
  .contacts_top,
body
  .content
  header
  .header_top.scrolled
  .first_top_bar
  .first_top_bar_inner
  .socials_top {
  margin: 5px 0px;
}
body
  .content
  header
  .header_top.scrolled
  .first_top_bar
  .first_top_bar_inner
  .contacts_top
  a,
body
  .content
  header
  .header_top.scrolled
  .first_top_bar
  .first_top_bar_inner
  .socials_top
  a {
  font-size: 60%;
}
body
  .content
  header
  .header_top.scrolled
  .first_top_bar
  .first_top_bar_inner
  .contacts_top {
  display: flex;
  margin-right: 25px;
}
body
  .content
  header
  .header_top.scrolled
  .second_top_bar
  .second_top_bar_inner
  .close_block {
  margin-top: 8px;
}
body
  .content
  header
  .header_top.scrolled
  .second_top_bar
  .second_top_bar_inner
  .header_logo {
  max-width: 85px;
}
body
  .content
  header
  .header_top.scrolled
  .second_top_bar
  .second_top_bar_inner
  .navigation
  nav
  ul
  li
  a {
  height: 60px;
  font-size: 75%;
}

.navigation nav ul li {
  position: relative;
}

.navigation nav ul.sub-menu {
  position: absolute;
  top: 86px;
  left: 0;
  flex-direction: column;
  background: #000000c7;
  width: 260px;
  display: none;
}

.navigation nav .menu-item-has-children:hover ul.sub-menu {
  display: flex;
}

.scrolled .navigation nav ul.sub-menu {
  top: 60px;
}

body ul.sub-menu a {
  display: flex !important;
  align-items: center;
  font-weight: 300;
  height: 40px !important;
}

body .content header .header_bottom {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 30px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body .content header .header_bottom .header_bottom_inner {
  padding: 0px 30px;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
body .content header .header_bottom .header_bottom_inner .header_bottom_left {
  margin-right: 20px;
}

body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form {
  padding: 20px 20px;
  background-color: #48484875;
  border-radius: 5px;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  h3 {
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  color: white;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .form_group {
  margin-bottom: 12px;
  display: flex;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .form_group
  label {
  color: white;
  margin-right: 15px;
  width: 90px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 11px;
  font-size: 14px;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .form_group
  input,
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .form_group
  textarea {
  color: white;
  background-color: #00000030;
  padding: 10px 10px;
  font-size: 100%;
  border: 1px solid silver;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  min-width: 250px;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .button_block {
  text-align: center;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .button_block
  button {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .header_form
  form
  .button_block
  button:hover {
  cursor: pointer;
  opacity: 0.8;
}
body
  .content
  header
  .header_bottom
  .header_bottom_inner
  .header_bottom_right
  .success_message {
  color: white;
}
body .content header video {
  width: 100%;
  margin-bottom: -5px;
}
body .content main .section_link {
  top: -53px;
  position: relative;
}
body .content main section {
  padding: 30px 0px;
}
body .content main section h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.section_inner {
  padding: 0px 30px;
  max-width: 1024px;
  margin: 0 auto;
}
body .content main section.auto_cataloge {
  background-color: white;
}
body .content main section.auto_cataloge .all_cars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body .content main section.auto_cataloge .all_cars .car_list {
  border: none;
}

body .content main section.auto_cataloge .all_cars .car_list .car_list_head {
  display: flex;
  padding: 0px 50px 0px 0px;
  align-items: center;
  margin-bottom: 40px;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_list_head
  .model_logo {
  max-width: 120px;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_list_head
  .model_logo
  img {
  width: 100%;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_list_head
  .model_desc
  h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 140%;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_list_head
  .model_desc
  p {
  font-size: 85%;
  line-height: 20px;
}

.model_desc a {
  text-decoration: none;
  color: #444;
}

body .content main section.auto_cataloge .all_cars .car_list .car_item {
  display: flex;
  margin: 25px 0px;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_image {
  max-width: 200px;
  margin-right: 15px;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_desc
  h4 {
  margin-bottom: 7px;
  font-size: 120%;
  font-weight: 600;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_desc
  p {
  color: silver;
  margin-bottom: 3px;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_desc
  a {
  color: #c6081c;
  text-decoration: none;
}
body
  .content
  main
  section.auto_cataloge
  .all_cars
  .car_list
  .car_item
  .car_desc
  a:hover {
  text-decoration: underline;
}
body .content main section.about_us {
  padding: 60px 0px;
  background: #f7f7f7;
}
body .content main section.about_us .about_block {
  display: flex;
}
body .content main section.about_us .about_block .block_left {
  max-width: 50%;
  min-width: 50%;
  margin-right: 30px;
}
body .content main section.about_us .about_block .block_left img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: contain;
}
body .content main section.about_us .about_block .block_right h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .content main section.show_window {
  padding: 60px 0px;
  position: relative;
}
body .content main section.show_window .section_inner .upper_line {
  height: 1px;
  max-width: 700px;
  background-color: #e6e6e6;
  margin: 0 auto;
  position: relative;
  top: -60px;
}
body .content main section.show_window .section_inner .all_show_cars {
  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
/*
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item {
  text-align: center;
}*/
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  h4 {
  margin-bottom: 6px;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 300;
}

/*
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_image {
  max-width: 300px;
  margin: 0px 10px;
}
*/



body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_image
  img {
  width: 100%;
  border-radius: 5px;
  transition: transform .5s;
}
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_desc {
  display: flex;
  flex-direction:row;
  gap: 4px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (max-width: 991.98px) {

    body .content main section.show_window .section_inner .all_show_cars .show_car_item .show_car_desc {

        flex-direction: column;
    }
}

body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_desc
  p {
  font-size: 102%;
}
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_desc
  .price {
  font-weight: 500;
  color: forestgreen;
}
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  .show_car_desc
  .run {
  font-weight: 300;
}
body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 84%;
  text-decoration: none;
  justify-self: self-start;
  transition:color .3s;
}


body
  .content
  main
  section.show_window
  .section_inner
  .all_show_cars
  .show_car_item
  a:hover {
  background-color: #026897;
}


body .content main section.show_window .section_inner .all_show_cars .show_car_item .show_car_image {
    padding: 0;
    background-color: transparent;
	position: relative;
	overflow:hidden;

}

body .content main section.show_window .section_inner .all_show_cars .show_car_item .show_car_image:hover{
	background-color: transparent;
}

body .content main section.show_window .section_inner .all_show_cars .show_car_item .show_car_image:hover img{
	 transform: scale(1.15);
}


body .content main section.why_best {
  background-image: url('../images/parallax2.jpeg');
  background-position: 60%;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0px;
}
body .content main section.why_best .cover {
  width: 100%;
  height: 100%;
  background: #000000a8;
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 0px;
}
body .content main section.why_best h2 {
  color: white;
  position: relative;
  z-index: 3;
}
body .content main section.why_best .all_best_items {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: space-between;
  align-items: center;
}
body .content main section.why_best .all_best_items .best_item {
  color: white;
  text-align: center;
}
body .content main section.why_best .all_best_items .best_item .fa {
  display: block;
}
body .content main section.why_best .all_best_items .best_item .amount {
  font-size: 300%;
  font-weight: 100;
  margin: 10px 0px;
  display: block;
}
body .content main section.why_best .all_best_items .best_item p {
  color: white;
}
body .content main section.reviews {
  padding: 30px 0px;
}
body .content main section.reviews .all_reviews {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
}
body .content main section.reviews .all_reviews .review_item {
  text-align: center;
  margin: 0px 15px;
  padding: 25px 25px;
  background-color: #f2fcff;
  border-radius: 5px;
  width: 50%;
}
body .content main section.reviews .all_reviews .review_item a {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #206584;
}
body .content main section.reviews .all_reviews .review_image {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}
body .content main section.reviews .all_reviews .review_image img {
  width: 100%;
  border-radius: 200px;
}
body .content main section.reviews .all_reviews h4 {
  margin-bottom: 15px;
  font-size: 115%;
  font-weight: 400;
}
body .content main section.reviews .all_reviews p {
  line-height: 23px;
  margin-bottom: 10px;
}
body .content main section.reviews .all_reviews a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 85%;
  text-decoration: none;
}
body .content main section.reviews .all_reviews a:hover {
  opacity: 0.8;
}
body .content main section.reviews.reviews_page .review_image {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
body .content main section.reviews.reviews_page .review_image img {
  width: 100%;
  border-radius: 5px;
}
body .content main section.feedback {
  padding: 60px 0px;
  background: #f7f7f7;
}
body .content main section.feedback .feedback_bottom {
  width: 100%;
  z-index: 1;
  bottom: 30px;
}
body .content main section.feedback .feedback_bottom .feedback_inner {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_left {
  margin-right: 20px;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_left
  .contacts
  a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_left
  .contacts
  a:hover {
  opacity: 0.6;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form {
  padding: 20px 20px;
  background-color: #e0e0e075;
  border-radius: 5px;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  h3 {
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  color: black;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .form_group {
  margin-bottom: 12px;
  display: flex;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .form_group
  label {
  color: black;
  margin-right: 15px;
  width: 90px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 11px;
}

body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .form_group
  input,
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .form_group
  textarea {
  color: black;
  background-color: #9e9e9e30;
  padding: 10px 10px;
  font-size: 100%;
  border: 1px solid silver;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  min-width: 250px;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .button_block {
  text-align: center;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .button_block
  button {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
}
body
  .content
  main
  section.feedback
  .feedback_bottom
  .feedback_inner
  .feedback_right
  .feedback_form
  form
  .button_block
  button:hover {
  cursor: pointer;
  opacity: 0.8;
}
body .content main section.feedback_page {
  padding-bottom: 0px;
}
body .content main section.feedback_page .section_inner {
  margin-bottom: 30px;
}
body .content main section.feedback_page .map iframe {
  width: 100%;
  margin-bottom: -4px;
}
body .content main section.calculator_page {
  padding-bottom: 0px;
}
body .content main section.calculator_page .section_inner {
  margin-bottom: 30px;
}
body .content main section.calculator_page .section_inner .calculator_block {
  border-radius: 5px;
  padding: 25px;
  max-width: 600px;
  margin: 0 auto;
}
body
  .content
  main
  section.calculator_page
  .section_inner
  .calculator_block
  .calculator_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
body
  .content
  main
  section.calculator_page
  .section_inner
  .calculator_block
  .calculator_header
  i {
  display: inline-block;
  color: #3d3d3d;
  font-size: 40px;
  margin-right: 20px;
}
body .content main section.about_page .section_inner p {
  margin-bottom: 15px;
}
body .content main section.about_page .section_inner ul {
  list-style: circle;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 22px;
}
body .content main section.about_page .section_inner ul li {
  background-image: url(../images/circle1.svg);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 8px;
}
body .content main section.about_page .about_block {
  display: flex;
  margin-bottom: 30px;
}
body .content main section.about_page .about_block .block_left {
  max-width: 300px;
  min-width: 300px;
  margin-right: 30px;
}
body .content main section.about_page .about_block .block_left img {
  width: 100%;
  border-radius: 5px;
}
body .content main section.about_page .about_block .block_right h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .content footer .footer_top {
  background-color: #3d3d3d;
  padding: 50px 30px;
}
body .content footer .footer_top .footer_top_inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body .content footer .footer_top .footer_top_inner a {
  color: white;
  text-decoration: none;
}
body .content footer .footer_top .footer_top_inner a:hover {
  opacity: 0.8;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .hyndai_autos
  .footer_car_item,
body .content footer .footer_top .footer_top_inner .kia_autos .footer_car_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .hyndai_autos
  .footer_car_item
  h4,
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .kia_autos
  .footer_car_item
  h4 {
  margin-bottom: 20px;
  font-size: 170%;
  text-transform: uppercase;
  font-weight: 300;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .hyndai_autos
  .footer_car_item
  .footer_car_image,
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .kia_autos
  .footer_car_item
  .footer_car_image {
  max-width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .hyndai_autos
  .footer_car_item
  .footer_car_image
  img,
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .kia_autos
  .footer_car_item
  .footer_car_image
  img {
  width: 80%;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .hyndai_autos
  .footer_car_item
  a,
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .kia_autos
  .footer_car_item
  a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 85%;
  text-decoration: none;
}
body .content footer .footer_top .footer_top_inner .footer_contacts a {
  font-weight: 300;
  line-height: 28px;
}
body .content footer .footer_top .footer_top_inner .footer_contacts a .fa {
  width: 20px;
}
body
  .content
  footer
  .footer_top
  .footer_top_inner
  .footer_contacts
  a
  .contact_title {
  font-weight: 600;
}
body .content footer .footer_bootom {
  background-color: #2f2f2f;
  padding: 20px 30px;
}
body .content footer .footer_bootom .footer_bottom_inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
body .content footer .footer_bootom .footer_bottom_inner .bottom_left {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_left
  .logo_bottom {
  max-width: 150px;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_left
  .logo_bottom
  img {
  width: 80%;
  opacity: 0.5;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_left
  .logo_bottom
  img:hover {
  opacity: 1;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_left
  .copyright
  p {
  color: #999999;
  font-size: 80%;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_right
  .socials_bottom {
  display: flex;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_right
  .socials_bottom
  a {
  margin: 0px 10px;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_right
  .socials_bottom
  a
  img {
  width: 40px;
  height: 40px;
}
body
  .content
  footer
  .footer_bootom
  .footer_bottom_inner
  .bottom_right
  .socials_bottom
  a
  img:hover {
  opacity: 0.8;
}
body .fancybox-container .fancybox-button--zoom {
  display: none !important;
}
body .fancybox-container .fancybox-button--close {
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url('../images/close.svg');
  background-position: center;
}
body .fancybox-container .fancybox-button--arrow_left,
body .fancybox-container .fancybox-button--arrow_right {
  background-repeat: no-repeat;
  background-size: 20%;
}
body .fancybox-container .fancybox-button--arrow_left svg,
body .fancybox-container .fancybox-button--arrow_right svg {
  display: none;
}
body .fancybox-container .fancybox-button--arrow_left {
  background-image: url('../images/arrow_left.svg');
  background-position: 30% 50%;
}
body .fancybox-container .fancybox-button--arrow_right {
  background-image: url('../images/arrow_right.svg');
  background-position: 70% 50%;
}

.fa {
  margin-right: 5px;
}

.catalog main section .section_inner {
  padding: 0px 30px;
  max-width: 1024px;
  margin: 0 auto;
}
.cars_catalog .car_item {
  margin: 25px 0px;
}
.cars_catalog .car_item .car_item_inner {
  display: flex;
}
.cars_catalog .car_item .car_item_inner .car_image {
  min-width: 350px;
  max-width: 350px;
  margin-right: 15px;
  position: relative;
}
.cars_catalog .car_item .car_item_inner .car_image img {
  width: 100%;
  border-radius: 5px;
}
.cars_catalog .car_item .car_item_inner .car_desc h4 {
  margin-bottom: 7px;
  font-size: 120%;
  font-weight: 600;
}

.cars_catalog .car_item .car_item_inner .car_desc .amount {
  color: #c7081b;
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 8px;
  font-weight: 500;
}

.cars_catalog .car_item .car_item_inner .car_desc .amount span {
  font-size: 80%;
  font-weight: 300;
  color: silver;
}

.cars_catalog .car_item .car_item_inner .car_desc .car_desc_details .detail {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.cars_catalog
  .car_item
  .car_item_inner
  .car_desc
  .car_desc_details
  .detail
  .fa {
  color: #206584;
}
.cars_catalog .car_item .car_item_inner .car_desc a {
  color: #206584;
  text-decoration: none;
}

.cars_catalog .car_item .car_item_inner .car_desc a:hover {
  text-decoration: underline;
}

main section .section_inner {
  padding: 0px 30px;
  max-width: 1024px;
  margin: 0 auto;
}
main section .section_inner.section_inner_details {
  display: flex;
  justify-content: space-between;
}
main section .cars_details {
  margin-right: 30px;
}
main section .cars_details .cars_details_inner {
  display: flex;
}
main section .cars_details .cars_details_inner .car_gallery {
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}


.car_labels_wrapper {
  position: absolute;
  top: 14px;
  left: 0;
  display: grid;
  align-items: self-start;
  gap: 2px;
  z-index: 2;
}

.label {
  font-weight: 500;
  padding: 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /*text-shadow: 0 0.02em 0 #ffffff7a;*/

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 12px;
}

/* 1. В ПУТИ (shilds_1) */
.car_labels_wrapper .in-transit {
  background-color: rgba(0, 68, 255, 0.8);
}

/* 2. В НАЛИЧИИ (shilds_2) */
.car_labels_wrapper .available {
  background-color: rgba(72, 180, 99, 0.8);
}

/* 3. ПРОДАНО (shilds_3) */
.car_labels_wrapper .sold {
  background-color: rgba(255, 0, 0, 0.8);
}

/* 4. НА ПОДГОТОВКЕ (shilds_4) */
.car_labels_wrapper .on-prep {
  background-color: rgba(255, 165, 0, 0.8);
}

/* 5. ПОД ЗАКАЗ (shilds_5) */
.car_labels_wrapper .on-order {
  background-color: rgba(166, 202, 20, 0.8);
}

/* 6. ЛУЧШАЯ ЦЕНА (shilds_6) */
.car_labels_wrapper .best-price {
  background-color: rgba(246, 17, 235, 0.8);
  /* Поскольку фиолетовый очень яркий, мы сохраняем белый текст, заданный в общем стиле */
}

main section .cars_details .cars_details_inner .car_gallery .car_image {
  max-width: 500px;
}

main section .cars_details .cars_details_inner .car_gallery .car_image img {
  width: 100%;
}

main section .cars_details .cars_details_inner .car_gallery .mini_gallery img {
  width: 100px;
  margin-right: 15px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .mini_gallery
  img:hover {
  cursor: pointer;
  opacity: 0.8;
}
main section .cars_details .cars_details_inner .car_gallery .swiper {
  width: 500px;
  margin: 0px auto;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  border-radius: 5px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-wrapper
  .swiper-slide
  img:hover {
  cursor: pointer;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-next,
main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-prev {
  color: #cccccc94;
  background: #00000054;
  border-radius: 200px;
  height: auto;
  width: auto;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-next:after,
main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-prev:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 80%;
  width: 20px;
  height: 20px;
  background-position: center;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-next {
  padding: 12px 10px 12px 15px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-next:after {
  background-image: url('../images/arrow_right.svg');
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-prev {
  padding: 12px 15px 12px 10px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper
  .swiper-button-prev:after {
  background-image: url('../images/arrow_left.svg');
}

main section .cars_details .cars_details_inner .car_gallery .swiper.mySwiper2 {
  margin-bottom: 5px;
}

main section .cars_details .cars_details_inner .car_gallery .swiper.mySwiper {
  height: auto;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper.mySwiper
  .swiper-wrapper
  .swiper-slide {
  height: 90px;
  padding-top: 0px;
  position: relative;
  width: 117px !important;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper.mySwiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 4px solid #206584;
  padding-bottom: 3px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper.mySwiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_gallery
  .swiper.mySwiper
  .swiper-wrapper
  .swiper-slide
  img:hover {
  cursor: pointer;
}
main section .cars_details .cars_details_inner .car_desc h1 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
main section .cars_details .cars_details_inner .car_desc h4 {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: 500;
  color: #206584;
}
main section .cars_details .cars_details_inner .car_desc .amount {
  color: #c7081b;
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 20px;
  font-weight: 500;
}
main section .cars_details .cars_details_inner .car_desc .amount span {
  font-size: 80%;
  font-weight: 300;
  color: silver;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_desc
  .car_desc_details
  .detail {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

main
  section
  .cars_details
  .cars_details_inner
  .car_desc
  .car_desc_details
  .detail
  .fa {
  color: #206584;
}
main section .cars_details .cars_details_inner .car_desc a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 85%;
  text-decoration: none;
}
main section .cars_details .cars_details_inner .car_desc a:hover {
  opacity: 0.8;
  cursor: pointer;
}
main section .cars_details .cars_details_inner p {
  margin-bottom: 10px;
  line-height: 22px;
}
main section .cars_details > ul {
  margin-bottom: 10px;
  font-weight: 300;
  padding-left: 15px;
  list-style:none;
}
main section .cars_details > ul > li {
  background-image: url('../images/check_mark.svg');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 3px;
  background-size: 15px;
  line-height: 22px;
}
main section aside {
  border: 1px solid silver;
  max-width: 20%;
  background: whitesmoke;
  padding: 22px 15px;
  height: fit-content;
  text-align: center;
  border-radius: 5px;
}
main section aside h3 {
  text-transform: uppercase;
}
main section aside .one_car {
  padding-bottom: 25px;
  border-bottom: 1px solid silver;
}
main section aside .one_car:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
main section aside .one_car h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
main section aside .one_car .image_block {
  max-width: 70%;
  margin: auto;
  margin-bottom: 10px;
}
main section aside .one_car .image_block img {
  width: 100%;
  border-radius: 500px;
}
main section aside .one_car .amount {
  font-size: 18px;
  margin-bottom: 7px;
  color: #c7081b;
}
main section aside .one_car .detail {
  margin-bottom: 10px;
}
main section aside .one_car .detail .fa {
  color: #206584;
}
main section aside .one_car a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 85%;
  text-decoration: none;
}
main section aside .one_car a:hover {
  opacity: 0.8;
}

.popup_block {
  display: none;
}
.popup_block.open {
  display: block;
}
.popup_block.open .popup_body {
  background: #e1e1e1;
  position: fixed;
  z-index: 101;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 5px;
}
.popup_block.open .popup_body .feedback_form {
  padding: 20px 20px;
  background-color: #f7f7f78c;
  border-radius: 5px;
  position: relative;
}
.popup_block.open .popup_body .feedback_form .close_popup {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/close2.svg);
  background-size: 60%;
  background-position: center;
  background-color: silver;
  border-radius: 50px;
}
.popup_block.open .popup_body .feedback_form .close_popup:hover {
  cursor: pointer;
}
.popup_block.open .popup_body .feedback_form h3 {
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  color: black;
}
.popup_block.open .popup_body .feedback_form form .form_group {
  margin-bottom: 12px;
  display: flex;
}
.popup_block.open .popup_body .feedback_form form .form_group label {
  color: black;
  margin-right: 15px;
  font-size: 14px;
  width: 90px;
  display: inline-block;
  text-align: right;
  position: relative;
  top: 11px;
}
.popup_block.open .popup_body .feedback_form form .form_group input,
.popup_block.open .popup_body .feedback_form form .form_group textarea {
  color: black;
  background-color: #9e9e9e30;
  padding: 10px 10px;
  font-size: 100%;
  border: 1px solid silver;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  min-width: 250px;
}
.popup_block.open .popup_body .feedback_form form .button_block {
  text-align: center;
}
.popup_block.open .popup_body .feedback_form form .button_block button {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #206584;
  color: white;
  text-transform: uppercase;
}
.popup_block.open .popup_body .feedback_form form .button_block button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.popup_block.open .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.55);
  position: fixed;
  top: 0px;
  z-index: 100;
}

.breadcrumbs {
  max-width: 1024px;
  padding: 0px 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.breadcrumbs ul li {
  display: inline-block;
  background-position: left;
  padding: 0px 21px 0px 0px;
  background-image: url(../images/breadcrumbs_arrow.svg);
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 15px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  margin-bottom: 5px;
}
.breadcrumbs ul li a {
  color: #206584;
  text-decoration: none;
  font-size: 15px;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li span {
  color: #5a5a5a;
  font-size: 15px;
  display: inline-block;
}
.breadcrumbs ul li:last-child {
  background-image: none;
}

.breadcrumbs .aioseo-breadcrumbs {
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  align-items: center;
  font-size: 0.85rem;
}

.breadcrumbs .aioseo-breadcrumbs a {
  color: #206584;
  text-decoration: none;
}

.breadcrumbs .aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  padding: 10px 30px 0;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  font-size: 0.8rem;
}

.breadcrumbs a {
  color: #206584;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 990px) {
  main section .section_inner.section_inner_details {
    display: block;
  }
  main section .section_inner.section_inner_details .cars_details {
    margin: 0px 0px 30px 0px;
  }
  main section .section_inner.section_inner_details aside {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 850px) {
  body .content header .header_top .first_top_bar .first_top_bar_inner {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  body
    .content
    header
    .header_top
    .first_top_bar
    .first_top_bar_inner
    .contacts_top {
    display: inline-block;
    margin: 20px 0px 0px 0px;
  }
  body
    .content
    header
    .header_top
    .first_top_bar
    .first_top_bar_inner
    .contacts_top
    a {
    margin: 0px 0px 5px 0px;
    font-size: 85%;
  }
  body
    .content
    header
    .header_top
    .first_top_bar
    .first_top_bar_inner
    .socials_top {
    justify-content: center;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .close_block {
    display: none;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation {
    width: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/menu.svg);
    background-size: 75%;
    background-position: center;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation:hover {
    cursor: pointer;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation
    nav {
    display: none;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open {
    background-image: none;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav {
    display: block;
    width: 100%;
    margin-top: 87px;
    position: absolute;
    left: 0;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav
    ul {
    display: inline-block;
    width: 100%;
    background-color: #000000ba;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav
    ul
    li
    a {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: auto;
    padding: 17px 0px;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav
    ul
    li
    ul {
    display: none !important;
  }
  body
    .content
    header
    .header_top.scrolled
    .first_top_bar
    .first_top_bar_inner
    .contacts_top {
    display: inline-block;
    margin: 10px 0px 0px 0px;
  }
  body
    .content
    header
    .header_top.scrolled
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav {
    margin-top: 63px;
  }
  body .content header .header_bottom {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px 0px;
    background-color: silver;
  }
}
@media only screen and (max-width: 760px) {
  body
    .content
    header
    .header_top
    .first_top_bar
    .first_top_bar_inner
    .socials_top {
    justify-content: center;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .close_block {
    margin-top: 18px;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .header_logo
    img {
    width: 90%;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation:hover {
    cursor: pointer;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation
    nav {
    display: none;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav {
    margin-top: 79px;
  }
  body
    .content
    header
    .header_top.scrolled
    .second_top_bar
    .second_top_bar_inner
    .navigation.open
    nav {
    margin-top: 57px;
  }
  body .content header .header_bottom {
    text-align: center;
  }
  body .content header .header_bottom .header_bottom_inner {
    display: inline-block;
  }
  body .content header .header_bottom .header_bottom_inner .header_bottom_left {
    margin: 0px 0px 20px 0px;
  }
  body .content main section.auto_cataloge .all_cars {
    grid-template-columns: 1fr;
  }
  body .content main section.auto_cataloge .all_cars .car_list .car_list_head {
    padding: 0px;
  }
  body .content main section.auto_cataloge .all_cars .car_item {
    display: flex;
    margin: 25px 0px;
    justify-content: center;
  }
  body .content main section.about_us .about_block {
    display: block;
    text-align: center;
  }
  body .content main section.about_us .about_block .block_left {
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    min-width: 100%;
  }
  body .content main section.show_window .section_inner .all_show_cars {
    display: block;
  }
  body
    .content
    main
    section.show_window
    .section_inner
    .all_show_cars
    .show_car_item {
    margin-bottom: 20px;
  }
  body
    .content
    main
    section.show_window
    .section_inner
    .all_show_cars
    .show_car_item
    .show_car_image {
    max-width: 100%;
  }
  body
    .content
    main
    section.show_window
    .section_inner
    .all_show_cars
    .show_car_item
    .show_car_desc {
    display: block;
  }
  body
    .content
    main
    section.show_window
    .section_inner
    .all_show_cars
    .show_car_item
    .show_car_desc
    .price {
    margin-bottom: 10px;
  }
  body .content main section.why_best .all_best_items {
    display: block;
  }
  body .content main section.why_best .all_best_items .best_item {
    margin-bottom: 40px;
  }
  body .content main section.reviews .all_reviews {
    display: block;
  }
  body .content main section.reviews .all_reviews .review_item {
    margin-bottom: 20px;
    width: auto;
  }
  body .content main section.feedback .feedback_bottom .feedback_inner {
    display: block;
    text-align: center;
  }
  body
    .content
    main
    section.feedback
    .feedback_bottom
    .feedback_inner
    .feedback_left {
    margin: 0px 0px 20px 0px;
  }
  body
    .content
    main
    section.feedback
    .feedback_bottom
    .feedback_inner
    .feedback_right
    .feedback_form
    form
    .form_group {
    display: block;
  }
  body
    .content
    main
    section.feedback
    .feedback_bottom
    .feedback_inner
    .feedback_right
    .feedback_form
    form
    .form_group
    label {
    display: block;
    top: 0;
    width: auto;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
  body
    .content
    main
    section.feedback
    .feedback_bottom
    .feedback_inner
    .feedback_right
    .feedback_form
    form
    .form_group
    input,
  body
    .content
    main
    section.feedback
    .feedback_bottom
    .feedback_inner
    .feedback_right
    .feedback_form
    form
    .form_group
    textarea {
    min-width: auto;
    width: 80%;
  }
  body .content footer .footer_top .footer_top_inner {
    display: block;
    text-align: center;
  }
  body
    .content
    footer
    .footer_top
    .footer_top_inner
    .hyndai_autos
    .footer_car_item,
  body
    .content
    footer
    .footer_top
    .footer_top_inner
    .kia_autos
    .footer_car_item {
    display: block;
  }
  body
    .content
    footer
    .footer_top
    .footer_top_inner
    .hyndai_autos
    .footer_car_item
    .footer_car_image,
  body
    .content
    footer
    .footer_top
    .footer_top_inner
    .kia_autos
    .footer_car_item
    .footer_car_image {
    margin: 0 auto;
  }
  main section .section_inner.section_inner_details {
    display: block;
  }

  main
    section
    .section_inner.section_inner_details
    .cars_details
    .cars_details_inner {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  main
    section
    .section_inner.section_inner_details
    .cars_details
    .cars_details_inner
    .car_gallery {
    margin-right: 0;
  }

  main
    section
    .section_inner.section_inner_details
    .cars_details
    .cars_details_inner
    .car_gallery
    .swiper {
    width: auto;
  }

  main
    section
    .section_inner.section_inner_details
    .cars_details
    .cars_details_inner
    .car_desc
    h1 {
    text-align: center;
  }
  .popup_block.open .popup_body .feedback_form form .form_group {
    display: block;
  }
  .popup_block.open .popup_body .feedback_form form .form_group label {
    display: block;
    top: 0;
    width: auto;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .cars_catalog .car_item .car_item_inner {
    display: block;
    text-align: center;
  }

  .cars_catalog .car_item .car_item_inner .car_image {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  body
    .content
    main
    section.page
    .section_inner
    .cars_catalog
    .car_item
    .car_item_inner
    .car_desc
    h4 {
    margin-bottom: 15px;
    font-size: 140%;
  }
  body
    .content
    main
    section.page
    .section_inner
    .cars_catalog
    .car_item
    .car_item_inner
    .car_desc
    .amount {
    margin-bottom: 15px;
  }
  body
    .content
    main
    section.page
    .section_inner
    .cars_catalog
    .car_item
    .car_item_inner
    .car_desc
    .car_desc_details {
    display: block;
    margin-bottom: 20px;
  }
  body
    .content
    main
    section.page
    .section_inner
    .cars_catalog
    .car_item
    .car_item_inner
    .car_desc
    .car_desc_details
    .detail {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  body
    .content
    main
    section.page
    .section_inner
    .cars_catalog
    .car_item
    .car_item_inner
    .car_desc
    a {
    font-size: 19px;
  }
  body .content main section.about_page .section_inner .about_block {
    display: block;
    text-align: center;
  }
  body
    .content
    main
    section.about_page
    .section_inner
    .about_block
    .block_left {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  body .content footer .footer_bootom .footer_bottom_inner {
    display: block;
  }
  body .content footer .footer_bootom .footer_bottom_inner .bottom_left {
    display: block;
    text-align: center;
    margin-right: 0px;
  }
  body
    .content
    footer
    .footer_bootom
    .footer_bottom_inner
    .bottom_left
    .logo_bottom {
    margin: 16px auto;
  }
  body
    .content
    footer
    .footer_bootom
    .footer_bottom_inner
    .bottom_right
    .socials_bottom {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation:hover {
    cursor: pointer;
  }
  body
    .content
    header
    .header_top
    .second_top_bar
    .second_top_bar_inner
    .navigation
    nav {
    display: none;
  }
  body
    .content
    header
    .header_bottom
    .header_bottom_inner
    .header_bottom_right
    .header_form
    form
    .form_group {
    display: block;
  }
  body
    .content
    header
    .header_bottom
    .header_bottom_inner
    .header_bottom_right
    .header_form
    form
    .form_group
    label {
    width: auto;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    margin: 0px 0px 10px 0px;
  }
  body
    .content
    header
    .header_bottom
    .header_bottom_inner
    .header_bottom_right
    .header_form
    form
    .form_group
    input,
  body
    .content
    header
    .header_bottom
    .header_bottom_inner
    .header_bottom_right
    .header_form
    form
    .form_group
    textarea {
    width: 80%;
    min-width: auto;
  }
  main section .section_inner.section_inner_details {
    display: block;
  }
  main section .section_inner.section_inner_details aside {
    max-width: 100%;
  }

  .popup_block.open .popup_body {
    max-width: 250px;
  }
  .popup_block.open .popup_body .feedback_form form .form_group input,
  .popup_block.open .popup_body .feedback_form form .form_group textarea {
    min-width: 182px;
  }
}

body .hero_title * {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0.03em;
}

.lang-sv {
  border-radius: 20px;
  padding: 4px 9px;
  transition: color 0.3s;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  height: 13px;
  color: white !important;
  background-color: transparent;
  border: solid 1px white;
}
.lang-sv:hover {
  background-color: goldenrod;
  border-color: goldenrod;
}

.lang-sv-current {
  color: #000 !important;
  background-color: goldenrod;

  border: solid 1px goldenrod;
}

.lang-sv-current:hover {
  color: white !important;
}

body .content main section.about_page a {
  display: inline-block;
  color: #206584;
}

.news__items {
  display: grid;
  grid-gap: 24px;
}

.news__item {
  display: flex;
  gap: 24px;
  margin: 16px 0;
}

.news__image--link {
  max-width: 380px;
}
.news__image {
  max-width: 100%;
  min-width: 300px;
  object-fit: cover;
  height: auto;
}
body .content main section .news__title {
  text-align: left;
  text-transform: none;
}
.news__items .detail {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #444;
  padding: 12px 0;
  margin-top: 10px;
}
.news__date {
  display: flex;
  gap: 8px;
}

.news__items .detail .news__link {
  display: inline-block;
  color: #206584;
}

@media screen and (max-width: 767px) {
  .news__item {
    flex-wrap: wrap;
  }

  .news__image--link {
    width: 100%;
    max-width: none;
  }

  .news__image {
    width: 100%;
  }
}

label {
  font-size: 14px !important;
}

.show_car_item {
  position: relative;
  display: grid;
  gap: 10px;
}

.sale__badge {
  position: absolute;
  width: 100px;
  height: auto;
  top: 36px;
  right: 2px;
}

.sale__badge svg {
  width: 100%;
  height: auto;
}

.success_message {
  background: #6bc36c;
  padding: 30px 0;
  box-shadow: 0 6px 10px #0000005c;
}

.first_top_bar_inner {
  position: relative;
}

/*--------- NAVIGATION ---------*/

.current-menu-item a {
  color: red !important;
}

.hidden {
  display: none;
}

/* Стили для МИНИАТЮРЫ ВИДЕО */
.swiper.mySwiper .video-thumb {
  position: relative;
  background-color: #555;
  /* Убедимся, что миниатюра видео выглядит как миниатюра */
  border-radius: 5px;
  overflow: hidden;
}

.swiper.mySwiper .video-thumb-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.mySwiper .video-thumb .thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px;
}

.swiper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
  font-size: 48px;
  z-index: 10;
}

.swiper .play-icon:hover {
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.2);
}

body .content main section.feedback_page .feedback_bottom_inner {
  padding-bottom: 32px;
}

.car_id {
  margin: 12px 0 0;
  font-size: 0.6rem;
}

.all_cars {
  display: grid;
  gap: 30px;
  margin: 30px 0px 40px;
  grid-template-columns: 1fr;
}

.car_list {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

.car_list_head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.car_list_head__title * {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  margin-bottom: 4px;
}

.model_logo img {
  object-fit: contain;
  height: auto;
  max-width: 100%;
  max-height: 68px;
}

.car_list_head .model_logo {
  flex-shrink: 0;
  width: 100px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.car_models_showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: baseline;
}

.car_desc__title {
  argin-bottom: 7px;
  font-size: 120%;
  font-weight: 600;
}

.car_desc__price {
  color: silver;
  margin-bottom: 4px;
}

.car_desc__link {
  color: #c6081c;
  text-decoration: none;
}

.car_desc__link:hover {
  text-decoration: underline;
}

section .catalog_description a {
  color: #206584;
  text-decoration: none;
  display: inline-block;
}
section .catalog_description a:hover {
  text-decoration: underline;
}

section .catalog_description p {
  margin-bottom: 1rem;
}

/* =======================================
   1. КОНТЕЙНЕР ПАГИНАЦИИ (Общие настройки)
   ======================================= */
.pagination-container nav {
  /* Центрируем блок на странице */
  text-align: center;
  margin: 30px 0;
  padding: 20px 0;
  /* Опционально: линия для отделения от контента */
  border-top: 1px solid #eee;
}

/* Скрываем текст для скринридеров, если он мешает дизайну, 
   но функция WordPress его добавляет */
.pagination-container nav .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* =======================================
   2. СТИЛИ ДЛЯ СПИСКА ССЫЛОК (.page-numbers)
   ======================================= */
.pagination-container nav .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #206584;
}

.pagination-container nav a.page-numbers,
.pagination-container nav span.page-numbers {
  display: block;
  min-width: 24px; /* Фиксированная минимальная ширина для круглой/квадратной кнопки */
  height: 40px; /* Фиксированная высота */
  line-height: 40px; /* Центрирует текст по вертикали */
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 4px; /* Скругленные углы */
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

/* =======================================
   3. СТИЛИ ДЛЯ ССЫЛОК (НАВЕДЕНИЕ И АКТИВНЫЕ)
   ======================================= */

/* Ссылки на другие страницы */
.pagination-container nav a.page-numbers {
  color: #333; /* Основной цвет текста */
  background-color: #fff;
}

/* Активная страница (текущая) */
.pagination-container nav span.page-numbers.current {
  background-color: #206584; /* Яркий цвет для активной страницы */
  color: #fff;
  border-color: #206584;
  font-weight: 700;
  cursor: default;
}

/* Наведение на ссылки */
.pagination-container nav a.page-numbers:hover {
  background-color: #f0f0f0;
  border-color: #aaa;
  color: #000;
}

/* Кнопки Предыдущая/Следующая */
.pagination-container nav .prev .page-numbers,
.pagination-container nav .next .page-numbers {
  font-weight: 400;
  color: #206584;
  border-color: #206584;
}

.pagination-container nav .prev .page-numbers:hover,
.pagination-container nav .next .page-numbers:hover {
  background-color: #206584;
  color: #fff;
  border-color: #206584;
}

/* Точки (...) */
.pagination-container nav .page-numbers .dots {
  border: none;
  background: none;
  color: #999;
  cursor: default;
}

.nav-links {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}


.form-title__car{
	text-align:center;
}
.form-title__model {
    display: block;
    margin: 2px auto;
    font-size: 1.1rem;
    font-weight: 400;
}

.search_item {  
    padding: 1rem 0;
}

.search_title *{
	text-decoration:none;
	color:#000;
	font-size:1.5rem;
	margin-bottom:.8rem;
}

.search_title:hover {
	text-decoration:underline;
	color:forestgreen;
}

.search_price {
    font-weight: bold;
    color: forestgreen;
    font-size: 1.1rem;
    margin-bottom: .6rem;
}

.search_item .more_link{
	text-decoration:underline;
	color:forestgreen;
}

.search_item .more_link:hover{
	opacity:.8;
}
.wp-block-columns a,
.cars_details a{
	display:inline-block;
}

.cars_details li{
	display: list-item;
    line-height: 1.5;
    font-weight: 300;
}


