@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.ttf") format("truetype"), url("../fonts/Roboto-SemiBold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-ExtraBold.woff") format("woff"), url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.ttf") format("truetype"), url("../fonts/Roboto-ExtraBold.eot") format("embedded-opentype");
}
body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #262626;
  background-color: #ffffff;
}
@media (max-width: 650px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
input,
textarea,
select {
  outline: none;
  font-family: "Roboto", "Arial", sans-serif;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
.select {
  background: #ffffff;
  border: 1px solid #DDDFE7;
  border-radius: 6px;
  font-size: 16px;
  color: #262626;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 20px 32px;
}
@media (max-width: 650px) {
  .select {
    padding: 17px 18px;
    font-size: 14px;
  }
}
.select__grey {
  background: #F2F3F7;
  padding: 20px 24px;
  border-radius: 12px;
}
input.error {
  border: 1px solid #E82318;
}
.button {
  border: none;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 6px;
}
.button__red {
  background-color: #E82318;
  transition: background-color 0.3s ease;
}
.button__red:hover {
  background-color: #262626;
}
.button__black {
  background-color: #262626;
  transition: background-color 0.3s ease;
}
.button__black:hover {
  background-color: #E82318;
}
.button__white {
  background-color: #ffffff;
  border: 1px solid #262626;
  color: #262626;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button__white:hover {
  background-color: #262626;
  color: #ffffff;
}
@media (max-width: 650px) {
  .button__black {
    font-size: 20px;
  }
  .button__white {
    font-size: 20px;
  }
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1000px) {
  .wrapper {
    padding: 0 20px;
  }
}
.title__h2 {
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
}
.title__h3 {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}
.title__h5 {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 650px) {
  .title__h2 {
    font-size: 24px;
  }
  .title__h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .title__h5 {
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
  }
}
.custom__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.custom__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.custom__checkbox-input:checked + .custom__checkbox-label:after {
  opacity: 1;
}
.custom__checkbox-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  display: inline-block;
}
.custom__checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/checkbox.svg');
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.custom__checkbox-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/checkbox-mark.svg');
  background-repeat: no-repeat;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom__checkbox--red {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/checkbox.svg');
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
}
.custom__checkbox--red::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/checkbox-marker.svg');
  background-repeat: no-repeat;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom__checkbox--white {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/checkbox-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}
.custom__checkbox--white::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/checkbox-white-checked.svg');
  background-repeat: no-repeat;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom__select {
  position: relative;
}
.custom__select-header {
  background-color: #F2F3F7;
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.custom__select-header svg {
  margin-left: auto;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.custom__select-header.active {
  border-radius: 12px 12px 0 0;
}
.custom__select-header.active svg {
  transform: rotate(180deg);
}
.custom__select-body {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DDDFE7;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s ease, border 0.3s ease, border-radius 0.3s ease;
  position: absolute;
  top: 100%;
  width: 100%;
}
.custom__select-body.active {
  opacity: 1;
  pointer-events: all;
  border-radius: 0 0 12px 12px;
  border-top: none;
}
.custom__select-list {
  overflow-y: auto;
  max-height: 290px;
  background-color: #ffffff;
}
.custom__select-list::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.custom__select-list::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.custom__select-list::-webkit-scrollbar-track {
  background: transparent;
}
.custom__select-item .catalog-nav__button {
  text-transform: uppercase;
  padding: 16px 0;
  width: 100%;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
.custom__select-item .catalog-nav__button:hover {
  background-color: #DDDFE7;
  border: none;
  color: #262626;
}
.custom__select-item .catalog-nav__button.active {
  background-color: #DDDFE7;
  color: #262626;
  border: none;
}
.custom__select-item:not(:last-child) .catalog-nav__button {
  border-bottom: 1px solid #DDDFE7;
}
.header__top {
  padding: 13px 0;
  background-color: #F2F3F7;
}
.header__top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #737373;
  font-size: 14px;
  transition: color 0.3s ease;
}
.header__top-item a:hover {
  color: #E82318;
}
.header__top-item a:hover svg path {
  fill: #E82318;
}
.header__top-item a svg path {
  fill: #737373;
  transition: fill 0.3s ease;
}
.header__main {
  padding: 23px 0 31px;
  background-color: #ffffff;
  box-shadow: 0 0 8px transparent;
  position: fixed;
  top: 43px;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease-out, box-shadow 0.3s ease;
}
.header__main.scroll {
  top: 0;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
}
.header__main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1500px) {
  .header__main {
    padding: 23px 0 26px;
  }
  .header__main-content {
    flex-wrap: wrap;
    gap: 26px;
  }
}
@media (max-width: 750px) {
  .header__top {
    display: none;
  }
  .header__main {
    top: 0;
    padding: 12px 0;
  }
  .header__main-content {
    gap: 14px;
    position: relative;
  }
}
@media (max-width: 650px) {
  .header__top-list {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    padding: 0 24px 14px;
    background-color: #ffffff;
  }
  .header__top-item a {
    font-size: 12px;
  }
  .header__top-item a svg path {
    width: 14px;
  }
}
.language {
  display: flex;
  padding: 4px;
  border-radius: 6px;
  background-color: #F2F3F7;
}
.language__button {
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 16px;
  border-radius: 6px;
  color: #262626;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.language__button:first-child {
  margin-right: 4px;
}
.language__button.active {
  background-color: #262626;
  color: #ffffff;
}
.language__button.active:hover {
  background-color: #262626;
  color: #ffffff;
}
.language__button:hover {
  background-color: #E82318;
  color: #ffffff;
}
@media (max-width: 750px) {
  .language {
    display: none;
  }
}
@media (max-width: 650px) {
  .language {
    padding: 2px;
    background-color: #ffffff;
  }
  .language__button {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 18px;
  }
}
.logo {
  display: flex;
}
.logo__header img {
  width: 148px;
}
@media (max-width: 1000px) {
  .logo__header img {
    width: 132px;
  }
}
@media (max-width: 750px) {
  .logo__header img {
    width: 93px;
  }
}
.main-nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
}
.main-nav__item {
  position: relative;
}
.main-nav__item.active .main-nav__link {
  color: #E82318;
}
.main-nav__item.active .main-nav__link img {
  transform: rotate(180deg);
}
.main-nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.main-nav__link:hover {
  color: #E82318;
}
.main-nav__link img {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.main-nav__sublist {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #F2F3F7;
  border-radius: 6px;
  width: 190px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-nav__sublist::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: transparent;
}
.main-nav__sublist.active {
  pointer-events: auto;
  opacity: 1;
}
.main-nav__sublist--models {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.main-nav__sublist--models .main-nav__subitem {
  width: calc(25% - 12px);
  text-align: center;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  padding: 6px 0;
}
.main-nav__sublist--models .main-nav__subitem:not(:last-child) {
  margin-bottom: 0;
}
.main-nav__sublist--models .main-nav__subitem:hover {
  background-color: #F2F3F7;
}
.main-nav__sublist--models a:hover {
  color: #262626;
}
.main-nav__sublist--models img {
  transform: scaleX(-1);
}
.main-nav__subitem:not(:last-child) {
  margin-bottom: 16px;
}
.main-nav__subitem a {
  display: block;
  font-weight: 500;
  color: #262626;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.main-nav__subitem a:hover {
  color: #E82318;
}
@media (max-width: 1500px) {
  .main-nav {
    order: 1;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .main-nav__sublist {
    top: calc(100% + 41px);
  }
  .main-nav__sublist--models {
    width: 680px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .main-nav__sublist--models .main-nav__subitem {
    width: calc(25% - 12px);
    text-align: center;
    margin-bottom: 0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    padding: 6px 0;
    border: none;
  }
  .main-nav__sublist--models .main-nav__subitem:not(:last-child) {
    margin-bottom: 0;
  }
  .main-nav__sublist--models .main-nav__subitem:hover {
    background-color: #F2F3F7;
  }
  .main-nav__sublist--models a:hover {
    color: #262626;
  }
}
@media (max-width: 750px) {
  .main-nav {
    margin-top: 16px;
  }
  .main-nav__list {
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .main-nav {
    display: none;
  }
  .main-nav__list {
    gap: 0;
    flex-direction: column;
    padding: 0 22px;
  }
  .main-nav__item {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #F2F3F7;
  }
  .main-nav__item.active {
    padding: 18px 0 0;
  }
  .main-nav__link {
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    justify-content: center;
  }
  .main-nav__sublist {
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    border: none;
    border-radius: 0;
    max-height: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  .main-nav__sublist.active {
    max-height: 578px;
    z-index: 1000;
    margin-top: 18px;
    width: 100%;
  }
  .main-nav__sublist--models {
    width: 100%;
    gap: 4px;
    padding: 0;
    border: none;
  }
  .main-nav__sublist--models .main-nav__subitem {
    width: calc(50% - 10px);
  }
  .main-nav__sublist--models .main-nav__subitem:nth-child(odd) {
    margin-right: 16px;
  }
  .main-nav__subitem {
    border-top: 1px solid #F2F3F7;
    padding: 18px 0;
    margin-bottom: 0;
    text-align: center;
  }
  .main-nav__subitem:not(:last-child) {
    margin-bottom: 0;
  }
  .main-nav__subitem a {
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.user-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.user-nav__phone {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 24px;
  color: #262626;
  transition: color 0.3s ease;
}
@media (max-width: 750px) {
  .user-nav__phone {
    font-size: 20px;
    gap: 10px;
  }
}
.user-nav__phone:hover {
  color: #E82318;
}
.user-nav__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #E82318;
}
@media (max-width: 750px) {
  .user-nav__phone-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 650px) {
  .user-nav {
    width: 60%;
  }
  .user-nav__phone {
    gap: 8px;
  }
  .user-nav__phone-icon {
    width: 22px;
    height: 22px;
  }
  .user-nav__phone-icon img {
    width: 11px;
  }
}
.mob-menu {
  display: none;
}
.mob-menu__toggle {
  display: none;
}
@media (max-width: 650px) {
  .mob-menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 100vh;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    transition: opacity 0.3s ease, top 0.3s ease;
  }
  .mob-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  .mob-menu__wrapper {
    background-color: #F2F3F7;
    border-radius: 20px 20px 0 0;
    max-height: 80vh;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
  }
  .mob-menu__wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .mob-menu__wrapper::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
  }
  .mob-menu__wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .mob-menu__toggle {
    display: flex;
  }
  .mob-menu__toggle.active .mob-menu__burger {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .mob-menu__toggle.active .mob-menu__close {
    opacity: 1;
    width: auto;
    height: auto;
  }
  .mob-menu .main-nav {
    display: block;
    margin-top: 0;
    padding: 10px 0 28px;
    background-color: #ffffff;
  }
  .mob-menu .language {
    display: flex;
  }
  .mob-menu__language {
    padding: 14px 20px;
    display: flex;
    justify-content: center;
  }
  .mob-menu__close {
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
  .mob-menu__burger {
    opacity: 1;
    width: auto;
    height: auto;
    transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
}
.home__products {
  text-align: center;
  margin-bottom: 80px;
}
.home__products-title {
  text-align: center;
  margin-bottom: 52px;
}
.home__products-button {
  padding: 12px 72px;
  display: inline-block;
}
.home__info-block {
  margin-bottom: 80px;
}
.home__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.home__info-form {
  width: 570px;
}
.home__info-title {
  margin-bottom: 42px;
}
.home__info p {
  margin-bottom: 18px;
}
.home__text {
  width: calc(100% - 654px);
}
.home__tradein {
  padding: 26px;
  background-color: #F2F3F7;
  border-radius: 6px;
  text-align: center;
}
.home__tradein-title {
  margin-bottom: 16px;
}
.home__tradein-subtitle {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 500;
  color: #E82318;
}
.home__tradein-tip {
  margin-bottom: 24px;
}
.home__tradein-tip span {
  color: #E82318;
}
@media (max-width: 1000px) {
  .home__products {
    margin-bottom: 40px;
  }
  .home__products-title {
    margin-bottom: 32px;
  }
  .home__info-block {
    margin-bottom: 40px;
  }
  .home__info {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 30px;
  }
  .home__info-form {
    width: 100%;
  }
  .home__info-title {
    margin-bottom: 30px;
  }
  .home__text {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .home__products-title {
    margin-bottom: 30px;
  }
  .home__products-button {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
  }
  .home__info {
    gap: 40px;
  }
  .home__info-title {
    margin-bottom: 14px;
  }
  .home__tradein {
    padding: 35px 26px;
  }
  .home__tradein-subtitle {
    margin-bottom: 14px;
    font-size: 22px;
  }
}
.home-tradein__group {
  margin-bottom: 16px;
}
.home-tradein__input {
  width: 100%;
  padding: 20px 32px;
  border: 1px solid #DDDFE7;
  border-radius: 6px;
  font-size: 16px;
  color: #262626;
}
.home-tradein__submit {
  margin-top: 8px;
  padding: 15px;
  display: block;
  width: 100%;
}
@media (max-width: 650px) {
  .home-tradein__submit {
    margin-top: 24px;
    padding: 10px 0;
    font-size: 20px;
  }
}
.info-block {
  position: relative;
}
.info-block__text {
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #000000;
  z-index: 1;
  width: 100%;
}
.info-block img {
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .inner-page__info-block .info-block__text {
    top: calc(100% - 88px) !important;
  }
  .info-block__title {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .info-block__text {
    top: 16px;
  }
  .info-block__title {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-slider {
  padding: 18px 0;
  position: relative;
}
.main-slider .swiper-horizontal > .swiper-pagination-bullets,
.main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-slider .swiper-pagination-custom,
.main-slider .swiper-pagination-fraction {
  position: absolute;
  bottom: 44px;
  left: 0;
}
.main-slider .swiper-pagination-bullet {
  width: 94px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  opacity: 1;
}
.main-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.main-slider__link img {
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .main-slider {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .main-slider {
    padding: 0;
  }
}
.page-nav {
  margin: 12px 0 80px;
}
.page-nav__list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.page-nav__item {
  width: calc(25% - 20px);
}
.page-nav__button {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background-color: #F2F3F7;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.page-nav__button:hover {
  background-color: #DDDFE7;
}
@media (max-width: 1500px) {
  .page-nav__list {
    gap: 9px;
  }
  .page-nav__item {
    width: calc(25% - 5px);
  }
  .page-nav__button {
    padding: 12px 20px;
    border-radius: 8px;
  }
  .page-nav__icon {
    width: 46px;
  }
}
@media (max-width: 1000px) {
  .page-nav {
    margin: 14px 0 40px;
  }
  .page-nav__list {
    gap: 9px;
  }
  .page-nav__item {
    width: calc(25% - 5px);
  }
  .page-nav__button {
    padding: 12px 10px;
    gap: 12px;
    font-size: 14px;
    border-radius: 8px;
  }
  .page-nav__icon {
    width: 30px;
  }
}
@media (max-width: 650px) {
  .page-nav {
    margin: 16px 0 40px;
  }
  .page-nav__list {
    flex-wrap: wrap;
    gap: 14px;
  }
  .page-nav__item {
    width: calc(50% - 10px);
  }
  .page-nav__item:nth-child(odd) {
    margin-right: 6px;
  }
  .page-nav__button {
    padding: 12px 8px;
  }
}
.news-slider {
  margin-bottom: 80px;
}
.news-slider__wrapper {
  overflow: hidden;
}
.news-slider__top {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.news-slider__header {
  margin-right: 88px;
}
.news-slider__link {
  padding: 10px 54px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.news-slider__link--mobile {
  display: none;
}
.news-slider__navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-slider__button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.news-slider__button svg path {
  fill: #262626;
  transition: fill 0.3s ease;
}
.news-slider__button--prev svg {
  transform: rotate(180deg);
}
.news-slider__button:hover {
  background-color: #E82318;
  box-shadow: 0 0 8px transparent;
}
.news-slider__button:hover svg path {
  fill: #ffffff;
}
.news-slider__button:active {
  background-color: #262626;
  box-shadow: 0 0 8px transparent;
}
.news-slider__button:active svg path {
  fill: #ffffff;
}
.news-slider__button.swiper-button-disabled {
  cursor: not-allowed;
}
.news-slider__button.swiper-button-disabled svg path {
  fill: #737373;
}
.news-slider__button.swiper-button-disabled:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
}
.news-slider__button.swiper-button-disabled:hover svg path {
  fill: #737373;
}
.news-slider__slide {
  padding: 14px 12px 16px;
  background-color: #F2F3F7;
  border-radius: 20px;
  color: #262626;
  text-align: center;
  display: block;
}
.news-slider__img {
  position: relative;
  margin-bottom: 16px;
}
.news-slider__img-image {
  width: 100%;
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}
.news-slider__date {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px;
  background-color: #262626;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1850px) {
  .news-slider__title {
    height: 52px;
  }
}
@media (max-width: 1000px) {
  .news-slider {
    margin-bottom: 40px;
  }
  .news-slider__slide {
    padding: 8px;
    border-radius: 12px;
  }
  .news-slider__img {
    margin-bottom: 10px;
  }
  .news-slider__img-image {
    border-radius: 12px;
  }
  .news-slider__title {
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .news-slider__slide {
    border-radius: 8px;
  }
  .news-slider__img {
    margin-bottom: 14px;
  }
  .news-slider__img-image {
    border-radius: 8px;
  }
  .news-slider__title {
    height: 32px;
    font-size: 12px;
  }
  .news-slider__link {
    padding: 10px 0;
    font-size: 20px;
    display: none;
    text-align: center;
    margin-top: 30px;
  }
  .news-slider__link--mobile {
    display: block;
  }
  .news-slider__top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .news-slider__header {
    margin-right: 0;
  }
  .news-slider__navigation {
    margin-left: 0;
    gap: 13px;
  }
  .news-slider__button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .news-slider__button svg {
    width: 8px;
  }
  .news-slider__date {
    padding: 6px;
    border-radius: 8px;
    gap: 6px;
    font-size: 9px;
    line-height: 14px;
  }
  .news-slider__date img {
    width: 12px;
  }
}
.product-card {
  padding: 16px;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
  border-radius: 20px;
  background-color: #ffffff;
}
.product-card:hover .product-card__img {
  animation: car-bounce 1s ease-in-out infinite alternate;
}
.product-card:hover .product-card__top::before {
  animation: background-move 2s linear infinite;
}
.product-card__top {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.product-card__top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/bg/pc-bg.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 center;
  z-index: -1;
  width: 400%;
  transition: opacity 0.3s ease;
}
.product-card__img {
  height: 240px;
  object-fit: contain;
}
.product-card__sticker {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F2F3F7;
  padding: 4px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-card__title {
  margin-bottom: 16px;
  text-align: left;
}
.product-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.product-card__price--old {
  color: #DDDFE7;
  text-decoration: line-through;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .product-card__price--old {
    font-size: 20px;
  }
}
.product-card__price--current {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .product-card__price--current {
    font-size: 22px;
  }
}
.product-card__button {
  padding: 10px 18px;
  color: #E82318;
  background-color: #ffffff;
  border: 1px solid #E82318;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.product-card__button:hover {
  background-color: #E82318;
  color: #ffffff;
}
.product-card__chars {
  display: flex;
  justify-content: space-between;
}
.product-card__chars-item {
  padding: 6px;
  border: 1px solid #DADADA;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.product-card__chars-value {
  line-height: normal;
}
@media (max-width: 1800px) {
  .product-card__chars-value span {
    font-size: 0;
  }
}
@media (max-width: 1000px) {
  .product-card {
    padding: 12px 16px;
  }
  .product-card__img {
    height: 290px;
  }
  .product-card__chars-item {
    font-size: 10px;
  }
}
@media (max-width: 650px) {
  .product-card {
    padding: 12px 14px;
  }
  .product-card__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .product-card__chars-item {
    padding: 8px;
  }
  .product-card__top {
    margin-bottom: 20px;
  }
  .product-card__price {
    margin-bottom: 16px;
  }
  .product-card__price--old {
    font-size: 16px;
  }
  .product-card__price--current {
    font-size: 18px;
  }
  .product-card__button {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .product-card__chars-item {
    padding: 6px;
  }
}
@keyframes car-bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes background-move {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
.request-form {
  position: relative;
  max-width: 1800px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 54px;
  margin: 0 60px;
  overflow-y: auto;
  height: 80vh;
}
.request-form::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.request-form::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.request-form::-webkit-scrollbar-track {
  background: transparent;
}
.request-form__open {
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 16px;
}
.request-form__open--mob {
  display: none;
}
.request-form__title {
  text-align: center;
  color: #E82318;
  margin-bottom: 60px;
}
.request-form__form {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.request-form__block {
  width: calc(33.33% - 22px);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.request-form__block--submit {
  width: 100%;
  margin-top: 28px;
  align-items: center;
  gap: 30px;
}
.request-form__field {
  display: flex;
  flex-direction: column;
}
.request-form__field-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.request-form__field--checkbox {
  flex-direction: row;
  gap: 16px;
}
.request-form__field:last-child .request-form__input {
  margin-bottom: 0;
}
.request-form__label {
  margin-bottom: 20px;
}
.request-form__label span {
  color: #E82318;
}
.request-form__label a {
  color: #E82318;
  font-weight: 500;
}
.request-form__input {
  width: 100%;
  background-color: #F2F3F7;
  border: 1px solid #DDDFE7;
  padding: 20px 26px;
  font-weight: 500;
  border-radius: 12px;
  margin-bottom: 18px;
}
.request-form__input::placeholder {
  color: #A4A6AF;
  font-size: 16px;
  font-weight: 500;
}
.request-form__input::-webkit-input-placeholder {
  color: #A4A6AF;
  font-size: 16px;
  font-weight: 500;
}
.request-form__input::-moz-placeholder {
  color: #A4A6AF;
  font-size: 16px;
  font-weight: 500;
}
.request-form__input:-ms-input-placeholder {
  color: #A4A6AF;
  font-size: 16px;
  font-weight: 500;
}
.request-form__input::-ms-input-placeholder {
  color: #A4A6AF;
  font-size: 16px;
  font-weight: 500;
}
.request-form__submit {
  padding: 12px 72px;
}
@media (max-width: 1300px) {
  .request-form {
    padding: 40px 58px;
    margin: 0 20px;
  }
  .request-form__form {
    gap: 30px;
  }
  .request-form__block {
    width: 100%;
  }
  .request-form__block--submit {
    margin-top: 0;
    gap: 10px;
  }
  .request-form__field--checkbox {
    margin: 10px 0;
  }
  .request-form__label {
    margin-bottom: 12px;
  }
  .request-form__select {
    margin-bottom: 18px;
  }
  .request-form p b {
    display: block;
    margin: 48px 0 24px;
  }
}
@media (max-width: 650px) {
  .request-form {
    padding: 22px 17px;
  }
  .request-form__form {
    gap: 18px;
  }
  .request-form__label {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .request-form__title {
    margin-bottom: 22px;
  }
  .request-form p {
    font-size: 14px;
  }
  .request-form p b {
    margin: 0;
  }
  .request-form__field-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .request-form__open {
    display: none;
  }
  .request-form__open--mob {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
}
.footer {
  position: relative;
}
.footer__home {
  margin-top: -50px;
}
.footer__main {
  background-color: #262626;
  border-radius: 20px 20px 0 0;
  padding: 50px 180px;
  color: #737373;
}
.footer__main-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer__main-item {
  max-width: 386px;
  width: 100%;
}
.footer__main-item--socials {
  display: none;
}
.footer__main-item--contacts .footer__socials {
  display: flex;
}
.footer__copyright {
  background-color: #1B1B1B;
  padding: 24px;
  text-align: center;
}
.footer__copyright p {
  color: #737373;
  font-size: 14px;
}
.footer__title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
  width: fit-content;
  margin-bottom: 34px;
}
.footer__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E82318;
}
.footer__models {
  padding-left: 20px;
}
.footer__models-item {
  list-style: disc;
  margin-bottom: 12px;
}
.footer__link {
  color: #737373;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #ffffff;
}
.footer__nav-item {
  margin-bottom: 12px;
}
.footer__contacts-item {
  margin-bottom: 12px;
}
.footer__contacts-link {
  display: flex;
  gap: 10px;
  color: #737373;
  transition: color 0.3s ease;
}
.footer__contacts-link:hover {
  color: #ffffff;
}
.footer__contacts-icon {
  width: 23px;
  height: 23px;
  background-color: #E82318;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
}
.footer__socials-link svg path {
  fill-opacity: 0.4;
  transition: fill-opacity 0.3s ease;
}
.footer__socials-link:hover svg path {
  fill-opacity: 1;
}
@media (max-width: 1500px) {
  .footer__main {
    padding: 50px;
  }
}
@media (max-width: 1000px) {
  .footer__main {
    padding: 46px 0 18px;
  }
  .footer__main-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer__main-item {
    width: 25%;
  }
  .footer__main-item--socials {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .footer__main-item--contacts .footer__socials {
    display: none;
  }
  .footer__socials {
    justify-content: center;
    margin-top: 14px;
  }
  .footer__copyright {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .footer__main {
    padding: 26px 0;
  }
  .footer__main-list {
    flex-direction: column;
    align-items: center;
  }
  .footer__main-item {
    width: 100%;
  }
  .footer__main-item--services {
    order: -1;
  }
  .footer__title {
    margin: 0 auto;
  }
  .footer__nav {
    margin: 18px 0 26px;
    text-align: center;
  }
  .footer__nav-item {
    margin-bottom: 8px;
  }
  .footer__models {
    padding-left: 0;
    margin: 18px 0 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__models-item {
    list-style: disc;
    margin-bottom: 8px;
  }
  .footer__contacts {
    margin: 18px 0 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__contacts-item {
    margin-bottom: 18px;
  }
  .footer__contacts-link {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer__socials {
    margin-top: 0;
  }
  .footer__copyright {
    padding: 25px;
  }
  .footer__copyright p {
    font-size: 12px;
  }
}
.map {
  width: 100%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 520px;
  border: none;
  border-radius: 20px;
}
.map__list {
  position: absolute;
  top: 106px;
  right: 20%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.map__link {
  display: flex;
  gap: 12px;
  color: #262626;
}
.map__link-icon {
  width: 23px;
  height: 23px;
  background-color: #E82318;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__button {
  padding: 10px;
  width: 100%;
  display: block;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .map iframe {
    height: 570px;
  }
  .map__list {
    top: 150px;
    right: 20%;
  }
}
@media (max-width: 650px) {
  .map iframe {
    height: 634px;
  }
  .map__list {
    width: 250px;
    top: 200px;
    right: 50%;
    transform: translateX(50%);
  }
}
.main {
  margin-top: 94px;
}
@media (max-width: 1500px) {
  .main {
    margin-top: 136px;
  }
}
@media (max-width: 750px) {
  .main {
    margin-top: 142px;
  }
}
@media (max-width: 650px) {
  .main {
    margin-top: 111px;
  }
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 52px;
}
.products__item {
  width: calc(25% - 22.5px);
}
@media (max-width: 1500px) {
  .products__list {
    gap: 20px;
  }
  .products__item {
    width: calc(33.33% - 14px);
  }
  .products__item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 1150px) {
  .products__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1000px) {
  .products__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .products__list {
    margin-bottom: 30px;
  }
  .products__item {
    width: 100%;
  }
  .products__item:nth-child(n+4) {
    display: none;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal__success-wrapper {
  text-align: center;
  max-width: 762px;
  width: 100%;
  background: #ffffff;
  padding: 105px;
  border-radius: 20px;
  position: relative;
}
.modal__success-icon {
  margin-bottom: 30px;
}
.modal__success-title {
  margin-bottom: 34px;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
}
.modal__success-text {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
.modal__success-text:not(:last-child) {
  margin-bottom: 16px;
}
.modal__close {
  position: absolute;
  top: 26px;
  right: 26px;
  display: flex;
}
.modal__close svg path {
  fill: #A4A6AF;
  transition: fill 0.3s ease;
}
.modal__close:hover svg path {
  fill: #E82318;
}
@media (max-width: 1000px) {
  .modal__success-wrapper {
    max-width: 600px;
    padding: 105px 75px;
  }
  .modal__success-title {
    font-size: 40px;
  }
  .modal__success-text {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .modal__success-wrapper {
    max-width: calc(100% - 40px);
    padding: 80px 26px;
    margin: 0 20px;
  }
  .modal__success-icon {
    width: 40px;
    margin-bottom: 20px;
  }
  .modal__success-title {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .modal__success-text {
    font-size: 14px;
    line-height: 22px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
  }
}
.catalog__info-block {
  position: relative;
}
.catalog__info-block .info-block__title {
  color: white;
}
.catalog__info-block .info-block__text {
  top: 50%;
  transform: translate(-50%, -50%);
}
.catalog__products {
  margin-bottom: 80px;
  text-align: center;
}
.catalog__products-button {
  padding: 12px 72px;
}
@media (max-width: 1300px) {
  .catalog__info-block .info-block__title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .catalog__info-block .info-block__title {
    font-size: 36px;
    line-height: normal;
  }
  .catalog__products {
    margin-bottom: 40px;
  }
  .catalog__products-button {
    display: block;
  }
}
.catalog-nav {
  margin: 40px 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.catalog-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  max-width: 80%;
}
.catalog-nav__filters {
  display: flex;
  align-items: center;
  gap: 40px;
}
.catalog-nav__filters-field {
  padding: 10px 12px;
  background-color: #F2F3F7;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
}
.catalog-nav__filters-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  gap: 8px;
}
.catalog-nav__filters-input {
  display: none;
}
.catalog-nav__filters-input:checked + .custom__checkbox--red::after {
  opacity: 1;
}
.catalog-nav__button {
  text-transform: uppercase;
  padding: 12px 22px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #DDDFE7;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.catalog-nav__button:hover {
  background-color: #E82318;
  color: #ffffff;
  border: 1px solid #E82318;
}
.catalog-nav__button.active {
  background-color: #E82318;
  color: #ffffff;
  border: 1px solid #E82318;
}
.catalog-nav__select {
  display: none;
}
@media (max-width: 1000px) {
  .catalog-nav {
    margin: 30px 0;
    flex-direction: column;
    gap: 30px;
  }
  .catalog-nav__list {
    gap: 20px;
    max-width: 100%;
  }
  .catalog-nav__item {
    margin-right: 8px;
  }
}
@media (max-width: 650px) {
  .catalog-nav {
    margin: 16px 0 30px;
    gap: 14px;
  }
  .catalog-nav__list {
    display: none;
  }
  .catalog-nav__select {
    display: block;
    width: 100%;
  }
  .catalog-nav__filters {
    gap: 20px;
    width: 100%;
  }
  .catalog-nav__filters-field {
    padding: 12px 17px;
    width: calc(50% - 10px);
    justify-content: center;
  }
}
.product__info-block {
  position: relative;
}
.product__info-block .info-block__title {
  color: white;
}
.product__info-block .info-block__text {
  top: 50%;
  transform: translate(-50%, -50%);
}
.product__info {
  margin: 40px 0 80px;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 74px;
}
.product__title {
  width: 100%;
  margin-bottom: 60px;
}
.product__gallery {
  width: calc(50% - 37px);
}
.product__chars {
  width: calc(50% - 37px);
}
.product__back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #A4A6AF;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 400;
  font-size: 14px;
}
.product__back svg path {
  fill: #A4A6AF;
  transition: fill 0.3s ease;
}
.product__back:hover {
  background-color: #262626;
  color: #ffffff;
}
.product__back:hover svg path {
  fill: #ffffff;
}
.product__slider {
  position: relative;
}
.product__slider .product-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.product__slider .product-button svg path {
  fill: #262626;
  transition: fill 0.3s ease;
}
.product__slider .product-button-prev svg {
  transform: rotate(180deg);
}
.product__slider .product-button:hover {
  background-color: #E82318;
  box-shadow: 0 0 8px transparent;
}
.product__slider .product-button:hover svg path {
  fill: #ffffff;
}
.product__slider .product-button:active {
  background-color: #262626;
  box-shadow: 0 0 8px transparent;
}
.product__slider .product-button:active svg path {
  fill: #ffffff;
}
.product__slider .product-button.swiper-button-disabled {
  cursor: not-allowed;
}
.product__slider .product-button.swiper-button-disabled svg path {
  fill: #737373;
}
.product__slider .product-button.swiper-button-disabled:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
}
.product__slider .product-button.swiper-button-disabled:hover svg path {
  fill: #737373;
}
.product__slider-navigation {
  position: absolute;
  width: 98%;
  top: 50%;
  left: 1%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.product__slider-thumb-image {
  height: 134px;
  cursor: pointer;
}
.product__slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #ffffff;
  transition: border 0.3s ease;
}
.product__slider-thumb img:hover {
  border: 1px solid #DDDFE7;
}
.product__slider-thumb .swiper-slide-thumb-active img {
  border: 1px solid #E82318;
}
.product__slider .swiper-slide {
  margin: auto 0;
}
.product__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__price {
  margin-bottom: 56px;
  display: flex;
  gap: 100px;
  text-align: left;
}
.product__price-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.product__price-current {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  color: #FF5353;
  margin-right: 18px;
}
.product__price-old {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #787878;
}
.product__price-credit {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  color: #262626;
}
.product__buttons {
  text-align: left;
}
.product__reserve {
  padding: 12px 38px;
  margin-right: 32px;
}
.product__credit {
  padding: 12px 38px;
}
.product__form {
  background-image: url('../images/bg/product-form.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 83px 0;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .product__info-block .info-block__title {
    font-size: 60px;
    font-weight: 800;
    line-height: normal;
  }
  .product__info {
    margin: 40px 0 60px;
    gap: 60px;
  }
  .product__title {
    margin-bottom: 0;
  }
  .product__gallery {
    width: 100%;
  }
  .product__chars {
    width: 100%;
  }
  .product__price {
    margin-bottom: 40px;
  }
  .product__form {
    padding: 50px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .product__info-block .info-block__title {
    font-size: 36px;
    padding: 0 20px;
  }
  .product__info {
    margin: 30px 0;
    gap: 30px;
  }
  .product__title {
    margin-bottom: 0;
    font-size: 26px;
  }
  .product__price {
    margin-bottom: 30px;
    gap: 20px;
    flex-direction: column;
  }
  .product__price-title {
    margin-bottom: 20px;
  }
  .product__price-current {
    font-size: 24px;
  }
  .product__price-old {
    font-size: 22px;
  }
  .product__price-credit {
    font-size: 24px;
  }
  .product__form {
    padding: 40px 0;
  }
  .product__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product__reserve {
    margin-right: 0;
  }
  .product__back {
    display: none;
  }
  .product__slider {
    padding-top: 40px !important;
  }
  .product__slider .product-button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .product__slider .product-button svg {
    width: 8px;
  }
  .product__slider-navigation {
    position: absolute;
    width: 100%;
    top: 4px;
    left: 0;
    transform: translate(0, 0);
    justify-content: center;
    gap: 14px;
  }
  .product__slider-thumb-image {
    height: 62px;
  }
}
.colors {
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}
.colors__item {
  display: flex;
  align-items: center;
}
.colors__item-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: width 0.3s, height 0.3s;
}
.colors__item-button.active {
  width: 50px;
  height: 50px;
}
.colors__item-button[data-name="Red"] {
  background: linear-gradient(to bottom, #DE2939 0%, #921B26 100%);
}
.colors__item-button[data-name="Blue"] {
  background: linear-gradient(to bottom, #4C6FEB 0%, #2B418D 100%);
}
.colors__item-button[data-name="White"] {
  background: linear-gradient(to bottom, #E9E9E9 0%, #D0D0D0 100%);
}
.colors__content {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.colors__name {
  font-size: 24px;
  font-weight: 500;
  padding: 8px 26px;
  border-radius: 40px;
  background-color: #F2F3F7;
  margin-bottom: 44px;
  display: inline-block;
}
.colors__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 45px;
  height: 50px;
}
.colors__button {
  padding: 12px 38px;
}
@media (max-width: 1000px) {
  .colors {
    margin-bottom: 146px;
  }
}
@media (max-width: 650px) {
  .colors__content {
    width: calc(100% - 40px);
    left: 20px;
    transform: translate(0);
  }
  .colors__name {
    font-size: 16px;
    padding: 4px 20px;
    margin-bottom: 16px;
  }
  .colors__list {
    gap: 20px;
    margin-bottom: 20px;
    height: 34px;
  }
  .colors__item-button {
    width: 28px;
    height: 28px;
  }
  .colors__item-button.active {
    width: 34px;
    height: 34px;
  }
  .colors__button {
    padding: 12px 38px;
    display: block;
    text-align: center;
  }
}
.products-slider {
  margin-bottom: 80px;
}
.products-slider__wrapper {
  overflow: hidden;
  padding: 10px;
}
.products-slider__top {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.products-slider__header {
  margin-right: 88px;
}
.products-slider__link {
  padding: 10px 54px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.products-slider__link--mobile {
  display: none;
}
.products-slider__navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.products-slider__button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.products-slider__button svg path {
  fill: #262626;
  transition: fill 0.3s ease;
}
.products-slider__button--prev svg {
  transform: rotate(180deg);
}
.products-slider__button:hover {
  background-color: #E82318;
  box-shadow: 0 0 8px transparent;
}
.products-slider__button:hover svg path {
  fill: #ffffff;
}
.products-slider__button:active {
  background-color: #262626;
  box-shadow: 0 0 8px transparent;
}
.products-slider__button:active svg path {
  fill: #ffffff;
}
.products-slider__button.swiper-button-disabled {
  cursor: not-allowed;
}
.products-slider__button.swiper-button-disabled svg path {
  fill: #737373;
}
.products-slider__button.swiper-button-disabled:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.25);
}
.products-slider__button.swiper-button-disabled:hover svg path {
  fill: #737373;
}
.products-slider__slide {
  padding: 14px 12px 16px;
  background-color: #F2F3F7;
  border-radius: 20px;
  color: #262626;
  text-align: center;
  display: block;
}
.products-slider__img {
  position: relative;
  margin-bottom: 16px;
}
.products-slider__img-image {
  width: 100%;
  border-radius: 20px;
}
.products-slider__date {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px;
  background-color: #262626;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1850px) {
  .products-slider__title {
    height: 52px;
  }
}
@media (max-width: 1000px) {
  .products-slider {
    text-align: center;
  }
  .products-slider__wrapper {
    margin-bottom: 50px;
  }
  .products-slider__link {
    display: none;
  }
  .products-slider__link--mobile {
    display: inline-block;
  }
}
@media (max-width: 650px) {
  .products-slider__wrapper {
    margin-bottom: 20px;
  }
  .products-slider__top {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .products-slider__header {
    margin-right: 0;
  }
  .products-slider__link--mobile {
    display: block;
    text-align: center;
  }
  .products-slider__navigation {
    margin-left: 0;
    margin-top: 20px;
  }
  .products-slider__button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
  .products-slider__button svg {
    width: 8px;
  }
}
.product-chars__list {
  margin-bottom: 34px;
}
.product-chars__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 26px;
  width: 100%;
  border-bottom: 1px solid #DADADA;
}
@media (max-width: 650px) {
  .product-chars__list {
    margin-bottom: 20px;
  }
  .product-chars__item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.product-form {
  padding: 50px 30px;
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 16px;
  max-width: 926px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.product-form__title {
  color: #ffffff;
  margin-bottom: 26px;
}
.product-form__field {
  margin-bottom: 16px;
}
.product-form__field--checkbox {
  text-align: left;
}
.product-form__field--message {
  margin-bottom: 26px;
}
.product-form__input {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 32px;
  border-radius: 6px;
  border: none;
}
.product-form__label {
  color: #ffffff;
}
.product-form__checkbox {
  display: none;
}
.product-form__checkbox:checked + .custom__checkbox--white::after {
  opacity: 1;
}
.product-form__submit {
  padding: 15px 72px;
}
.product-form__textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 32px;
  border-radius: 6px;
  border: none;
  resize: none;
  height: 133px;
}
@media (max-width: 650px) {
  .product-form {
    padding: 40px 20px;
    max-width: 100%;
  }
  .product-form__title {
    color: #ffffff;
    margin-bottom: 26px;
  }
  .product-form__submit {
    padding: 10px 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .product-form__textarea {
    padding: 17px 18px;
    height: 124px;
  }
  .product-form__input {
    padding: 17px 18px;
  }
}
.description {
  margin-bottom: 80px;
}
.description__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.description__item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.description__title {
  margin-bottom: 42px;
}
.description__text {
  margin-bottom: 40px;
  margin: auto 0;
}
.description img {
  margin-top: auto;
  object-fit: contain;
  border-radius: 20px;
  height: 500px;
}
@media (max-width: 1200px) {
  .description img {
    height: 380px;
  }
}
@media (max-width: 1000px) {
  .description {
    margin-bottom: 40px;
  }
  .description__list {
    gap: 40px;
  }
  .description__item {
    width: 100%;
  }
  .description__title {
    margin-bottom: 32px;
  }
  .description__text {
    margin-bottom: 32px;
  }
  .description img {
    margin-top: 0;
    height: auto;
  }
}
@media (max-width: 6500px) {
  .description__title {
    margin-bottom: 20px;
    font-size: 24px !important;
  }
  .description__text {
    margin-bottom: 14px;
  }
}
.model__form {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 80px;
}
.model__form .product-form {
  margin: 0 0 0 auto;
  max-width: 578px;
}
.model__block {
  display: flex;
  align-items: center;
  gap: 66px;
}
.model__info-text {
  width: calc(50% - 33px);
}
.model__info-text p {
  margin-bottom: 64px;
}
.model__info-title {
  margin-bottom: 32px;
}
.model__colors {
  width: calc(50% - 33px);
  height: 650px;
}
.model__colors .colors__image img {
  transform: scaleX(-1);
}
.model__button {
  padding: 12px 72px;
}
.model__slider {
  padding: 48px 0;
  background-color: #F2F3F7;
}
.model__slider .products-slider {
  margin-bottom: 0;
}
.model .page-nav {
  margin-bottom: 40px;
}
.model__table {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff;
}
.model__table th,
.model__table td {
  border: 1px solid #DDDFE7;
  text-align: center;
  padding: 20px;
}
.model__table th {
  text-align: left;
  font-weight: 500;
}
.model__table thead tr {
  background-color: #DDDFE7;
}
.model__table thead tr:hover {
  background-color: #DDDFE7;
}
.model__table thead th {
  text-align: center;
}
.model__table tr {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.model__table tr:hover {
  background-color: #F2F3F7;
}
.model__images-block {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.model__images-block-title {
  margin-bottom: 30px;
}
.model__images-block img {
  width: calc(33.3333% - 20px);
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .model .title__h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .model__form {
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .model__form .product-form {
    margin: 0 auto;
    max-width: 100%;
  }
  .model__block {
    flex-direction: column;
    gap: 40px;
  }
  .model__info-text {
    width: 100%;
  }
  .model__info-text p {
    margin-bottom: 40px;
  }
  .model__colors {
    width: 100%;
    height: auto;
  }
  .model__colors .colors {
    margin-bottom: 40px;
  }
  .model__images-block {
    gap: 20px;
  }
  .model__images-block-title {
    margin-bottom: 20px;
  }
  .model__images-block img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 650px) {
  .model .page-nav__item {
    width: 100%;
    margin: 0;
  }
  .model .title__h2 {
    font-size: 26px;
    font-weight: 600;
  }
  .model__form {
    padding: 40px 0;
  }
  .model__block {
    flex-direction: column;
    gap: 40px;
  }
  .model__button {
    padding: 12px 0;
    text-align: center;
    display: block;
  }
  .model__info-title {
    margin-bottom: 20px;
  }
  .model__info-text p {
    margin-bottom: 32px;
  }
  .model__table {
    margin-bottom: 20px;
  }
  .model__table-wrapper {
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .model__table-wrapper::-webkit-scrollbar {
    height: 16px;
    background: #DDDFE7;
    border-radius: 8px;
  }
  .model__table-wrapper::-webkit-scrollbar-thumb {
    background: #A4A6AF;
    border-radius: 8px;
    border: 4px solid #DDDFE7;
  }
  .model__table-wrapper::-webkit-scrollbar-track {
    background: #DDDFE7;
    border-radius: 8px;
  }
  .model__images-block {
    gap: 10px;
  }
  .model__images-block-title {
    margin-bottom: 20px;
    font-size: 20px !important;
  }
  .model__images-block img {
    width: 100%;
  }
}
.specific__item {
  margin-bottom: 18px;
}
.specific__header {
  padding: 20px;
  border-radius: 4px;
  list-style: none;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F3F7;
}
.specific__header-title {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specific__header img {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.specific__header img.open {
  transform: rotate(180deg);
}
.specific__body {
  display: none;
}
.specific__table {
  margin-bottom: 2px;
  border-collapse: collapse;
  width: 100%;
  background-color: #F2F3F7;
}
.specific__table th,
.specific__table td {
  border: 1px solid #DDDFE7;
  text-align: center;
  padding: 20px;
}
.specific__table th {
  text-align: left;
  font-weight: 500;
}
.specific__table thead tr {
  background-color: #DDDFE7;
}
.specific__table thead tr:hover {
  background-color: #DDDFE7;
}
.specific__table thead th {
  text-align: center;
}
.specific__table tr {
  background-color: #F2F3F7;
  transition: background-color 0.3s ease;
}
.specific__table tr:hover {
  background-color: #DDDFE7;
}
.specific__legend {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.specific__legend-title {
  display: inline-block;
  margin-bottom: 20px;
}
.specific__legend p {
  margin-top: 20px;
}
.specific__legend img {
  margin-right: 10px;
}
@media (max-width: 650px) {
  .specific__item {
    margin-bottom: 12px;
  }
  .specific__header {
    padding: 15px 12px;
  }
  .specific__header-title {
    font-size: 14px;
    line-height: 22px;
  }
  .specific__table {
    margin-bottom: 20px;
  }
  .specific__table-wrapper {
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .specific__table-wrapper::-webkit-scrollbar {
    height: 16px;
    background: #DDDFE7;
    border-radius: 8px;
  }
  .specific__table-wrapper::-webkit-scrollbar-thumb {
    background: #A4A6AF;
    border-radius: 8px;
    border: 4px solid #DDDFE7;
  }
  .specific__table-wrapper::-webkit-scrollbar-track {
    background: #DDDFE7;
    border-radius: 8px;
  }
}
.inner-page__content {
  margin: 40px 0;
  display: flex;
  gap: 58px;
}
@media (max-width: 1200px) {
  .inner-page__content {
    flex-direction: column;
    gap: 30px;
  }
}
.inner-page__info-block {
  position: relative;
}
.inner-page__info-block .info-block__title {
  color: white;
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1000px) {
  .inner-page__info-block .info-block__title {
    padding: 20px;
  }
  .inner-page__info-block .info-block__text {
    top: calc(100% - 116px) !important;
  }
}
.inner-page__info-block .info-block__text {
  top: calc(100% - 109px);
  transform: translate(-50%, 0);
}
.inner-page__form {
  width: calc(55% - 29px);
}
@media (max-width: 1200px) {
  .inner-page__form {
    width: 100%;
  }
}
.inner-page__form--services {
  background-image: url('../images/bg/product-form.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 20px;
  margin-bottom: 0;
  border-radius: 20px;
}
.inner-page__form--services .product-form {
  max-width: 100%;
}
.inner-page__form--leasing {
  background-image: url('../images/bg/leasing-form.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 20px;
  margin-bottom: 0;
  border-radius: 20px;
}
.inner-page__form--leasing .product-form {
  max-width: 100%;
}
.inner-page__form--testdrive {
  background-image: url('../images/bg/testdrive-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin: 18px 0 40px;
  border-radius: 20px;
  width: 100%;
}
.inner-page__form--testdrive .product-form {
  max-width: 885px;
}
.inner-page__form--contacts {
  background-image: url('../images/bg/contacts-form.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 0 70px;
  margin: 0;
  width: 100%;
}
.inner-page__form--contacts .product-form {
  max-width: 885px;
}
.inner-page__info {
  width: calc(45% - 29px);
}
@media (max-width: 1200px) {
  .inner-page__info {
    width: 100%;
  }
}
.inner-page__info p:not(:last-child) {
  margin-bottom: 22px;
}
.inner-page__info ul {
  margin-bottom: 30px;
}
.inner-page__info ul li {
  list-style: disc;
  margin-left: 20px;
}
.inner-page__info--garancy {
  width: 100%;
}
.inner-page__title {
  margin-bottom: 22px;
  color: #E82318;
}
.inner-page__connection {
  margin-top: 54px;
  display: flex;
  gap: 150px;
}
.inner-page__connection-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #262626;
  font-weight: 500;
  transition: color 0.3s ease;
}
.inner-page__connection-item:hover {
  color: #E82318;
}
.inner-page__text--red {
  color: #E82318;
  font-weight: 600;
}
.inner-page__contacts {
  width: 100%;
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .inner-page__contacts {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.inner-page__contacts-info {
  width: calc(35% - 33px);
}
@media (max-width: 1200px) {
  .inner-page__contacts-info {
    width: calc(50% - 15px);
  }
}
.inner-page__contacts-contacts {
  width: calc(30% - 33px);
  text-align: center;
}
@media (max-width: 1200px) {
  .inner-page__contacts-contacts {
    width: calc(50% - 15px);
  }
}
.inner-page__contacts-map {
  width: calc(35% - 33px);
}
@media (max-width: 1200px) {
  .inner-page__contacts-map {
    width: 100%;
  }
}
.inner-page__contacts-map iframe {
  width: 100%;
  border-radius: 20px;
}
.inner-page__contacts-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.inner-page__contacts-worktime {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.inner-page__contacts-worktime--red {
  color: #E82318;
  margin: 40px 0 30px;
}
.inner-page__contacts-list {
  margin-top: 56px;
}
.inner-page__contacts-item {
  list-style: none;
  margin-bottom: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  .inner-page__content {
    margin: 40px 0;
    gap: 40px;
  }
  .inner-page__info-block .info-block__title {
    font-size: 60px;
    font-weight: 800;
  }
  .inner-page__form--services {
    padding: 17px 0;
  }
  .inner-page__form--services .product-form {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
  .inner-page__form--leasing {
    padding: 17px 0;
  }
  .inner-page__form--leasing .product-form {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
  .inner-page__form--testdrive {
    padding: 100px 0;
  }
  .inner-page__form--testdrive .product-form {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
  .inner-page__form--contacts {
    padding: 17px 0 57px;
  }
  .inner-page__form--contacts .product-form {
    margin: 0 20px 30px;
    max-width: calc(100% - 40px);
  }
  .inner-page__connection {
    gap: 86px;
  }
  .inner-page__contacts {
    gap: 40px;
  }
  .inner-page__contacts-info {
    width: 100%;
  }
  .inner-page__contacts-contacts {
    width: 100%;
    order: 1;
  }
  .inner-page__contacts-map {
    width: 100%;
  }
  .inner-page__contacts-title {
    margin-bottom: 20px;
  }
  .inner-page__contacts-worktime {
    margin-bottom: 20px;
  }
  .inner-page__contacts-worktime--red {
    margin: 20px 0;
  }
  .inner-page__contacts-list {
    margin-top: 40px;
  }
  .inner-page__contacts-item {
    margin-bottom: 30px;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .inner-page__content {
    margin: 30px 0;
    gap: 30px;
  }
  .inner-page__info-block .info-block__title {
    font-size: 36px;
    line-height: normal;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
  }
  .inner-page__info-block .info-block__text {
    top: calc(100% - 49px) !important;
  }
  .inner-page__info-block img {
    border-radius: 10px;
    height: 454px;
  }
  .inner-page__info p:not(:last-child) {
    margin-bottom: 20px;
  }
  .inner-page__info ul {
    margin-bottom: 18px;
  }
  .inner-page__title {
    margin-bottom: 20px;
  }
  .inner-page__form--services {
    padding: 30px 0;
  }
  .inner-page__form--leasing {
    padding: 30px 0;
  }
  .inner-page__form--testdrive {
    padding: 85px 0;
  }
  .inner-page__form--contacts {
    padding: 30px 0;
  }
  .inner-page__connection {
    gap: 12px;
    flex-direction: column;
    margin-top: 20px;
  }
  .inner-page__contacts {
    gap: 30px;
  }
  .inner-page__contacts-map iframe {
    height: 320px;
  }
  .inner-page__contacts-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .inner-page__contacts-worktime {
    margin-bottom: 6px !important;
    font-size: 14px;
    font-weight: 400;
  }
  .inner-page__contacts-worktime--red {
    margin: 16px 0;
    font-size: 20px;
    font-weight: 500;
  }
  .inner-page__contacts-list {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  .inner-page__contacts-item {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.partners {
  margin-top: 48px;
}
.partners__title {
  margin-bottom: 34px;
  text-align: center;
}
.partners__list {
  display: flex;
  justify-content: space-between;
}
.partners__item {
  width: calc(33.3333% - 20px);
  display: flex;
  list-style: none;
}
@media (max-width: 650px) {
  .partners {
    margin-top: 0px;
  }
  .partners__title {
    margin-bottom: 26px;
  }
  .partners__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .partners__item {
    width: 100%;
    margin: 0 !important;
    justify-content: center;
  }
  .partners__item img {
    height: 62px;
    object-fit: contain;
  }
}
.error-page {
  background: url(../images/bg/error-bg.svg), #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page__content {
  text-align: center;
}
.error-page__title {
  font-size: 60px;
  font-weight: 800;
  color: #262626;
  margin-bottom: 42px;
}
.error-page__text {
  margin-bottom: 60px;
}
.error-page__back {
  padding: 15px 90px;
}
@media (max-width: 1000px) {
  .error-page__text {
    font-size: 26px;
    font-weight: 600;
  }
}
@media (max-width: 650px) {
  .error-page__title {
    font-size: 36px;
    line-height: normal;
  }
  .error-page__text {
    font-size: 20px;
    line-height: normal;
    padding: 0 20px;
  }
  .error-page__back {
    font-size: 20px;
  }
}
.news {
  display: block;
  margin: 40px 0 80px;
  text-align: center;
}
.news__list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news__item {
  width: calc(33.3333% - 20px);
}
@media (max-width: 1500px) {
  .news__item {
    width: calc(50% - 15px);
  }
}
.news__more {
  padding: 12px 72px;
}
@media (max-width: 650px) {
  .news {
    margin: 30px 0;
  }
  .news__list {
    margin-bottom: 30px;
    gap: 20px;
  }
  .news__item {
    width: 100%;
  }
  .news__more {
    padding: 12px 0;
    width: 100%;
  }
}
.news-item {
  margin-bottom: 40px;
}
.news-item__content {
  display: block;
}
.news-item__content p {
  margin-bottom: 16px;
}
.news-item__content ul {
  margin-bottom: 30px;
}
.news-item__content ul li {
  list-style: disc;
  margin-left: 20px;
}
.news-item__top {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  background-color: #F2F3F7;
  border-radius: 4px;
  padding: 25px 30px;
}
.news-item__top .news-slider__date {
  position: relative;
  right: unset;
  bottom: unset;
}
@media (max-width: 1000px) {
  .news-item {
    margin-bottom: 0;
  }
  .news-item .info-block img {
    border-radius: 10px;
  }
  .news-item__title {
    font-size: 24px;
    font-weight: 700;
  }
  .news-item__top {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 18px;
  }
}
@media (max-width: 650px) {
  .news-item .info-block img {
    height: auto;
  }
  .news-item__title {
    font-size: 20px;
    font-weight: 500;
    width: calc(100% - 84px);
  }
  .news-item__top {
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 20px 10px;
    gap: 14px;
  }
  .news-item__top .news-slider__date {
    width: 70px;
  }
}
/*# sourceMappingURL=style.css.map */