@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_extrabold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/../fonts/proximanova_black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: "Proxima Nova", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  color: #fff;
  background: #231F20;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 113px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 62px;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .main {
    margin-top: 50px;
  }
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.site-container {
  background-color: #F9F7F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .site-container {
    overflow: hidden;
  }
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1350px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.certificate-container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1288px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn-common {
  padding: 12px 75px;
  font-weight: 700;
  font-size: 1em;
  line-height: 150%;
  color: #231F20;
  border: 2px solid #C92F26;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #231F20;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #C92F26;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
}
.btn-common:hover {
  color: #fff;
  background-color: #C92F26;
}

.swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #F13E33;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: width 0.2s ease, height 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease;
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px;
    height: 25px;
    padding: 8px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  width: 50px;
  height: 50px;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  width: 34px;
  height: 34px;
}
.swiper-button-next .swiper-button-arrow,
.swiper-button-prev .swiper-button-arrow {
  width: 7px;
  height: 14px;
}
@media (max-width: 768px) {
  .swiper-button-next .swiper-button-arrow,
  .swiper-button-prev .swiper-button-arrow {
    width: 6px;
    height: 6px;
  }
}

.swiper-button-prev .swiper-button-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.swiper-button-next .arrow {
  -webkit-transform: rotate(45deg) translate(-2px, 1px);
  -ms-transform: rotate(45deg) translate(-2px, 1px);
  transform: rotate(45deg) translate(-2px, 1px);
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.swiper-pagination-bullet {
  background-color: #F13E33;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
  width: 14px;
  height: 14px;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.rating__star {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.rating__star path {
  fill: #BDBDBD;
}
.rating__star.active path {
  fill: #C92F26;
}

html, body {
  scrollbar-color: rgba(242, 242, 242, 0.35) transparent; /* «цвет ползунка» «цвет полосы скроллбара» */
}

::-webkit-scrollbar {
  background-color: transparent;
  position: relative;
  z-index: 10;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(242, 242, 242, 0.35);
}

.cost-hidden {
  display: none;
}

.tooltip {
  position: relative;
  height: 15px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 420px) {
  .tooltip {
    width: 24px;
    height: 24px;
  }
}
.tooltip:hover .tooltip__text {
  z-index: 29;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.tooltip__text {
  position: absolute;
  bottom: calc(100% + 10px);
  background: #fff;
  border-radius: 6px;
  padding: 10px 8px;
  left: 50%;
  font-size: 13px;
  width: 200px;
  -webkit-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}
.tooltip__text::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -5px;
}
.tooltip__text_offset {
  margin-left: -80px;
}
.tooltip__text_offset::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: unset;
  right: 15px;
}

.landing__body {
  background: #1E1E1E;
  color: #fff;
}

.landing__site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .landing__site-container {
    overflow: hidden;
  }
}

.landing__main {
  margin-top: 0;
}

.iti__country-name {
  color: #231F20;
}

.iti__search-input {
  height: 40px;
}

.iti__selected-country-primary {
  padding-left: calc(var(--iti-arrow-padding) + 15px) !important;
}

.iti__selected-dial-code {
  font-size: 16px;
}

.home-first {
  min-height: 600px;
  background-color: #343a40; 
}
@media (max-width: 768px) {
  .home-first {
    min-height: unset;
  }
}

.page-title {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  padding-top: 150px;
  margin-top: -150px;
}
.page-title::before {
  content: "";
  position: absolute;
  width: calc(100% + 20vh);
  height: 100%;
  bottom: 0;
  left: 0;
  background: #231F20 url(../img/texture-small.png);
  background-size: auto;
  z-index: -1;
}
.page-title__h1 {
  margin: 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 44px;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .page-title__h1 {
    font-size: 40px;
  }
}

.header {
  font-size: 10px;
  position: relative;
  z-index: 99;
  background-color: #231F20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header:has(+ .main_home) {
  background: transparent;
}
.header_scroll {
  background: #231F20 url(../img/texture-small.png) !important;
}
@media (max-width: 1100px) {
  .header_scroll .navigation__list {
    gap: 15px;
  }
}
@media (min-width: 1250px) {
  .header_scroll .header__container {
    border: none;
  }
  .header_scroll .header__location {
    display: none;
  }
  .header_scroll .header__language {
    display: none;
  }
  .header_scroll .socials__item:nth-of-type(3),
  .header_scroll .socials__item:nth-of-type(4) {
    display: none;
  }
  .header_scroll .header__search-wrap {
    display: none;
  }
  .header_scroll .header__bottom {
    position: absolute;
    z-index: 999;
    top: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-left: 210px;
    max-width: 1350px;
    padding-top: 3px;
    pointer-events: none;
  }
  .header_scroll .navigation__list-item {
    pointer-events: all;
  }
  .header_scroll .header__subnav {
    left: 0;
    top: 40px;
    pointer-events: all;
  }
  .header_scroll .header__subnav::before {
    content: "";
    display: block;
    position: absolute;
    background: #231F20 url(../img/texture-small.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .header_scroll .header__bottom_black {
    background: transparent;
  }
}
.header_full {
  min-height: 86vh;
}
.header_full .header__header {
  max-width: 95%;
  margin: 3vh 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__active .header__logo::after {
  display: none;
}
.header__background {
  position: absolute;
  top: -114px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.header__background::after {
  content: " ";
  background-image: url(../img/texture-small.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.header__background img,
.header__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__main {
  width: 100%;
  position: relative;
  z-index: 101;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .header__container {
    border: none;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1350px) {
  .header__inner {
    -ms-grid-columns: 187px minmax(200px, 410px) 1fr minmax(410px, 1fr);
    grid-template-columns: 187px minmax(200px, 410px) 1fr minmax(410px, 1fr);
  }
}
@media (max-width: 1024px) {
  .header__inner {
    -ms-grid-columns: 187px (1fr)[3];
    grid-template-columns: 187px repeat(3, 1fr);
    grid-column-gap: 10px;
  }
}
.header__inner:has(.burger__active) .header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__inner:has(.burger__active) .burger {
  margin-left: auto;
}
.header__inner:has(.burger__active) .socials {
  display: none;
}
.header__logo {
  max-width: 187px;
  width: 100%;
  height: 45px;
  margin-top: -7px;
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 144px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 120px;
    height: 28px;
  }
}
@media (max-width: 1024px) {
  .header__logo::after {
    content: " ";
    display: block;
    position: absolute;
    top: 47px;
    left: 0px;
    height: 1px;
    width: calc(100% + 1000px);
    background-color: white;
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }
}
@media (max-width: 1024px) {
  .header__logo::after {
    display: none;
  }
}
.header__location {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 2px;
}
@media (max-width: 1024px) {
  .header__location {
    display: none;
  }
}
.header__account::before {
  width: 14px;
  height: 14px;
}
@media (max-width: 1350px) {
  .header__account::before {
    width: 11px;
    height: 11px;
  }
}
.header__search-wrap {
  height: 25px;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  width: 24px;
}
.header__search-wrap img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__search-wrap_show {
  border-bottom: 1px solid white;
  padding-right: 10px;
  width: auto;
}
.header__search-wrap_show img {
  width: 14px;
  height: 14px;
}
.header__search-wrap_show .header__search {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
}
.header__search {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  height: 24px;
}
@media (max-width: 1024px) {
  .header__search {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
  }
}
@media (max-width: 1350px) {
  .header__search {
    max-width: unset;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media (max-width: 1024px) {
  .header__search {
    display: none;
  }
}
.header__search::after {
  display: inline-block;
  background-image: url("../img/icon-loupe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (max-width: 1024px) {
  .header__search::after {
    content: "";
  }
}
.header__search .search {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 10px;
}
.header__search .search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search .search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search .search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search .search::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search .search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__language {
  color: #fff;
  z-index: 22;
}
@media (max-width: 1024px) {
  .header__language {
    display: none;
  }
}
@media (max-width: 1350px) {
  .header__language {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 4;
    grid-column: 4;
    max-width: 46px;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
.header__language .choices {
  position: static;
  color: inherit;
  min-width: 30px;
  margin-bottom: unset;
}
.header__language .choices.is-open {
  color: #000;
}
.header__language .choices.is-open + .arrow-4 {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header__language .choices__inner {
  border-bottom: none;
}
.header__language .choices[data-type*=select-one]::after {
  content: none;
  width: 12px;
  height: 8px;
  top: 28%;
  left: 69%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header__language .choices[data-type*=select-one].is-open::after {
  -webkit-transform: translateY(144%) rotate(180deg);
  -ms-transform: translateY(144%) rotate(180deg);
  transform: translateY(144%) rotate(180deg);
}
.header__language .choices[data-type*=select-one].is-open + .arrow-4 .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.header__language .choices[data-type*=select-one].is-open + .arrow-4 .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.header__language .choices__list--single .choices__item {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.header__language .choices__list--single .choices__item:hover {
  color: #C92F26;
}
.header__language .choices > .choices__list {
  color: #fff;
  background-color: #231F20;
  border: none;
  background: #fff;
  margin-left: -15px;
  width: calc(100% + 30px);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.6666666667);
  padding: 10px 0;
  padding-top: 40px;
  top: -8px;
  z-index: -1;
}
.header__language .choices__list--dropdown {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.header__language .choices__list--dropdown.is-active {
  opacity: 1;
}
.header__language .choices__list--dropdown .choices__item,
.header__language .choices__list[aria-expanded] .choices__item {
  white-space: nowrap;
}
.header__language .choices__list--dropdown .choices__item--selectable.is-highlighted,
.header__language .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: transparent;
}
.header__language .choices__list--dropdown .choices__item--selectable,
.header__language .choices__list[aria-expanded] .choices__item--selectable {
  padding: 4px 15px;
  text-transform: uppercase;
}
.header__language .choices__item.choices__item--choice.choices__item--selectable.is-selected {
  opacity: 0.5;
  display: none;
}
.header__language .input-shell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__language .input-shell .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.25) translate(0, 0%);
  -ms-transform: scale(0.25) translate(0, 0%);
  transform: scale(0.25) translate(0, 0%);
  cursor: pointer;
  width: 25px;
  height: 30px;
}
.header__language .input-shell .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.header__language .input-shell .arrow-4-left:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.header__language .input-shell .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.header__language .input-shell .arrow-4-right:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.header__language .input-shell .open .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.header__language .input-shell .open .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.header__top {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header__top_black {
  background: #231F20 url(../img/texture-small.png);
}
.header__bottom {
  width: 100%;
  font-size: 1.4em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 1024px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom_black {
  background: #231F20 url(../img/texture-small.png);
}
.header__bottom-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 9px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
.header__bottom-row .breadcrumbs {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.header__subnav {
  position: relative;
  width: 100%;
  display: none;
  position: absolute;
  background: #231F20 url(../img/texture-small.png);
}
.header__subnav.active {
	  display: block;
}
.header__subnav.active .slider-car-model {
  opacity: 1;
}
.header__subnav .slider-car-model {
  padding: 30px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.header__subnav-inner {
  padding: 30px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 14px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
.header__subnav-inner_cars {
  max-height: 120px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.header__subnav-inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-top: 47px;
  position: relative;
}
.header__subnav-inner-col_types {
  border-right: 1px solid rgba(241, 238, 228, 0.1019607843);
}
.header__subnav-inner-col_types img {
  width: 89px;
  height: 39px;
}
.header__subnav-inner-col_types .header__subnav-link {
  width: 250px;
}
.header__subnav-inner-title {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.header__subnav-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 382px;
}
.header__subnav-inner-btn {
  width: 210px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.header__subnav-link {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  color: #fff;
  height: 39px;
  width: 220px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.header__subnav-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  color: #CCCCCC;
}
.header__header {
  max-width: 95%;
  font-size: 1em;
  margin: 78px auto 94px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .header__header {
    margin: 108px auto 114px;
  }
}
.header__header-suptitle {
  font-style: normal;
  font-weight: 700;
  font-size: 9em;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F13E33;
}
.header__header-title {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F2F2F2;
}
@media (max-width: 768px) {
  .header__header-title {
    font-size: 3.2em;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  .socials {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .socials {
    margin-right: 5px;
    gap: 10px;
  }
}
@media (max-width: 1350px) {
  .socials {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}
.socials_menu {
  margin-left: unset;
}
.socials__item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 390px) {
  .socials__item:nth-of-type(4):not(.socials__item_menu) {
    display: none;
  }
}
.socials__item svg {
  width: 100%;
  height: 100%;
}
.socials__item svg .svg-bg {
  fill: transparent;
}
.socials__item svg > * {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.socials__item:hover .svg-bg {
  fill: #C92F26;
}

.account {
  white-space: nowrap;
}
.account::before {
  content: " ";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../img/icon-user-account.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.account__text {
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.link-tel:hover .link-tel__text {
  color: #C92F26;
}
.link-tel:hover .link-tel__text_red {
  color: #fff;
}

.link-tel__text_red {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.link-tel__text {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/* .header__bottom:has(.header__subnav.active){
  & .navigation__list-item{
    background: #fff;
  }
} */
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.navigation__list-item {
  font-style: normal;
  line-height: 150%;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  letter-spacing: 0.05em;
}
.navigation__list-item:hover {
  color: #F13E33;
}
.navigation__list-item_subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.navigation__list-item_subnav::after {
  content: "";
  width: 12px;
  height: 7px;
  display: inline-block;
  background: url(/img/svg/dropdown.svg) no-repeat;
  background-size: cover;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.navigation__list-item_subnav:hover::after {
  background: url(/img/svg/dropdown-active.svg) no-repeat;
  background-size: cover;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.navigation__list-item_subnav_hover {
  color: #F13E33;
}
.navigation__list-item_subnav_hover::after {
  background: url(/img/svg/dropdown-active.svg) no-repeat;
  background-size: cover;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.navigation__list-link {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #fff;
  margin-left: auto;
}
@media (max-width: 1350px) {
  .contacts-box {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
}
@media (max-width: 1024px) {
  .contacts-box {
    display: none;
  }
}
.contacts-box .link-email {
  color: inherit;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contacts-box .link-email:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.contacts-box .link-tel {
  color: inherit;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.contacts-box .link-tel__text_red {
  color: #C92F26;
}

.header_short .header__background {
  display: none;
}
.header_short .header__header {
  display: none;
}
.header_short .header__bottom {
  padding-bottom: 8px;
}

.header-mobile {
  font-size: 10px;
  color: #fff;
  background-color: #231F20;
  position: absolute;
  top: 100%;
  height: 0px;
  width: 100vw;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  top: 0;
}
.header-mobile__active {
  height: 100dvh;
}
.header-mobile__container {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}
.header-mobile__container::-webkit-scrollbar {
  display: none;
}
.header-mobile__inner {
  padding: 0px 0px 40px;
  height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header-mobile__top {
  margin-top: 17px;
  margin-bottom: 22px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-mobile__top .header__language {
    display: block;
    max-width: 84px;
  }
}
.header-mobile__search {
  display: block;
  border-bottom: 1px solid #666;
}
.header-mobile__search::after {
  width: 14px;
  height: 14px;
}
.header-mobile__search input.search {
  padding: 0 20px 0 5px;
}
.header-mobile__nav {
  margin: 30px 0px 40px;
}
.header-mobile__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.header-mobile__nav-list-item {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-mobile__contacts {
  display: block;
  text-align: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .header-mobile__account {
    display: block;
  }
}
.header-mobile__account::before {
  width: 13x;
  height: 13x;
}
.header-mobile__account .account__text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header-mobile__nav-list-item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile__nav-list-item-menu .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.3) translate(0, 0%);
  -ms-transform: scale(0.3) translate(0, 0%);
  transform: scale(0.3) translate(0, 0%);
  cursor: pointer;
  width: 66px;
  height: 30px;
}
.header-mobile__nav-list-item-menu .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.header-mobile__nav-list-item-menu .arrow-4-left:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.header-mobile__nav-list-item-menu .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.header-mobile__nav-list-item-menu .arrow-4-right:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.header-mobile__nav-list-item-menu.open .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.header-mobile__nav-list-item-menu.open .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.mobile-submenu {
  background: rgba(255, 255, 255, 0.1333333333);
  position: relative;
  overflow-y: auto;
  max-height: 0;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 10px;
  -webkit-transition: max-height 0.6s, margin-top 0.6s;
  transition: max-height 0.6s, margin-top 0.6s;
  margin-left: -15px;
  width: calc(100% + 25px) !important;
  padding-left: 15px;
  scrollbar-color: #c92f26 transparent !important;
  -webkit-box-shadow: 15px 0 0 0px rgba(255, 255, 255, 0.1333333333);
  box-shadow: 15px 0 0 0px rgba(255, 255, 255, 0.1333333333);
}
.mobile-submenu::after {
  display: block;
  position: absolute;
  height: 100%;
  width: 15px;
  left: 100%;
  top: 0;
  background: #000;
}
.mobile-submenu li:nth-child(1) {
  margin-top: 20px;
}
.mobile-submenu li:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.mobile-submenu::-webkit-scrollbar {
  background-color: #D3D2D2;
  position: relative;
  z-index: 10;
  width: 13px;
}
.mobile-submenu::-webkit-scrollbar-thumb {
  background-color: #C92F26;
}
.mobile-submenu .header-mobile__nav-list-item {
  font-size: 1.4em;
}
.mobile-submenu .header-mobile__nav-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 1024px) {
  .navigation__list-item:hover {
    color: #fff;
  }
}
.header-mobile__nav-list-item-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-mobile__slide-menu {
  position: absolute;
  background: #231F20;
  width: 100%;
  height: calc(100% - 150px);
  z-index: 10;
  top: 150px;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 24px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header-mobile__slide-menu_open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header-mobile__slide-menu .header__subnav-inner-btn {
  width: calc(100% - 32px);
  margin: 0 16px;
  margin-bottom: 40px;
}
.header-mobile__slide-menu-top {
  padding: 0 16px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}
.header-mobile__slide-menu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 16px;
  font-weight: 400;
}
.header-mobile__slide-menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-left: 13px;
}
.header-mobile__slide-menu-show {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-left: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.header-mobile__slide-menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(241, 238, 228, 0.1019607843);
}
.header-mobile__slide-menu-col img {
  width: 89px;
  height: 39px;
  display: block;
}
.header-mobile__slide-menu-col_brands {
  border: none;
}
.header-mobile__slide-menu-col_brands img {
  width: 28px;
  height: 28px;
  margin-left: 13px;
}
.header-mobile__slide-menu-col_brands-hidden {
  max-height: 555px;
  overflow: hidden;
}

.burger {
  --burger-width: 30px;
  --burger-height: 15px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
  width: 60%;
  right: 0;
  left: unset;
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger__active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger__active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}
.burger__active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .burger {
    display: block;
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
.section {
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section--main {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.section--main .container {
  position: relative;
}
.section--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/texture.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.2)), to(rgba(201, 47, 38, 0.2)));
  background: url(/img/texture.png), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(35, 31, 32, 0.2) 0%, rgba(201, 47, 38, 0.2) 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .section--main::before {
    background: url(/img/texture.png);
  }
}
@media (max-width: 768px) {
  .section--main {
    min-height: 500px;
    height: calc(100vh - 100px);
  }
}
.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100vw;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
.section__bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .section__bg {
    display: none;
  }
  .section__bg--mobile {
    display: block;
  }
}
.section__inner--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  height: 100vh;
  max-width: 696px;
  margin: auto;
}
@media (max-width: 768px) {
  .section__inner--main {
    min-height: 500px;
    height: calc(100vh - 100px);
  }
}
.section__title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 auto 34px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.section__title--main {
  font-size: 72px;
  color: #F13E33;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 26px;
    margin: 0 auto 20px;
  }
  .section__title--main {
    font-size: 36px;
  }
}
.section__description {
  font-family: "Proxima Nova", sans-serif;
  font-size: 24px;
  line-height: 135%;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .section__description {
    font-size: 18px;
  }
}
.section__footer {
  position: absolute;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1290px;
  line-height: 135%;
}
.section__footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.section__footer p {
  margin: 0;
}
@media (max-width: 768px) {
  .section__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

.policy {
  font-weight: 700;
  line-height: 135%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  color: #F13E33;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.policy:hover {
  text-decoration: none;
  color: #C92F26;
}

.rent {
  width: 100%;
  border-collapse: collapse;
}
.rent--mobile {
  display: none;
}
@media (max-width: 768px) {
  .rent--pc {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
  }
  .rent--mobile {
    display: table;
  }
}
.rent-wrapper {
  overflow-x: auto;
}
.rent tr {
  width: 100%;
}
.rent th {
  font-size: 18px;
  font-weight: 400;
  line-height: 90.5%;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.rent th:first-of-type {
  padding-left: 0;
  min-width: 298px;
  text-align: left;
}
.rent th:last-of-type {
  max-width: 128px;
  min-width: 128px;
  width: 100%;
  padding-right: 0;
  display: block;
}
.rent td {
  font-weight: 700;
  font-size: 18px;
  line-height: 90.5%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 49px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.rent td:first-of-type {
  font-family: "Roboto Slab", serif;
  line-height: 110%;
  text-align: left;
  padding-left: 0;
  padding-right: 8px;
  min-width: 298px;
}
.rent td:last-of-type {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 0;
  padding-left: 12px;
  display: block;
}
.rent td:nth-last-child(2), .rent td:nth-last-child(3) {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.rent-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 8px 49px;
  background-color: #C92F26;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .rent tr {
    border-bottom: 1px solid white;
  }
  .rent tr:first-of-type th,
  .rent tr:first-of-type td {
    padding: 0 15px 20px;
    vertical-align: bottom;
  }
  .rent tr:first-of-type th:first-child,
  .rent tr:first-of-type td:first-child {
    padding-left: 0;
  }
  .rent tr:first-of-type th:last-child,
  .rent tr:first-of-type td:last-child {
    padding-right: 0;
  }
  .rent tr th,
  .rent tr td {
    padding: 20px 15px;
    display: table-cell !important;
  }
  .rent tr th:first-child,
  .rent tr td:first-child {
    padding: 20px 15px 20px 0;
  }
  .rent tr td {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    text-align: center !important;
  }
  .rent tr:last-of-type, .rent tr:nth-last-of-type(2) {
    border: none;
  }
}

.form {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template: "a b c" "d e f";
  width: 100%;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.form__btn {
  padding: 12px;
  width: 100%;
  max-width: 300px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.form__btn:disabled {
  cursor: default;
  background: rgba(201, 47, 38, 0.5);
}
.form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__submit .checkbox-wrapper {
  font-size: 16px;
}
@media (max-width: 768px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.input {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #1C1819;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(35, 31, 32, 0.5);
  width: 100%;
  padding: 0 0 5px;
}
.input-label {
  font-size: 16px;
  line-height: 135%;
  color: #1C1819;
  opacity: 0.5;
  margin: 0 0 5px;
}

.price {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: rgba(35, 31, 32, 0.5);
  margin: 0;
}
.price_black {
  color: #231F20;
}
.price-label {
  font-size: 16px;
  line-height: 135%;
  color: #1C1819;
  opacity: 0.5;
  margin: 0 0 5px;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #1C1819;
  -webkit-transform: translateY(-0.075em);
  -ms-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 0.5;
}
.checkbox::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 8px;
  width: 4;
  border-bottom: 7px solid #C92F26;
  border-right: 7px solid #C92F26;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkbox:checked {
  opacity: 1;
}
.checkbox:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.checkbox-label {
  line-height: 135%;
  color: #1C1819;
  margin: 0;
}

.choices {
  color: #1C1819;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}
.choices::before {
  content: "";
  z-index: 22;
  position: absolute;
  background: transparent;
  width: 27px;
  height: 100%;
  top: 0;
  right: -3px;
}
.choices[data-type*=select-one]::after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L9 9L1 1' stroke='%231C1819' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: auto;
  margin: -5px 0 0;
  right: 4px;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.choices__inner {
  padding: 4px 0 0px !important;
  text-transform: uppercase;
  font-size: inherit;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid rgba(28, 24, 25, 0.5);
  background: none;
  min-height: 25px;
}
.choices__list {
  padding: 0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  content: "";
  display: none;
}
.choices__item .choices__item--choice .choices__item--selectable.is-highlighted {
  padding-right: 0;
}

@media (max-width: 982px) {
  .modal[data-modal=rental] .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .modal[data-modal=rental] .form .price {
    font-size: 20px;
  }
}

.footer {
  padding: 30px 0px 26px;
  font-size: 10px;
  background-color: #231F20;
}
@media (max-width: 1350px) {
  .footer {
    padding: 50px 0px 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 33px;
  width: 100%;
}
@media (max-width: 1100px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    display: none;
  }
}
.footer__inner_mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer__inner_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 4px solid #fff;
    padding-top: 30px;
  }
}
.footer__logo {
  width: 100px;
  height: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -10px;
}
.footer__logo--mobile {
  display: none;
}
.footer__main {
  width: 100%;
}
.footer__main-inner {
  border: 4px solid #fff;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 38px 0px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
@media (max-width: 1100px) {
  .footer__main-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0px;
  }
}
.footer__contacts {
  font-size: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1100px) {
  .footer__contacts {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    grid-row: 3/3;
  }
}
.footer__contacts-item-suptitle {
  font-weight: 400;
  line-height: 90.5%;
  margin-bottom: 10px;
}
.footer__contacts-item-title {
  font-weight: 700;
  line-height: 90.5%;
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__navigation .navigation__list {
  background: transparent;
  font-size: 14px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: (32px)[4];
  grid-template-rows: repeat(4, 32px);
  row-gap: 17px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer__navigation .navigation__list .arrow-4 {
  display: none;
}
.footer__navigation .navigation__list .navigation__list-link {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__navigation .navigation__list {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 1024px) {
  .footer__navigation .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__navigation .navigation__brands {
  -ms-grid-columns: (minmax(-webkit-min-content, 100px))[3];
  -ms-grid-columns: (minmax(min-content, 100px))[3];
  grid-template-columns: repeat(3, minmax(-webkit-min-content, 100px));
  grid-template-columns: repeat(3, minmax(min-content, 100px));
  grid-auto-flow: revert;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.footer__navigation .navigation__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__navigation .mobile-submenu li.navigation__list-item {
  margin-top: 0;
}
.footer__navigation .navigation__list-item_opacity {
  color: rgba(255, 255, 255, 0.6);
}
.footer__navigation .navigation__list-item-header {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
.footer__navigation .navigation__list-item-header:hover {
  color: #fff;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__links {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-left: unset;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.footer__links-btn {
  padding: 9px 17px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  color: #fff;
  border: 2px solid #C92F26;
  margin-bottom: 12px;
  color: #fff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #C92F26;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
}
.footer__links-btn:hover {
  color: #fff;
  background-color: #C92F26;
}
.footer__contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 5px;
  margin-bottom: 20px;
}
.footer__aside {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__aside {
    padding: 30px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__policy {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 90.5%;
  color: #fff;
}
@media (max-width: 768px) {
  .footer__policy {
    text-align: center;
  }
}
.footer__policy-btn {
  color: #C92F26;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.footer__policy-btn:hover {
  text-decoration: none;
}
.footer__link {
  font-size: 1.6em;
  color: #C92F26;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.footer__link:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__link {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}
@media (max-width: 1024px) {
  .footer__link {
    grid-column: -1/-2;
    -ms-grid-row: 3;
    grid-row: 3/3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
.footer__author {
  color: #fff;
}

.author {
  font-size: 1.3em;
  line-height: 140%;
  min-width: 173px;
}
.author__text {
  vertical-align: middle;
}
.author__link {
  display: inline-block;
  width: 56px;
  height: 29px;
  vertical-align: middle;
  background-image: url("../img/2dit.svg");
}

@media (max-width: 1024px) {
  .footer__logo--desktop {
    display: none;
  }
  .footer__logo--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer__navigation .navigation__list {
    font-size: 20px;
    row-gap: 20px;
  }
  .navigation__list--width,
  .navigation__list--width a {
    width: 100%;
  }
  .navigation__list.js-mobile-submenu {
    row-gap: 0px;
  }
  .navigation__list.js-mobile-submenu .arrow-4 {
    display: block;
  }
}
@media (min-width: 767px) {
  .navigation__list.mobile-submenu {
    max-height: 100% !important;
    margin: 0 !important;
    width: 100% !important;
    pointer-events: auto;
  }
  .js-mobile-submenu {
    pointer-events: none;
  }
}
.footer-mobile {
  row-gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-mobile__logo {
  width: 249px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 15px;
}
.footer-mobile__logo img, .footer-mobile__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-mobile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
  width: 100%;
  margin-top: 15px;
}
.footer-mobile__flex .socials {
  margin-left: unset;
  margin-right: unset;
}
.footer-mobile__flex .socials__item {
  width: 40px;
  height: 40px;
}
.footer-mobile__flex .socials__item a {
  width: 40px;
}
.footer-mobile__flex .footer__links-btn {
  width: 132px;
  height: 39px;
  border-radius: 10px;
  padding: 9px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.footer-mobile .contacts-box.footer__contacts-box {
  margin-left: unset;
  margin-bottom: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  row-gap: 15px;
  margin-top: 15px;
}
.footer-mobile .contacts-box.footer__contacts-box a {
  text-align: left;
}
.footer-mobile .footer__policy {
  text-align: left;
  margin-right: auto;
  line-height: 1.2;
  margin-top: 15px;
}
.footer-mobile__nav {
  width: 100%;
  margin-top: 30px;
}
.footer-mobile__nav-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-mobile__nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 9px;
  margin-top: 10px;
}
.footer-mobile__nav-link {
  width: 50%;
  line-height: 1.5;
  color: #000;
  color: #fff;
  opacity: 0.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-mobile__nav-link_big {
  font-weight: 700;
  opacity: 1;
  font-size: 14px;
}
.footer-mobile__bot {
  width: 100%;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-mobile__bot > .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal {
  padding: 30px 35px;
  min-height: 433px;
  max-width: 1030px;
  background: #fff;
  display: none;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  overflow-y: auto;
  max-height: 100vh;
}
.modal-wrapper--active {
  opacity: 1;
  pointer-events: all;
}
.modal[data-modal=policy], .modal[data-modal=terms] {
  margin-top: auto;
  max-width: 1290px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal[data-modal=policy] .modal__head, .modal[data-modal=terms] .modal__head {
  top: -10px;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 90px;
}
@media (max-width: 550px) {
  .modal[data-modal=policy] .modal__head, .modal[data-modal=terms] .modal__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
}
.modal[data-modal=policy] .modal__text ul li,
.modal[data-modal=policy] .modal__text ol li {
  font-weight: 400;
}
@media (max-width: 768px) {
  .modal {
    padding: 20px 16px 16px;
    min-height: 270px;
  }
}
.modal--active {
  display: block;
  width: 100%;
  margin-left: -30px;
}
.modal--active[data-modal=success] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal--active[data-modal=success] .modal__head {
  margin-bottom: auto;
  width: 100%;
}
.modal--active[data-modal=success] .modal__inner {
  margin-bottom: auto;
}
.modal--active[data-modal=fail] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal--active[data-modal=fail] .modal__head {
  margin-bottom: auto;
  width: 100%;
}
.modal--active[data-modal=fail] .modal__inner {
  margin-bottom: auto;
}
.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.modal__title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #231F20;
  margin: 0;
}
.modal__title--policy {
  font-size: 36px;
  text-transform: uppercase;
  color: #231F20;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 18px;
  }
}
.modal__subtitle {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #C92F26;
  margin: 0;
}
@media (max-width: 768px) {
  .modal__subtitle {
    font-size: 24px;
  }
}
.modal__close:not(.form__btn) {
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: none;
  top: 0;
  right: 0;
  -webkit-transform: translateY(7%);
  -ms-transform: translateY(7%);
  transform: translateY(7%);
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.modal__close:not(.form__btn) svg {
  width: 16px;
  height: 16px;
}
.modal__close:not(.form__btn):hover {
  opacity: 1;
}
.modal__return {
  width: 300px;
}
@media (max-width: 768px) {
  .modal__return {
    width: 100%;
    max-width: 300px;
  }
}
.modal__inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.modal__inner--policy {
  gap: 30px;
  display: none;
}
.modal__inner--policy[data-lang=ar] {
  direction: rtl;
}
.modal__inner--policy[data-lang=ar] .modal__text ol,
.modal__inner--policy[data-lang=ar] .modal__text ul {
  padding-left: 0;
  padding-right: 1em;
}
.modal__inner--active {
  display: block;
}
@media (max-width: 768px) {
  .modal__inner {
    margin-top: 15px;
    gap: 15px;
  }
}
.modal__text {
  font-size: 16px;
  color: #231F20;
  line-height: 135%;
}
.modal__text p {
  margin: 10px 0;
}
.modal__text li {
  margin: 10px 0;
}
.modal__text > ol, .modal__text > ul {
  margin-top: 20px;
}
.modal__text > ol > li, .modal__text > ul > li {
  font-weight: 700;
}
.modal__text > ol > li > *, .modal__text > ul > li > * {
  font-weight: 400;
}
.modal__text ul,
.modal__text ol {
  padding-left: 1em;
}
.modal__text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.modal__lang {
  background: none;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #231F20;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.modal__lang:hover, .modal__lang--active {
  opacity: 1;
}
.modal[data-modal=callback] {
  max-width: 360px;
  min-height: unset;
  position: relative;
}
.modal[data-modal=callback].modal--active {
  padding: 40px 29px 30px;
}
@media (max-width: 768px) {
  .modal[data-modal=callback].modal--active {
    padding: 30px 20px 30px;
  }
}
.modal[data-modal=callback] .modal__close:not(.form__btn) {
  top: 15px;
  right: 15px;
}
.modal[data-modal=callback] .form__btn {
  border: 2px solid #C92F26;
  background-color: transparent;
  color: #C92F26;
}
.modal[data-modal=callback] .form__btn:disabled {
  cursor: default;
  background-color: transparent;
  border: 2px solid rgba(201, 47, 38, 0.5);
  color: rgba(201, 47, 38, 0.5);
}
.modal[data-modal=callback] .modal__inner {
  margin-top: 20px;
  gap: 40px;
}
.modal[data-modal=callback] .modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 90%;
}
.modal[data-modal=callback] .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.modal[data-modal=callback] .form__submit {
  gap: 10px;
}
.modal[data-modal=callback] .policy {
  font-weight: 400;
}
.modal[data-modal=callback] .checkbox-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .arrow {
  width: 15px;
  height: 8px;
  cursor: pointer;
  position: relative;
}
.modal .arrow svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .arrow svg path {
  stroke: black;
  fill: black;
}
.modal .arrow-up svg,
.modal .arrow-up img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-shell {
  position: relative;
}

.input-shell__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  right: 5px;
  bottom: 8px;
}

.select {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 300px;
  gap: 1px;
}

.select__item {
  padding: 10px;
  cursor: pointer;
  font-family: "Heebo", sans-serif;
  text-align: center;
  border-radius: 3px;
  background: #eeeeee;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.select__item_selected {
  background: #009578;
  color: #ffffff;
}

::-moz-selection {
  color: #fff;
  background: #17a2b8;
}

::selection {
  color: #fff;
  background: #17a2b8;
}

.range-slider {
  font-size: 1em;
}

.price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 0px 0 30px;
}

.price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-input .field span {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(35, 31, 32, 0.5);
}

.field input {
  width: 100%;
  height: 27px;
  max-width: 118px;
  outline: none;
  font-size: 1.4em;
  text-align: center;
  border: 1px solid #C92F26;
  background-color: rgba(201, 47, 38, 0.1);
  -moz-appearance: textfield;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  color: #1C1819;
  font-size: 1.3em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slider {
  height: 4px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background-color: #C92F26;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:root {
  --minThumbZIndex: 1;
  --maxThumbZIndex: 1;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #C92F26;
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background-color: #C92F26;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
}

.range-min::-webkit-slider-thumb {
  z-index: var(--minThumbZIndex);
}

.range-max::-webkit-slider-thumb {
  z-index: var(--maxThumbZIndex);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.video-block__container {
  position: relative;
}
.video-block__container::after {
  content: url("../img/decor-quote-block-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(-50%, -88%);
  -ms-transform: translate(-50%, -88%);
  transform: translate(-50%, -88%);
}
.video-block.hover .video-block__poster::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.video-block__video {
  display: none;
}
.video-block__video.visible {
  display: block;
}
.video-block__poster {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.video-block__poster.hidden {
  display: none;
}
.video-block__poster::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.video-block__poster img {
  width: 100%;
  height: 100%;
}
.video-block__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block__play-button svg {
  width: 95px;
  height: 95px;
}
.video-block__play-button:hover svg {
  -webkit-transform: scale(1.56);
  -ms-transform: scale(1.56);
  transform: scale(1.56);
}
.video-block__play-button:hover svg path {
  fill: #F13E33;
  stroke: #F13E33;
}
.video-block__play-button svg {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-block__play-button svg path {
  fill: #fff;
  stroke: #fff;
}

.video-block__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video-block__video {
    aspect-ratio: 3/1.8;
  }
}

.socials__link svg {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.socials__link:hover svg {
  fill: #C92F26;
}
.socials__link:hover .icon {
  fill: #231F20;
}

.socials__link-img_red:hover svg {
  fill: #C92F26;
}
.socials__link-img_red:hover .icon {
  fill: #fff !important;
}
.socials__link-img_red:hover .border {
  stroke: transparent !important;
}

.error {
  font-size: 10px;
  margin: 45px 0px 0px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}
@media (max-width: 768px) {
  .error {
    max-width: 100vw;
  }
}
.error__suptitle {
  margin: 0;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.error__img {
  margin-top: -25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .error__img {
    margin-top: unset;
  }
}
.error__code {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-mask-image: url("../img/error-mask.svg");
  mask-image: url("../img/error-mask.svg");
  background-size: cover;
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: 700;
  font-size: 20em;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  color: #C92F26;
}
.error__text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
}
.error__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .error__text {
    font-size: 1.6em;
  }
}
.error__button {
  margin-top: 25px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
}
.error__button:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #C92F26;
}

@media (max-width: 768px) {
  .home .hero-content .header__header-suptitle {
    font-size: 4.8em;
  }
}
@media (max-width: 454px) {
  .home .hero-content .header__header-suptitle {
    font-size: 3.6em;
  }
}

@media (max-width: 454px) {
  .home .hero-content .header__header-title {
    font-size: 2em;
  }
}

.hero-content {
  width: 100%;
  padding: 60px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-content__container {
  width: 100%;
}
.hero-content .header__header {
  position: static;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  padding: 0;
}
.hero-content .header__header-suptitle {
  font-size: 4em;
  margin-bottom: 10px;
}
.hero-content .header__header-title {
  font-size: 3.6em;
}
.hero-content__text {
  font-weight: 700;
  font-size: 2em;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
}
.hero-content__text_red {
  color: #C92F26;
}
.hero-content .advantages__list {
  grid-template-columns: repeat(auto-fit, minmax(288px, 300px));
}
.hero-content__btn {
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  margin: 40px auto 0;
  font-weight: 700;
  font-size: 1.6em;
}
.hero-content__btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #C92F26;
}

@media (max-width: 768px) {
  .hero-content__text,
  .hero-content .advantages__list {
    display: none;
  }
  .hero-content .header__header {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .hero-content {
    padding: 160px 0 220px;
  }
}
.auto-block__img-block {
  position: relative;
  display: block;
}
.auto-block__img-block:hover .auto-block__img {
  opacity: 0;
}
.auto-block__img-block:hover .auto-block__img-alt {
  opacity: 1;
}

.auto-block__img {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  width: 100%;
  height: 100%;
  display: block;
}

.auto-block__img-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.auto-block__rent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auto-block__cost-usd {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: rgba(35, 31, 32, 0.7);
}

.auto-block__cost-usd_white {
  color: rgba(255, 255, 255, 0.7);
}

.auto-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1190px) {
  .auto-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 412px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .auto-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
    margin: auto;
  }
}
@media (max-width: 842px) {
  .auto-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.auto-card__new-price {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1;
  color: #000;
}
@media (max-width: 768px) {
  .auto-card__new-price {
    font-size: 18px;
  }
}
.auto-card__new-price span.new-price-opacity {
  opacity: 0.4;
}
.auto-card__new-price_old {
  opacity: 0.2;
  font-size: 18px;
  margin-top: 13px;
  text-decoration: line-through;
}
.auto-card__new-price_old + .auto-card__new-price {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .auto-card__new-price_old {
    font-size: 14px;
  }
}
.auto-card__photos {
  width: 39.4vw;
  max-width: 520px !important;
  min-height: 293px;
  max-height: 320px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
@media (hover: hover) {
  .auto-card__photos:hover .auto-card__flags {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media (max-width: 842px) {
  .auto-card__photos {
    display: none;
  }
}
@media (max-width: 576px) {
  .auto-card__photos {
    min-width: auto;
    height: 207px;
  }
}
.auto-card__slider {
  position: absolute;
  inset: 0;
}
.auto-card__slider-img {
  height: 100%;
  width: 100%;
}
.auto-card__slider-trigger {
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.auto-card__slider-trigger-wrapper {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .auto-card__slider-trigger-wrapper {
    padding: 0 10px;
  }
}
.auto-card__slider-trigger-btn {
  width: 100%;
}
.auto-card__slider-trigger-btn::after {
  content: "";
  display: block;
  height: 4px;
  width: 91.75px;
  width: 94%;
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 576px) {
  .auto-card__slider-trigger-btn::after {
    width: 63px;
    bottom: 10px;
  }
}
.auto-card__slider-trigger-btn_active::after {
  background-color: #000000;
}
.auto-card__slider .auto-card__slider-img-wrapper {
  position: absolute;
  inset: 0;
}
.auto-card__slider-more {
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 30px;
  border: 1px solid white;
  border-radius: 9999px;
  max-width: 50px;
  max-height: 50px;
}
.auto-card__slider-more-wrapper {
  display: none;
  position: absolute;
  inset: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.auto-card__slider-more-wrapper_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.auto-card__slider-more-text {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 16px;
}
.auto-card__flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 1024px) {
  .auto-card__flags {
    top: 10px;
    left: 10px;
    gap: 7px;
  }
}
@media (max-width: 842px) {
  .auto-card__flags {
    font-size: 12px;
    line-height: 150%;
  }
}
.auto-card__banner {
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
@media (max-width: 842px) {
  .auto-card__banner {
    padding: 3px 6px;
  }
}
.auto-card__banner-text {
  color: #fff;
}
.auto-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  max-width: 528px;
}
@media (max-width: 576px) {
  .auto-card__content {
    max-width: none;
  }
}
.auto-card__name {
  cursor: pointer;
}
.auto-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 91%;
  color: #231F20;
  margin: 0 0 10px;
}
@media (max-width: 576px) {
  .auto-card__title {
    font-size: 18px;
    line-height: 100%;
  }
}
.auto-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #231F20;
  opacity: 0.66;
  margin: 0 0 11px;
}
@media (max-width: 576px) {
  .auto-card__description {
    font-size: 14px;
  }
}
.auto-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .auto-card__info {
    gap: 12px;
  }
}
.auto-card__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  padding-top: 4px;
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .auto-card__properties {
    position: relative;
    border-right: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
}
.auto-card__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  padding: 0 10px;
  background-color: #ececec;
  color: #8E8B89;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .auto-card__characteristics {
    padding: 0 8px;
  }
}
.auto-card__characteristics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}
.auto-card__characteristics-wrapper:has(+ .auto-card__features-wrapper) {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .auto-card__characteristics-wrapper:has(+ .auto-card__features-wrapper) {
    margin-bottom: 30px;
  }
}
.auto-card__characteristics-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .auto-card__characteristics-text {
    font-size: 10px;
  }
}
@media (max-width: 390px) {
  .auto-card__characteristics-text {
    font-size: 9px;
  }
}
.auto-card__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #231F20;
}
.auto-card__features-img {
  width: 15px;
  height: 15px;
}
@media (max-width: 576px) {
  .auto-card__features-img {
    width: 20px;
    height: 20px;
  }
}
.auto-card__features-img_horiz {
  width: 13px;
  height: 16px;
}
@media (max-width: 576px) {
  .auto-card__features-img_horiz {
    width: 17px;
    height: 21px;
  }
}
.auto-card__features-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-max-content, 140px));
  grid-template-columns: repeat(auto-fill, minmax(max-content, 140px));
  grid-auto-rows: 15px;
  gap: 10px 0;
}
@media (max-width: 576px) {
  .auto-card__features-wrapper {
    width: 101px;
    gap: 10px 8px;
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .auto-card__features-wrapper:hover {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-max-content, 140px));
    grid-template-columns: repeat(auto-fill, minmax(max-content, 140px));
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.17);
    background: #fff;
    z-index: 1;
    padding: 8px 10px;
    width: 168px;
    height: 107px;
    grid-auto-rows: 15px;
  }
  .auto-card__features-wrapper:hover .auto-card__features-text {
    display: block;
  }
}
.auto-card__features-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 576px) {
  .auto-card__features-text {
    display: none;
  }
}
.auto-card__price-point:not(:last-child) {
  margin-bottom: 5px;
}
.auto-card__price {
  text-wrap: nowrap;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 100%;
  color: #000000;
  margin-bottom: -1px;
}
@media (max-width: 576px) {
  .auto-card__price {
    font-size: 18px;
    line-height: 150%;
  }
}
.auto-card__price_muted {
  font-weight: 400;
  font-size: 16px;
  color: #231F20;
  opacity: 0.4;
  text-transform: none;
}
@media (max-width: 576px) {
  .auto-card__price_muted {
    font-size: 14px;
    line-height: 135%;
  }
}
.auto-card__price-wrapper {
  padding: 4px 0 0 27px;
  min-width: 196px;
}
@media (max-width: 576px) {
  .auto-card__price-wrapper {
    padding: 0;
    min-width: auto;
    margin-left: auto;
  }
}
.auto-card__price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.auto-card__price-details:last-of-type {
  margin-bottom: 0;
}
.auto-card__price-details-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #231F20;
  opacity: 0.4;
}
.auto-card__button {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 48px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1C1819;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auto-card__button:first-child {
  border-radius: 10px 0 0 10px;
}
.auto-card__button:last-child {
  border-radius: 0 10px 10px 0;
}
.auto-card__button:hover {
  opacity: 0.8;
}
.auto-card__button_wp {
  background: #00b450;
}
@media (max-width: 576px) {
  .auto-card__button_wp {
    border-radius: 10px 0 0 0 !important;
  }
}
.auto-card__button_tg {
  background: #008ceb;
}
.auto-card__button_phone {
  background: #231F20;
}
@media (max-width: 576px) {
  .auto-card__button_phone {
    border-radius: 0 10px 0 0 !important;
  }
}
.auto-card__button_rent {
  -webkit-box-flex: 2.4;
  -ms-flex-positive: 2.4;
  flex-grow: 2.4;
  border: 2px solid #d8d8d8;
}
.auto-card__button_rent:hover {
  border: 2px solid #C92F26;
  color: #fff;
  background-color: #C92F26;
  opacity: 1;
}
@media (max-width: 576px) {
  .auto-card__button_rent {
    width: 100%;
    border-radius: 0 0 10px 10px !important;
  }
}
.auto-card__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .auto-card__button-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.auto-card__swiper {
  border-radius: 10px;
  height: 50vw !important;
  min-height: 207px;
}
@media (min-width: 843px) {
  .auto-card__swiper {
    display: none;
  }
}
@media (max-width: 576px) {
  .auto-card__swiper {
    height: 64vw !important;
  }
}
@media (hover: hover) {
  .auto-card__swiper:hover .auto-card__flags {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
.auto-card__swiper.auto-card__swap .auto-card__flags {
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.auto-card__swiper-slide {
  position: relative;
}
.auto-card__swiper-pagination_custom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  gap: 5px;
}
.auto-card__swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.auto-card__swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.auto-card__swiper-img {
  width: 100%;
  height: 100%;
}
.auto-card__addit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.auto-card__old-price {
  text-wrap: nowrap;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  opacity: 0.5;
  text-transform: uppercase;
  text-decoration: line-through;
}
@media (max-width: 1024px) {
  .auto-card__old-price {
    font-size: 14px;
  }
}

.swiper.pswp_thumbs {
  position: absolute;
  bottom: 2vh;
  left: 50%;
  -webkit-transform: translate(-50%, calc(2vh + 100%));
  -ms-transform: translate(-50%, calc(2vh + 100%));
  transform: translate(-50%, calc(2vh + 100%));
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 80%;
  height: 60px;
}
.swiper.pswp_thumbs.active {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.swiper.pswp_thumbs .swiper-slide {
  width: 90px;
  height: 60px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  margin-top: 10px;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
}
.breadcrumbs_black {
  color: #231F20;
}
.breadcrumbs__item {
  opacity: 0.3;
  display: inline-block;
}
.breadcrumbs__item:not(:last-child)::after {
  content: " / ";
}
.breadcrumbs__item.active {
  opacity: 1;
}
.breadcrumbs__link {
  color: inherit;
}
.pswp__video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.swiper.auto-card-main__swiper {
  max-height: none;
}

.auto-card--slider .auto-card__new-price {
  color: #000;
  font-size: 18px;
}
.auto-card--slider .auto-card__new-price_old {
  font-size: 14px;
}
.auto-card--slider.auto-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .auto-card--slider.auto-card {
    max-width: 100%;
  }
}
.auto-card--slider .auto-card__photos {
  display: none;
}
.auto-card--slider .auto-card__slider {
  position: absolute;
  inset: 0;
}
.auto-card--slider .auto-card__slider-img {
  height: 100%;
}
.auto-card--slider .auto-card__slider-trigger {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.auto-card--slider .auto-card__slider-trigger-wrapper {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.auto-card--slider .auto-card__slider-trigger-btn {
  width: 100%;
}
.auto-card--slider .auto-card__slider-trigger-btn::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 63px;
  bottom: 10px;
}
.auto-card--slider .auto-card__slider-trigger-btn_active::after {
  background-color: #C92F26;
}
.auto-card--slider .auto-card__slider .auto-card-main__slider-img-wrapper {
  position: absolute;
  inset: 0;
}
.auto-card--slider .auto-card__slider-more {
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 30px;
  border: 1px solid white;
  border-radius: 9999px;
  max-width: 50px;
  max-height: 50px;
}
.auto-card--slider .auto-card__slider-more-wrapper {
  display: none;
  position: absolute;
  inset: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.auto-card--slider .auto-card__slider-more-wrapper_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.auto-card--slider .auto-card__slider-more-text {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 16px;
}
.auto-card--slider .auto-card__flags {
  top: 10px;
  left: 10px;
  gap: 7px;
  font-size: 12px;
  line-height: 150%;
}
.auto-card--slider .auto-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  max-width: 528px;
}
.auto-card--slider .auto-card__name {
  cursor: pointer;
}
.auto-card--slider .auto-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #231F20;
  margin: 0 0 10px;
}
.auto-card--slider .auto-card__description {
  font-weight: 400;
  line-height: 110%;
  color: #231F20;
  opacity: 0.66;
  margin: 0 0 11px;
  font-size: 14px;
}
.auto-card--slider .auto-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.auto-card--slider .auto-card__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  position: relative;
  border-right: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  max-width: unset;
}
.auto-card--slider .auto-card__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  padding: 0 10px;
  background-color: #ececec;
  color: #8E8B89;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
}
.auto-card--slider .auto-card__characteristics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}
.auto-card--slider .auto-card__characteristics-wrapper:has(+ .auto-card__features-wrapper) {
  margin-bottom: 30px;
}
.auto-card--slider .auto-card__characteristics-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  font-size: 10px;
}
.auto-card--slider .auto-card__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #231F20;
}
.auto-card--slider .auto-card__features-img {
  width: 20px;
  height: 20px;
}
.auto-card--slider .auto-card__features-img_horiz {
  width: 17px;
  height: 21px;
}
.auto-card--slider .auto-card__features-wrapper {
  width: 101px;
  gap: 10px 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  grid-auto-rows: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.auto-card--slider .auto-card__features-wrapper:hover {
  grid-template-columns: repeat(auto-fill, minmax(-webkit-max-content, 140px));
  grid-template-columns: repeat(auto-fill, minmax(max-content, 140px));
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  z-index: 1;
  padding: 8px 10px;
  width: 168px;
  height: 107px;
  grid-auto-rows: 15px;
}
.auto-card--slider .auto-card__features-wrapper:hover .auto-card__features-text {
  display: block;
}
.auto-card--slider .auto-card__features-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: none;
}
.auto-card--slider .auto-card__price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  color: #000000;
  margin-bottom: -1px;
  font-size: 18px;
}
.auto-card--slider .auto-card__price_muted {
  font-weight: 400;
  font-size: 16px;
  color: #231F20;
  opacity: 0.4;
  text-transform: none;
  font-size: 14px;
  line-height: 135%;
}
.auto-card--slider .auto-card__price-wrapper {
  padding: 0;
  min-width: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auto-card--slider .auto-card__price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.auto-card--slider .auto-card__price-details:last-of-type {
  margin-bottom: 0;
}
.auto-card--slider .auto-card__price-details-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #231F20;
  opacity: 0.4;
}
.auto-card--slider .auto-card__button {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 48px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1C1819;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auto-card--slider .auto-card__button:hover {
  opacity: 0.8;
}
.auto-card--slider .auto-card__button_wp {
  background: #00b450;
}
.auto-card--slider .auto-card__button_tg {
  background: #008ceb;
}
.auto-card--slider .auto-card__button_phone {
  background: #231F20;
}
.auto-card--slider .auto-card__button_rent {
  -webkit-box-flex: 2.4;
  -ms-flex-positive: 2.4;
  flex-grow: 2.4;
  border: 2px solid #d8d8d8;
}
.auto-card--slider .auto-card__button_rent:hover {
  border: 2px solid #C92F26;
  color: #fff;
  background-color: #C92F26;
  opacity: 1;
}
.auto-card--slider .auto-card__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .auto-card--slider .auto-card__swiper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    max-height: 245px;
    height: 245px !important;
  }
}
.auto-card--slider .auto-card__swiper-img {
  height: 100%;
  width: 100%;
}
.auto-card--slider .auto-card__swiper-slide {
  position: relative;
  height: auto;
}
.auto-card--slider .auto-card__swiper-pagination_custom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  gap: 5px;
}
.auto-card--slider .auto-card__swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
@media (pointer: fine) {
  .auto-card--slider .auto-card__swiper-pagination .swiper-pagination-bullet:first-child::before {
    left: -10px;
    width: calc(100% + 10px);
  }
  .auto-card--slider .auto-card__swiper-pagination .swiper-pagination-bullet:last-child::before {
    width: calc(100% + 15px);
  }
  .auto-card--slider .auto-card__swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    height: 245px;
    bottom: -10px;
    left: -5px;
  }
}
.auto-card--slider .auto-card__swiper-pagination .swiper-pagination-bullet-active {
  background: #c92f26;
}
.auto-card--slider .auto-card__old-price {
  font-size: 14px;
}

.certificate-first-screen {
  position: relative;
  min-height: 100svh;
  padding-bottom: 65px;
}
.certificate-first-screen__dec {
  position: absolute;
  right: 0;
  bottom: -175px;
  width: 280px;
  height: 407px;
  opacity: 0.4;
  z-index: 5;
}
@media (max-width: 1024px) {
  .certificate-first-screen__dec {
    bottom: -360px;
  }
}
.certificate-first-screen__bg {
  z-index: -1;
  opacity: 30%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.certificate-first-screen__wrapper {
  position: relative;
}
.certificate-first-screen__title {
  font-family: "Roboto Slab", serif;
  padding-top: 113px;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .certificate-first-screen__title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .certificate-first-screen__title {
    padding-top: 65px;
    font-size: 40px;
  }
}
.certificate-first-screen__description {
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  color: #f5f5f5;
}
@media (max-width: 1024px) {
  .certificate-first-screen__description {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .certificate-first-screen__description {
    font-size: 16px;
  }
}
.certificate-first-screen__cards {
  margin-top: 160px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .certificate-first-screen__cards {
    margin-top: 100px;
  }
}
.certificate-first-screen__cards_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-first-screen__cards_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .certificate-first-screen__cards_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.certificate-first-screen__cards_item {
  border: 1px solid rgb(117, 117, 117);
  border-radius: 5px;
  padding: 20px 10px 20px 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .certificate-first-screen__cards_item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .certificate-first-screen__cards_item {
    width: 100%;
  }
}
.certificate-first-screen__cards_title {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.certificate-first-screen__cards_description {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f5f5f5;
}
.certificate-first-screen__cards_marker-wrapper {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 21px;
  left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificate-first-screen__btn {
  max-width: 367px;
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
}
@media (max-width: 768px) {
  .certificate-first-screen__btn {
    max-width: unset;
    margin: 0 -8px;
  }
}

.giftcards {
  display: block;
}

.certificate-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .certificate-controls {
    margin-top: 24px;
  }
}
.certificate-controls__pagination {
  width: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.certificate-controls__pagination .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  margin: 0 !important;
  background-color: #B3B3B3 !important;
  opacity: 1 !important;
}
.certificate-controls__pagination .swiper-pagination-bullet-active {
  background-color: #F13E33 !important;
}
.certificate-controls__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.certificate-controls__btn-icon {
  width: 100%;
  height: 100%;
}
.certificate-controls__btn_next {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.certificate-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 36px;
  color: #f5f5f5;
  margin: 0;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .certificate-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .certificate-title {
    font-size: 22px;
  }
}

.certificate__btn {
  border-radius: 3px;
  border: 1px solid #C00F0C;
  background: #C00F0C;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certificate__btn:hover {
  background: #fff;
  color: #C00F0C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.certificate-callback {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.certificate-callback__btn {
  border-radius: 8px;
}
.certificate-callback__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.certificate-callback__block-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e;
}
.certificate-callback__input {
  font-family: "Inter", sans-serif;
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e;
}
.certificate-callback__input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.certificate-callback__input::-moz-placeholder {
  color: #b3b3b3;
}
.certificate-callback__input:-ms-input-placeholder {
  color: #b3b3b3;
}
.certificate-callback__input::-ms-input-placeholder {
  color: #b3b3b3;
}
.certificate-callback__input::placeholder {
  color: #b3b3b3;
}

.new-reviews.disable-block {
  display: none;
}
.new-reviews__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .new-reviews__head .swiper-controls {
    display: none;
  }
}
.new-reviews .swiper-controls {
  gap: 20px;
}
.new-reviews .arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid #1C1819;
  border-right: 2px solid #1C1819;
}
@media (max-width: 768px) {
  .new-reviews .arrow {
    width: 6px;
    height: 6px;
  }
}
.new-reviews .swiper-button-prev-reviews .arrow {
  -webkit-transform: rotate(-135deg) translate(-2px, 2px);
  -ms-transform: rotate(-135deg) translate(-2px, 2px);
  transform: rotate(-135deg) translate(-2px, 2px);
}
@media (max-width: 768px) {
  .new-reviews .swiper-button-prev-reviews .arrow {
    -webkit-transform: rotate(-135deg) translate(0px, 1px);
    -ms-transform: rotate(-135deg) translate(0px, 1px);
    transform: rotate(-135deg) translate(0px, 1px);
  }
}
.new-reviews .swiper-button-next-reviews .arrow {
  -webkit-transform: rotate(45deg) translate(-2px, 1px);
  -ms-transform: rotate(45deg) translate(-2px, 1px);
  transform: rotate(45deg) translate(-2px, 1px);
}
.new-reviews .swiper-button-next-reviews,
.new-reviews .swiper-button-prev-reviews {
  margin-top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: width 0.2s ease, height 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 12px;
  border: 1px solid #F13E33;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .new-reviews .swiper-button-next-reviews,
  .new-reviews .swiper-button-prev-reviews {
    width: 25px;
    height: 25px;
    padding: 8px;
  }
}
.new-reviews .swiper-button-next-reviews.swiper-button-disabled,
.new-reviews .swiper-button-prev-reviews.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.new-reviews .swiper.new-reviews__swiper {
  height: auto;
  max-height: none;
}
@media (max-width: 1024px) {
  .new-reviews .swiper.new-reviews__swiper {
    width: auto;
    margin-left: 0;
    margin-inline: -30px;
    padding-inline: 30px;
  }
}
@media (max-width: 768px) {
  .new-reviews .swiper.new-reviews__swiper {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
.new-reviews__slide {
  width: 300px;
}
@media (max-width: 1024px) {
  .new-reviews__slide {
    width: 240px;
  }
}
.new-reviews__slide:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .new-reviews__slide:not(:last-child) {
    margin-right: 16px;
  }
}
.new-reviews__btn-write {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #fff;
  padding: 12px 43px;
  background: #C92F26;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 190px;
}
.new-reviews__btn-write:hover {
  background: rgba(201, 46, 38, 0.8705882353);
}
@media (max-width: 768px) {
  .new-reviews__btn-write {
    margin-top: 15px;
  }
}
.new-reviews .new-reviews__btn-write {
  color: #fff;
}

.new-review {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  width: 300px;
  border-radius: 10px;
  background: #efeeea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .new-review {
    padding: 20px 15px;
    width: 240px;
    gap: 12px;
  }
}
.new-review__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .new-review__avatar {
    gap: 8px;
  }
}
.new-review .new-review__avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #b90f57;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media (max-width: 1024px) {
  .new-review .new-review__avatar-img {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.new-review__avatar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.new-review__avatar-name {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #1C1819;
}
@media (max-width: 1024px) {
  .new-review__avatar-name {
    font-size: 13px;
  }
}
.new-review__avatar-date {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .new-review__avatar-date {
    font-size: 11px;
  }
}
.new-review__evals {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (112px)[2];
  grid-template-columns: repeat(2, 112px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 26px;
}
@media (max-width: 1024px) {
  .new-review__evals {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
  }
}
.new-review__eval-name {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #1C1819;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .new-review__eval-name {
    font-size: 12px;
  }
}
.new-review__eval-stars {
  width: 112px;
  height: 20px;
}
@media (max-width: 1024px) {
  .new-review__eval-stars {
    width: 90px;
    height: 16px;
  }
}
.new-review__eval-stars[data-eval="0"] path {
  fill: #bdbdbd;
}
.new-review__eval-stars[data-eval="1"] path:nth-child(-n+1) {
  fill: #000;
}
.new-review__eval-stars[data-eval="2"] path:nth-child(-n+2) {
  fill: #000;
}
.new-review__eval-stars[data-eval="3"] path:nth-child(-n+3) {
  fill: #000;
}
.new-review__eval-stars[data-eval="4"] path:nth-child(-n+4) {
  fill: #000;
}
.new-review__eval-stars[data-eval="5"] path:nth-child(-n+5) {
  fill: #000;
}
.new-review__text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .new-review__text {
    font-size: 14px;
  }
}

.reviews-form.disable-block {
  display: none;
}
.reviews-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1200px) {
  .reviews-form__form {
    gap: 20px;
  }
}
.reviews-form__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1350px) {
  .reviews-form__columns {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .reviews-form__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .reviews-form__columns {
    gap: 10px;
  }
}
.reviews-form__label {
  width: 100%;
}
.reviews-form__label_text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media (max-width: 1200px) {
  .reviews-form__label_text {
    grid-column: auto;
  }
}
.reviews-form__label-title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #1C1819;
  margin: 0 0 4px 3px;
}
.reviews-form__label-field {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #1C1819;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background: #efeeea;
  width: 100%;
}
.reviews-form__label-text {
  height: 133px;
  width: 100%;
  padding: 10px;
  resize: none;
}
.reviews-form__radios {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (172px)[4];
  grid-template-columns: repeat(4, 172px);
  gap: 48px;
}
@media (max-width: 1350px) {
  .reviews-form__radios {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .reviews-form__radios {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.reviews-form__radio-title {
  margin: 0;
  margin-bottom: 5px;
}
.reviews-form__radio-svg {
  width: 172px;
  height: 32px;
}
.reviews-form__radio-svg path {
  cursor: pointer;
}
.reviews-form .new-reviews__btn-write {
  margin-block: 0;
  color: #fff;
}

.contact-block {
  font-size: 10px;
  background-color: #fff;
  color: #1C1819;
}

.contact-block__container {
  max-width: 1350px;
  padding: 0px;
}

.contact-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .contact-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-block__inner > div {
  width: 50%;
}
@media (max-width: 1024px) {
  .contact-block__inner > div {
    width: 100%;
  }
}

.contact-block__content {
  padding: 100px 30px;
}
@media (max-width: 1024px) {
  .contact-block__content {
    padding: 30px 16px;
  }
}

.contact-block__box:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .contact-block__box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.contact-block__box-suptitle {
  font-weight: 400;
  font-size: 2.4em;
  line-height: 135%;
  color: rgba(28, 24, 25, 0.5);
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .contact-block__box-suptitle {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}
.contact-block__box-suptitle::before {
  content: " ";
  display: inline-block;
  margin-right: 12px;
  vertical-align: sub;
  background-size: cover;
}
@media (max-width: 1024px) {
  .contact-block__box-suptitle::before {
    margin-right: 8px;
  }
}

.contact-block__box-suptitle-address::before {
  background-image: url("../img/icon-location.svg");
  width: 26px;
  height: 32px;
}
@media (max-width: 1024px) {
  .contact-block__box-suptitle-address::before {
    width: 20px;
    height: 25px;
  }
}

.contact-block__box-suptitle-tel::before {
  background-image: url("../img/icon-phone.svg");
  width: 31px;
  height: 31px;
}
@media (max-width: 1024px) {
  .contact-block__box-suptitle-tel::before {
    width: 20px;
    height: 20px;
  }
}

.contact-block__box-suptitle-email::before {
  background-image: url("../img/icon-envelope.svg");
  width: 32px;
  height: 26px;
}
@media (max-width: 1024px) {
  .contact-block__box-suptitle-email::before {
    width: 20px;
    height: 16px;
  }
}

.contact-block__box-title {
  font-weight: 700;
  font-size: 3.2em;
  line-height: 135%;
}
@media (max-width: 1024px) {
  .contact-block__box-title {
    font-size: 2.2em;
  }
}

.contact-block__box-link {
  color: inherit;
}

@media (max-width: 1024px) {
  .contact-block__map {
    height: 276px;
  }
}
.contact-block__map iframe {
  width: 100%;
  height: 100%;
}

.text-photo-block {
  font-size: 10px;
  color: #231F20;
  margin: 60px 0px;
}
.text-photo-block:last-child {
  margin-bottom: 0px;
}
.text-photo-block__inner .text-photo_flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .text-photo-block__inner .text-photo_flex:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-photo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .text-photo_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-photo:not(:last-child) {
  margin-bottom: 30px;
}
.text-photo * {
  margin: 0;
}
.text-photo__content {
  width: 50%;
}
@media (max-width: 1024px) {
  .text-photo__content {
    width: 100%;
  }
}
.text-photo__content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 135%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .text-photo__content h3 {
    font-size: 2.4em;
  }
}
.text-photo__content div {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}
.text-photo__content div:not(:last-child) {
  margin-bottom: 16px;
}
.text-photo__content p:not(:last-child) {
  margin-bottom: 5px;
}
.text-photo__photo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .text-photo__photo {
    width: 100%;
  }
}

.text-video-block {
  font-size: 10px;
  color: #231F20;
  margin: 60px 0px;
}
.text-video-block:last-child {
  margin-bottom: 0px;
}
.text-video-block__wrapper .text-photo__content {
  width: 100%;
}
.text-video-block__video {
  width: 100%;
}
.text-video-block__video video {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .text-video-block .text-photo:not(:last-child) {
    margin-bottom: 20px;
  }
}

.text-slider-block {
  font-size: 10px;
  color: #231F20;
  margin: 60px 0px;
}
.text-slider-block:last-child {
  margin-bottom: 0px;
}
.text-slider-block__wrapper .text-photo__content {
  width: 100%;
}
@media (max-width: 768px) {
  .text-slider-block .text-photo:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-slider-block .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 100%;
  max-height: 570px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 12px;
  border: 1px solid #F13E33;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    padding: 8px;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: none;
}
.swiper .swiper-button-next .arrow,
.swiper .swiper-button-prev .arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next .arrow,
  .swiper .swiper-button-prev .arrow {
    width: 6px;
    height: 6px;
  }
}
.swiper .swiper-button-prev .arrow {
  -webkit-transform: rotate(-135deg) translate(-2px, 2px);
  -ms-transform: rotate(-135deg) translate(-2px, 2px);
  transform: rotate(-135deg) translate(-2px, 2px);
}
@media (max-width: 768px) {
  .swiper .swiper-button-prev .arrow {
    -webkit-transform: rotate(-135deg) translate(0px, 1px);
    -ms-transform: rotate(-135deg) translate(0px, 1px);
    transform: rotate(-135deg) translate(0px, 1px);
  }
}
.swiper .swiper-button-next .arrow {
  -webkit-transform: rotate(45deg) translate(-2px, 1px);
  -ms-transform: rotate(45deg) translate(-2px, 1px);
  transform: rotate(45deg) translate(-2px, 1px);
}
.swiper__controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 40px;
}
@media (max-width: 768px) {
  .swiper__controls {
    bottom: 10px;
    right: 10px;
  }
}

.swiper-slide img:not([class]) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-main {
  height: 80%;
  width: 100%;
}

.thumbs-swiper {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .thumbs-swiper {
    display: none;
  }
}

.thumbs-swiper .swiper-slide {
  max-width: 190px;
  height: 84px;
  cursor: pointer;
  position: relative;
}
.thumbs-swiper .swiper-slide::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(28, 24, 25, 0.25);
  -webkit-transition: background-color 0.55s ease;
  transition: background-color 0.55s ease;
}
.thumbs-swiper .swiper-slide::before {
  content: " ";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icon-loupe.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  z-index: 1;
}
.thumbs-swiper .swiper-slide:hover::before {
  opacity: 1;
}
.thumbs-swiper .swiper-slide:hover::after {
  background-color: rgba(28, 24, 25, 0.5);
}

.thumbs-swiper .swiper-slide_video::before {
  background-image: url("../img/icon-play-button.svg");
  background-size: contain;
  width: 25px;
  height: 36px;
  opacity: 1;
}
.thumbs-swiper .swiper-slide_video::after {
  background-color: rgba(28, 24, 25, 0.1);
}

.thumbs-swiper .swiper-slide_video.swiper-slide-thumb-active:hover::after {
  background-color: rgba(28, 24, 25, 0.5);
}
.thumbs-swiper .swiper-slide_video.swiper-slide-thumb-active::after {
  background-color: rgba(28, 24, 25, 0.1);
}

.thumbs-swiper .swiper-slide-thumb-active::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(28, 24, 25, 0);
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img:not([class]) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-car-model {
  font-size: 10px;
  background-color: #F9F7F2;
  padding: 20px 0px;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .slider-car-model {
    padding: 30px 0px 20px;
  }
}
.slider-car-model__show {
  display: none;
}
@media (max-width: 768px) {
  .slider-car-model__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #231F20;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slider-car-model .swiper-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px auto;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  .slider-car-model .swiper-wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    gap: 16px 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .slider-car-model .swiper-wrapper-overflow {
    max-height: 340px;
  }
  .slider-car-model .swiper-wrapper-overflow::before {
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 247, 242, 0.9333333333)), to(rgba(249, 247, 242, 0)));
    background: linear-gradient(bottom, rgba(249, 247, 242, 0.9333333333), rgba(249, 247, 242, 0));
    bottom: -1px;
    left: 0;
    z-index: 10;
  }
}
.slider-car-model .swiper-slide {
  font-size: 1em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 100%;
  display: block;
  margin-left: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .slider-car-model .swiper-slide {
    margin-left: 0;
    width: 25%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.slider-car-model__header {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 90.5%;
  text-align: center;
  color: #fff;
  margin: 0px 0px 40px;
}
@media (max-width: 768px) {
  .slider-car-model__header {
    font-size: 2.2em;
  }
}
.slider-car-model__swiper {
  padding: 0 30px;
  height: 90px;
}
@media (max-width: 768px) {
  .slider-car-model__swiper {
    /* height: 135px;
    padding-left: 0px;
    padding-bottom: 20px; */
    height: auto;
  }
}
.slider-car-model__content {
  max-width: 120px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 0 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .slider-car-model__content {
    max-width: 90px;
  }
}
.slider-car-model__content.active {
  opacity: 1;
}
.slider-car-model__content.inactive {
  opacity: 0.2;
}
.slider-car-model__content-img {
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 768px) {
  .slider-car-model__content-img {
    max-width: unset;
    max-height: unset;
    width: 56px;
    height: 56px;
  }
  .slider-car-model__content-img img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}
.slider-car-model__name {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .slider-car-model__name {
    font-size: 1.2em;
  }
}

.slider-car-model__swiper .swiper-scrollbar {
  bottom: 1px;
  background: #D3D2D2;
  border-radius: 0;
  display: none;
}
.slider-car-model__swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #C92F26;
  border-radius: 0;
}

@media (min-width: 768px) {
  .slider-car-model__swiper .swiper-scrollbar {
    display: none;
  }
}
.car-category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  height: 100%;
}
.car-category__content.active {
  opacity: 1;
}
.car-category__content.inactive {
  opacity: 0.2;
}

.car-category__content-icon {
  width: 120px;
}

.car-category__content-name {
  color: #FFF;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.auto-category {
  position: relative;
  font-size: 10px;
  color: #231F20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(201, 47, 38, 0.33)), to(rgba(201, 47, 38, 0)));
  background: linear-gradient(0deg, rgba(201, 47, 38, 0.33) 0%, rgba(201, 47, 38, 0) 100%);
}
.auto-category::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 120px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 47, 38, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(201, 47, 38, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.auto-category__controls {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 60px);
  z-index: 5;
}
.auto-category__controls .swiper-button-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
}
.auto-category__controls .swiper-button-prev,
.auto-category__controls .swiper-button-next {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  margin: 0;
}
.auto-category__header {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 90.5%;
  text-align: center;
  margin: 0px 0px 40px;
}
@media (max-width: 768px) {
  .auto-category__header {
    font-size: 2.2em;
  }
}
.auto-category__wrapper {
  height: 170px;
  max-width: 1920px;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .auto-category__wrapper {
    height: 170px;
  }
}
.auto-category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  max-width: 1220px;
}
.auto-category__link {
  position: relative;
}
.auto-category__link .auto-category__img {
  width: 180px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auto-category__link .auto-category__img svg {
  width: 100%;
  height: 100%;
}
.auto-category__link .auto-category__img path {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.auto-category__link .auto-category__img_family {
  width: 170px;
  height: 70px;
}
.auto-category__link .auto-category__img_family svg {
  width: 170px;
  height: 70px;
  margin-bottom: 3px;
}
.auto-category__link .auto-category__img_electro {
  width: 185px;
  height: 75px;
}
.auto-category__link .auto-category__img_electro svg {
  width: 175px;
  height: 75px;
  position: relative;
  top: 4px;
}
.auto-category__link .auto-category__img_cabrio {
  width: 185px;
  height: 75px;
}
.auto-category__link .auto-category__img_cabrio svg {
  width: 185px;
  height: 75px;
  position: relative;
  top: -5px;
}
.auto-category__link .auto-category__img_luxury {
  width: 204px;
  height: 74px;
}
.auto-category__link .auto-category__img_luxury svg {
  width: 206px;
  position: relative;
  top: 15px;
  height: 95px;
}
.auto-category__link .auto-category__img_family {
  width: 185px;
  height: 75px;
}
.auto-category__link .auto-category__img_family svg {
  width: 185px;
  height: 75px;
}
.auto-category__link .auto-category__img_sports {
  width: 185px;
  height: 75px;
}
.auto-category__link .auto-category__img_sports svg {
  width: 172px;
  height: 73px;
  position: relative;
  top: 5px;
}
.auto-category__link:hover .auto-category__img .window {
  fill: #1C1819;
}
.auto-category__link:hover .auto-category__img .corpus {
  fill: #C92F26;
  stroke: #C92F26;
}
.auto-category__link:hover .auto-category__img .corpus-border {
  stroke: #C92F26;
}
.auto-category__letter {
  font-weight: 800;
  font-size: 14em;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(201, 47, 38, 0.17);
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(201, 47, 38, 0.17);
  z-index: 1;
}
.auto-category__link-main {
  color: rgba(201, 47, 38, 0.17);
  position: relative;
  z-index: 2;
  top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .auto-category__link-main {
    top: 34px;
  }
}
.auto-category__name {
  color: #231F20;
  font-weight: 700;
  font-size: 2em;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .auto-category__name {
    font-size: 1.6em;
  }
}
.auto-category__name::before, .auto-category__name::after {
  content: " ";
  display: block;
  background-color: #C92F26;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.auto-category__name::before {
  margin-right: 10px;
}
.auto-category__name::after {
  margin-left: 10px;
}
.auto-category__star {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.auto-category__star path {
  fill: #C5B27D;
}
.auto-category__star.active path {
  fill: #C92F26;
}

@media (max-width: 768px) {
  .auto-category .swiper-button-next,
  .auto-category .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  .auto-category::before,
  .auto-category::after {
    height: 100px;
  }
  .auto-category__controls {
    max-width: calc(100% - 30px);
  }
}
.swiper-scrollbar-category {
  bottom: 10px;
  background: #D3D2D2;
  border-radius: 0;
  width: 98%;
  left: 1%;
  height: 5px;
  z-index: 99;
  overflow: hidden;
}
.swiper-scrollbar-category .swiper-scrollbar-drag {
  background: #C92F26;
  border-radius: 0;
  position: absolute;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

@media (min-width: 768px) {
  .swiper-scrollbar-category {
    display: none;
  }
}
.car-category__content--cabrio svg {
  width: 142px;
  height: 36px;
}

.car-category__content--electro svg {
  width: 101px;
  height: 37px;
}

.car-category__content--luxury svg {
  width: 133px;
  height: 40px;
}

.car-category__content--family svg {
  width: 128px;
  height: 120px;
}

.popular-models {
  font-size: 10px;
  margin: 40px 0px;
  color: #231F20;
}
.popular-models__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popular-models__header {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 100%;
  text-align: center;
  margin: 0px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .popular-models__header {
    font-size: 2.4em;
  }
}
.popular-models .swiper-button-wrapper {
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: relative;
}
.popular-models .swiper-button-next,
.popular-models .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
}
.popular-models__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* @media (max-width: 768px) {
    transform: translate3d(0,0,0) !important;
    flex-direction: column;
    gap: 20px;
  } */
}
.popular-models__wrapper .auto-block {
  max-width: 300px;
  width: 100%;
}
.popular-models__btn {
  font-size: 1.6em;
  margin: 25px auto 0px;
}
.popular-models #sliderPopularModels {
  padding-inline: 24px;
}
@media (max-width: 768px) {
  .popular-models #sliderPopularModels {
    padding-inline: 16px;
  }
}
.popular-models .swiper {
  height: 100%;
}
.popular-models .swiper-pagination-bullet {
  background-color: #44373A;
  opacity: 1;
}
.popular-models .swiper-pagination-bullet-active {
  background-color: #F13E33;
}

.auto-block__img img {
  display: block;
}
.auto-block__content {
  padding-top: 15px;
}
.auto-block__title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 90.5%;
  color: #231F20;
  min-height: 45px;
  display: block;
}
@media (max-width: 768px) {
  .auto-block__title {
    font-size: 1.8em;
    min-height: unset;
  }
}
.auto-block__rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.auto-block__deposit {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(35, 31, 32, 0.5);
}
.auto-block__cost {
  color: #231F20;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 150%;
}
.auto-block__btn {
  padding: 8px 24px;
  background-color: #C92F26;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 128px;
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
}
.auto-block__btn:hover {
  color: #231F20;
  background-color: transparent;
  border-color: #C92F26;
}

.characteristics {
  margin: 10px 0px 15px;
}
.characteristics__item {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.characteristics__item-name {
  color: rgba(35, 31, 32, 0.5);
}
.characteristics__item-decor {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dashed #C5B27D;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.characteristics__item-value {
  color: #231F20;
}

@media (max-width: 900px) {
  .popular-models__controls {
    display: none;
  }
  .popular-models__header {
    margin-bottom: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonials {
  font-size: 10px;
  background-color: #231F20;
  padding: 50px 0px 80px;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 20px 0px 30px;
  }
}
.testimonials__header {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90.5%;
  color: #fff;
  margin: 0px 0px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .testimonials__header {
    font-size: 2.4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .testimonials__inner {
    max-width: 410px;
    margin: 0 auto;
  }
}
.testimonials__btn {
  color: #fff;
  margin-top: 40px;
  font-size: 1.6em;
  margin: 40px auto 0px;
}
@media (max-width: 768px) {
  .testimonials__btn {
    width: 100%;
    max-width: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonials__swiper {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.testimonials .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.testimonials .swiper-slide {
  font-size: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
@media (max-width: 1024px) {
  .testimonials .swiper-pagination {
    display: none;
  }
}
.testimonials .testimonials-block {
  max-width: 410px;
  width: 100%;
  height: 100%;
}
.testimonials .swiper-button-wrapper {
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: relative;
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .testimonials .swiper-button-next .arrow, .testimonials .swiper-button-prev .arrow {
    width: 11px;
    height: 11px;
  }
}

.testimonials-block {
  background-color: #fff;
  color: #1C1819;
  background-image: url("../img/background-quote.webp");
  text-align: start;
}
.testimonials-block__inner {
  padding: 35px 30px;
}
.testimonials-block__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 90.5%;
  margin-bottom: 12px;
}
.testimonials-block__date {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: rgba(28, 24, 25, 0.5);
  margin-bottom: 10px;
}
.testimonials-block__date img {
  width: 46px;
  height: 15px;
  vertical-align: sub;
  margin-left: 6px;
  display: inline-block;
}
.testimonials-block__rating {
  margin-bottom: 15px;
}
.testimonials-block__text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
}
.testimonials-block__btn {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 135%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #F13E33;
  margin-top: 24px;
  display: inline-block;
}

.about-block {
  font-size: 10px;
  position: relative;
  color: #fff;
  padding: 160px 0px;
}
@media (max-width: 768px) {
  .about-block {
    padding: 30px 0px;
  }
}
.about-block__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.about-block__background::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(27.55%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 27.55%, rgba(0, 0, 0, 0) 100%);
}
.about-block__background img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.about-block__content {
  max-width: 605px;
}
.about-block__content * {
  position: relative;
  z-index: 1;
  text-align: start;
}
.about-block__title {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 100%;
  text-align: center;
  margin: 0px 0px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-block__title {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
}
.about-block__text {
  font-size: 1.6em;
  line-height: 135%;
  margin: 30px 0px;
}
@media (max-width: 768px) {
  .about-block__text {
    margin: 20px 0px;
  }
}
.about-block__text p:not(:last-child) {
  margin-bottom: 10px;
}
.about-block__btn {
  color: inherit;
  font-size: 1.6em;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about-block__btn {
    margin-top: 20px;
  }
}

.home-contact-block .contact-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../img/background-home-contacts.webp");
  background-repeat: no-repeat;
}
.home-contact-block .contact-block__inner > div {
  width: 100%;
}
.home-contact-block .contact-block__content {
  padding: 60px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home-contact-block .contact-block__content {
    padding: 30px 16px 40px;
  }
}
.home-contact-block .contact-block__title {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90.5%;
  color: #231F20;
  margin: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .home-contact-block .contact-block__title {
    font-size: 2.4em;
  }
}
.home-contact-block .socials {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .home-contact-block .socials {
    display: none;
  }
}
.home-contact-block .socials__link-img_red .border {
  stroke: #231F20;
}
.home-contact-block .socials__link-img_red .icon {
  fill: #F13E33;
}
.home-contact-block .contact-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .home-contact-block .contact-block__list {
    margin-top: 20px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
.home-contact-block .contact-block__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 1fr;
  grid-template-columns: 32px 1fr;
  -ms-grid-rows: (-webkit-max-content)[2];
  -ms-grid-rows: (max-content)[2];
  grid-template-rows: repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, max-content);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 0;
}
.home-contact-block .contact-block__box-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-row-align: center;
  align-self: center;
}
.home-contact-block .contact-block__box-suptitle {
  font-size: 1.6em;
  margin-bottom: 0;
}
.home-contact-block .contact-block__box-suptitle::before {
  content: none;
}
.home-contact-block .contact-block__box-title {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 135%;
  -ms-grid-column: 2;
  grid-column: 2;
}
.home-contact-block .contact-block__map {
  height: 500px;
}

.home-contact-block-new {
  background: transparent;
  margin-bottom: 40px;
}
.home-contact-block-new .contact-block__inner {
  background-image: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .home-contact-block-new .contact-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.home-contact-block-new .contact-block__title {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-size: 48px;
}
@media (max-width: 576px) {
  .home-contact-block-new .contact-block__title {
    font-size: 24px;
  }
}
.home-contact-block-new .contact-block__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 111px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .home-contact-block-new .contact-block__content {
    padding-left: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .home-contact-block-new .contact-block__content {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .home-contact-block-new .contact-block__content {
    padding: 16px;
    padding-top: 20px;
  }
}
.home-contact-block-new .contact-block__list {
  max-width: 530px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .home-contact-block-new .contact-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 11px;
  }
}
.home-contact-block-new .socials {
  margin-top: 30px;
  -ms-flex-item-align: unset;
  -ms-grid-row-align: unset;
  align-self: unset;
  margin-left: unset;
}
@media (max-width: 768px) {
  .home-contact-block-new .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .home-contact-block-new .socials {
    margin-top: 20px;
  }
  .home-contact-block-new .socials .socials__item {
    width: 35px;
    height: 35px;
  }
  .home-contact-block-new .socials * {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .home-contact-block-new .contact-block__map {
    width: calc(100% - 32px) !important;
    margin-left: 16px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .home-contact-block-new .contact-block__map {
    height: 190px;
  }
}

.filter-desktop {
  background: #fff;
  -webkit-box-shadow: 4px 0px 25px rgba(28, 24, 25, 0.12);
  box-shadow: 4px 0px 25px rgba(28, 24, 25, 0.12);
  color: #231F20;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 1024px) {
  .filter-desktop {
    display: none;
  }
}
.filter-desktop__btn-clear {
  margin-top: 30px;
  font-size: 14px;
  line-height: 150%;
  padding: 8px 30px;
  width: 100%;
  border-radius: 100px;
}
.filter-desktop__container {
  padding: 50px 25px 30px 30px;
  width: 330px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 70px;
}
.filter-desktop__list-item-name {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 90.5%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.filter-desktop__list-item-name span {
  color: #231F20;
}
.filter-desktop__list-item-name .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.25) translate(100%, 0%);
  -ms-transform: scale(0.25) translate(100%, 0%);
  transform: scale(0.25) translate(100%, 0%);
  cursor: pointer;
  width: 25.63px;
  height: 18px;
}
.filter-desktop__list-item-name .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.filter-desktop__list-item-name .arrow-4-left:after {
  content: "";
  background-color: #231F20;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.filter-desktop__list-item-name .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.filter-desktop__list-item-name .arrow-4-right:after {
  content: "";
  background-color: #231F20;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.filter-desktop__list-item.active .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.filter-desktop__list-item.active .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.filter-desktop__list-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}
.filter-desktop__list-item:not(:first-child) {
  margin-top: 30px;
}
.filter-desktop__list-item .input-shell {
  height: 0px;
  max-height: 210px;
  overflow-y: auto;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.filter-desktop__list-item .input-shell::-webkit-scrollbar {
  background-color: #D3D2D2;
  position: relative;
  z-index: 10;
  width: 4px;
}
.filter-desktop__list-item .input-shell::-webkit-scrollbar-thumb {
  background-color: #C92F26;
}
.filter-desktop__list-item .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.filter-desktop__list-item .select__item {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20;
  padding: 0;
  background: none;
  text-align: start;
  width: calc(100% - 20px);
  border-radius: 0px;
  padding: 0px 5px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.filter-desktop__list-item .select__item img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.filter-desktop__list-item .select__item_selected span {
  color: #C92F26;
  border-bottom: 1px solid #C92F26;
}

.filter-mobile {
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  color: #231F20;
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -webkit-transform: translateY(calc(100vh - 112px));
  -ms-transform: translateY(calc(100vh - 112px));
  transform: translateY(calc(100vh - 112px));
}
.filter-mobile.active {
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}
@media (max-width: 1024px) {
  .filter-mobile {
    display: block;
  }
}
.filter-mobile__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
  width: 134px;
  margin: 0 auto;
  -webkit-transition: width 0.35s ease-out;
  transition: width 0.35s ease-out;
  background-color: #fff;
}
.filter-mobile__header.active {
  width: 100vw;
}
.filter-mobile__header.active .filter-mobile__btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-mobile__header.active .filter-mobile__btn-close {
  display: block;
}
.filter-mobile__btn {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 100%;
  color: #C92F26;
  white-space: nowrap;
  padding: 13px 40px;
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.18);
  border-radius: 10px 10px 0px 0px;
}
.filter-mobile__btn::before {
  content: " ";
  background-image: url("../img/icon-filter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-top;
  margin-right: 2px;
}
.filter-mobile__btn-close {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  width: 17px;
  height: 17px;
  color: #1C1819;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.filter-mobile__btn-close:before, .filter-mobile__btn-close:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  border-radius: 1px;
}
.filter-mobile__btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-mobile__btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter-mobile__container {
  background-color: #fff;
  padding: 0px 16px;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
  height: calc(100vh - 112px);
  padding-top: 30px;
  padding-bottom: 107px;
}
.filter-mobile__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 11;
  bottom: 30px;
  width: 100%;
  padding: 20px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  background-color: #fff;
}
.filter-mobile__button {
  width: 134px;
  padding: 8px 0;
  text-align: center;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.filter-mobile__button--apply {
  background-color: #C92F26;
  color: #fff;
}
.filter-mobile__button--clear {
  border: 2px solid #C92F26;
  background-color: #fff;
  color: #231F20;
  padding: 6px 0;
}
.filter-mobile__inner {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.filter-mobile__inner::-webkit-scrollbar {
  position: relative;
  z-index: 10;
  width: 4px;
}
.filter-mobile__list-item-name {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 90.5%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.filter-mobile__list-item-name span {
  color: #231F20;
}
.filter-mobile__list-item-name .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.25) translate(0%, 0%);
  -ms-transform: scale(0.25) translate(0%, 0%);
  transform: scale(0.25) translate(0%, 0%);
  cursor: pointer;
  width: 25.63px;
  height: 18px;
}
.filter-mobile__list-item-name .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.filter-mobile__list-item-name .arrow-4-left:after {
  content: "";
  background-color: #231F20;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.filter-mobile__list-item-name .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.filter-mobile__list-item-name .arrow-4-right:after {
  content: "";
  background-color: #231F20;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.filter-mobile__list-item.active .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.filter-mobile__list-item.active .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.filter-mobile__list-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}
.filter-mobile__list-item:not(:first-child) {
  margin-top: 30px;
}
.filter-mobile__list-item .input-shell {
  height: 0px;
  max-height: 210px;
  overflow-y: auto;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.filter-mobile__list-item .input-shell::-webkit-scrollbar {
  background-color: #D3D2D2;
  position: relative;
  z-index: 10;
  width: 4px;
}
.filter-mobile__list-item .input-shell::-webkit-scrollbar-thumb {
  background-color: #C92F26;
}
.filter-mobile__list-item .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.filter-mobile__list-item .select__item {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20;
  padding: 0;
  background: none;
  text-align: start;
  width: calc(100% - 20px);
  border-radius: 10px;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.filter-mobile__list-item .select__item img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.filter-mobile__list-item .select__item_selected span {
  color: #C92F26;
  border-bottom: 1px solid #C92F26;
}
.filter-mobile .swiper {
  width: 100%;
  height: 100%;
}
.filter-mobile .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-mobile .menu {
  min-width: 100px;
  width: 70%;
  max-width: 320px;
  background-color: #2c8dfb;
  color: #fff;
}
.filter-mobile .content {
  width: 100%;
}
.filter-mobile .menu-button {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2c8dfb;
  /*margin: 14px;
  border-radius: 5px;*/
}
.filter-mobile .menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.filter-mobile .menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.filter-mobile .bar {
  position: relative;
  display: block;
  width: 50px;
  height: 5px;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-mobile .menu-button:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(1.5px) rotate(-4.5deg);
  -ms-transform: translateY(1.5px) rotate(-4.5deg);
  transform: translateY(1.5px) rotate(-4.5deg);
}
.filter-mobile .menu-button:hover .bar:nth-of-type(2) {
  opacity: 0.9;
}
.filter-mobile .menu-button:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-1.5px) rotate(4.5deg);
  -ms-transform: translateY(-1.5px) rotate(4.5deg);
  transform: translateY(-1.5px) rotate(4.5deg);
}
.filter-mobile .cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.filter-mobile .cross .bar:nth-of-type(2) {
  opacity: 0;
}
.filter-mobile .cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.filter-mobile .cross:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-40.5deg);
  -ms-transform: translateY(13.5px) rotate(-40.5deg);
  transform: translateY(13.5px) rotate(-40.5deg);
}
.filter-mobile .cross:hover .bar:nth-of-type(2) {
  opacity: 0.1;
}
.filter-mobile .cross:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(40.5deg);
  -ms-transform: translateY(-13.5px) rotate(40.5deg);
  transform: translateY(-13.5px) rotate(40.5deg);
}

.catalog {
  padding: 30px;
}
@media (max-width: 576px) {
  .catalog {
    padding: 10px 16px 35px;
  }
}
.catalog__path {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #231F20;
  margin: 0 0 10px;
}
.catalog__path_muted {
  opacity: 0.3;
}
.catalog__title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #231F20;
  margin: 0 0 10px;
}
@media (max-width: 576px) {
  .catalog__title {
    font-size: 24px;
  }
}
.catalog__model-filters {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 960px;
}
@media (max-width: 842px) {
  .catalog__model-filters {
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-inline: 30px;
    margin-inline: -30px;
    width: 100vw;
  }
}
@media (max-width: 576px) {
  .catalog__model-filters {
    padding-inline: 16px;
    margin-inline: -16px;
    gap: 4px;
  }
}
.catalog__label {
  padding: 3px 10px;
  border: 1px solid #B9B9B9;
  color: #B9B9B9;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 100px;
}
@media (max-width: 842px) {
  .catalog__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.catalog__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.catalog__radio:checked + label {
  border: 1px solid #C92F26;
  background-color: #C92F26;
  color: #fff;
}
.catalog__container {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .catalog__container {
    margin-top: 13px;
  }
}
.catalog__btn {
  margin: 0 auto;
  font-size: 1.6em;
  border: 2px solid #231F20;
}
.catalog__btn:hover {
  border: 2px solid #C92F26;
}
.catalog__filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 842px) {
  .catalog__filter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
  }
}
.catalog__select-inner {
  width: 150px;
  height: 28px;
}
@media (max-width: 842px) {
  .catalog__select-inner {
    width: 100%;
  }
}
.catalog__select {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  padding: 10px;
  border-radius: 10px;
  background: #dfdfdf;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.catalog__select.active .catalog__select-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 842px) {
  .catalog__select {
    width: 100%;
  }
}
.catalog__select-head {
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.catalog__select-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 28px;
  content: "";
}
@media (max-width: 842px) {
  .catalog__select-head::before {
    width: 100%;
  }
}
.catalog__select-placeholder {
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #686868;
}
.catalog__select-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8px;
  height: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalog__select-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.catalog__select-option {
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #686868;
  text-align: left;
}
.catalog__select-option:disabled {
  opacity: 0.6;
}

/* 
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  Стили для старого каталога, который был обновлен перед коммитом 76f76e2ed76e01c377e2b222802585cf7fbbe3a2 от 24.09.2024
  Работал вместе с auto-block.scss стилями
*/
.catalog-search {
  position: relative;
  overflow: hidden;
  background-image: url("../img/background-catalog.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.catalog-search__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.catalog-search__container {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .catalog-search__container {
    padding: 50px 16px;
  }
}
.catalog-search__container .auto-block {
  max-width: 300px;
  width: 100%;
}
.catalog-search__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(288px, 300px));
  gap: 30px;
}
.catalog-search__inner .auto-block {
  max-width: unset;
}
.catalog-search__inner .auto-block__img {
  aspect-ratio: 3/2;
}
.catalog-search__inner .auto-block__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.catalog-search__btn {
  margin: 40px auto 0px;
  font-size: 1.6em;
}

.about-car-main {
  font-size: 10px;
  color: #231F20;
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.about-car-main__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.about-car-main__background img {
  width: 100%;
  height: 100%;
}
.about-car-main .breadcrumbs {
  margin-top: 0;
}
.about-car-main__container {
  position: relative;
  z-index: 1;
}
.about-car-main__swiper {
  max-height: 100%;
  height: 100%;
}
.about-car-main__swiper .swiper-main .swiper-slide {
  position: relative;
}
.about-car-main__swiper .swiper-main .swiper-slide:hover .swiper-slide__overlay {
  opacity: 1;
}
.about-car-main__swiper .swiper-main .swiper-slide__overlay {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.about-car-main__swiper .swiper-main .swiper-slide__overlay::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background-image: url("../img/icon-loupe-plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about-car-main__swiper .swiper-main .swiper-slide__overlay_video::after {
  background-image: url("../img/icon-play-button.svg");
  background-size: contain;
  width: 41px;
  height: 52px;
}
@media (max-width: 768px) {
  .about-car-main__swiper .thumbs-swiper {
    display: block;
  }
}
.about-car-main__swiper .thumbs-swiper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-car-main__swiper .thumbs-swiper .swiper-slide {
  width: 90px;
  height: 60px;
}
.about-car-main .auto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about-car-main .auto-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
}
.about-car-main .auto-block__img {
  max-height: 490px;
  height: 490px;
  width: 50%;
  min-width: 590px;
}
@media (max-width: 1024px) {
  .about-car-main .auto-block__img {
    width: 100%;
    min-width: unset;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .about-car-main .auto-block__img {
    height: 395px;
  }
}
.about-car-main .auto-block__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0;
  width: 50%;
}
@media (max-width: 1024px) {
  .about-car-main .auto-block__content {
    width: 100%;
  }
}
.about-car-main .auto-block__title {
  font-size: 3.6em;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-car-main .auto-block__title {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
}
.about-car-main .auto-block__rent {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  gap: 27px;
  margin: 40px 0px;
}
@media (max-width: 1350px) {
  .about-car-main .auto-block__rent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-car-main .auto-block__rent {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .about-car-main .auto-block__rent {
    margin: 20px 0px 30px;
    gap: 10px;
  }
}
@media (max-width: 1350px) {
  .about-car-main .auto-block__rent-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
}
.about-car-main .auto-block__rent-info:first-child {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}
@media (max-width: 1350px) {
  .about-car-main .auto-block__rent-info:first-child {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
}
.about-car-main .auto-block__rent-info:first-child .auto-block__deposit, .about-car-main .auto-block__rent-info:first-child .auto-block__cost {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 150%;
  color: #231F20;
}
.about-car-main .auto-block__deposit {
  font-size: 1.6em;
}
.about-car-main .auto-block__rent-info-decor {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dashed #C5B27D;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.about-car-main .auto-block__cost {
  font-size: 1.8em;
}
.about-car-main .auto-block__btn {
  padding: 10px 75px;
  font-size: 1.6em;
  margin: 0 auto;
}
.about-car-main .characteristics__item {
  font-size: 1.6em;
}
@media (max-width: 768px) {
  .about-car-main .characteristics__item {
    font-size: 1.4em;
  }
}
.about-car-main .characteristics__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-car-main .characteristics__item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.about-car-main .swiper .swiper-button-next, .about-car-main .swiper .swiper-button-prev {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: 0px;
}
.search-block {
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .search-block {
    padding-top: 10px;
  }
}
.search-block__container {
  width: 100%;
}
.search-block__search-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .search-block__search-wrapper {
    margin-bottom: 30px;
  }
}
.search-block .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .search-block .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.search-block .search__input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 768px) {
  .search-block .search__input-wrapper {
    width: 100%;
  }
}
.search-block .search__input-wrapper::after {
  content: " ";
  display: inline-block;
  background-image: url("../img/icon-loupe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: calc(100% - 35px);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media (max-width: 768px) {
  .search-block .search__input-wrapper::after {
    width: 11.5px;
    left: calc(100% - 5px);
  }
}
.search-block .search__input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0px 35px 8px;
  background-color: transparent;
  color: #fff;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 90.5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .search-block .search__input {
    padding: 0px 5px 2px;
    font-size: 1.6em;
  }
}
.search-block .search__btn {
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 8px 0px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
}
.search-block .search__btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #C92F26;
}
@media (max-width: 768px) {
  .search-block .search__btn {
    width: 100%;
  }
}
.search-block__results_flex {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-block__results_empty .search-block__results-message {
  display: block;
}
.search-block__results_empty .catalog {
  display: none;
}
.search-block__results .catalog {
  background-image: unset;
}
.search-block__results .catalog__container {
  padding: 0;
}
.search-block__results .auto-block__title {
  color: #fff;
}
.search-block__results .characteristics__item-name {
  color: rgba(255, 255, 255, 0.5);
}
.search-block__results .characteristics__item-value {
  color: #fff;
}
.search-block__results .auto-block__deposit {
  color: rgba(255, 255, 255, 0.5);
}
.search-block__results .auto-block__cost {
  color: #fff;
}
.search-block__results .auto-block__btn {
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
}
.search-block__results .auto-block__btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #C92F26;
}
.search-block__results-message {
  display: none;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 90.5%;
}

.faq-block {
  font-size: 10px;
}
.faq-block__text {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  font-weight: 400;
  line-height: 135%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .faq-block__text {
    font-size: 16px;
  }
}
.faq-block__text a {
  text-decoration: underline;
  color: #C92F26;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.faq-block__text a:hover {
  text-decoration: none;
}
.faq-block__list-item {
  padding-bottom: 45px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .faq-block__list-item {
    padding-bottom: 20px;
  }
}
.faq-block__list-item:not(:first-child) {
  margin-top: 45px;
}
.faq-block__list-item.active .arrow-4-left:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.faq-block__list-item.active .arrow-4-right:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.faq-block__list-item.active .faq-block__text {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .faq-block__list-item.active .faq-block__text {
    margin-top: 20px;
  }
}
.faq-block__list-item-name {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-block__list-item-name {
    font-size: 2.2em;
  }
}
.faq-block__list-item-name span {
  color: #fff;
  text-align: start;
}
.faq-block__list-item-name .arrow-4 {
  left: 0px;
  top: 0%;
  -webkit-transform: scale(0.45) translate(0%, 0%);
  -ms-transform: scale(0.45) translate(0%, 0%);
  transform: scale(0.45) translate(0%, 0%);
  cursor: pointer;
  width: 25.63px;
  height: 18px;
}
@media (max-width: 768px) {
  .faq-block__list-item-name .arrow-4 {
    -webkit-transform: scale(0.25) translate(0%, 0%);
    -ms-transform: scale(0.25) translate(0%, 0%);
    transform: scale(0.25) translate(0%, 0%);
  }
}
.faq-block__list-item-name .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.faq-block__list-item-name .arrow-4-left:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.faq-block__list-item-name .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 26px;
  width: 40px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.faq-block__list-item-name .arrow-4-right:after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.steps {
  font-size: 10px;
  background-color: #231F20;
  padding: 60px 0px;
  color: #fff;
  counter-reset: step;
  position: relative;
}
.steps__swiper {
  height: auto;
}
.steps__controls {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 60px);
  z-index: 5;
}
.steps__controls .swiper-button-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
}
.steps__controls .swiper-button-prev,
.steps__controls .swiper-button-next {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  margin: 0;
}
@media (max-width: 768px) {
  .steps__controls {
    max-width: calc(100% - 30px);
  }
}
.steps__container > h2 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  text-align: center;
  margin: 0 0 0.625em;
}
@media (max-width: 768px) {
  .steps__container > h2 {
    font-size: 4.2em;
  }
}
.steps__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1350px) {
  .steps__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.step {
  font-family: "Proxima Nova";
  font-style: normal;
  max-width: 410px;
  width: 100%;
  padding: 20px;
  background-image: url("../img/3-steps-background.webp");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
@media (max-width: 768px) {
  .step {
    padding: 10px;
  }
}
.step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 5px;
}
.step__head::before {
  counter-increment: step;
  content: counter(step);
  color: #fff;
  opacity: 0.1;
  font-size: 23em;
  line-height: 68%;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.step__img {
  max-width: 80%;
}
.step__content h3 {
  font-weight: 700;
  font-size: 2em;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
.step__content p {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 115%;
}

.rent-terms {
  font-size: 10px;
  background-color: #231F20;
  color: #fff;
  position: relative;
  padding: 40px 0px 30px;
}
.rent-terms__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rent-terms__background::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.9)), color-stop(46.51%, rgba(35, 31, 32, 0.7)), color-stop(81.98%, rgba(35, 31, 32, 0.8)), to(rgba(35, 31, 32, 0.9)));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.9) 0%, rgba(35, 31, 32, 0.7) 46.51%, rgba(35, 31, 32, 0.8) 81.98%, rgba(35, 31, 32, 0.9) 100%);
}
.rent-terms__background img {
  width: 100%;
  height: 100%;
}
.rent-terms__container {
  position: relative;
}
.rent-terms__container > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 90%;
  text-align: center;
  margin: 0 0 1.5em;
}
.rent-terms__terms {
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 410px));
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .rent-terms__terms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.rent-terms__footnote {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 90%;
  margin-top: 3em;
}
@media (max-width: 1024px) {
  .rent-terms__footnote {
    font-size: 1.6em;
  }
}

.condition {
  max-width: 410px;
}
@media (max-width: 1024px) {
  .condition {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.condition__img {
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
}
.condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.condition__content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 90%;
  margin: 0 auto 0.375em;
  text-align: center;
}
@media (max-width: 1024px) {
  .condition__content h3 {
    font-size: 3.2em;
  }
}
.condition__content p {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 90%;
  text-align: center;
}
@media (max-width: 1024px) {
  .condition__content p {
    font-size: 1.8em;
  }
}

.advantages {
  font-size: 10px;
  padding: 50px 0px;
  color: #fff;
  background-color: #231F20;
}
.advantages__inner {
  position: relative;
  padding: 30px 30px 60px;
}
@media (max-width: 768px) {
  .advantages__inner {
    padding: 15px 15px 30px;
  }
}
.advantages__inner > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 135%;
  margin: 0 auto 1.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .advantages__inner > h2 {
    font-size: 3em;
    margin: 0 auto 0.5em;
  }
}
.advantages__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.advantages__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 390px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .advantages__list {
    grid-template-columns: repeat(auto-fit, minmax(258px, 390px));
    gap: 15px;
  }
}
.advantages__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (max-width: 768px) {
  .advantages__item {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.advantages__item img {
  width: 60px;
  height: 60px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .advantages__item img {
    width: 40px;
    height: 40px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.advantages__item h3 {
  margin: 0;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}
.advantages__item p {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 90%;
}

.link-email {
  color: #C92F26;
  text-decoration: underline;
}
.link-email:hover {
  text-decoration: none;
}

.home-faq {
  font-size: 10px;
  background-color: #231F20;
  color: #fff;
  padding: 0 0 50px;
}
.home-faq__container > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90.5%;
  margin: 0 0 0.625em;
}
@media (max-width: 768px) {
  .home-faq__container > h2 {
    font-size: 3.8em;
  }
}
.home-faq .faq-block__text {
  height: auto;
}

.call-back {
  font-size: 10px;
  background-color: #C5B27D;
}
@media (max-width: 1350px) {
  .call-back__container {
    padding: 0;
  }
}
@media (min-width: 1351px) {
  .call-back__container {
    padding: 0;
    max-width: unset;
    margin-left: calc((100vw - 1290px) / 2);
  }
}
.call-back__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8.14vw;
}
@media (max-width: 768px) {
  .call-back__wrapper {
    padding: 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1351px) {
  .call-back__wrapper {
    padding-left: 0;
  }
}
.call-back__content {
  max-width: 520px;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .call-back__content {
    padding: 30px 0;
  }
}
.call-back__title {
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90.5%;
  margin: 0 0 26px;
}
@media (max-width: 768px) {
  .call-back__title {
    font-size: 3.6em;
  }
}
.call-back__title_small {
  font-size: 4em;
}
@media (max-width: 768px) {
  .call-back__title_small {
    font-size: 3.2em;
  }
}
.call-back__text {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  margin: 10px 0;
}
.call-back .link-tel {
  color: #fff;
  font-size: 3.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .call-back .link-tel {
    font-size: 2.4em;
  }
}
.call-back .link-tel:hover .link-tel__text_white {
  color: #231F20;
}
.call-back .link-tel:hover .link-tel__text {
  color: #231F20;
}
.call-back .link-tel__text_white {
  color: #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.call-back__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .call-back__socials {
    margin-bottom: 20px;
  }
}
.call-back__btn {
  color: #fff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #231F20;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 9px 17px;
}
.call-back__btn:hover {
  color: #fff;
  background-color: #231F20;
}
.call-back__btn .whatsapp-img path.border {
  stroke: #fff;
}
.call-back__btn img,
.call-back__btn svg {
  width: 25px;
  height: 25px;
}
.call-back__btn .telegram-img circle {
  display: none;
}
.call-back__btn .telegram-img g {
  clip-path: none;
}
.call-back__btn .telegram-img path {
  -webkit-transform: scale(1.88) translate(-7px, -8px);
  -ms-transform: scale(1.88) translate(-7px, -8px);
  transform: scale(1.88) translate(-7px, -8px);
}
.call-back__btn[type=submit] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-back .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  gap: 15px;
}
.call-back .input-label {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: #fff;
}
.call-back .input {
  background-color: #C5B27D;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.call-back__img {
  position: relative;
}
.call-back__img > img {
  display: block;
  height: 660px;
}
@media (max-width: 1024px) {
  .call-back__img {
    display: none;
  }
}
.call-back__img::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.47%, #C5B27D), color-stop(39.82%, rgba(197, 178, 125, 0.05)));
  background: linear-gradient(90deg, #C5B27D 0.47%, rgba(197, 178, 125, 0.05) 39.82%);
}
.infrastructure {
  font-size: 10px;
  background-color: #fff;
  padding: 50px 0 65px;
}
.infrastructure .swiper {
  height: unset;
}
.infrastructure-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.infrastructure__title {
  color: #231F20;
  font-family: Proxima Nova;
  font-size: 6.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 90.5%;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .infrastructure__title {
    font-size: 3.4em;
  }
}
.infrastructure-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infrastructure__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: unset;
}
.infrastructure__item-title {
  color: #231F20;
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90.5%;
  opacity: 0.5;
}
.infrastructure__item-logo {
  max-width: 160px;
  width: unset !important;
  height: auto !important;
}

.page__body_car-page {
  color: #000;
}
.page__body_car-page * {
  font-family: unset !important;
}
.page__body_car-page .auto-block__title {
  color: #fff;
  position: absolute;
  font-size: 18px;
  left: 15px;
  bottom: 15px;
  min-height: unset;
  font-family: unset;
}
.page__body_car-page .auto-block__img-block {
  border-radius: 10px;
  overflow: hidden;
}
.page__body_car-page .popular-models {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .page__body_car-page .popular-models {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.page__body_car-page .popular-models .swiper-controls {
  gap: 15px;
}
.page__body_car-page .popular-models #sliderPopularModels {
  padding-inline: 0;
}
.page__body_car-page .popular-models__container {
  padding: 0;
}
@media (max-width: 576px) {
  .page__body_car-page .popular-models__header p {
    font-size: 32px;
    text-align: left;
    width: 100%;
  }
}
.page__body_car-page .popular-models {
  position: relative;
}
@media (max-width: 900px) {
  .page__body_car-page .popular-models {
    padding-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page__body_car-page .popular-models .popular-models__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 5px;
  }
  .page__body_car-page .popular-models .popular-models__controls .swiper-button-next, .page__body_car-page .popular-models .popular-models__controls .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .page__body_car-page .popular-models .popular-models__controls .swiper-button-next svg, .page__body_car-page .popular-models .popular-models__controls .swiper-button-prev svg {
    width: 14px;
    height: 14px;
  }
}
.page__body_car-page .new-reviews__btn-write {
  margin-left: unset;
}
.page__body_car-page .new-reviews {
  position: relative;
}
.page__body_car-page .new-reviews .swiper-controls {
  display: none;
}
@media (max-width: 576px) {
  .page__body_car-page .new-reviews .swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 0;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .page__body_car-page .new-reviews .swiper-controls .swiper-button-next-reviews,
  .page__body_car-page .new-reviews .swiper-controls .swiper-button-prev-reviews {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page__body_car-page .new-reviews .swiper-controls .swiper-button-next-reviews svg,
  .page__body_car-page .new-reviews .swiper-controls .swiper-button-prev-reviews svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 576px) {
  .page__body_car-page .new-reviews .new-reviews__slide {
    width: 100%;
  }
  .page__body_car-page .new-reviews .new-review {
    width: 100%;
  }
}

.car-page .auto-card__button {
  margin-top: 0;
}
.car-page .auto-card__button-group {
  margin-top: 0;
}
.car-page__terms {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .car-page__terms {
    row-gap: 16px;
  }
}
.car-page__term {
  background: #F0EFEB;
  border-radius: 10px;
  width: 31%;
  padding: 30px;
}
@media (max-width: 768px) {
  .car-page__term {
    width: 100%;
    padding: 30px 20px;
  }
}
.car-page__term-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .car-page__term-title {
    font-size: 18px;
  }
}
.car-page__term-li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.car-page__term-li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.car-page__term-li svg {
  position: absolute;
  top: 4px;
  left: 0;
}
.car-page__tabs {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  width: 100%;
  max-width: 850px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .car-page__tabs {
    gap: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 57px;
    overflow-y: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
  }
}
.car-page__tab {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  opacity: 0.2;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .car-page__tab {
    font-size: 16px;
  }
  .car-page__tab span {
    display: none;
  }
}
.car-page__tab.car-page__tab_active {
  color: #C92F26;
  opacity: 1;
  position: relative;
}
.car-page__tab.car-page__tab_active::before {
  content: "";
  display: block;
  width: 100%;
  background: #C92F26;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.car-page__box {
  display: none;
  width: 100%;
}
.car-page__box_show {
  display: block;
}
.car-page__faq .home-faq {
  padding-top: 50px;
}
.car-page__title {
  font-size: 24px;
  font-weight: 700;
  color: #1C1819;
  margin: 0;
  font-family: "Roboto Slab";
}
@media (max-width: 576px) {
  .car-page__title {
    font-size: 18px;
  }
}
.car-page__title_h1 {
  margin-top: 10px;
}
.car-page__title_popular {
  margin-bottom: 20px;
}
.car-page__title_small {
  font-size: 24px;
}
@media (max-width: 576px) {
  .car-page__title_small {
    font-size: 20px;
  }
}
.car-page__text + .car-page__title_small {
  margin-top: 15px;
}
.car-page__columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .car-page__columns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.car-page__columns * {
  color: #1C1819;
}
.car-page__block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 576px) {
  .car-page__block {
    margin-top: 30px;
  }
}
.car-page__content {
  width: calc(100% - 440px);
}
@media (max-width: 1024px) {
  .car-page__content {
    width: 100%;
  }
}
.car-page__content .auto-block__img {
  height: auto;
}
.car-page__swiper {
  max-height: 650px;
  position: relative;
}
@media (max-width: 1024px) {
  .car-page__swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .car-page__swiper .swiper__controls {
    display: none;
  }
  .car-page__swiper .swiper-main {
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .car-page__swiper .thumbs-swiper {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .car-page__swiper .thumbs-swiper {
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .car-page__swiper .thumbs-swiper {
    height: 60px;
  }
}
@media (max-width: 390px) {
  .car-page__swiper .thumbs-swiper {
    height: 50px;
  }
}
.car-page__swiper .swiper-main {
  height: 486px;
}
@media (max-width: 1024px) {
  .car-page__swiper .swiper-main {
    height: 45vw;
  }
}
.car-page__swiper .swiper__controls {
  right: 0;
}
@media (max-width: 480px) {
  .car-page__swiper .thumbs-swiper .swiper-slide {
    height: 40px;
  }
}
@media (max-width: 390px) {
  .car-page__swiper .thumbs-swiper .swiper-slide {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .car-page__swiper .thumbs-swiper .swiper-slide_video::before {
    width: 22px;
    height: 29px;
  }
}
@media (max-width: 390px) {
  .car-page__swiper .thumbs-swiper .swiper-slide_video::before {
    width: 18px;
    height: 22px;
  }
}
.car-page__swiper .thumbs-swiper .swiper-slide::after {
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.car-page__swiper .thumbs-swiper .swiper-slide:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.car-page__swiper .thumbs-swiper .swiper-slide-thumb-active::after {
  top: 0;
  background-color: rgba(255, 255, 255, 0);
}
.car-page__swiper-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #C92F26;
  z-index: 2;
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .car-page__swiper-label {
    top: 0;
    left: 0;
    padding: 4px 6px;
    font-size: 12px;
  }
}
.car-page__audio {
  display: none;
}
.car-page__sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}
.car-page__sound-play {
  width: 40px;
  height: 40px;
  margin: 14px 0;
  cursor: pointer;
  background: url(/img/svg/play.svg) no-repeat;
  background-size: cover;
}
.car-page__sound-play_pause {
  background: url(/img/svg/pause.svg) no-repeat;
  background-size: cover;
}
.car-page__sound-road {
  height: 68px;
  width: calc(100% - 55px);
  position: relative;
}
.car-page__sound-navigation {
  position: absolute;
  width: 100%;
  height: 68px;
  z-index: 2;
  cursor: pointer;
}
.car-page__sound-back {
  position: absolute;
  width: 100%;
  height: 68px;
  overflow: hidden;
  top: 0;
  opacity: 0.2;
}
.car-page__sound-wave {
  width: 0%;
  height: 68px;
  position: relative;
  overflow: hidden;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.car-page__sound-wave_transition {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.car-page__sound-cover {
  width: 63vw;
  max-width: 1235px;
  height: 68px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .car-page__sound-cover {
    max-width: 1024px;
  }
}
.car-page__sound-cover img {
  width: 100%;
  height: 100%;
  -o-object-position: center 56%;
  object-position: center 56%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url(/img/mask.png);
  mask-image: url(/img/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 68px;
  mask-size: 100% 68px;
}
.car-page__sound-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.car-page__sound-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.car-page__sound-time span {
  display: inline-block;
  width: 35px;
}
.car-page__sound-time-duration {
  margin-left: 3px;
  color: #ceccc8;
}
.car-page__sound-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.car-page__sound-range {
  background: -webkit-gradient(linear, left top, right top, from(#C92F26), color-stop(50%, #C92F26), color-stop(50%, #D9D9D9), to(#D9D9D9));
  background: linear-gradient(to right, #C92F26 0%, #C92F26 50%, #D9D9D9 50%, #D9D9D9 100%);
  height: 6px;
  width: 100px;
  outline: none;
  -webkit-transition: background 450ms ease-in;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.car-page__sound-range::-webkit-slider-thumb {
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.car-page__aside {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .car-page__aside {
    width: 100%;
    padding-top: calc(45vw + 100px);
  }
}
@media (max-width: 480px) {
  .car-page__aside {
    padding-top: calc(37vw + 100px);
  }
}
@media (max-width: 390px) {
  .car-page__aside {
    padding-top: calc(32vw + 100px);
  }
}
@media (max-width: 768px) {
  .car-page__aside-costs {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}
.car-page__aside-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
}
.car-page__aside-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.car-page__aside-pick, .car-page__aside-drop {
  position: relative;
  width: calc(50% - 5px);
}
.car-page__aside-pick p, .car-page__aside-drop p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.car-page__aside-input {
  z-index: 2;
  margin-top: 4px;
  height: 50px;
  width: 100%;
  border: 1px solid #C5C5C5;
  background: transparent;
  color: #b9b6b3;
  padding: 0 15px 0 45px;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
}
.car-page__aside-input:focus {
  border: 1px solid #1C1819;
}
@media (max-width: 576px) {
  .car-page__aside-input {
    padding: 0 4px 0 42px;
  }
}
.car-page__aside-input:invalid {
  border: 1px solid #C92F26;
  -webkit-box-shadow: 0 0 0 1px #C92F26;
  box-shadow: 0 0 0 1px #C92F26;
  color: #C92F26;
}
.car-page__aside-input::-webkit-calendar-picker-indicator {
  width: 24px;
  height: 24px;
  background: url(/img/svg/calendar.svg) no-repeat;
  position: absolute;
  left: 12px;
}
@media (max-width: 576px) {
  .car-page__aside-input::-webkit-calendar-picker-indicator {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
    display: none;
  }
}
.car-page__aside-calendar {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 32px;
  display: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .car-page__aside-calendar {
    width: 24px;
    height: 24px;
    display: block;
    left: 10px;
  }
}
.car-page__aside-calendar_safari {
  display: block;
  left: 14px;
}
.car-page__aside-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.car-page__aside-price {
  font-size: 42px;
  font-weight: 700;
  font-family: "Roboto Slab";
}
@media (max-width: 576px) {
  .car-page__aside-price {
    font-size: 36px;
  }
}
.car-page__aside-time {
  background: #EFEEEA;
  color: #000;
  padding: 4px 15px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 10px;
}
@media (max-width: 420px) {
  .car-page__aside-marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.car-page__aside-insurance, .car-page__aside-crypto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  position: relative;
}
@media (max-width: 420px) {
  .car-page__aside-insurance span, .car-page__aside-crypto span {
    display: none;
  }
}
.car-page__aside-insurance img, .car-page__aside-crypto img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 420px) {
  .car-page__aside-insurance img, .car-page__aside-crypto img {
    width: 24px;
    height: 24px;
  }
}
.car-page__aside-rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.car-page__aside-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 420px) {
  .car-page__aside-line {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.car-page__aside-line_char {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-page__aside-line_total .car-page__aside-spec {
  font-size: 24px;
  opacity: 1;
}
.car-page__aside-line_total .car-page__aside-value {
  font-size: 32px;
  font-family: "Roboto Slab";
}
.car-page__aside-line_total .car-page__aside-dots {
  border-bottom: 1px dashed #C5B27D;
}
.car-page__aside-line_total span {
  color: #C92F26;
}
.car-page__aside-spec {
  color: #1C1819;
  opacity: 0.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.car-page__aside-spec_icon {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-page__aside-spec_icon span {
  opacity: 0.5;
}
.car-page__aside-spec_icon img {
  width: 24px;
  height: 24px;
}
.car-page__aside-dots {
  border-bottom: 1px dashed #1C1819;
  width: 100%;
  opacity: 0.5;
  height: 100%;
}
.car-page__aside-value {
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.car-page__aside-value_red {
  color: #C92F26;
  text-transform: uppercase;
}
.car-page__aside-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.car-page__aside-variants_mobile {
  display: none;
}
@media (max-width: 576px) {
  .car-page__aside-variants_mobile {
    display: block;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px);
  }
}
.car-page__aside-radio {
  display: none;
}
.car-page__aside-radio:checked + .car-page__aside-label {
  color: #C92F26;
  border-bottom: 2px solid #C92F26;
}
.car-page__aside-label {
  cursor: pointer;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #8E8B89;
  border-bottom: 2px solid #8E8B89;
}
.car-page__aside-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.car-page__aside-table {
  margin-top: 12px;
  font-size: 14px;
  color: #1C1819;
  border-radius: 10px;
  border: 1px solid #F0EFEB;
  border-bottom: none;
  overflow: hidden;
}
@media (max-width: 576px) {
  .car-page__aside-table {
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}
.car-page__aside-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .car-page__aside-table table {
    min-width: 430px;
  }
}
.car-page__aside-table table td {
  text-align: center;
  padding: 12px 5px;
}
.car-page__aside-table table tr {
  /* td:nth-of-type(1){
      background: #efeeea;
      color: $black;
      opacity: 1;
      width: 67px;
  } */
}
.car-page__aside-table table tr:nth-of-type(1) td {
  border-left: 1px solid #F0EFEB;
}
.car-page__aside-table table tr:nth-of-type(1) td:nth-of-type(1) {
  border: none !important;
}
@media (max-width: 576px) {
  .car-page__aside-table table tr:nth-of-type(1) td {
    background: #efeeea;
    text-align: left;
    border-left: 4px solid #F9F7F2;
    padding-bottom: 4px;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    min-width: 106px;
  }
}
.car-page__aside-table table tr:nth-of-type(2) td {
  background: #efeeea;
  font-size: 16px;
  color: #000;
  opacity: 1;
  border-left: 1px solid #F9F7F2;
}
.car-page__aside-table table tr:nth-of-type(2) td:nth-of-type(1) {
  border: none !important;
}
@media (max-width: 576px) {
  .car-page__aside-table table tr:nth-of-type(2) td {
    text-align: left;
    font-weight: 700;
    border-left: 4px solid #F9F7F2;
    padding-top: 4px;
    padding-left: 20px;
    border-radius: 0 0 10px 10px;
    min-width: 106px;
  }
}
.car-page__aside-chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .car-page__aside-chars {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
    overflow: auto;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 12px;
    padding-left: 16px;
  }
}
.car-page__aside-char {
  width: 23%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  background: #F0EFEB;
  border-radius: 10px;
}
.car-page__aside-char svg {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .car-page__aside-char {
    width: 106px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
}
.car-page__aside-require {
  font-size: 16px;
  color: #1C1819;
}
.car-page__aside-require span {
  opacity: 0.5;
}
.car-page__aside-require b {
  opacity: 1;
}
.car-page__aside-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
}
.car-page__aside-btn {
  width: calc(50% - 5px);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border: 2px solid #D8D8D8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.car-page__aside-btn:hover {
  border: 2px solid #C92F26;
}
.car-page__aside-btn_red {
  color: #fff;
  background: #C92F26;
  border: 2px solid #C92F26;
}
.car-page__aside-btn_red:hover {
  background: #fff;
  color: #1C1819;
}
.car-page__aside-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.car-page__aside-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 40px;
}
.car-page__aside-good {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding: 9px;
  padding-right: 21px;
  background: #F0EFEB;
  border-radius: 10px;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  min-height: 50px;
  line-height: 1;
}
.car-page__aside-good span {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .car-page__aside-good {
    width: calc(33% - 2px);
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .car-page__aside-good {
    width: calc(50% - 3px);
  }
  .car-page__aside-good:nth-of-type(1), .car-page__aside-good:nth-of-type(2), .car-page__aside-good:nth-of-type(3), .car-page__aside-good:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.car-page__aside-good_show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.car-page__aside-more {
  width: 100%;
  height: 48px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border: 2px solid #D8D8D8;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.car-page__aside-more:hover {
  border: 2px solid #C92F26;
}
.car-page__aside-price-block {
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .car-page__aside-price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.car-page__aside-old-price {
  min-width: 90px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  text-decoration: line-through;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 6px;
  background: #B6B6B6;
  border-radius: 100px;
}
.car-page__aside-old-price span {
  color: #fff;
}
.car-page__aside-old-price_margin {
  margin-block: 0 -14px;
}
.car-page .auto-card__banner-text {
  color: #fff;
}

.certificate-holiday {
  margin: 120px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .certificate-holiday {
    margin: 85px 0;
  }
}
.certificate-holiday__title {
  margin: 0 0 20px 0;
}
.certificate-holiday__text {
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
  margin: 0;
  max-width: 820px;
}
.certificate-holiday__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-holiday__cards {
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .certificate-holiday__cards {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 768px) {
  .certificate-holiday__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.certificate-holiday__cards-slider {
  margin: 48px 0;
  max-height: unset;
  height: unset;
  overflow: visible;
}
@media (min-width: 769px) {
  .certificate-holiday__cards-slider__controls {
    display: none;
  }
}
.certificate-holiday__card {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 257px;
}
@media (max-width: 1024px) {
  .certificate-holiday__card {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .certificate-holiday__card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 296px;
  }
}
@media (hover: hover) {
  .certificate-holiday__card:hover .certificate-holiday__card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .certificate-holiday__card:hover::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.certificate-holiday__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.certificate-holiday__card-image {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.certificate-holiday__card-title {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  color: #f5f5f5;
}
.certificate-holiday__desc {
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
  max-width: 820px;
}
@media (max-width: 768px) {
  .certificate-holiday__desc {
    font-size: 12px;
  }
}
.certificate-holiday__forwho {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (min-width: 1025px) {
  .certificate-holiday__forwho {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 1024px) {
  .certificate-holiday__forwho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.certificate-holiday__forwho-slider {
  height: unset;
  max-height: unset;
  overflow: visible;
}
@media (min-width: 1025px) {
  .certificate-holiday__forwho-slider__pagination {
    display: none;
  }
}
.certificate-holiday__forwho-item {
  border: 1px solid rgb(117, 117, 117);
  border-radius: 5px;
  padding: 20px 6px 20px 70px;
  position: relative;
  width: unset;
  height: unset;
}
@media (max-width: 1024px) {
  .certificate-holiday__forwho-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 296px;
  }
}
.certificate-holiday__forwho-item__title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #f5f5f5;
  margin-bottom: 10px;
  margin-top: 0;
}
.certificate-holiday__forwho-item__text {
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
}
.certificate-holiday__forwho-item__icon-wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.certificate-models {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .certificate-models {
    margin: 85px 0;
  }
}
.certificate-models__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65.8%;
  grid-template-columns: 1fr 65.8%;
  gap: 24px;
}
@media (max-width: 768px) {
  .certificate-models__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.certificate-models__header-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.certificate-models__header-numbers__title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  color: #f5f5f5;
}
.certificate-models__header-numbers__text {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f5f5;
}
.certificate-models__header-desc__title {
  margin: 0 0 24px;
}
.certificate-models__header-desc__text {
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
}
@media (max-width: 1024px) {
  .certificate-models__header-desc__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .certificate-models__header-desc__text {
    font-size: 16px;
  }
}
.certificate-models__items {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 196px;
}
@media (max-width: 1024px) {
  .certificate-models__items {
    grid-auto-rows: 153px;
  }
}
@media (max-width: 768px) {
  .certificate-models__items {
    grid-auto-rows: 110px;
  }
}
.certificate-models__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.certificate-models__item:not(:nth-child(6n)) {
  border-right: 1px solid #2c2c2c;
}
.certificate-models__item:nth-child(-n+6) {
  border-bottom: 1px solid #2c2c2c;
}
@media (max-width: 768px) {
  .certificate-models__item {
    padding: 0 16px;
  }
}
@media (max-width: 400px) {
  .certificate-models__item {
    padding: 0;
  }
}
.certificate-models__item-icon {
  width: 56px;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .certificate-models__item-icon {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .certificate-models__item-icon {
    width: 26px;
  }
}

.certificate-price {
  position: relative;
  margin: 60px 0 120px;
}
@media (max-width: 1024px) {
  .certificate-price {
    margin: 85px 0;
  }
}
.certificate-price__dec {
  position: absolute;
  right: 0;
  bottom: -225px;
  width: 280px;
  height: 407px;
  opacity: 0.4;
  z-index: 5;
}
@media (max-width: 1024px) {
  .certificate-price__dec {
    bottom: -190px;
  }
}
.certificate-price__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65.8%;
  grid-template-columns: 1fr 65.8%;
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.certificate-price__image {
  display: block;
  width: 100%;
  height: 670px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .certificate-price__image {
    aspect-ratio: 1.6/1;
    height: unset;
  }
}
.certificate-price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.certificate-price__item {
  border: 1px solid rgb(117, 117, 117);
  border-radius: 5px;
  padding: 20px 6px 20px 70px;
  position: relative;
}
.certificate-price__item-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #f5f5f5;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .certificate-price__item-title {
    font-size: 16px;
  }
}
.certificate-price__item-text {
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
}
@media (max-width: 1024px) {
  .certificate-price__item-text {
    font-size: 16px;
  }
}
.certificate-price__item-icon__wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificate-price__btn {
  width: 296px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.certificate-variants {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .certificate-variants {
    margin: 85px 0;
  }
}
.certificate-variants__text {
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
  max-width: 820px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .certificate-variants__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .certificate-variants__text {
    font-size: 16px;
  }
}
.certificate-variants__cards {
  margin: 48px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-variants__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.certificate-variants__card {
  border: 1px solid #757575;
  border-radius: 8px;
  height: 280px;
}
@media (max-width: 1024px) {
  .certificate-variants__card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 8px);
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .certificate-variants__card {
    width: 100%;
    height: 220px;
  }
}
.certificate-variants__card-image {
  height: 100%;
}
.certificate-variants__desc {
  border: 1px solid #757575;
  border-radius: 5px;
  padding: 40px 50px;
  background-color: #d9d9d9;
}
@media (max-width: 1024px) {
  .certificate-variants__desc {
    display: none;
  }
}
.certificate-variants__desc-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65.8%;
  grid-template-columns: 1fr 65.8%;
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-variants__desc-wrap {
    display: block;
  }
}
.certificate-variants__desc-inner p {
  font-weight: 400;
  font-size: 20px;
  color: #2c2c2c;
  margin: 10px 0;
}
.certificate-variants__desc-inner li {
  font-weight: 400;
  font-size: 20px;
  color: #2c2c2c;
}
.certificate-variants__desc-inner ul {
  margin: 10px 0;
}
.certificate-variants__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.certificate-variants__tab {
  border: 1px solid rgb(117, 117, 117);
  border-radius: 5px;
  padding: 20px 10px 20px 20px;
  cursor: pointer;
}
.certificate-variants__tab.active .certificate-variants__tab-icon__wrap {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.certificate-variants__tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.certificate-variants__tab-inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.certificate-variants__tab-text {
  padding-top: 8px;
  font-size: 14px;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .certificate-variants__tab-text {
    font-size: 12px;
  }
}
.certificate-variants__tab-text p {
  font-weight: 400;
  margin: 5px 0;
}
.certificate-variants__tab-text li {
  font-weight: 400;
}
.certificate-variants__tab-text ul {
  margin: 5px 0;
}
.certificate-variants__tab-icon__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.certificate-variants__tab-title {
  margin: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #f5f5f5;
}
@media (max-width: 1024px) {
  .certificate-variants__tab-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .certificate-variants__tab-title {
    font-size: 16px;
  }
}

.certificate-faq {
  margin: 120px 0 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .certificate-faq {
    margin: 85px 0 65px;
  }
}
.certificate-faq__dec {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  height: 407px;
  opacity: 0.4;
  z-index: 5;
}
.certificate-faq__inner {
  max-width: 820px;
  position: relative;
  z-index: 6;
}
@media (max-width: 1024px) {
  .certificate-faq__inner {
    max-width: 100%;
  }
}
.certificate-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .certificate-faq__items {
    gap: 16px;
  }
}
.certificate-faq__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  cursor: pointer;
}
.certificate-faq__item.active .arrow-4 .arrow-4-left::after {
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.certificate-faq__item.active .arrow-4 .arrow-4-right::after {
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.certificate-faq__item .arrow-4 {
  -webkit-transform: scale(0.45) translate(0%, 0%);
  -ms-transform: scale(0.45) translate(0%, 0%);
  transform: scale(0.45) translate(0%, 0%);
  cursor: pointer;
  width: 25.63px;
  height: 18px;
}
.certificate-faq__item .arrow-4-left {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 0;
  width: 20px;
  height: 5px;
  display: block;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.certificate-faq__item .arrow-4-left::after {
  content: "";
  background-color: #1E1E1E;
  width: 20px;
  height: 5px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
.certificate-faq__item .arrow-4-right {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 5px;
  display: block;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.certificate-faq__item .arrow-4-right::after {
  content: "";
  background-color: #1E1E1E;
  width: 20px;
  height: 5px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
.certificate-faq__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.certificate-faq__item-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 1024px) {
  .certificate-faq__item-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .certificate-faq__item-title {
    font-size: 16px;
  }
}
.certificate-faq__item-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .certificate-faq__item-text {
    font-size: 12px;
  }
}
.certificate-faq__item-inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}

.certificate-order {
  position: relative;
}
.certificate-order__dec {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 334px;
  height: 486px;
  opacity: 0.4;
  z-index: 2;
}
.certificate-order__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .certificate-order__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.certificate-order__desc {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
@media (max-width: 1024px) {
  .certificate-order__desc {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.certificate-order__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
}

.certificate-gift {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .certificate-gift {
    margin: 85px 0;
  }
}
.certificate-gift__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.8% 1fr;
  grid-template-columns: 65.8% 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .certificate-gift__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.certificate-gift__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #f5f5f5;
}
@media (max-width: 1024px) {
  .certificate-gift__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .certificate-gift__text {
    font-size: 12px;
  }
}
.certificate-gift__image {
  display: block;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 1024px) {
  .certificate-gift__image {
    width: 100%;
    aspect-ratio: 1.6/1;
  }
}
.certificate-gift__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.certificate-gift__form {
  margin-top: 50px;
  width: 320px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1024px) {
  .certificate-gift__form {
    margin-top: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .certificate-gift__form {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.certificate-cars {
  margin: 120px 0 65px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .certificate-cars {
    margin: 85px 0 65px;
  }
}
.certificate-cars__slider {
  margin-top: 48px;
  height: 100%;
  max-height: unset;
  overflow: visible;
}
.certificate-cars__slider .auto-card--slider .auto-card__description,
.certificate-cars__slider .auto-card--slider .auto-card__title,
.certificate-cars__slider .auto-card--slider .auto-card__button,
.certificate-cars__slider .auto-card--slider .auto-card__price_muted,
.certificate-cars__slider .auto-card--slider .auto-card__price-details-text,
.certificate-cars__slider .auto-card--slider .auto-card__price,
.certificate-cars__slider .auto-card--slider .auto-card__characteristics-text {
  color: #fff;
}
.certificate-cars__slider .auto-card--slider.auto-card {
  max-width: 398px;
}
.certificate-cars__slider .auto-card__swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.certificate-cars__slider .auto-card__characteristics {
  border-radius: 20px;
}
.certificate-cars__slider .auto-card__button:first-child {
  border-radius: 10px 0 0 10px;
}
.certificate-cars__slider .auto-card__button:last-child {
  border-radius: 0 10px 10px 0;
}
.certificate-cars__slider .auto-card__button_rent {
  border: 2px solid #C92F26;
  color: #fff;
  background-color: #C92F26;
  opacity: 1;
}
.certificate-cars__slider .auto-card__button_rent:hover {
  opacity: 0.8;
}
.certificate-cars__slider .auto-card__button_phone {
  background: #CAC7CD;
}
.certificate-cars__slider .auto-card__characteristics {
  background-color: #2E2B32;
}
.certificate-cars__slider .auto-card--slider .auto-card__banner, .certificate-cars__slider .auto-card__banner {
  border-radius: 15px;
  background: #007802;
  font-size: 13px;
  top: 10px;
  left: 10px;
}

.certificate-modal {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 380px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
@media (max-width: 1024px) {
  .certificate-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
  }
}
.certificate-modal__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  overflow-y: auto;
  max-height: 100vh;
}
.certificate-modal__wrapper--active {
  opacity: 1;
  pointer-events: all;
}
.certificate-modal__wrapper--active .certificate-modal {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.certificate-modal__thanks {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .certificate-modal__thanks {
    height: unset;
  }
}
@media (max-width: 450px) {
  .certificate-modal__thanks {
    padding: 0;
  }
}
.certificate-modal__thanks-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  color: #1e1e1e;
  max-width: 228px;
}
.certificate-modal__thanks-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e;
  max-width: 228px;
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .certificate-modal__thanks-text span {
    display: none;
  }
}
.certificate-modal__thanks-img {
  display: block;
  margin-top: auto;
  max-width: 283px;
  width: 100%;
  height: 47px;
  -o-object-fit: contain;
  object-fit: contain;
}
.certificate-modal__links {
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #b3b3b3;
}
@media (max-width: 1024px) {
  .certificate-modal__links {
    display: none;
  }
}
.certificate-modal__links-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e;
}
@media (max-width: 1200px) {
  .certificate-modal__links-text br {
    display: none;
  }
}
.certificate-modal__links-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.certificate-modal__links-item {
  border: 1px solid #c00f0c;
  border-radius: 4px;
  padding: 7px 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.certificate-modal__links-item:hover {
  background-color: #c00f0c;
  color: #fff;
}

.certificate-forms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .certificate-forms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.certificate-forms__img {
  min-height: 578px;
  height: 100%;
  max-height: 100%;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .certificate-forms__img {
    height: auto;
    width: 100%;
    aspect-ratio: 1.6/1;
    min-height: auto;
    max-height: none;
  }
}
.certificate-forms__heading {
  margin: 0 0 10px 0;
}
.certificate-forms__heading span {
  color: #e32320;
}
.certificate-forms__desc {
  margin-block: 10px 20px;
}
.certificate-forms__form {
  max-width: 485px;
}
@media (max-width: 768px) {
  .certificate-forms__form {
    max-width: none;
    width: 100%;
  }
}
.certificate-forms__list {
  max-width: 485px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 205px 1fr;
  grid-template-columns: 205px 1fr;
  gap: 15px;
  margin-block: 20px 32px;
}
@media (max-width: 600px) {
  .certificate-forms__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.certificate-forms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.certificate-forms__item-svg {
  width: 22px;
  height: 9px;
}
.certificate-forms__item-name {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #f2f2f2;
}
@media (max-width: 1024px) {
  .certificate-forms__item-name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .certificate-forms__item-name {
    font-size: 14px;
  }
}

.about {
  font-size: 10px;
  margin: 50px 0px 65px;
}
@media (max-width: 768px) {
  .about {
    margin: 50px 0px 16px;
  }
}
.about__header {
  font-size: 1em;
  text-align: center;
  margin: 0px 0px 60px;
}
.about__header-suptitle {
  font-weight: 700;
  font-size: 9em;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F13E33;
}
@media (max-width: 1024px) {
  .about__header-suptitle {
    font-size: 6.4em;
  }
}
@media (max-width: 768px) {
  .about__header-suptitle {
    font-size: 3.6em;
  }
}
.about__header-title {
  color: #231F20;
  font-style: normal;
  font-weight: 700;
  font-size: 6.4em;
  line-height: 90%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .about__header-title {
    font-size: 4.4em;
  }
}
@media (max-width: 768px) {
  .about__header-title {
    font-size: 2.6em;
  }
}

@media (max-width: 768px) {
  .home .header__header-suptitle {
    font-size: 3.6em;
  }
}
@media (max-width: 768px) {
  .home .header__header-title {
    font-size: 2.6em;
  }
}

.catalog-page {
  font-size: 10px;
}
.catalog-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 330px auto 1fr;
  grid-template-columns: 1fr 330px auto 1fr;
}
@media (max-width: 1024px) {
  .catalog-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.about-car-page .text-photo-block {
  margin: 30px 0px;
}
.about-car-page .text-photo__content {
  width: 100%;
}
.about-car-page .text-photo__content h3 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 3.6em;
  line-height: 110%;
  margin: 0px auto 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .about-car-page .text-photo__content h3 {
    font-size: 2.4em;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .about-car-page .text-video-block {
    margin: 40px 0px 60px;
  }
}
.about-car-page .popular-models {
  margin: 80px 0px 30px;
}
@media (max-width: 768px) {
  .about-car-page .popular-models {
    margin: 60px 0px 40px;
  }
}
.about-car-page .popular-models__header {
  font-size: 3.6em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-car-page .popular-models__header {
    font-size: 2.4em;
    word-wrap: break-word;
  }
}

.prices-section {
  background-color: #231F20;
}

.search-page {
  font-size: 10px;
}
.search-page .main {
  background-color: #231F20;
}

.testimonials-page {
  font-size: 10px;
  background-color: #231F20;
}
.testimonials-page__container {
  margin-top: 30px;
}
.testimonials-page__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .testimonials-page__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.testimonials-page__filters .choices {
  background-color: #fff;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 0;
}
.testimonials-page__filters .choices[data-type*=select-one] .choices__inner {
  padding: 7px 20px !important;
}
.testimonials-page__filters .choices__list--single .choices__item {
  margin-right: 25px;
}
.testimonials-page__filters .choices__list--dropdown .choices__item--selectable,
.testimonials-page__filters .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: unset;
}
.testimonials-page__filters .choices[data-type*=select-one]::after {
  width: 11px;
  height: 15px;
  margin-top: -2px;
  right: 20px;
}
.testimonials-page__filters .choices[data-type*=select-one].is-open::after {
  margin-top: 2.5px;
}
.testimonials-page__filter {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.testimonials-page__filter_bg-transparent .choices {
  background-color: transparent;
  color: #fff;
}
.testimonials-page__filter_bg-transparent .choices__inner {
  border-color: #fff;
  border-radius: 0;
}
.testimonials-page__filter_bg-transparent .choices__list--dropdown,
.testimonials-page__filter_bg-transparent .choices__list[aria-expanded] {
  background-color: #231F20;
  border: none;
}
.testimonials-page__filter_bg-transparent .choices__list--dropdown .choices__item--selectable.is-highlighted,
.testimonials-page__filter_bg-transparent .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(255, 255, 255, 0.5);
}
.testimonials-page__filter-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.testimonials-page__filter-block.filter-date .testimonials-page__filter-block-title {
  text-align: end;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
@media (max-width: 768px) {
  .testimonials-page__filter-block.filter-date .testimonials-page__filter-block-title {
    text-align: start;
  }
}
.testimonials-page__filter-block.filter-date .testimonials-page__filter {
  -ms-grid-column-align: end;
  justify-self: end;
}
.testimonials-page__filter-block.filter-date .testimonials-page__filter:nth-child(1) {
  min-width: 60px;
}
.testimonials-page__filter-block.filter-date .testimonials-page__filter:nth-child(2) {
  min-width: 150px;
}
@media (max-width: 768px) {
  .testimonials-page__filter-block.filter-date .testimonials-page__filter:nth-child(2) {
    min-width: 113px;
  }
}
.testimonials-page__filter-block.filter-date .choices[data-type*=select-one]::after {
  right: 5px;
  content: url("../img/choice-arrow.svg");
}
.testimonials-page__filter-block.filter-date .choices[data-type*=select-one] .choices__inner {
  padding: 5px !important;
}
.testimonials-page__filter-block-title {
  margin: 0px 0px 5px;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.5);
}
.testimonials-page__testimonials {
  font-size: 10px;
  margin: 30px 0px 50px;
}
.testimonials-page__testimonials .testimonials-block:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .testimonials-page__testimonials .testimonials-block__inner {
    padding: 20px 16px;
  }
}
.testimonials-page__pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px -webkit-max-content 40px;
  -ms-grid-columns: 40px max-content 40px;
  grid-template-columns: 40px -webkit-max-content 40px;
  grid-template-columns: 40px max-content 40px;
  -ms-grid-rows: 40px;
  grid-template-rows: 40px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-page__pagination .swiper-button-wrapper {
  width: 40px;
  height: 40px;
}
.testimonials-page__pagination .swiper-button-prev,
.testimonials-page__pagination .swiper-button-next {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials-page__pagination .swiper-button-prev,
  .testimonials-page__pagination .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: unset;
  }
}
.testimonials-page__pagination .swiper-button-prev:hover,
.testimonials-page__pagination .swiper-button-next:hover {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .testimonials-page__pagination .swiper-button-arrow {
    width: unset;
    height: unset;
  }
}
.testimonials-page__pagination .pagination__bullet {
  font-weight: 400;
  font-size: 2em;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.testimonials-page__pagination .pagination__bullet.active {
  font-weight: 700;
  color: #fff;
}
.testimonials-page__pagination .pagination__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}

.faq-page {
  background-color: #231F20;
}
.faq-page__container {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .faq-page__container {
    margin-top: 35px;
  }
}

.legal-info-full .main .modal {
  display: block;
  max-width: 100%;
}
.legal-info-full .main .modal .modal__close.js-modal-close {
  display: none;
  visibility: hidden;
}
.legal-info-full .main .modal .modal__inner {
  max-width: 1290px;
  margin: 30px auto 0;
}

.blog-page {
  font-size: 10px;
}
.blog-page .main {
  background-color: #231F20;
  padding-top: 30px;
}

.blog-list {
  color: #fff;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding: 0 30px;
  max-width: 1350px;
}
@media (max-width: 1024px) {
  .blog-list {
    padding: 0 16px;
    max-width: 1322px;
  }
}
.blog-list__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.blog-list__item:not(:first-child) {
  margin-top: 30px;
}
.blog-list__btn {
  font-size: 1.4em;
  margin: 40px auto 0;
  padding: 9px 45px;
  color: #fff;
  border-color: #fff;
}
.blog-list__btn:hover {
  background-color: transparent;
}

.blog-auto-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .blog-auto-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-auto-card__img {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .blog-auto-card__img {
    width: 100%;
    max-width: 400px;
  }
}
.blog-auto-card__img img {
  width: 100%;
  height: auto;
}
.blog-auto-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-auto-card__content h2 {
  margin: 0 0 20px 0;
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 3.6em;
  line-height: 90.5%;
}
@media (max-width: 1350px) {
  .blog-auto-card__content h2 {
    font-size: 2.8em;
  }
}
.blog-auto-card__content div {
  margin-bottom: 40px;
}
.blog-auto-card__content div p {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 2em;
  line-height: 130%;
}
@media (max-width: 1350px) {
  .blog-auto-card__content div p {
    font-size: 1.8em;
  }
}
.blog-auto-card__btn {
  color: #fff;
  background-color: #C92F26;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.2s ease;
  margin: 40px auto 0;
  font-weight: 700;
  font-size: 1.6em;
  margin: auto auto 0 0;
  padding: 8px 60.5px;
}
.blog-auto-card__btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #C92F26;
}

.driver {
  --driver-header: 114px;
  --driver-white: #f5f5f5;
  --driver-black: #2c2c2c;
}
@media (max-width: 1024px) {
  .driver {
    --driver-header: 63px;
  }
}
@media (max-width: 768px) {
  .driver {
    --driver-header: 55px;
  }
}
@media (max-width: 480px) {
  .driver {
    --driver-header: 50px;
  }
}
@media (min-width: 769px) {
  .driver .container {
    padding-inline: 55px;
  }
}
@media (min-width: 769px) and (max-width: 1350px) {
  .driver .container {
    padding-inline: 30px;
  }
}

.driver-main {
  display: block;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.driver-section {
  margin-block: 120px;
}
@media (max-width: 1240px) {
  .driver-section {
    margin-block: 100px;
  }
}
@media (max-width: 1024px) {
  .driver-section {
    margin-block: 84px;
  }
}

.driver-title {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--driver-black);
}
@media (max-width: 1240px) {
  .driver-title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .driver-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .driver-title {
    font-size: 24px;
  }
}
@media (max-width: 530px) {
  .driver-title {
    font-size: 22px;
  }
}

.driver-subtitle {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--driver-black);
}
@media (max-width: 1240px) {
  .driver-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .driver-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .driver-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .driver-subtitle {
    font-size: 16px;
  }
}

.driver-text {
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--driver-black);
}
@media (max-width: 1240px) {
  .driver-text {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .driver-text {
    font-size: 16px;
  }
}

.driver-test-s {
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--driver-black);
}
@media (max-width: 1024px) {
  .driver-test-s {
    font-size: 14px;
  }
}
@media (max-width: 530px) {
  .driver-test-s {
    font-size: 12px;
  }
}

.driver-btn {
  display: block;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: var(--driver-white);
  border-radius: 8px;
  border: 1px solid #c00f0c;
  background: #c00f0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.driver-btn:hover {
  background: #fff;
  color: #c00f0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.driver-first {
  padding-block: calc(100px + var(--driver-header)) 100px;
  position: relative;
}
.driver-first::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.driver-first__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}
.driver-first__wrapper {
  position: relative;
  z-index: 2;
}
.driver-first__heading {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab";
  font-size: 64px;
  font-weight: 700;
  color: var(--driver-white);
  margin-bottom: 50px;
}
@media (max-width: 1240px) {
  .driver-first__heading {
    font-size: 60px;
    margin-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  .driver-first__heading {
    font-size: 54px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .driver-first__heading {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 530px) {
  .driver-first__heading {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.driver-first__description {
  font-family: "Roboto Flex";
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: var(--driver-white);
}
.driver-first__item {
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .driver-first__item {
    padding-left: 50px;
  }
  .driver-first__item .certificate-first-screen__cards_marker-wrapper {
    left: 0;
  }
}
@media (max-width: 768px) {
  .driver-first__item-title {
    font-size: 16px;
  }
}
.driver-first__item-description {
  line-height: 140%;
}
@media (max-width: 768px) {
  .driver-first__item-description {
    font-size: 16px;
  }
}
.driver-first__btn {
  padding: 24px 40px;
  max-width: 367px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .driver-first__btn {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.driver-servis {
  position: relative;
}
@media (max-width: 768px) {
  .driver-servis {
    margin-top: 20px;
  }
}
.driver-servis__wrapper {
  position: relative;
  z-index: 1;
}
.driver-servis__arrow {
  position: absolute;
  top: -29px;
  right: 0;
  opacity: 0.4;
  z-index: 0;
  width: 708px;
  height: 294px;
}
@media (max-width: 1240px) {
  .driver-servis__arrow {
    display: none;
  }
}
.driver-servis__head {
  max-width: 820px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .driver-servis__head {
    position: relative;
    max-width: none;
  }
}
.driver-servis__head-arrow {
  position: absolute;
  z-index: -1;
  top: -20px;
  width: 100vw;
  height: auto;
  opacity: 0.4;
  left: -16px;
  -o-object-position: bottom;
  object-position: bottom;
  max-width: none;
}
@media (min-width: 769px) {
  .driver-servis__head-arrow {
    display: none;
  }
}
.driver-servis__title {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.driver-servis__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .driver-servis__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 397px;
    gap: 24px;
  }
}
.driver-servis__qualitys {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .driver-servis__qualitys {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.driver-servis__swiper {
  max-height: none;
  height: auto;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .driver-servis__swiper {
    width: auto;
    height: 397px;
    margin-inline: -30px;
    padding-inline: 30px;
  }
}

.driver-servis-card {
  --transitionLength: 0.4s;
  --transitionTiming: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .driver-servis-card {
    width: 352px;
  }
}
@media (max-width: 768px) {
  .driver-servis-card {
    width: 320px;
  }
}
@media (max-width: 530px) {
  .driver-servis-card {
    width: 291px;
  }
}
.driver-servis-card::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: opacity var(--transitionLength) var(--transitionTiming);
  transition: opacity var(--transitionLength) var(--transitionTiming);
}
.driver-servis-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.driver-servis-card.open::after {
  opacity: 0;
}
.driver-servis-card.open .driver-servis-card__block {
  background: rgba(0, 0, 0, 0.6);
}
.driver-servis-card.open .driver-servis-card__description-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media (hover: hover) {
  .driver-servis-card:hover::after {
    opacity: 0;
  }
  .driver-servis-card:hover .driver-servis-card__block {
    background: rgba(0, 0, 0, 0.6);
  }
  .driver-servis-card:hover .driver-servis-card__description-wrapper {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
.driver-servis-card__block {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  padding: 12px 16px;
  -webkit-transition: background var(--transitionLength) var(--transitionTiming);
  transition: background var(--transitionLength) var(--transitionTiming);
}
.driver-servis-card__title {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--driver-white);
}
.driver-servis-card__description-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming), -ms-grid-rows var(--transitionLength) var(--transitionTiming);
}
.driver-servis-card__description-animation {
  min-height: 0;
}
.driver-servis-card__description {
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--driver-white);
  -webkit-transition: visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
  padding-top: 12px;
}

.driver-servis-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 5px;
  background: var(--driver-white);
}
.driver-servis-quality__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}
.driver-servis-quality__title {
  margin-bottom: 10px;
}
.driver-form {
  position: relative;
}
.driver-form_version {
  margin-top: 48px;
}
.driver-form__wrapper {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .driver-form__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.driver-form__title {
  margin-bottom: 20px;
}
.driver-form__right {
  padding: 48px 64px;
  border-radius: 8px;
  background: var(--driver-white);
}
@media (max-width: 768px) {
  .driver-form__right {
    padding: 48px 24px;
  }
}
.driver-form__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}
.driver-form__label-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 8px;
}
.driver-form__label-input {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.driver-form__label-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.driver-form__label-input::-moz-placeholder {
  color: #b3b3b3;
}
.driver-form__label-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.driver-form__label-input::-ms-input-placeholder {
  color: #b3b3b3;
}
.driver-form__label-input::placeholder {
  color: #b3b3b3;
}
.driver-form__btn {
  padding: 16px 30px;
}
.driver-form__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 718px;
  height: 294px;
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .driver-form__arrow {
    top: -20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .driver-form__arrow {
    display: none;
  }
}

.driver-models__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .driver-models__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.driver-models__header-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.driver-models__header-numbers__title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  color: #c00f0c;
}
.driver-models__header-numbers__text {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #c00f0c;
}
.driver-models__header-desc__title {
  margin: 0 0 24px;
}
.driver-models__items {
  opacity: 0.6;
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 196px;
}
@media (max-width: 1024px) {
  .driver-models__items {
    grid-auto-rows: 153px;
  }
}
@media (max-width: 768px) {
  .driver-models__items {
    grid-auto-rows: 110px;
  }
}
.driver-models__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.driver-models__item:not(:nth-child(6n)) {
  border-right: 1px solid #2c2c2c;
}
.driver-models__item:nth-child(-n+6) {
  border-bottom: 1px solid #2c2c2c;
}
@media (max-width: 768px) {
  .driver-models__item {
    padding: 0 16px;
  }
}
@media (max-width: 400px) {
  .driver-models__item {
    padding: 0;
  }
}
.driver-models__item-icon {
  width: 56px;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .driver-models__item-icon {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .driver-models__item-icon {
    width: 26px;
  }
}

.driver-cars__slider {
  margin-top: 48px;
  height: 100%;
  max-height: unset;
  overflow: visible;
}
.driver-cars__tabs {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 32px;
  gap: 8px;
}
@media (max-width: 1240px) {
  .driver-cars__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.driver-cars__tab {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e;
  border-radius: 4px;
  padding: 8px;
  background: #fee9e7;
}
.driver-cars__tab.active {
  color: #f3f3f3;
  background: #c00f0c;
}
.driver-cars .auto-card {
  background: var(--driver-white);
  border-radius: 10px;
  overflow: hidden;
  gap: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.driver-cars .auto-card:hover {
  -webkit-box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
  background: #e6e6e6;
}
.driver-cars .auto-card:hover .auto-card__button_rent {
  border: 2px solid #C92F26;
  color: #fff;
  background-color: #C92F26;
  opacity: 1;
}
.driver-cars .auto-card__content {
  padding: 0 16px 13px 16px;
}
.driver-cars .auto-card__title {
  font-size: 24px;
  margin-bottom: 19px;
  color: #2c2c2c;
}
.driver-cars .auto-card__description {
  font-size: 16px;
  margin-bottom: 24px;
  color: #2c2c2c;
  opacity: 1;
}
.driver-cars .auto-card__price {
  font-size: 20px;
  color: #2c2c2c;
}
.driver-cars .auto-card__price span {
  font-size: 16px;
}
.driver-cars .auto-card__button_rent {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}

.driver-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .driver-controls {
    margin-top: 24px;
  }
}
.driver-controls__pagination {
  width: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.driver-controls__pagination .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  margin: 0 !important;
  background-color: #B3B3B3 !important;
  opacity: 1 !important;
}
.driver-controls__pagination .swiper-pagination-bullet-active {
  background-color: #F13E33 !important;
}
.driver-controls__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.driver-controls__btn-icon {
  width: 100%;
  height: 100%;
}
.driver-controls__btn_next {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.driver-rent {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .driver-rent {
    position: relative;
  }
  .driver-rent .driver-servis__head-arrow {
    z-index: 0;
    left: 0;
  }
  .driver-rent .container {
    position: relative;
    z-index: 1;
  }
}
.driver-rent__title {
  margin-bottom: 48px;
}
.driver-rent__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1240px) {
  .driver-rent__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .driver-rent__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.driver-rent__item {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  background: var(--driver-white);
}
@media (max-width: 768px) {
  .driver-rent__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}
.driver-rent__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.driver-rent__item-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--driver-black);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .driver-rent__item-title {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .driver-rent__item-title {
    font-size: 16px;
  }
}
.driver-rent__item-description {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color: var(--driver-black);
}
.driver-on__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 656px;
  grid-template-columns: 1fr 656px;
  gap: 24px;
}
@media (max-width: 1350px) {
  .driver-on__wrapper {
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1024px) {
  .driver-on__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.driver-on__left {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.driver-on__title {
  margin-bottom: 20px;
}
.driver-on__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(130px, auto);
  gap: 20px;
}
@media (max-width: 1024px) {
  .driver-on__list {
    grid-auto-rows: auto;
  }
}
.driver-on__item {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  background: var(--driver-white);
  border-radius: 5px;
}
.driver-on__item-img {
  width: 40px;
  height: 40px;
}
.driver-on__item-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--driver-black);
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .driver-on__item-title {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  .driver-on__item-title {
    font-size: 16px;
  }
}
.driver-on__item-description {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--driver-black);
}
@media (max-width: 1024px) {
  .driver-on__item-description {
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .driver-on__item-description {
    font-size: 16px;
  }
}
.driver-on__img {
  height: 100%;
  border-radius: 8px;
  max-height: 544px;
}
@media (max-width: 1024px) {
  .driver-on__img {
    height: 50vw;
    width: 100%;
    min-height: 400px;
  }
}

.driver-gift__title {
  margin-bottom: 48px;
}
.driver-gift__swiper {
  margin-top: 48px;
  height: 100%;
  max-height: unset;
  overflow: visible;
}
.driver-gift__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  width: 398px;
  height: 398px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .driver-gift__item {
    width: 352px;
    height: 284px;
  }
}
.driver-gift__item:hover::before {
  opacity: 0;
}
.driver-gift__item:hover .driver-gift__item-bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.driver-gift__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.driver-gift__item-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.driver-gift__item-title {
  position: relative;
  z-index: 3;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--driver-white);
}

.driver-controls-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .driver-controls-gift {
    margin-top: 24px;
  }
}
.driver-controls-gift__pagination {
  width: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.driver-controls-gift__pagination .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  margin: 0 !important;
  background-color: #B3B3B3 !important;
  opacity: 1 !important;
}
.driver-controls-gift__pagination .swiper-pagination-bullet-active {
  background-color: #F13E33 !important;
}
.driver-controls-gift__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.driver-controls-gift__btn-icon {
  width: 100%;
  height: 100%;
}
.driver-controls-gift__btn_next {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.driver-footer {
  --transitionLength: 0.4s;
  --transitionTiming: ease;
}
.driver-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 24px;
}
@media (max-width: 1024px) {
  .driver-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.driver-footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 621px;
  height: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1350px) {
  .driver-footer__logo {
    width: 46vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .driver-footer__logo {
    width: 100%;
    max-width: 400px;
  }
}
.driver-footer__title {
  margin-bottom: 20px;
}
.driver-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .driver-footer__list {
    gap: 16px;
  }
}
.driver-footer__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 16px;
  background: #f5f5f5;
}
.driver-footer__item.open {
  background: #fff;
}
.driver-footer__item.open .driver-footer__head::after {
  inset: -16px -16px -8px -16px;
}
.driver-footer__item.open .driver-footer__head-title {
  color: #000;
}
.driver-footer__item.open .driver-footer__head-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.driver-footer__item.open .driver-footer__description-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.driver-footer__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.driver-footer__head::after {
  content: "";
  position: absolute;
  inset: -16px -16px -16px -16px;
}
.driver-footer__head-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1e1e1e;
  -webkit-transition: color var(--transitionLength) var(--transitionTiming);
  transition: color var(--transitionLength) var(--transitionTiming);
}
@media (max-width: 1024px) {
  .driver-footer__head-title {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  .driver-footer__head-title {
    font-size: 16px;
  }
}
.driver-footer__head-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
}
.driver-footer__description-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming), -ms-grid-rows var(--transitionLength) var(--transitionTiming);
}
.driver-footer__description-animation {
  min-height: 0;
}
.driver-footer__description {
  padding: 0;
  margin: 0;
  padding-top: 8px;
  color: #000;
  -webkit-transition: visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming);
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming), -webkit-transform var(--transitionLength) var(--transitionTiming);
}

.new-steps {
  font-size: 10px;
  position: relative;
  background: #231F20;
}
.new-steps__inner {
  margin-top: 9em;
  margin-bottom: 10em;
}
.new-steps__title {
  position: relative;
  font-size: 7.2em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.625em;
}
.new-steps__title span {
  color: #F13E33;
}
@media (max-width: 1024px) {
  .new-steps__title {
    font-size: 5.6em;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .new-steps__title {
    font-size: 3.6em;
  }
}
.new-steps__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media (max-width: 1024px) {
  .new-steps__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 3em;
    width: 38.2vw;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .new-steps__box {
    width: 100%;
  }
}
.new-steps__card {
  width: calc(33.3333% - 2em);
  height: 28.2vw;
  max-height: 41.2em;
  position: relative;
  z-index: 1;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .new-steps__card:hover .new-steps__card-cover::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .new-steps__card {
    width: 38.2vw;
    height: 38.2vw;
  }
}
@media (max-width: 768px) {
  .new-steps__card {
    width: 100%;
    max-width: 72vw;
    height: 72vw;
    max-height: unset;
  }
}
@media (max-width: 440px) {
  .new-steps__card {
    max-width: 80vw;
    height: 80vw;
  }
}
.new-steps__card-label {
  background: #F13E33;
  position: absolute;
  top: 20px;
  left: -10px;
  width: 85px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.6em;
  font-weight: 700;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  padding-right: 11px;
}
@media (max-width: 440px) {
  .new-steps__card-label {
    font-size: 2.8em;
  }
}
.new-steps__card-title {
  font-size: 3.6em;
  margin-bottom: 0.5em;
}
.new-steps__card-text {
  font-size: 1.6em;
}
.new-steps__card-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  overflow: clip;
}
.new-steps__card-cover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.new-steps__card-cover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.48)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.48) 100%);
  opacity: 1;
}

.new-form {
  font-size: 10px;
  position: relative;
  background: #231F20;
}
.new-form_white {
  background: transparent;
}
.new-form_white .new-form__input {
  border-color: rgba(35, 31, 32, 0.8);
}
.new-form_white .new-form__submit {
  background: #231F20;
  color: #fff;
}
.new-form_white .new-form__phone {
  color: #231F20;
}
.new-form_white .new-form__btn {
  background: #231F20;
  color: #fff;
}
.new-form__inner {
  margin-top: 9em;
  margin-bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media (max-width: 1024px) {
  .new-form__inner {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    row-gap: 30px;
  }
}
.new-form__col {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-form__col_image {
  margin-right: -3em;
}
@media (max-width: 1024px) {
  .new-form__col_image {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .new-form__col {
    width: 100%;
  }
}
.new-form__image {
  width: 100%;
  height: 46.7vw;
  max-height: 630px;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.new-form__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .new-form__image img {
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
  }
}
@media (min-width: 1351px) {
  .new-form__image {
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .new-form__image {
    border-radius: 10px;
    height: 42vw;
  }
}
.new-form__title {
  position: relative;
  font-size: 7.2em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.3em;
}
@media (max-width: 1024px) {
  .new-form__title {
    font-size: 5.6em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .new-form__title {
    font-size: 3.6em;
  }
}
.new-form__text {
  font-size: 1.8em;
}
@media (max-width: 768px) {
  .new-form__text {
    text-align: center;
  }
}
.new-form__form {
  margin-top: 2em;
  margin-bottom: 2em;
}
.new-form__field {
  width: 100%;
  height: 60px;
  margin-bottom: 14px;
  position: relative;
}
.new-form__field .iti {
  width: 100%;
  height: 100%;
}
.new-form__input {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 0 21px;
}
.new-form__submit {
  background: #fff;
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231F20;
  cursor: pointer;
}
.new-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media (max-width: 768px) {
  .new-form__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .new-form__block {
    width: 100%;
  }
}
.new-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9em;
  -moz-column-gap: 0.9em;
  column-gap: 0.9em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .new-form__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.new-form__btn {
  color: #231F20;
  font-size: 1.6em;
  background: #fff;
  width: 145px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border-radius: 5px;
}
.new-form__phone {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
  margin-top: 0.5em;
  display: block;
}
@media (max-width: 768px) {
  .new-form__phone {
    text-align: center;
    margin-top: 10px;
  }
}

.new-docs {
  font-size: 10px;
  position: relative;
  background: #231F20;
}
.new-docs__inner {
  margin-top: 100px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .new-docs__inner {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.new-docs__box {
  background: #fff;
  border-radius: 10px;
  padding: 80px;
  padding-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1199px) {
  .new-docs__box {
    padding: 60px;
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .new-docs__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .new-docs__box {
    padding: 30px 16px;
    padding-top: 40px;
  }
}
.new-docs__col {
  width: 50%;
}
@media (max-width: 1024px) {
  .new-docs__col {
    width: 100%;
  }
}
.new-docs__title {
  position: relative;
  font-size: 7.2em;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  color: #231F20;
}
@media (max-width: 1024px) {
  .new-docs__title {
    font-size: 5.6em;
    margin-bottom: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 768px) {
  .new-docs__title {
    font-size: 3.2em;
    margin-bottom: 24px;
  }
}
.new-docs__block {
  border-radius: 10px;
  border: 1px solid #F13E33;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.new-docs__block + .new-docs__block {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .new-docs__block {
    padding: 20px;
  }
}
.new-docs__block-title {
  color: #231F20;
  font-size: 24px;
  font-weight: 700;
  max-width: 270px;
  margin-bottom: 10px;
}
.new-docs__block-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 400;
  max-width: 270px;
}
.new-docs__block-icon {
  width: 80px;
  height: 80px;
}
.new-docs__block-icon img, .new-docs__block-icon svg {
  width: 100%;
  height: 100%;
}

.new-advantages {
  font-size: 10px;
  position: relative;
  background: #231F20;
}
.new-advantages__inner {
  margin-top: 100px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .new-advantages__inner {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.new-advantages__box {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1024px) {
  .new-advantages__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.new-advantages__col {
  width: 100%;
}
.new-advantages__col_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .new-advantages__col {
    width: 100%;
  }
}
.new-advantages__title {
  position: relative;
  font-size: 7.2em;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.new-advantages__title span {
  color: #F13E33;
}
@media (max-width: 1024px) {
  .new-advantages__title {
    font-size: 5.6em;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .new-advantages__title {
    font-size: 3.6em;
    margin-bottom: 24px;
  }
}
.new-advantages__block {
  border-radius: 10px;
  padding: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: calc(33.3333% - 6.77px);
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 768px) {
  .new-advantages__block {
    padding: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .new-advantages__block {
    width: 100%;
    min-height: 200px;
  }
}
.new-advantages__block-title {
  font-size: 24px;
  font-weight: 700;
  max-width: 270px;
  margin-bottom: 3px;
  color: #F13E33;
}
.new-advantages__block-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 340px;
}
.new-advantages__block-icon {
  width: 58px;
  height: 58px;
  margin-bottom: auto;
}
.new-advantages__block-icon img, .new-advantages__block-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.new-feedback {
  font-size: 10px;
  position: relative;
  background: #F9F7F2;
}
.new-feedback__inner {
  margin-top: 100px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .new-feedback__inner {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.new-feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-feedback__title {
  position: relative;
  font-size: 7.2em;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  color: #231F20;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-feedback__title span {
  color: #F13E33;
}
@media (max-width: 1024px) {
  .new-feedback__title {
    font-size: 5.6em;
  }
}
@media (max-width: 768px) {
  .new-feedback__title {
    font-size: 3.6em;
    margin-top: 5px;
  }
}
.new-feedback__swiper {
  margin-top: 18px;
  height: auto;
}
@media (max-width: 576px) {
  .new-feedback__swiper {
    width: 100vw;
    margin-left: -16px;
    padding-left: 16px;
  }
}
.new-feedback__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 576px) {
  .new-feedback__swiper-controls {
    display: none;
  }
}
.new-feedback__swiper-prev, .new-feedback__swiper-next {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #F13E33;
}
.new-feedback__swiper-prev.swiper-button-disabled, .new-feedback__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.new-feedback__swiper-prev {
  padding-right: 2px;
}
.new-feedback__swiper-next {
  padding-left: 2px;
}
.new-feedback__swiper-pagination {
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
.new-feedback__swiper-pagination .swiper-pagination-bullet {
  background: #44373A;
  opacity: 1;
}
.new-feedback__swiper-pagination .swiper-pagination-bullet-active {
  background: #F13E33;
  opacity: 1;
}
.new-feedback__swiper-slide {
  width: calc(33.3333% - 20px);
  height: auto;
  background: #F2EEE4;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .new-feedback__swiper-slide {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .new-feedback__swiper-slide {
    width: 274px;
    margin-right: 8px;
  }
}
.new-feedback__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
@media (max-width: 576px) {
  .new-feedback__swiper-slide:nth-last-of-type(1) {
    margin-right: 16px;
  }
}
.new-feedback__swiper-cover {
  width: 100%;
  height: 22vw;
  max-height: 320px;
}
@media (max-width: 1024px) {
  .new-feedback__swiper-cover {
    height: 33vw;
  }
}
@media (max-width: 576px) {
  .new-feedback__swiper-cover {
    height: 214px;
  }
}
.new-feedback__swiper-cover img {
  width: 100%;
  height: 100%;
  display: block;
}
.new-feedback__swiper-content {
  padding: 20px;
}
.new-feedback__swiper-title {
  font-size: 24px;
  font-weight: 700;
  color: #231F20;
}
@media (max-width: 576px) {
  .new-feedback__swiper-title {
    font-size: 18px;
  }
}
.new-feedback__swiper-type {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: #231F20;
}

.new-modal-rent {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-modal-rent_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-modal-rent__inner {
  width: 100%;
  max-width: 914px;
  height: 436px;
  background: #231F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .new-modal-rent__inner {
    max-width: 560px;
    height: auto;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 576px) {
  .new-modal-rent__inner {
    max-width: 300px;
  }
}
.new-modal-rent__col {
  width: 50%;
  position: relative;
  padding: 50px 30px;
}
@media (max-width: 991px) {
  .new-modal-rent__col {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .new-modal-rent__col_image {
    padding: 0;
  }
}
.new-modal-rent__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .new-modal-rent__image {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .new-modal-rent__image {
    height: 190px;
  }
}
.new-modal-rent__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.new-modal-rent__close {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 20px;
  top: 20px;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 576px) {
  .new-modal-rent__close {
    top: 10px;
    right: 10px;
  }
}
.new-modal-rent__close img, .new-modal-rent__close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.new-modal-rent .new-form__title {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 576px) {
  .new-modal-rent .new-form__title {
    font-size: 22px;
    text-align: center;
  }
}
.new-modal-rent .new-form__text {
  font-size: 18px;
  color: #fff;
}
.new-modal-rent .new-form__form {
  margin: 0;
  margin-top: 12px;
}
.new-modal-rent .new-form__submit {
  font-size: 16px;
}
@media (max-width: 576px) {
  .new-modal-rent .new-form__submit {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .new-modal-rent .new-form__field {
    height: 50px;
  }
}

.new-main-filter {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .new-main-filter {
    padding-top: 40px;
  }
}
.new-main-filter * {
  color: #231F20;
}
.new-main-filter__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.new-main-filter__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .new-main-filter__box {
    gap: 6px;
  }
}
.new-main-filter__card {
  min-width: 205px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #F1EEE4;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  will-change: transform;
}
@media (max-width: 768px) {
  .new-main-filter__card {
    min-width: 176px;
  }
}
@media (min-width: 768px) {
  .new-main-filter__card:hover {
    background: #E7E4DA;
  }
}
.new-main-filter__image {
  width: 140px;
  height: 61px;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .new-main-filter__image {
    width: 117px;
    height: 51px;
  }
}
.new-main-filter__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.new-main-filter__type {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .new-main-filter__type {
    font-size: 14px;
  }
}
.new-main-filter__area {
  display: none;
}
.new-main-filter__area_show {
  display: block;
}

.partnership-first {
  margin-top: 25px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partnership-first {
    margin-top: -55px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .partnership-first {
    margin-top: -50px;
  }
}
.partnership-first__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .partnership-first__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.partnership-first__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partnership-first__title {
  color: #221F20;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 0.9;
  margin: 0;
}
@media (max-width: 991px) {
  .partnership-first__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .partnership-first__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .partnership-first__title {
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.partnership-first__title span {
  color: #DC1411;
}
@media (max-width: 768px) {
  .partnership-first__title span {
    display: block;
  }
}
.partnership-first__description {
  font-size: 18px;
  margin-top: 20px;
  color: #221F20;
  max-width: 520px;
}
@media (max-width: 991px) {
  .partnership-first__description {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .partnership-first__description {
    margin-top: 12px;
  }
}
@media (max-width: 576px) {
  .partnership-first__description {
    font-size: 16px;
  }
}
.partnership-first__btn {
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #C92F26;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .partnership-first__btn {
    margin-top: 36px;
  }
}
.partnership-first__image {
  width: 660px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.partnership-first__image img, .partnership-first__image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1350px) {
  .partnership-first__image {
    border-radius: 10px 10px 0 0;
    margin-right: -30px;
  }
}
@media (max-width: 1200px) {
  .partnership-first__image {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .partnership-first__image {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .partnership-first__image {
    border-radius: 0 0 10px 10px;
    margin-left: -16px;
    margin-bottom: 36px;
    width: calc(100% + 32px);
  }
}
@media (max-width: 576px) {
  .partnership-first__image {
    min-height: 300px;
  }
  .partnership-first__image img, .partnership-first__image svg {
    height: 100%;
    min-height: 300px;
    width: 100%;
    max-width: unset;
    -o-object-position: center;
    object-position: center;
  }
}

.partnership-why {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partnership-why {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.partnership-why__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .partnership-why__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partnership-why__title {
  color: #221F20;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 0.9;
  margin: 0;
}
.partnership-why__title span {
  color: #DC1411;
  display: block;
}
@media (max-width: 768px) {
  .partnership-why__title {
    font-size: 32px;
  }
}
.partnership-why__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  gap: 10px;
  width: 100%;
  margin-left: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .partnership-why__box {
    max-width: 790px;
  }
}
@media (max-width: 991px) {
  .partnership-why__box {
    max-width: 510px;
  }
}
@media (max-width: 768px) {
  .partnership-why__box {
    max-width: 100%;
    margin-top: 25px;
  }
}
.partnership-why .new-advantages__block {
  background: #393536;
}
@media (max-width: 991px) {
  .partnership-why .new-advantages__block {
    width: calc(50% - 5px);
  }
}
@media (max-width: 576px) {
  .partnership-why .new-advantages__block {
    width: 100%;
    min-height: 222px;
  }
}
@media (max-width: 576px) {
  .partnership-why .new-advantages__block-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .partnership-why .new-advantages__block-title {
    font-size: 22px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=main.css.map */