@charset "UTF-8";

/*
Theme Name: DONGFENG
Theme URI: https://wordpress.org/themes/
Author: the HTDev team
Author URI: https://htdev.ru
Description: 
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: 
License URI: 
Text Domain: 
Tags: 

DONGFENG WordPress Theme, (C) 2023 htdev.ru
*/

/* Variables */
:root {
	--swiper-theme-color: #007aff;

	/* Admin-bar height */
	--global--admin-bar--height: 0px;
}

.admin-bar {
	--global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {

	.admin-bar {
		--global--admin-bar--height: 46px;
	}
}


@-webkit-keyframes price-gradient {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes price-gradient {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}


/* MAIN STYLES */
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(19px);
      -ms-transform: scale(0.75) translateY(19px);
          transform: scale(0.75) translateY(19px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/dftruck/assets/fonts/Inter-Regular.woff2") format("woff2"), url("/wp-content/themes/dftruck/assets/fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/dftruck/assets/fonts/Inter-Bold.woff2") format("woff2"), url("/wp-content/themes/dftruck/assets/fonts/Inter-Bold.woff") format("woff");
}
/* beautify ignore:start */
/* beautify ignore:end */
/**
 * Remove repeating backgrounds in all browsers (opinionated).
 * Add border box sizing in all browsers (opinionated).
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

/**
 * Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
 * Breaks words to prevent overflow in all browsers (opinionated).
 * Remove gray overlay on links for iOS.
 */
html {
  height: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  margin: 0;
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

p,
form,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

input {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font: inherit;
}

textarea {
  overflow: auto;
  font: inherit;
  resize: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

img {
  position: relative;
}
img::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee;
  content: "Фото";
  color: #666;
  text-align: center;
}
img::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1c2d43;
  content: attr(alt);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
img [alt] {
  color: #1c2d43;
  font-size: 16px;
  text-align: center;
}

.wrapper {
  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: 100%;
  overflow: hidden;
  padding-top: 140px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 64px;
  }
}

.admin-bar .wrapper {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .admin-bar .wrapper {
    padding-top: 64px;
  }
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 768px) {
  .admin-bar .header {
    top: 46px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.main--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main.page {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .main.page {
    padding-top: 8px;
    padding-bottom: 50px;
  }
}
.main.stock-article {
  padding-bottom: 0;
}
.main.factory {
  padding-top: 0;
}
.main.service {
  padding-bottom: 0;
}
.main.leasing, .main.credit {
  padding-top: 0;
}

.container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.page__title {
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.page__title + p {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
@media (max-width: 1280px) {
  .page__title + p {
    max-width: 400px;
  }
}

.hidden,
[hidden] {
  display: none !important;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon svg {
  -webkit-transition: fill 0.3s ease-out 0s, stroke 0.3s ease-out 0s;
  transition: fill 0.3s ease-out 0s, stroke 0.3s ease-out 0s;
}

.article__container {
  max-width: 910px;
  margin: 0 auto;
}

.article__title {
  font-size: 48px;
  /* letter-spacing: -0.02em; */
  max-width: 900px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .article__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.article__date {
  color: #999;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .article__date {
    font-size: 15px;
  }
}
.article__img {
  margin: 48px -40px 0;
  height: 58.45vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .article__img {
    margin: 28px -20px 0;
    height: 38.7vw;
  }
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__text {
  padding: 100px 0 75px;
}

@media (max-width: 768px) {
  .article__text {
    padding: 30px 0 20px;
  }
}
.article__table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 16px;
  min-width: 420px;
}

@media (max-width: 768px) {
  .article__table {
    font-size: 13px;
  }
}
.article__table th {
  border-bottom: 1px solid #000;
  padding: 20px 16px 18px 0;
  width: 16.65%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .article__table th {
    font-size: 15px;
    width: auto;
  }
}
.article__table th:first-child {
  width: 50%;
}

@media (max-width: 768px) {
  .article__table th:first-child {
    width: 37%;
  }
}
.article__table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 22px 10px 22px 0;
}

@media (max-width: 768px) {
  .article__table td {
    padding-top: 14px;
    padding-bottom: 17px;
  }
}
.article__td-avail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 0C5.60833 0 0 5.60833 0 12.5C0 19.3917 5.60833 25 12.5 25C19.3917 25 25 19.3917 25 12.5C25 5.60833 19.3917 0 12.5 0ZM17.675 9.75833L11.8417 15.5917C11.675 15.75 11.4667 15.8333 11.25 15.8333C11.0333 15.8333 10.825 15.75 10.6583 15.5917L7.325 12.2583C7 11.9333 7 11.4 7.325 11.075C7.65 10.75 8.18333 10.75 8.50833 11.075L11.25 13.825L16.4917 8.575C16.8167 8.25 17.35 8.25 17.675 8.575C18 8.9 18 9.43333 17.675 9.75833Z' fill='%23999999'/%3E%3C/svg%3E");
  background-position: 0 50%;
}

.article__footer {
  border-top: 1px solid #000;
  /* padding-top: 100px; */
  margin: 0 -40px;
  padding: 108px 40px 0;
}

@media (max-width: 768px) {
  .article__footer {
    padding: 29px 0 0 20px;
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .article__footer .container {
    padding-right: 0;
  }
}
.article__footer h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 58px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .article__footer h3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30' fill='none'%3E%3Cg clip-path='url(%23clip0_300_1689)'%3E%3Cpath d='M9.14627 1.46338C7.34115 1.46338 5.85363 2.9509 5.85363 4.75606V13.6509C5.30987 12.9235 4.71833 12.3673 4.02441 12.1761C3.07308 11.9139 2.22082 12.2549 1.6464 12.5877C0.952567 13.1388 0.346541 13.5675 0.102982 14.4512C-0.125772 15.2848 0.0431388 16.1812 0.445969 17.218C2.37457 21.8389 4.71083 26.3187 7.59141 29.6227C7.79559 29.8575 8.10344 29.9986 8.41456 30H18.2924C18.5253 29.9993 18.7573 29.9219 18.9441 29.7828C20.0899 28.934 20.9456 27.5581 21.6651 25.9413C22.3845 24.3245 22.9267 22.4518 23.2085 20.625C23.4903 18.7983 23.5114 16.9917 23.0942 15.5031C22.6699 13.9892 21.5508 12.6344 19.8816 12.439C19.5989 12.431 19.2944 12.4771 19.047 12.5076C18.8319 12.0941 18.5427 11.7621 18.2238 11.5358C17.5974 11.0913 16.9787 10.9667 16.4403 10.9756C16.054 10.9821 15.7031 11.1134 15.3656 11.2957C15.2305 11.1345 15.1217 10.929 14.9655 10.8156C14.3408 10.3619 13.699 10.2439 13.1706 10.2439C12.9204 10.2439 12.6795 10.2819 12.4389 10.3354V4.75606C12.4389 2.9509 10.9514 1.46338 9.14627 1.46338ZM9.14627 3.6585C9.77329 3.6585 10.2438 4.12903 10.2438 4.75606V12.439C10.242 12.9346 10.6179 13.4061 11.1015 13.5144C11.585 13.6228 12.1263 13.3568 12.336 12.9078C12.7352 12.3898 13.1503 12.4016 13.6736 12.5877C13.8046 12.6828 13.9023 12.7374 13.9023 13.1707C13.9008 13.6617 14.2697 14.1295 14.7475 14.2424C15.2254 14.3553 15.7647 14.1021 15.983 13.6624C16.2684 13.0699 16.4544 13.1422 16.9548 13.3308C17.1049 13.4373 17.1949 13.49 17.1949 13.9024C17.1978 14.3246 17.4677 14.7331 17.8549 14.9015C18.242 15.0698 18.7249 14.9885 19.0356 14.7028C19.0477 14.727 19.5242 14.5727 19.6987 14.6342C20.3787 14.7371 20.7114 15.1251 20.9906 16.109C21.2798 17.1284 21.2981 18.6705 21.0477 20.2935C20.7974 21.9164 20.2837 23.632 19.6529 25.0496C19.0804 26.3361 18.3914 27.297 17.8237 27.8049H8.96334C6.91708 25.0338 2.19603 17.5797 2.21803 15.0457C2.5147 14.558 2.97676 14.2416 3.44133 14.2912C4.02342 14.5849 4.16801 14.8866 4.516 15.5145L5.96796 18.4185C6.18633 18.8582 6.72563 19.1114 7.20345 18.9985C7.68128 18.8856 8.05026 18.4178 8.04873 17.9268V4.75606C8.04873 4.12903 8.51925 3.6585 9.14627 3.6585Z' fill='%23999999'/%3E%3Cpath d='M25.6104 4.3883C25.6061 4.10145 25.4779 3.77709 25.2903 3.61082L21.9976 0.317955C21.6009 -0.0369777 20.8184 -0.1518 20.3971 0.272715C19.9757 0.697233 20.0036 1.4795 20.4541 1.87292L21.8718 3.29069H15.7323C15.1262 3.29069 14.6348 3.78212 14.6348 4.3883C14.6348 4.99452 15.1262 5.48593 15.7323 5.48593H21.8718L20.4541 6.9037C20.0036 7.29712 19.9347 8.11147 20.3971 8.50391C20.8264 8.86828 21.6237 8.89202 21.9976 8.45867L25.2903 5.16578C25.5256 4.93366 25.6017 4.68328 25.6104 4.3883Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_300_1689'%3E%3Crect width='25.6098' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: calc(100% - 20px) 50%;
    background-size: auto 30px;
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.breadcrumb {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .breadcrumb__item {
    font-size: 11px;
  }
}
.breadcrumb__item::before {
  display: block;
  width: 33px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='9' viewBox='0 0 33 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5H32M32 4.5L29 1.5M32 4.5L29 7.5' stroke='black'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}
@media (max-width: 768px) {
  .breadcrumb__item::before {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.breadcrumb__item:first-child {
  color: #000;
}
.breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb__item:last-child {
  color: #666;
}
.breadcrumb__item:hover {
  color: #E40521;
}
.breadcrumb__item--active:hover {
  color: #666;
}

.breadcrumb--short .breadcrumb__item {
  color: #000;
}
.breadcrumb--short .breadcrumb__item:first-child::before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breadcrumb--short .breadcrumb__item:not(:nth-child(2)) {
  display: none;
}
.breadcrumb--short .breadcrumb__item:nth-child(2)::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
}

.breadcrumb--white .breadcrumb__item {
  color: #fff;
}
.breadcrumb--white .breadcrumb__item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='9' viewBox='0 0 33 9' fill='none'%3E%3Cpath d='M0 4.5H32M32 4.5L29 1.5M32 4.5L29 7.5' stroke='white'/%3E%3C/svg%3E");
}
.breadcrumb--white .breadcrumb__item:last-child {
  color: #666;
}
.breadcrumb--white .breadcrumb__item:hover {
  color: #E40521;
}
.breadcrumb--white .breadcrumb__item--active:hover {
  color: #666;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px;
  background-color: #E40521;
  color: #fff;
  line-height: 1.125;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  max-width: 266px;
  width: 100%;
}
@media (max-width: 1024px) {
  .button {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .button {
    font-size: 15px;
    max-width: 400px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover) {
  .button:hover, .button:active {
    background-color: #000;
  }
}

.button--gray {
  background-color: #353535;
}

.button--black {
  background-color: #000;
}
@media (hover) {
  .button--black:hover, .button--black:active {
    background-color: #E40521;
  }
}

.button--outline-white {
  background-color: transparent;
  border: 1px solid #fff;
}
@media (hover) {
  .button--outline-white:hover, .button--outline-white:active {
    background-color: #000;
    border-color: #000;
  }
}

.button--outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px 8px;
}
@media (hover) {
  .button--outline-black:hover, .button--outline-black:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}

.button--fullwidth {
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
  height: auto;
  min-height: 85px;
  padding: 25px 120px 25px 44px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .button--fullwidth {
    border-radius: 12px;
    font-size: 10px;
    line-height: 1.1;
    padding: 10px 70px 10px 10px;
  }
}
.button--fullwidth span {
  display: block;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 768px) {
  .button--fullwidth span {
    max-width: 100%;
  }
}
.button--fullwidth::before {
  content: "";
  display: block;
  position: absolute;
  right: 46px;
  top: calc(50% - 16px);
  width: 45px;
  height: 34px;
  z-index: 3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='33' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M1 16.5h43m0 0L27.875 1M44 16.5 27.875 32'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .button--fullwidth::before {
    right: 16px;
    top: calc(50% - 11px);
    width: 30px;
    height: 22px;
    background-size: contain;
  }
}
.button--fullwidth:hover, .button--fullwidth:active {
  color: #000;
  background-color: #fff;
}
.button--fullwidth:hover::before {
  right: 40px;
}
@media (max-width: 768px) {
  .button--fullwidth:hover::before {
    right: 14px;
  }
}


.processing button,
.processing button:hover {
  background-color: #d0d0d0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social a {
  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;
  width: 50px;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 50%;
  text-decoration: none;
  outline: 0;
  -webkit-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
.social img,
.social svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.social a:hover {
  border-color: #ffffff;
}

.form__step {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form__step--2 {
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .form__step--2 {
    padding-top: 0;
    margin-top: -20px;
  }
}
.form__step--active {
  opacity: 1;
  max-height: 10000px;
}
.form__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .form__subtitle {
    font-size: 16px;
  }
}
.form__subtitle--short {
  max-width: 660px;
}
.form__section:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .form__section:not(:first-child) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .form__section:not(:first-child) {
    margin-top: 0;
  }
}
.form__radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding: 1px;
  background-color: #999;
  gap: 1px;
}
@media (max-width: 1024px) {
  .form__radio {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .form__radio {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__radio > * {
  height: 100%;
}
.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .form__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row--add {
  position: relative;
}
@media (max-width: 1024px) {
  .form__row--select {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row--text {
  margin-top: 65px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .form__row--text {
    margin-top: 80px;
  }
}
.form__row--text p {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .form__row--text p {
    padding: 0;
  }
}
.form__col > .field:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .form__col > .field:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .form__col {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .form__col {
    margin: 0;
  }
}
.form__add {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: #DEDEDE;
  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;
  position: absolute;
  right: -20px;
  bottom: 22px;
  -webkit-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .form__add {
    bottom: 4px;
    right: 0;
  }
}
.form__add::before, .form__add::after {
  content: "";
  background-color: #000;
  display: block;
  -webkit-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
}
.form__add::before {
  width: 11px;
  height: 1px;
}
.form__add::after {
  width: 1px;
  height: 11px;
  position: absolute;
  left: 11px;
  top: 6px;
}
.form__add:hover {
  background-color: #000;
}
.form__add:hover::before, .form__add:hover::after {
  background-color: #fff;
}
.form__add--text {
  margin-left: auto;
  position: relative;
  bottom: 0;
  right: 0;
}
.form__add--founderSurvey {
  bottom: 22px;
  right: -20px;
}
@media (max-width: 768px) {
  .form__add--founderSurvey {
    bottom: 4px;
    right: 0px;
  }
}
.form__box {
  position: relative;
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .form__box {
    margin-bottom: 34px;
  }
}
.form__box-inner {
  background-color: #f3f3f3;
  padding: 28px 40px 38px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .form__box-inner {
    padding: 8px 8px 30px;
    margin-top: 16px;
  }
}
.form__box-add {
  bottom: -34px;
  left: auto;
  right: 0;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}
.form__box-add label {
  font-size: 12px;
  text-decoration: underline;
  padding-right: 10px;
  cursor: pointer;
}
.form__box-add:hover label {
  text-decoration: none;
}

.field {
  position: relative;
}
@media (max-width: 768px) {
  .field--2rows .field__input {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .field--3rows .field__input {
    min-height: 90px;
    padding-top: 55px;
  }
}
.field__input {
  display: block;
  width: 100%;
  padding: 20px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #999;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: border-color 0.3s ease-out 0s;
  transition: border-color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .field__input {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .field__input {
    padding: 22px 10px 2px;
    min-height: 60px;
  }
}
.field__input:focus {
  border-color: #000;
  outline: 0;
}
.field__input:focus + .field__label {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 0;
  bottom: auto;
}
@media (max-width: 768px) {
  .field__input:focus + .field__label {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    top: 7px;
    max-height: 22px;
    overflow: hidden;
       text-overflow: ellipsis;
  }
}
.field__input:focus + .field__label small {
  display: none;
}
.field__input:not(:-moz-placeholder-shown) + .field__label {
  transform: scale(0.6);
  transform-origin: 0 0;
  top: 0;
  bottom: auto;
}
.field__input:not(:-ms-input-placeholder) + .field__label {
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  top: 0;
  bottom: auto;
}
.field__input:not(:placeholder-shown) + .field__label {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  top: 0;
  bottom: auto;
}
@media (max-width: 768px) {
  .field__input:not(:-moz-placeholder-shown) + .field__label {
    transform: scale(0.8);
    top: 7px;
  }
  .field__input:not(:-ms-input-placeholder) + .field__label {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    top: 7px;
  }
  .field__input:not(:placeholder-shown) + .field__label {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    top: 7px;
  }
}
.field__input:not(:-moz-placeholder-shown) + .field__label small {
  display: none;
}
.field__input:not(:-ms-input-placeholder) + .field__label small {
  display: none;
}
.field__input:not(:placeholder-shown) + .field__label small {
  display: none;
}
.field__input:invalid {
  border-color: #E40521;
}
.field__input::-webkit-input-placeholder {
  opacity: 0;
}
.field__input::-moz-placeholder {
  opacity: 0;
}
.field__input:-ms-input-placeholder {
  opacity: 0;
}
.field__input::-ms-input-placeholder {
  opacity: 0;
}
.field__input::placeholder {
  opacity: 0;
}
.field__label {
  color: #999;
  font-size: 20px;
  position: absolute;
  left: 20px;
  bottom: 21px;
  -webkit-transition: top 0.3s ease-out 0s, bottom 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: top 0.3s ease-out 0s, bottom 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, top 0.3s ease-out 0s, bottom 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, top 0.3s ease-out 0s, bottom 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .field__label {
    font-size: 15px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .field__label {
    bottom: 12px;
  }
}
.field__label span {
  display: block;
}
.field__label small {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 2px;
}
.field__label--full {
  bottom: 8px;
}
.field__textarea textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 0;
  border: 1px solid #999;
  min-height: 146px;
}
@media (max-width: 768px) {
  .field__textarea textarea {
    min-height: 120px;
  }
}
.field__textarea textarea:focus {
  border-color: #000;
  outline: 0;
}
.field__textarea textarea:focus + .field__label {
  opacity: 0;
}
.field__textarea textarea:not(:-moz-placeholder-shown) + .field__label {
  opacity: 0;
}
.field__textarea textarea:not(:-ms-input-placeholder) + .field__label {
  opacity: 0;
}
.field__textarea textarea:not(:placeholder-shown) + .field__label {
  opacity: 0;
}
.field__textarea textarea::-webkit-input-placeholder {
  opacity: 0;
}
.field__textarea textarea::-moz-placeholder {
  opacity: 0;
}
.field__textarea textarea:-ms-input-placeholder {
  opacity: 0;
}
.field__textarea textarea::-ms-input-placeholder {
  opacity: 0;
}
.field__textarea textarea::placeholder {
  opacity: 0;
}
.field__textarea .field__label {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 90%;
}
@media (max-width: 768px) {
  .field__textarea .field__label {
    left: 20px;
    top: 40px;
    width: 85%;
  }
}
.field__textarea .field__label span {
  display: block;
}
.field__textarea .field__label small {
  display: block;
  font-size: 14px;
}
.field__radio {
  height: 100%;
}
.field__radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.field__radio input:checked + label {
  background-color: #000;
  color: #fff;
  margin-left: -1px;
  margin-right: -1px;
}
.field__radio-label {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 768px) {
  .field__radio-label {
    padding: 7px 10px;
    gap: 15px;
  }
}
.field__radio-icon {
  background-color: #E40521;
  width: 55px;
  height: 55px;
  border-radius: 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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .field__radio-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .field__radio-icon img {
    width: 20px;
    height: auto;
  }
}
.field__select .nice-select,
.field__select .nice-select:hover {
  width: 100%;
  font-size: 20px;
  height: auto;
  border-bottom: 1px solid #999;
  background-color: transparent;
  padding: 20px 40px 20px 20px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: border-color 0.3s ease-out 0s;
  transition: border-color 0.3s ease-out 0s;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #999;
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1024px) {
  .field__select .nice-select,
.field__select .nice-select:hover {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .field__select .nice-select,
.field__select .nice-select:hover {
    padding: 25px 30px 9px 10px;
  }
}
.field__select .nice-select::after,
.field__select .nice-select:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5.5px 0 5.5px;
  border-color: #999 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  right: 20px;
  top: 50%;
  position: absolute;
}
@media (max-width: 768px) {
  .field__select .nice-select::after,
.field__select .nice-select:hover::after {
    right: 12px;
    top: calc(50% + 8px);
  }
}
.field__select .nice-select:focus {
  border-bottom-color: #000;
}
.field__select .nice-select.open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.field__select .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
}
.field__select .current {
  color: #999;
  white-space: normal;
  overflow: hidden;
}
.field__select .current.active {
  color: #000;
}
.field__select .option {
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  background: none;
  white-space: normal;
}
.field__select .option:hover {
  color: #E40521;
  background: none;
}
.field--invalid .field__input {
  border-color: #E40521;
}
.field--invalid .field__label {
  color: #E40521;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .checkbox {
    font-size: 13px;
  }
}
.checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  left: 50%;
  bottom: 0;
}
.checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M3.82299 10C3.68856 10.0004 3.55539 9.9741 3.43119 9.92267C3.30699 9.87124 3.19423 9.79568 3.09944 9.70036L0.0227296 6.62407C0.00817244 6.60944 0 6.58965 0 6.56901C0 6.54838 0.00817244 6.52858 0.0227296 6.51396L1.35945 5.17724C1.37405 5.16265 1.39386 5.15446 1.4145 5.15446C1.43515 5.15446 1.45495 5.16265 1.46956 5.17724L3.82313 7.53081L11.3302 0.0227864C11.3448 0.0081957 11.3646 0 11.3852 0C11.4059 0 11.4257 0.0081957 11.4403 0.0227864L12.777 1.35937C12.7916 1.37399 12.7997 1.39379 12.7997 1.41442C12.7997 1.43506 12.7916 1.45485 12.777 1.46947L4.5464 9.70009C4.45165 9.79545 4.33893 9.87106 4.21475 9.92254C4.09057 9.97402 3.95741 10.0003 3.82299 10Z' fill='black'/%3E%3C/svg%3E");
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .checkbox label {
    gap: 10px;
  }
}
.checkbox label::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #dedede;
  background-position: 50% 50%;
  background-size: 13px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox label a {
  text-decoration: underline;
}

[class*=ground-pane] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 115px;
}
@media (max-width: 1024px) {
  .news-card {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.news-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41.2%;
}
@media (max-width: 768px) {
  .news-card__img {
    width: 100%;
  }
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__text time {
  display: block;
  color: #999;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  font-size: 13px;
}
.news-card__text h3 {
  margin-top: 5px;
  font-size: 20px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .news-card__text h3 {
    font-size: 15px;
    margin-top: 10px;
  }
}
.news-card__text h3 a {
  color: inherit;
  text-decoration: none;
}
.news-card__text p {
  margin-top: 12px;
  font-size: 14px;
  color: #353535;
  max-width: 450px;
}
.news-card__text > a {
  display: block;
  font-size: 14px;
  color: #999;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media (hover) {
  .news-card__text > a:hover, .news-card__text > a:active {
    color: #E40521;
  }
}

.page .news-card__img {
  width: 41.425%;
}
@media (max-width: 768px) {
  .page .news-card__img {
    width: 100%;
    height: 46vw;
  }
}

.pagination {
  position: relative;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__link {
  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: 5px;
  width: 70px;
  height: 70px;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .pagination__link {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .pagination__link {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
@media (hover) {
  .pagination__link:hover {
    color: #E40521;
  }
}
.pagination__link--active {
  border-color: #000;
}
.pagination__link--active:hover {
  color: #000;
}
.pagination__link--dots {
  width: 20px;
  padding: 0;
}
.pagination__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
}
@media (max-width: 1024px) {
  .pagination__button {
    position: static;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 280px;
    font-size: 15px;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet {
  display: block;
  width: 35px;
  height: 15px;
  background-color: #000;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
}
.swiper-pagination-bullet:hover {
  background-color: #E40521;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #E40521;
  opacity: 1;
}

@media (max-width: 1024px) {
  .table-wrapper {
    overflow-x: auto;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .table {
    font-size: 13px;
  }
}
.table__caption {
  background-color: #F3F3F3;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 21px;
}
@media (max-width: 1024px) {
  .table__caption {
    font-size: 20px;
    text-align: left;
  }
}
.table tr:nth-child(2) td {
  border-top: none;
}
.table tr.table__subtitle td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.table tr.table__total td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table th {
  padding: 24px 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .table th {
    font-size: 13px;
  }
}
.table td {
  padding: 23px 4px;
  border-top: 1px solid #d9d9d9;
  min-width: 62px;
  text-align: center;
}
.table td:first-child {
  text-align: left;
  padding-left: 0;
}
.table td:nth-child(2n+2) {
  background-color: #f3f3f3;
}
.table td.table__check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 0C5.60833 0 0 5.60833 0 12.5C0 19.3917 5.60833 25 12.5 25C19.3917 25 25 19.3917 25 12.5C25 5.60833 19.3917 0 12.5 0ZM17.675 9.75833L11.8417 15.5917C11.675 15.75 11.4667 15.8333 11.25 15.8333C11.0333 15.8333 10.825 15.75 10.6583 15.5917L7.325 12.2583C7 11.9333 7 11.4 7.325 11.075C7.65 10.75 8.18333 10.75 8.50833 11.075L11.25 13.825L16.4917 8.575C16.8167 8.25 17.35 8.25 17.675 8.575C18 8.9 18 9.43333 17.675 9.75833Z' fill='%23999999'/%3E%3C/svg%3E");
  background-position: 50% 50%;
}

.title {
  font-size: 64px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.subtitle {
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 20px;
  }
}

.text > * {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .text > * {
    margin-bottom: 20px;
  }
}
.text h2 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text h2 {
    font-size: 20px;
    line-height: normal;
  }
}
.text ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.text li:not(:last-child) {
  margin-bottom: 20px;
}
.text ol {
  list-style-type: number;
}

.text-block {
  margin: 100px 0 0;
  max-width: 1030px;
}
@media (max-width: 1024px) {
  .text-block {
    margin: 40px 0 0;
  }
}
.text-block p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .text-block p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .text-block p {
    font-size: 15px;
  }
}
.text-block ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10.5%;
     -moz-column-gap: 10.5%;
          column-gap: 10.5%;
}
@media (max-width: 768px) {
  .text-block ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.text-block li {
  font-size: 20px;
  line-height: 1.4;
  /* margin-bottom: 30px; */
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  break-inside: avoid-column;
}
@media (max-width: 1024px) {
  .text-block li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text-block li {
    font-size: 15px;
    padding: 0 10px 20px 20px;
    /* margin-bottom: 20px; */
  }
}
.text-block li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E40521;
  position: absolute;
  left: 1px;
  top: 5px;
}
@media (max-width: 768px) {
  .text-block li::before {
    width: 10px;
    height: 10px;
  }
}

.modal__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  background: rgba(0, 0, 0, 0.3);
}
.modal__container {
  position: relative;
  z-index: 101;
  width: 94%;
  max-width: 1360px;
  max-height: 100vh;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal__container {
    width: 100%;
  }
}
.modal__content {
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .modal__content {
    padding: 40px 30px;
  }
}
.modal__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .modal__title {
    font-size: 20px;
  }
}
.modal__subtitle {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .modal__subtitle {
    font-size: 16px;
  }
}
.modal__button {
  margin: 26px auto 0;
}
@media (max-width: 768px) {
  .modal__button {
    margin-top: 15px;
  }
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.modal__close svg {
  fill: #999;
  -webkit-transition: fill 0.3s ease-out 0s;
  transition: fill 0.3s ease-out 0s;
}
.modal__close:hover .truck-test__close svg {
  fill: #E40521;
}
.modal__close:hover svg {
  fill: #E40521;
}
.modal__form {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .modal__form {
    margin-top: 0;
  }
}
.modal__form .field {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .modal__form .field {
    margin-bottom: 0;
  }
}
.modal__form .form__row {
  gap: 0 40px;
}
.modal__form .form__row--textarea {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .modal__form .form__row--textarea {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .modal__form .form__row--textarea textarea {
    margin-top: 20px;
  }
}
.modal--small .modal__container {
  max-width: 600px;
}
.modal--cookies .modal__overlay {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal--cookies .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media (max-width: 768px) {
  .modal--cookies .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.modal--cookies .modal__content p {
  font-size: 12px;
  line-height: 1.3;
}
.modal--cookies .modal__content .button {
  margin: 0 0 0 20px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  outline: 0;
}
@media (max-width: 768px) {
  .modal--cookies .modal__content .button {
    margin: 20px auto 0;
    height: auto;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0;
}
@media (max-width: 768px) {
  .stock {
    margin: 0 -10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stock-item {
  width: 22.135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.4325% 100px;
}
@media (max-width: 1200px) {
  .stock-item {
    width: 29.83%;
    margin-left: 1.75%;
    margin-right: 1.75%;
  }
}
@media (max-width: 768px) {
  .stock-item {
    width: 48%;
    margin: 0 0 40px;
  }
}
.stock-item__image {
  width: 100%;
  height: 210px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .stock-item__image {
    height: 40.5vw;
    margin-bottom: 10px;
  }
}
.stock-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock-item__title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .stock-item__title {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 5px;
  }
}
.stock-item__desc {
  font-size: 16px;
  line-height: 1.35;
  margin: auto 0 0;
  padding-bottom: 19px;
  border-bottom: 1px solid #B0B0B0;
}
@media (max-width: 768px) {
  .stock-item__desc {
    font-size: 10px;
    line-height: 1.35;
    padding-bottom: 10px;
  }
}
.stock-item__desc span {
  display: block;
}
.stock-item__price {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .stock-item__price {
    font-size: 15px;
    margin: 10px 0 9px;
  }
}
.stock-item__price i {
  font-style: normal;
  color: #E40521;
  letter-spacing: 0;
}
.stock-item__price s {
  font-size: 0.645em;
  font-weight: 400;
  margin-right: 2px;
}
.stock-item__btn {
  font-weight: 400;
  letter-spacing: 0.7px;
  width: 148px;
  height: 38px;
  padding: 0;
}
@media (max-width: 768px) {
  .stock-item__btn {
    width: 115px;
    height: 32px;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

.stock-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .stock-article__content {
    margin-bottom: 40px;
  }
}
.stock-article .title {
  width: 100%;
}
@media (min-width: 768px) {
  .stock-article .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.stock-article__left {
  width: 50%;
  margin-right: 8.3%;
}
@media (max-width: 1024px) {
  .stock-article__left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.stock-article__right {
  width: 41.7%;
}
@media (max-width: 1024px) {
  .stock-article__right {
    width: 100%;
  }
}
.stock-article__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
}
.stock-article__price s {
  font-size: 0.8em;
}
.stock-article__price i {
  font-style: normal;
  color: #e40521;
}
.stock-article__params {
  margin: 18px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px auto;
  grid-template-columns: 140px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .stock-article__params {
    font-size: 16px;
    line-height: 1.3;
    padding: 16px 0;
    -ms-grid-columns: 130px auto;
    grid-template-columns: 130px auto;
  }
}
.stock-article__params dt {
  margin: 4px 0;
  padding: 0;
  font-size: 0.78em;
  color: #999;
}
@media (max-width: 768px) {
  .stock-article__params dt {
    font-size: 0.875em;
  }
}
.stock-article__params dd {
  margin: 4px 0;
  padding: 0;
}
.stock-article__desc {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .stock-article__desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
.stock-article__desc label {
  color: #999;
  font-size: 0.75em;
  display: block;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .stock-article__desc label {
    font-size: 0.875em;
    padding: 4px 0 8px;
  }
}
.stock-article__desc p {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .stock-article__desc p {
    margin: 0 0 22px;
  }
}
.stock-article__desc p:last-child {
  margin-bottom: 0;
}
.stock-article__slider {
  max-height: 490px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .stock-article__slider {
    margin: 0 -20px;
    max-height: none;
    height: 72vw;
  }
}
@media (max-width: 768px) {
  .stock-article__thumbs {
    margin: 10px -10px 0;
  }
}
.stock-article__thumbs .swiper-slide {
  width: 111px;
  height: 80px;
}
@media (max-width: 768px) {
  .stock-article__thumbs .swiper-slide {
    width: 70px;
    height: 50px;
  }
}

.stock-article__thumbs .swiper-slide {
  border: 1px solid transparent;
}
.stock-article__thumbs .swiper-slide-thumb-active {
  border: 3px solid #e40521;
}
.stock-article__thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stock-article__thumbs .swiper-button-prev,
.stock-article__thumbs .swiper-button-next {
	border-radius: 50%;
	overflow: hidden;
	opacity: 0.7;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23e40521' stroke='%23e40521' viewBox='0 0 100 100'%3E%3Cpath d='m44.942 50.412 14.037-15.487a1.998 1.998 0 1 0-2.963-2.685L40.784 49.044a1.987 1.987 0 0 0-.493 1.598 1.984 1.984 0 0 0 .647 1.539L57.74 67.412a1.996 1.996 0 0 0 2.826-.138 1.999 1.999 0 0 0-.139-2.824L44.942 50.412z'/%3E%3Cpath d='M84.133 49.756c0-18.448-15.01-33.457-33.458-33.457S17.218 31.308 17.218 49.756c0 18.449 15.009 33.458 33.457 33.458s33.458-15.009 33.458-33.458zM50.675 79.214c-16.243 0-29.457-13.215-29.457-29.458 0-16.242 13.214-29.457 29.457-29.457 16.243 0 29.458 13.215 29.458 29.457 0 16.243-13.215 29.458-29.458 29.458z'/%3E%3C/svg%3E");
}
.stock-article__thumbs .swiper-button-next {
	transform: scale(-1);
}
.stock-article__thumbs .swiper-button-prev::after,
.stock-article__thumbs .swiper-button-next::after {
  content: '';
}
[data-fancybox]:hover {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.805 15.801 21 21M10.5 7.5v6m-3-3h6m4.5 0a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z'/%3E%3C/svg%3E") 24 24, pointer;
}

.stock-section {
  margin: 100px 0 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .stock-section {
    margin: 50px 0 0;
    padding-bottom: 50px;
  }
}
.stock-section::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stock-section__slider {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .stock-section__slider {
    margin: 20px -20px 0 0;
  }
}
.stock-section .stock-item {
  margin: 0;
  width: 240px;
  height: auto;
}
@media (min-width: 1024px) {
  .stock-section .stock-item {
    width: 310px;
  }
}
.stock-section .stock-item__image {
  height: 215px;
}

.header {
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    background-color: #fff;
  }
  .header--active {
    background-color: #f3f3f3;
  }
}
.header .container {
  padding: 0;
}
@media (max-width: 768px) {
  .header .container {
    padding: 0 20px;
  }
}
.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 70px 1fr;
  grid-template-rows: 70px 1fr;
  -ms-grid-columns: 1fr 266px;
  grid-template-columns: 1fr 266px;
}
@media (max-width: 1024px) {
  .header__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 78px 1fr 50px;
    grid-template-rows: 78px 1fr 50px;
    opacity: 0;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 48px;
    background-color: #f6f6f6;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding-top: 80px;
    -ms-grid-rows: 55px 1fr 50px;
    grid-template-rows: 55px 1fr 50px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  padding-left: 280px;
}
@media (max-width: 1024px) {
  .header__top {
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
@media (max-width: 1360px) {
  .header__contacts {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header__contacts {
    padding: 15px 20px 20px;
    font-size: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .header__contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 19px 20px;
  }
}
.header__mobile {
  position: relative;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 40px;
  margin-right: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header__logo {
    padding: 16px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 768px) {
  .header__logo {
    padding: 0;
    background-color: transparent;
  }
}
.header__logo a {
  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) {
  .header__logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__logo .logo {
  display: block;
  width: 240px;
  height: auto;
}
@media (max-width: 1360px) {
  .header__logo .logo {
    width: 190px;
  }
}
.header__button-nav {
  display: none;
}
@media (max-width: 1024px) {
  .header__button-nav {
    display: block;
    height: 20px;
    width: 20px;
  }
  .header--active .button-nav svg {
    height: 20px;
  }
  .button-nav:hover rect {
    fill: #e40521;
  }
  .button-nav rect {
    transition: 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
  }
  .header--active .button-nav rect:first-child {
    transform: rotate(45deg) translate(-2px, -3px);
    width: 30px;
  }
  .header--active .button-nav rect:last-child {
    transform: rotate(-45deg) translate(-14px, -1px);
    width: 30px;
  }
  .header--active .button-nav rect:nth-child(2) {
    opacity: 0;
  }
}
.header__address {
  margin-right: 56px;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .header__address {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .header__address {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #666;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .header__address {
    width: 100%;
    margin: 0 0 6px;
  }
}
.header__email {
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .header__email {
    margin-right: 20px;
  }
}
.header__tel {
  margin-right: 70px;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .header__tel {
    margin-right: 20px;
  }
}
.header .header__mobiletel {
  display: none;
}
@media (max-width: 1024px) {
  .header .header__mobiletel {
    display: block;
    margin: 0 40px 0 auto;
  }
}
@media (max-width: 567px) {
  .header .header__mobiletel {
    margin: 0 auto;
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23E40521' d='M15 2a1 1 0 0 1 1-1h6a.996.996 0 0 1 .918.603c.052.12.081.252.082.39V8a1 1 0 1 1-2 0V4.414l-5.364 5.364a1 1 0 0 1-1.414-1.414L19.586 3H16a1 1 0 0 1-1-1Z'/%3E%3Cpath fill='%23E40521' fill-rule='evenodd' d='M2.012 5.602C1.833 3.5 3.616 2 5.512 2h2.374c1.133 0 2.155.682 2.59 1.728l1.17 2.814c.4.963.233 2.068-.433 2.87L9.96 10.918a13.926 13.926 0 0 0 2.985 3.251l1.638-1.367a2.805 2.805 0 0 1 2.879-.436l2.802 1.17a2.805 2.805 0 0 1 1.724 2.589c0 .39.003.781.006 1.176v.002c.003.392.006.79.006 1.188 0 1.896-1.5 3.679-3.602 3.5-8.54-.73-15.658-7.828-16.386-16.389ZM5.512 4c-.944 0-1.57.706-1.507 1.433.645 7.588 6.992 13.918 14.563 14.565.726.062 1.432-.563 1.432-1.507 0-.39-.003-.78-.006-1.175v-.002c-.003-.393-.006-.79-.006-1.189a.805.805 0 0 0-.495-.743l-2.802-1.17a.805.805 0 0 0-.826.125l-2.832 2.365-.628-.442a15.878 15.878 0 0 1-4.538-4.922l-.354-.605 2.162-2.6a.805.805 0 0 0 .124-.824L8.63 4.496A.805.805 0 0 0 7.886 4H5.512Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: contain;
  }
}
.header__nav {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.header__buttons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  display: -ms-grid;
  display: grid;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .header__buttons {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .header__buttons .button {
    width: 100%;
    max-width: 100%;
  }
}
.header__buttons--single {
  grid-area: 1/2/1/3;
}
@media (max-width: 1024px) {
  .header__buttons--single {
    grid-area: 3/1/4/2;
	  grid-template-columns: none;
  }
}
.header__button {
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  color: #000;
}
@media (max-width: 1024px) {
  .header__button {
    border: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
}
@media (hover) {
  .header__button:hover, .header__button:active {
    color: #fff;
    border-left-color: #000;
  }
}

.header--active .header__container {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.nav {
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f3f3;
  padding-left: 40px;
}
@media (max-width: 1360px) {
  .nav {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .nav {
    padding: 40px 19px 28px;
  }
}
.nav__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: 0px 45px; */
  gap: 0 36px;
}
@media (max-width: 1024px) {
  .nav__list {
    width: 100%;
  }
}
.nav__list .sub-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 25px;
  background: #f3f3f3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.73, 0.29, 0, 1);
  transition: 0.5s cubic-bezier(0.73, 0.29, 0, 1);
}
@media (max-width: 1024px) {
  .nav__list .sub-menu-wrapper {
    position: static;
    margin: 0;
    opacity: 1;
    margin: 0;
    padding: 0 20px;
  }
}
.nav__list .sub-menu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  max-width: 1440px;
  background: #d9d9d9;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s 1s ease-in-out;
  transition: 0.5s 1s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__list .sub-menu-wrapper::before {
    display: none;
  }
}
.nav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1390px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .nav__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav__list ul a {
  padding: 26px 0;
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .nav__list ul a {
    margin: 0;
    padding: 10px 0;
  }
}
.nav__list .sub-menu-toggle {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  position: relative;
}
@media (max-width: 1024px) {
  .nav__list .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 9px;
    width: 24px;
    height: 24px;
  }
}
.nav__list .sub-menu-toggle::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.8px 4.5px 0 4.5px;
  border-color: #1B1C22 transparent transparent transparent;
}
@media (max-width: 1024px) {
  .nav__list .sub-menu-toggle::before {
    display: block;
    top: 10px;
    left: auto;
    right: 0;
    border: 0;
    width: 10px;
    height: 2px;
    background-color: #1B1C22;
  }
}
@media (max-width: 1024px) {
  .nav__list .sub-menu-toggle::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #1B1C22;
    position: absolute;
    top: 6px;
    left: auto;
    right: 4px;
  }
}
.nav__list .menu-item-has-children {
  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;
}
@media (max-width: 1024px) {
  .nav__list .menu-item-has-children {
    -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: flex-start;
    position: relative;
    width: 100%;
  }
}
.nav__list .menu-item-has-children.sub-menu-opened .sub-menu-wrapper {
  max-height: 500px;
  opacity: 1;
}
.nav__list .menu-item-has-children.sub-menu-opened .sub-menu-wrapper::before {
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav__list .menu-item-has-children.sub-menu-opened > a {
  color: #E40521;
}
.nav__list .menu-item-has-children.sub-menu-opened .sub-menu-toggle::before {
  top: 2px;
  border-top-color: #E40521;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .nav__list .menu-item-has-children a:hover {
    color: #E40521;
  }
  .nav__list .menu-item-has-children:hover .sub-menu-wrapper {
    max-height: 500px;
    opacity: 1;
  }
  .nav__list .menu-item-has-children:hover .sub-menu-wrapper::before {
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav__list .menu-item-has-children:hover > a {
    color: #E40521;
  }
  .nav__list .menu-item-has-children:hover .sub-menu-toggle::after {
    opacity: 0;
  }
  .nav__list .menu-item-has-children:hover .sub-menu-toggle::before {
    top: 2px;
    border-top-color: #E40521;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media (max-width: 1024px) {
  .nav__list .menu-item-has-children.sub-menu-opened .sub-menu-toggle::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 10px;
    background-color: #E40521;
  }
}
@media (max-width: 1024px) {
  .nav__list .menu-item-has-children.sub-menu-opened .sub-menu-toggle::after {
    opacity: 0;
  }
}
@media (max-width: 1360px) {
  .nav__list {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .nav__list {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .nav__list {
    -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: flex-start;
    gap: 0;
  }
}
.nav__link {
  display: block;
  padding: 26px 0;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .nav__link {
    padding: 10px 0;
  }
}
@media (hover) {
  .nav__link:hover, .nav__link:active {
    color: #E40521;
  }
}

.current-menu-item > a {
  color: #E40521;
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer__top {
  padding-top: 80px;
  padding-bottom: 36px;
}
@media (max-width: 1280px) {
  .footer__top {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .footer__top {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer__logo {
  display: block;
  width: 210px;
}
.footer__logo .logo {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logo .logo g {
  fill: #fff !important;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__socials {
  margin: -10px 90px 0 auto;
}
@media (max-width: 1280px) {
  .footer__socials {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .footer__socials {
    margin: auto 0 0 auto;
  }
}
@media (max-width: 768px) {
  .footer__socials {
    margin: 50px 0 0;
    position: relative;
  }
  .footer__socials::before {
    content: "";
    display: block;
    height: 1px;
    background: #1E1E1E;
    position: absolute;
    left: -30px;
    right: -30px;
    top: -21px;
  }
}
.footer__socials p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer__socials p {
    margin-bottom: 16px;
  }
}
.footer__contacts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .footer__contacts {
    gap: 5px;
  }
}
.footer__address {
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .footer__address {
    font-size: 15px;
  }
}
.footer__tel {
  font-size: 40px;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer__tel {
    font-size: 20px;
  }
}
.footer__email {
  color: #E40521;
  font-size: 40px;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer__email {
    font-size: 20px;
  }
}
.footer__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.footer__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1E1E1E;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  top: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .footer__bottom::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding-top: 28px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    padding-top: 20px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.footer__copy {
  font-size: 13px;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  margin-right: auto;
}
.footer__copy span {
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .footer__copy span {
    display: block;
  }
}
.footer__copy a {
  color: #999;
  text-decoration: underline;
  margin-left: 30px;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
@media (max-width: 1280px) {
  .footer__copy a {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
@media (hover) {
  .footer__copy a:hover, .footer__copy a:active {
    color: #E40521;
  }
}
.footer__nav {
  margin-right: 90px;
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (140px)[2];
  grid-template-columns: repeat(2, 140px);
  gap: 10px 86px;
}
@media (max-width: 1024px) {
  .footer__nav {
    font-size: 15px;
    gap: 12px 44px;
  }
}
.footer__nav a {
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  height: 18px;
}
@media (hover) {
  .footer__nav a:hover, .footer__nav a:active {
    color: #E40521;
  }
}
.footer__info {
  max-width: 340px;
  color: #999;
  font-size: 13px;
  line-height: 1.3;
}
.footer__info ul {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .aside .container {
    padding: 0;
  }
}
.aside__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #353535;
  color: #fff;
}
@media (max-width: 1024px) {
  .aside__body {
    display: block;
  }
}
.aside__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
}
@media (max-width: 1024px) {
  .aside__img {
    width: 100%;
  }
}
.aside__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aside__text {
  padding: 100px 113px;
}
@media (max-width: 1280px) {
  .aside__text {
    padding: 50px 55px;
  }
}
@media (max-width: 1024px) {
  .aside__text {
    padding: 40px 20px;
  }
}
.aside__text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .aside__text h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
.aside__text p {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media (max-width: 768px) {
  .aside__text p {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
.aside__text p span {
  font-weight: 400;
}
.aside__button {
  margin-top: 40px;
  padding: 10px;
  width: 148px;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
}
@media (max-width: 1024px) {
  .aside__button {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .aside__button {
    margin-top: 22px;
    height: auto;
    font-size: 16px;
  }
}

.aside--factory .aside__text {
  padding: 100px;
}
@media (max-width: 1024px) {
  .aside--factory .aside__text {
    padding: 30px 20px;
  }
}
.aside--factory .aside__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .aside--factory .aside__text p {
    font-size: 15px;
  }
}

.hero {
  position: relative;
  padding-bottom: 40px;
  height: 615px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    height: 360px;
    padding-bottom: 20px;
  }
}
.hero__footer {
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__footer {
    left: 20px;
    right: 20px;
    bottom: 0;
  }
}
.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .hero--video {
    height: auto;
    padding-bottom: 56.35%;
  }
  /* .hero--video .hero__video {
    height: 100%;
  } */
}
.hero--video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.5;
}
.hero--video .hero__title {
  z-index: 2;
  color: #FFF;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
/* @media (max-width: 768px) {
  .hero__video {
    width: auto;
    height: 100%;
  }
} */
.hero__title {
  max-width: 440px;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 20px;
    max-width: 260px;
    margin-bottom: 20px;
  }
}
.hero__buttons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.hero--slider {
  height: auto;
  padding: 0;
}
@media (max-width: 768px) {
  .hero--slider {
    padding: 0 10px;
  }
}
.hero__slider .swiper-pagination {
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: auto;
  width: auto;
}
@media (max-width: 1024px) {
  .hero__slider .swiper-pagination {
    right: 8px;
    bottom: 20px;
  }
}
.hero__slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .hero__slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 1px !important;
  }
}
.hero__slider .swiper-pagination-bullet-active {
  background-color: #E40521;
}
.hero__slider .swiper-button-prev,
.hero__slider .swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    display: none;
  }
}
.hero__slider .swiper-button-next::after,
.hero__slider .swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 11'%3E%3Cpath fill='%23000' d='M18 5.5a.683.683 0 0 0-.159-.398L13.341.18a.552.552 0 0 0-.795-.023c-.219.203-.224.599-.022.819l3.612 3.944H.563A.57.57 0 0 0 0 5.5c0 .32.252.579.563.579h15.573l-3.612 3.944c-.202.22-.188.606.022.819a.552.552 0 0 0 .796-.023l4.5-4.921A.523.523 0 0 0 18 5.5Z'/%3E%3C/svg%3E");
}
.hero__slider .swiper-button-prev::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.hero__slider .swiper-button-next {
  right: 38px;
}
.hero__slider .swiper-button-prev {
  left: 38px;
}
.hero__slider .swiper-button-disabled {
  border-color: #000;
  background: transparent;
}
.hero__slide {
  /* border-radius: 30px; */
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero__slide {
    /* border-radius: 20px; */
  }
}
.hero__slide img {
  width: 100%;
}

.models {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .models {
    margin-top: 50px;
  }
}
.models__list {
  margin: 50px -40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 1024px) {
  .models__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .models__list {
    margin: 18px -20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.models__list::before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: white;
	z-index: 1;
}
.models__list::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: white;
	z-index: 1;
}
.models__item {
  padding: 30px 40px 28px 40px;
  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;
  border: 1px solid #000;
  margin: -1px 0 0 -1px;
}
@media (max-width: 768px) {
  .models__item {
    padding: 16px 20px 12px;
  }
}
.models__title {
  font-size: 14px;
  letter-spacing: -0.42px;
  line-height: normal;
  color: #999;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .models__title {
    margin-bottom: 16px;
  }
}
.models__title b {
  display: block;
  color: #E40521;
  font-size: 24px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .models__title b {
    font-size: 20px;
  }
}
.models__img {
  width: 220px;
  height: 145px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .models__img {
    width: 100%;
    height: 37.6vw;
    margin: 0 auto;
    max-width: 400px;
    max-height: 200px;
  }
}
.models__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.models__price {
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  margin-top: 27px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .models__price {
    margin-top: 12px;
  }
}
.models__price strong {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .models__price strong {
    font-size: 20px;
  }
}
.models__price i {
	display: inline-block;
	width: 150px;
	background: #ebebeb;
	background: linear-gradient(140deg, #ebebeb 40%, transparent 50%, #ebebeb 60%);
	background-size: 300%;
  -webkit-animation: price-gradient 2s ease infinite;
	animation: price-gradient 2s ease infinite;
	margin-left: 5px;
}
.models__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .about {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .about__container {
    display: block;
  }
}
.about__text {
  max-width: 794px;
}
@media (max-width: 1024px) {
  .about__text {
    margin-top: 10px;
  }
}

.dealer-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .dealer-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.dealer-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .dealer-section__container {
    display: block;
    margin-bottom: 30px;
  }
}
.dealer-section__text {
  max-width: 794px;
}
@media (max-width: 1024px) {
  .dealer-section__text {
    margin-top: 10px;
  }
}
.dealer-section__text .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .dealer-section__text .button {
    margin-top: 30px;
  }
}

.news-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .news-section {
    padding-top: 20px;
    padding-bottom: 46px;
  }
}
.news-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .news-section__container {
    display: block;
  }
}
.news-section__list {
  max-width: 820px;
}
.news-section__list li:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .news-section__list li:not(:first-child) {
    margin-top: 38px;
  }
}
@media (max-width: 1024px) {
  .news-section__list {
    margin-top: 20px;
  }
}
.news-section .news-card {
  gap: 30px;
}
@media (max-width: 1024px) {
  .news-section .news-card {
    gap: 10px;
  }
}

.features {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .features {
    margin-top: 48px;
  }
}
.features__title {
  font-size: 40px;
  max-width: 890px;
}
@media (max-width: 1024px) {
  .features__title {
    font-size: 24px;
  }
}
.features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin: 50px -40px 0;
  position: relative;
}
.features__list::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	background: #fff;
}
.features__list::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
@media (max-width: 1280px) {
  .features__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .features__list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .features__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 18px -20px 0;
    border-bottom: 0;
  }
}
.features__list li {
  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: 276px;
  border: 1px solid #B0B0B0;
  margin: -1px 0 0 -1px;
  padding: 24px 40px 36px;
}
@media (max-width: 1024px) {
  .features__list li {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .features__list li {
    padding: 32px 20px 20px;
    min-height: 0;
    display: block;
    position: relative;
  }
}
.features__list h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: normal;
}
@media (max-width: 768px) {
  .features__list h3 {
    font-size: 20px;
    padding-right: 70px;
  }
}
.features__list p {
  color: #353535;
  font-size: 16px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .features__list p {
    font-size: 15px;
    margin-top: 8px;
    padding-right: 50px;
  }
}
.features__header {
  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) {
  .features__header {
    /* gap: 20px; */
    display: block;
  }
}
.features__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E40521;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .features__icon {
    width: 50px;
    height: 50px;
    padding: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.cta-form {
  background-color: #E40521;
  padding: 100px 0;
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cta-form {
    padding: 40px 0;
  }
}
.cta-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 10.8%;
}
@media (max-width: 1024px) {
  .cta-form__container {
    -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;
  }
}
.cta-form__text {
  max-width: 646px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1280px) {
  .cta-form__text {
    max-width: 400px;
  }
}
.cta-form__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .cta-form__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cta-form__title + p {
    font-size: 15px;
  }
}
.cta-form__form {
  width: 400px;
}
@media (max-width: 1024px) {
  .cta-form__form {
    width: 100%;
    max-width: 400px;
  }
}
.cta-form__form .checkbox {
  color: #fff;
}
.cta-form__field {
  display: block;
  border: none;
  background-color: #fff;
  margin-bottom: 11px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
}
.cta-form__field::-webkit-input-placeholder {
  color: #000;
}
.cta-form__field::-moz-placeholder {
  color: #000;
}
.cta-form__field:-ms-input-placeholder {
  color: #000;
}
.cta-form__field::-ms-input-placeholder {
  color: #000;
}
.cta-form__field::placeholder {
  color: #000;
}
.cta-form__button {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
}
.cta-form__button:hover {
  background-color: #fff;
  color: #000;
}
.cta-form .nice-select,
.cta-form .nice-select:hover,
.cta-form .nice-select:focus {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  height: auto;
  margin-bottom: 11px;
  border-radius: 0;
  border: none;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.cta-form .nice-select::after,
.cta-form .nice-select:hover::after,
.cta-form .nice-select:focus::after {
  content: "▼";
  border: none;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  right: 20px;
  top: 48%;
}
.cta-form .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
}
.cta-form .option {
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  background: none;
}
.cta-form .option:hover {
  color: #E40521;
  background: none;
}

.page404 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.48%, #3F3F3F), color-stop(119.43%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #3F3F3F 30.48%, rgba(0, 0, 0, 0) 119.43%), rgba(0, 0, 0, 0.2);
}
.page404__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  .page404__container {
    padding: 15px 0 60px;
  }
}
.page404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .page404__content {
    max-width: 320px;
    margin: 0 auto;
  }
}
.page404__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  right: 107px;
  width: 430px;
  height: 440px;
  background: url(/wp-content/themes/dftruck/assets/images/404.png) 50% 50% no-repeat;
  background-size: contain;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .page404__content::before {
    position: static;
    margin: 25px auto 0;
    width: 233px;
    height: 238px;
  }
}
.page404 .title {
  color: #fff;
  margin: 158px 36px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .page404 .title {
    margin: 9px 0 0;
  }
}
.page404 .title span {
  display: block;
  font-size: 200px;
  line-height: 0.835;
  letter-spacing: -5.5px;
}
@media (max-width: 768px) {
  .page404 .title span {
    font-size: 65px;
    line-height: 1;
    letter-spacing: -2.5px;
  }
}
.page404__buttons {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 12px 0;
  position: relative;
}
@media (max-width: 768px) {
  .page404__buttons {
    margin: 20px 0 0;
  }
}
.page404__buttons .button {
  padding: 10px 32px;
  width: auto;
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  .page404__buttons .button {
    font-size: 13px;
    padding: 0 29px;
    width: auto;
    height: 35px;
    margin: 0 10px 0 0;
  }
}

.truck {
  margin-top: 80px;
}
.truck__list {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .truck__list {
    margin-top: 20px;
  }
}
.truck__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .truck__item:not(:first-child) {
    margin-top: 10px;
  }
}

.hero--truck {
  height: 716px;
}
@media (max-width: 768px) {
  .hero--truck {
    height: 432px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #d9d9d9), color-stop(90%, #ececec));
    background: -o-linear-gradient(top, #d9d9d9 60%, #ececec 90%);
    background: linear-gradient(180deg, #d9d9d9 60%, #ececec 90%);
  }
}
@media (max-width: 768px) {
  .hero--truck .hero__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero--truck .hero__footer {
  width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .hero--truck .hero__footer {
    width: auto;
    left: 0;
    right: 0;
  }
}
.hero--truck .hero__title {
  max-width: 400px;
}
@media (max-width: 1024px) {
  .hero--truck .hero__title {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .hero--truck .hero__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .hero--truck .hero__buttons {
    width: 100%;
  }
}
.hero--truck .button {
  padding: 34px 26px 32px;
}
@media (max-width: 1024px) {
  .hero--truck .button {
    padding: 17px 10px;
  }
}
@media (max-width: 768px) {
  .hero--truck .button {
    width: 50%;
    max-width: 100%;
  }
}

.truck-info {
  margin: 80px 0 100px;
}
@media (max-width: 768px) {
  .truck-info {
    margin: 40px 0 50px;
  }
}
.truck-info__text {
  position: relative;
  padding-left: 80px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .truck-info__text {
    padding: 0;
  }
}
.truck-info__text p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .truck-info__text p {
    margin-bottom: 20px;
  }
}
.truck-info__ico {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  left: 0;
  top: -2px;
  background: #E40521;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .truck-info__ico {
    width: 30px;
    height: 30px;
    position: static;
    margin: 0 0 10px;
  }
}
.truck-info__ico svg,
.truck-info__ico img {
  display: block;
  width: auto;
  height: auto;
  max-width: 26px;
  max-height: 26px;
}
@media (max-width: 768px) {
  .truck-info__ico svg,
  .truck-info__ico img {
    max-width: 20px;
    max-height: 20px;
  }
}

.truck-spec {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .truck-spec {
    margin-top: 50px;
  }
}

.truck-tech {
  margin: 100px 0 56px;
}
@media (max-width: 768px) {
  .truck-tech {
    margin: 50px 0;
  }
}
.truck-tech__title {
  max-width: 100%;
}
.truck-tech__intro {
  margin-top: 40px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .truck-tech__intro {
    margin-top: 20px;
  }
}
.truck-tech__feature {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
@media (max-width: 1024px) {
  .truck-tech__feature {
    margin-top: 30px;
    gap: 0;
  }
}
.truck-tech-feature__desc {
  width: 41%;
}
@media (max-width: 1024px) {
  .truck-tech-feature__desc {
    width: 100%;
  }
}
.truck-tech-feature__desc h4 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .truck-tech-feature__desc h4 {
    font-size: 18px;
  }
}
.truck-tech-feature__params {
  width: 52%;
}
@media (max-width: 1024px) {
  .truck-tech-feature__params {
    width: 100%;
    margin-top: 20px;
  }
}
.truck-tech-feature__params li {
  padding: 8px 0 0 84px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .truck-tech-feature__params li {
    margin-bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.truck-tech-feature__params p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .truck-tech-feature__params p {
    margin-bottom: 20px;
  }
}
.truck-tech-feature__ico {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #E40521;
  border-radius: 50%;
  left: 2px;
  top: 7px;
  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: 768px) {
  .truck-tech-feature__ico {
    width: 30px;
    height: 30px;
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
}
.truck-tech-feature__ico svg,
.truck-tech-feature__ico img {
  display: block;
  width: auto;
  height: auto;
  max-width: 26px;
  max-height: 26px;
}
@media (max-width: 768px) {
  .truck-tech-feature__ico svg,
.truck-tech-feature__ico img {
    max-width: 15px;
    max-height: 15px;
  }
}
.truck-tech + .truck-body {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .truck-tech + .truck-body {
    margin-top: 48px;
  }
}

.truck-card {
  border: 1px solid #000;
  padding: 60px;
  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;
  min-height: 400px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .truck-card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .truck-card {
    gap: 18px;
    padding-bottom: 18px;
  }
}
.truck-card__title {
  color: #999;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.42px;
  font-weight: 400;
  max-width: 220px;
  width: 100%;
}
.truck-card__title b {
  display: block;
  color: #E40521;
  font-size: 36px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .truck-card__title b {
    font-size: 24px;
  }
}
.truck-card__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .truck-card__spec {
    display: block;
  }
}
.truck-card__spec ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 50px;
  padding-top: 8px;
}
@media (min-width: 1280px) {
  .truck-card__spec ul {
    max-width: 520px;
  }
}
@media (max-width: 1024px) {
  .truck-card__spec ul {
    padding-top: 10px;
    gap: 12px 20px;
  }
}
.truck-card__spec-title {
  color: #999;
  font-size: 14px;
  letter-spacing: -0.03em;
}
.truck-card__spec-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  .truck-card__spec-value {
    font-size: 15px;
  }
}
.truck-card__img {
  position: absolute;
  top: 58px;
  /* right: 96px; */
  right: 36px;
  height: 100%;
  width: 464px;
}
@media (max-width: 1280px) {
  .truck-card__img {
    width: 280px;
    top: 200px;
  }
}
@media (max-width: 1024px) {
  .truck-card__img {
    position: static;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .truck-card__img {
    width: 100%;
    height: 47vw;
    margin: 0;
  }
}
.truck-card__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .truck-card__img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.truck-card__features {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}
.truck-card__features::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-width: 220px;
}
.truck-card__features-items {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .truck-card__features::before {
    display: none;
  }
  .truck-card__features-items {
    width: 100%;
  }
}
.truck-card__features-items div {
  font-size: 11px;
  line-height: 1.2;
  margin: 0 20px 14px 0;
  max-width: 82px;
}
.truck-card__features-items .icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0 10px;
}
.truck-card__features-items img,
.truck-card__features-items svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.truck-card__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .truck-card__footer {
    display: block;
  }
}
.truck-card__price {
  font-family: "Inter";
  font-size: 14px;
  line-height: normal;
  max-width: 220px;
  width: 100%;
}
.truck-card__price b {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .truck-card__price b {
    font-size: 20px;
  }
}
.truck-card__price i {
  display: inline-block;
  width: 150px;
  background: #ebebeb;
  background: linear-gradient(140deg, #ebebeb 40%, transparent 50%, #ebebeb 60%);
  background-size: 300%;
  -webkit-animation: price-gradient 2s ease infinite;
          animation: price-gradient 2s ease infinite;
}
.truck-card__button {
  display: block;
  border: 1px solid #000;
  color: #999;
  font-family: Inter;
  font-size: 16px;
  line-height: normal;
  padding: 9px 29px;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .truck-card__button {
    max-width: 400px;
    width: 100%;
    font-size: 15px;
    margin: 15px auto 0;
  }
}

.truck-body {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .truck-body {
    margin-top: 50px;
  }
}
.truck-body__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 58px 40px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .truck-body__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 27px;
  }
}
.truck-body__list h3 {
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .truck-body__list h3 {
    margin-top: 8px;
    font-size: 15px;
  }
}

.truck-feat {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .truck-feat {
    margin-top: 48px;
  }
}
.truck-feat__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin: 48px -40px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .truck-feat__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .truck-feat__list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .truck-feat__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 18px -20px 0;
  }
}
.truck-feat__list li {
  padding: 24px 30px 40px 40px;
  background-color: #fff;
  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: 362px;
  border: 1px solid #B0B0B0;
	margin: -1px 0 0 -1px;
}
@media (max-width: 768px) {
  .truck-feat__list li {
    padding: 20px 20px 29px;
    min-height: 0;
    display: block;
    margin: 0;
    border-bottom: 0;
  }
}

.truck-feat__list::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	background: #fff;
}
.truck-feat__list::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
.truck-feat__list h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: normal;
}
@media (max-width: 768px) {
  .truck-feat__list h3 {
    font-size: 20px;
  }
}
.truck-feat__list p {
  color: #353535;
  font-size: 16px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .truck-feat__list p {
    font-size: 15px;
    margin-top: 20px;
  }
}
.truck-feat__header {
  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: 768px) {
  .truck-feat__header {
    gap: 20px;
  }
}
.truck-feat__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E40521;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .truck-feat__icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}

.truck-gallery {
  margin-top: 100px;
  margin-bottom: 94px;
}
@media (max-width: 1024px) {
  .truck-gallery {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .truck-gallery {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
.truck-gallery .title {
  display: none;
}
.truck-gallery__swiper .swiper-slide {
  height: 575px;
  width: 906px;
}
@media (max-width: 768px) {
  .truck-gallery__swiper .swiper-slide {
    width: 100%;
    height: 55.5vw;
  }
}
.truck-gallery__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.truck-gallery__pagination {
  margin-top: 10px;
  position: static;
}
.truck-gallery__pagination {
  margin: 10px auto 0;
  position: static;
}
.truck-gallery__pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
}
.truck-gallery__pagination.swiper-pagination-bullets-dynamic {
  display: block;
  transform: translateX(0) !important;
}
.truck-gallery__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  height: 3px;
  border: 0;
  display: inline-block;
}

.truck-values {
  margin: 94px 0 100px;
}
@media (max-width: 768px) {
  .truck-values {
    margin: 50px 0;
  }
}
.truck-values .title {
  max-width: 100%;
}
.truck-values__desc {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .truck-values__desc {
    padding: 0 20px;
    margin: 30px 0 0;
  }
}
@media (max-width: 500px) {
  .truck-values__desc {
    padding: 0;
  }
}
.truck-values__desc > *:not(:last-child) {
  margin: 0 0 30px;
}
.truck-values__desc h5 {
	font-weight: 300;
	color: #8d8d8d;
	margin-top: -30px !important;
}
@media (max-width: 768px) {
  .truck-values__desc > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .truck-values__desc h5 {
    margin-top: -20px !important;
  }
}
.truck-values__desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px;
}
@media (max-width: 768px) {
  .truck-values__desc ul {
    gap: 0;
  }
}
.truck-values__desc li {
  width: 30%;
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1280px) {
  .truck-values__desc li {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .truck-values__desc li {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .truck-values__desc li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .truck-values__desc li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.truck-values__desc li::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #E40521 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3E%3Cpath fill='%23fff' d='M17.5 35C7.85 35 0 27.15 0 17.5S7.85 0 17.5 0 35 7.85 35 17.5 27.15 35 17.5 35Zm0-32.667C9.137 2.333 2.333 9.137 2.333 17.5S9.137 32.667 17.5 32.667 32.667 25.863 32.667 17.5 25.863 2.333 17.5 2.333Zm-.925 19.492 8.166-8.167a1.165 1.165 0 1 0-1.65-1.65L15.75 19.35l-3.842-3.842a1.165 1.165 0 1 0-1.65 1.65l4.667 4.667a1.163 1.163 0 0 0 1.65 0Z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 35px;
}
@media (max-width: 768px) {
  .truck-values__desc li::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    position: static;
    margin-right: 20px;
    background-size: 26px;
  }
}
@media (max-width: 500px) {
  .truck-values__desc li::before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-size: 15px;
  }
}
.truck-gallery__pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
}

.truck-map {
  position: relative;
  background-color: #000;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .truck-map {
    padding-top: 50px;
  }
}
.truck-map__img {
  position: relative;
  z-index: 0;
}
.truck-map__text {
  position: absolute;
  top: 90px;
  left: 40px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  max-width: 420px;
}
@media (max-width: 1024px) {
  .truck-map__text {
    position: static;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
.truck-map__list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .truck-map__list {
    position: static;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.truck-map__item {
  padding: 20px 20px 0 20px;
  background-color: transparent;
  width: 360px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .truck-map__item {
    position: static;
    width: 100%;
  }
}
.truck-map__item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  -webkit-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
  color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.truck-map__item h3::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #E40521;
  border: 13px solid transparent;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 0 #E40521;
          box-shadow: 0 0 2px 0 #E40521;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.truck-map__item p {
  font-size: 16px;
  padding-bottom: 26px;
  padding-left: 68px;
}
@media (min-width: 1025px) {
  .truck-map__item:hover {
    background-color: #fff;
  }
  .truck-map__item:hover h3 {
    color: #000;
  }
  .truck-map__item:hover .truck-map__desc {
    opacity: 1;
    max-height: 1000px;
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .truck-map__item--active {
    background-color: #fff;
  }
  .truck-map__item--active h3 {
    color: #000;
  }
  .truck-map__item--active .truck-map__desc {
    opacity: 1;
    max-height: 1000px;
    overflow: visible;
  }
  .truck-map__item--active .truck-map__close {
    display: block;
  }
}
.truck-map__item--1 {
  top: 35.7%;
  left: 6.3%;
  z-index: 3;
}
.truck-map__item--1 h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .truck-map__item--1 h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.truck-map__item--1 p {
  padding-left: 0;
}
.truck-map__item--2 {
  top: 53.8%;
  left: 6.1%;
  z-index: 2;
}
.truck-map__item--2 h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .truck-map__item--2 h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.truck-map__item--2 p {
  padding-left: 0;
}
.truck-map__item--3 {
  top: 69%;
  left: 9.5%;
  z-index: 1;
}
.truck-map__item--3 h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .truck-map__item--3 h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.truck-map__item--3 p {
  padding-left: 0;
}
.truck-map__item--4 {
  top: 15.8%;
  left: 43.5%;
  z-index: 4;
}
.truck-map__item--5 {
  top: 18.5%;
  right: 12%;
  z-index: 3;
}
.truck-map__item--6 {
  top: 35.8%;
  right: 5.3%;
  z-index: 2;
}
.truck-map__item--7 {
  top: 54.5%;
  right: 6.4%;
  z-index: 1;
  width: 400px;
}
@media (max-width: 1024px) {
  .truck-map__item--7 {
    width: 100%;
  }
}
.truck-map__item-content {
  position: relative;
}
.truck-map__desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out 0s, max-height 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, max-height 0.3s ease-out 0s;
}
.truck-map__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 17px;
  height: 17px;
  display: none;
}
@media (max-width: 1024px) {
  .truck-map__close {
    right: 0;
    top: 0;
  }
}
.truck-map__close svg {
  fill: #999;
}

.truck-test {
  background-color: #E40521;
  padding: 100px 0;
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .truck-test {
    padding: 40px 0;
  }
}
.truck-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 10.8%;
}
@media (max-width: 1024px) {
  .truck-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.truck-test__text {
  max-width: 646px;
}
.truck-test__title {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .truck-test__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .truck-test__title + p {
    font-size: 15px;
  }
}
.truck-test__form {
  width: 400px;
}
@media (max-width: 1024px) {
  .truck-test__form {
    width: 100%;
    max-width: 400px;
  }
}
.truck-test__field {
  display: block;
  border: none;
  background-color: #fff;
  margin-bottom: 11px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
}
.truck-test__field::-webkit-input-placeholder {
  color: #000;
}
.truck-test__field::-moz-placeholder {
  color: #000;
}
.truck-test__field:-ms-input-placeholder {
  color: #000;
}
.truck-test__field::-ms-input-placeholder {
  color: #000;
}
.truck-test__field::placeholder {
  color: #000;
}
.truck-test__button {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
}
.truck-test__button:hover {
  background-color: #fff;
  color: #000;
}
.truck-test .nice-select,
.truck-test .nice-select:hover,
.truck-test .nice-select:focus {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  height: auto;
  margin-bottom: 11px;
  border-radius: 0;
  border: none;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.truck-test .nice-select::after,
.truck-test .nice-select:hover::after,
.truck-test .nice-select:focus::after {
  content: "▼";
  border: none;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  right: 20px;
  top: 48%;
}
.truck-test .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
}
.truck-test .option {
  -webkit-transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
  background: none;
}
.truck-test .option:hover {
  color: #E40521;
  background: none;
}

.truck-test .checkbox {
  color: #fff;
}

.contacts__map {
  height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .contacts__map {
    height: 388px;
  }
}
.contacts__tile {
  position: absolute;
  top: 40px;
  left: 40px;
  /* max-width: 566px; */
  max-width: 650px;
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 1024px) {
  .contacts__tile {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 84%;
  }
}
.contacts__tile a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .contacts__tile a {
    font-size: 20px;
    display: block;
  }
}
@media (max-width: 1024px) {
  .contacts__tile a:last-child {
    margin-top: 10px;
  }
}
.contacts__tile a:last-child::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .contacts__tile a:last-child::before {
    display: none;
  }
}
.contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .contacts__links {
    display: block;
  }
}
.contacts__address {
  margin-top: 40px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .contacts__address {
    font-size: 15px;
    margin-top: 10px;
  }
}
.contacts__staff {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .contacts__staff {
    margin-top: 50px;
  }
}
.contacts__staff-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .contacts__staff-list {
    margin-top: 20px;
  }
}
.contacts__dpt {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .contacts__dpt {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.contacts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  gap: 100px 10px;
}
@media (max-width: 1024px) {
  .contacts__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .contacts__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.contacts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__icon {
  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;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E40521;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .contacts__icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.contacts__icon img {
  width: 35px;
  height: auto;
}
@media (max-width: 768px) {
  .contacts__icon img {
    width: 22px;
  }
}
.contacts__text h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: normal;
}
@media (max-width: 768px) {
  .contacts__text h3 {
    font-size: 20px;
  }
}
.contacts__text p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contacts__text p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.contacts__text a {
  display: block;
}
.contacts__bank {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .contacts__bank {
    margin-top: 50px;
  }
}
.contacts__bank-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__bank-header .button {
  margin-right: 170px;
}
@media (max-width: 1024px) {
  .contacts__bank-header .button {
    display: none;
  }
}
.contacts__bank-list {
  margin-top: 16px;
}
.contacts__bank-list li:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__bank-list h3,
.contacts__bank-list b {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contacts__bank-list h3,
  .contacts__bank-list b {
    font-size: 13px;
  }
}
.contacts__button {
  display: none;
}
@media (max-width: 1024px) {
  .contacts__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.leasing.main {
  padding: 30px 0 100px;
}
@media (max-width: 768px) {
  .leasing.main {
    padding: 30px 0 60px;
  }
}
.leasing .title {
  max-width: 100%;
}
.leasing h2 {
  font-size: 35px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .leasing h2 {
    font-size: 25px;
    line-height: 1.1;
  }
}
.leasing-intro__text {
  font-size: 16px;
  line-height: 1.4;
  margin: 43px 0 0;
}
@media (max-width: 768px) {
  .leasing-intro__text {
    font-size: 13px;
    line-height: 1;
    margin: 24px 0 0;
  }
}
.leasing-intro__text p {
  margin: 0 0 20px;
}
.leasing-process {
  margin: 74px 0 0;
}
@media (max-width: 768px) {
  .leasing-process {
    margin: 46px 0 0;
  }
}
.leasing-process__content {
  margin: 62px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .leasing-process__content {
    margin: 24px 0 0;
  }
}
.leasing-process__intro {
  width: 414px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10%;
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .leasing-process__intro {
    width: 100%;
    padding: 0;
  }
}
.leasing-process__intro p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .leasing-process__intro p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.leasing-process__steps {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 1.4;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media (max-width: 768px) {
  .leasing-process__steps {
    margin-top: 36px;
  }
}
.leasing-process__steps ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.leasing-process__steps ol li {
  counter-increment: leasing;
  width: 49%;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .leasing-process__steps ol li {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.leasing-process__steps ol li::before {
  content: "0" counter(leasing);
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background-color: #E40521;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .leasing-process__steps ol li::before {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    padding: 7px 0;
    margin-right: 13px;
  }
}
.leasing-grant {
  margin: 84px 0 0;
}
@media (max-width: 768px) {
  .leasing-grant {
    margin: 22px 0 0;
  }
}
.leasing-grant__text {
  margin: 10px 0 0;
}
.leasing-grant__text p {
  margin: 0 0 20px;
}
.leasing-grant__items {
  margin: 55px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  gap: 42px 46px;
}
@media (max-width: 768px) {
  .leasing-grant__items {
    margin: 36px 0 0;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.leasing-grant-item {
  width: 413px;
  height: 192px;
  border: 1px solid #000;
  padding: 28px 38px 26px;
  position: relative;
}
@media (max-width: 768px) {
  .leasing-grant-item {
    width: 100%;
    max-width: 300px;
    height: 230px;
    padding: 14px 20px;
  }
}
.leasing-grant-item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #E40521;
}
.leasing-grant-item h3 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #999;
  margin-bottom: 5px;
}
.leasing-grant-item picture {
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  bottom: 18px;
  left: 140px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .leasing-grant-item picture {
    position: static;
    width: 100%;
    max-width: 250px;
    height: 140px;
    margin: 10px auto 0;
  }
}
.leasing-grant-item picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.leasing-grant-item > span {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 8px 12px 7px;
  border-radius: 4px;
  background-color: #000;
  bottom: 26px;
}
@media (max-width: 768px) {
  .leasing-grant-item > span {
    top: 14px;
    bottom: auto;
    left: auto;
    right: 15px;
  }
}
.leasing-partners {
  margin: 170px 0 0;
}
@media (max-width: 768px) {
  .leasing-partners {
    margin: 72px 0 0;
  }
}
.leasing-partners__list {
  margin: 56px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 30px;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .leasing-partners__list {
    margin: 26px 0 0;
    gap: 25px 20px;
  }
}
.leasing-partners__list li {
  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;
  width: 247px;
  height: 100px;
  padding: 25px 40px;
  background: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .leasing-partners__list li {
    /* width: 100%;
    max-width: 270px; */
    width: 130px;
		height: 53px;
		padding: 15px 20px;
  }
}
.leasing-partners__list a,
.leasing-partners__list picture {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: none;
}
.leasing-partners__list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.leasing-partners .button {
  margin: 72px 0 0;
}
@media (max-width: 768px) {
  .leasing-partners .button {
    margin: 60px 0 0;
  }
}

.maintenance__text p {
  margin-bottom: 40px;
}
.maintenance__subtitle {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .maintenance__subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .maintenance__subtitle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30' fill='none'%3E%3Cg clip-path='url(%23clip0_300_1689)'%3E%3Cpath d='M9.14627 1.46338C7.34115 1.46338 5.85363 2.9509 5.85363 4.75606V13.6509C5.30987 12.9235 4.71833 12.3673 4.02441 12.1761C3.07308 11.9139 2.22082 12.2549 1.6464 12.5877C0.952567 13.1388 0.346541 13.5675 0.102982 14.4512C-0.125772 15.2848 0.0431388 16.1812 0.445969 17.218C2.37457 21.8389 4.71083 26.3187 7.59141 29.6227C7.79559 29.8575 8.10344 29.9986 8.41456 30H18.2924C18.5253 29.9993 18.7573 29.9219 18.9441 29.7828C20.0899 28.934 20.9456 27.5581 21.6651 25.9413C22.3845 24.3245 22.9267 22.4518 23.2085 20.625C23.4903 18.7983 23.5114 16.9917 23.0942 15.5031C22.6699 13.9892 21.5508 12.6344 19.8816 12.439C19.5989 12.431 19.2944 12.4771 19.047 12.5076C18.8319 12.0941 18.5427 11.7621 18.2238 11.5358C17.5974 11.0913 16.9787 10.9667 16.4403 10.9756C16.054 10.9821 15.7031 11.1134 15.3656 11.2957C15.2305 11.1345 15.1217 10.929 14.9655 10.8156C14.3408 10.3619 13.699 10.2439 13.1706 10.2439C12.9204 10.2439 12.6795 10.2819 12.4389 10.3354V4.75606C12.4389 2.9509 10.9514 1.46338 9.14627 1.46338ZM9.14627 3.6585C9.77329 3.6585 10.2438 4.12903 10.2438 4.75606V12.439C10.242 12.9346 10.6179 13.4061 11.1015 13.5144C11.585 13.6228 12.1263 13.3568 12.336 12.9078C12.7352 12.3898 13.1503 12.4016 13.6736 12.5877C13.8046 12.6828 13.9023 12.7374 13.9023 13.1707C13.9008 13.6617 14.2697 14.1295 14.7475 14.2424C15.2254 14.3553 15.7647 14.1021 15.983 13.6624C16.2684 13.0699 16.4544 13.1422 16.9548 13.3308C17.1049 13.4373 17.1949 13.49 17.1949 13.9024C17.1978 14.3246 17.4677 14.7331 17.8549 14.9015C18.242 15.0698 18.7249 14.9885 19.0356 14.7028C19.0477 14.727 19.5242 14.5727 19.6987 14.6342C20.3787 14.7371 20.7114 15.1251 20.9906 16.109C21.2798 17.1284 21.2981 18.6705 21.0477 20.2935C20.7974 21.9164 20.2837 23.632 19.6529 25.0496C19.0804 26.3361 18.3914 27.297 17.8237 27.8049H8.96334C6.91708 25.0338 2.19603 17.5797 2.21803 15.0457C2.5147 14.558 2.97676 14.2416 3.44133 14.2912C4.02342 14.5849 4.16801 14.8866 4.516 15.5145L5.96796 18.4185C6.18633 18.8582 6.72563 19.1114 7.20345 18.9985C7.68128 18.8856 8.05026 18.4178 8.04873 17.9268V4.75606C8.04873 4.12903 8.51925 3.6585 9.14627 3.6585Z' fill='%23999999'/%3E%3Cpath d='M25.6104 4.3883C25.6061 4.10145 25.4779 3.77709 25.2903 3.61082L21.9976 0.317955C21.6009 -0.0369777 20.8184 -0.1518 20.3971 0.272715C19.9757 0.697233 20.0036 1.4795 20.4541 1.87292L21.8718 3.29069H15.7323C15.1262 3.29069 14.6348 3.78212 14.6348 4.3883C14.6348 4.99452 15.1262 5.48593 15.7323 5.48593H21.8718L20.4541 6.9037C20.0036 7.29712 19.9347 8.11147 20.3971 8.50391C20.8264 8.86828 21.6237 8.89202 21.9976 8.45867L25.2903 5.16578C25.5256 4.93366 25.6017 4.68328 25.6104 4.3883Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_300_1689'%3E%3Crect width='25.6098' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: calc(100% - 20px) 50%;
    background-size: auto 30px;
  }
}
.maintenance__table {
  margin-top: 40px;
}
.maintenance__note {
  margin-top: 50px;
  font-size: 14px;
  color: #666;
}

.credit__hero {
  padding-top: 30px;
  height: 550px;
  background-color: #EFF0F1;
}
@media (max-width: 768px) {
  .credit__hero {
    padding: 18px 0 0;
    height: auto;
  }
}
.credit__hero p {
  max-width: 700px;
  margin-bottom: 20px;
}
.credit__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .credit__img {
    position: static;
    height: auto;
  }
}
.credit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .credit__img img {
    height: auto;
  }
}
.credit__condition {
  max-width: 1440px;
  margin: 0 auto;
}
.credit__condition ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.3% 23.7% 23.6% 26.4%;
  grid-template-columns: 26.3% 23.7% 23.6% 26.4%;
}
@media (max-width: 1024px) {
  .credit__condition ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .credit__condition .credit-condition-items-3 {
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .credit__condition .credit-condition-items-2 {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.credit__condition li {
  font-size: 16px;
  padding: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .credit__condition li {
    padding: 20px 20px 19px;
  }
}
@media (max-width: 768px) {
  .credit__condition li {
    font-size: 15px;
  }
}
.credit__condition li:not(:last-child) {
  border-right: 1px solid #000;
}
@media (max-width: 1024px) {
  .credit__condition li:not(:last-child) {
    border-bottom: none;
    border-right: none;
  }
}
.credit__condition p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .credit__condition p {
    font-size: 15px;
  }
}
.credit__condition strong {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03em;
  margin-top: 10px;
  display: block;
}
@media (max-width: 768px) {
  .credit__condition strong {
    font-size: 20px;
    margin-top: 5px;
  }
}
.credit__subtitle {
  margin-top: 98px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .credit__subtitle {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 50px;
  }
}
.credit__list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40%)[2];
  grid-template-columns: repeat(2, 40%);
  gap: 80px 136px;
  margin-top: 78px;
}
@media (max-width: 1024px) {
  .credit__list ul {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .credit__list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
.credit__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 110px;
  position: relative;
}
@media (max-width: 768px) {
  .credit__list li {
    font-size: 16px;
    padding-left: 50px;
  }
}
.credit__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E40521 url("/wp-content/themes/dftruck/assets/images/icons/icon-check.svg") 50% 50% no-repeat;
  background-size: 35px;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .credit__list li::before {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
}
.credit__list li strong,
.credit__list li b {
  display: block;
  width: 100%;
}
.credit__footer {
  border-top: 1px solid #000;
  margin: 94px -40px 0;
  padding: 100px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .credit__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 36px -20px 0;
    padding: 40px 20px 0;
  }
}
.credit__footer div {
  max-width: 940px;
}

.parts__container p {
  margin-bottom: 50px;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .parts__container p {
    margin-bottom: 20px;
  }
}
.parts__aside {
  margin: 100px auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .parts__aside {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.parts__aside .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .parts__aside .container {
    display: block;
  }
}
.parts__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
}
@media (max-width: 1024px) {
  .parts__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.parts__text {
  padding: 10px 0 10px 80px;
}
@media (max-width: 1024px) {
  .parts__text {
    padding: 0;
  }
}
.parts__form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .parts__form {
    margin-top: 20px;
  }
}
.parts__form .subtitle {
  max-width: 640px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .parts__form .subtitle {
    margin-bottom: 20px;
  }
}
.parts__form .form__row {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .parts__form .form__row {
    gap: 0;
    margin-bottom: 0;
  }
}
.parts__form .form__row--textarea {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .parts__form .form__row--textarea {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .parts__form .form__row--textarea {
    margin-top: 0;
  }
}
.parts__form .form__radio {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .parts__form .form__radio {
    margin-top: 10px;
  }
}
.parts__form .form__title {
  margin-bottom: 60px;
}
.parts__form .form__subtitle {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .parts__form .form__subtitle {
    margin-top: 12px;
  }
}
.parts__form .field {
  margin-bottom: 14px;
}
.parts__form .form__row--parts {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .parts__form .form__row--parts {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.parts__button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .parts__button {
    margin-top: 30px;
  }
}

.factory {
  padding-bottom: 0;
}
.factory__subtitle {
  margin-top: 40px;
  margin-bottom: 80px;
  /* max-width: 900px; */
}
.title + .factory__subtitle {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .factory__subtitle {
    margin-bottom: 30px;
  }
}
.factory__img img {
  width: 100%;
}
.factory__icon {
  background-color: #E40521;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  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;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .factory__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .factory__icon img {
    width: 20px;
    height: auto;
  }
}
.factory__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 100px;
}
@media (max-width: 1024px) {
  .factory__text {
    padding: 40px 0;
  }
}
.factory__text + .factory__text {
  border-top: 1px solid #000;
}
.factory__text p {
  max-width: 75%;
}
@media (max-width: 1024px) {
  .factory__text p {
    max-width: 100%;
  }
}
.factory__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .factory__footer {
    display: block;
  }
}
.factory__footer div {
  border-top: 1px solid #000;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 80px;
  -ms-flex-preferred-size: 41.7%;
      flex-basis: 41.7%;
}
@media (max-width: 1024px) {
  .factory__footer div {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.factory__footer div:first-child {
  border-right: 1px solid #000;
  padding-right: 80px;
  padding-left: 0;
  font-size: 40px;
  -ms-flex-preferred-size: 58.3%;
      flex-basis: 58.3%;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .factory__footer div:first-child {
    border-right: none;
    font-size: 20px;
    padding: 40px 20px;
  }
}
@media (min-width: 767px) {
  .factory .hero * {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .factory .hero {
    background-color: #fff;
  }
}
.factory .credit__list ul {
	row-gap: 40px;
	margin: 50px 0;
}
@media (max-width: 768px) {
  .factory .credit__list ul {
    row-gap: 20px;
    margin: 30px 0;
  }
}
.factory .credit__list li {
	padding: 0;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}
.factory .credit__list li::before {
	position: static;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	  -ms-flex-negative: 0;
	        flex-shrink: 0;
}
.factory .credit__list p {
  margin-top: 30px;
}
.factory__img {
	margin: 80px 0;
}
@media (max-width: 768px) {
  .factory__img {
    margin: 80px 0;
  }
}


.news__list {
  margin-bottom: 20px;
}
.news__list .news-card {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .news__list .news-card {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.news__list .news-card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .news__list .news-card:not(:first-child) {
    margin-top: 40px;
  }
}

.staff__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #000;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .staff__nav {
    display: block;
    max-width: 320px;
    width: 100%;
    height: 48px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out 0s;
    transition: height 0.3s ease-out 0s;
  }
}
@media (max-width: 1024px) {
  .staff__nav--active {
    overflow: visible;
    height: auto;
  }
}
.staff__nav li {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .staff__nav li:not(:last-child) {
    border-bottom: none;
  }
}
.staff__tab {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.staff__tab--active {
  opacity: 1;
  max-height: 10000px;
}
.staff__list {
  margin-top: 100px;
}
.staff__button {
  padding: 19px 39px;
  height: 100%;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: background-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .staff__button {
    width: 100%;
    font-size: 15px;
    padding: 14px 39px;
    opacity: 0;
    display: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (hover) {
  .staff__button:hover {
    background-color: #E40521;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .staff__nav--active .staff__button {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.staff__button--active {
  background-color: #000;
  color: #fff;
}
@media (hover) {
  .staff__button--active:hover {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .staff__button--active {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.staff-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px 20px;
}
@media (max-width: 1024px) {
  .staff-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .staff-list {
    margin-top: 40px;
  }
}

.staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-card__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .staff-card__img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
}
.staff-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-card__text h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: normal;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .staff-card__text h2 {
    font-size: 15px;
  }
}
.staff-card__text p {
  margin-top: 5px;
  margin-bottom: 22px;
  color: #666;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: normal;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .staff-card__text p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.staff-card__text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: normal;
}
@media (max-width: 768px) {
  .staff-card__text a {
    font-size: 15px;
  }
}
.staff-card__text a:not(:last-child) {
  margin-bottom: 3px;
}

.offer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 0px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .offer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.offer-card {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media (max-width: 768px) {
  .offer-card {
    border-bottom: none;
    padding-bottom: 30px;
  }
}
.offer-card:nth-child(2n+1) {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .offer-card:nth-child(2n+1) {
    padding-right: 0;
  }
}
.offer-card:nth-child(2n) {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .offer-card:nth-child(2n) {
    padding-left: 0;
  }
}
.offer-card__img {
  width: 100%;
}
.offer-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .offer-card__text {
    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;
  }
}
.offer-card time {
  display: block;
  color: #999;
  font-family: "Inter", Arial, "SF UI Display", "Open Sans", "Segoe UI", roboto, "Helvetica Neue", helvetica, sans-serif;
  font-size: 13px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .offer-card time {
    margin-top: 10px;
  }
}
.offer-card__title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .offer-card__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.offer-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-test-drive {
	margin: 100px 0;
}
@media (max-width: 768px) {
  .cta-test-drive {
    margin: 50px 0;
  }
}
.cta-test-drive .button {
	margin: 0 auto;
}




/* MODEL PARAMS */

.model {
  padding: 80px 0 0;
}
.model-info__img {
  margin-bottom: 30px;
}
.model-info__img img {
  display: block;
  width: 100%;
}
.model-info__title {
  letter-spacing: 0.7px;
}
.model-info__desc {
  padding: 30px;
  background: #fff;
}
.model-info__price {
  font-size: 22px;
  letter-spacing: 0.7px;
  margin: 20px 0 0;
}
.model-info__price span {
  display: inline-block;
  color: #E40521;
  white-space: nowrap;
}
.model-info__price i {
  display: inline-block;
  width: 150px;
  background: #ebebeb;
  background: linear-gradient(140deg, #ebebeb 40%, transparent 50%, #ebebeb 60%);
  background-size: 300%;
  -webkit-animation: price-gradient 2s ease infinite;
          animation: price-gradient 2s ease infinite;
}
.model-info__available {
  font-size: 16px;
  margin: 12px 0 0;
  color: #858690;
}
.model-ttx {
  margin: 32px 0 0;
}
.model-ttx__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 23px;
}
.model-ttx__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding-bottom: 17px;
  padding-right: 30px;
  margin: 0;
  border-bottom: 2px solid #E40521;
}
.model-ttx__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.model-ttx__param {
  margin: 0 12px 32px;
  width: 100%;
}
@media (min-width: 576px) {
  .model-ttx__param {
    width: 184px;
  }
  .model-ttx__param--big {
    width: 288px;
  }
}
.model-ttx__label {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.24px;
  color: gray;
  display: block;
  margin-bottom: 12px;
}
.model-ttx__value {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.26px;
}
.model-ttx__value span {
  display: block;
}
.model-ttx__value span + span {
  margin-top: 7px;
}
.model-ttx__value i {
  font-size: 13px;
  font-style: normal;
  color: #858690;
}
.model-ttx__icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -6px;
}
.model-ttx__yes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' d='M.5.5h19v19H.5z'/%3E%3Cpath stroke='%23000' d='m4.615 9.23 3.847 3.847 7.692-7.692'/%3E%3C/svg%3E");
}
.model-ttx__no {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' d='M.5.5h19v19H.5zM5 15.5 15.5 5M15.5 15.5 5 5'/%3E%3C/svg%3E");
}

.accordion--active .model-ttx__title {
  margin-bottom: 32px;
}

.accordion__button {
  position: relative;
}

.accordion__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2 6.9a5.7 5.7 0 0 1 5.7-5.7h10.2a5.7 5.7 0 0 1 5.7 5.7v10.2a5.7 5.7 0 0 1-5.7 5.7H6.9a5.7 5.7 0 0 1-5.7-5.7V6.9ZM6.9 3A3.9 3.9 0 0 0 3 6.9v10.2A3.9 3.9 0 0 0 6.9 21h10.2a3.9 3.9 0 0 0 3.9-3.9V6.9A3.9 3.9 0 0 0 17.1 3H6.9ZM12 7.2a.9.9 0 0 1 .9.9v3h3a.9.9 0 0 1 0 1.8h-3v3a.9.9 0 0 1-1.8 0v-3h-3a.9.9 0 0 1 0-1.8h3v-3a.9.9 0 0 1 .9-.9Z' fill='%23E40521'/%3e%3c/svg%3e");
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
}

.accordion--active .accordion__button::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.19995 6.89995C1.19995 3.75193 3.75193 1.19995 6.89995 1.19995H17.1C20.248 1.19995 22.8 3.75193 22.8 6.89995V17.1C22.8 20.248 20.248 22.8 17.1 22.8H6.89995C3.75193 22.8 1.19995 20.248 1.19995 17.1V6.89995ZM6.89995 2.99995C4.74604 2.99995 2.99995 4.74604 2.99995 6.89995V17.1C2.99995 19.2539 4.74604 21 6.89995 21H17.1C19.2539 21 21 19.2539 21 17.1V6.89995C21 4.74604 19.2539 2.99995 17.1 2.99995H6.89995ZM7.19995 12C7.19995 11.5029 7.6029 11.1 8.09995 11.1H15.9C16.397 11.1 16.8 11.5029 16.8 12C16.8 12.497 16.397 12.9 15.9 12.9H8.09995C7.6029 12.9 7.19995 12.497 7.19995 12Z' fill='%23E40521'/%3e%3c/svg%3e ");
}

@media (min-width: 768px) {
  .model-info__price br {
    display: none;
  }
  .model-ttx {
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .model-ttx__label {
    height: 24px;
  }
  .model-ttx__item--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .model-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .model-info__img {
    width: 55%;
    margin: 0;
  }
  .model-info__desc {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .model-info__img {
    width: calc(100% - 630px);
    max-width: 540px;
    height: 330px;
    margin: -35px 0 0;
  }
  .model-info__img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .model-info__desc {
    width: 600px;
    padding: 51px 57px;
  }
  .model-info__price {
    font-size: 36px;
    margin: 40px 0 0;
  }
  .model-ttx__list {
    margin: 0 -13px;
  }
  .model-ttx__param--size {
    width: 300px;
  }
}



.truck-dimensions {
	margin: 100px 0;
}
.truck-dimensions a {
	display: block;
	outline: 0;
	text-decoration: none;
	margin: 20px 0 0;
}

@media (max-width: 1024px) {
  .truck-dimensions {
    margin: 50px 0;
  }
}



.warranty {
  padding-top: 0;
}
.warranty__hero {
  position: relative;
  padding-bottom: 24.6%;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .warranty__hero {
    padding-bottom: 0;
  }
}
.warranty__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .warranty__img {
    position: static;
    margin-top: 20px;
  }
}
.warranty__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.warranty__text {
  margin-top: 100px;
  font-size: 40px;
  font-style: normal;
  max-width: 1020px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .warranty__text {
    font-size: 20px;
    margin-top: 40px;
  }
}
.warranty__footer {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .warranty__footer {
    display: block;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 768px) {
  .warranty__footer {
    margin-top: 40px;
  }
}
.warranty__footer div {
  border-top: 1px solid #000;
  padding: 80px 80px 100px 40px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1024px) {
  .warranty__footer div {
    padding: 40px 20px;
  }
}
.warranty__footer div:first-child {
  border-right: 1px solid #000;
  padding-right: 80px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .warranty__footer div:first-child {
    border-right: none;
    padding: 40px 20px;
  }
}
.warranty__footer strong {
  color: #E40521;
}