@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@font-face {
  font-family: "Disket Mono";
  src: url("../fonts/Disket-Mono-Regular.eot");
  src: local("☺"), url("../fonts/Disket-Mono-Regular.woff") format("woff"), url("../fonts/Disket-Mono-Regular.ttf") format("truetype"), url("../fonts/Disket-Mono-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  overflow-x: hidden;
  font-family: "Roboto";
  font-style: normal;
  height: 100%;
  width: 100%;
  font-size: 19px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: #0074B6;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
  margin-top: 50px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #F8AC01;
  border-radius: 10px;
}

.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 6px 0 0px;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: 3;
}

.logo__img {
  position: relative;
  top: -5px;
  margin: 0 -1px 0 -1px;
}

.nameCompany {
  font-family: "Disket Mono";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #F8AC01;
  margin: 0 0 0 0;
}

.cover__img {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cover__img img {
  width: 100%;
  max-height: none;
}

ol,
ul {
  margin-bottom: 20px;
}

ol {
  list-style-type: none;
  counter-reset: list;
}

ol li,
ul li {
  position: relative;
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 8px;
}

ol li::before {
  position: absolute;
  top: 5;
  left: -33px;
  content: counter(list) ".";
  counter-increment: list;
  color: #121212;
  background-color: #F8AC01;
  font-weight: 600;
  line-height: 17px;
  margin-top: 8px;
}

ol li {
  margin-left: 46px;
}

li._icon-ellips {
  margin-left: 46px;
  position: relative;
}

._icon-ellips::before {
  position: absolute;
  top: 8px;
  left: -26px;
  font-size: 14px;
  color: #F8AC01;
}

@media (max-width: 1024px) {
  ol li,
li._icon-ellips {
    margin-left: 28px;
  }
}
.header__body {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.header__burger {
  display: none;
}

.header__menu {
  display: flex;
  padding: 0 14px 0 0;
  margin: -5px 0 0 0;
  gap: 13px;
}

.header__menu li:hover {
  background-color: #1E1E1E;
}
.header__menu li:hover a {
  color: #F8AC01;
}

.header__link {
  position: relative;
  z-index: 5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0px -4px 0 0;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.header__right {
  display: flex;
  z-index: 3;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2E2E2E;
}

.header .dropdown__button {
  justify-content: left;
}

._icon-search::before {
  font-size: 19px;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

._icon-search:hover::before {
  color: #F8AC01;
}

.header__menuItem {
  position: relative;
  display: flex;
  align-items: center;
}

.nameDrop {
  font-weight: 400;
  color: #1E1E1E;
  font-size: 18px;
}

.btnDropDown {
  cursor: pointer;
  display: flex;
  width: 142px;
  z-index: 1;
  position: relative;
  padding-left: 7px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 0;
  color: #1e1e1e;
}
.btnDropDown span {
  display: inline-block;
  position: absolute;
  right: 15px;
}

.arrow {
  margin-top: -3px;
  margin-left: 6px;
  pointer-events: none;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.arrow180 {
  margin-top: 3px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

._icon-arrowDown::before {
  font-size: 5px;
  color: #F8AC01;
}

.headerDropdown {
  position: absolute;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  top: -1px;
  padding: 47px 0 0 0;
  z-index: 2;
  display: flex;
  background-color: #F4F4F4;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.headerDropdown::after {
  content: "";
  position: absolute;
  width: 86%;
  border-bottom: 1px solid #A9A9A9;
  left: 50%;
  top: 37px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.headerDropdown .headerDropdown__content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.headerDropdown li {
  display: block;
  padding: 4px 9px;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
}
.headerDropdown a {
  color: #1E1E1E;
}

.search__input {
  position: relative;
  padding-top: 2px;
}
.search__input .input {
  position: absolute;
  top: 39px;
  right: -6px;
  display: flex;
  justify-content: space-between;
  width: 310px;
  height: 40px;
  background: #F4F4F4;
  padding: 3px 10px 0 7px;
}
.search__input .input ._icon-search {
  position: relative;
  font-size: 20px;
}

.input:focus-within {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px #ababab;
}

.inputIn {
  background: none;
  color: #1E1E1E;
  font-size: 15px;
  width: 100%;
}

::-moz-placeholder {
  color: #1E1E1E;
}

:-ms-input-placeholder {
  color: #1E1E1E;
}

::placeholder {
  color: #1E1E1E;
}

.button__search {
  background: none;
}

.main__imgPage {
  position: relative;
  overflow: hidden;
  height: 215px;
  margin: 0 auto;
  max-width: 1440px;
  width: calc(1024px + 416 * (100vw - 1024px) / 416);
}

@media (max-width: 1024px) {
  body.lock {
    overflow: hidden;
  }
  .container {
    width: calc(769px + 255 * (100vw - 769px) / 255);
    padding: 0 15px;
  }
  .search__input .input {
    right: -36px;
    z-index: 2;
  }
  .arrow180 {
    margin-top: 7px;
  }
  .main__imgPage {
    width: calc(360px + 664 * (100vw - 360px) / 664);
    height: 215px;
    background-size: cover;
    background-position: top;
  }
  .btnDropDown {
    width: 230px;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 0 28px;
  }
  .header__menuItem {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .nameDrop {
    font-size: 24px;
  }
  .headerDropdown li a {
    font-size: 20px;
  }
  .content {
    width: calc(310px + 590 * (100vw - 320px) / 660);
  }
  .header {
    height: 52px;
    padding: 0;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 28px;
    height: 20px;
    position: relative;
    z-index: 5;
    order: 2;
    margin-left: 18px;
  }
  .header__logo {
    position: relative;
    z-index: 5;
    height: 35px;
  }
  .header__burger span {
    position: absolute;
    background-color: #1E1E1E;
    left: 0;
    width: 100%;
    height: 5px;
    top: 10px;
    transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .header__burger::before,
.header__burger::after {
    content: "";
    background-color: #1E1E1E;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .header__burger.active::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 8px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 8px;
  }
  .header__burger.active span {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .header__link {
    line-height: 1;
  }
  ._icon-search::before {
    font-size: 22px;
  }
  .header__menu {
    position: fixed;
    top: -110%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    padding: 70px 10px 20px 10px;
    overflow: auto;
    display: flex;
    justify-content: start;
    transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
  }
  .space {
    margin: 0;
  }
  .header__menu.active {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    top: 49px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    padding: 70px 10px 20px 10px;
    z-index: 2;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    top: 21px;
  }
  .header__menu ul {
    display: block;
  }
  .header__menu ul li {
    display: flex;
    padding: 10px;
    justify-content: center;
  }
}
h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 24px;
}

h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  color: #2E2E2E;
  margin-bottom: 15px;
}

h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #2E2E2E;
  margin-bottom: 15px;
}

h4 {
  font-weight: 500;
  font-size: 19px;
  line-height: 36px;
  color: #2E2E2E;
  margin-bottom: 8px;
}

.main__container h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #F8AC01;
  text-align: start;
}
.main__container h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 24px;
}

p {
  font-weight: 300;
  font-size: 19px;
  line-height: 36px;
  color: #2E2E2E;
  margin-bottom: 20px;
}

a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #0074B6;
}

.middleText {
  text-align: center;
  line-height: 22px;
  margin-bottom: 25px;
}

.crumbs {
  display: flex;
  margin-top: 31px;
  margin-bottom: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.crumb {
  color: #2E2E2E;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding-right: 7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.crumbs .crumb:last-child {
  color: #0074B6;
}

.crumb:hover {
  color: #4ba1d3;
}

.crumb + .crumb::before {
  content: "|";
  color: #F8AC01;
  padding-right: 7px;
}

.contact__form {
  padding: 26px 30px 39px 30px;
  margin: 0px auto;
  width: 790px;
  background: #F4F4F4;
}

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

.form__bottom {
  width: 100%;
}

.input {
  width: 350px;
  height: 52px;
  background: #FFFFFF;
  padding: 17px 19px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.inputIn {
  width: 100%;
  height: 100%;
  background: none;
}

.textarea {
  resize: none;
  outline: none;
  background-color: #FFFFFF;
  padding: 13px 3px 10px 19px;
  width: 100%;
  height: 208px;
  cursor: text;
  color: #1e1e1e;
  margin: 26px 0 32px 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  font-family: "Roboto";
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #1E1E1E;
}

.formBtn {
  display: flex;
  justify-content: flex-end;
}
.formBtn .btn {
  width: 222px;
  font-size: 19px;
}

.btn {
  text-align: center;
  color: #2E2E2E;
  background: #F8AC01;
  border-radius: 10px;
  padding: 12px 10px;
}

.btn:hover {
  color: #F8AC01;
  background: #2E2E2E;
}

form .input:focus-within,
form .textarea:focus-within {
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 0px 12px 5px rgb(255, 255, 255);
}

@media (max-width: 1024px) {
  .contact__form {
    width: 100%;
    padding: 26px 20px 39px 20px;
  }
  .input {
    width: 100%;
  }
  .form__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 19px;
  }
  .textarea {
    height: 299px;
    margin: 20px 0 32px 0;
  }
  .formBtn {
    display: flex;
    justify-content: center;
  }
  .formBtn .btn {
    width: 100%;
  }
}
.main__top {
  margin: 0 auto 88px;
  height: 596px;
  width: calc(360px + 1080 * (100vw - 360px) / 1080);
}
.main__top .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__top .main__topContent {
  width: 730px;
  margin-top: -111px;
}
.main__top .main__topContent .main__topSubtitle {
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  color: #FFFFFF;
  width: 293px;
  bottom: 27px;
  margin: 0;
}
.main__top .form {
  margin-top: 12px;
}
.main__top .form .form__title {
  display: inline-block;
  background: #F8AC01;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1E1E1E;
  color: #1E1E1E;
  line-height: 19px;
  padding: 6px 16px 3px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.main__top .form .form__body {
  background: #FFFFFF;
  border-radius: 0px 10px 10px 10px;
  -webkit-border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  -ms-border-radius: 0px 10px 10px 10px;
  -o-border-radius: 0px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 14px 17px 7px;
  position: relative;
}
.main__top .form .parameters__container {
  display: flex;
  width: 100%;
}
.main__top .form .form__parameters {
  width: 100%;
}
.main__top .form .parameters__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1E1E1E;
  padding-left: 8px;
}
.main__top .form .dropdown__button {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #1E1E1E;
  opacity: 0.5;
  margin-top: 11px;
  padding: 4px 8px;
}
.main__top .form .dropdown__button--active {
  opacity: 1;
  padding: 9px 8px;
  margin-top: 21px;
}
.main__top .form .dropdown__arrow,
.main__top .form .dropdown__button {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.main__top p {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
}
.main__top .formBtn .btn {
  font-family: "Roboto";
  width: 146px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .main__top .main__topContent {
    width: 730px;
    margin-top: 0px;
  }
  .main__top .main__topContent .main__topSubtitle {
    bottom: 11px;
    right: 55px;
  }
  .main__top .form .dropdown__button {
    padding: 11px 8px;
    line-height: 16px;
  }
  .main__top .form {
    margin-top: 43px;
    margin-bottom: 50px;
  }
  .main__top .form .form__title {
    padding: 6px 15px 3px;
  }
  .main__top .form .form__body {
    flex-wrap: wrap;
    padding: 31px 7px 16px;
  }
  .main__top .form .form__body .formBtn {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 12px;
  }
  .main__top .form .btn {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .main__top {
    height: 559px;
    margin: 0 auto 47px;
  }
  .absolute {
    position: absolute;
    top: 58px;
    left: 5px;
    width: calc(330px + 190 * (100vw - 360px) / 190);
  }
  .absolute .dropdown {
    z-index: 4;
  }
  .main__top .form .dropdown__button {
    padding: 11px 8px;
  }
}
.perfectCar {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px 17px;
}

.perfectCar__example {
  width: 176px;
  height: 141px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.perfectCar__example .example__img {
  height: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.perfectCar__example img {
  width: 100%;
  max-height: none;
}

.perfectCar__example:hover,
.brand__slide:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.example__title {
  text-align: center;
  margin-top: 6px;
}

@media (max-width: 550px) {
  .perfectCar {
    row-gap: 8px;
    -moz-column-gap: normal;
         column-gap: normal;
    justify-content: space-between;
  }
  .perfectCar .perfectCar__example {
    width: 146px;
    height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.brand__indexPage {
  margin-top: 100px;
  background: #F4F4F4;
  padding-top: 54px;
  padding-bottom: 39px;
}
.brand__indexPage .brand__slider {
  overflow-x: hidden;
  position: relative;
}
.brand__indexPage .brand__slider .slick-track {
  display: flex;
  transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
}
.brand__indexPage .brand__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0;
}
.brand__indexPage .brand__slider .slick-arrow.slick-prev {
  background: url(../img/leftSliderArrow.png);
  left: 0;
  width: 8px;
  height: 16px;
}
.brand__indexPage .brand__slider .slick-arrow.slick-next {
  background: url(../img/rightSliderArrow.png);
  right: 0;
  width: 8px;
  height: 16px;
}
.brand__indexPage .brand__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 14px;
  height: 192px;
}
.brand__indexPage .brand__slide p {
  text-align: center;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.brand__indexPage .brand__img {
  max-width: 148px;
  max-height: 148px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.brand__indexPage .brand__img img {
  width: 100%;
  max-height: none;
}

.brand__list.mostVisited__cars li {
  width: 193px;
}

.reviews__img {
  position: relative;
}

.mostVisited__title {
  margin-top: 20px;
  margin-bottom: 3px;
}

.mostVisited__cars {
  display: flex;
  flex-wrap: wrap;
}
.mostVisited__cars li {
  width: 315px;
  margin: 0;
}

.mostVisited {
  background: #F4F4F4;
  padding-top: 48px;
  padding-bottom: 58px;
}

.show__allBtn {
  text-align: center;
  margin-top: 48px;
}
.show__allBtn .show__allButton {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #0074B6;
  cursor: pointer;
  background-image: linear-gradient(to right, #0074B6 75%, transparent 75%);
  background-position: 0 21px;
  background-repeat: repeat-x;
  background-size: 7px 2px;
}

.mostVisited__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}

.mostVisited__list a {
  font-weight: 300;
  font-size: 19px;
  line-height: 36px;
  color: #2E2E2E;
}

.mostVisited__highlightedList a {
  font-weight: 300;
  font-size: 19px;
  line-height: 36px;
  color: #0074B6;
}

.news__img {
  display: flex;
  align-items: center;
  position: relative;
  width: 314px;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.news__img img {
  width: 100%;
  max-height: none;
}
.news__img .news__text {
  margin-bottom: 0;
}

.show__allNews {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #0074B6;
  cursor: pointer;
  background-image: linear-gradient(to right, #0074B6 75%, transparent 75%);
  background-position: 0 21px;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  margin: 20px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.show__allNews:visited {
  color: #0074B6;
}

.waterMark {
  position: absolute;
  width: 95%;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  z-index: 3;
  height: 24px;
  overflow: hidden;
}
.waterMark img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
}

.news__title,
.news__title:visited {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-top: 19px;
  margin-bottom: 10px;
  color: #0074B6;
}

.news {
  padding-top: 83px;
  padding-bottom: 0px;
}
.news .news__slider {
  position: relative;
  overflow-x: hidden;
}
.news .news__slider a {
  display: inline-block;
  width: 100%;
}
.news .news__slider .slick-track {
  display: flex;
  width: 105%;
  transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
}
.news .news__slider .slick-slide {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}
.news .news__slider .slick-arrow {
  position: absolute;
  top: 185px;
  z-index: 2;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 33px;
  height: 33px;
}
.news .news__slider .slick-arrow.slick-prev {
  background-image: url(../img/leftSliderArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
.news .news__slider .slick-arrow.slick-next {
  background-image: url(../img/rightSliderArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
.news .news__slide {
  width: 314px;
  margin: 0 6px 0;
}
.news .theme {
  position: absolute;
  width: 95%;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.news .theme .theme__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #2E2E2E;
  background: #F8AC01;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  display: inline-block;
}
.news .theme .theme__line {
  background-color: #fff;
  margin-left: 13px;
  height: 1px;
  display: inline-block;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .brand__indexPage {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .reviews {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
@media (max-width: 993px) {
  .reviews .reviews__img,
.reviews .news__img,
.news .reviews__img,
.news .news__img {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  .mostVisited {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .news {
    padding-top: 41px;
  }
}
.pagination__content .card-content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 42px 19px;
}
.pagination__content .news__img {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.pagination__content .news__img img {
  width: 100%;
  max-height: none;
}
.pagination__content .news__text {
  margin-bottom: 0px;
}
.pagination__content .pagination__topContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
.pagination__content .pagination__topContainer li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #DADADA;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination__content .pagination__topContainer li a {
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 36px;
}
.pagination__content .pagination__topContainer .first-page,
.pagination__content .pagination__topContainer .last-page {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}
.pagination__content .pagination__topContainer .disable {
  background-color: #F8AC01;
}
.pagination__content .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__content .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #DADADA;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination__content .pagination li a {
  color: #2E2E2E;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 36px;
}
.pagination__content .previous-page,
.pagination__content .next-page {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}
.pagination__content .pagination .next-page {
  margin-left: 25px;
  background-image: url(../img/nextArrowPagination.svg);
}
.pagination__content .pagination .previous-page {
  margin-right: 25px;
  background-image: url(../img/prewArrowPagination.svg);
}
.pagination__content .first-page {
  background-image: url(../img/theeArrowsLeft.svg);
}
.pagination__content .last-page {
  background-image: url(../img/theeArrowsRight.svg);
}
.pagination__content .previous-page:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}
.pagination__content .first-page:hover {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}
.pagination__content .next-page:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.pagination__content .last-page:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.pagination__content .current-page,
.pagination__content .dots {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.pagination__content .pagination .active {
  background-color: #F8AC01;
}
.pagination__content .pagination .disable {
  background-color: #F8AC01;
}

.theme {
  position: absolute;
  width: 90%;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.theme .theme__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #2E2E2E;
  background: #F8AC01;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  display: inline-block;
}
.theme .theme__line {
  background-color: #fff;
  margin-left: 13px;
  height: 1px;
  display: inline-block;
  flex-grow: 1;
}

@media (max-width: 1010px) {
  .pagination__content .card-content {
    justify-content: center;
  }
}
@media (max-width: 677px) {
  .pagination__content .pagination__topContainer {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 13px auto 68px;
  }
  .pagination__content .pagination li,
  .pagination__content .pagination__topContainer li {
    margin: 7px;
  }
  .pagination__content .pagination__topContainer li a,
  .pagination__content .pagination__topContainer li span {
    width: 100%;
    height: 100%;
  }
  .pagination .next-page {
    position: absolute;
    top: 81px;
    right: 64px;
  }
  .pagination .previous-page {
    position: absolute;
    top: 81px;
    left: 64px;
  }
  .first-page {
    position: absolute;
    top: 81px;
    left: 0;
  }
  .last-page {
    position: absolute;
    top: 81px;
    right: 0px;
  }
}
.modelYears {
  background: #F4F4F4;
  padding: 9px 13px 12px;
  margin-bottom: 19px;
}
.modelYears .fw500 {
  line-height: 33px;
  margin: 0;
}
.modelYears .years__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.modelYears .years__item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 36px;
  color: #0074B6;
  margin-bottom: 0px;
}
.modelYears .years__item a {
  font-weight: 300;
  font-size: 19px;
  line-height: 36px;
}
.modelYears .years__item:not(:last-child):after {
  content: "...";
  color: #1E1E1E;
  display: inline-block;
  margin: 0 3px;
}

.type {
  margin-top: 31px;
  margin-bottom: 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.type__btn {
  cursor: pointer;
  padding: 4px 21px 3px;
  background: rgba(224, 235, 236, 0.8);
  border-radius: 10px;
  text-align: center;
  color: #434343;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}

.type__btn:hover {
  background: #F8AC01;
}

.type__btn a {
    color: inherit;
    font-size: inherit;
}

.main .type .selectedView {
  background: #F8AC01;
}

.offers {
  display: flex;
}
.offers .offers__text p:not(:last-child) {
  margin-bottom: 16px;
}
.offers .type {
  margin: 0 0 0 0;
  width: 680px;
  gap: 10px;
  align-items: center;
}

.keySpec {
  padding: 21px 19px 28px 19px;
  background: #F4F4F4;
  margin-top: 12px;
}

.keySpec__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  margin-left: 22px;
  margin-bottom: 0;
}
.keySpec__list .keySpec__item {
  width: 33%;
  font-weight: 500;
  font-size: 19px;
  line-height: 36px;
  margin: 0;
}
.keySpec__list .keySpec__item p {
  margin: 0;
}
.keySpec__list .keySpec__item span {
  font-weight: 500;
}

.rating {
  display: flex;
  margin-top: 39px;
  gap: 30px;
}
.rating a {
  font-weight: 400;
  font-size: 19px;
  color: #0074B6;
}
.rating .rating__table {
  width: 100%;
}
.rating .rating_tableHeader {
  padding: 5px 41px 2px 20px;
  background-color: rgba(224, 235, 236, 0.8);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 16px;
}
.rating .rating_tableHeader p {
  margin: 0;
}
.rating .rating__text {
  width: 100%;
}
.rating .rating__text .pt19 {
  margin-top: 19px;
  margin-bottom: 0;
}
.rating .latestUpdates {
  background: #F4F4F4;
  padding: 14px 16px 18px;
  margin-top: 7px;
}
.rating .latestUpdates h5 {
  font-weight: 500;
}
.rating .latestUpdates p {
  margin-bottom: 0px;
  font-weight: 400;
}
.rating .latestUpdates span {
  margin-bottom: 0px;
  font-weight: 500;
}
.rating .rating__tableList {
  margin-bottom: 0;
}
.rating .rating__tableList li {
  margin: 0;
}
.rating .rating__tableList p {
  width: 140px;
  text-align: center;
  margin: 0;
}
.rating .rating__tableList a {
  line-height: 36px;
}
.rating .rating__tableItem {
  padding: 12px 27px 6px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rating .rating__tableItem:not(:last-child) {
  border-bottom: 1px solid #D3D3D3;
}

.seeDetailReview {
  margin-top: 41px;
  text-align: center;
  margin-bottom: 0px;
}
.seeDetailReview a {
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  padding: 10px 40px;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #2E2E2E;
  background: #F8AC01;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.seeDetailReview a:hover {
  color: #F8AC01;
  background: #2E2E2E;
}

.specs {
  padding: 33px 30px 35px 30px;
  background: #F4F4F4;
  margin-top: 52px;
}
.specs .specs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 26px;
  margin-bottom: 0;
}
.specs .specs__list .fw500 {
  margin-bottom: 0px;
}
.specs .specs__listItem {
  display: flex;
  width: 30%;
}
.specs .specs__img {
  margin-right: 10px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.specs .paremeters__title {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.specs .uni {
  width: 33%;
}
.specs .uniList {
  display: flex;
  flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
}
.specs .uniList .paremeters__title {
  width: 100%;
}
.specs .uniList li {
  width: 50%;
}
.specs .uniList span {
  font-weight: 500;
}
.specs .specs__parameters span {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.specs .specs__parameters .fw500 {
  margin-bottom: 3px;
}
.specs .specs__parameters p {
  line-height: 25px;
  margin-bottom: 11px;
}

.table__cover {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
}
.table__cover h3 {
  margin-top: 26px;
}
.table__cover .table__slider {
  position: relative;
  overflow-x: hidden;
}
.table__cover .table__slider .slick-track {
  display: flex;
  width: 100%;
  transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
}
.table__cover .table__slider .slick-slide {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
}
.table__cover .table__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 33px;
  height: 33px;
}
.table__cover .table__slider .slick-arrow.slick-prev {
  background-image: url(../img/leftSliderArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
.table__cover .table__slider .slick-arrow.slick-next {
  background-image: url(../img/rightSliderArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
.table__cover table {
  margin-top: 24px;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table__cover td {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  color: #2E2E2E;
  text-align: left;
  padding: 16px 20px;
  width: 25%;
}
.table__cover tr:nth-child(odd) {
  background-color: #F4F4F4;
}
.table__cover table .carTable__parameters {
  background: rgba(248, 172, 1, 0.15);
}
.table__cover table .carTable__parameters p {
  margin-bottom: 0px;
}
.table__cover table .carTable__parameters td {
  border: 8px solid #ffffff;
  border-top: none;
  border-bottom: none;
  padding: 12px 0;
}
.table__cover table .carTable__parameters td p {
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 92%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  line-height: 22px;
}
.table__cover table .carTable__parameters td:first-child {
  border-left: none;
}
.table__cover table .carTable__parameters td:last-child {
  border-right: none;
}
.table__cover .fw500 {
  font-weight: 500;
}

.table__cover + .table__cover {
  margin-top: 127px;
}

.table__cover + .table__cover::after {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  border-top: 1px solid #F8AC01;
  width: 68%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.table__cover + .table__cover::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  border-top: 1px solid #F8AC01;
  width: 55%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.arrowHideTable {
  margin: 9px 0 0 10px;
  display: inline-block;
}

.table__header {
  cursor: pointer;
}

.table__type2 a,
.table__type2 a:visited {
  display: block;
  color: #0074B6;
}

@media (max-width: 1024px) {
  .specs .specs__listItem {
    display: flex;
    width: 50%;
  }
  .specs .uniList .paremeters__title {
    width: 100%;
  }
  .specs .uniList li {
    width: 100%;
  }
  .keySpec__list .keySpec__item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .specs .specs__parameters span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 846px) {
  .offers {
    margin-top: 51px;
    flex-direction: column;
  }
  .offers .type {
    width: 100%;
    margin-top: 43px;
  }
  .keySpec {
    margin-top: 37px;
    padding: 21px 15px 28px 15px;
  }
  .keySpec .keySpec__list .keySpec__item {
    width: 100%;
  }
  .rating {
    display: flex;
    margin-top: 13px;
    gap: 56px;
    flex-direction: column;
  }
  .rating .latestUpdates {
    margin-top: 13px;
  }
  .rating .rating__tableList p {
    width: 82px;
    text-align: center;
  }
  .specs {
    padding: 33px 15px 35px 15px;
    margin-top: 63px;
  }
  .specs .specs__listItem {
    display: flex;
    width: 100%;
  }
  .specs .specs__parameters {
    width: 100%;
  }
  .seeDetailReview {
    margin-top: 44px;
    text-align: center;
  }
  .seeDetailReview a {
    padding: 9px 71px;
  }
  .table__cover td {
    line-height: 22px;
    padding: 15px 20px;
  }
}
.specPage__img {
  width: 570px;
  height: 312px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}
.specPage__img img {
  width: 100%;
  max-height: none;
}

@media (max-width: 805px) {
  .specPage__img {
    width: 331px;
    height: 181px;
    margin: 0 auto 21px;
    float: none;
  }
  .table__cover + .table__cover::after {
    width: 100%;
  }
  .table__cover + .table__cover::before {
    width: 80%;
  }
}
.latest__posts {
  margin: 0 0 0 35px;
  width: 285px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F4F4F4;
  position: relative;
  bottom: 5px;
  right: 0;
  float: right;
  padding: 21px 10px 17px;
  scrollbar-width: 0px;
  scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.latest__posts ::-webkit-scrollbar {
  width: 0;
}
.latest__posts h2 {
  margin-bottom: 10px;
}
.latest__posts ul {
  gap: 9px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 350px;
  margin-bottom: 0;
}
.latest__posts ul li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  line-height: 19px;
  background-color: #ffffff;
  padding: 6px 13px 5px 9px;
  margin-bottom: 0;
}
.latest__posts ul a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #0074B6;
}
.latest__posts ul li:hover {
  background-color: #F8AC01;
}
.latest__posts ul li:hover a {
  color: #2E2E2E;
}
.latest__posts .selectedPost {
  background-color: #F8AC01;
}
.latest__posts .selectedPost a {
  color: #2E2E2E;
}

.post__img {
  width: 380px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  margin: 0 30px 0 0;
}
.post__img img {
  width: 100%;
  max-height: none;
}

.post__images {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 54px;
  margin-top: 28px;
}
.post__images img {
  width: 48%;
  max-height: 300px;
}
.post__images .cover__img {
  width: 48%;
}
.post__images .cover__img img {
  width: 100px;
}

@media (max-width: 1120px) {
  .post__images2 {
    gap: 11px;
  }
  .post__images2 .cover__img {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100px;
  }
  .post__images2 .cover__img img {
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 860px) {
  .post__images3 {
    gap: 11px;
  }
  .post__images3 div {
    width: 48%;
    height: 100px;
  }
}
.redLine {
  background-color: red;
  width: 100%;
  display: block;
  padding: 5px;
}

.post__img2 {
  width: 475px;
  height: 277px;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.italic {
  font-style: italic;
  padding: 19px 30px 25px;
  background: #F4F4F4;
}

.card {
  background: #fff;
  width: 314px;
  height: auto;
  overflow: hidden;
}

.same {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 31px 0 0 0;
}

.same__header {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .latest__posts {
    position: absolute;
    width: 500px;
    bottom: 55px;
    left: 15px;
    margin: 0 0 0 0;
  }
  #uniqueContainer {
    padding-bottom: 468px;
  }
  .same {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-evenly;
    margin: 31px 0 0 0;
  }
  .same p {
    margin: 0;
  }
}
@media (max-width: 680px) {
  .post__img,
.post__img2 {
    float: none;
    width: 330px;
    height: 210px;
    margin: 0 auto 28px;
  }
  .post__images {
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 30px;
  }
  .post__images img {
    width: 45%;
    max-height: 300px;
  }
  .italic {
    padding: 15px;
  }
}
@media (max-width: 534px) {
  .latest__posts {
    width: 330px;
    width: calc(330px + 174 * (100vw - 360px) / 174);
  }
  #uniqueContainer {
    padding-bottom: 508px;
  }
}
.hidden,
.input.hidden {
  display: none;
}

.active {
  display: block;
}

.zPlus {
  z-index: 3;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 0px;
  }
  .dropdown ::-webkit-scrollbar {
    width: 3px;
  }
  .container {
    width: calc(360px + 408 * (100vw - 360px) / 408);
    padding: 0 10px;
  }
}
.footer {
  margin-top: 76px;
  background-color: #1E1E1E;
  padding: 40px 0 0 0;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer .nameCompany {
  height: 40px;
  margin-right: 58px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer .nameCompany .logo__img {
  top: 0;
}
.footer .footer__top {
  display: flex;
  width: 100%;
  align-items: center;
}
.footer .long__line {
  height: 1px;
  display: inline-block;
  background-color: #F8AC01;
  flex-grow: 1;
  margin-left: 32px;
}
.footer .footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer .footer__social a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  color: #FFFFFF;
  height: 26px;
  background: #F2F2F2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.footer .footer__social a:hover {
  background: #F2C94C;
}
.footer .footer__social a::before {
  font-size: 12px;
  font-weight: 900;
  color: #4F4F4F;
}
.footer .footer__social a img {
  max-height: 12px;
}
.footer .footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 69px;
  margin: 0px;
}
.footer .footer__list li {
  width: 124px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.footer .footer__list a {
  color: #FFFFFF;
}
.footer .footer__list a:hover {
  color: #F8AC01;
}
.footer .footer__bottom p {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.rights {
  font-size: 14px;
  line-height: calc(16px + 12 * (100vw - 360px) / 1080);
  text-align: center;
  color: #2E2E2E;
  width: 100%;
  background-color: #F5F5F5;
  padding: 19px 34px 19px 34px;
  margin: 21px 0 0 0;
}
.rights a {
  font-size: 14px;
  color: #0074B6;
}

@media (max-width: 1024px) {
  .footer {
    padding: 25px 0 0 0;
    margin-top: 60px;
  }
  .footer .container {
    gap: 25px;
  }
  .footer .long__line {
    display: none;
  }
  .footer .footer__top {
    order: 3;
    padding: 12px 0 0 0;
    border-top: 1px solid #F8AC01;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer ul {
    order: 1;
    gap: 0;
  }
  .footer ul li {
    width: 50%;
  }
  .footer .footer__bottom {
    order: 2;
    margin: 0px;
  }
  .footer .footer__bottom p {
    line-height: 22px;
  }
  .footer .rights {
    padding: 25px 34px 8px 34px;
    margin-top: 20px;
  }
}
.leftFloat {
  float: left;
  margin-right: 30px;
  margin-bottom: 26px;
  width: 285px;
  height: auto;
  overflow: hidden;
  display: flex;
}
.leftFloat img {
  width: 100%;
}

.vehicles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  justify-content: space-between;
  width: 100%;
}
.vehicles p {
  margin-bottom: 0px;
}

.vehicle__card {
  width: 50%;
}
.vehicle__card .card__info {
  display: flex;
  align-items: flex-start;
  min-height: 134px;
}
.vehicle__card .card__img {
  max-width: 220px;
  max-height: 134px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vehicle__card .card__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.vehicle__card .card__img img {
  width: 220px;
  max-height: 134px;
  display: block;
  padding-right: 13px;
}
.vehicle__card .vehicle__parameters {
  width: 50%;
}
.vehicle__card .vehicle__parameters a {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #0074B6;
  display: inline-block;
  margin-bottom: 10px;
}
.vehicle__card .vehicle__parameters span {
  font-weight: 500;
}
.vehicle__card .card__years {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 90%;
  margin: 18px 0 39px 0;
}
.vehicle__card .card__years li {
  font-weight: 300;
  line-height: 36px;
  color: #0074B6;
  margin-bottom: 0;
  cursor: pointer;
}
.vehicle__card .card__years .years__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.vehicle__card .card__yearsMore {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.vehicle__card .hidden__years {
  margin: 0;
}

.showMore__years ~ li {
  display: none;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .leftFloat {
    margin-left: 23px;
  }
  .vehicle__card .card__info {
    flex-direction: column;
    align-items: start;
  }
  .vehicle__card .card__img {
    margin: 0px 0px 8px;
  }
  .vehicle__card .vehicle__parameters {
    width: 100%;
  }
  .vehicle__card .card__years {
    margin: 8px 0 39px 0;
  }
}
@media (max-width: 600px) {
  .leftFloat {
    float: none;
    margin: 0 auto 26px;
  }
}
@media (max-width: 540px) {
  .vehicle__card {
    width: 100%;
  }
  .vehicle__card .card__years {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .vehicle__card .card__info {
    align-items: center;
  }
  .brand__list.mostVisited__cars li {
    width: 50%;
  }
}
.form__group {
  height: 24px;
  display: flex;
  align-items: center;
}

.dropdown {
  width: 100%;
  position: relative;
  display: flex;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.dropdown__button {
  white-space: nowrap;
  display: flex;
  width: 100%;
  text-align: left;
  color: #1E1E1E;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  z-index: 3;
  border: none;
}

.dropdown__arrow {
  pointer-events: none;
  text-align: center;
  position: absolute;
  right: 22px;
  bottom: 9px;
  z-index: 3;
}

@media (max-width: 768px) {
  .dropdown__arrow {
    right: 6px;
    bottom: 13px;
  }
}
.dropdown__arrow::before {
  font-size: 5px;
}

.main__top .form .dropdown__button.opacity1 {
  opacity: 1;
}

.dropdown__arrow180 {
  bottom: 8px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media (max-width: 768px) {
  .dropdown__arrow180 {
    right: 8px;
    bottom: 6px;
  }
}
.dropdown.shadowBg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown__list {
  z-index: 3;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0px;
  top: 57px;
  width: 100%;
  padding: 12px 5px 5px 5px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  background: none;
  border: 1px solid #D3D3D3;
  border-top: none;
}

.dropdown__list::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.dropdown__list .dropdown__lists {
  border-top: none;
  overflow-y: scroll;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-height: 250px;
  margin: 0px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.dropdown__lists::before {
  content: "";
  position: absolute;
  width: 94.8%;
  border-bottom: 1px solid #A9A9A9;
  left: 50%;
  top: 1px;
  z-index: 4;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .dropdown__list .dropdown__lists {
    margin: 0px 0 0 0;
  }
  .main__top .form .dropdown__button--active {
    margin-top: 8px;
  }
  .dropdown__lists::before {
    top: 1px;
  }
  .dropdown__list {
    top: 44px;
  }
}
.dropdown__list--visible {
  display: block;
}

.dropdown__button--active {
  border: 1px solid #D3D3D3;
  opacity: 1;
  background-color: #FFFFFF;
  border-bottom: none;
}

.dropdown__list-item {
  padding: 3px 0px 3px 3px;
  cursor: pointer;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #1E1E1E;
}

.dropdown__list-item:first-child {
  margin-top: 0px;
}

.dropdown__list-item:hover {
  color: #F2C94C;
}

.dropdown__input-hidden {
  display: none;
}
.vehicle__card {
  padding: 5px;
}
.filter_center_bore {
  height: 26px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
}

.options__item {
  position: relative;

}

.options__item::before {
  content: '\270E';
  position: absolute;
  top: -110%;
  left: 0px;
  animation: write 3s ease-in-out infinite;
  -webkit-animation: write 3s ease-in-out infinite;
}

@keyframes write {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  50% {
    transform: translate(-5px, -5px);
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
  }

  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}
/*# sourceMappingURL=style.css.map */