/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Conthrax";
  src: url("../fonts/Conthrax/ConthraxSb-Regular.woff2") format("woff2"), url("../fonts/Conthrax/ConthraxSb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-ExLight";
  src: url("../fonts/Nunito/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Reg";
  src: url("../fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Bld";
  src: url("../fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  font-family: "Nunito-Bld", sans-serif;
  margin: 14px 0;
  padding: 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}

h2 {
  font-family: "Conthrax", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-family: "Conthrax", sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  font-family: "Conthrax", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

h5 {
  font-family: "Conthrax", sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

body {
  font-family: "Nunito-Reg", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #000000;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #ffffff;
}

body.scrolling {
  overflow: hidden;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}

.main {
  padding-top: 100px;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .3s linear;
}

.compensate-for-scrollbar {
  margin: auto !important;
}

.overflow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.overflow.active {
  opacity: 1;
  visibility: visible;
  z-index: 15000;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.skeleton {
  background-color: #ededed0f;
  background: linear-gradient(100deg, #3232320f 40%, #f9f7f712 50%, #3232320f 60%) #3232320f;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1.6s Shine ease-in-out infinite;
}

@keyframes Shine {
  to {
    background-position-x: -20%;
  }
}

img[data-src] {
  opacity: 0;
  transition: all .2s linear;
}

.bt-spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-color: #82bb5d;
  border-bottom-color: #82bb5d;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.slick-slider .slick-slide {
  width: 100%;
}

.slick-slider .slick-arrow {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .3s linear;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 10;
}

.slick-slider .slick-arrow svg {
  width: 30px;
  height: 22px;
  stroke: #ffffff;
}

.slick-slider .slick-arrow::before {
  display: none;
}

.slick-slider .slick-arrow:hover {
  border-color: #82bb5d;
}

.slick-slider .slick-arrow:hover svg {
  stroke: #82bb5d;
}

.slick-slider .slick-arrow:active {
  border-color: #82bb5d;
}

.slick-slider .slick-dots {
  display: inline-flex;
  border-radius: 10px;
  transition: all 1s ease;
  left: 50%;
}

.slick-slider .slick-dots li {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #82bb5d;
  border-radius: 50%;
  transition: all 1s ease;
  transform: scale(0);
}

.slick-slider .slick-dots li.slick-active {
  display: block;
  opacity: 1;
  background-color: #82bb5d;
  border-color: #82bb5d;
  transform: scale(1.4);
}

.slick-slider .slick-dots li.slick-secondary {
  transform: scale(1);
}

.slick-slider .slick-dots button {
  display: none;
}

.slider-pagin {
  min-width: 60px;
  min-height: 54px;
  position: relative;
  display: none;
  align-items: center;
  margin: 0 30px;
}

.slider-pagin__pagination {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all .4s ease;
  left: 50%;
  top: 40%;
  z-index: 1;
  margin-left: -44px;
}

.slider-pagin__pagination li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 10px;
  transform: scale(0);
  transition: all .4s ease;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
}

.slider-pagin__pagination li.active-slide {
  border-color: #ffffff;
  transform: scale(1.3);
  opacity: 1;
}

.slider-pagin__pagination li.active-slide::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82bb5d;
  top: 15.5%;
  left: 15.5%;
}

.slider-pagin__pagination li.slick-secondary {
  transform: scale(1);
}

.cloudimage-360-inner-box canvas {
  border-radius: 30px;
}

.cloudimage-360 .cloudimage-360-left,
.cloudimage-360 .cloudimage-360-right {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.cloudimage-360 .cloudimage-360-left:hover,
.cloudimage-360 .cloudimage-360-right:hover {
  border: 1px solid #82bb5d;
}

.cloudimage-360 .cloudimage-360-left:focus,
.cloudimage-360 .cloudimage-360-right:focus {
  outline: none;
}

.cloudimage-360 .cloudimage-360-left {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 35px);
  left: -150px;
}

.cloudimage-360 .cloudimage-360-right {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 35px);
  right: -150px;
}

.cloudimage-360 svg {
  width: 30px;
  height: 22px;
  vertical-align: bottom;
}

.cloudimage-360 .cloudimage-360-left.not-active,
.cloudimage-360 .cloudimage-360-right.not-active {
  opacity: 0.4;
  cursor: default;
}

.header {
  border-bottom: 1px solid #82bb5d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.2s linear;
  background-color: #000;
}

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

.header__desktop {
  display: flex;
  position: relative;
}

.header__logo {
  padding: 22px 54px;
  border-right: 1px solid #82bb5d;
}

.header__logo img {
  display: block;
  width: 200px;
  height: 56px;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  padding: 37px 80px;
  width: 100%;
  border-left: 1px solid #82bb5d;
}

.header__shop a {
  color: #ffffff;
  text-transform: uppercase;
}

.header__shop svg {
  width: 14px;
  height: 19.47px;
  margin-left: 17px;
  position: relative;
  top: 2px;
}

.header__menu-burger {
  display: none;
}

.header__menu-burger:hover {
  opacity: .7;
}

.header__menu-burger.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #82bb5d;
}

.header__menu-burger.active .middle {
  opacity: 0;
  background: #82bb5d;
}

.header__menu-burger.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #82bb5d;
}

.header__menu-burger span {
  background: #82bb5d;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.header__menu-burger span:nth-of-type(2) {
  top: 8px;
  width: 80%;
}

.header__menu-burger span:nth-of-type(3) {
  top: 16px;
}

.header__menu-burger svg {
  width: 48px;
  height: 48px;
  fill: #000000;
  stroke: #000000;
  transition: all .2s linear;
}

.header__opened-menu-svg {
  width: 48px;
  height: 48px;
}

.header__button-container {
  display: none;
}

.title__h3 {
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}

.title__h3::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82bb5d;
  left: 0;
  top: 33%;
}

.menu {
  display: flex;
  width: 100%;
  max-width: 1300px;
  justify-content: center;
}

.menu__overlay {
  position: fixed;
  left: 0;
  top: 101px;
  height: 100vh;
  width: 100%;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: all 0.3s ease;
}

.menu__overlay.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.menu.opened {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000000;
  padding-bottom: 40px;
  margin-top: 107px;
  padding-top: 30px;
  overflow-y: scroll;
}

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

.menu__link {
  display: inline-block;
  color: #ffffff;
  line-height: 25px;
  text-transform: uppercase;
  transition: opacity 0.3s;
  margin-right: 80px;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.menu__link:last-child {
  margin-right: 0;
}

.menu__nav-content {
  display: none;
}

.menu__container .menu__link svg {
  transition: 0.3s linear;
}

.menu__container.opened .menu__nav-content.active {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 101px;
  z-index: 10000;
  width: 100%;
  background-color: #000000;
  border-bottom: 4px solid #82bb5d;
}

.menu__container.opened .menu__icon-arrow-down {
  transform: rotate(180deg);
  transition: 0.3s linear;
}

.menu__icon-arrow-left {
  display: none;
}

.menu__nav-container {
  padding-top: 40px;
  max-width: 100%;
}

.menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  margin-bottom: 60px;
}

.menu__item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
  float: left;
}

.menu__item h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 20px;
}

.menu__item img {
  border-radius: 30px;
}

.menu .footer__contacts {
  display: none;
}

.breadcrumbs {
  margin-bottom: 60px;
}

.breadcrumbs__list {
  padding: 12px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  font-size: 14px;
  line-height: 19px;
  color: #6b6966;
  text-transform: uppercase;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 5px;
  text-transform: none;
}

.breadcrumbs__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #6b6966;
  transform: rotate(20deg);
}

.breadcrumbs__item:not(:last-child) a {
  display: block;
  padding-right: 7px;
  font-size: 14px;
  line-height: 19px;
  color: #6b6966;
}

.breadcrumbs__item:not(:last-child) a:hover {
  color: #6b6966;
}

.card {
  margin-bottom: 120px;
}

.card__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  align-items: center;
}

.card__item picture {
  width: 100%;
}

.card__item picture img {
  max-width: 640px;
  border-radius: 30px;
  height: auto;
  object-fit: contain;
}

.card__info {
  width: 100%;
  max-width: 620px;
  padding: 38px 28px 28px 38px;
  border: 1px solid #82bb5d;
  border-radius: 30px;
}

.card__desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #82bb5d;
}

.card__title {
  margin-top: 0;
}

.card__text {
  margin-bottom: 0;
}

.card__specification {
  padding-top: 30px;
  border-bottom: 1px solid #575757;
}

.card__specification-title {
  margin-bottom: 20px;
  margin-top: 0;
}

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

.card__specification-item {
  padding-bottom: 15px;
  padding-left: 14px;
  position: relative;
}

.card__specification-item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #82bb5d;
  left: 0;
  top: 18%;
}

.card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.card__price-button {
  background-color: #82bb5d;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 33px;
  border-radius: 40px;
  display: flex;
}

.card__price-button svg {
  margin-left: 10px;
}

.card__code {
  font-size: 16px;
  line-height: 160%;
  color: #6b6966;
}

.specification {
  margin-bottom: 120px;
}

.motor {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: none;
  border-spacing: 0;
  width: 100%;
}

.motor tbody td {
  padding: 14px 45px;
}

.motor tbody tr td {
  color: #BDBDBD;
}

.motor tbody tr td span {
  color: #ffffff;
}

.motor tbody tr td:nth-child(1) {
  width: 30%;
}

.motor tbody tr td strong {
  color: #ffffff;
}

.motor tbody tr:nth-child(even) td {
  background-color: #000000;
}

.motor tbody tr:nth-child(odd) td {
  background-color: rgba(130, 187, 93, 0.13);
}

.tab {
  overflow-x: scroll;
}

.tab::-webkit-scrollbar {
  width: 1px;
}

.tab::-webkit-scrollbar:horizontal {
  height: 1px;
}

.tab::-webkit-scrollbar-track {
  background-color: #6b6966;
}

.tab::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #82bb5d;
}

.tab__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tab__nav::-webkit-scrollbar {
  display: none;
}

.tab__item {
  border-bottom: 1px solid #6b6966;
  outline: none;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
  text-align: center;
}

.tab__item a {
  color: #6b6966;
}

.tab__item:hover {
  border-bottom: 2px solid #82bb5d;
}

.tab__item.active {
  border-bottom: 2px solid #82bb5d;
}

.tab__item.active a {
  color: #ffffff;
}

.description {
  margin-bottom: 120px;
}

.description__row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.description__column:nth-child(1) {
  max-width: 600px;
  width: 100%;
}

.description__column:nth-child(2) {
  max-width: 690px;
  width: 100%;
}

.description__text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.description__item {
  padding-left: 34px;
  margin-bottom: 10px;
  position: relative;
}

.description__item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/svg/icon_check.svg");
  background-repeat: no-repeat;
  left: 0;
  top: 33%;
}

.description__block-img img {
  border-radius: 30px;
}

.gallery {
  overflow: hidden;
  padding-bottom: 120px;
}

.gallery__title {
  margin-bottom: 60px;
}

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

.gallery__slider .slick-list {
  overflow: visible;
  max-width: 970px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery__slider .slick-slide img {
  max-width: 750px;
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  transform: scale(0.7);
  opacity: 0.5;
}

.gallery__slider .slick-slide.slick-active img {
  transform: scale(1);
  opacity: 1;
}

.gallery__slider .slick-prev {
  left: 10%;
}

.gallery__slider .slick-next {
  right: 10%;
}

.footer {
  background: #000000;
  border-top: 1px solid #82bb5d;
  border-bottom: 1px solid #82bb5d;
}

.footer .container {
  max-width: unset;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 30px 55px;
}

.footer__logo-block {
  max-width: 255px;
  width: 100%;
}

.footer__logo img {
  display: block;
  width: 200px;
  height: 56px;
}

.footer__address {
  color: #bdbdbd;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer__nav_info {
  grid-column: 1/3;
}

.footer__nav-list {
  margin-top: 0;
}

.footer__nav-block {
  display: flex;
  width: 35%;
  flex-grow: 1;
  justify-content: space-around;
}

.footer__nav_model .footer__nav-title {
  margin-bottom: 17px;
}

.footer__nav-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__nav-title svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  stroke: currentColor;
  fill: none;
  display: none;
  transition: all .3s linear;
}

.footer__nav-title_is-active svg {
  transform: rotate(180deg);
}

.footer__nav-list li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__nav-list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__nav-list a:hover {
  color: #ffffff;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #82bb5d;
  padding: 20px 0 24px;
}

.footer__copy {
  text-transform: uppercase;
  color: #575757;
}

.footer__contacts {
  width: 100%;
  max-width: 255px;
}

.footer__phone {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.footer__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.footer__link svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer__link:hover {
  opacity: 0.7;
}

.dealer-become {
  margin-bottom: 120px;
}

.dealer-become__title {
  font-size: 50px;
  line-height: 54px;
}

.dealer-become__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dealer-become__column:nth-child(1) {
  max-width: 620px;
  width: 100%;
  margin-top: 62px;
}

.dealer-become__column:nth-child(2) {
  max-width: 613px;
  width: 100%;
}

.dealer-become__text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dealer-become__block-img {
  position: relative;
}

.dealer-become__border {
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.dealer-become__picture {
  position: relative;
}

.dealer-become__picture-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 20px;
  margin: 0;
}

.dealer-become__picture-item img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.dealer-become__picture-item:nth-child(1) {
  position: relative;
  top: 60px;
  z-index: 10;
}

.dealer-become__picture-item:nth-child(1) img {
  max-width: 197px;
  max-height: 240px;
}

.dealer-become__picture-item:nth-child(2) img {
  max-width: 396px;
  max-height: 240px;
}

.stable {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.3;
  border-top: 1px solid #82bb5d;
  border-bottom: 1px solid #82bb5d;
}

.stable__track {
  display: inline-block;
  font-family: "Nunito-ExLight", sans-serif;
  font-size: 87px;
  line-height: 105px;
  color: #82bb5d;
  font-weight: 200;
  text-transform: uppercase;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.priorities {
  margin-bottom: 120px;
  margin-top: 120px;
}

.priorities__row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.priorities__column:nth-child(1) {
  max-width: 600px;
  width: 100%;
}

.priorities__column:nth-child(2) {
  max-width: 590px;
  width: 100%;
}

.priorities__text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.priorities__item {
  padding-left: 34px;
  margin-bottom: 10px;
  position: relative;
}

.priorities__item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/svg/icon_check.svg");
  background-repeat: no-repeat;
  left: 0;
  top: 33%;
}

.priorities__block-img {
  position: relative;
}

.priorities__border {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.priorities__picture {
  position: relative;
  z-index: 1;
}

.priorities__picture-box img {
  border-radius: 30px;
  max-width: 600px;
  max-height: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.benefits {
  margin-bottom: 120px;
}

.benefits__title {
  justify-content: start;
}

.benefits__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.benefits__item {
  border-radius: 30px;
  border: 1px solid #82bb5d;
  padding: 30px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.benefits__item::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 40px;
  background-color: #82bb5d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.benefits__subtitle {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.benefits__text {
  font-size: 16px;
  line-height: 21px;
  color: #828282;
}

.team {
  margin-bottom: 120px;
}

.team__title {
  padding-bottom: 20px;
}

.team__row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.team__column:nth-child(1) {
  max-width: 700px;
  width: 100%;
}

.team__column:nth-child(2) {
  max-width: 514.29px;
  width: 100%;
  margin-left: 40px;
}

.team__text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team__emphasis {
  border: 1px solid #82bb5d;
  border-radius: 30px;
  padding: 30px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
}

.team__block-img {
  position: relative;
}

.team__border {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.team__picture {
  position: relative;
  z-index: 1;
}

.team__picture-box img {
  border-radius: 30px;
  max-width: 514.29px;
  max-height: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contacts__map {
  margin-bottom: 40px;
  margin-top: 50px;
  position: relative;
  height: 500px;
  z-index: 0;
}

.contacts__map img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}

.contacts__map .ymaps-2-1-79-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border-radius: 30px;
  overflow: hidden;
}

.contacts__map .ymaps-2-1-79-balloon__layout {
  width: 400px;
}

.contacts__map .balloon-content__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}

.contacts__map .balloon-content__link {
  font-size: 14px;
  color: #82BB5D;
  margin-bottom: 7px;
  display: block;
}

.contacts__map .balloon-content__link.official-dealer-center {
  color: #82BB5D;
}

.contacts__map .balloon-content__link.salesman {
  color: #ff0000;
}

.contacts__map .balloon-content__link.official-outlet {
  color: #cccc05;
}

.contacts__map .balloon-content__link.outlet {
  color: #E19500;
}

.contacts__map .balloon-content__link:hover {
  text-decoration: underline;
}

.news__list {
  display: grid;
  grid-auto-rows: minmax(378px, auto);
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 30px;
}

.news__item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.news__item:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}

.news__item {
  border: 1px solid #82bb5d;
  border-radius: 30px;
  max-width: 400px;
  width: 100%;
}

.news__item picture {
  flex: 1 1 auto;
}

.news__item img {
  max-width: 400px;
  height: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

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

.news__text {
  color: #ffffff;
  padding: 20px 30px 30px 30px;
  flex: 0 0 140px;
}

.news__date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}

.news__subtitle {
  margin-bottom: 0;
}

.news__pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.news__pagination-container {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.news__pagination-hover-overlay {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #82bb5d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  left: 60px;
  opacity: 0;
}

.news__pagination-arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .3s linear;
}

.news__pagination-arrow:hover {
  border-color: #82bb5d;
}

.news__pagination-arrow:hover svg {
  stroke: #82bb5d;
  fill: #82bb5d;
}

.news__pagination-arrow svg {
  width: 30px;
  height: 22px;
}

.news__pagination-left {
  margin-right: 160px;
}

.news__pagination-right {
  margin-left: 160px;
}

.news__pagination-page-number {
  border-radius: 50%;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.news__pagination-page-number:hover {
  color: #ffffff;
}

.news__pagination-page-number.active {
  color: #82bb5d;
}

.about {
  margin-top: 120px;
}

.about__title {
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}

.about__title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82bb5d;
  left: 0;
  top: 33%;
}

.about__list {
  display: flex;
  flex-direction: column;
}

.about__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  grid-gap: 50px;
  margin-bottom: 120px;
}

.about__item:nth-child(2) .about__text-block {
  order: 2;
  margin-left: 30px;
  margin-right: 0;
}

.about__text-block {
  max-width: 660px;
}

.about__text {
  font-weight: 600;
}

.about__block-img {
  position: relative;
  margin-right: 30px;
}

.about__border {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.about__picture {
  position: relative;
  max-width: 660px;
  width: 100%;
  z-index: 1;
}

.about__picture-box img {
  border-radius: 30px;
  max-width: 660px;
  max-height: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__block-img-philosophy {
  margin-right: 0;
}

.about__block-img-philosophy .about__picture {
  max-width: 510px;
  width: 100%;
}

.about__block-img-philosophy .about__picture-box img {
  max-width: 510px;
  max-height: 400px;
}

.about__block-img-engineers {
  margin-right: 60px;
  margin-left: 30px;
}

.about__block-img-engineers .about__picture {
  max-width: 500px;
}

.about__block-img-engineers .about__picture-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -60px;
}

.about__block-img-engineers .about__picture-item img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.about__block-img-engineers .about__picture-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.about__block-img-engineers .about__picture-item:nth-child(1) img {
  max-width: 290px;
  max-height: 460px;
}

.about__block-img-engineers .about__picture-item:nth-child(2) {
  position: relative;
  top: -60px;
}

.about__block-img-engineers .about__picture-item:nth-child(2) img {
  max-width: 290px;
  min-height: 220px;
  width: 80%;
}

.about__block-img-engineers .about__picture-item:nth-child(3) {
  position: relative;
  top: -60px;
}

.about__block-img-engineers .about__picture-item:nth-child(3) img {
  max-width: 350px;
  max-height: 220px;
}

.models {
  overflow: hidden;
  margin-bottom: 134px;
  margin-top: 120px;
}

.models__title {
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}

.models__title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82bb5d;
  left: 0;
  top: 33%;
}

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

.models__slider .slick-list {
  overflow: visible;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.models__slider .slick-slide {
  margin: 0 20px;
}

.models__slider .slick-slide img {
  border-radius: 30px;
  min-height: 420px;
  max-width: 630px;
  width: 100%;
  opacity: 0.5;
}

.models__slider .slick-slide.slick-active img {
  transform: scale(1);
  opacity: 1;
  border-radius: 30px;
}

.models__slider .slick-slide.slick-active img:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.models__slider .slick-arrow {
  top: 41%;
}

.models__slider .slick-prev {
  left: -10%;
}

.models__slider .slick-next {
  right: -10%;
}

.models__top {
  display: block;
  position: relative;
}

.models__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.models__item-title {
  margin-right: 20px;
  text-transform: uppercase;
}

.models__button {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #575757;
  border-radius: 40px;
  padding: 12px 30px 14px 23px;
}

.models__icon-arrow-right {
  top: 6px;
  left: 12px;
  position: relative;
}

.tab-models__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 97px;
}

.tab-models__item {
  border-bottom: 1px solid #6b6966;
  text-align: center;
  cursor: pointer;
}

.tab-models__item:hover {
  border-bottom: 1px solid #82bb5d;
}

.tab-models__item.active {
  border-bottom: 1px solid #82bb5d;
}

.tab-models__content-item {
  display: block;
  height: 0px;
  overflow: hidden;
}

.tab-models__content-item.active {
  overflow: visible;
  display: block;
  height: auto;
}

.intro {
  overflow: hidden;
  margin-top: 65px;
  margin-bottom: 120px;
}

.intro__slider {
  display: flex;
  justify-content: justify-content;
}

.intro__slider .slick-list {
  max-width: 100%;
  margin: 0;
}

.intro__slider .slick-prev {
  left: -10%;
}

.intro__slider .slick-next {
  right: -10%;
}

.intro__item {
  width: 100%;
}

.intro__img {
  width: 100%;
  position: relative;
}

.intro__img img {
  border-radius: 30px;
  object-fit: cover;
  max-height: 560px;
}

.intro__title {
  font-family: "Conthrax", sans-serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 68px;
  left: 68px;
  max-width: 580px;
}

.address {
  margin-bottom: 120px;
}

.address__row {
  display: grid;
  grid-template-columns: max-content 1fr;
  border: 1px solid #82bb5d;
  border-radius: 30px;
  width: 100%;
}

.address__column:nth-child(1) {
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.address__map img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-height: 405px;
}

.location__list {
  margin-bottom: 0;
}

.location__item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.location__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.location__link svg {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

.location__link:hover {
  opacity: 0.7;
}

.novelty__date {
  font-size: 20px;
  line-height: 160%;
  color: #575757;
}

.novelty__title {
  margin-bottom: 40px;
}

.novelty__row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  grid-gap: 87px;
  margin-bottom: 120px;
}

.novelty__block-img {
  position: relative;
}

.novelty__border {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.novelty__border-part {
  left: 30px;
}

.novelty__picture {
  position: relative;
  z-index: 1;
}

.novelty__picture-box img {
  border-radius: 30px;
  max-width: 550px;
  max-height: 300px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.novelty__picture-list {
  display: grid;
  grid-gap: 20px;
  margin: 0;
}

.novelty__picture-item img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.novelty__picture-item:nth-child(1) {
  position: relative;
  top: 60px;
  display: block;
  margin-left: 60px;
}

.novelty__picture-item:nth-child(1) img {
  max-width: 290px;
  max-height: 220px;
}

.novelty__picture-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.novelty__picture-item:nth-child(2) img {
  max-width: 290px;
  max-height: 460px;
}

.novelty__picture-item:nth-child(3) {
  position: relative;
  top: 60px;
}

.novelty__picture-item:nth-child(3) img {
  max-width: 350px;
  max-height: 220px;
}

.novelty__column-part-title {
  max-width: 600px;
  width: 100%;
}

.novelty__item {
  padding-left: 34px;
  margin-bottom: 10px;
  position: relative;
}

.novelty__item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/svg/icon_check.svg");
  background-repeat: no-repeat;
  left: 0;
  top: 33%;
}

.gallery-3d {
  margin-bottom: 90px;
}

.gallery-3d__wrap {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0 48px;
  margin: 0 105px;
  height: 665px;
}

.gallery-3d__wrap .tridi-viewer {
  border: 0 !important;
  background-color: transparent !important;
}

.gallery-3d__wrap .tridi-viewer-image {
  border: 0 !important;
}

.gallery-3d__img {
  height: 100%;
}

.gallery-3d__img .cloudimage-360-inner-box {
  height: 100%;
}

.gallery-3d__img .cloudimage-360-inner-box canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.outlets {
  margin-bottom: 70px;
  overflow: hidden;
}

.outlets [v-cloak] {
  display: none;
}

.outlets__search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.outlets__search-input {
  position: relative;
  flex: auto;
  height: 62px;
  margin-right: 32px;
}

.outlets__search-input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 18px;
  border-radius: 20px;
  color: #fff;
}

.outlets__search-input input::placeholder {
  color: #575757;
  opacity: 0.6;
}

.outlets__search-clear {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-weight: 500;
  color: #fff;
}

.outlets__search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 62px;
  border: 1px solid #82BB5D;
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #82BB5D;
  transition: all .3s linear;
}

.outlets__search-submit svg {
  width: 85px;
  height: 35px;
  margin-left: 23px;
}

.outlets__search-submit:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.outlets__search-submit:active {
  background-color: rgba(255, 255, 255, 0);
}

.outlets__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px -10px 0;
}

.outlets__status-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  margin: 20px 10px 0;
  transition: all .3s linear;
}

.outlets__status-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.outlets__status-item:active {
  background-color: rgba(255, 255, 255, 0);
}

.outlets__status-item.is_active {
  background-color: rgba(255, 255, 255, 0.5);
}

.outlets__status-item img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.outlets__status-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
}

.outlets__status-clear {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 10;
  font-size: 12px !important;
}

.outlets__table-wrap {
  overflow: hidden;
  overflow-x: auto;
}

.outlets__table-wrap::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background: transparent;
}

.outlets__table-wrap::-webkit-scrollbar-thumb {
  background: #82bb5d;
  border-radius: 10px;
}

.outlets__table {
  width: 100%;
  border-spacing: 0;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  width: 1300px;
}

.outlets__table td:nth-child(1) {
  width: 220px;
}

.outlets__table td:nth-child(2) {
  width: 220px;
}

.outlets__table td:nth-child(3) {
  width: 200px;
}

.outlets__table td:nth-last-child(3) {
  width: 200px;
}

.outlets__table td:nth-last-child(2) {
  width: 180px;
}

.outlets__table td:nth-last-child(1) {
  width: 180px;
}

.outlets__table-head td {
  padding: 15px;
  border-bottom: 1px solid #82BB5D;
  text-transform: uppercase;
}

.outlets__table-head td:nth-child(3) span {
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.outlets__table-body td {
  font-weight: 400;
  padding: 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.outlets__table-body td:nth-child(3) {
  padding: 30px 0;
}

.outlets__table-body td img {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  transform: translateX(-10px);
}

.outlets__table-body td a,
.outlets__table-body td button {
  color: #fff;
  transition: all .3s linear;
}

.outlets__table-body td a:hover,
.outlets__table-body td button:hover {
  color: #82BB5D;
  text-decoration: underline;
}

.outlets__table-body td a[href^="tel"] {
  display: block;
}

.outlets__pagination-arrow {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 160px;
}

.outlets__pagination-arrow svg {
  height: 22px;
  width: 30px;
}

.outlets__pagination {
  padding: 30px 0;
  margin: 0 -160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outlets__pagination button {
  color: #fff;
}

.outlets__pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}

.outlets__pagination .page-item {
  margin: 0 5px;
}

.outlets__pagination .page-link {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
}

.outlets__pagination .page-link:hover {
  border-color: rgba(130, 187, 93, 0.3);
}

.outlets__pagination .page-link.active {
  border-color: #82BB5D;
  color: #82BB5D;
}

.outlets__pagination .VuePagination__pagination-item-next-page,
.outlets__pagination .VuePagination__pagination-item-next-chunk,
.outlets__pagination .VuePagination__pagination-item-prev-page,
.outlets__pagination .VuePagination__pagination-item-prev-chunk,
.outlets__pagination .VuePagination__count {
  display: none !important;
}

.outlets__loader {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outlets__loader img {
  width: 150px;
  height: 150px;
}

.form-block {
  display: none;
  padding: 24px 0 120px;
  position: fixed;
  top: 15%;
  left: 20%;
  max-width: 966px;
  width: 100%;
  z-index: 20000;
  transition: all 0.3s ease;
}

.form-block.active {
  display: block;
}

.form-block_app .form-block__wrap {
  max-width: 100%;
}

.form-block__wrap {
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
  padding: 40px;
  background: #000000;
  border-radius: 40px;
}

.form-block__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.form-block__title svg {
  width: 22px;
  height: 22px;
}

.form-block__form {
  margin-top: 40px;
}

.form-block__form .form__label {
  display: block;
}

.form-block__form .form__label:not(:last-child) {
  margin-bottom: 30px;
}

.form-block__form .form__label .invalid {
  border: 4px solid #d24a43;
}

.form-block__form .form__label .valid {
  border: 4px solid #000000;
}

.form-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.form-block__row .form__label {
  max-width: 418px;
  width: 100%;
}

.form-block__row .form__label:not(:last-child) {
  margin-bottom: 0;
}

.form-block__row .form-block__policy {
  margin: 0;
  width: 48%;
  padding-top: 20px;
}

.form-block__form-wrap {
  display: flex;
  justify-content: space-between;
}

.form-block__form-col {
  width: 49%;
}

.form-block__policy {
  width: 100%;
  max-width: 415px;
  color: #575757;
  margin: 24px 0 40px;
}

.form-block__policy i {
  color: #d24a43;
}

.form-block__button {
  background-color: #82bb5d;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 33px;
  border-radius: 40px;
  display: flex;
}

.form-block__button svg {
  margin-left: 10px;
}

.form__label-place {
  font-weight: 600;
  font-size: 18px;
  line-height: 28%;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.form__label-place i {
  color: #d24a43;
}

.form__input,
.form__message,
.form__select {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #575757;
  padding: 19px 25px;
  border: 4px solid #000000;
  background: #ffffff;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.form__input::placeholder,
.form__message::placeholder,
.form__select::placeholder {
  color: #575757;
}

.form__input:hover,
.form__message:hover,
.form__select:hover {
  background: #fff;
}

.form__input:hover::placeholder,
.form__message:hover::placeholder,
.form__select:hover::placeholder {
  color: #0D0E13;
}

.form__input:focus,
.form__message:focus,
.form__select:focus {
  background: #fff;
}

.form__input:focus::placeholder,
.form__message:focus::placeholder,
.form__select:focus::placeholder {
  opacity: 0;
}

.form__input.is_valid,
.form__message.is_valid,
.form__select.is_valid {
  background-color: #fff;
}

.form__message {
  resize: none;
  height: 62px;
}

.form__select {
  appearance: none;
}

.form .select2-container {
  width: 100% !important;
}

.form .select2-container--default .select2-selection--single {
  height: auto;
  padding: 20px 25px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
  border-radius: 50px;
  transition: all 0.2s linear;
  max-width: 418px;
  width: 100%;
}

.form .select2-container--default .select2-selection--single:hover {
  background-color: #fff;
}

.form .select2-container--default .select2-selection--single:hover .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0D0E13;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 100%;
  color: #888888;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}

.form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  padding: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 0 0 30px 30px;
  z-index: 30000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 50px;
  padding: 15px 20px;
}

.select2-container--default .select2-results > .select2-results__options {
  margin-top: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #82bb5d !important;
}

.select2-results__option--selectable {
  padding: 15px !important;
  border-radius: 20px;
  background-color: #ddd;
}

.models-color {
  padding: 80px 0 120px;
}

.models-color__title {
  margin-bottom: 40px;
}

.models-color__row {
  display: flex;
  margin-left: -24px;
}

.models-color__row .slick-list {
  padding-bottom: 30px;
}

.models-color__row .slick-track {
  margin: 0;
}

.models-color__row .slick-prev {
  left: -7%;
}

.models-color__row .slick-next {
  right: -7%;
}

.models-color__pagin.slider-pagin {
  margin-top: -15px;
}

.models-color__item {
  margin-left: 12px;
  margin-right: 12px;
}

.models-color__item.slick-slide .model-card__wrap {
  max-width: 100%;
}

.model-card.slick-slide .model-card__wrap {
  max-width: max-content;
}

.model-card__wrap {
  width: 100%;
  max-width: 306px;
  padding: 20px;
  background: #000000;
  border-radius: 40px;
  border: 1px solid #575757;
  transition: all .3s linear;
  cursor: pointer;
}

.model-card__wrap:hover,
.model-card__wrap:focus {
  box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.16);
  transform: translateY(5px);
}

.model-card__img {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 194px;
}

.model-card__img:hover img {
  transform: scale(1.2);
}

.model-card__img img {
  transition: all .3s linear;
  border-radius: 30px;
  object-fit: contain;
}

.model-card__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.model-card__desc {
  display: flex;
}

.model-card__desc-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #888888;
}

.model-card__desc-text:first-child {
  margin-right: 10px;
}

.model-card__cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}

.model-card__cost svg {
  width: 30px;
  height: 22px;
}

.model-card__cost-num {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
}

.model-card__bottom {
  padding-top: 10px;
  border-top: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}

.model-card__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 190px;
  border: 1px solid #F1F1F1;
  padding: 5px;
  border-radius: 39px;
}

.model-card__counter-btn {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F1F1;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.model-card__counter-btn:hover {
  background: #c9c9c9;
}

.model-card__counter-btn:active {
  background: #F1F1F1;
}

.model-card__counter-clear {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.model-card__counter-clear:hover {
  background: #c9c9c9;
  border-color: #c9c9c9;
}

.model-card__counter-clear:active {
  background: #fff;
}

.general-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Conthrax", sans-serif;
}

.general-block__image {
  margin-bottom: 84px;
}

.general-block__image img {
  border-radius: 30px;
  max-height: 560px;
}

.general-block__title {
  font-size: 64px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 43px;
}

.general-block__subtitle {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 60px;
}

.general-about {
  margin-top: 120px;
}

.general-about__title {
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}

.general-about__title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82bb5d;
  left: 0;
  top: 33%;
}

.general-about__list {
  display: flex;
  flex-direction: column;
}

.general-about__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  grid-gap: 50px;
  margin-bottom: 120px;
}

.general-about__item:nth-child(even) .general-about__border {
  left: 30px;
}

.general-about__text-block {
  max-width: 660px;
}

.general-about__text {
  font-weight: 600;
}

.general-about__block-img {
  position: relative;
  margin-right: 30px;
}

.general-about__border {
  position: absolute;
  bottom: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 1px solid #82bb5d;
  z-index: 10;
  border-radius: 30px;
}

.general-about__picture {
  position: relative;
  max-width: 660px;
  width: 100%;
  z-index: 1;
}

.general-about__picture-box img {
  border-radius: 30px;
  max-width: 660px;
  max-height: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.is-ie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 769px) {
  .models__item {
    width: 48%;
  }

  .models__item:not(:nth-child(-n+2)) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .model-card__desc {
    min-height: 48px;
  }
}

@media (max-width: 1600px) {
  .header__logo {
    padding: 22px 30px;
  }

  .header__right {
    max-width: 210px;
    padding: 37px 31px;
  }

  .menu__link {
    margin-right: 60px;
  }
}

@media (max-width: 1400px) {
  .header__logo {
    padding: 22px 20px;
  }

  .header__right {
    max-width: 180px;
    padding: 37px 16px;
  }

  .menu__link {
    margin-right: 30px;
  }
}

@media (max-width: 1380px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }

  .card__item picture {
    display: flex;
    align-items: center;
  }

  .gallery__slider .slick-list {
    max-width: 870px;
    max-height: 430px;
  }

  .gallery__slider .slick-slide img {
    max-width: 650px;
    min-height: 430px;
  }

  .benefits__list {
    justify-content: space-around;
  }

  .models__slider .slick-slide img {
    max-width: 530px;
    min-height: 350px;
  }

  .models__item-title {
    margin-top: 6px;
    margin-bottom: 5px;
    margin-right: 13px;
    font-size: 18px;
    line-height: 28px;
  }

  .models__button {
    padding: 6px 23px 11px 16px;
  }

  .novelty__column-part-title {
    max-width: 500px;
  }

  .form-block {
    left: 17%;
  }

  .models-color {
    padding: 50px 0 90px;
  }
}

@media (max-width: 1368px) {
  .gallery-3d__wrap {
    height: auto;
  }
}

@media (max-width: 1320px) {
  .news__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news__item:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }

  .news__item:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
  }

  .model-card__wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
    padding: 0 25px;
  }

  .header__logo {
    border-right: none;
  }

  .header__right {
    cursor: pointer;
    max-width: 118px;
    padding: 30px 41px;
  }

  .header__shop {
    font-size: 0;
  }

  .header__shop svg {
    width: 40px;
    height: 46px;
    margin-left: 0;
  }

  .header__menu-burger {
    position: relative;
    height: 24px;
    width: 24px;
    cursor: pointer;
    z-index: 10;
    transition: opacity .25s ease;
    border: 0;
    background-color: transparent;
    padding: 0;
  }

  .header__button-container {
    display: block;
    padding: 41px;
    border-right: 1px solid #82bb5d;
  }

  .menu {
    display: none;
  }

  .menu__overlay {
    top: 107px;
  }

  .menu__overlay.active {
    z-index: -999;
  }

  .menu__nav {
    flex-direction: column;
  }

  .menu__link {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    position: relative;
  }

  .menu__link .menu__icon-arrow-down {
    transform: rotate(-90deg);
    position: absolute;
    top: 3px;
    right: -26px;
  }

  .menu__container.opened {
    position: relative;
  }

  .menu__container.opened .menu__nav-content.active {
    position: absolute;
    top: 20px;
  }

  .menu__list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .menu__link.active {
    display: block;
    text-align: center;
  }

  .menu__link.active .menu__icon-arrow-down {
    display: none;
  }

  .menu__link.active .menu__icon-arrow-left {
    display: inline-block;
    transform: rotate(90deg);
    transition: 0.3s linear;
    position: absolute;
    left: 20px;
    top: 2px;
  }

  .menu .footer__contacts {
    display: block;
    padding-left: 20px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .card__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card__item picture img {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .card__info {
    margin-top: 20px;
  }

  .gallery__slider .slick-list {
    max-width: 770px;
    max-height: 360px;
  }

  .gallery__slider .slick-slide img {
    max-width: 550px;
    min-height: 360px;
  }

  .about__list {
    justify-content: space-around;
  }

  .about__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
  }

  .about__item:nth-child(2) .about__text-block {
    order: 1;
    margin-left: 0;
  }

  .about__item:nth-child(2) .about__block-img-philosophy {
    order: 2;
  }

  .models__slider .slick-slide img {
    max-width: 480px;
    min-height: 320px;
  }

  .novelty__column-part-title {
    max-width: 400px;
  }

  .gallery-3d {
    margin-bottom: 40px;
  }

  .form-block {
    left: 9%;
  }

  .models-color .slider-pagin {
    display: flex;
  }

  .general-about__list {
    justify-content: space-around;
  }

  .general-about__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
  }

  .general-about__item:nth-child(odd) .general-about__text-block {
    order: 1;
  }

  .general-about__item:nth-child(odd) .general-about__block-img {
    order: 2;
  }
}

@media only screen and (max-width: 1200px) {
  .header__menu-burger {
    opacity: 1;
    visibility: visible;
    display: flex;
    z-index: 1000;
  }
}

@media (max-width: 1100px) {
  .slick-slider .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }

  .models__slider .slick-arrow {
    top: 24%;
  }

  .intro__slider .slick-arrow {
    top: 41%;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
    padding: 0 25px;
  }

  .description {
    margin-bottom: 50px;
  }

  .description__row {
    flex-direction: column;
  }

  .description__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .description__block-img {
    margin-top: 20px;
  }

  .gallery__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .gallery__slider .slick-list {
    max-width: 670px;
    max-height: 290px;
  }

  .gallery__slider .slick-slide img {
    max-width: 450px;
    min-height: 290px;
  }

  .gallery__slider .slick-arrow {
    margin-top: 0;
  }

  .gallery__slider .slick-prev {
    left: 2%;
  }

  .gallery__slider .slick-next {
    right: 2%;
  }

  .footer .container {
    max-width: 768px;
  }

  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__logo-block {
    order: 1;
  }

  .footer__logo img {
    width: 108px;
    height: 30px;
  }

  .footer__address {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }

  .footer__nav {
    order: 3;
  }

  .footer__nav_info .footer__nav-title {
    display: none;
  }

  .footer__nav_info .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 23px;
  }

  .footer__nav_model {
    max-width: 100%;
  }

  .footer__nav-block {
    display: grid;
    order: 4;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    width: unset;
  }

  .footer__nav-title {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 19px;
  }

  .footer__nav-title svg {
    display: block;
  }

  .footer__nav-list a {
    font-size: 12px;
    line-height: 19px;
  }

  .footer__bottom {
    padding: 20px;
  }

  .footer__copy {
    font-size: 10px;
    line-height: 14px;
  }

  .footer__contacts {
    order: 2;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer__phone {
    text-align: center;
    margin-bottom: 18px;
  }

  .footer__link {
    justify-content: start;
  }

  .dealer-become {
    margin-bottom: 160px;
  }

  .dealer-become__row {
    flex-direction: column;
  }

  .dealer-become__column:nth-child(1) {
    margin-top: 0;
  }

  .dealer-become__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .priorities {
    margin-bottom: 160px;
  }

  .priorities__row {
    grid-template-columns: repeat(1, auto);
  }

  .priorities__column:nth-child(1) {
    order: 2;
  }

  .priorities__column:nth-child(2) {
    order: 1;
    margin-top: 0;
  }

  .priorities__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .benefits {
    margin-bottom: 50px;
  }

  .team {
    margin-bottom: 160px;
  }

  .team__row {
    grid-template-columns: repeat(1, auto);
  }

  .team__column:nth-child(2) {
    margin-left: 0;
  }

  .team__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about {
    margin-bottom: 50px;
  }

  .about__block-img-engineers .about__picture-item:nth-child(1) img {
    max-width: unset;
    max-height: unset;
  }

  .about__block-img-engineers .about__picture-item:nth-child(2) img {
    max-width: unset;
    min-height: unset;
  }

  .about__block-img-engineers .about__picture-item:nth-child(3) img {
    max-width: unset;
    max-height: unset;
  }

  .models__slider .slick-slide img {
    max-width: 460px;
    min-height: 230px;
  }

  .intro__title {
    font-size: 48px;
    line-height: 48px;
    top: 20px;
    left: 20px;
  }

  .address {
    margin-bottom: 50px;
  }

  .address__row {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .address__column:nth-child(1) {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
  }

  .address__map img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }

  .location__link {
    justify-content: start;
  }

  .novelty__row {
    display: flex;
    flex-direction: column;
  }

  .novelty__row-part {
    flex-direction: column-reverse;
  }

  .novelty__row-part .novelty__column:first-child {
    max-width: 450px;
  }

  .novelty__border-part {
    bottom: -30px;
    left: -30px;
  }

  .novelty__picture-item:nth-child(1) {
    top: 10px;
    left: -60px;
    margin-left: 0;
  }

  .novelty__picture-item:nth-child(1) img {
    max-width: unset;
    max-height: unset;
    height: 118%;
  }

  .novelty__picture-item:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .novelty__picture-item:nth-child(2) img {
    max-width: unset;
    max-height: unset;
  }

  .novelty__picture-item:nth-child(3) {
    top: 20px;
    right: 60px;
  }

  .novelty__picture-item:nth-child(3) img {
    max-width: unset;
    max-height: unset;
    height: 125%;
  }

  .novelty__column-part-title {
    max-width: 100%;
  }

  .form-block {
    left: 3%;
  }

  .models-color__row .slick-arrow {
    margin-top: 0;
  }

  .models-color__row .slick-prev {
    left: 2%;
  }

  .models-color__row .slick-next {
    right: 2%;
  }

  .general-about {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .about__item {
    width: 100%;
  }

  .form-block {
    left: 0%;
  }

  .general-about__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  p {
    font-size: 16px;
    line-height: 21px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .container {
    max-width: 320px;
    padding: 0;
  }

  .main {
    padding-top: 70px;
  }

  .slick-slider .slick-arrow {
    display: none;
  }

  .slider-pagin {
    display: flex;
  }

  .slider-pagin__pagination {
    top: 60%;
  }

  .cloudimage-360 .cloudimage-360-left {
    top: unset;
    bottom: -80px;
    left: 0;
  }

  .cloudimage-360 .cloudimage-360-right {
    top: unset;
    bottom: -80px;
    right: 0;
  }

  .header__logo {
    padding: 17px 42px;
  }

  .header__logo img {
    width: 108px;
    height: 30px;
  }

  .header__right {
    max-width: 64px;
    padding: 20px;
  }

  .header__shop svg {
    width: 24px;
    height: 24px;
  }

  .header__menu-burger svg {
    width: 24px;
    height: 24px;
  }

  .header__menu-burger {
    margin-left: 0;
  }

  .header__button-container {
    padding: 19px;
  }

  .title__h3 {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .menu {
    margin-top: 66px;
  }

  .menu__overlay {
    top: 65px;
  }

  .menu.opened {
    margin-top: 65px;
  }

  .menu__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .card {
    margin-bottom: 80px;
  }

  .card__info {
    padding: 20px;
  }

  .card__title {
    font-size: 20px;
    line-height: 26px;
  }

  .card__specification-list {
    flex-direction: column;
  }

  .card__specification-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }

  .card__price {
    align-items: start;
    flex-direction: column;
    width: max-content;
  }

  .card__price-value {
    font-size: 24px;
    line-height: 29px;
  }

  .card__code {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .specification {
    margin-bottom: 80px;
  }

  .specification .container {
    padding-right: 0;
  }

  .specification__title {
    font-size: 20px;
    line-height: 26px;
  }

  .motor {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 131%;
  }

  .motor tbody td {
    padding: 7px 20px;
  }

  .motor tbody tr td:nth-child(1) {
    width: 15%;
  }

  .motor tbody tr td:nth-child(2) {
    width: 20%;
  }

  .description {
    margin-bottom: 80px;
  }

  .description__title {
    font-size: 20px;
    line-height: 26px;
  }

  .gallery {
    padding-bottom: 70px;
  }

  .gallery__slider .slick-list {
    max-width: 100%;
    max-height: auto;
  }

  .gallery__slider .slick-slide img {
    max-width: 100%;
    min-height: 213px;
  }

  .gallery__slider .slick-arrow {
    top: 125%;
  }

  .footer .container {
    max-width: 320px;
    padding: 0;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: start;
  }

  .dealer-become {
    margin-bottom: 40px;
  }

  .dealer-become__title {
    font-size: 20px;
    line-height: 26px;
  }

  .dealer-become__border {
    bottom: -10px;
    left: 10px;
  }

  .dealer-become__picture-list {
    grid-gap: 10px;
  }

  .dealer-become__picture-item:nth-child(1) {
    top: 20px;
  }

  .dealer-become__picture-item:nth-child(1) img {
    max-width: 105px;
  }

  .stable__track {
    font-size: 32px;
    line-height: 38px;
  }

  .priorities {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .priorities__title {
    font-size: 20px;
    line-height: 26px;
  }

  .priorities__border {
    bottom: -10px;
    left: -10px;
  }

  .benefits {
    margin-bottom: 20px;
  }

  .benefits__title {
    font-size: 20px;
    line-height: 26px;
  }

  .benefits__item {
    margin-bottom: 20px;
  }

  .benefits__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .benefits__text {
    font-size: 14px;
    line-height: 18px;
  }

  .team {
    margin-bottom: 100px;
  }

  .team__title {
    font-size: 20px;
    line-height: 26px;
  }

  .team__emphasis {
    padding: 20px;
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0;
  }

  .team__border {
    bottom: -27px;
    left: -10px;
  }

  .team__picture-box img {
    height: 372px;
  }

  .contacts__map {
    height: 220px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .contacts__map .ymaps-2-1-79-balloon__content > ymaps {
    height: auto !important;
  }

  .news__title {
    font-size: 20px;
    line-height: 26px;
  }

  .news__pagination-arrow {
    width: 50px;
    height: 50px;
  }

  .news__pagination-left {
    margin-right: 30px;
  }

  .news__pagination-right {
    margin-left: 30px;
  }

  .about {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .about__title {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .about__item {
    margin-bottom: 40px;
  }

  .about__text {
    font-size: 14px;
    line-height: 18px;
  }

  .about__border {
    bottom: 10px;
    left: 10px;
  }

  .about__block-img-engineers {
    margin-left: 0;
  }

  .about__block-img-engineers .about__picture-list {
    grid-gap: 10px;
  }

  .about__block-img-engineers .about__picture-item:nth-child(2) {
    top: -30px;
  }

  .about__block-img-engineers .about__picture-item:nth-child(2) img {
    min-height: 130px;
  }

  .about__block-img-engineers .about__picture-item:nth-child(3) {
    top: -30px;
  }

  .models {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .models__title {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .models__slider .slick-slide {
    margin: 0 10px;
  }

  .models__slider .slick-slide img {
    max-width: 100%;
    min-height: auto;
    height: 200px;
  }

  .models__item:not(:nth-child(1)) {
    display: none;
  }

  .tab-models__nav {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }

  .tab-models__item {
    text-align: left;
  }

  .intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .intro__slider .slick-list {
    margin: 0;
  }

  .intro__img {
    border-radius: 20px;
  }

  .intro__title {
    font-size: 24px;
    line-height: 24px;
  }

  .address__title {
    font-size: 20px;
    line-height: 26px;
  }

  .address__row {
    border-radius: 30px;
  }

  .address__column:nth-child(1) {
    padding: 20px;
  }

  .location__item {
    padding: 5px 0;
  }

  .novelty__date {
    font-size: 14px;
    line-height: 22px;
  }

  .novelty__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .novelty__title-mobile {
    font-size: 20px;
    line-height: 26px;
  }

  .novelty__row {
    grid-gap: 25px;
    margin-bottom: 80px;
  }

  .novelty__border {
    bottom: -10px;
    left: -10px;
  }

  .novelty__border-part {
    bottom: -10px;
    left: -10px;
  }

  .novelty__picture-item:nth-child(1) {
    top: -10px;
    left: -20px;
  }

  .novelty__picture-item:nth-child(1) img {
    height: 130%;
  }

  .novelty__picture-item:nth-child(2) img {
    max-height: 190px;
  }

  .novelty__picture-item:nth-child(3) {
    top: -5px;
    right: 31px;
  }

  .novelty__picture-item:nth-child(3) img {
    width: 110%;
    height: 133%;
  }

  .gallery-3d {
    margin-bottom: 20px;
  }

  .gallery-3d__title {
    font-size: 20px;
    line-height: 26px;
  }

  .gallery-3d__wrap {
    padding: 0;
    margin: 0;
    margin-bottom: 140px;
  }

  .outlets {
    margin-bottom: 40px;
  }

  .outlets__search {
    flex-direction: column;
    align-items: flex-start;
  }

  .outlets__search-input input {
    padding: 14px;
  }

  .outlets__search-input {
    width: 100%;
    margin-right: 0;
    height: 50px;
    margin-bottom: 15px;
  }

  .outlets__search-clear {
    font-size: 12px;
  }

  .outlets__search-submit {
    max-width: 100%;
    height: 50px;
    padding: 14px;
    justify-content: space-between;
  }

  .outlets__search-submit svg {
    height: 22px;
    width: 77.5px;
  }

  .outlets__status-item {
    width: 100%;
  }

  .outlets__status-item span {
    font-size: 14px;
  }

  .outlets__table {
    width: 1000px;
  }

  .outlets__table td:nth-child(1) {
    width: 200px;
  }

  .outlets__table td:nth-child(3) {
    width: 100px;
  }

  .outlets__table td:nth-last-child(2) {
    width: 100px;
  }

  .outlets__pagination-arrow svg {
    height: 15.714285850524902px;
    width: 21.428571701049805px;
  }

  .outlets__pagination-arrow {
    height: 50px;
    width: 50px;
    margin: 0;
  }

  .outlets__pagination {
    padding: 30px 0 0;
  }

  .outlets__pagination {
    margin: 0;
    justify-content: space-between;
  }

  .form-block {
    padding: 20px 0 60px;
  }

  .form-block_app {
    padding: 20px 0 20px;
  }

  .form-block__wrap {
    padding: 20px;
    border-radius: 20px;
  }

  .form-block__form {
    margin-top: 20px;
  }

  .form-block__form .form__label:not(:last-child) {
    margin-bottom: 20px;
  }

  .form-block__row {
    flex-direction: column;
  }

  .form-block__row .form__label {
    width: 100%;
  }

  .form-block__row .form-block__policy {
    width: 100%;
  }

  .form-block__form-wrap {
    flex-direction: column;
  }

  .form-block__form-col {
    width: 100%;
  }

  .form-block__form-col:first-child {
    margin-bottom: 20px;
  }

  .form-block__policy {
    margin: 20px 0;
  }

  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    padding: 10px;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 15px;
  }

  .select2-results__option--selectable {
    padding: 10px !important;
  }

  .models-color {
    padding: 30px 0 40px;
  }

  .models-color__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .models-color__row {
    margin-left: 0;
  }

  .models-color__row .slick-list {
    margin: 0 -10px;
    padding: 0;
  }

  .models-color__row .slick-arrow {
    top: 110%;
  }

  .models-color__item {
    margin-left: 0;
    margin: 0 10px;
    padding-bottom: 30px;
  }

  .models-color__item {
    display: none;
  }

  .models-color__item:nth-child(1) {
    display: block;
  }

  .models-color__item.slick-slide {
    padding-bottom: 30px;
  }

  .model-card__wrap {
    border-radius: 20px;
  }

  .model-card__img {
    height: 180px;
  }

  .model-card__title {
    font-size: 18px;
    line-height: 22px;
  }

  .model-card__cost-num {
    font-size: 20px;
  }

  .model-card__counter-btn {
    width: 40px;
    height: 40px;
  }

  .model-card__counter-clear {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .general-block__image {
    margin-bottom: 40px;
  }

  .general-block__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .general-block__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .general-about {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .general-about__title {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .general-about__item {
    margin-bottom: 40px;
  }

  .general-about__item:nth-child(even) .general-about__border {
    left: 10px;
  }

  .general-about__text {
    font-size: 14px;
    line-height: 18px;
  }

  .general-about__border {
    bottom: 10px;
    left: 10px;
  }
}

@media (max-width: 375px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 17px;
  }

  .gallery {
    padding-bottom: 47px;
  }

  .dealer-become__picture-item:nth-child(1) img {
    max-width: 90px;
  }

  .news__text {
    padding: 12px 20px;
  }

  .news__date {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 356px) {
  .container {
    padding: 0 20px;
  }

  .footer .container {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .models-color__item {
    display: none;
  }

  .models-color__item:nth-child(1),
  .models-color__item:nth-child(2),
  .models-color__item:nth-child(3) {
    display: block;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .models-color__item {
    display: none;
  }

  .models-color__item:nth-child(1),
  .models-color__item:nth-child(2) {
    display: block;
  }
}
/*# sourceMappingURL=maps/main.css.map */
