.h-first {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.h-first.p-animate_active
  :is(.h-first__bg-light-left, .h-first__bg-light-right) {
  -webkit-animation: carLight 1s ease-out forwards;
  animation: carLight 1s ease-out forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.h-first.p-animate_active .h-first__title,
.h-first.p-animate_active .h-first__text {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.h-first__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h-first__bg._mb {
  display: none;
}
.h-first__bg-car {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  position: absolute;
  top: 144px;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.h-first__bg-img img {
  -o-object-position: bottom;
  object-position: bottom;
}
.h-first__bg-img:after {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2.119%, rgba(27, 27, 28, 0)),
    color-stop(17.153%, rgba(0, 0, 0, 0)),
    color-stop(73.591%, rgba(0, 0, 0, 0)),
    color-stop(93.15%, rgb(27, 27, 28))
  );
  background: linear-gradient(
    180deg,
    #1b1b1c00 2.119%,
    #0000 17.153% 73.591%,
    #1b1b1c 93.15%
  );
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h-first__bg-light-left,
.h-first__bg-light-right {
  position: absolute;
  opacity: 0;
}
.h-first__bg-light-left {
  left: -201px;
  top: -103px;
}
.h-first__bg-light-right {
  right: -201px;
  top: -103px;
}
.h-first__block {
  padding-top: 199px;
  min-height: 904px;
  position: relative;
}
.h-first__title {
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.h-first__title.p-animate_active {
  -webkit-transform: translateX(0);
  transform: translate(0);
  opacity: 1;
}
.h-first__title span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.h-first__title span:nth-child(2) {
  font-size: 120px;
  line-height: 60%;
  margin-top: 24px;
  position: relative;
}
.h-first__title span:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -260px;
  width: 1118px;
  height: 118px;
  background-image: url(/static/images/home/first/title-svg.svg);
  background-repeat: no-repeat;
}
.h-first__text {
  position: absolute;
}
.h-first__text_right {
  top: 144px;
  right: 0;
  width: 293px;
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.h-first__text_right.p-animate_active {
  -webkit-transform: translateX(0);
  transform: translate(0);
  opacity: 1;
}
.h-first__text_left {
  left: 0;
  bottom: 108px;
  width: 272px;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.h-first__text_left.p-animate_active {
  -webkit-transform: translateX(0);
  transform: translate(0);
  opacity: 1;
}
.h-first__btns {
  display: none;
}
@-webkit-keyframes carLight {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes carLight {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@media screen and (width <= 1340px) {
  .h-first__block {
    padding-top: 130px;
    min-height: 620px;
  }
  .h-first__bg-car {
    top: 98px;
  }
  .h-first__bg-car-main img {
    width: 710px;
  }
  .h-first__bg-light-left {
    left: -196px;
    top: -133px;
  }
  .h-first__bg-light-right {
    right: -196px;
    top: -133px;
  }
  .h-first__bg-light-left img,
  .h-first__bg-light-right img {
    width: 600px;
  }
  .h-first__text {
    width: 236px;
    font-size: 14px;
    line-height: 129%;
  }
  .h-first__text_right {
    top: 130px;
  }
  .h-first__text_left {
    bottom: 60px;
  }
  .h-first__title span:nth-child(2) {
    font-size: 72px;
  }
  .h-first__title span:nth-child(2):before {
    width: 640px;
    height: 96px;
    right: -153px;
    background-image: url(/static/images/home/first/title-svg_tablet.svg);
  }
  .h-first__btns {
    position: absolute;
    bottom: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    right: 0;
  }
}
@media screen and (width <= 768px) {
  .h-first__bg {
    display: none;
  }
  .h-first__bg._mb {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: auto;
  }
  .h-first__bg._mb img {
    width: 100%;
  }
  .h-first__bg-light-left,
  .h-first__bg-light-right {
    width: 75.333vw;
  }
  .h-first__bg-light-left {
    left: -16vw;
    top: -6.222vw;
  }
  .h-first__bg-light-right {
    right: -16vw;
    top: -6.222vw;
  }
  .h-first__text {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 117%;
    width: 202px;
  }
  .h-first__text_right {
    margin-top: 30px;
    max-width: 202px;
  }
  .h-first__text_left {
    margin-left: auto;
  }
  .h-first__title {
    font-size: 30px;
  }
  .h-first__title span:nth-child(2) {
    font-size: 42px;
  }
  .h-first__title span:nth-child(2):before {
    width: 342px;
    height: 60px;
    right: -27px;
    background-image: url(/static/images/home/first/title-svg_mb.svg);
  }
  .h-first__btns {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
}
.h-about {
  overflow: hidden;
}
.h-about__items {
  gap: 23px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.h-about__items.p-animate_active .h-about__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.h-about__item {
  backdrop-filter: blur(6px);
  border-radius: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(217, 217, 217, 0.5)),
    color-stop(125.26%, rgba(115, 115, 115, 0))
  );
  background: linear-gradient(90deg, #d9d9d980, #73737300 125.26%);
  padding: 30px;
  height: 350px;
  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;
  gap: 20px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-size: cover;
  background-repeat: no-repeat;
}
.h-about__item:nth-child(1),
.h-about__item:nth-child(3) {
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
}
.h-about__item:nth-child(2),
.h-about__item:nth-child(4) {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
}
.h-about__item_img {
  position: relative;
  grid-column: span 2;
}
.h-about__item_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1c4d;
  z-index: -1;
}
.h-about__item:nth-child(4) {
  --h-about-item-title-max-width: 489px;
}
.h-about__item-title {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: var(--h-about-item-title-max-width, 100%);
}
.h-about__item-title_second {
  font-size: 24px;
  font-weight: 500;
}
.h-about__item-num {
  font-weight: 500;
  font-size: 128px;
  line-height: normal;
}
.h-about__item-text {
  line-height: 137%;
}
.h-about__item-text_second {
  max-width: 306px;
  margin-left: auto;
}
@media screen and (width <= 1340px) {
  .h-about {
    padding-bottom: 168px;
  }
  .h-about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .h-about__item {
    border-radius: 20px;
    padding: 20px;
    height: 326px;
  }
  .h-about__item:nth-child(4n + 1),
  .h-about__item:nth-child(4n + 4) {
    width: calc(100% - 12px - 37.5vw);
  }
  .h-about__item:nth-child(3n + 2),
  .h-about__item:nth-child(3n + 3) {
    width: 37.5vw;
  }
  .h-about__item_img {
    grid-column: span 1;
  }
  .h-about__item-title {
    font-size: 48px;
  }
  .h-about__item-text_second {
    margin-left: 0;
    max-width: 380px;
  }
  .h-about__item-num {
    font-size: 72px;
    line-height: 100%;
    font-weight: 700;
  }
}
@media screen and (width <= 900px) {
  .h-about__item-title {
    font-size: 43px;
  }
  .h-about__item-num {
    font-size: 68px;
  }
}
@media screen and (width <= 768px) {
  .h-about {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .h-about__items {
    gap: 14px;
  }
  .h-about__item {
    height: auto;
    gap: 35px;
    min-height: 200px;
  }
  .h-about__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .h-about__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .h-about__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .h-about__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .h-about__item:nth-child(n) {
    width: 100%;
  }
  .h-about__item-title {
    font-size: 30px;
    line-height: 120%;
  }
  .h-about__item-text {
    max-width: 100%;
  }
  .h-about__item-num {
    font-size: 72px;
  }
}
.h-car.p-animate_active .h-car__title,
.h-car.p-animate_active .h-car__items {
  opacity: 1;
}
.h-car.p-animate_active .h-car__btn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.h-car__title {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.h-car #loading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.h-car__items {
  grid-template-columns: repeat(6, 1fr);
  gap: 18px 20px;
  display: none;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.h-car__items.p-animate_active {
  opacity: 1;
}
.h-car__items.active {
  display: grid;
}
.h-car [data-car-brand-name="Alfa Romeo"] {
  --h-car-item-img-width: 58px;
}
.h-car__item {
  display: none;
}
.h-car__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h-car__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--999999);
  border-radius: 10px;
  padding: 20px;
  height: 98px;
  gap: 10px;
  color: var(--f5f5f5);
  width: 100%;
}
.h-car__item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h-car__item-img img {
  width: var(--h-car-item-img-width, 60px);
}
.h-car__item:nth-child(4) {
  --h-car-item-img-width: 59px;
}
.h-car__item:nth-child(5) {
  --h-car-item-img-width: 90px;
}
.h-car__item:nth-child(6) {
  --h-car-item-img-width: 98px;
}
.h-car__item:nth-child(7) {
  --h-car-item-img-width: 90px;
}
.h-car__item:nth-child(9) {
  --h-car-item-img-width: 43px;
}
.h-car__item:nth-child(10) {
  --h-car-item-img-width: 73px;
}
.h-car__item:nth-child(11) {
  --h-car-item-img-width: 53px;
}
.h-car__item:nth-child(12) {
  --h-car-item-img-width: 78px;
}
.h-car__item:nth-child(13) {
  --h-car-item-img-width: 74px;
}
.h-car__item:nth-child(14) {
  --h-car-item-img-width: 85px;
}
.h-car__item:nth-child(15) {
  --h-car-item-img-width: 66px;
}
.h-car__item:nth-child(17) {
  --h-car-item-img-width: 66px;
}
.h-car__item:nth-child(18) {
  --h-car-item-img-width: 71px;
}
.h-car__item:nth-child(19) {
  --h-car-item-img-width: 97px;
}
.h-car__item:nth-child(20) {
  --h-car-item-img-width: 46px;
}
.h-car__item:nth-child(21) {
  --h-car-item-img-width: 39px;
}
.h-car__item:nth-child(22) {
  --h-car-item-img-width: 57px;
}
.h-car__item:nth-child(23) {
  --h-car-item-img-width: 69px;
}
.h-car__item:nth-child(24) {
  --h-car-item-img-width: 71px;
}
.h-car__item:nth-child(26) {
  --h-car-item-img-width: 69px;
}
.h-car__item:nth-child(27) {
  --h-car-item-img-width: 75px;
}
.h-car__item:nth-child(28) {
  --h-car-item-img-width: 68px;
}
.h-car__item:nth-child(29) {
  --h-car-item-img-width: 51px;
}
.h-car__item:nth-child(30) {
  --h-car-item-img-width: 112px;
}
.h-car__item:nth-child(31) {
  --h-car-item-img-width: 96px;
}
.h-car__item:nth-child(32) {
  --h-car-item-img-width: 86px;
}
.h-car__item:nth-child(33) {
  --h-car-item-img-width: 91px;
}
.h-car__item:nth-child(34) {
  --h-car-item-img-width: 106px;
}
.h-car__item:nth-child(35) {
  --h-car-item-img-width: 49px;
}
.h-car__item:nth-child(36) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(37) {
  --h-car-item-img-width: 75px;
}
.h-car__item:nth-child(38) {
  --h-car-item-img-width: 71px;
}
.h-car__item:nth-child(39) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(40) {
  --h-car-item-img-width: 72px;
}
.h-car__item:nth-child(41) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(42) {
  --h-car-item-img-width: 37px;
}
.h-car__item:nth-child(43) {
  --h-car-item-img-width: 71px;
}
.h-car__item:nth-child(44) {
  --h-car-item-img-width: 82px;
}
.h-car__item:nth-child(45) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(46) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(47) {
  --h-car-item-img-width: 87px;
}
.h-car__item:nth-child(48) {
  --h-car-item-img-width: 62px;
}
.h-car__item:nth-child(49) {
  --h-car-item-img-width: 65px;
}
.h-car__item:nth-child(50) {
  --h-car-item-img-width: 72px;
}
.h-car__item:nth-child(51) {
  --h-car-item-img-width: 78px;
}
.h-car__item:nth-child(52) {
  --h-car-item-img-width: 54px;
}
.h-car__item:nth-child(54) {
  --h-car-item-img-width: 50px;
}
.h-car__item:nth-child(55) {
  --h-car-item-img-width: 43px;
}
.h-car__item:nth-child(56) {
  --h-car-item-img-width: 51px;
}
.h-car__item:nth-child(57) {
  --h-car-item-img-width: 31px;
}
.h-car__item:nth-child(58) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(59) {
  --h-car-item-img-width: 68px;
}
.h-car__item:nth-child(60) {
  --h-car-item-img-width: 76px;
}
.h-car__item:nth-child(61) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(62) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(63) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(64) {
  --h-car-item-img-width: 63px;
}
.h-car__item:nth-child(65) {
  --h-car-item-img-width: 76px;
}
.h-car__item:nth-child(66) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(67) {
  --h-car-item-img-width: 58px;
}
.h-car__item:nth-child(68) {
  --h-car-item-img-width: 67px;
}
.h-car__item:nth-child(69) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(70) {
  --h-car-item-img-width: 55px;
}
.h-car__item:nth-child(71) {
  --h-car-item-img-width: 56px;
}
.h-car__item:nth-child(72) {
  --h-car-item-img-width: 45px;
}
.h-car__btn {
  margin-top: 30px;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.h-car__btn.p-animate_active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.h-car__btn.active {
  display: block;
}
.h-car__breadcrumbs {
  margin-top: 40px;
  background: var(--f56e0f);
  padding: 20px 40px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  overflow-y: auto;
}
.h-car__breadcrumbs.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h-car__breadcrumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h-car__breadcrumb-link {
  color: var(--f5f5f5);
}
.h-car__breadcrumb-link:hover {
  color: var(--303038);
}
.h-car__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #d0d0d0;
}
.h-car__logo-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h-car__logo-img img {
  width: var(--h-car-item-img-width, 60px);
}
.h-car__logo-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 114%;
  text-transform: uppercase;
  color: #1b1b1c;
}
.h-car__steps {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.h-car__steps.active {
  display: grid;
}
.h-car__step {
  background: var(--f5f5f5);
  border-radius: 20px;
  min-height: 609px;
  display: none;
  opacity: 0;
}
.h-car__step.active {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.h-car__list {
  padding: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1b1b1c;
  display: grid;
  gap: 10px;
}
.h-car__list-link {
  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;
  width: 100%;
}
.h-car__list-link:hover {
  color: var(--f56e0f);
}
.h-car__data {
  display: none;
  margin-top: 30px;
}
.h-car__data.active {
  display: block;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.h-car__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.h-car__data-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 36px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  border: 1px solid var(--f5f5f5);
  border-radius: 75px;
  color: var(--f5f5f5);
}
.h-car__data-link.active,
.h-car__data-link:hover {
  background: var(--f5f5f5);
  color: var(--f56e0f);
}
.h-car__data-contents {
  margin-top: 30px;
}
.h-car__data-content {
  display: none;
}
.h-car__data-content.active {
  display: block;
}
.h-car__table {
  background: var(--f5f5f5);
  border-radius: 20px;
  overflow: hidden;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.h-car__table :is(th, td) {
  padding: 18px 30px;
  border: 1px solid #d0d0d0;
  text-align: center;
  font-weight: 500;
  color: #1b1b1c;
}
.h-car__table th {
  color: var(--f56e0f);
}
.h-car__table td:first-child {
  color: var(--f56e0f);
  text-align: left;
}
@media screen and (width <= 1324px) {
  .h-car__title {
    text-align: left;
    margin-bottom: 30px;
  }
  .h-car__items {
    gap: 12px;
  }
  .h-car__item-link {
    height: 84px;
    padding: 12px;
  }
}
@media screen and (width <= 1200px) {
  .h-car__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .h-car__steps {
    grid-template-columns: auto;
  }
  .h-car__step {
    min-height: auto;
  }
  .h-car__step:not(:last-child) {
    display: none;
  }
  .h-car__breadcrumbs {
    margin-top: 30px;
    padding: 20px 31px;
    gap: 40px;
    font-size: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 120%;
  }
  .h-car__table {
    font-size: 16px;
    line-height: 120%;
  }
  .h-car__table :is(th, td) {
    padding: 18px 20px;
  }
  .h-car__table th:nth-child(1) {
    width: 111px;
  }
  .h-car__table th:nth-child(2) {
    width: 204px;
  }
  .h-car__table th:nth-child(3) {
    width: 204px;
  }
  .h-car__table th:nth-child(4) {
    width: 204px;
  }
}
@media screen and (width <= 768px) {
  .h-car {
    padding-top: 100px;
  }
  .h-car .container {
    padding: 0;
  }
  .h-car__title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h-car__items {
    gap: 10px 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h-car__items.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h-car__item {
    width: calc(33.3333333333% - 8px);
  }
  .h-car__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    height: 104px;
    padding: 8px;
  }
  .h-car__item-img {
    min-height: 36px;
    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;
  }
  .h-car__item-title {
    margin-top: auto;
  }
  .h-car__breadcrumbs {
    margin-top: 20px;
    padding: 16px;
    gap: 20px;
    font-size: 14px;
    min-height: 92px;
    line-height: 143%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }
  .h-car__steps {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .h-car__logo {
    padding: 24px 29.5px;
  }
  .h-car__logo-title {
    font-size: 24px;
    line-height: 117%;
  }
  .h-car__list {
    font-size: 16px;
    line-height: 125%;
  }
  .h-car__data,
  .h-car__data-contents {
    margin-top: 20px;
  }
  .h-car__data-content {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--999999) #302e2e;
    width: 100%;
  }
  .h-car__data-content::-webkit-scrollbar {
    width: 12px;
  }
  .h-car__data-content::-webkit-scrollbar-track {
    background: #302e2e;
  }
  .h-car__data-content::-webkit-scrollbar-thumb {
    background-color: var(--999999);
    border-radius: 5px;
    border: 3px solid #302e2e;
  }
  .h-car__data-link {
    padding: 16px 20px;
  }
  .h-car__data-list {
    gap: 7px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h-car__table {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .h-car__table :is(th, td) {
    padding: 20px;
  }
  .h-car__table th:nth-child(n) {
    width: auto;
  }
}
@media screen and (width <= 370px) {
  .h-car__item-title {
    font-size: 12px;
  }
}
.h-links {
  padding: 100px 0;
  overflow: hidden;
}
.h-links.p-animate_active .h-links__left,
.h-links.p-animate_active .h-links__right {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.h-links__block {
  display: grid;
  grid-template-columns: 1fr 650px;
  gap: 20px;
}
.h-links__left {
  position: relative;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.h-links__left.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.h-links__img {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.h-links__img img:nth-child(2),
.h-links__img img:nth-child(3) {
  display: none;
}
.h-links__right,
.h-links__left {
  padding: 30px 0;
}
.h-links__right {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
.h-links__right.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.h-links__item {
  padding: 30px 0;
  border-bottom: 1px solid var(--999999);
}
.h-links__item.active .h-links__item-svg svg {
  -webkit-transform: rotate(90deg) scale(-1);
  transform: rotate(90deg) scale(-1);
}
.h-links__item-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 115px;
  cursor: pointer;
}
.h-links__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
.h-links__item-svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h-links__item-svg svg {
  -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;
}
.h-links__item-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  font-size: 20px;
  line-height: 120%;
}
.h-links__item-inner {
  padding-top: 16px;
}
.h-links__title {
  margin-bottom: 16px;
}
.h-links__text {
  max-width: 367px;
}
@media screen and (width <= 1340px) {
  .h-links {
    padding: 0;
  }
  .h-links__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .h-links__left {
    padding: 74px 0;
  }
  .h-links__right {
    padding: 44px 0;
  }
  .h-links__item {
    padding: 16px 0;
  }
  .h-links__item-title,
  .h-links__item-content {
    font-size: 16px;
    line-height: 125%;
  }
  .h-links__img {
    width: calc(100% + 24px);
  }
  .h-links__img img:nth-child(1) {
    display: none;
  }
  .h-links__img img:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (width <= 768px) {
  .h-links__img {
    width: calc(100% + 40px);
    right: -20px;
  }
  .h-links__img img:nth-child(2) {
    display: none;
  }
  .h-links__img img:nth-child(3) {
    width: 100%;
    display: block;
  }
  .h-links__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
  }
  .h-links__left {
    padding: 50px 0;
  }
  .h-links__text {
    max-width: 100%;
  }
  .h-links__item {
    padding: 19px 0;
  }
  .h-links__item-current {
    gap: 6px;
  }
  .h-links__right {
    padding: 0;
  }
}
