html {
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
span {
  display: block;
}

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

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

input {
  box-sizing: border-box;
}

button:focus,
button:focus-visible,
button:focus-within {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --primary: rgba(237, 45, 45, 1);
  --primary-hover: rgba(253, 54, 54, 1);
  --primary-press: rgba(198, 15, 15, 1);
  --secondary: rgba(49, 122, 219, 1);
  --secondary-hover: rgba(74, 152, 231, 1);
  --secondary-press: rgba(38, 73, 130, 1);
  --dark: rgba(16, 24, 32, 1);
  --dark-light: rgba(141, 141, 141, 1);
  --grey-dark: rgba(177, 176, 176, 1);
  --grey-medium: rgba(212, 212, 212, 1);
  --grey-light: rgba(237, 235, 235, 1);
  --white: rgba(255, 255, 255, 1);
  --alert: rgba(219, 113, 122, 1);
  --alert-bg: rgba(252, 225, 227, 1);
  --accent: rgba(211, 162, 68, 1);
  --accent-bg: rgba(250, 244, 194, 1);
  --done: rgba(71, 161, 128, 1);
  --done-bg: rgba(203, 247, 220, 1);
  --shadow-low: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  --shadow-deep: 0px 5px 23.6px 0px rgba(195, 195, 195, 0.53);
  --transition: all .15s ease-in-out;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

h1, .h1 {
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.p--big {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.p--big.bold {
  font-weight: 700;
}

.p--small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.bold {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.button {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.button--small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.button--accent {
  background: var(--primary);
  color: var(--white);
  border-radius: 0.4rem;
  transition: background 0.15s ease;
}

body {
  font-family: "montserrat";
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--dark);
  min-height: 100vh;
  padding-top: 9.6rem;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
  scrollbar-gutter: stable;
}
body.news-detail .news {
  margin-bottom: 5.6rem;
}

.container {
  width: calc(100% - 6.4rem);
  max-width: 192rem;
  margin-inline: auto;
}

.fl--c {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.expand-container .expand__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.1s ease-in-out;
}
.expand-container .expand__wrapper .expand__body {
  height: auto;
  overflow: hidden;
}
.expand-container .expand-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: margin-bottom 0.1s ease-in-out;
}
.expand-container .expand-button img {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(0deg);
  transition: transform 0.1s ease-in-out;
}
.expand-container .expand-button.active {
  display: flex;
}
.expand-container.active .expand__wrapper {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease-in-out;
}
.expand-container.active .expand-button {
  margin-bottom: 2rem;
  transition: margin-bottom 0.2s ease-in-out;
}
.expand-container.active .expand-button img {
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

.icon {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

section,
article.info {
  position: relative;
}
section .anchor,
article.info .anchor {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  opacity: 0;
  top: -13rem;
  pointer-events: none;
}

.news-shape {
  clip-path: polygon(100% 100%, 0% 100%, 0% 26%, 0.29% 23.8%, 0.95% 22.47%, 1.9% 21.6%, 95.7% 0.1%, 100% 0%);
}

.text--accent {
  color: var(--secondary);
}

.breadcrumbs {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.breadcrumbs a {
  position: relative;
  color: var(--primary);
}
.breadcrumbs a::after {
  position: absolute;
  display: block;
  top: 0.2rem;
  right: -0.8rem;
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  background: var(--grey-medium);
  transform: rotate(27deg);
}
.breadcrumbs span {
  max-width: 72rem;
  color: var(--grey-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.6rem;
  background: var(--white);
  padding-block: 2.4rem;
  z-index: 20;
}
.header .container {
  display: flex;
  align-items: center;
}
.header-logo {
  flex: 0 0 19.4rem;
  width: 19.4rem;
  margin-right: 2.4rem;
}
.header-nav {
  margin-right: auto;
}
.header-nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  text-transform: uppercase;
}
.header-nav ul li {
  cursor: pointer;
}
.header-nav ul li a,
.header-nav ul li span {
  transition: color 0.15s ease;
}
.header-nav ul li span {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  position: relative;
}
.header-nav ul li span::after {
  display: block;
  content: "";
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/svg/common/chevron-down-dark.svg) no-repeat center center/100%;
  transition: transform 0.2s ease-in-out;
}
.header-nav ul li span .header-nav__sublinks {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  top: 80%;
  left: 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: var(--white);
  border-radius: 0.8rem;
  padding: 0.5rem 1.6rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.header-nav ul li span .header-nav__sublinks-item {
  white-space: nowrap;
}
.header-contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.1rem;
       column-gap: 2.1rem;
  margin-left: auto;
}
.header-contacts__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  transition: all 0.15s ease;
}
.header-contacts__link svg {
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.15s ease;
}
.header-timetable {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  position: relative;
  cursor: pointer;
  margin-left: 2.1rem;
}
.header-timetable::after {
  display: block;
  content: "";
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/svg/common/chevron-down-dark.svg) no-repeat center center/100%;
  transition: transform 0.2s ease-in-out;
}
.header-timetable__frame {
  position: absolute;
  top: 80%;
  left: 0;
  padding: 1.2rem 1.6rem;
  white-space: nowrap;
  background: var(--white);
  border-radius: 0.4rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.header-timetable__frame::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 0.6rem;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/svg/Rectangle1687.svg") no-repeat center center/cover;
  z-index: 8;
}
.header-button {
  flex: 0 0 16.1rem;
  width: 16.1rem;
  height: 4.8rem;
  margin-left: 2.5rem;
}
.header .menu__button {
  display: none;
}

main .hero {
  margin-block: 1.1rem 8.8rem;
}
main .hero__wrapper {
  position: relative;
  display: flex;
  height: 94.9rem;
}
main .hero__shape {
  overflow: hidden;
}
main .hero__shape:first-of-type {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 109.3rem;
  height: calc(100% + 0.2rem);
  margin-top: -0.1rem;
  background: var(--grey-light);
  padding: 8rem 7.2rem 5.6rem;
  z-index: 1;
  border-radius: 3.2rem 0 0 3.2rem;
  overflow: visible;
  clip-path: polygon(0% 0%, 99% 0%, 98% 2px, 98% 2px, 97.4% 5px, 97.1% 7px, 96.86% 9px, 96.5% 13px, 96.2% 17px, 95.85% 23px, 95.35% 36px, 75.66% 95.5%, 75.6% 95.8%, 75.55% 96.15%, 75.5% 96.28%, 75.53% 96%, 75.5% 97.2%, 75.63% 97.7%, 75.7% 98%, 75.8% 98.2%, 75.89% 98.45%, 76.2% 98.8%, 76.3% 98.97%, 76.56% 99.2%, 76.65% 99.3%, 78% 100%, 0% 100%);
}
main .hero__shape:first-of-type .wrapper2 {
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  right: -1%;
  width: 30%;
  height: calc(100% + 0.2rem);
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 99.7%, 5.1% 99.4%, 6.2% 99.16%, 6.5% 99.03%, 7.5% 98.6%, 8.56% 98%, 9.1% 97.5%, 10% 96.2%, 10.2% 96%, 76% 5%, 76.6% 4%, 76.85% 3.6%, 76.77% 3.25%, 76.73% 2.6%, 76% 1.85%, 74.55% 1.2%, 74% 1%, 73% 0.75%, 72% 0.5%, 70% 0.3%, 69% 0.2%, 67% 0.1%, 65% 0%, 0% 0%);
}
main .hero__shape:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 57%;
  z-index: 0;
  display: flex;
  border-radius: 0 3.2rem 3.2rem 0;
}
main .hero__shape:last-of-type .wrapper {
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background: yellow;
}
main .hero__shape .hero-slider {
  height: 100%;
  width: 100%;
}
main .hero__shape .hero-slider .swiper-slide {
  max-width: 100%;
}
main .hero__shape .hero-slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .hero__shape .hero-slider__control {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  z-index: 2;
}
main .hero__shape .hero-slider__control .hero-slider__button {
  flex: 1 0 5.6rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.4rem;
  background: var(--white) url(../img/svg/common/button-shewron.svg) no-repeat center center/25%;
  cursor: pointer;
}
main .hero__shape .hero-slider__control .hero-slider__button.hero-slider__button--prev {
  transform: rotate(180deg);
}
main .hero__shape .hero__label {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.6rem;
  font-weight: 600;
}
main .hero__shape .hero__title {
  max-width: 77.7rem;
  margin-bottom: 2.4rem;
}
main .hero__shape .hero__title span {
  display: inline;
}
main .hero__shape .hero__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: auto;
}
main .hero__shape .hero__info img {
  flex: 0 0 7rem;
  width: 7rem;
  height: 7rem;
}
main .hero__shape .hero__info p {
  max-width: 52.5rem;
}
main .hero__shape .button {
  width: 21.2rem;
  height: 4.8rem;
}
main .hero.news-detail__hero {
  margin-bottom: 5.6rem;
}
main .hero.news-detail__hero .main__shape--l {
  display: flex;
  flex-direction: column;
}
main .hero.news-detail__hero .main__shape--l .hero__title {
  max-width: 81rem;
}
main .hero.news-detail__hero .main__shape--l .news-date {
  color: var(--dark-light);
  margin-top: auto;
}
main .hero.news-detail__hero .main__shape--r img {
  -o-object-fit: cover;
     object-fit: cover;
}
main .info {
  margin-bottom: 6.4rem;
}
main .info .container {
  display: flex;
  justify-content: space-between;
}
main .info__item {
  flex: 1 0 10%;
  border-right: 0.1rem solid var(--grey-medium);
  padding-inline: 2.8rem;
}
main .info__item:first-of-type {
  padding-left: 0;
}
main .info__item:last-of-type {
  border: none;
  padding-right: 0;
}
main .info__item-title {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
main .info__item span {
  white-space: nowrap;
}
main .about {
  margin-bottom: 4.8rem;
}
main .about__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 94.9rem;
}
main .about-shape:first-of-type {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: calc(100% - 0.2rem);
  z-index: 1;
  border-radius: 3.2rem 0 0 3.2rem;
  overflow: hidden;
  clip-path: polygon(0% 0%, 91.2% 0%, 92% 0px, 91% 2px, 90.45% 6px, 90.5% 6px, 90.18% 11px, 90.1% 13px, 89.97% 17px, 89.82% 23px, 89.6% 36px, 75.98% 93.55%, 75.8% 94.75%, 75.6% 96.25%, 75.66% 95.81%, 75.55% 97.2%, 75.63% 97.7%, 75.7% 98%, 75.8% 98.2%, 75.85% 98.45%, 75.95% 98.71%, 76.1% 99%, 76.1% 99.05%, 76.82% 99.8%, 77.45% 100%, 0% 100%);
  background: var(--white);
}
main .about-shape:first-of-type .wrapper2 {
  display: block;
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  right: 6.6%;
  width: 21%;
  height: calc(100% + 0.2rem);
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 99.7%, 5.1% 99.4%, 6.2% 99.16%, 6.5% 99.03%, 7.5% 98.6%, 8.56% 98%, 9.1% 97.5%, 10% 96.2%, 10.2% 96%, 76% 5%, 76.6% 4%, 76.85% 3.6%, 76.77% 3.25%, 76.73% 2.6%, 76% 1.85%, 74.55% 1.2%, 74% 1%, 73% 0.75%, 72% 0.5%, 70% 0.3%, 69% 0.2%, 67% 0.1%, 65% 0%, 0% 0%);
  z-index: 1;
}
main .about-shape:first-of-type video {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transform: translateX(-15%);
}
main .about-shape:last-of-type {
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  width: 47%;
  height: calc(100% - 0.2rem);
  background: var(--grey-light);
  border-radius: 0 3.2rem 3.2rem 0;
  padding: 7.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
main .about-shape:last-of-type .about-logo {
  width: 20rem;
}
main .about-shape:last-of-type h2 {
  margin-top: auto;
  text-align: right;
}
main .products {
  margin-bottom: 4.8rem;
}
main .products__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
main .products__heading p {
  max-width: 91.8rem;
}
main .products__wrapper {
  position: relative;
  display: flex;
  height: 94.9rem;
}
main .products__shape {
  overflow: hidden;
}
main .products__shape:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 109.3rem;
  height: calc(100% + 0.2rem);
  margin-top: -0.1rem;
  background: var(--grey-light);
  padding: 8rem 7.2rem 5.6rem;
  z-index: 1;
  border-radius: 3.2rem 0 0 3.2rem;
  overflow: visible;
  clip-path: polygon(0% 0%, 99% 0%, 98% 2px, 98% 2px, 97.4% 5px, 97.1% 7px, 96.86% 9px, 96.5% 13px, 96.2% 17px, 95.85% 23px, 95.35% 36px, 75.66% 95.5%, 75.6% 95.8%, 75.55% 96.15%, 75.5% 96.28%, 75.53% 96%, 75.5% 97.2%, 75.63% 97.7%, 75.7% 98%, 75.8% 98.2%, 75.89% 98.45%, 76.2% 98.8%, 76.3% 98.97%, 76.56% 99.2%, 76.65% 99.3%, 78% 100%, 0% 100%);
  padding: 8.7rem 6.4rem;
}
main .products__shape:first-child .wrapper2 {
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  right: -1%;
  width: 30%;
  height: calc(100% + 0.2rem);
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 99.7%, 5.1% 99.4%, 6.2% 99.16%, 6.5% 99.03%, 7.5% 98.6%, 8.56% 98%, 9.1% 97.5%, 10% 96.2%, 10.2% 96%, 76% 5%, 76.6% 4%, 76.85% 3.6%, 76.77% 3.25%, 76.73% 2.6%, 76% 1.85%, 74.55% 1.2%, 74% 1%, 73% 0.75%, 72% 0.5%, 70% 0.3%, 69% 0.2%, 67% 0.1%, 65% 0%, 0% 0%);
}
main .products__shape:first-child .products-mobile__indicator {
  display: none;
}
main .products__shape:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 57%;
  z-index: 0;
  display: flex;
  border-radius: 0 3.2rem 3.2rem 0;
  background: var(--grey-light);
  padding: 6rem;
}
main .products__shape:nth-child(2) .wrapper {
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background: yellow;
}
main .products__tabs {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
main .products__tabs .swiper-pagination-bullet {
  flex: 1 0 19%;
  margin: 0 !important;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  text-transform: uppercase;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid var(--grey-medium);
  border-radius: 0;
}
main .products__tabs .swiper-pagination-bullet-active {
  color: var(--primary);
  border-color: var(--primary);
}
main .products-image__slider {
  width: 100%;
  max-width: 72%;
  margin: 0;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .products-image__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  pointer-events: none !important;
}
main .products-image__slider .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  pointer-events: none !important;
}
main .products-info__slider {
  margin: 0;
  width: 69.2rem;
  margin-left: auto;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .products-control {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  z-index: 2;
}
main .products-control__button {
  flex: 1 0 5.6rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.4rem;
  background: var(--white) url(../img/svg/common/button-shewron.svg) no-repeat center center/25%;
  cursor: pointer;
}
main .products-control__button--prev {
  transform: rotate(180deg);
}
main .products-info {
  width: 100%;
  max-width: 69.2rem;
}
main .products-info__title {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 1.7rem;
  color: var(--secondary-press);
  font-weight: 600;
}
main .products-info p {
  margin-bottom: 3.2rem;
}
main .products-info ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 3.2rem;
  color: var(--secondary);
}
main .products-info ul span {
  color: var(--dark);
}
main .call {
  margin-bottom: 4.7rem;
}
main .call .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.2rem;
  background: var(--secondary);
  color: var(--white);
  padding: 4.8rem 7.2rem;
  overflow: hidden;
}
main .call .container h2 {
  margin-bottom: 1.6rem;
}
main .call .container .call-button {
  position: relative;
  flex: 0 0 26rem;
  width: 26rem;
  height: 4.8rem;
  border-radius: 0.4rem;
  background: var(--white);
  color: var(--secondary);
  z-index: 2;
}
main .call .container::after {
  position: absolute;
  display: block;
  width: 40rem;
  height: 100%;
  content: "";
  top: 0;
  right: 25rem;
  z-index: 0;
  background: url(../img/svg/decor-1.svg) no-repeat 0% center/125%;
  opacity: 0.2;
  pointer-events: none;
}
main .call .container::before {
  position: absolute;
  display: block;
  width: 40rem;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  z-index: 0;
  background: url(../img/svg/decor-1.svg) no-repeat 0% center/125%;
  opacity: 0.6;
  pointer-events: none;
}
main .dealers {
  margin-bottom: 4.9rem;
}
main .dealers__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 94.9rem;
}
main .dealers__wrapper .dealers-sliders__pagination {
  position: absolute;
  top: 7.2rem;
  left: 7.2rem;
  display: flex;
  align-items: center;
  width: auto;
  height: 6rem;
  border: 0.6rem solid var(--white);
}
main .dealers__wrapper .dealers-sliders__pagination .swiper-pagination-bullet {
  flex: 0 0 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  background: var(--white);
  text-transform: uppercase;
}
main .dealers__wrapper .dealers-sliders__pagination .swiper-pagination-bullet-active {
  background: var(--grey-light);
}
main .dealers-shape:first-of-type {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: calc(100% - 0.2rem);
  z-index: 1;
  border-radius: 3.2rem 0 0 3.2rem;
  overflow: hidden;
  clip-path: polygon(0% 0%, 91.2% 0%, 92% 0px, 91% 2px, 90.45% 6px, 90.5% 6px, 90.18% 11px, 90.1% 13px, 89.97% 17px, 89.82% 23px, 89.6% 36px, 75.98% 93.55%, 75.8% 94.75%, 75.6% 96.25%, 75.66% 95.81%, 75.55% 97.2%, 75.63% 97.7%, 75.7% 98%, 75.8% 98.2%, 75.85% 98.45%, 75.95% 98.71%, 76.1% 99%, 76.1% 99.05%, 76.82% 99.8%, 77.45% 100%, 0% 100%);
  background: var(--grey-light);
  padding: 7.2rem;
}
main .dealers-shape:first-of-type .wrapper2 {
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  right: 6.6%;
  width: 21%;
  height: calc(100% + 0.2rem);
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 99.7%, 5.1% 99.4%, 6.2% 99.16%, 6.5% 99.03%, 7.5% 98.6%, 8.56% 98%, 9.1% 97.5%, 10% 96.2%, 10.2% 96%, 76% 5%, 76.6% 4%, 76.85% 3.6%, 76.77% 3.25%, 76.73% 2.6%, 76% 1.85%, 74.55% 1.2%, 74% 1%, 73% 0.75%, 72% 0.5%, 70% 0.3%, 69% 0.2%, 67% 0.1%, 65% 0%, 0% 0%);
  z-index: 1;
}
main .dealers-shape:last-of-type {
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  width: 47%;
  height: calc(100% - 0.2rem);
  background: var(--grey-light);
  border-radius: 0 3.2rem 3.2rem 0;
  overflow: hidden;
  z-index: 0;
}
main .dealers-image__slider {
  width: 100%;
  height: calc(100% - 0.2rem);
  margin-top: 0.1rem;
}
main .dealers-image__slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .dealers-image__slider .swiper-slide img.resized {
  -o-object-position: bottom;
     object-position: bottom;
  transform: rotateY(180deg);
}
main .dealers-info__slider {
  height: 100%;
  max-width: 100.4rem;
  margin: 14rem 0 0;
}
main .dealers-info__slider .swiper-slide {
  height: calc(100% - 14rem);
}
main .dealers-info__slider .dealers-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .dealers-info__slider .dealers-info h1, main .dealers-info__slider .dealers-info .h1 {
  margin-bottom: 2.4rem;
}
main .dealers-info__slider .dealers-info h1 span, main .dealers-info__slider .dealers-info .h1 span {
  display: inline;
}
main .dealers-info__slider .dealers-info__buttons {
  display: flex;
  align-items: center;
  align-items: flex-start;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-top: 3.2rem;
  margin-bottom: 2.8rem;
}
main .dealers-info__slider .dealers-info__buttons-item {
  flex: 0 0 22.1rem;
  width: 22.1rem;
  height: 4.8rem;
}
main .dealers-info__slider .dealers-info__buttons-item:last-child {
  border: 0.1rem solid var(--primary);
  color: var(--primary);
  border-radius: 0.4rem;
}
main .dealers-info__slider .dealers-info__link {
  width: -moz-fit-content;
  width: fit-content;
  height: 4.8rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  color: var(--secondary);
}
main .dealers-info__slider .dealers-info__link img:first-child {
  margin-right: 0.4rem;
}
main .dealers-info__slider .dealers-info__cards {
  margin-top: auto;
}
main .dealers-info__slider .dealers-info__cards-title {
  margin-bottom: 3.2rem;
}
main .dealers-info__slider .dealers-info__cards-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
main .dealers-info__slider .dealers-info__cards .dealers-info__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 20%;
  aspect-ratio: 239/132;
  background: var(--white);
  border-radius: 0.4rem;
  padding: 1.2rem;
}
main .dealers-info__slider .dealers-info__cards .dealers-info__card img {
  width: 3.8rem;
  height: 3.8rem;
  flex: 0 0 3.8rem;
}
main .dealers-mobile__pagination {
  display: none;
}
main .news {
  margin-bottom: 4.8rem;
}
main .news__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
main .news__link {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
main .news__link::after {
  content: "";
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  background: var(--primary) url(../img/svg/common/chevron_right_24px-white.svg) no-repeat center center/100%;
}
main .news__cards {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
main .news__cards .news-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 20%;
  border: 0.1rem solid var(--grey-medium);
  border-radius: 1.6rem;
  padding: 3.2rem 1.6rem 1.6rem;
  transition: box-shadow 0.15s ease-in-out;
}
main .news__cards .news-card p, main .news__cards .news-card span {
  width: calc(100% - 3rem);
  margin-inline: auto;
  margin-bottom: 1.6rem;
  transition: color 0.1s ease-in-out;
}
main .news__cards .news-card p {
  font-size: 2rem;
  line-height: 2.4rem;
}
main .news__cards .news-card span {
  margin-bottom: 2.4rem;
}
main .news__cards .news-card__image {
  margin-top: auto;
  border-radius: 12px 12px 12px 12px;
  clip-path: polygon(100% 100%, 0% 100%, 0% 26%, 0.29% 23.8%, 0.95% 22.47%, 1.9% 21.6%, 95.7% 0.1%, 100% 0%);
  overflow: hidden;
}
main .news__cards .news-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
main .news-slider {
  display: none;
}
main .qa {
  margin-bottom: 4.8rem;
}
main .qa .container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10%;
       column-gap: 10%;
  border-radius: 3.2rem;
  background: var(--grey-light);
  padding: 7.2rem;
}
main .qa-text {
  max-width: 62.1rem;
}
main .qa-text h2 {
  margin-bottom: 2.4rem;
}
main .qa__list {
  flex: 0 0 84.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
main .qa__list-item {
  background: var(--white);
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
}
main .qa__list-item .expand-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .qa__list-item .expand-button img {
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
}
main .qa__list-item .expand__body {
  color: var(--dark-light);
}
main .qa__list-item .expand__body .p--big {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
main .contacts {
  margin-bottom: 4rem;
}
main .contacts-wrapper {
  position: relative;
  display: flex;
  height: 94.9rem;
}
main .contacts-shape:first-of-type {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 68.2rem;
  height: calc(100% + 0.2rem);
  margin-top: -0.1rem;
  background: var(--grey-light);
  padding: 9.3rem 7.2rem 7.2rem;
  z-index: 1;
  border-radius: 3.2rem 0 0 3.2rem;
  overflow: visible;
  clip-path: polygon(0% 0%, 99.5% 0.09%, 100% 1px, 98% 4px, 97.27% 7px, 97.1% 8px, 96.98% 9px, 96.5% 13px, 96.2% 17px, 95.85% 23px, 95.35% 36px, 65.66% 95.5%, 65.6% 95.8%, 65.55% 96.15%, 65.5% 96.28%, 65.53% 96%, 65.5% 97.2%, 65.63% 97.7%, 65.7% 98%, 65.8% 98.2%, 65.89% 98.45%, 66.2% 98.8%, 66.3% 98.97%, 66.56% 99.2%, 67.65% 99.7%, 69.5% 100%, 0% 100%);
}
main .contacts-shape:first-of-type .wrapper2 {
  position: absolute;
  top: -0.1rem;
  bottom: -0.1rem;
  right: -3.5%;
  width: 45%;
  height: calc(100% + 0.2rem);
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 3% 99.7%, 5.1% 99.4%, 6.2% 99.16%, 6.5% 99.03%, 7.5% 98.6%, 8.56% 98%, 9.1% 97.5%, 10% 96.2%, 10.2% 96%, 76% 5%, 76.6% 4%, 76.85% 3.6%, 76.77% 3.25%, 76.73% 2.6%, 76% 1.85%, 74.55% 1.2%, 74% 1%, 73% 0.75%, 72% 0.5%, 70% 0.3%, 69% 0.2%, 67% 0.1%, 65% 0%, 0% 0%);
}
main .contacts-shape:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  z-index: 0;
  display: flex;
  border-radius: 0 3.2rem 3.2rem 0;
  background: var(--grey-light);
  overflow: hidden;
}
main .contacts-info {
  width: 71%;
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
main .contacts-info h2 {
  margin-bottom: 0.8rem;
}
main .contacts-info__row .bold {
  margin-bottom: 0.8rem;
}
main .contacts-info__row a {
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.15s ease-in-out;
}
main .contacts-map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contacts-map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1) contrast(0.9);
}
main .section-news {
  padding-block: 5.6rem 0;
}
main .section-news .section__title {
  margin-bottom: 4.4rem;
}
main .section-news .section__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}
main .section-news .show-more__section {
  margin-bottom: 4.2rem;
}
main .section-news .show-more__section .show-more__button {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
main .news-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 20%;
  border: 0.1rem solid var(--grey-medium);
  border-radius: 1.6rem;
  padding: 3.2rem 1.6rem 1.6rem;
  transition: box-shadow 0.15s ease-in-out;
}
main .news-card p, main .news-card span {
  width: calc(100% - 3rem);
  margin-inline: auto;
  margin-bottom: 1.6rem;
  transition: color 0.1s ease-in-out;
}
main .news-card p {
  font-size: 2rem;
  line-height: 2.4rem;
}
main .news-card span {
  margin-bottom: 2.4rem;
}
main .news-card__image {
  margin-top: auto;
  border-radius: 12px 12px 12px 12px;
  clip-path: polygon(100% 100%, 0% 100%, 0% 26%, 0.29% 23.8%, 0.95% 22.47%, 1.9% 21.6%, 95.7% 0.1%, 100% 0%);
  overflow: hidden;
}
main .news-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
main .container.news-container {
  max-width: 154.4rem;
  margin-bottom: 5.1rem;
}
main .container.news-container h2, main .container.news-container h3, main .container.news-container h4, main .container.news-container h5, main .container.news-container h6 {
  padding-block: 0.8rem;
}
main .container.news-container p {
  padding-block: 0.8rem 1.6rem;
}
main .container.news-container ul, main .container.news-container ol {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding-block: 0.8rem 2.4rem;
  padding-left: 2.4rem;
  list-style-type: disc;
}
main .container.news-container ul li::marker, main .container.news-container ol li::marker {
  color: var(--secondary);
}
main .container.news-container ol {
  list-style: decimal;
}
main .container.news-container ol li {
  padding-left: 0.8rem;
}
main .container.news-container .news-detail__image {
  padding-block: 0.8rem 2.4rem;
}
main .container.news-container .news-detail__image img {
  width: 100%;
  aspect-ratio: 1544/868;
  border-radius: 3.2rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
main .container.news-container .news-detail__image span {
  color: var(--grey-dark);
  padding-left: 0.4rem;
}
main .container.news-container .news-detail__table {
  display: flex;
  align-items: flex-start;
  padding-block: 0.8rem 1.6rem;
}
main .container.news-container .news-detail__table .news-table__column {
  flex: 1 0 20%;
}
main .container.news-container .news-detail__table .news-table__column-header {
  color: var(--secondary);
  padding: 0.4rem 0.8rem 0.4rem 1.1rem;
}
main .container.news-container .news-detail__table .news-table__column-cell {
  padding: 0.8rem 1.2rem;
}
main .container.news-container .news-detail__table .news-table__column-cell:nth-child(even) {
  border-block: 0.1rem solid rgba(237, 235, 235, 0.5);
}
main .container.news-container .news-detail__table .news-table__column-cell:nth-child(odd) {
  background: rgba(237, 235, 235, 0.5);
}
main .container.news-container .news-detail__table .news-table__column:first-child .news-table__column-cell {
  border-left: 0.1rem solid rgba(237, 235, 235, 0.5);
}
main .container.news-container .news-detail__table .news-table__column:first-child .news-table__column-cell:nth-child(2) {
  border-radius: 0.8rem 0 0 0;
}
main .container.news-container .news-detail__table .news-table__column:first-child .news-table__column-cell:last-child {
  border-radius: 0 0 0 0.8rem;
}
main .container.news-container .news-detail__table .news-table__column:last-child .news-table__column-cell {
  border-right: 0.1rem solid rgba(237, 235, 235, 0.5);
}
main .container.news-container .news-detail__table .news-table__column:last-child .news-table__column-cell:nth-child(2) {
  border-radius: 0 0.8rem 0 0;
}
main .container.news-container .news-detail__table .news-table__column:last-child .news-table__column-cell:last-child {
  border-radius: 0 0 0.8rem 0;
}
main .container.news-container .news-detail__qoute {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding-block: 2.4rem 3.2rem;
}
main .container.news-container .news-detail__qoute img {
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
}
main .container.news-container .news-detail__qoute p {
  color: var(--secondary);
  padding: 0;
}
main .container.news-container .news-detail__slider {
  position: relative;
  padding-block: 0.8rem 1.6rem;
}
main .container.news-container .news-detail__slider-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  right: 1.6rem;
  width: calc(100% - 3.2rem);
  pointer-events: none;
  z-index: 1;
}
main .container.news-container .news-detail__slider-button {
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  background: var(--white) url(../img/svg/common/chevron-down-dark.svg) no-repeat center center/80%;
  pointer-events: all;
  cursor: pointer;
}
main .container.news-container .news-detail__slider-button--prev {
  transform: rotate(90deg);
}
main .container.news-container .news-detail__slider-button--next {
  transform: rotate(-90deg);
}
main .container.news-container .news-detail__video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 3.2rem;
  overflow: hidden;
  margin-block: 0.8rem;
}
main .container.news-container .news-detail__video video,
main .container.news-container .news-detail__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer {
  height: 31.2rem;
  border-top: 0.1rem solid var(--grey-medium);
  padding-block: 5.6rem 4rem;
}
.footer .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.footer-column {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  flex: 0 1 45.2rem;
}
.footer-column:first-child {
  margin-right: auto;
}
.footer-column:first-child p {
  margin-top: auto;
}
.footer-column:first-child p span {
  display: inline;
}
.footer-logo {
  width: 26.1rem;
}
.footer-policy {
  margin-top: auto;
}
.footer .coalla-link {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-top: auto;
}
.footer .coalla-link img {
  flex: 0 0 12.5rem;
  width: 12.5rem;
}

.fixed-links {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  z-index: 10;
}
.fixed-links__item {
  flex: 0 0 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 0.1rem solid var(--grey-light);
  background: var(--white);
}
.fixed-links__item img {
  width: 3.2rem;
  height: 3.2rem;
}

.main-call__btn-wrapper {
  display: none;
}

.modal__wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(16, 24, 32, 0.7);
  display: flex;
  flex-direction: column;
  padding-block: 2rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
}
.modal__wrapper .modal-form__wrapper {
  position: relative;
  max-width: 80rem;
  background: var(--white);
  margin: auto;
  border-radius: 3.2rem;
  padding: 4rem 9.6rem 7.2rem;
}
.modal__wrapper .modal-form__wrapper .modal-form__wrapper-title {
  font-size: 4.4rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.modal__wrapper .modal-form__wrapper .modal-form__wrapper-title .text--accent {
  display: inline;
}
.modal__wrapper .modal-form__wrapper .main-form {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.modal__wrapper .modal-form__wrapper .main-form__row {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.modal__wrapper .modal-form__wrapper .main-form__row input {
  width: 100%;
  flex: 0 0 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  padding: 0.8rem;
  border: 0.1rem solid var(--dark-light);
}
.modal__wrapper .modal-form__wrapper .main-form__row input:focus, .modal__wrapper .modal-form__wrapper .main-form__row input:focus-visible, .modal__wrapper .modal-form__wrapper .main-form__row input:focus-within {
  outline: none;
}
.modal__wrapper .modal-form__wrapper .main-form__row textarea {
  height: 12.4rem;
  border-radius: 0.4rem;
  resize: none;
  padding: 0.8rem;
}
.modal__wrapper .modal-form__wrapper .main-form__row textarea:focus, .modal__wrapper .modal-form__wrapper .main-form__row textarea:focus-visible, .modal__wrapper .modal-form__wrapper .main-form__row textarea:focus-within {
  outline: none;
}
.modal__wrapper .modal-form__wrapper .main-form__row .form-error__msg {
  display: none;
  color: var(--alert);
}
.modal__wrapper .modal-form__wrapper .main-form__row.main-form__row--req::before {
  position: absolute;
  content: "*";
  display: flex;
  font-size: 1.2rem;
  top: 2rem;
  left: -1.2rem;
}
.modal__wrapper .modal-form__wrapper .main-form__row.error-msg .form-error__msg {
  display: block;
}
.modal__wrapper .modal-form__wrapper .main-form__row.error-msg input {
  border-color: var(--alert);
}
.modal__wrapper .modal-form__wrapper .main-form__check-row {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.modal__wrapper .modal-form__wrapper .main-form__check-row label {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--grey-medium);
}
.modal__wrapper .modal-form__wrapper .main-form__check-row input {
  position: absolute;
  visibility: hidden;
  display: none;
}
.modal__wrapper .modal-form__wrapper .main-form__check-row input:checked + label {
  background: url(../img/svg/common/check.svg) no-repeat center center/cover;
  border-color: transparent;
}
.modal__wrapper .modal-form__wrapper .main-form__check-row p a {
  display: inline;
  color: var(--secondary);
}
.modal__wrapper .modal-form__wrapper .main-form__button {
  margin-top: 0.8rem;
  flex: 0 0 4.8rem;
}
.modal__wrapper .modal-form__wrapper .main-form input,
.modal__wrapper .modal-form__wrapper .main-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal__wrapper .modal-form__wrapper .main-form input::-moz-placeholder, .modal__wrapper .modal-form__wrapper .main-form textarea::-moz-placeholder {
  font-family: inherit;
  color: var(--grey-dark);
}
.modal__wrapper .modal-form__wrapper .main-form input::placeholder,
.modal__wrapper .modal-form__wrapper .main-form textarea::placeholder {
  font-family: inherit;
  color: var(--grey-dark);
}
.modal__wrapper .modal-form__wrapper .modal__wrapper-close {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
}
.modal__wrapper.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

.mobile-menu__wrapper {
  display: none;
}

.error {
  flex-grow: 1;
  min-height: 80vh;
  background: var(--grey-light) url(../img/svg/404-back.svg) no-repeat center 25%/80%;
}
.error-content {
  max-width: 55.4rem;
}
.error-content > span {
  font-size: 23.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 10rem;
  margin-inline: auto;
  text-align: center;
}
.error-content h4 {
  text-align: center;
  margin-bottom: 2.8rem;
}
.error-content button {
  width: 31.2rem;
  height: 4.8rem;
  cursor: pointer;
  margin-inline: auto;
}

@media screen and (min-width: 768px) and (max-width: 1919.9px) {
  html {
    font-size: calc(4.6px + 3.6 * (100vw - 768px) / 1152);
  }
  .products-info__slider {
    width: calc(212px + 400 * (100vw - 768px) / 1152) !important;
    padding-left: 1rem;
  }
  .dealers-info__cards-layer {
    width: calc(400px + 420 * (100vw - 768px) / 1152) !important;
  }
}
@media screen and (max-width: 1060px) {
  .header-contacts__link span {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  h4, .h4 {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .p--big {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .bold {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  body {
    padding-top: 5.6rem;
    padding-bottom: 4.8rem;
  }
  body.news-page {
    padding-bottom: 0;
  }
  body.news-page .fixed-links {
    bottom: 0.8rem;
  }
  .container {
    width: calc(100% - 3.2rem);
    max-width: 100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.6rem;
    padding-block: 1.6rem;
  }
  .header-logo {
    flex: 0 0 10.8rem;
    width: 10.8rem;
    margin-right: auto;
  }
  .header-nav {
    display: none;
  }
  .header-contacts {
    display: none;
  }
  .header-timetable {
    display: none;
  }
  .header-button {
    display: none;
  }
  .header .menu__button {
    display: block;
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/svg/common/menu_24px.svg) no-repeat center center/100%;
  }
  main .hero {
    margin-block: 0 0;
  }
  main .hero__wrapper {
    flex-direction: column-reverse;
    height: auto;
    overflow: hidden;
  }
  main .hero__shape {
    overflow: hidden;
  }
  main .hero__shape:first-of-type {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: calc(100% + 0.1rem);
    height: auto;
    margin-top: 0;
    padding: 5.8rem 1.6rem 1.6rem;
    z-index: 1;
    border-radius: 0 0 1.2rem 1.2rem;
    overflow: visible;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 25px, 1.45px 28.75px, 1.45px 28.7px, 3.2px 31.12px, 4.2px 32px, 5.4px 33px, 6.95px 34px, 10.2px 35px, 10.45px 35px, 13.2px 35px, 15.2px 35px, 96.9% 11.9px, 97.5% 11.5px, 98.3% 10.2px, 99% 8.42px, 99.3% 7.24px, 99.5% 6.39px, 99.7% 5.1px, 99.9% 3.15px, 100% 1.15px);
    transform: translateY(-3.7rem);
  }
  main .hero__shape:first-of-type .wrapper2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 99.8% 51%, 99.65% 49%, 99.51% 47%, 99.3% 45%, 99.16% 44%, 99% 43%, 98.83% 42%, 98.4% 40%, 98.1% 39%, 97.78% 38%, 97.31% 37%, 96.99% 36.58%, 96.7% 36.35%, 96% 36.35%, 95.7% 36.55%, 3% 78.85%, 2.6% 79.4%, 2.31% 80%, 2.1% 80.5%, 2% 80.8%, 1.85% 81.4%, 1.6% 82.16%, 1.4% 82.95%, 1.2% 83.99%, 1% 85.25%, 0.7% 87.5%, 0.5% 89.5%, 0.3% 91.55%, 0.2% 93.2%, 0.1% 96%, 0% 100%);
  }
  main .hero__shape:last-of-type {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 0;
    display: flex;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  main .hero__shape:last-of-type .wrapper {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background: yellow;
  }
  main .hero__shape .hero-slider__control {
    display: none;
  }
  main .hero__shape .hero__label {
    margin-bottom: 0.8rem;
    order: 0;
  }
  main .hero__shape .hero__title {
    max-width: unset;
    margin-bottom: 2.4rem;
    order: 1;
  }
  main .hero__shape .hero__info {
    flex-direction: row-reverse;
    align-items: flex-start;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-bottom: 1.6rem;
    padding: 0.8rem;
    border-radius: 0.8rem;
    border: 0.1rem solid var(--grey-dark);
    order: 2;
  }
  main .hero__shape .hero__info img {
    flex: 0 0 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  main .hero__shape .hero__info p {
    max-width: unset;
  }
  main .hero__shape .button {
    width: 100%;
    order: 3;
  }
  main .hero.news-detail__hero {
    margin-bottom: -2rem;
  }
  main .hero.news-detail__hero .main__shape--l {
    flex-direction: column-reverse;
  }
  main .hero.news-detail__hero .main__shape--l .hero__title {
    max-width: unset;
    margin-bottom: 0.8rem;
  }
  main .hero.news-detail__hero .main__shape--r {
    aspect-ratio: 1/1;
  }
  main .info {
    margin-bottom: 3.2rem;
  }
  main .info .container {
    width: 100%;
    overflow-y: auto;
    padding-inline: 1.6rem;
  }
  main .info__item {
    flex: 0 0 19.7rem;
    width: 19.7rem;
    padding-inline: 1.6rem;
    padding-block: 0.8rem;
    box-sizing: content-box;
  }
  main .info__item-title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
  main .info__item span {
    white-space: normal;
  }
  main .info__item span br {
    display: none;
  }
  main .about {
    margin-bottom: 1.1rem;
  }
  main .about__wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  main .about-shape:first-of-type {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    z-index: 0;
    border-radius: 1.2rem 1.2rem 0 0;
    overflow: hidden;
    clip-path: none;
  }
  main .about-shape:first-of-type .wrapper2 {
    display: none;
  }
  main .about-shape:first-of-type video {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    transform: translateX(-23%);
  }
  main .about-shape:last-of-type {
    position: relative;
    top: 0;
    bottom: unset;
    left: 0;
    width: 100%;
    height: auto;
    background: var(--grey-light);
    border-radius: 0 0 1.2rem 1.2rem;
    padding: 5.8rem 1.6rem 3.2rem;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 25px, 1.45px 28.75px, 1.45px 28.7px, 3.2px 31.12px, 4.2px 32px, 5.4px 33px, 6.95px 34px, 10.2px 35px, 10.45px 35px, 13.2px 35px, 15.2px 35px, 96.9% 11.9px, 97.5% 11.5px, 98.3% 10.2px, 99% 8.42px, 99.3% 7.24px, 99.5% 6.39px, 99.7% 5.1px, 99.9% 3.15px, 100% 1.15px);
    transform: translateY(-3.7rem);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main .about-shape:last-of-type .about-logo {
    width: 13.3rem;
  }
  main .about-shape:last-of-type h2 {
    margin-top: 3.2rem;
    text-align: left;
  }
  main .about-shape:last-of-type::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 99.8% 51%, 99.65% 49%, 99.51% 47%, 99.3% 45%, 99.16% 44%, 99% 43%, 98.83% 42%, 98.4% 40%, 98.1% 39%, 97.78% 38%, 97.31% 37%, 96.99% 36.58%, 96.7% 36.35%, 96% 36.35%, 95.7% 36.55%, 3% 78.85%, 2.6% 79.4%, 2.31% 80%, 2.1% 80.5%, 2% 80.8%, 1.85% 81.4%, 1.6% 82.16%, 1.4% 82.95%, 1.2% 83.99%, 1% 85.25%, 0.7% 87.5%, 0.5% 89.5%, 0.3% 91.55%, 0.2% 93.2%, 0.1% 96%, 0% 100%);
  }
  main .products {
    margin-bottom: 0;
  }
  main .products__heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3.2rem;
  }
  main .products__heading p {
    margin-top: 1.6rem;
    max-width: 100%;
  }
  main .products__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  main .products__shape {
    overflow: hidden;
  }
  main .products__shape:first-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 2.6rem 4.2rem 10rem;
    z-index: 1;
    border-radius: 1.2rem 1.2rem 0 0;
    clip-path: none;
  }
  main .products__shape:first-child .wrapper2 {
    display: none !important;
  }
  main .products__shape:first-child .products-mobile__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    height: auto;
  }
  main .products__shape:first-child .products-mobile__indicator-item {
    flex: 0 0 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: var(--dark-light);
    opacity: 0.3;
    pointer-events: none;
  }
  main .products__shape:first-child .products-mobile__indicator-item.active {
    opacity: 1;
    background: var(--white);
  }
  main .products__shape:nth-child(2) {
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
    display: flex;
    border-radius: 0 0 1.2rem 1.2rem;
    padding: 5.6rem 1.6rem 3.2rem;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 25px, 1.45px 28.75px, 1.45px 28.7px, 3.2px 31.12px, 4.2px 32px, 5.4px 33px, 6.95px 34px, 10.2px 35px, 10.45px 35px, 13.2px 35px, 15.2px 35px, 96.9% 11.9px, 97.5% 11.5px, 98.3% 10.2px, 99% 8.42px, 99.3% 7.24px, 99.5% 6.39px, 99.7% 5.1px, 99.9% 3.15px, 100% 1.15px);
    transform: translateY(-3.7rem);
    z-index: 1;
  }
  main .products__shape:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 99.8% 51%, 99.65% 49%, 99.51% 47%, 99.3% 45%, 99.16% 44%, 99% 43%, 98.83% 42%, 98.4% 40%, 98.1% 39%, 97.78% 38%, 97.31% 37%, 96.99% 36.58%, 96.7% 36.35%, 96% 36.35%, 95.7% 36.55%, 3% 78.85%, 2.6% 79.4%, 2.31% 80%, 2.1% 80.5%, 2% 80.8%, 1.85% 81.4%, 1.6% 82.16%, 1.4% 82.95%, 1.2% 83.99%, 1% 85.25%, 0.7% 87.5%, 0.5% 89.5%, 0.3% 91.55%, 0.2% 93.2%, 0.1% 96%, 0% 100%);
  }
  main .products__tabs {
    position: relative;
    width: calc(100% + 1.6rem) !important;
    overflow-y: auto;
    margin-bottom: 1.6rem;
    margin-inline: 0 -1.6rem;
    padding-right: 1.6rem;
  }
  main .products__tabs .swiper-pagination-bullet {
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding-bottom: 0.8rem;
    padding-inline: 1.6rem;
  }
  main .products__tabs::-webkit-scrollbar {
    display: none;
    visibility: hidden;
  }
  main .products-image__slider {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
  main .products-image__slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    pointer-events: none !important;
  }
  main .products-image__slider .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    pointer-events: none !important;
  }
  main .products-info__slider {
    margin: 0;
    width: 100%;
    margin-left: auto;
    pointer-events: none !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  main .products-info__slider .swiper-slide {
    height: auto;
  }
  main .products-control {
    display: none;
  }
  main .products-info {
    width: 100%;
    max-width: 69.2rem;
  }
  main .products-info__title {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.7rem;
    color: var(--secondary-press);
    font-weight: 600;
  }
  main .products-info__title:nth-last-of-type(2) {
    border-top: 0.1rem solid var(--grey-dark);
    padding-top: 1.2rem;
  }
  main .products-info p {
    margin-bottom: 1.2rem;
  }
  main .products-info ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    list-style-type: disc;
    padding-left: 2rem;
    margin-bottom: 0;
    color: var(--secondary);
  }
  main .products-info ul span {
    color: var(--dark);
  }
  main .products-info ul:first-of-type {
    border-bottom: 0.1rem solid var(--grey-dark);
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  main .call {
    margin-bottom: 3.2rem;
  }
  main .call .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.2rem;
    padding: 2.4rem 1.6rem 1.6rem;
  }
  main .call .container h2 {
    margin-bottom: 0.8rem;
  }
  main .call .container .call-button {
    position: relative;
    flex: 0 0 4.8rem;
    width: 100%;
    margin-top: 2.4rem;
  }
  main .call .container::after {
    position: absolute;
    display: block;
    width: 18rem;
    height: 100%;
    content: "";
    top: 0px;
    right: 1rem;
    z-index: 0;
    background: url(../img/svg/Vector-1.svg) no-repeat 0% 83%/100%;
  }
  main .call .container::before {
    right: -1rem;
    width: 10rem;
    background: url(../img/svg/decor-1.svg) no-repeat 0% center/590%;
  }
  main .dealers {
    margin-bottom: 0;
  }
  main .dealers__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    height: auto;
  }
  main .dealers__wrapper .dealers-sliders__pagination {
    display: none;
  }
  main .dealers-shape:first-of-type {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 0 0 1.2rem 1.2rem;
    overflow: hidden;
    clip-path: none;
    padding: 14rem 0 1.6rem;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 25px, 1.45px 28.75px, 1.45px 28.7px, 3.2px 31.12px, 4.2px 32px, 5.4px 33px, 6.95px 34px, 10.2px 35px, 10.45px 35px, 13.2px 35px, 15.2px 35px, 96.9% 11.9px, 97.5% 11.5px, 98.3% 10.2px, 99% 8.42px, 99.3% 7.24px, 99.5% 6.39px, 99.7% 5.1px, 99.9% 3.15px, 100% 1.15px);
    transform: translateY(-3.7rem);
    z-index: 1;
  }
  main .dealers-shape:first-of-type::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 99.8% 51%, 99.65% 49%, 99.51% 47%, 99.3% 45%, 99.16% 44%, 99% 43%, 98.83% 42%, 98.4% 40%, 98.1% 39%, 97.78% 38%, 97.31% 37%, 96.99% 36.58%, 96.7% 36.35%, 96% 36.35%, 95.7% 36.55%, 3% 78.85%, 2.6% 79.4%, 2.31% 80%, 2.1% 80.5%, 2% 80.8%, 1.85% 81.4%, 1.6% 82.16%, 1.4% 82.95%, 1.2% 83.99%, 1% 85.25%, 0.7% 87.5%, 0.5% 89.5%, 0.3% 91.55%, 0.2% 93.2%, 0.1% 96%, 0% 100%);
  }
  main .dealers-shape:first-of-type .wrapper2 {
    display: none !important;
  }
  main .dealers-shape:last-of-type {
    position: relative;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    width: 100%;
    height: auto;
    background: var(--grey-light);
    border-radius: 1.2rem 1.2rem 0 0;
    overflow: hidden;
    z-index: 0;
  }
  main .dealers-image__slider {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin-top: 0.1rem;
  }
  main .dealers-info__slider {
    height: 100%;
    max-width: 100%;
    margin: 0 0 0;
  }
  main .dealers-info__slider .swiper-wrapper {
    align-items: flex-start;
  }
  main .dealers-info__slider .swiper-slide {
    height: auto;
  }
  main .dealers-info__slider .dealers-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-inline: 1.6rem;
  }
  main .dealers-info__slider .dealers-info h1, main .dealers-info__slider .dealers-info .h1 {
    margin-bottom: 1.6rem;
  }
  main .dealers-info__slider .dealers-info__buttons {
    flex-direction: column;
    row-gap: 0.8rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  main .dealers-info__slider .dealers-info__buttons-item {
    flex: 0 0 4.8rem;
    width: 100%;
  }
  main .dealers-info__slider .dealers-info__link {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    color: var(--secondary);
    margin-bottom: 0.8rem;
  }
  main .dealers-info__slider .dealers-info__link img:first-child {
    margin-right: 0.4rem;
    align-self: flex-start;
  }
  main .dealers-info__slider .dealers-info__link img:last-child {
    margin-left: 1rem;
  }
  main .dealers-info__slider .dealers-info__link span {
    max-width: 20rem;
  }
  main .dealers-info__slider .dealers-info__cards {
    margin-top: 1.6rem;
  }
  main .dealers-info__slider .dealers-info__cards-title {
    margin-bottom: 0.8rem;
  }
  main .dealers-info__slider .dealers-info__cards-layer {
    display: flex;
    width: calc(100% + 3.2rem);
    overflow-y: auto;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }
  main .dealers-info__slider .dealers-info__cards-layer::-webkit-scrollbar {
    display: none;
    visibility: hidden;
  }
  main .dealers-info__slider .dealers-info__cards .dealers-info__card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    flex: 0 0 auto;
    width: 29.6rem;
    height: 6.4rem;
    max-width: unset;
    aspect-ratio: unset;
    padding: 0.8rem;
  }
  main .dealers-mobile__pagination {
    position: absolute;
    top: 7rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 4rem;
    border-radius: 0.4rem;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem;
  }
  main .dealers-mobile__pagination img {
    transition: transform 0.15s ease-in-out;
  }
  main .dealers-mobile__pagination .mobile-pagination__list {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-1rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.05s ease-in-out;
    background: var(--white);
  }
  main .dealers-mobile__pagination .mobile-pagination__list-item {
    background: var(--white);
    padding: 0.8rem;
  }
  main .dealers-mobile__pagination .mobile-pagination__list-item.active {
    background: var(--grey-light);
  }
  main .dealers-mobile__pagination .mobile-pagination__list.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: all 0.2s ease-in-out;
  }
  main .dealers-mobile__pagination.active img {
    transform: rotate(180deg);
  }
  main .news {
    margin-bottom: 3.2rem;
  }
  main .news .container {
    width: 100%;
  }
  main .news__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    padding-inline: 1.6rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
  main .news__heading h2 {
    max-width: 80%;
  }
  main .news__link {
    position: relative;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  main .news__link span {
    display: none;
  }
  main .news__cards {
    display: none;
  }
  main .news-slider {
    display: block;
    padding-inline: 1.6rem;
  }
  main .news-slider .swiper-wrapper {
    align-items: stretch;
  }
  main .news-slider .swiper-slide {
    height: auto;
  }
  main .news-slider .swiper-slide .news-card {
    height: 100%;
  }
  main .qa {
    margin-bottom: 3.2rem;
  }
  main .qa .container {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2.4rem;
    border-radius: 1.2rem;
    padding: 3.2rem 1.6rem 1.6rem;
  }
  main .qa-text {
    max-width: 100%;
  }
  main .qa-text h2 {
    margin-bottom: 0.8rem;
  }
  main .qa__list {
    flex: 0 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
  }
  main .qa__list-item {
    padding: 1.2rem 1.6rem;
  }
  main .qa__list-item .expand-button span {
    max-width: 80%;
  }
  main .qa__list-item .expand-button img {
    flex: 0 0 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  main .qa__list-item .expand__body {
    color: var(--dark-light);
  }
  main .contacts {
    margin-bottom: 4rem;
  }
  main .contacts-wrapper {
    position: relative;
    flex-direction: column;
    height: auto;
  }
  main .contacts-shape:first-of-type {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: var(--grey-light);
    padding: 3.2rem 1.6rem 7rem;
    z-index: 0;
    border-radius: 1.2rem 1.2rem 0 0;
    clip-path: none;
  }
  main .contacts-shape:first-of-type .wrapper2 {
    display: none !important;
  }
  main .contacts-shape:last-of-type {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 0 0 1.2rem 1.2rem;
    clip-path: polygon(100% 0px, 100% 100%, 0% 100%, 0px 25px, 1.45px 28.75px, 1.45px 28.7px, 3.2px 31.12px, 4.2px 32px, 5.4px 33px, 6.95px 34px, 10.2px 35px, 10.45px 35px, 13.2px 35px, 15.2px 35px, 96.9% 11.9px, 97.5% 11.5px, 98.3% 10.2px, 99% 8.42px, 99.3% 7.24px, 99.5% 6.39px, 99.7% 5.1px, 99.9% 3.15px, 100% 1.15px);
    transform: translateY(-3.7rem);
    z-index: 1;
  }
  main .contacts-shape:last-of-type::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 99.8% 51%, 99.65% 49%, 99.51% 47%, 99.3% 45%, 99.16% 44%, 99% 43%, 98.83% 42%, 98.4% 40%, 98.1% 39%, 97.78% 38%, 97.31% 37%, 96.99% 36.58%, 96.7% 36.35%, 96% 36.35%, 95.7% 36.55%, 3% 78.85%, 2.6% 79.4%, 2.31% 80%, 2.1% 80.5%, 2% 80.8%, 1.85% 81.4%, 1.6% 82.16%, 1.4% 82.95%, 1.2% 83.99%, 1% 85.25%, 0.7% 87.5%, 0.5% 89.5%, 0.3% 91.55%, 0.2% 93.2%, 0.1% 96%, 0% 100%);
  }
  main .contacts-info {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  main .section-news {
    padding-block: 2.4rem 0;
  }
  main .section-news .section__title {
    margin-bottom: 2.4rem;
  }
  main .section-news .section__layout {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
  main .section-news .show-more__section {
    margin-bottom: 3.2rem;
  }
  main .container.news-container {
    max-width: 100%;
    margin-bottom: 3.2rem;
  }
  main .container.news-container h2, main .container.news-container h3, main .container.news-container h4, main .container.news-container h5, main .container.news-container h6 {
    padding-block: 0.8rem;
  }
  main .container.news-container .news-detail__image img {
    aspect-ratio: 328/180;
    border-radius: 1.6rem;
  }
  main .container.news-container .news-detail__table {
    width: auto;
    min-width: unset;
    overflow-y: hidden;
    overflow-x: auto;
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }
  main .container.news-container .news-detail__table .news-table__column {
    flex: 1 0 24.6rem;
    width: 24.6rem;
  }
  main .container.news-container .news-detail__table::-webkit-scrollbar {
    visibility: hidden;
    display: none;
  }
  main .container.news-container .news-detail__slider-control {
    transform: translateY(-130%);
  }
  main .container.news-container .news-detail__video {
    aspect-ratio: 328/180;
    border-radius: 1.6rem;
  }
  main .news-card {
    border-radius: 1.2rem;
    padding: 1.6rem;
  }
  main .news-card p, main .news-card span {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  main .news-card p {
    font-size: 1.6rem;
  }
  main .news-card span {
    margin-bottom: 0.4rem;
  }
  .footer {
    height: auto;
    padding-block: 3.2rem 4rem;
  }
  .footer .container {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-column {
    row-gap: 1.2rem;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }
  .footer-column.footer-column--2 {
    margin-bottom: 1.2rem;
  }
  .footer-column.footer-column--3 {
    margin-bottom: 3.2rem;
  }
  .footer-column.footer-column--4 .address-row {
    order: 0;
  }
  .footer-column.footer-column--4 .tel-link {
    order: 1;
  }
  .footer-column.footer-column--4 .mail-link {
    order: 2;
  }
  .footer-column.footer-column--4 .footer-soc {
    order: 3;
  }
  .footer-column.footer-column--4 .footer-rights {
    order: 4;
  }
  .footer-column.footer-column--4 .footer-rights span {
    display: inline;
  }
  .footer-column.footer-column--4 .footer-policy {
    order: 5;
  }
  .footer-column.footer-column--4 .coalla-link {
    order: 6;
  }
  .footer-logo {
    width: 14.7rem;
    margin-bottom: 4rem;
  }
  .footer-soc {
    margin-bottom: 2rem;
  }
  .footer-policy {
    margin-top: auto;
  }
  .footer .coalla-link {
    flex-direction: column;
    row-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-top: auto;
  }
  .footer .coalla-link img {
    flex: 0 0 auto;
    width: 12.5rem;
  }
  .fixed-links {
    position: fixed;
    bottom: 5.6rem;
    right: 0.8rem;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    z-index: 10;
  }
  .fixed-links__item {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
  }
  .fixed-links__item img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-call__btn-wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.8rem;
    padding: 0.8rem 1.6rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    background: var(--white);
    z-index: 10;
  }
  .main-call__btn-wrapper .button {
    width: 100%;
    height: 100%;
  }
  .modal__wrapper {
    display: block;
    padding-block: 0;
    background: var(--white);
  }
  .modal__wrapper .modal-form__wrapper {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 4.8rem 2.4rem 2rem;
  }
  .modal__wrapper .modal-form__wrapper .modal-form__wrapper-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .modal__wrapper .modal-form__wrapper .main-form {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .modal__wrapper .modal-form__wrapper .main-form__check-row {
    align-items: flex-start;
  }
  .mobile-menu__wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 31;
    padding: 4.8rem 1.6rem 1.6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
  }
  .mobile-menu__wrapper .mobile-menu__list {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .mobile-menu__wrapper .mobile-menu__list .expand-container .expand__body {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    padding-left: 1.6rem;
    color: var(--dark-light);
  }
  .mobile-menu__wrapper .mobile-menu__list .expand-container.active .expand-button {
    margin-bottom: 0.8rem;
  }
  .mobile-menu__wrapper .mobile-menu__list .expand-container.active .expand-button img {
    transform: rotate(180deg);
  }
  .mobile-menu__wrapper .mobile-menu__contacts {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .mobile-menu__wrapper .mobile-menu__contacts-row {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  .mobile-menu__wrapper .mobile-menu__contacts-row img {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .mobile-menu__wrapper-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
  }
  .mobile-menu__wrapper.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out;
  }
  .breadcrumbs {
    width: auto;
    padding-inline: 1.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-block: 0.8rem 1.6rem;
    margin-bottom: 0;
  }
  .error {
    min-height: 60vh;
    background: var(--grey-light) url(../img/svg/404-back.svg) no-repeat center center/cover;
  }
  .error-content {
    max-width: calc(100% - 3.2rem);
    margin-inline: auto;
  }
  .error-content > span {
    font-size: 8.8rem;
    margin-bottom: 3.2rem;
  }
  .error-content h4 {
    margin-bottom: 3.2rem;
  }
  .error-content button {
    width: 100%;
  }
}
@media (hover: hover) {
  .button--accent:hover {
    background: var(--primary-hover);
  }
  .news-card:hover {
    box-shadow: 0px 5px 23.6px 0px rgba(195, 195, 195, 0.5294117647);
  }
  .news-card:hover p, .news-card:hover span {
    color: var(--secondary);
  }
  .header-nav ul li a:hover,
  .header-nav ul li span:hover {
    color: var(--primary-hover);
  }
  .header-nav ul li a:hover::after,
  .header-nav ul li span:hover::after {
    transform: rotate(180deg);
  }
  .header-nav ul li a:hover a.header-nav__sublinks-item,
  .header-nav ul li span:hover a.header-nav__sublinks-item {
    color: var(--dark);
  }
  .header-nav ul li span:hover .header-nav__sublinks {
    top: 105%;
    opacity: 1;
  }
  .header-nav ul li a.header-nav__sublinks-item:hover {
    color: var(--primary-hover) !important;
  }
  .header-contacts__link:hover {
    color: var(--primary-hover);
  }
  .header-contacts__link:hover svg path {
    fill: var(--primary-hover);
  }
  .header-timetable:hover .header-timetable__frame {
    top: 110%;
    opacity: 1;
  }
  .header-timetable:hover:after {
    transform: rotate(180deg);
  }
  main .contacts-info__row a:hover {
    color: var(--primary-hover);
  }
  .footer__nav-link:hover {
    color: var(--primary-hover);
  }
}/*# sourceMappingURL=styles.css.map */