/**************************** 
//                         //
//  Created by LIFE STYLE  //
//                         //
 **************************/
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

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

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-error {
  background: #eb4d4b;
}
.bg-calm {
  background: #27ae60;
}
.bg-accent {
  background: #e3e6e8;
}
.bg-accent-2, .intro {
  background: #1e1e1e;
}
.bg-accent-3 {
  background: #c3c9cd;
}
.bg-accent-5 {
  background: #d4d9dc;
}
.bg-accent-6 {
  background: #2c5977;
}
.bg-accent-10 {
  background: #323132;
}

@font-face {
  font-family: "Eastman";
  font-display: swap;
  src: url("../fonts/Eastman-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Eastman";
  font-display: swap;
  src: url("../fonts/Eastman-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-s: "Eastman";
  --weight-s-500: 500;
  --weight-s-400: 400;
}

@font-face {
  font-family: "SourceSans3";
  font-display: swap;
  src: url("../fonts/SourceSans3-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SourceSans3";
  font-display: swap;
  src: url("../fonts/SourceSans3-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-m: "SourceSans3";
  --weight-m-500: 500;
  --weight-m-400: 400;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-top: calc(25px + -15 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-bottom: calc(25px + -15 * ((100vw - 320px) / 1216));
  }
}
.pad-t-10 {
  padding-top: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-t-10 {
    padding-top: calc(25px + -15 * ((100vw - 320px) / 1216));
  }
}
.pad-b-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-b-10 {
    padding-bottom: calc(25px + -15 * ((100vw - 320px) / 1216));
  }
}

.g-gap-10 {
  grid-gap: 10px;
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-top: calc(25px + -5 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-bottom: calc(25px + -5 * ((100vw - 320px) / 1216));
  }
}
.pad-t-20 {
  padding-top: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-t-20 {
    padding-top: calc(25px + -5 * ((100vw - 320px) / 1216));
  }
}
.pad-b-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-b-20 {
    padding-bottom: calc(25px + -5 * ((100vw - 320px) / 1216));
  }
}

.g-gap-20 {
  grid-gap: 20px;
}

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-top: calc(25px + 5 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-bottom: calc(25px + 5 * ((100vw - 320px) / 1216));
  }
}
.pad-t-30 {
  padding-top: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-t-30 {
    padding-top: calc(25px + 5 * ((100vw - 320px) / 1216));
  }
}
.pad-b-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-b-30 {
    padding-bottom: calc(25px + 5 * ((100vw - 320px) / 1216));
  }
}

.g-gap-30 {
  grid-gap: 30px;
}

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-top: calc(25px + 15 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-bottom: calc(25px + 15 * ((100vw - 320px) / 1216));
  }
}
.pad-t-40 {
  padding-top: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-t-40 {
    padding-top: calc(25px + 15 * ((100vw - 320px) / 1216));
  }
}
.pad-b-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-b-40 {
    padding-bottom: calc(25px + 15 * ((100vw - 320px) / 1216));
  }
}

.g-gap-40 {
  grid-gap: 40px;
}

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-top: calc(25px + 25 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-bottom: calc(25px + 25 * ((100vw - 320px) / 1216));
  }
}
.pad-t-50 {
  padding-top: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-t-50 {
    padding-top: calc(25px + 25 * ((100vw - 320px) / 1216));
  }
}
.pad-b-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-b-50 {
    padding-bottom: calc(25px + 25 * ((100vw - 320px) / 1216));
  }
}

.g-gap-50 {
  grid-gap: 50px;
}
@media screen and (max-width: 1536px) {
  .g-gap-50 {
    grid-gap: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-top: calc(25px + 35 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-bottom: calc(25px + 35 * ((100vw - 320px) / 1216));
  }
}
.pad-t-60 {
  padding-top: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-t-60 {
    padding-top: calc(25px + 35 * ((100vw - 320px) / 1216));
  }
}
.pad-b-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-b-60 {
    padding-bottom: calc(25px + 35 * ((100vw - 320px) / 1216));
  }
}

.g-gap-60 {
  grid-gap: 60px;
}
@media screen and (max-width: 1536px) {
  .g-gap-60 {
    grid-gap: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-top: calc(25px + 45 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-bottom: calc(25px + 45 * ((100vw - 320px) / 1216));
  }
}
.pad-t-70 {
  padding-top: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-t-70 {
    padding-top: calc(25px + 45 * ((100vw - 320px) / 1216));
  }
}
.pad-b-70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-b-70 {
    padding-bottom: calc(25px + 45 * ((100vw - 320px) / 1216));
  }
}

.g-gap-70 {
  grid-gap: 70px;
}
@media screen and (max-width: 1536px) {
  .g-gap-70 {
    grid-gap: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-top: calc(25px + 55 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-bottom: calc(25px + 55 * ((100vw - 320px) / 1216));
  }
}
.pad-t-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-t-80 {
    padding-top: calc(25px + 55 * ((100vw - 320px) / 1216));
  }
}
.pad-b-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-b-80 {
    padding-bottom: calc(25px + 55 * ((100vw - 320px) / 1216));
  }
}

.g-gap-80 {
  grid-gap: 80px;
}
@media screen and (max-width: 1536px) {
  .g-gap-80 {
    grid-gap: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-top: calc(25px + 65 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-bottom: calc(25px + 65 * ((100vw - 320px) / 1216));
  }
}
.pad-t-90 {
  padding-top: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-t-90 {
    padding-top: calc(25px + 65 * ((100vw - 320px) / 1216));
  }
}
.pad-b-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-b-90 {
    padding-bottom: calc(25px + 65 * ((100vw - 320px) / 1216));
  }
}

.g-gap-90 {
  grid-gap: 90px;
}
@media screen and (max-width: 1536px) {
  .g-gap-90 {
    grid-gap: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-top: calc(25px + 75 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-bottom: calc(25px + 75 * ((100vw - 320px) / 1216));
  }
}
.pad-t-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-t-100 {
    padding-top: calc(25px + 75 * ((100vw - 320px) / 1216));
  }
}
.pad-b-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-b-100 {
    padding-bottom: calc(25px + 75 * ((100vw - 320px) / 1216));
  }
}

.g-gap-100 {
  grid-gap: 100px;
}
@media screen and (max-width: 1536px) {
  .g-gap-100 {
    grid-gap: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-top: calc(25px + 85 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-bottom: calc(25px + 85 * ((100vw - 320px) / 1216));
  }
}
.pad-t-110 {
  padding-top: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-t-110 {
    padding-top: calc(25px + 85 * ((100vw - 320px) / 1216));
  }
}
.pad-b-110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-b-110 {
    padding-bottom: calc(25px + 85 * ((100vw - 320px) / 1216));
  }
}

.g-gap-110 {
  grid-gap: 110px;
}
@media screen and (max-width: 1536px) {
  .g-gap-110 {
    grid-gap: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-top: calc(25px + 95 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-bottom: calc(25px + 95 * ((100vw - 320px) / 1216));
  }
}
.pad-t-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-t-120 {
    padding-top: calc(25px + 95 * ((100vw - 320px) / 1216));
  }
}
.pad-b-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-b-120 {
    padding-bottom: calc(25px + 95 * ((100vw - 320px) / 1216));
  }
}

.g-gap-120 {
  grid-gap: 120px;
}
@media screen and (max-width: 1536px) {
  .g-gap-120 {
    grid-gap: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-top: calc(25px + 105 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-bottom: calc(25px + 105 * ((100vw - 320px) / 1216));
  }
}
.pad-t-130 {
  padding-top: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-t-130 {
    padding-top: calc(25px + 105 * ((100vw - 320px) / 1216));
  }
}
.pad-b-130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-b-130 {
    padding-bottom: calc(25px + 105 * ((100vw - 320px) / 1216));
  }
}

.g-gap-130 {
  grid-gap: 130px;
}
@media screen and (max-width: 1536px) {
  .g-gap-130 {
    grid-gap: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-top: calc(25px + 115 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-bottom: calc(25px + 115 * ((100vw - 320px) / 1216));
  }
}
.pad-t-140 {
  padding-top: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-t-140 {
    padding-top: calc(25px + 115 * ((100vw - 320px) / 1216));
  }
}
.pad-b-140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-b-140 {
    padding-bottom: calc(25px + 115 * ((100vw - 320px) / 1216));
  }
}

.g-gap-140 {
  grid-gap: 140px;
}
@media screen and (max-width: 1536px) {
  .g-gap-140 {
    grid-gap: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-top: calc(25px + 125 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-bottom: calc(25px + 125 * ((100vw - 320px) / 1216));
  }
}
.pad-t-150 {
  padding-top: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-t-150 {
    padding-top: calc(25px + 125 * ((100vw - 320px) / 1216));
  }
}
.pad-b-150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-b-150 {
    padding-bottom: calc(25px + 125 * ((100vw - 320px) / 1216));
  }
}

.g-gap-150 {
  grid-gap: 150px;
}
@media screen and (max-width: 1536px) {
  .g-gap-150 {
    grid-gap: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-top: calc(25px + 135 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-bottom: calc(25px + 135 * ((100vw - 320px) / 1216));
  }
}
.pad-t-160 {
  padding-top: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-t-160 {
    padding-top: calc(25px + 135 * ((100vw - 320px) / 1216));
  }
}
.pad-b-160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-b-160 {
    padding-bottom: calc(25px + 135 * ((100vw - 320px) / 1216));
  }
}

.g-gap-160 {
  grid-gap: 160px;
}
@media screen and (max-width: 1536px) {
  .g-gap-160 {
    grid-gap: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-top: calc(25px + 145 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-bottom: calc(25px + 145 * ((100vw - 320px) / 1216));
  }
}
.pad-t-170 {
  padding-top: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-t-170 {
    padding-top: calc(25px + 145 * ((100vw - 320px) / 1216));
  }
}
.pad-b-170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-b-170 {
    padding-bottom: calc(25px + 145 * ((100vw - 320px) / 1216));
  }
}

.g-gap-170 {
  grid-gap: 170px;
}
@media screen and (max-width: 1536px) {
  .g-gap-170 {
    grid-gap: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-top: calc(25px + 155 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-bottom: calc(25px + 155 * ((100vw - 320px) / 1216));
  }
}
.pad-t-180 {
  padding-top: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-t-180 {
    padding-top: calc(25px + 155 * ((100vw - 320px) / 1216));
  }
}
.pad-b-180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-b-180 {
    padding-bottom: calc(25px + 155 * ((100vw - 320px) / 1216));
  }
}

.g-gap-180 {
  grid-gap: 180px;
}
@media screen and (max-width: 1536px) {
  .g-gap-180 {
    grid-gap: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-top: calc(25px + 165 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-bottom: calc(25px + 165 * ((100vw - 320px) / 1216));
  }
}
.pad-t-190 {
  padding-top: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-t-190 {
    padding-top: calc(25px + 165 * ((100vw - 320px) / 1216));
  }
}
.pad-b-190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-b-190 {
    padding-bottom: calc(25px + 165 * ((100vw - 320px) / 1216));
  }
}

.g-gap-190 {
  grid-gap: 190px;
}
@media screen and (max-width: 1536px) {
  .g-gap-190 {
    grid-gap: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-top: calc(25px + 175 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-bottom: calc(25px + 175 * ((100vw - 320px) / 1216));
  }
}
.pad-t-200 {
  padding-top: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-t-200 {
    padding-top: calc(25px + 175 * ((100vw - 320px) / 1216));
  }
}
.pad-b-200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-b-200 {
    padding-bottom: calc(25px + 175 * ((100vw - 320px) / 1216));
  }
}

.g-gap-200 {
  grid-gap: 200px;
}
@media screen and (max-width: 1536px) {
  .g-gap-200 {
    grid-gap: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}

.pad-t-static {
  padding-top: 90px;
}

.mar-t-100 {
  margin-top: 90px;
}

.pad-all-60 {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .pad-all-60 {
    padding: 20px;
  }
}

.pad-all-40 {
  padding: 40px;
}

.rs-2 {
  border-radius: 2px;
}

.configurator-card__color ul li:nth-child(2) > *, .configurator__result-list ul li > *, .configurator__interior-btn, .configurator__exterior-btn, .header__model-card-teg, .header__phone, .visually-color__btn, .search__btn, .gallery-four__img, .social a, .input input, .input textarea, .select-custom__list, .select-custom, .credit-card, .car-card, .trade-card__img, .btn {
  border-radius: 4px;
}

.rs-4 {
  border-radius: 4px;
}

.header__lang ul li ul, .dealers__aside-btn, .dealers, .feedback__form, .faq__drop-inner, .faq__btn, .search__list, .links__item, .block-media > *, .sub-menu__btn, .btn-up, .aside__btn-call, .aside__btn, .aside__list, .model-slider__item, .card-common, .card-review, .partners-card, .spec-card, .media-card, .offer-card__img {
  border-radius: 6px;
}

.rs-6 {
  border-radius: 6px;
}

.rs-8 {
  border-radius: 8px;
}

.configurator-card, .equipment-card, .configurator-modificate, .configurator__result, .header__model-card, .character__slider-item, .modal-first__inner, .config-card__img, .complect-card {
  border-radius: 10px;
}

.rs-10 {
  border-radius: 10px;
}

.rs-12 {
  border-radius: 12px;
}

.rs-14 {
  border-radius: 14px;
}

.rs-16 {
  border-radius: 16px;
}

.rs-18 {
  border-radius: 18px;
}

.leaseng-card {
  border-radius: 20px;
}

.rs-20 {
  border-radius: 20px;
}

.rs-22 {
  border-radius: 22px;
}

.rs-24 {
  border-radius: 24px;
}

.rs-26 {
  border-radius: 26px;
}

.pos-rel {
  position: relative;
}

.over-hide, .intro__slider .swiper-slide, .header__btn, .header__lang ul li ul, .dealers__aside-btn, .dealers, .faq__drop-inner, .faq__drop, .faq__btn, .gallery-four__img, .links__item, .block-media > *, .modal-first__inner, .aside__list, .slider-model .swiper-slide, .slider-model, .slider-desc-btn, .model-slider__item-img, .model-slider__item, .card-terms__img, .card-review, .complect-card, .leaseng-card, .credit-card, .car-card, .trade-card__img, .spec-card, .media-card__img, .media-card, .offer-card__img {
  overflow: hidden;
}

.x-center {
  margin: 0 auto;
}

.x-right {
  margin: 0 0 0 auto;
}

.x-left {
  margin: 0 auto 0 0;
}

.d-none {
  display: none !important;
}

.max-w-700 {
  max-width: 700px;
}
.max-w-850 {
  max-width: 850px;
}
.max-w-1400 {
  max-width: 1400px;
}

.after-grad {
  z-index: 1;
  position: relative;
}
.after-grad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 65%, #1e1e1e 100%);
}

.grad-top {
  z-index: 1;
  position: relative;
}
.grad-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

@-webkit-keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flex\:row, .flex\:row-max, .flex\:row-hd {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex\:col, .flex\:col-max, .flex\:col-hd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex\:row-hd {
  max-width: 1920px;
}
.flex\:row-max {
  max-width: 1820px;
  padding: 0 20px;
}

.flex\:col-hd {
  max-width: 1920px;
}
.flex\:col-max {
  max-width: 1820px;
  padding: 0 20px;
}

.grid\:fr, .grid\:fr-4, .grid\:fr-3, .grid\:fr-2, .grid\:fr-1 {
  display: grid;
  width: 100%;
}
.grid\:fr-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid\:fr-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .grid\:fr-2.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  .grid\:fr-2.large {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1366px) {
  .grid\:fr-2.cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1250px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-3.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1250px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid\:fr-4.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

body {
  font-family: var(--font-s);
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-s);
  font-weight: var(--weight-m-500);
  line-height: 100%;
  color: #1e1e1e;
}
h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
h6 > * {
  color: #1e1e1e;
}

li,
p {
  font-family: var(--font-s);
  font-weight: var(--weight-m-400);
  line-height: 120%;
  color: #1e1e1e;
}

.equipment-card ul li, .header-mob__drop-list ul li, .btn, .text-tmp.txt-16 p, .text-tmp.title-dec-16 > h1:not(:first-child), .text-tmp.title-dec-16 > h2:not(:first-child), .text-tmp.title-dec-16 > h3:not(:first-child), .text-tmp.title-dec-16 > h4:not(:first-child), .text-tmp.title-dec-16 > h5:not(:first-child), .text-tmp.title-dec-16 > h6:not(:first-child), .text-tmp.title-16 > h1, .text-tmp.title-16 > h2, .text-tmp.title-16 > h3, .text-tmp.title-16 > h4, .text-tmp.title-16 > h5, .text-tmp.title-16 > h6 {
  font-size: 16px;
}
@media screen and (max-width: 1536px) {
  .equipment-card ul li, .header-mob__drop-list ul li, .btn, .text-tmp.txt-16 p, .text-tmp.title-dec-16 > h1:not(:first-child), .text-tmp.title-dec-16 > h2:not(:first-child), .text-tmp.title-dec-16 > h3:not(:first-child), .text-tmp.title-dec-16 > h4:not(:first-child), .text-tmp.title-dec-16 > h5:not(:first-child), .text-tmp.title-dec-16 > h6:not(:first-child), .text-tmp.title-16 > h1, .text-tmp.title-16 > h2, .text-tmp.title-16 > h3, .text-tmp.title-16 > h4, .text-tmp.title-16 > h5, .text-tmp.title-16 > h6 {
    font-size: calc(16px + 0 * ((100vw - 320px) / 1216));
  }
}

.configurator-card__list-equipment ul li:nth-child(1), .configurator-card__list-modication ul li:nth-child(1), .configurator-modificate ul li:nth-child(1), .configurator__head-item-name, .footer__nav-list ul li:nth-child(1), .footer__nav-list.large a, .faq__btn, .character__slider-item ul li:nth-child(3), .character__intro-head-list ul li:nth-child(1), .search__list ul a, .model-slider-ui .model-pagination > *, .model-slider__item-list.price ul li, .text-tmp.txt-18 p, .text-tmp.title-dec-18 > h1:not(:first-child), .text-tmp.title-dec-18 > h2:not(:first-child), .text-tmp.title-dec-18 > h3:not(:first-child), .text-tmp.title-dec-18 > h4:not(:first-child), .text-tmp.title-dec-18 > h5:not(:first-child), .text-tmp.title-dec-18 > h6:not(:first-child), .text-tmp.title-18 > h1, .text-tmp.title-18 > h2, .text-tmp.title-18 > h3, .text-tmp.title-18 > h4, .text-tmp.title-18 > h5, .text-tmp.title-18 > h6 {
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .configurator-card__list-equipment ul li:nth-child(1), .configurator-card__list-modication ul li:nth-child(1), .configurator-modificate ul li:nth-child(1), .configurator__head-item-name, .footer__nav-list ul li:nth-child(1), .footer__nav-list.large a, .faq__btn, .character__slider-item ul li:nth-child(3), .character__intro-head-list ul li:nth-child(1), .search__list ul a, .model-slider-ui .model-pagination > *, .model-slider__item-list.price ul li, .text-tmp.txt-18 p, .text-tmp.title-dec-18 > h1:not(:first-child), .text-tmp.title-dec-18 > h2:not(:first-child), .text-tmp.title-dec-18 > h3:not(:first-child), .text-tmp.title-dec-18 > h4:not(:first-child), .text-tmp.title-dec-18 > h5:not(:first-child), .text-tmp.title-dec-18 > h6:not(:first-child), .text-tmp.title-18 > h1, .text-tmp.title-18 > h2, .text-tmp.title-18 > h3, .text-tmp.title-18 > h4, .text-tmp.title-18 > h5, .text-tmp.title-18 > h6 {
    font-size: calc(18px + 0 * ((100vw - 320px) / 1216));
  }
}

.configurator-card__price, .configurator__result-list ul li:nth-child(1), .header-mob__drop-list ul li:nth-child(1), .header__model-card-list ul li:nth-child(1), .sub-menu__item ul li:nth-child(1), .car-card__desc-list ul li:last-child, .text-tmp.txt-20 p, .text-tmp.title-dec-20 > h1:not(:first-child), .text-tmp.title-dec-20 > h2:not(:first-child), .text-tmp.title-dec-20 > h3:not(:first-child), .text-tmp.title-dec-20 > h4:not(:first-child), .text-tmp.title-dec-20 > h5:not(:first-child), .text-tmp.title-dec-20 > h6:not(:first-child), .text-tmp.title-20 > h1, .text-tmp.title-20 > h2, .text-tmp.title-20 > h3, .text-tmp.title-20 > h4, .text-tmp.title-20 > h5, .text-tmp.title-20 > h6 {
  font-size: 20px;
}
@media screen and (max-width: 1536px) {
  .configurator-card__price, .configurator__result-list ul li:nth-child(1), .header-mob__drop-list ul li:nth-child(1), .header__model-card-list ul li:nth-child(1), .sub-menu__item ul li:nth-child(1), .car-card__desc-list ul li:last-child, .text-tmp.txt-20 p, .text-tmp.title-dec-20 > h1:not(:first-child), .text-tmp.title-dec-20 > h2:not(:first-child), .text-tmp.title-dec-20 > h3:not(:first-child), .text-tmp.title-dec-20 > h4:not(:first-child), .text-tmp.title-dec-20 > h5:not(:first-child), .text-tmp.title-dec-20 > h6:not(:first-child), .text-tmp.title-20 > h1, .text-tmp.title-20 > h2, .text-tmp.title-20 > h3, .text-tmp.title-20 > h4, .text-tmp.title-20 > h5, .text-tmp.title-20 > h6 {
    font-size: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}

.configurator-card__color ul li:nth-child(1), .character__slider-item ul li:nth-child(1), .character__intro-head-list ul li:nth-child(2), .config-card__info ul li:nth-child(1), .text-tmp.txt-22 p, .text-tmp.title-dec-22 > h1:not(:first-child), .text-tmp.title-dec-22 > h2:not(:first-child), .text-tmp.title-dec-22 > h3:not(:first-child), .text-tmp.title-dec-22 > h4:not(:first-child), .text-tmp.title-dec-22 > h5:not(:first-child), .text-tmp.title-dec-22 > h6:not(:first-child), .text-tmp.title-22 > h1, .text-tmp.title-22 > h2, .text-tmp.title-22 > h3, .text-tmp.title-22 > h4, .text-tmp.title-22 > h5, .text-tmp.title-22 > h6 {
  font-size: 22px;
}
@media screen and (max-width: 1536px) {
  .configurator-card__color ul li:nth-child(1), .character__slider-item ul li:nth-child(1), .character__intro-head-list ul li:nth-child(2), .config-card__info ul li:nth-child(1), .text-tmp.txt-22 p, .text-tmp.title-dec-22 > h1:not(:first-child), .text-tmp.title-dec-22 > h2:not(:first-child), .text-tmp.title-dec-22 > h3:not(:first-child), .text-tmp.title-dec-22 > h4:not(:first-child), .text-tmp.title-dec-22 > h5:not(:first-child), .text-tmp.title-dec-22 > h6:not(:first-child), .text-tmp.title-22 > h1, .text-tmp.title-22 > h2, .text-tmp.title-22 > h3, .text-tmp.title-22 > h4, .text-tmp.title-22 > h5, .text-tmp.title-22 > h6 {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1216));
  }
}

.equipment-card__price, .footer__content-list > ul > li > a, .header-mob__btn-back, .header-mob__nav ul li > *, .card-common__numbers > *, .card-common__desc > * a, .text-tmp.txt-24 p, .text-tmp.title-dec-24 > h1:not(:first-child), .text-tmp.title-dec-24 > h2:not(:first-child), .text-tmp.title-dec-24 > h3:not(:first-child), .text-tmp.title-dec-24 > h4:not(:first-child), .text-tmp.title-dec-24 > h5:not(:first-child), .text-tmp.title-dec-24 > h6:not(:first-child), .text-tmp.title-24 > h1, .text-tmp.title-24 > h2, .text-tmp.title-24 > h3, .text-tmp.title-24 > h4, .text-tmp.title-24 > h5, .text-tmp.title-24 > h6 {
  font-size: 24px;
}
@media screen and (max-width: 1536px) {
  .equipment-card__price, .footer__content-list > ul > li > a, .header-mob__btn-back, .header-mob__nav ul li > *, .card-common__numbers > *, .card-common__desc > * a, .text-tmp.txt-24 p, .text-tmp.title-dec-24 > h1:not(:first-child), .text-tmp.title-dec-24 > h2:not(:first-child), .text-tmp.title-dec-24 > h3:not(:first-child), .text-tmp.title-dec-24 > h4:not(:first-child), .text-tmp.title-dec-24 > h5:not(:first-child), .text-tmp.title-dec-24 > h6:not(:first-child), .text-tmp.title-24 > h1, .text-tmp.title-24 > h2, .text-tmp.title-24 > h3, .text-tmp.title-24 > h4, .text-tmp.title-24 > h5, .text-tmp.title-24 > h6 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1216));
  }
}

.model-slider__item-list.price ul li:last-child, .text-tmp.txt-26 p, .text-tmp.title-dec-26 > h1:not(:first-child), .text-tmp.title-dec-26 > h2:not(:first-child), .text-tmp.title-dec-26 > h3:not(:first-child), .text-tmp.title-dec-26 > h4:not(:first-child), .text-tmp.title-dec-26 > h5:not(:first-child), .text-tmp.title-dec-26 > h6:not(:first-child), .text-tmp.title-26 > h1, .text-tmp.title-26 > h2, .text-tmp.title-26 > h3, .text-tmp.title-26 > h4, .text-tmp.title-26 > h5, .text-tmp.title-26 > h6 {
  font-size: 26px;
}
@media screen and (max-width: 1536px) {
  .model-slider__item-list.price ul li:last-child, .text-tmp.txt-26 p, .text-tmp.title-dec-26 > h1:not(:first-child), .text-tmp.title-dec-26 > h2:not(:first-child), .text-tmp.title-dec-26 > h3:not(:first-child), .text-tmp.title-dec-26 > h4:not(:first-child), .text-tmp.title-dec-26 > h5:not(:first-child), .text-tmp.title-dec-26 > h6:not(:first-child), .text-tmp.title-26 > h1, .text-tmp.title-26 > h2, .text-tmp.title-26 > h3, .text-tmp.title-26 > h4, .text-tmp.title-26 > h5, .text-tmp.title-26 > h6 {
    font-size: calc(20px + 6 * ((100vw - 320px) / 1216));
  }
}

.configurator-modal > h1, .configurator-modal > h2, .configurator-modal > h3, .configurator-modal > h4, .configurator-modal > h5, .configurator-modal > h6, .equipment-card__name, .header-mob__contacts ul a, .text-tmp.txt-28 p, .text-tmp.title-dec-28 > h1:not(:first-child), .text-tmp.title-dec-28 > h2:not(:first-child), .text-tmp.title-dec-28 > h3:not(:first-child), .text-tmp.title-dec-28 > h4:not(:first-child), .text-tmp.title-dec-28 > h5:not(:first-child), .text-tmp.title-dec-28 > h6:not(:first-child), .text-tmp.title-28 > h1, .text-tmp.title-28 > h2, .text-tmp.title-28 > h3, .text-tmp.title-28 > h4, .text-tmp.title-28 > h5, .text-tmp.title-28 > h6 {
  font-size: 28px;
}
@media screen and (max-width: 1536px) {
  .configurator-modal > h1, .configurator-modal > h2, .configurator-modal > h3, .configurator-modal > h4, .configurator-modal > h5, .configurator-modal > h6, .equipment-card__name, .header-mob__contacts ul a, .text-tmp.txt-28 p, .text-tmp.title-dec-28 > h1:not(:first-child), .text-tmp.title-dec-28 > h2:not(:first-child), .text-tmp.title-dec-28 > h3:not(:first-child), .text-tmp.title-dec-28 > h4:not(:first-child), .text-tmp.title-dec-28 > h5:not(:first-child), .text-tmp.title-dec-28 > h6:not(:first-child), .text-tmp.title-28 > h1, .text-tmp.title-28 > h2, .text-tmp.title-28 > h3, .text-tmp.title-28 > h4, .text-tmp.title-28 > h5, .text-tmp.title-28 > h6 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 1216));
  }
}

.configurator__result-price, .text-tmp.txt-30 p, .text-tmp.title-dec-30 > h1:not(:first-child), .text-tmp.title-dec-30 > h2:not(:first-child), .text-tmp.title-dec-30 > h3:not(:first-child), .text-tmp.title-dec-30 > h4:not(:first-child), .text-tmp.title-dec-30 > h5:not(:first-child), .text-tmp.title-dec-30 > h6:not(:first-child), .text-tmp.title-30 > h1, .text-tmp.title-30 > h2, .text-tmp.title-30 > h3, .text-tmp.title-30 > h4, .text-tmp.title-30 > h5, .text-tmp.title-30 > h6 {
  font-size: 30px;
}
@media screen and (max-width: 1536px) {
  .configurator__result-price, .text-tmp.txt-30 p, .text-tmp.title-dec-30 > h1:not(:first-child), .text-tmp.title-dec-30 > h2:not(:first-child), .text-tmp.title-dec-30 > h3:not(:first-child), .text-tmp.title-dec-30 > h4:not(:first-child), .text-tmp.title-dec-30 > h5:not(:first-child), .text-tmp.title-dec-30 > h6:not(:first-child), .text-tmp.title-30 > h1, .text-tmp.title-30 > h2, .text-tmp.title-30 > h3, .text-tmp.title-30 > h4, .text-tmp.title-30 > h5, .text-tmp.title-30 > h6 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}

.configurator__interior-error, .text-tmp.txt-32 p, .text-tmp.title-dec-32 > h1:not(:first-child), .text-tmp.title-dec-32 > h2:not(:first-child), .text-tmp.title-dec-32 > h3:not(:first-child), .text-tmp.title-dec-32 > h4:not(:first-child), .text-tmp.title-dec-32 > h5:not(:first-child), .text-tmp.title-dec-32 > h6:not(:first-child), .text-tmp.title-32 > h1, .text-tmp.title-32 > h2, .text-tmp.title-32 > h3, .text-tmp.title-32 > h4, .text-tmp.title-32 > h5, .text-tmp.title-32 > h6 {
  font-size: 32px;
}
@media screen and (max-width: 1536px) {
  .configurator__interior-error, .text-tmp.txt-32 p, .text-tmp.title-dec-32 > h1:not(:first-child), .text-tmp.title-dec-32 > h2:not(:first-child), .text-tmp.title-dec-32 > h3:not(:first-child), .text-tmp.title-dec-32 > h4:not(:first-child), .text-tmp.title-dec-32 > h5:not(:first-child), .text-tmp.title-dec-32 > h6:not(:first-child), .text-tmp.title-32 > h1, .text-tmp.title-32 > h2, .text-tmp.title-32 > h3, .text-tmp.title-32 > h4, .text-tmp.title-32 > h5, .text-tmp.title-32 > h6 {
    font-size: calc(20.6451612903px + 11.3548387097 * ((100vw - 320px) / 1216));
  }
}

.character__accard-btn, .text-tmp.txt-34 p, .text-tmp.title-dec-34 > h1:not(:first-child), .text-tmp.title-dec-34 > h2:not(:first-child), .text-tmp.title-dec-34 > h3:not(:first-child), .text-tmp.title-dec-34 > h4:not(:first-child), .text-tmp.title-dec-34 > h5:not(:first-child), .text-tmp.title-dec-34 > h6:not(:first-child), .text-tmp.title-34 > h1, .text-tmp.title-34 > h2, .text-tmp.title-34 > h3, .text-tmp.title-34 > h4, .text-tmp.title-34 > h5, .text-tmp.title-34 > h6 {
  font-size: 34px;
}
@media screen and (max-width: 1536px) {
  .character__accard-btn, .text-tmp.txt-34 p, .text-tmp.title-dec-34 > h1:not(:first-child), .text-tmp.title-dec-34 > h2:not(:first-child), .text-tmp.title-dec-34 > h3:not(:first-child), .text-tmp.title-dec-34 > h4:not(:first-child), .text-tmp.title-dec-34 > h5:not(:first-child), .text-tmp.title-dec-34 > h6:not(:first-child), .text-tmp.title-34 > h1, .text-tmp.title-34 > h2, .text-tmp.title-34 > h3, .text-tmp.title-34 > h4, .text-tmp.title-34 > h5, .text-tmp.title-34 > h6 {
    font-size: calc(21.935483871px + 12.064516129 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-36 p, .text-tmp.title-dec-36 > h1:not(:first-child), .text-tmp.title-dec-36 > h2:not(:first-child), .text-tmp.title-dec-36 > h3:not(:first-child), .text-tmp.title-dec-36 > h4:not(:first-child), .text-tmp.title-dec-36 > h5:not(:first-child), .text-tmp.title-dec-36 > h6:not(:first-child), .text-tmp.title-36 > h1, .text-tmp.title-36 > h2, .text-tmp.title-36 > h3, .text-tmp.title-36 > h4, .text-tmp.title-36 > h5, .text-tmp.title-36 > h6 {
  font-size: 36px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-36 p, .text-tmp.title-dec-36 > h1:not(:first-child), .text-tmp.title-dec-36 > h2:not(:first-child), .text-tmp.title-dec-36 > h3:not(:first-child), .text-tmp.title-dec-36 > h4:not(:first-child), .text-tmp.title-dec-36 > h5:not(:first-child), .text-tmp.title-dec-36 > h6:not(:first-child), .text-tmp.title-36 > h1, .text-tmp.title-36 > h2, .text-tmp.title-36 > h3, .text-tmp.title-36 > h4, .text-tmp.title-36 > h5, .text-tmp.title-36 > h6 {
    font-size: calc(22.5px + 13.5 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-38 p, .text-tmp.title-dec-38 > h1:not(:first-child), .text-tmp.title-dec-38 > h2:not(:first-child), .text-tmp.title-dec-38 > h3:not(:first-child), .text-tmp.title-dec-38 > h4:not(:first-child), .text-tmp.title-dec-38 > h5:not(:first-child), .text-tmp.title-dec-38 > h6:not(:first-child), .text-tmp.title-38 > h1, .text-tmp.title-38 > h2, .text-tmp.title-38 > h3, .text-tmp.title-38 > h4, .text-tmp.title-38 > h5, .text-tmp.title-38 > h6 {
  font-size: 38px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-38 p, .text-tmp.title-dec-38 > h1:not(:first-child), .text-tmp.title-dec-38 > h2:not(:first-child), .text-tmp.title-dec-38 > h3:not(:first-child), .text-tmp.title-dec-38 > h4:not(:first-child), .text-tmp.title-dec-38 > h5:not(:first-child), .text-tmp.title-dec-38 > h6:not(:first-child), .text-tmp.title-38 > h1, .text-tmp.title-38 > h2, .text-tmp.title-38 > h3, .text-tmp.title-38 > h4, .text-tmp.title-38 > h5, .text-tmp.title-38 > h6 {
    font-size: calc(23.75px + 14.25 * ((100vw - 320px) / 1216));
  }
}

.configurator-card__name, .configurator__result-title, .text-tmp.txt-40 p, .text-tmp.title-dec-40 > h1:not(:first-child), .text-tmp.title-dec-40 > h2:not(:first-child), .text-tmp.title-dec-40 > h3:not(:first-child), .text-tmp.title-dec-40 > h4:not(:first-child), .text-tmp.title-dec-40 > h5:not(:first-child), .text-tmp.title-dec-40 > h6:not(:first-child), .text-tmp.title-40 > h1, .text-tmp.title-40 > h2, .text-tmp.title-40 > h3, .text-tmp.title-40 > h4, .text-tmp.title-40 > h5, .text-tmp.title-40 > h6 {
  font-size: 40px;
}
@media screen and (max-width: 1536px) {
  .configurator-card__name, .configurator__result-title, .text-tmp.txt-40 p, .text-tmp.title-dec-40 > h1:not(:first-child), .text-tmp.title-dec-40 > h2:not(:first-child), .text-tmp.title-dec-40 > h3:not(:first-child), .text-tmp.title-dec-40 > h4:not(:first-child), .text-tmp.title-dec-40 > h5:not(:first-child), .text-tmp.title-dec-40 > h6:not(:first-child), .text-tmp.title-40 > h1, .text-tmp.title-40 > h2, .text-tmp.title-40 > h3, .text-tmp.title-40 > h4, .text-tmp.title-40 > h5, .text-tmp.title-40 > h6 {
    font-size: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-42 p, .text-tmp.title-dec-42 > h1:not(:first-child), .text-tmp.title-dec-42 > h2:not(:first-child), .text-tmp.title-dec-42 > h3:not(:first-child), .text-tmp.title-dec-42 > h4:not(:first-child), .text-tmp.title-dec-42 > h5:not(:first-child), .text-tmp.title-dec-42 > h6:not(:first-child), .text-tmp.title-42 > h1, .text-tmp.title-42 > h2, .text-tmp.title-42 > h3, .text-tmp.title-42 > h4, .text-tmp.title-42 > h5, .text-tmp.title-42 > h6 {
  font-size: 42px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-42 p, .text-tmp.title-dec-42 > h1:not(:first-child), .text-tmp.title-dec-42 > h2:not(:first-child), .text-tmp.title-dec-42 > h3:not(:first-child), .text-tmp.title-dec-42 > h4:not(:first-child), .text-tmp.title-dec-42 > h5:not(:first-child), .text-tmp.title-dec-42 > h6:not(:first-child), .text-tmp.title-42 > h1, .text-tmp.title-42 > h2, .text-tmp.title-42 > h3, .text-tmp.title-42 > h4, .text-tmp.title-42 > h5, .text-tmp.title-42 > h6 {
    font-size: calc(21px + 21 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-44 p, .text-tmp.title-dec-44 > h1:not(:first-child), .text-tmp.title-dec-44 > h2:not(:first-child), .text-tmp.title-dec-44 > h3:not(:first-child), .text-tmp.title-dec-44 > h4:not(:first-child), .text-tmp.title-dec-44 > h5:not(:first-child), .text-tmp.title-dec-44 > h6:not(:first-child), .text-tmp.title-44 > h1, .text-tmp.title-44 > h2, .text-tmp.title-44 > h3, .text-tmp.title-44 > h4, .text-tmp.title-44 > h5, .text-tmp.title-44 > h6 {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-44 p, .text-tmp.title-dec-44 > h1:not(:first-child), .text-tmp.title-dec-44 > h2:not(:first-child), .text-tmp.title-dec-44 > h3:not(:first-child), .text-tmp.title-dec-44 > h4:not(:first-child), .text-tmp.title-dec-44 > h5:not(:first-child), .text-tmp.title-dec-44 > h6:not(:first-child), .text-tmp.title-44 > h1, .text-tmp.title-44 > h2, .text-tmp.title-44 > h3, .text-tmp.title-44 > h4, .text-tmp.title-44 > h5, .text-tmp.title-44 > h6 {
    font-size: calc(22px + 22 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-46 p, .text-tmp.title-dec-46 > h1:not(:first-child), .text-tmp.title-dec-46 > h2:not(:first-child), .text-tmp.title-dec-46 > h3:not(:first-child), .text-tmp.title-dec-46 > h4:not(:first-child), .text-tmp.title-dec-46 > h5:not(:first-child), .text-tmp.title-dec-46 > h6:not(:first-child), .text-tmp.title-46 > h1, .text-tmp.title-46 > h2, .text-tmp.title-46 > h3, .text-tmp.title-46 > h4, .text-tmp.title-46 > h5, .text-tmp.title-46 > h6 {
  font-size: 46px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-46 p, .text-tmp.title-dec-46 > h1:not(:first-child), .text-tmp.title-dec-46 > h2:not(:first-child), .text-tmp.title-dec-46 > h3:not(:first-child), .text-tmp.title-dec-46 > h4:not(:first-child), .text-tmp.title-dec-46 > h5:not(:first-child), .text-tmp.title-dec-46 > h6:not(:first-child), .text-tmp.title-46 > h1, .text-tmp.title-46 > h2, .text-tmp.title-46 > h3, .text-tmp.title-46 > h4, .text-tmp.title-46 > h5, .text-tmp.title-46 > h6 {
    font-size: calc(23px + 23 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-48 p, .text-tmp.title-dec-48 > h1:not(:first-child), .text-tmp.title-dec-48 > h2:not(:first-child), .text-tmp.title-dec-48 > h3:not(:first-child), .text-tmp.title-dec-48 > h4:not(:first-child), .text-tmp.title-dec-48 > h5:not(:first-child), .text-tmp.title-dec-48 > h6:not(:first-child), .text-tmp.title-48 > h1, .text-tmp.title-48 > h2, .text-tmp.title-48 > h3, .text-tmp.title-48 > h4, .text-tmp.title-48 > h5, .text-tmp.title-48 > h6 {
  font-size: 48px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-48 p, .text-tmp.title-dec-48 > h1:not(:first-child), .text-tmp.title-dec-48 > h2:not(:first-child), .text-tmp.title-dec-48 > h3:not(:first-child), .text-tmp.title-dec-48 > h4:not(:first-child), .text-tmp.title-dec-48 > h5:not(:first-child), .text-tmp.title-dec-48 > h6:not(:first-child), .text-tmp.title-48 > h1, .text-tmp.title-48 > h2, .text-tmp.title-48 > h3, .text-tmp.title-48 > h4, .text-tmp.title-48 > h5, .text-tmp.title-48 > h6 {
    font-size: calc(24px + 24 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-50 p, .text-tmp.title-dec-50 > h1:not(:first-child), .text-tmp.title-dec-50 > h2:not(:first-child), .text-tmp.title-dec-50 > h3:not(:first-child), .text-tmp.title-dec-50 > h4:not(:first-child), .text-tmp.title-dec-50 > h5:not(:first-child), .text-tmp.title-dec-50 > h6:not(:first-child), .text-tmp.title-50 > h1, .text-tmp.title-50 > h2, .text-tmp.title-50 > h3, .text-tmp.title-50 > h4, .text-tmp.title-50 > h5, .text-tmp.title-50 > h6 {
  font-size: 50px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-50 p, .text-tmp.title-dec-50 > h1:not(:first-child), .text-tmp.title-dec-50 > h2:not(:first-child), .text-tmp.title-dec-50 > h3:not(:first-child), .text-tmp.title-dec-50 > h4:not(:first-child), .text-tmp.title-dec-50 > h5:not(:first-child), .text-tmp.title-dec-50 > h6:not(:first-child), .text-tmp.title-50 > h1, .text-tmp.title-50 > h2, .text-tmp.title-50 > h3, .text-tmp.title-50 > h4, .text-tmp.title-50 > h5, .text-tmp.title-50 > h6 {
    font-size: calc(25px + 25 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-52 p, .text-tmp.title-dec-52 > h1:not(:first-child), .text-tmp.title-dec-52 > h2:not(:first-child), .text-tmp.title-dec-52 > h3:not(:first-child), .text-tmp.title-dec-52 > h4:not(:first-child), .text-tmp.title-dec-52 > h5:not(:first-child), .text-tmp.title-dec-52 > h6:not(:first-child), .text-tmp.title-52 > h1, .text-tmp.title-52 > h2, .text-tmp.title-52 > h3, .text-tmp.title-52 > h4, .text-tmp.title-52 > h5, .text-tmp.title-52 > h6 {
  font-size: 52px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-52 p, .text-tmp.title-dec-52 > h1:not(:first-child), .text-tmp.title-dec-52 > h2:not(:first-child), .text-tmp.title-dec-52 > h3:not(:first-child), .text-tmp.title-dec-52 > h4:not(:first-child), .text-tmp.title-dec-52 > h5:not(:first-child), .text-tmp.title-dec-52 > h6:not(:first-child), .text-tmp.title-52 > h1, .text-tmp.title-52 > h2, .text-tmp.title-52 > h3, .text-tmp.title-52 > h4, .text-tmp.title-52 > h5, .text-tmp.title-52 > h6 {
    font-size: calc(26px + 26 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-54 p, .text-tmp.title-dec-54 > h1:not(:first-child), .text-tmp.title-dec-54 > h2:not(:first-child), .text-tmp.title-dec-54 > h3:not(:first-child), .text-tmp.title-dec-54 > h4:not(:first-child), .text-tmp.title-dec-54 > h5:not(:first-child), .text-tmp.title-dec-54 > h6:not(:first-child), .text-tmp.title-54 > h1, .text-tmp.title-54 > h2, .text-tmp.title-54 > h3, .text-tmp.title-54 > h4, .text-tmp.title-54 > h5, .text-tmp.title-54 > h6 {
  font-size: 54px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-54 p, .text-tmp.title-dec-54 > h1:not(:first-child), .text-tmp.title-dec-54 > h2:not(:first-child), .text-tmp.title-dec-54 > h3:not(:first-child), .text-tmp.title-dec-54 > h4:not(:first-child), .text-tmp.title-dec-54 > h5:not(:first-child), .text-tmp.title-dec-54 > h6:not(:first-child), .text-tmp.title-54 > h1, .text-tmp.title-54 > h2, .text-tmp.title-54 > h3, .text-tmp.title-54 > h4, .text-tmp.title-54 > h5, .text-tmp.title-54 > h6 {
    font-size: calc(27px + 27 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-56 p, .text-tmp.title-dec-56 > h1:not(:first-child), .text-tmp.title-dec-56 > h2:not(:first-child), .text-tmp.title-dec-56 > h3:not(:first-child), .text-tmp.title-dec-56 > h4:not(:first-child), .text-tmp.title-dec-56 > h5:not(:first-child), .text-tmp.title-dec-56 > h6:not(:first-child), .text-tmp.title-56 > h1, .text-tmp.title-56 > h2, .text-tmp.title-56 > h3, .text-tmp.title-56 > h4, .text-tmp.title-56 > h5, .text-tmp.title-56 > h6 {
  font-size: 56px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-56 p, .text-tmp.title-dec-56 > h1:not(:first-child), .text-tmp.title-dec-56 > h2:not(:first-child), .text-tmp.title-dec-56 > h3:not(:first-child), .text-tmp.title-dec-56 > h4:not(:first-child), .text-tmp.title-dec-56 > h5:not(:first-child), .text-tmp.title-dec-56 > h6:not(:first-child), .text-tmp.title-56 > h1, .text-tmp.title-56 > h2, .text-tmp.title-56 > h3, .text-tmp.title-56 > h4, .text-tmp.title-56 > h5, .text-tmp.title-56 > h6 {
    font-size: calc(28px + 28 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-58 p, .text-tmp.title-dec-58 > h1:not(:first-child), .text-tmp.title-dec-58 > h2:not(:first-child), .text-tmp.title-dec-58 > h3:not(:first-child), .text-tmp.title-dec-58 > h4:not(:first-child), .text-tmp.title-dec-58 > h5:not(:first-child), .text-tmp.title-dec-58 > h6:not(:first-child), .text-tmp.title-58 > h1, .text-tmp.title-58 > h2, .text-tmp.title-58 > h3, .text-tmp.title-58 > h4, .text-tmp.title-58 > h5, .text-tmp.title-58 > h6 {
  font-size: 58px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-58 p, .text-tmp.title-dec-58 > h1:not(:first-child), .text-tmp.title-dec-58 > h2:not(:first-child), .text-tmp.title-dec-58 > h3:not(:first-child), .text-tmp.title-dec-58 > h4:not(:first-child), .text-tmp.title-dec-58 > h5:not(:first-child), .text-tmp.title-dec-58 > h6:not(:first-child), .text-tmp.title-58 > h1, .text-tmp.title-58 > h2, .text-tmp.title-58 > h3, .text-tmp.title-58 > h4, .text-tmp.title-58 > h5, .text-tmp.title-58 > h6 {
    font-size: calc(29px + 29 * ((100vw - 320px) / 1216));
  }
}

.numbers__list ul li:nth-child(1), .card-common__numbers > * > *, .text-tmp.txt-60 p, .text-tmp.title-dec-60 > h1:not(:first-child), .text-tmp.title-dec-60 > h2:not(:first-child), .text-tmp.title-dec-60 > h3:not(:first-child), .text-tmp.title-dec-60 > h4:not(:first-child), .text-tmp.title-dec-60 > h5:not(:first-child), .text-tmp.title-dec-60 > h6:not(:first-child), .text-tmp.title-60 > h1, .text-tmp.title-60 > h2, .text-tmp.title-60 > h3, .text-tmp.title-60 > h4, .text-tmp.title-60 > h5, .text-tmp.title-60 > h6 {
  font-size: 60px;
}
@media screen and (max-width: 1536px) {
  .numbers__list ul li:nth-child(1), .card-common__numbers > * > *, .text-tmp.txt-60 p, .text-tmp.title-dec-60 > h1:not(:first-child), .text-tmp.title-dec-60 > h2:not(:first-child), .text-tmp.title-dec-60 > h3:not(:first-child), .text-tmp.title-dec-60 > h4:not(:first-child), .text-tmp.title-dec-60 > h5:not(:first-child), .text-tmp.title-dec-60 > h6:not(:first-child), .text-tmp.title-60 > h1, .text-tmp.title-60 > h2, .text-tmp.title-60 > h3, .text-tmp.title-60 > h4, .text-tmp.title-60 > h5, .text-tmp.title-60 > h6 {
    font-size: calc(30px + 30 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-62 p, .text-tmp.title-dec-62 > h1:not(:first-child), .text-tmp.title-dec-62 > h2:not(:first-child), .text-tmp.title-dec-62 > h3:not(:first-child), .text-tmp.title-dec-62 > h4:not(:first-child), .text-tmp.title-dec-62 > h5:not(:first-child), .text-tmp.title-dec-62 > h6:not(:first-child), .text-tmp.title-62 > h1, .text-tmp.title-62 > h2, .text-tmp.title-62 > h3, .text-tmp.title-62 > h4, .text-tmp.title-62 > h5, .text-tmp.title-62 > h6 {
  font-size: 62px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-62 p, .text-tmp.title-dec-62 > h1:not(:first-child), .text-tmp.title-dec-62 > h2:not(:first-child), .text-tmp.title-dec-62 > h3:not(:first-child), .text-tmp.title-dec-62 > h4:not(:first-child), .text-tmp.title-dec-62 > h5:not(:first-child), .text-tmp.title-dec-62 > h6:not(:first-child), .text-tmp.title-62 > h1, .text-tmp.title-62 > h2, .text-tmp.title-62 > h3, .text-tmp.title-62 > h4, .text-tmp.title-62 > h5, .text-tmp.title-62 > h6 {
    font-size: calc(31px + 31 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-64 p, .text-tmp.title-dec-64 > h1:not(:first-child), .text-tmp.title-dec-64 > h2:not(:first-child), .text-tmp.title-dec-64 > h3:not(:first-child), .text-tmp.title-dec-64 > h4:not(:first-child), .text-tmp.title-dec-64 > h5:not(:first-child), .text-tmp.title-dec-64 > h6:not(:first-child), .text-tmp.title-64 > h1, .text-tmp.title-64 > h2, .text-tmp.title-64 > h3, .text-tmp.title-64 > h4, .text-tmp.title-64 > h5, .text-tmp.title-64 > h6 {
  font-size: 64px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-64 p, .text-tmp.title-dec-64 > h1:not(:first-child), .text-tmp.title-dec-64 > h2:not(:first-child), .text-tmp.title-dec-64 > h3:not(:first-child), .text-tmp.title-dec-64 > h4:not(:first-child), .text-tmp.title-dec-64 > h5:not(:first-child), .text-tmp.title-dec-64 > h6:not(:first-child), .text-tmp.title-64 > h1, .text-tmp.title-64 > h2, .text-tmp.title-64 > h3, .text-tmp.title-64 > h4, .text-tmp.title-64 > h5, .text-tmp.title-64 > h6 {
    font-size: calc(32px + 32 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-66 p, .text-tmp.title-dec-66 > h1:not(:first-child), .text-tmp.title-dec-66 > h2:not(:first-child), .text-tmp.title-dec-66 > h3:not(:first-child), .text-tmp.title-dec-66 > h4:not(:first-child), .text-tmp.title-dec-66 > h5:not(:first-child), .text-tmp.title-dec-66 > h6:not(:first-child), .text-tmp.title-66 > h1, .text-tmp.title-66 > h2, .text-tmp.title-66 > h3, .text-tmp.title-66 > h4, .text-tmp.title-66 > h5, .text-tmp.title-66 > h6 {
  font-size: 66px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-66 p, .text-tmp.title-dec-66 > h1:not(:first-child), .text-tmp.title-dec-66 > h2:not(:first-child), .text-tmp.title-dec-66 > h3:not(:first-child), .text-tmp.title-dec-66 > h4:not(:first-child), .text-tmp.title-dec-66 > h5:not(:first-child), .text-tmp.title-dec-66 > h6:not(:first-child), .text-tmp.title-66 > h1, .text-tmp.title-66 > h2, .text-tmp.title-66 > h3, .text-tmp.title-66 > h4, .text-tmp.title-66 > h5, .text-tmp.title-66 > h6 {
    font-size: calc(33px + 33 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-68 p, .text-tmp.title-dec-68 > h1:not(:first-child), .text-tmp.title-dec-68 > h2:not(:first-child), .text-tmp.title-dec-68 > h3:not(:first-child), .text-tmp.title-dec-68 > h4:not(:first-child), .text-tmp.title-dec-68 > h5:not(:first-child), .text-tmp.title-dec-68 > h6:not(:first-child), .text-tmp.title-68 > h1, .text-tmp.title-68 > h2, .text-tmp.title-68 > h3, .text-tmp.title-68 > h4, .text-tmp.title-68 > h5, .text-tmp.title-68 > h6 {
  font-size: 68px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-68 p, .text-tmp.title-dec-68 > h1:not(:first-child), .text-tmp.title-dec-68 > h2:not(:first-child), .text-tmp.title-dec-68 > h3:not(:first-child), .text-tmp.title-dec-68 > h4:not(:first-child), .text-tmp.title-dec-68 > h5:not(:first-child), .text-tmp.title-dec-68 > h6:not(:first-child), .text-tmp.title-68 > h1, .text-tmp.title-68 > h2, .text-tmp.title-68 > h3, .text-tmp.title-68 > h4, .text-tmp.title-68 > h5, .text-tmp.title-68 > h6 {
    font-size: calc(34px + 34 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-70 p, .text-tmp.title-dec-70 > h1:not(:first-child), .text-tmp.title-dec-70 > h2:not(:first-child), .text-tmp.title-dec-70 > h3:not(:first-child), .text-tmp.title-dec-70 > h4:not(:first-child), .text-tmp.title-dec-70 > h5:not(:first-child), .text-tmp.title-dec-70 > h6:not(:first-child), .text-tmp.title-70 > h1, .text-tmp.title-70 > h2, .text-tmp.title-70 > h3, .text-tmp.title-70 > h4, .text-tmp.title-70 > h5, .text-tmp.title-70 > h6 {
  font-size: 70px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-70 p, .text-tmp.title-dec-70 > h1:not(:first-child), .text-tmp.title-dec-70 > h2:not(:first-child), .text-tmp.title-dec-70 > h3:not(:first-child), .text-tmp.title-dec-70 > h4:not(:first-child), .text-tmp.title-dec-70 > h5:not(:first-child), .text-tmp.title-dec-70 > h6:not(:first-child), .text-tmp.title-70 > h1, .text-tmp.title-70 > h2, .text-tmp.title-70 > h3, .text-tmp.title-70 > h4, .text-tmp.title-70 > h5, .text-tmp.title-70 > h6 {
    font-size: calc(35px + 35 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-72 p, .text-tmp.title-dec-72 > h1:not(:first-child), .text-tmp.title-dec-72 > h2:not(:first-child), .text-tmp.title-dec-72 > h3:not(:first-child), .text-tmp.title-dec-72 > h4:not(:first-child), .text-tmp.title-dec-72 > h5:not(:first-child), .text-tmp.title-dec-72 > h6:not(:first-child), .text-tmp.title-72 > h1, .text-tmp.title-72 > h2, .text-tmp.title-72 > h3, .text-tmp.title-72 > h4, .text-tmp.title-72 > h5, .text-tmp.title-72 > h6 {
  font-size: 72px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-72 p, .text-tmp.title-dec-72 > h1:not(:first-child), .text-tmp.title-dec-72 > h2:not(:first-child), .text-tmp.title-dec-72 > h3:not(:first-child), .text-tmp.title-dec-72 > h4:not(:first-child), .text-tmp.title-dec-72 > h5:not(:first-child), .text-tmp.title-dec-72 > h6:not(:first-child), .text-tmp.title-72 > h1, .text-tmp.title-72 > h2, .text-tmp.title-72 > h3, .text-tmp.title-72 > h4, .text-tmp.title-72 > h5, .text-tmp.title-72 > h6 {
    font-size: calc(36px + 36 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-74 p, .text-tmp.title-dec-74 > h1:not(:first-child), .text-tmp.title-dec-74 > h2:not(:first-child), .text-tmp.title-dec-74 > h3:not(:first-child), .text-tmp.title-dec-74 > h4:not(:first-child), .text-tmp.title-dec-74 > h5:not(:first-child), .text-tmp.title-dec-74 > h6:not(:first-child), .text-tmp.title-74 > h1, .text-tmp.title-74 > h2, .text-tmp.title-74 > h3, .text-tmp.title-74 > h4, .text-tmp.title-74 > h5, .text-tmp.title-74 > h6 {
  font-size: 74px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-74 p, .text-tmp.title-dec-74 > h1:not(:first-child), .text-tmp.title-dec-74 > h2:not(:first-child), .text-tmp.title-dec-74 > h3:not(:first-child), .text-tmp.title-dec-74 > h4:not(:first-child), .text-tmp.title-dec-74 > h5:not(:first-child), .text-tmp.title-dec-74 > h6:not(:first-child), .text-tmp.title-74 > h1, .text-tmp.title-74 > h2, .text-tmp.title-74 > h3, .text-tmp.title-74 > h4, .text-tmp.title-74 > h5, .text-tmp.title-74 > h6 {
    font-size: calc(37px + 37 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-76 p, .text-tmp.title-dec-76 > h1:not(:first-child), .text-tmp.title-dec-76 > h2:not(:first-child), .text-tmp.title-dec-76 > h3:not(:first-child), .text-tmp.title-dec-76 > h4:not(:first-child), .text-tmp.title-dec-76 > h5:not(:first-child), .text-tmp.title-dec-76 > h6:not(:first-child), .text-tmp.title-76 > h1, .text-tmp.title-76 > h2, .text-tmp.title-76 > h3, .text-tmp.title-76 > h4, .text-tmp.title-76 > h5, .text-tmp.title-76 > h6 {
  font-size: 76px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-76 p, .text-tmp.title-dec-76 > h1:not(:first-child), .text-tmp.title-dec-76 > h2:not(:first-child), .text-tmp.title-dec-76 > h3:not(:first-child), .text-tmp.title-dec-76 > h4:not(:first-child), .text-tmp.title-dec-76 > h5:not(:first-child), .text-tmp.title-dec-76 > h6:not(:first-child), .text-tmp.title-76 > h1, .text-tmp.title-76 > h2, .text-tmp.title-76 > h3, .text-tmp.title-76 > h4, .text-tmp.title-76 > h5, .text-tmp.title-76 > h6 {
    font-size: calc(38px + 38 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-78 p, .text-tmp.title-dec-78 > h1:not(:first-child), .text-tmp.title-dec-78 > h2:not(:first-child), .text-tmp.title-dec-78 > h3:not(:first-child), .text-tmp.title-dec-78 > h4:not(:first-child), .text-tmp.title-dec-78 > h5:not(:first-child), .text-tmp.title-dec-78 > h6:not(:first-child), .text-tmp.title-78 > h1, .text-tmp.title-78 > h2, .text-tmp.title-78 > h3, .text-tmp.title-78 > h4, .text-tmp.title-78 > h5, .text-tmp.title-78 > h6 {
  font-size: 78px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-78 p, .text-tmp.title-dec-78 > h1:not(:first-child), .text-tmp.title-dec-78 > h2:not(:first-child), .text-tmp.title-dec-78 > h3:not(:first-child), .text-tmp.title-dec-78 > h4:not(:first-child), .text-tmp.title-dec-78 > h5:not(:first-child), .text-tmp.title-dec-78 > h6:not(:first-child), .text-tmp.title-78 > h1, .text-tmp.title-78 > h2, .text-tmp.title-78 > h3, .text-tmp.title-78 > h4, .text-tmp.title-78 > h5, .text-tmp.title-78 > h6 {
    font-size: calc(39px + 39 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-80 p, .text-tmp.title-dec-80 > h1:not(:first-child), .text-tmp.title-dec-80 > h2:not(:first-child), .text-tmp.title-dec-80 > h3:not(:first-child), .text-tmp.title-dec-80 > h4:not(:first-child), .text-tmp.title-dec-80 > h5:not(:first-child), .text-tmp.title-dec-80 > h6:not(:first-child), .text-tmp.title-80 > h1, .text-tmp.title-80 > h2, .text-tmp.title-80 > h3, .text-tmp.title-80 > h4, .text-tmp.title-80 > h5, .text-tmp.title-80 > h6 {
  font-size: 80px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-80 p, .text-tmp.title-dec-80 > h1:not(:first-child), .text-tmp.title-dec-80 > h2:not(:first-child), .text-tmp.title-dec-80 > h3:not(:first-child), .text-tmp.title-dec-80 > h4:not(:first-child), .text-tmp.title-dec-80 > h5:not(:first-child), .text-tmp.title-dec-80 > h6:not(:first-child), .text-tmp.title-80 > h1, .text-tmp.title-80 > h2, .text-tmp.title-80 > h3, .text-tmp.title-80 > h4, .text-tmp.title-80 > h5, .text-tmp.title-80 > h6 {
    font-size: calc(40px + 40 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.color-white > * {
  color: #fff;
}
.text-tmp.color-white > * > * {
  color: #fff;
}
.text-tmp.title-tt-up > h1, .text-tmp.title-tt-up > h2, .text-tmp.title-tt-up > h3, .text-tmp.title-tt-up > h4, .text-tmp.title-tt-up > h5, .text-tmp.title-tt-up > h6 {
  text-transform: uppercase;
}
.text-tmp.title-fw-400 > h1, .text-tmp.title-fw-400 > h2, .text-tmp.title-fw-400 > h3, .text-tmp.title-fw-400 > h4, .text-tmp.title-fw-400 > h5, .text-tmp.title-fw-400 > h6 {
  font-weight: var(--weight-m-400);
}
.text-tmp.title-fw-700 > h1, .text-tmp.title-fw-700 > h2, .text-tmp.title-fw-700 > h3, .text-tmp.title-fw-700 > h4, .text-tmp.title-fw-700 > h5, .text-tmp.title-fw-700 > h6 {
  font-weight: var(--weight-m-500);
}
.text-tmp.title-ff-s > h1, .text-tmp.title-ff-s > h2, .text-tmp.title-ff-s > h3, .text-tmp.title-ff-s > h4, .text-tmp.title-ff-s > h5, .text-tmp.title-ff-s > h6 {
  font-family: var(--font-s);
}
.text-tmp.txt-ff-50 li, .text-tmp.txt-ff-50 p {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-fw-500 li, .text-tmp.txt-fw-500 p {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-first-accent-4 p:first-child {
  color: #909090;
}
.text-tmp.txt-14 li, .text-tmp.txt-14 p {
  font-size: 14px;
}
.text-tmp.list-decor li {
  display: flex;
  list-style: none;
}
.text-tmp.list-decor li::before {
  content: "";
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 20px;
  margin-top: 0;
  margin-right: 6px;
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="%231e1e1e">                 <path xmlns="http://www.w3.org/2000/svg" d="m382-267.692-198.769-198.77L211.769-495 382-324.769 748.231-691l28.538 28.538L382-267.692Z"/>                 </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.text-tmp.txt-color-accent-4 li, .text-tmp.txt-color-accent-4 p {
  color: #909090;
}
.text-tmp.txt-all-center > * {
  text-align: center;
}
.text-tmp.marg-all-4 > * {
  margin: 4px !important;
}
.text-tmp.marg-b-40 > *:not(:last-child) {
  margin-bottom: 40px !important;
}

.text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.text-tmp > h1:not(:last-child), .text-tmp > h2:not(:last-child), .text-tmp > h3:not(:last-child), .text-tmp > h4:not(:last-child), .text-tmp > h5:not(:last-child), .text-tmp > h6:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp > h1 a, .text-tmp > h2 a, .text-tmp > h3 a, .text-tmp > h4 a, .text-tmp > h5 a, .text-tmp > h6 a {
  text-decoration: underline;
}
@media (hover) {
  .text-tmp > h1 a:hover, .text-tmp > h2 a:hover, .text-tmp > h3 a:hover, .text-tmp > h4 a:hover, .text-tmp > h5 a:hover, .text-tmp > h6 a:hover {
    text-decoration: none;
  }
}
.text-tmp p:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp p > a {
  color: #1e1e1e;
  text-decoration: underline;
}
.text-tmp p > a:hover {
  text-decoration: none;
}
.text-tmp ul:not(:last-child), .text-tmp ol:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp ul li, .text-tmp ol li {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
}
.text-tmp ul li > a, .text-tmp ol li > a {
  color: #1e1e1e;
  text-decoration: underline;
}
.text-tmp ul li > a:hover, .text-tmp ol li > a:hover {
  text-decoration: none;
}
.text-tmp ul li:not(:last-child), .text-tmp ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-tmp img, .text-tmp video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp img:not(:last-child), .text-tmp video:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp iframe {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp iframe:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.text-tmp .table-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.text-tmp .table-wrapper table {
  width: 100% !important;
  min-width: 1024px;
}
.text-tmp .table-wrapper table tr:nth-child(odd) {
  background-color: rgba(30, 30, 30, 0.1);
}
.text-tmp .table-wrapper table td {
  padding: 10px;
  background: transparent !important;
  font-family: var(--font-m);
}
.text-tmp .table-wrapper table td * {
  font-family: var(--font-m);
  background: transparent !important;
}

.btn-wrap {
  display: flex;
}
.btn-wrap > * {
  min-width: 300px;
}
.btn-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .btn-wrap > *:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    flex-direction: column;
  }
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 44px;
  padding: 0.4rem 1.4em;
  border: 1px solid transparent;
  will-change: transform;
  color: #fff;
  font-family: var(--font-m);
  font-weight: var(--weight-m-500);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s background, 0.3s border-color, 0.3s color;
  transition-timing-function: ease;
}
.btn.small {
  padding: 0.4rem 0.8em;
}
.btn.medium {
  padding: 0.4rem 1.8em;
}
.btn.large {
  padding: 0.4rem 2.2em;
}
.btn.full {
  width: 100%;
}
.btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: 0.3s fill ease;
}
.btn.transparent {
  background: transparent !important;
  color: inherit;
  border-color: inherit;
}
.btn.white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn.white svg {
  fill: #fff;
}
.btn.white:not(.transparent) {
  color: #1e1e1e;
}
.btn.white:not(.transparent) svg {
  fill: #1e1e1e;
}
@media (hover) {
  .btn.white:not(.transparent):hover {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
  }
  .btn.white:not(.transparent):hover svg {
    fill: #fff;
  }
}
@media (hover) {
  .btn.white:hover {
    background: #fff !important;
    border-color: #fff;
    color: #1e1e1e;
  }
  .btn.white:hover svg {
    fill: #1e1e1e;
  }
}
.btn.white.active {
  background: #fff !important;
  color: #1e1e1e;
}
@media (hover) {
  .btn.white.active:hover {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
  }
  .btn.white.active:hover svg {
    fill: #fff;
  }
}
.btn.black {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #1e1e1e;
}
.btn.black svg {
  fill: #1e1e1e;
}
.btn.black:not(.transparent) {
  color: #fff;
}
.btn.black:not(.transparent) svg {
  fill: #fff;
}
@media (hover) {
  .btn.black:not(.transparent):hover {
    background: transparent !important;
    border-color: #1e1e1e;
    color: #1e1e1e;
  }
  .btn.black:not(.transparent):hover svg {
    fill: #1e1e1e;
  }
}
@media (hover) {
  .btn.black:hover {
    background: #1e1e1e !important;
    border-color: #1e1e1e;
    color: #fff;
  }
  .btn.black:hover svg {
    fill: #fff;
  }
}

.btn-arrow {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
  color: #fff;
}
.btn-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml,         <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none">         <path d="M10 5.01659L5.35355 0L4.64645 0.724798L8.79289 4.97498H0V6H10V5.48749V5.01659Z" fill="%23ffffff"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.btn-arrow.white {
  color: #fff;
}
.btn-arrow.white::after {
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none">             <path d="M10 5.01659L5.35355 0L4.64645 0.724798L8.79289 4.97498H0V6H10V5.48749V5.01659Z" fill="%23ffffff"></path>             </svg>');
}
.btn-arrow.accent-2 {
  color: #1e1e1e;
}
.btn-arrow.accent-2::after {
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none">             <path d="M10 5.01659L5.35355 0L4.64645 0.724798L8.79289 4.97498H0V6H10V5.48749V5.01659Z" fill="%231e1e1e"></path>             </svg>');
}
@media (hover) {
  .btn-arrow:hover::after {
    transform: translateX(6px);
  }
}

.btn-desc {
  display: flex;
  align-items: center;
}
@media (hover) {
  .btn-desc:hover svg {
    fill: #2c5977;
  }
}
.btn-desc svg {
  width: 24px;
  height: 24px;
  fill: #1e1e1e;
}

.pagination {
  display: flex;
}
.pagination > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  transition: 0.3s all ease;
}
.pagination > *:not(:last-child) {
  margin-right: 8px;
}
.pagination > * svg {
  width: 24px;
  height: 24px;
  fill: #1e1e1e;
  transition: 0.3s all ease;
}
@media (hover) {
  .pagination > *:hover {
    background: #1e1e1e;
    color: #fff;
  }
  .pagination > *:hover svg {
    fill: #fff;
  }
}
.pagination > *.active {
  background: #1e1e1e;
  color: #fff;
}

.burger-btn_short, .burger-btn_cross-deg, .burger-btn_cross {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 28px;
  will-change: transform;
  transition: 0.3s all linear;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  content: "";
  position: absolute;
  left: 0;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before {
  transform: translateY(-10px);
}
.burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  transform: translateY(10px);
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after, .burger-btn_short .burger-btn__item, .burger-btn_cross-deg .burger-btn__item, .burger-btn_cross .burger-btn__item {
  width: 100%;
  height: 3px;
  background: #fff;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.burger-btn_cross .burger-btn__item {
  width: 60%;
}
.burger-btn_cross.active::before {
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_cross.active::after {
  transform: translateY(0) rotate(-45deg);
}
.burger-btn_cross.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_cross-deg .burger-btn__item {
  width: 100%;
}
.burger-btn_cross-deg.active::before {
  transform: translateY(0px) rotate(225deg);
}
.burger-btn_cross-deg.active::after {
  transform: translateY(0) rotate(-225deg);
}
.burger-btn_cross-deg.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_short::before {
  width: 50%;
}
.burger-btn_short::after {
  width: 30%;
}
.burger-btn_short .burger-btn__item {
  width: 100%;
  transform: translateX(0);
}
.burger-btn_short.active::before {
  width: 100%;
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_short.active::after {
  width: 100%;
  transform: translateY(0) rotate(315deg);
}
.burger-btn_short.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.offer-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.offer-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.offer-card__img img, .offer-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.offer-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.media-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #d4d9dc;
}
.media-card.video {
  cursor: pointer;
}
@media (hover) {
  .media-card:hover img {
    transform: scale(1.02);
  }
}
.media-card__bg {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.media-card__bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  fill: #fff;
}
.media-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.media-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.media-card__img img, .media-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.media-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
  padding: 20px;
}
.media-card__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.media-card__info .btn-arrow, .media-card__info .btn {
  margin-top: auto;
}

.vertical-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vertical-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.vertical-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 140%;
}
.vertical-card__img img, .vertical-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vertical-card__desc {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.vertical-card__desc::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 65%, #1e1e1e 100%);
}
.vertical-card__desc .text-tmp {
  max-width: 340px;
}

.spec-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .spec-card:hover img {
    transform: scale(1.02);
  }
}
.spec-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.spec-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 135%;
}
.spec-card__img img, .spec-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .spec-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .spec-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 155%;
  }
  .spec-card__img img, .spec-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .spec-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .spec-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 115%;
  }
  .spec-card__img img, .spec-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 350px) {
  .spec-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .spec-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 155%;
  }
  .spec-card__img img, .spec-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.spec-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.spec-card__info {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.spec-card__info::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.25) 24.6%, #1e1e1e 100%);
}
.spec-card__info .text-tmp:nth-child(1) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.spec-card__info-txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.info-card {
  display: flex;
  width: 100%;
}
.info-card__icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 8px;
  background-color: #c3c9cd;
  border-radius: 50%;
}
.info-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.trade-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .trade-card:hover img {
    transform: scale(1.02);
  }
}
.trade-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.trade-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.trade-card__img img, .trade-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.trade-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.trade-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.car-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .car-card:hover img {
    transform: scale(1.02);
  }
}
.car-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.car-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.car-card__img img, .car-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .car-card__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .car-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .car-card__img img, .car-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.car-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.car-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .car-card__content {
    padding: 20px;
  }
}
.car-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.car-card__desc .text-tmp {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.car-card__desc-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.car-card__desc-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .car-card__desc-list ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .car-card__desc-list ul > *:not(:last-child) {
    margin-bottom: 4px;
  }
}
.car-card__desc-list ul li {
  color: #fff;
}
.car-card__btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .car-card__btns {
    flex-direction: column;
  }
  .car-card__btns > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

.credit-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #d4d9dc;
}
.credit-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.credit-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.credit-card__img img, .credit-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.credit-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.partners-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.partners-card img {
  width: 60%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.leaseng-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background: #e3e6e8;
  border: 1px solid #c3c9cd;
}
.leaseng-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.leaseng-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.leaseng-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.complect-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #c3c9cd;
}
.complect-card__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 110px;
  padding: 20px 30px;
  background: #2c5977;
}
.complect-card__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 40px 30px;
}
.complect-card__content ul:not(:last-child) {
  margin-bottom: 20px;
}
.complect-card__content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.complect-card__content ul li:nth-child(1) {
  font-weight: var(--weight-m-500);
}
.complect-card__footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding: 20px 30px;
  border-top: 1px solid #000;
}

.config-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .config-card:hover img {
    transform: scale(1.02);
  }
}
.config-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #d4d9dc;
}
.config-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.config-card__img img, .config-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.config-card__img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.config-card__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 0 0;
}
.config-card__info ul li:nth-child(1) {
  margin-bottom: 10px;
  font-weight: var(--weight-m-500);
}

.card-review {
  display: flex;
  width: 100%;
  background: #d4d9dc;
}
@media screen and (max-width: 600px) {
  .card-review {
    flex-direction: column;
  }
}
.card-review__img {
  position: relative;
  width: 280px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  flex-shrink: 0;
}
.card-review__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.card-review__img img, .card-review__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .card-review__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .card-review__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .card-review__img img, .card-review__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.card-review__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  gap: 10px;
}

.card-common {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 40px;
  gap: 40px;
  background: #d4d9dc;
  transition: 0.3s all ease;
}
@media (hover) {
  .card-common:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  }
}
.card-common__icon {
  position: relative;
  width: 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.card-common__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.card-common__icon img, .card-common__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-common__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-common__desc > * {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-common__desc > * li {
  text-align: center;
}
.card-common__desc > * a {
  text-align: center;
  color: #1e1e1e;
  font-weight: var(--weight-m-500);
}
.card-common__numbers {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-common__numbers > * {
  text-align: center;
  font-family: var(--font-s);
  font-weight: var(--weight-m-500);
}
.card-check {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.card-check::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,         <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M12.9939 23L6 16.3638L7.74847 14.7048L12.9939 19.6819L24.2515 9L26 10.659L12.9939 23Z" fill="black"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}

.card-terms {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-terms__desc {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (max-width: 600px) {
  .card-terms__desc {
    padding: 20px;
  }
}
.card-terms__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.card-terms__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 140%;
}
.card-terms__img img, .card-terms__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .card-terms__img {
    min-height: 400px;
  }
}

.checkbox__label {
  display: flex;
  align-items: center;
}
.checkbox__label p {
  margin-left: 10px;
  font-size: 14px;
  color: #1e1e1e;
  transition: 0.3s all ease;
}
.checkbox__label p > * {
  color: #909090;
  text-decoration: underline;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.checkbox__input:checked + .checkbox__content {
  background: #1e1e1e;
}
.checkbox__input:checked + .checkbox__content svg {
  opacity: 1;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1e1e1e;
  transition: 0.3s all ease;
}
.checkbox__content svg {
  transition: 0.3s all ease;
  opacity: 0;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  border: 1px solid #1e1e1e;
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.switch__input:checked + .switch__content {
  transform: translateX(calc(100% + 16px));
  background: #27ae60;
}
.switch__content {
  position: absolute;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1e1e1e;
  will-change: transform;
  transition: 0.3s all ease;
}

.radio__label {
  display: flex;
  align-items: center;
}
.radio__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.radio__input:checked + .radio__round::after {
  opacity: 1;
}
.radio__round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  transition: 0.3s all ease;
}
.radio__round::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #1e1e1e;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.radio p {
  margin-left: 10px;
  font-size: 16px;
  color: #1e1e1e;
  transition: 0.3s all ease;
}

.select-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  outline: none;
  border: 1px solid rgba(30, 30, 30, 0.1);
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1e1e1e;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.select-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,         <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">             <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23242e40"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.select-custom.active {
  border: 1px solid #1e1e1e;
}
.select-custom.active::after {
  transform: translateY(-50%) rotate(90deg);
}
@media (hover) {
  .select-custom:hover {
    border: 1px solid rgba(30, 30, 30, 0.5);
  }
}
.select-custom__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.select-custom__list {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 180px;
  max-height: 200px;
  padding: 14px 10px;
  background: #e3e6e8;
  border: 1px solid rgba(30, 30, 30, 0.1);
  box-shadow: 0 8px 10px rgba(30, 30, 30, 0.1);
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.select-custom__list.active {
  pointer-events: painted;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.select-custom__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #1e1e1e transparent;
  scrollbar-width: thin;
  transition: 0.3s all ease;
}
.select-custom__list ul::-webkit-scrollbar {
  width: 8px;
}
.select-custom__list ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-custom__list ul::-webkit-scrollbar-thumb {
  background: #1e1e1e;
  border-radius: 6px;
}
.select-custom__list ul li {
  display: flex;
  width: 100%;
  padding: 0.4rem 1em;
  color: #1e1e1e;
  cursor: pointer;
}
.select-custom__list ul li.active {
  color: #fff;
  background: #1e1e1e;
}
.select-custom__list ul li:hover:not(.active) {
  color: #fff;
  background: rgba(30, 30, 30, 0.5);
}
.select-custom select {
  display: none;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  visibility: hidden;
}

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transition: 0.3s all ease;
}
.input__label {
  color: #1e1e1e;
  font-weight: var(--weight-m-500);
  margin-bottom: 6px;
}
.input input, .input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(30, 30, 30, 0.1);
  background: transparent;
  color: #1e1e1e;
  font-size: 16px;
  transition: 0.3s all ease;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #1e1e1e;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #1e1e1e;
}
.input input::placeholder, .input textarea::placeholder {
  color: #1e1e1e;
}
@media (hover) {
  .input input:hover, .input textarea:hover {
    border: 1px solid rgba(30, 30, 30, 0.5);
  }
}
.input input:focus, .input input.active, .input textarea:focus, .input textarea.active {
  border-color: #1e1e1e !important;
}
.input input:focus .input__fake-field-icon, .input input.active .input__fake-field-icon, .input textarea:focus .input__fake-field-icon, .input textarea.active .input__fake-field-icon {
  transform: rotate(90deg);
}
.input textarea {
  height: 195px;
  resize: none;
}

.file {
  display: flex;
  flex-direction: column;
}
.file__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  transition: 0.3s all ease;
}
.file__label:hover {
  border-color: #1e1e1e;
}
.file__label p {
  font-size: 16px;
  color: #1e1e1e;
  transition: 0.3s all ease;
}
.file__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.file__img-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
}
.file__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.file__card-btn {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(30, 30, 30, 0.3);
  color: #fff;
}
.file__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.file__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.file__card-img img, .file__card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.file__card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  background: grey;
  word-break: break-all;
  color: #fff;
}
.file__card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
}
.file__card-name {
  word-wrap: break-word;
  margin-bottom: 10px;
}
.file__error {
  color: #eb4d4b;
}

#slider-round {
  height: 10px;
}
#slider-round .noUi-handle {
  top: -12px;
  border: none;
  box-shadow: none;
  background: transparent;
  width: 30px;
  height: 30px;
}
#slider-round .noUi-handle::before, #slider-round .noUi-handle::after {
  display: none;
}
#slider-round .noUi-touch-area {
  border-radius: 50%;
  background: #27ae60;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(30, 30, 30, 0.5);
}
#slider-round .noUi-connect {
  background: #27ae60;
}
#slider-round .noUi-tooltip {
  bottom: 16px;
}

.input-error input, .input-error textarea {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
  color: #eb4d4b;
}
.input-error input::-moz-placeholder, .input-error textarea::-moz-placeholder {
  color: #eb4d4b !important;
}
.input-error input:-ms-input-placeholder, .input-error textarea:-ms-input-placeholder {
  color: #eb4d4b !important;
}
.input-error input::placeholder, .input-error textarea::placeholder {
  color: #eb4d4b !important;
}
.input-error.checkbox__label .checkbox__content {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.checkbox__label * {
  color: #eb4d4b;
}
.input-error.switch__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label p {
  color: #eb4d4b;
}
.input-error .input__label {
  color: #eb4d4b;
}

.text-empty {
  z-index: 5;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #eb4d4b;
  border-top-left-radius: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
  will-change: transform;
  pointer-events: none;
  filter: drop-shadow(0px 8px 10px rgba(30, 30, 30, 0.4));
}
.text-empty:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #eb4d4b;
}

.form-preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  font-size: 18px;
  color: #1e1e1e;
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.form-preloader.theme-dark {
  background-color: #323132;
}
.form-preloader__round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.form-preloader__round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(30, 30, 30, 0.1);
  border-top: 4px solid #27ae60;
  border-radius: 50%;
  -webkit-animation: 2s spin infinite linear;
  animation: 2s spin infinite linear;
  transition: 0.4s all ease;
}
.form-preloader__round.ansver-enter-success::after {
  border-color: #27ae60;
}
.form-preloader__round.ansver-enter-error::after {
  border-color: #eb4d4b;
}
.form-preloader__text {
  -webkit-animation: animTextAnsver 0.4s both ease;
  animation: animTextAnsver 0.4s both ease;
}
.form-preloader__text.ansver-enter-success > * {
  color: #27ae60;
}
.form-preloader__text.ansver-enter-error > * {
  color: #eb4d4b;
}

@-webkit-keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.captcha {
  position: relative;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
.captcha__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(39, 174, 96, 0.6);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
}
.captcha__field {
  display: flex;
  align-items: center;
  width: 140px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #1e1e1e;
  font-size: 16px;
  transition: 0.3s all ease;
}
.captcha__field::-moz-placeholder {
  color: #1e1e1e;
}
.captcha__field:-ms-input-placeholder {
  color: #1e1e1e;
}
.captcha__field::placeholder {
  color: #1e1e1e;
}
@media (hover) {
  .captcha__field:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.captcha__field:focus, .captcha__field.active {
  border-color: #1e1e1e !important;
}
.captcha__field:focus .input__fake-field-icon, .captcha__field.active .input__fake-field-icon {
  transform: rotate(90deg);
}

.form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.form-fr-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.form-fr-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.swiper {
  width: 100%;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiper .swiper-slide {
  height: auto;
}

.model-slider {
  overflow: visible !important;
}
.model-slider__item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .model-slider__item {
    flex-direction: column;
  }
}
.model-slider__item-img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 450px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.model-slider__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.model-slider__item-img img, .model-slider__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1700px) {
  .model-slider__item-img {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .model-slider__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .model-slider__item-img img, .model-slider__item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1500px) {
  .model-slider__item-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .model-slider__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .model-slider__item-img img, .model-slider__item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .model-slider__item-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .model-slider__item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .model-slider__item-img img, .model-slider__item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (hover) {
  .model-slider__item-img:hover img {
    transform: scale(1.02);
  }
}
.model-slider__item-img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.model-slider__item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  padding: 20px 40px;
}
@media screen and (max-width: 1500px) {
  .model-slider__item-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .model-slider__item-info {
    padding: 20px;
  }
}
.model-slider__item-head {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.model-slider__item-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.model-slider__item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.model-slider__item-list.price {
  margin-top: 10px;
}
.model-slider__item-list.price ul li {
  font-weight: var(--weight-m-500);
}
.model-slider__item-list:not(:last-child) {
  margin-bottom: 10px;
}
.model-slider__item-list ul li {
  color: #fff;
}
.model-slider__item-list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.model-slider__item-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .model-slider__item-footer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.model-slider-ui {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.model-slider-ui > *:not(:last-child) {
  margin-right: 10px;
}
.model-slider-ui .model-pagination {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.model-slider-ui .model-pagination > * {
  font-weight: var(--weight-m-500);
}

.slider-desc-btn {
  border-bottom: 1px solid #c3c9cd;
}
.slider-desc-btn .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slider-desc-btn .swiper-slide.swiper-slide-thumb-active .slider-desc-btn__item {
  border-color: #1e1e1e;
}
.slider-desc-btn__item {
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}

.slider-model {
  height: 100vh;
  max-height: 600px;
}
.slider-model .intro__content-info {
  padding: 50px;
}
.slider-model .intro__content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.5) 65%, #1e1e1e 100%);
  pointer-events: none;
}
.slider-model__paginaton {
  position: static !important;
  background: #c3c9cd !important;
}
.slider-model__paginaton .swiper-pagination-progressbar-fill {
  background: #1e1e1e !important;
}

.complect-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.complect-slider .swiper {
  overflow: visible;
}
.complect-slider .swiper-slide {
  height: auto;
}
.complect-slider__arrows {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider-terms {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.arrow-slider-container {
  display: flex;
  gap: 10px;
}

.arrow-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #1e1e1e;
  pointer-events: painted;
  overflow: hidden;
  transition: 0.3s background, 0.3s border-color;
  transition-timing-function: ease;
}
.arrow-slider.round {
  border-radius: 50%;
}
.arrow-slider.has-bg {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.arrow-slider.has-bg svg {
  fill: #fff;
}
@media (hover) {
  .arrow-slider.has-bg:hover {
    background: rgba(30, 30, 30, 0.8);
  }
}
.arrow-slider.theme-white {
  border-color: #fff;
}
.arrow-slider.theme-white svg {
  fill: #fff;
}
@media (hover) {
  .arrow-slider.theme-white:hover {
    background: #fff;
    border-color: #fff;
  }
  .arrow-slider.theme-white:hover svg {
    fill: #1e1e1e;
  }
}
.arrow-slider svg {
  width: 100%;
  height: 100%;
  fill: #1e1e1e;
  transition: 0.3s transform, 0.3s fill;
  transition-timing-function: ease;
}
.arrow-slider:active svg {
  transform: scale(0.9);
}
@media (hover) {
  .arrow-slider:hover {
    background: #1e1e1e;
    border-color: #1e1e1e;
  }
  .arrow-slider:hover svg {
    fill: #fff;
  }
}
.arrow-slider.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.social {
  display: flex;
}
.social.theme-white a {
  border-color: #fff;
}
.social.theme-white a img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(10deg) brightness(102%) contrast(100%);
}
@media (hover) {
  .social.theme-white a:hover {
    border-color: #1e1e1e;
  }
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 8px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #1e1e1e;
  transition: 0.3s all ease;
}
.social a img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover) {
  .social a:hover {
    background: #1e1e1e;
    box-shadow: 0 6px 8px 1px rgba(30, 30, 30, 0.3);
  }
  .social a:hover img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(10deg) brightness(102%) contrast(100%);
  }
}

.accard {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accard__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  transition: 0.3s all ease;
}
.accard__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>             </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.accard__btn.active {
  background: #000;
  color: #fff;
}
.accard__btn.active::after {
  transform: rotate(90deg);
  filter: invert(100%);
}
@media (hover) {
  .accard__btn:hover {
    background: #000;
    color: #fff;
  }
  .accard__btn:hover::after {
    filter: invert(100%);
  }
}
.accard__drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.accard__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.aside {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
@media screen and (max-width: 420px) {
  .aside {
    bottom: 10px;
    right: 10px;
  }
}
.aside__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  background: rgba(30, 30, 30, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.aside__list.active, .aside__list.open {
  opacity: 1;
  pointer-events: painted;
}
@media (hover) {
  .aside__list:hover {
    width: 270px;
  }
  .aside__list:hover .aside__link-txt {
    opacity: 1;
    transform: translateX(0);
    pointer-events: painted;
  }
}
.aside__item {
  display: flex;
  align-items: center;
}
.aside__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  transition: 0.3s all ease;
}
@media (hover) {
  .aside__link:hover .aside__link-txt {
    color: #fff;
  }
  .aside__link:hover .aside__btn {
    background: #1e1e1e;
  }
}
.aside__link-txt {
  position: absolute;
  top: 0;
  right: 100%;
  display: flex;
  align-items: center;
  width: 200px;
  height: 100%;
  padding-left: 20px;
  opacity: 0;
  transform: translateX(40px);
  pointer-events: none;
  color: #909090;
  transition: 0.5s opacity ease, 0.3s all ease;
}
.aside__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #454d52;
  background: #454d52;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: 0.3s all ease;
}
.aside__btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.aside__btn-call {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #454d52;
  background: #454d52;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  pointer-events: painted;
  transition: 0.3s all ease;
}
@media (hover) {
  .aside__btn-call:hover {
    background: #1e1e1e;
  }
}
.aside__btn-call.active svg:nth-child(1), .aside__btn-call.open svg:nth-child(1) {
  opacity: 0;
}
.aside__btn-call.active svg:nth-child(2), .aside__btn-call.open svg:nth-child(2) {
  opacity: 1;
}
.aside__btn-call svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  fill: #fff;
  transition: 0.3s all ease;
}
.aside__btn-call svg:nth-child(1) {
  opacity: 1;
}
.aside__btn-call svg:nth-child(2) {
  opacity: 0;
}

.btn-up {
  z-index: 10;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #454d52;
  background: #454d52;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  pointer-events: painted;
  transition: 0.3s all ease;
}
@media screen and (max-width: 420px) {
  .btn-up {
    bottom: 70px;
    right: 10px;
  }
}
@media (hover) {
  .btn-up:hover {
    background: #1e1e1e;
  }
}
.btn-up.active svg:nth-child(1), .btn-up.open svg:nth-child(1) {
  opacity: 0;
}
.btn-up.active svg:nth-child(2), .btn-up.open svg:nth-child(2) {
  opacity: 1;
}
.btn-up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  fill: #fff;
  transition: 0.3s all ease;
}

.sub-menu {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 90px 0 0 0;
  padding: 20px 0;
  background: #fff;
}
.sub-menu.active .sub-menu__nav {
  display: flex;
}
.sub-menu__inner {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .sub-menu__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub-menu__btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #c3c9cd;
}
@media screen and (max-width: 1366px) {
  .sub-menu__btn {
    display: flex;
  }
}
.sub-menu__btn svg {
  transition: 0.2s all ease;
}
.sub-menu__btn.active svg {
  transform: rotate(180deg);
}
.sub-menu__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .sub-menu__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
}
.sub-menu__item ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .sub-menu__item ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub-menu__item ul li {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 420px) {
  .sub-menu__item ul li:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .sub-menu__item ul li:nth-child(2) {
    font-size: 14px;
  }
}
.sub-menu__item ul li:not(:last-child)::after {
  content: "|";
  display: flex;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .sub-menu__item ul li:not(:last-child)::after {
    display: none;
  }
}
.sub-menu__item ul li .btn-desc {
  margin-left: 6px;
}
.sub-menu__nav {
  display: flex;
}
@media screen and (max-width: 1366px) {
  .sub-menu__nav {
    display: none;
    width: 100%;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #1e1e1e;
  }
  .sub-menu__nav.active {
    display: flex;
  }
}
.sub-menu__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .sub-menu__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1366px) {
  .sub-menu__nav ul li {
    margin-bottom: 8px;
  }
}
.sub-menu__nav ul li:not(:last-child) {
  margin-right: 20px;
}
.sub-menu__nav ul a {
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}
.sub-menu__nav ul a.active {
  text-decoration: underline;
}
@media (hover) {
  .sub-menu__nav ul a:hover {
    text-decoration: underline;
  }
}

.modal-container {
  display: none;
}

.modal-desc {
  max-width: 1024px;
  padding: 200px !important;
  background: #e3e6e8 !important;
}
@media screen and (max-width: 850px) {
  .modal-desc {
    padding: 200px 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .modal-desc {
    padding: 100px 40px !important;
  }
}
.modal-desc__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-first {
  width: 100%;
  max-width: 880px;
  padding: 0 !important;
  background: transparent !important;
}
.modal-first * {
  outline: none !important;
}
.modal-first__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal-first__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-first__img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-first__img {
    height: 300px;
  }
}
.modal-first__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-first__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .modal-first__info {
    padding: 30px 20px;
  }
}
.modal-first__info > *:not(:last-child) {
  margin-bottom: 20px;
}

#snow {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.modal.active {
  display: flex;
}
.modal__wrapper {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.modal__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.modal__track {
  display: flex;
  height: 100%;
}
.modal__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 48px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
}
.modal__inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: auto auto;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    flex-direction: column;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .modal__close {
    top: 0;
    right: 0;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.modal__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  gap: 40px;
  padding: 100px 20px;
  background: #1e1e1e;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .modal__item {
    max-width: 100%;
    border-radius: 10px;
  }
}
.modal__img {
  display: flex;
  flex-grow: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.2;
    border: none;
  }
}
.modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.both {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.both.different {
  grid-template-columns: 0.6fr 1.4fr;
}
.both.different .both__item {
  justify-content: flex-start;
}
.both.reverse > *:nth-child(1) {
  order: 2;
}
.both.reverse > *:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 1170px) {
  .both.full {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.full.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.full.reverse > *:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 979px) {
  .both.max {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.max.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.max.reverse > *:nth-child(2) {
    order: 2;
  }
}
.both__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.both__item > *:not(:last-child) {
  margin-bottom: 20px;
}

.different {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .different.max {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .different.max.reverse .different__item:nth-child(1) {
    order: 1;
  }
  .different.max.reverse .different__item:nth-child(2) {
    order: 2;
  }
}
.different.reverse {
  grid-template-columns: 0.92fr 1.18fr;
}
.different.reverse .different__item:nth-child(1) {
  order: 2;
}
.different.reverse .different__item:nth-child(2) {
  order: 1;
}
.different.top .different__item {
  justify-content: flex-start;
  padding: 0;
}
.different.large-right {
  grid-template-columns: 0.6fr 1.4fr;
}
.different.pad-item-0 .different__item {
  padding: 0;
}
.different__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.different__item:nth-child(2) {
  padding: 40px;
}
@media screen and (max-width: 1170px) {
  .different__item:nth-child(2):nth-child(2) {
    padding: 0px;
  }
}

.block-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-flex > *:not(:last-child) {
  margin-bottom: 40px;
}
.block-flex__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-media {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-media > * {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 480px) {
  .numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}
.numbers__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.numbers__list ul li {
  text-align: center;
  color: #909090;
}
.numbers__list ul li:nth-child(1) {
  color: #1e1e1e;
}

.links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.links__row {
  display: flex;
  width: 100%;
}
.links__row:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .links__row:nth-child(1) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.links__row:nth-child(2) .links__item {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.links__row:nth-child(2) .links__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 22%;
}
.links__row:nth-child(2) .links__item img, .links__row:nth-child(2) .links__item svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .links__row:nth-child(2) .links__item {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .links__row:nth-child(2) .links__item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 42%;
  }
  .links__row:nth-child(2) .links__item img, .links__row:nth-child(2) .links__item svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.links__row > *:not(:last-child) {
  margin-right: 20px;
}
.links__row:not(:last-child) {
  margin-bottom: 20px;
}
.links__item {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.links__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.links__item img, .links__item svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .links__item {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .links__item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 42%;
  }
  .links__item img, .links__item svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.links__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 65%, #1e1e1e 100%);
}
.links__item img {
  will-change: transform;
  transition: 0.3s all ease;
}
.links__item .text-tmp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (hover) {
  .links__item:hover img {
    transform: scale(1.02);
  }
}

.news {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news > *:not(:last-child) {
  margin-bottom: 40px;
}
.news__head {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news__head > *:not(:last-child) {
  margin-bottom: 20px;
}
.news__btns {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b7babb;
}
.news__btns > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  color: #1e1e1e;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.news__btns > *:not(:last-child) {
  margin-right: 30px;
}
.news__btns > *::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  height: 1px;
  transition: 0.3s all ease;
  background: #1e1e1e;
  opacity: 0;
  pointer-events: none;
}
@media (hover) {
  .news__btns > *:hover::after {
    opacity: 1;
    pointer-events: painted;
  }
}
.news__btns > *.active::after {
  opacity: 1;
  pointer-events: painted;
}

.dealer-order {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .dealer-order {
    flex-direction: column;
  }
}
.dealer-order .form {
  max-width: 660px;
  margin-right: 40px;
}
@media screen and (max-width: 850px) {
  .dealer-order .form {
    margin: 0;
    margin-bottom: 20px;
  }
}
.dealer-order__img {
  position: relative;
  width: 100%;
  max-width: 1150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.dealer-order__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.dealer-order__img img, .dealer-order__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bradcrumbs {
  display: flex;
  width: 100%;
  padding: 20px 0;
}
.bradcrumbs.white-theme li > * {
  color: #fff;
}
.bradcrumbs.white-theme li:not(:last-child)::after {
  color: #fff;
}
.bradcrumbs.white-theme a {
  color: #909090;
}
.bradcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bradcrumbs ul li {
  display: flex;
  align-items: center;
}
.bradcrumbs ul li > * {
  font-style: normal;
  color: #1e1e1e;
}
.bradcrumbs ul li:not(:last-child)::after {
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-image: url('data:image/svg+xml,                     <svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg">                     <path d="M1 0.5L4 3.5L1 6.5" stroke="%23909090"/>                     </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.bradcrumbs ul a {
  display: flex;
  align-items: center;
  color: #909090;
}
@media (hover) {
  .bradcrumbs ul a:hover {
    text-decoration: underline;
  }
}

.gallery-four {
  display: grid;
  grid-template-areas: "a a b c c" "a a d c c";
  width: 100%;
  max-height: 560px;
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .gallery-four {
    grid-template-areas: "a b" "c d";
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media screen and (max-width: 480px) {
  .gallery-four {
    grid-template-areas: none;
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-four__img {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (hover) {
  .gallery-four__img:hover img {
    transform: scale(1.02);
  }
}
.gallery-four__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .gallery-four__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .gallery-four__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .gallery-four__img img, .gallery-four__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .gallery-four__img {
    grid-area: auto !important;
  }
}
.gallery-four__img:nth-child(1) {
  grid-area: a;
}
.gallery-four__img:nth-child(2) {
  grid-area: b;
}
.gallery-four__img:nth-child(3) {
  grid-area: d;
}
.gallery-four__img:nth-child(4) {
  grid-area: c;
}

.search {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-height: 600px;
}
.search__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search__content > *:not(:last-child) {
  margin-bottom: 20px;
}
.search__form {
  display: flex;
}
.search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 6px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  transition: 0.3s all ease;
}
@media (hover) {
  .search__btn:hover {
    background: transparent;
  }
  .search__btn:hover svg {
    fill: #1e1e1e;
  }
}
.search__btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s all ease;
}
.search__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 300px;
  padding: 20px;
  background: #d4d9dc;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .search__list {
    padding: 10px;
  }
}
.search__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
  scrollbar-color: #1e1e1e transparent;
  scrollbar-width: thin;
}
.search__list ul::-webkit-scrollbar {
  width: 8px;
}
.search__list ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.search__list ul::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}
.search__list ul a {
  display: flex;
  padding: 20px 10px;
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}
@media screen and (max-width: 600px) {
  .search__list ul a {
    padding: 10px 0;
    margin-right: 10px;
  }
}
@media (hover) {
  .search__list ul a:hover {
    background: #1e1e1e;
    color: #fff;
  }
}

.skew-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .skew-block {
    padding: 0;
  }
}
.skew-block__content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
}
.skew-block__content .text-tmp {
  max-width: 600px;
}
.skew-block__content::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  background: #d4d9dc;
}
@media screen and (max-width: 1500px) {
  .skew-block__content::after {
    max-height: 100%;
  }
}
.skew-block__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .skew-block__info {
    padding: 20px;
    padding-bottom: 0;
  }
}
.skew-block__img {
  position: relative;
  right: -100px;
  bottom: -50px;
  display: flex;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 1500px) {
  .skew-block__img {
    right: 0;
    bottom: 0;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .skew-block__img {
    padding: 20px;
  }
}
.skew-block__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.visually {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 660px;
  background: #323132;
}
.visually__head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0 0 0;
}
.visually__head-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .visually__head-inner {
    flex-direction: column;
  }
}
.visually__head-info {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .visually__head-info {
    margin-bottom: 20px;
  }
}
.visually__head-btns {
  display: flex;
}
@media screen and (max-width: 350px) {
  .visually__head-btns {
    flex-direction: column;
  }
}
.visually__head-btns > *:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 350px) {
  .visually__head-btns > *:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
}
.visually__exter {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.visually__exter.active {
  display: flex;
}
.visually__exter-img {
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 500px;
  margin-bottom: 100px;
}
.visually__exter-img img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visually__exter-img img.active {
  display: block;
}
.visually__inter-ui, .visually__exter-ui {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}
.visually__inter-ui::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
  pointer-events: none;
}
.visually__inter-ui-inner, .visually__exter-ui-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .visually__inter-ui-inner, .visually__exter-ui-inner {
    flex-direction: column;
  }
}
.visually__inter-ui-inner > *, .visually__exter-ui-inner > * {
  pointer-events: painted;
}
@media screen and (max-width: 600px) {
  .visually__inter-ui-inner > *:not(:last-child), .visually__exter-ui-inner > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.visually__inter-ui-btns, .visually__exter-ui-btns {
  display: flex;
}
.visually__inter-ui-btns > *:not(:last-child), .visually__exter-ui-btns > *:not(:last-child) {
  margin-right: 10px;
}
.visually__inter {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.visually__inter.active {
  display: flex;
}
.visually__inter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, #323132, transparent);
  pointer-events: none;
}
.visually__inter-img {
  display: flex;
  width: 100%;
  height: 100%;
}
.visually__inter-img picture, .visually__inter-img img, .visually__inter-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.visually__inter-img-item {
  display: none;
  width: 100%;
  height: 100%;
}
.visually__inter-img-item.active {
  display: flex;
}
.visually__inter-img-item picture, .visually__inter-img-item img, .visually__inter-img-item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.visually-color {
  display: flex;
  flex-direction: column;
}
.visually-color__name {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.visually-color__name * {
  color: #fff;
}
.visually-color__btns {
  display: flex;
  align-items: center;
}
.visually-color__btns > *:not(:last-child) {
  margin-right: 10px;
}
.visually-color__btn {
  display: flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  will-change: transform;
  transition: 0.3s all ease;
}
.visually-color__btn.active {
  border-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}
@media (hover) {
  .visually-color__btn:hover {
    border-color: #fff;
  }
}

.character {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.character__intro {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.character__intro-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .character__intro-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .character__intro-head > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.character__intro-head-info {
  display: flex;
  flex-direction: column;
}
.character__intro-head-info > *:not(:last-child) {
  margin-bottom: 20px;
}
.character__intro-head-list {
  display: flex;
  flex-direction: column;
}
.character__intro-head-list ul li {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
}
.character__intro-head-list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.character__intro-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.character__intro-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 30%;
}
.character__intro-img img, .character__intro-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 850px) {
  .character__intro-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .character__intro-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .character__intro-img img, .character__intro-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.character__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.character__content-inner {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .character__content-inner {
    position: static;
    flex-direction: column;
  }
}
.character__content-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c9cd;
}
@media screen and (max-width: 850px) {
  .character__content-head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .character__content-head .btn {
    margin-bottom: 10px;
  }
}
.character__content-head-list {
  display: flex;
  flex-direction: column;
}
.character__content-head-list ul {
  display: flex;
  align-items: center;
}
.character__content-head-list ul li {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
}
.character__content-head-list ul li:not(:last-child) {
  margin-right: 20px;
}
.character__content-head-list ul li > * {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.character__content-head-list ul li > * svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.character__aside {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 360px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 20px 20px 0 0;
  border-right: 1px solid #c3c9cd;
}
@media screen and (max-width: 1500px) {
  .character__aside {
    position: static;
    top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    border: none;
  }
}
.character__aside-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .character__aside-item {
    max-width: 400px;
  }
}
.character__aside-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .character__aside-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.character__aside-item > *:not(:last-child) {
  margin-bottom: 10px;
}
.character__slider-wrap {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 20px 20px 20px 40px;
  background: #efefef;
}
@media screen and (max-width: 979px) {
  .character__slider-wrap {
    padding: 20px;
  }
}
.character__slider-wrap.static {
  position: static;
  top: auto;
}
.character__slider {
  max-width: 1200px;
  margin: 0 !important;
}
.character__slider .swiper-slide {
  max-width: 260px;
  height: auto;
}
.character__slider .swiper-slide.unactive {
  display: none;
}
.character__slider-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.character__slider-item ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.character__slider-item ul li:nth-child(1) {
  margin-bottom: 10px;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 768px) {
  .character__slider-item ul li:nth-child(1) {
    font-size: 18px;
  }
}
.character__slider-item ul li:nth-child(2) {
  margin-bottom: 20px;
  font-weight: var(--weight-m-400);
  color: #909090;
}
.character__slider-item ul li:nth-child(3) {
  margin-top: auto;
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 768px) {
  .character__slider-item ul li:nth-child(3) {
    font-size: 16px;
  }
}
.character__slider-item-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
}
.character__slider-item-dots.not::after {
  content: "";
  display: flex;
  width: 30px;
  height: 2px;
  background: #1e1e1e;
}
.character__slider-item-dots.has::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="black"><path d="M382-253.85 168.62-467.23 211.38-510 382-339.38 748.62-706l42.76 42.77L382-253.85Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.character__slider-arrows {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
@media screen and (max-width: 979px) {
  .character__slider-arrows {
    margin-left: 20px;
  }
}
.character__slider-arrows > *:not(:last-child) {
  margin-bottom: 10px;
}
.character__accard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 1500px) {
  .character__accard {
    padding: 20px;
  }
}
.character__accard-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.character__accard-drop {
  display: block;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.3s all ease;
}
.character__accard-drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #c3c9cd;
}
.character__accard-drop-inner > *:not(:last-child) {
  margin-bottom: 40px;
}
.character__accard-drop-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  grid-gap: 20px;
}
@media screen and (max-width: 1500px) {
  .character__accard-drop-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .character__accard-drop-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.character__accard-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 10px;
  border-bottom: 1px solid #c3c9cd;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  .character__accard-btn {
    font-size: 18px;
  }
}
.character__accard-btn::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>             </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.character__accard-btn.active::after {
  transform: rotate(90deg);
}
@media (hover) {
  .character__accard-btn:hover {
    background: rgba(144, 144, 144, 0.1);
  }
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .faq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.faq__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  gap: 40px;
  background: #c3c9cd;
  text-align: left;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.faq__btn::after {
  content: "";
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M18.7502 18.7498L18.7502 9.1665L21.2502 9.1665L21.2502 18.7498L30.8335 18.7498L30.8335 21.2498L21.2502 21.2498L21.2502 30.8331L18.7502 30.8331L18.7502 21.2498L9.16691 21.2498L9.16691 18.7498L18.7502 18.7498Z" fill="%231E1E1E"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.faq__btn.active {
  background: #fff;
}
.faq__btn.active::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .faq__btn {
    padding: 20px;
    gap: 20px;
  }
  .faq__btn::after {
    width: 32px;
    height: 32px;
  }
}
.faq__drop {
  display: block;
  max-height: 0;
  transition: 0.3s all ease;
}
.faq__drop.active .faq__drop-inner {
  background: #fff;
}
.faq__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  background: #c3c9cd;
}
@media screen and (max-width: 600px) {
  .faq__drop-inner {
    padding: 20px;
  }
}

.block-flex-fr-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.block-flex-fr-3 > * {
  width: calc(33.3333333333% - 20px);
  min-width: 320px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .block-flex-fr-3 > * {
    min-width: 100%;
  }
}

.block-flex-fr-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.block-flex-fr-4 > * {
  width: calc(25% - 20px);
  min-width: 320px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .block-flex-fr-4 > * {
    min-width: 100%;
  }
}

.block-flex-fr-5 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.block-flex-fr-5 > * {
  width: calc(20% - 20px);
  min-width: 320px;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .block-flex-fr-5 > * {
    min-width: 100%;
  }
}

.feedback {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .feedback {
    padding: 20px 20px;
  }
}
.feedback__form {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  padding: 70px;
  gap: 40px;
  background: #d4d9dc;
}
@media screen and (max-width: 768px) {
  .feedback__form {
    padding: 40px 20px;
  }
}
.feedback__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.feedback__img > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 70vh;
}

.map {
  display: flex;
  width: 100%;
  height: 100%;
}
.map .ymaps-2-1-79-map-copyrights-promo, .map .ymaps-2-1-79-copyright {
  display: none;
}

.dealers {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 650px;
  background: #efefef;
}
@media screen and (max-width: 1366px) {
  .dealers {
    max-height: 400px;
  }
}
@media screen and (max-width: 979px) {
  .dealers {
    flex-direction: column;
    max-height: 700px;
  }
}
.dealers__aside {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #1e1e1e #d4d9dc;
  scrollbar-width: thin;
}
.dealers__aside::-webkit-scrollbar {
  width: 8px;
}
.dealers__aside::-webkit-scrollbar-track {
  background-color: #d4d9dc;
}
.dealers__aside::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}
@media screen and (max-width: 979px) {
  .dealers__aside {
    margin-bottom: 20px;
  }
}
.dealers__aside-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dealers__aside-item:not(:last-child) {
  margin-bottom: 10px;
}
.dealers__aside-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  background: #c3c9cd;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .dealers__aside-btn {
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .dealers__aside-btn {
    padding: 10px;
  }
}
.dealers__aside-btn svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  fill: #1e1e1e;
  transition: 0.3s all ease;
}
.dealers__aside-btn.active {
  background: #e3e6e8;
}
.dealers__aside-btn.active svg {
  transform: rotate(45deg);
}
.dealers__aside-drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.dealers__aside-drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 1366px) {
  .dealers__aside-drop-inner {
    padding: 20px;
  }
}
.dealers__aside-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dealers__aside-list:not(:last-child) {
  margin-bottom: 14px;
}
.dealers__aside-list ul li {
  color: #1e1e1e;
  font-weight: var(--weight-m-500);
}
.dealers__aside-list ul li a {
  color: #1e1e1e;
}
@media (hover) {
  .dealers__aside-list ul li a:hover {
    text-decoration: underline;
  }
}
.dealers__aside-list ul li:nth-child(1) {
  color: #909090;
}
.dealers__map {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
.dealers__map .ymaps-2-1-79-map-copyrights-promo, .dealers__map .ymaps-2-1-79-copyright {
  display: none;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: rgba(30, 30, 30, 0.6);
  transition: 0.3s all ease;
}
.header > * {
  height: 100%;
}
.header.active, .header.white, .header.bg-change {
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(30, 30, 30, 0.2);
}
.header.active .header__inner, .header.white .header__inner, .header.bg-change .header__inner {
  border-color: #c3c9cd;
}
.header.active .header__nav ul li > *, .header.white .header__nav ul li > *, .header.bg-change .header__nav ul li > * {
  color: #1e1e1e;
}
.header.active .header__nav ul li > *::after, .header.white .header__nav ul li > *::after, .header.bg-change .header__nav ul li > *::after {
  background: #1e1e1e;
}
.header.active .header__phone, .header.white .header__phone, .header.bg-change .header__phone {
  border-color: #1e1e1e;
}
.header.active .header__phone svg, .header.white .header__phone svg, .header.bg-change .header__phone svg {
  fill: #1e1e1e;
}
.header.active .header__lang, .header.white .header__lang, .header.bg-change .header__lang {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header.active .header__lang ul li button, .header.white .header__lang ul li button, .header.bg-change .header__lang ul li button {
  color: #1e1e1e;
}
.header.active .header__lang ul li button svg, .header.white .header__lang ul li button svg, .header.bg-change .header__lang ul li button svg {
  fill: #1e1e1e;
}
.header.active .header__lang ul li ul, .header.white .header__lang ul li ul, .header.bg-change .header__lang ul li ul {
  background: #fff;
}
.header.active .header__lang ul li ul li a, .header.white .header__lang ul li ul li a, .header.bg-change .header__lang ul li ul li a {
  color: #1e1e1e;
}
@media (hover) {
  .header.active .header__lang ul li ul li a:hover, .header.white .header__lang ul li ul li a:hover, .header.bg-change .header__lang ul li ul li a:hover {
    background: #1e1e1e;
    color: #fff !important;
  }
}
.header.active .header__sec-logo img, .header.white .header__sec-logo img, .header.bg-change .header__sec-logo img {
  filter: invert(100%);
}
.header.active .header__btn, .header.white .header__btn, .header.bg-change .header__btn {
  border: 1px solid rgba(30, 30, 30, 0.6);
}
.header.active .header__btn .burger-btn::before, .header.active .header__btn .burger-btn::after, .header.active .header__btn .burger-btn .burger-btn__item, .header.white .header__btn .burger-btn::before, .header.white .header__btn .burger-btn::after, .header.white .header__btn .burger-btn .burger-btn__item, .header.bg-change .header__btn .burger-btn::before, .header.bg-change .header__btn .burger-btn::after, .header.bg-change .header__btn .burger-btn .burger-btn__item {
  background: #1e1e1e;
}
.header.header-hide {
  transform: translateY(-100%);
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
.header__logo {
  position: relative;
  width: 100%;
  max-width: 70px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 100px;
}
.header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.header__logo img, .header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .header__logo {
    margin-right: 20px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .header__nav {
    display: none !important;
  }
}
.header__nav ul {
  display: flex;
  height: 100%;
}
.header__nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: var(--weight-m-500);
}
.header__nav ul li:not(:last-child) {
  margin-right: 30px;
}
.header__nav ul li > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: var(--weight-m-500);
  color: #fff;
  transition: 0.3s all ease;
}
.header__nav ul li > *::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  height: 1px;
  transition: 0.3s all ease;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
@media (hover) {
  .header__nav ul li > *:hover::after {
    opacity: 1;
    pointer-events: painted;
  }
}
.header__nav ul li > *.active::after {
  opacity: 1;
  pointer-events: painted;
}

.header__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .header__item {
    margin-left: auto;
  }
}
.header__item > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 420px) {
  .header__item > *:not(:last-child) {
    margin-right: 10px;
  }
}
.header__phone {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  transition: 0.3s all ease;
}
@media screen and (max-width: 480px) {
  .header__phone {
    display: none;
  }
}
.header__phone svg {
  display: flex;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.3s all ease;
}
.header__lang {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header__lang ul li button {
  display: flex;
  align-items: center;
  color: #fff;
}
.header__lang ul li button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.header__lang ul li:hover ul {
  opacity: 1;
  pointer-events: painted;
}
.header__lang ul li ul {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.header__lang ul li ul li {
  display: flex;
}
.header__lang ul li ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  color: #fff;
  transition: 0.3s all ease;
}
@media (hover) {
  .header__lang ul li ul li a:hover {
    background: #fff;
    color: #1e1e1e !important;
  }
}
.header__sec-logo {
  position: relative;
  width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header__sec-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 16%;
}
.header__sec-logo img, .header__sec-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 420px) {
  .header__sec-logo {
    position: relative;
    width: 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header__sec-logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 16%;
  }
  .header__sec-logo img, .header__sec-logo svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.header__sec-logo img {
  transition: 0.3s all ease;
}

.header__drop {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px 0 40px 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1170px) {
  .header__drop {
    display: none !important;
  }
}
.header__drop.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.header__drop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header__drop-item {
  display: none;
  flex-direction: column;
  width: 100%;
}
.header__drop-item.active {
  display: flex;
}

.header__drop-info {
  display: flex;
  width: 100%;
}
.header__drop-info-model {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 160px);
  padding-right: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  scrollbar-color: #1e1e1e transparent;
  scrollbar-width: thin;
}
.header__drop-info-model::-webkit-scrollbar {
  width: 8px;
}
.header__drop-info-model::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__drop-info-model::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}
.header__drop-btns {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  border-bottom: 1px solid #c3c9cd;
}
.header__drop-btns > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.header__drop-btns > *:not(:last-child) {
  margin-right: 30px;
}
.header__drop-btns > *::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  height: 1px;
  transition: 0.3s all ease;
  background: #1e1e1e;
  opacity: 0;
  pointer-events: none;
}
@media (hover) {
  .header__drop-btns > *:hover::after {
    opacity: 1;
    pointer-events: painted;
  }
}
.header__drop-btns > *.active::after {
  opacity: 1;
  pointer-events: painted;
}
.header__drop-model {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .header__drop-model {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
  }
}
.header__drop-model.active {
  display: grid;
  -webkit-animation: 0.5s animShow both ease;
  animation: 0.5s animShow both ease;
}
.header__model-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0 20px 0;
  background: #fff;
  border: 1px solid rgba(195, 201, 205, 0.4);
  box-shadow: 0 5px 8px rgba(99, 107, 112, 0.1);
}
.header__model-card.accent-11 {
  background: #e8edf0;
  border-color: #e8edf0;
}
.header__model-card-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px 10px 20px;
}
.header__model-card-teg {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 6px 10px;
  background: #1e1e1e;
  color: #fff;
}
.header__model-card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
}
.header__model-card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 28%;
}
.header__model-card-img img, .header__model-card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__model-card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 20px 20px;
}
.header__model-card-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header__model-card-list ul li {
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}
.header__model-card-list ul li:nth-child(1) {
  font-weight: var(--weight-m-500);
}
.header__model-card-list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.header__model-card-list ul li a {
  color: #1e1e1e;
}
@media (hover) {
  .header__model-card-list ul li a:hover {
    text-decoration: underline;
  }
}
.header__model-card-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.header__model-card-footer ul {
  display: flex;
}
.header__model-card-footer ul li {
  display: flex;
}
.header__model-card-footer ul li:not(:last-child) {
  margin-right: 40px;
}
.header__model-card-footer ul li a {
  display: flex;
  align-items: center;
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}
.header__model-card-footer ul li a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml,                         <svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none">                         <path d="M10 5.01659L5.35355 0L4.64645 0.724798L8.79289 4.97498H0V6H10V5.48749V5.01659Z" fill="%231e1e1e"></path>                         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
@media (hover) {
  .header__model-card-footer ul li a:hover::after {
    transform: translateX(6px);
  }
}
.header__drop-info-nav {
  display: flex;
}
.header__drop-info-nav > *:not(:last-child) {
  margin-right: 100px;
}
.header__drop-info-contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.header__drop-info-contacts > *:not(:last-child) {
  margin-bottom: 40px;
}
.header__drop-list {
  display: flex;
  flex-direction: column;
  max-width: 230px;
}
.header__drop-list ul li {
  font-weight: var(--weight-m-500);
  color: #909090;
}
.header__drop-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.header__drop-list ul a {
  color: #1e1e1e;
}
@media (hover) {
  .header__drop-list ul a:hover {
    text-decoration: underline;
  }
}

.header__btn {
  z-index: 22;
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1170px) {
  .header__btn {
    display: flex;
  }
}
.header__btn.active {
  border: 1px solid rgba(30, 30, 30, 0.6);
}
.header__btn.active .burger-btn::before, .header__btn.active .burger-btn::after, .header__btn.active .burger-btn .burger-btn__item {
  background: #1e1e1e;
}
.header__btn.active .burger-btn::before {
  transform: translateY(0px) rotate(225deg);
}
.header__btn.active .burger-btn::after {
  transform: translateY(0) rotate(-225deg);
}
.header__btn.active .burger-btn .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.header-mob {
  z-index: -2;
  position: fixed;
  top: 90px;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 90px);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 1170px) {
  .header-mob.active {
    display: flex;
    opacity: 1;
    pointer-events: painted;
    visibility: visible;
  }
}
.header-mob__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #1e1e1e transparent;
  scrollbar-width: thin;
}
.header-mob__inner::-webkit-scrollbar {
  width: 8px;
}
.header-mob__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-mob__inner::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}
.header-mob__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
.header-mob__nav ul li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.header-mob__nav ul li > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}
.header-mob__nav ul li > * svg {
  width: 32px;
  height: 32px;
  fill: #1e1e1e;
}
.header-mob__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  margin-top: auto;
  padding: 20px;
  background: rgba(227, 230, 232, 0.2);
}
@media screen and (max-width: 600px) {
  .header-mob__footer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-mob__footer-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header-mob__footer-item:not(:last-child) {
  margin-bottom: 20px;
}
.header-mob__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mob__contacts ul a {
  font-weight: var(--weight-m-500);
  color: #1e1e1e;
}

.header-mob__drop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  scrollbar-color: #1e1e1e transparent;
  scrollbar-width: thin;
}
.header-mob__drop-wrap::-webkit-scrollbar {
  width: 8px;
}
.header-mob__drop-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-mob__drop-wrap::-webkit-scrollbar-thumb {
  background: #1e1e1e;
}
.header-mob__drop-wrap.active {
  display: flex;
}
.header-mob__drop {
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 20px;
}
.header-mob__drop.active {
  display: flex;
}
.header-mob__btn-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background: #1e1e1e;
}
.header-mob__btn-back svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}
.header-mob__drop-model {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header-mob__drop-model {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-mob__drop-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .header-mob__drop-list-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .header-mob__drop-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .header-mob__drop-list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-mob__drop-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mob__drop-list ul li {
  color: #909090;
  font-weight: var(--weight-m-500);
}
.header-mob__drop-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.header-mob__drop-list ul li a {
  color: #1e1e1e;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: #636b70;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c9cd;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 1700px) {
  .footer__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding: 80px 0 50px 0;
  }
}
.footer__content-item {
  display: flex;
  flex-direction: column;
}
.footer__content-item > *:not(:last-child) {
  margin-bottom: 20px;
}
.footer__logo {
  position: relative;
  width: 150px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.footer__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 16%;
}
.footer__logo img, .footer__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__content-list {
  display: flex;
  flex-direction: column;
}
.footer__content-list > ul > li {
  color: #b7babb;
}
.footer__content-list > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__content-list > ul > li > a {
  color: #fff;
}
@media (hover) {
  .footer__content-list > ul > li > a:hover {
    text-decoration: underline;
  }
}
.footer__nav {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .footer__nav {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1500px) {
  .footer__nav > * {
    margin-bottom: 50px;
  }
}
.footer__nav > *:not(:last-child) {
  margin-right: 50px;
}
.footer__nav-list {
  display: flex;
  width: 200px;
}
@media screen and (max-width: 600px) {
  .footer__nav-list {
    width: 100%;
  }
}
.footer__nav-list.large li:nth-child(1) {
  margin-bottom: 14px;
}
.footer__nav-list.large a {
  color: #fff;
}
.footer__nav-list ul li {
  color: #fff;
}
.footer__nav-list ul li:not(:last-child) {
  margin-bottom: 14px;
}
.footer__nav-list ul li:nth-child(1) {
  margin-bottom: 20px;
}
.footer__nav-list ul a {
  display: flex;
  color: #b7babb;
}
.footer__nav-list ul a svg {
  flex-shrink: 0;
  width: 24px;
  height: 20px;
  margin-right: 6px;
  fill: #b7babb;
}
@media (hover) {
  .footer__nav-list ul a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .footer__nav-list ul a:hover svg {
    fill: #fff;
  }
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .footer__copy {
    flex-direction: column;
  }
  .footer__copy > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__copy-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer__copy-item:nth-child(1) {
  max-width: 1000px;
}
.footer__copy-item > a {
  font-size: 14px;
  color: #fff;
}

body {
  background: #e3e6e8;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 920px;
}
.intro.pad-small .intro__content-info {
  padding: 100px 20px 100px 20px;
}
.intro.max-h-700 {
  max-height: 700px;
}
.intro__slider {
  height: 100%;
}
.intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.intro__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.intro__content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 65%, #1e1e1e 100%);
  pointer-events: none;
}
.intro__content-bg picture, .intro__content-bg img, .intro__content-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__content-info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1820px;
  height: 100%;
  padding: 100px 20px 200px 20px;
}
@media screen and (max-width: 600px) {
  .intro__content-info {
    padding: 100px 20px 50px 20px;
  }
}
.intro__content-info.content-top {
  align-items: center;
  justify-content: flex-start;
}
.intro__content-info .text-tmp {
  max-width: 800px;
}
.intro__content-info .btn {
  margin-top: 20px;
}
.intro__content-info-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 20px;
}
@media screen and (max-width: 979px) {
  .intro__content-info-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.intro__content-info-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
.intro__content-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .intro__content-icons {
    justify-content: flex-start;
    gap: 10px;
  }
}
.intro__content-icon {
  position: relative;
  width: 100%;
  max-width: 140px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.intro__content-icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
.intro__content-icon img, .intro__content-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .intro__content-icon {
    position: relative;
    width: 100%;
    max-width: 120px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .intro__content-icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .intro__content-icon img, .intro__content-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .intro__content-icon {
    position: relative;
    width: 100%;
    max-width: 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .intro__content-icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .intro__content-icon img, .intro__content-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 420px) {
  .intro__content-icon {
    position: relative;
    width: 100%;
    max-width: 80px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .intro__content-icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .intro__content-icon img, .intro__content-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.intro__ui {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .intro__ui {
    display: none;
  }
}
.intro__ui-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1820px;
  padding: 0 20px;
}
.intro__pagination {
  display: flex;
}
.intro__pagination-dot {
  display: flex;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.intro__pagination-dot:not(:last-child) {
  margin-right: 10px;
}
.intro__pagination-dot.active {
  background: #fff;
}
.intro__arrow {
  display: flex;
}
.intro__arrow > *:not(:last-child) {
  margin-right: 20px;
}

.page-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-height: 700px;
}
.page-404__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
.page-404__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.page-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-404__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

.configurator {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.configurator__head {
  display: flex;
  width: 100%;
}
.configurator__head-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .configurator__head-item {
    display: none;
  }
}
.configurator__head-item.active .configurator__head-item-line::after {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .configurator__head-item.current {
    display: flex;
  }
}
.configurator__head-item-line {
  position: relative;
  display: flex;
  width: 100%;
  height: 10px;
  margin-bottom: 8px;
  background: #d4d9dc;
}
.configurator__head-item-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 0;
  height: 100%;
  background: #27ae60;
  transition: 0.3s all ease;
}
.configurator__head-item-name {
  font-weight: var(--weight-m-500);
}

.configurator__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1170px) {
  .configurator__content {
    flex-direction: column;
  }
}
.configurator__step-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 700px;
  max-width: 840px;
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .configurator__step-container {
    min-width: auto;
    margin: 0;
    margin-bottom: 20px;
  }
}
.configurator__step-container.full {
  max-width: 100%;
}
.configurator__step {
  display: none;
  flex-direction: column;
  width: 100%;
}
.configurator__step.active {
  display: flex;
  -webkit-animation: 1s animShow both ease;
  animation: 1s animShow both ease;
}
.configurator__card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .configurator__card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.configurator__footer {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #d4d9dc;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
}
.configurator__footer-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 20px 20px;
}
@media screen and (max-width: 600px) {
  .configurator__footer-content {
    padding: 14px 20px;
  }
}
.configurator__footer-content > *:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 420px) {
  .configurator__footer-content .btn {
    min-height: 38px;
    padding: 0.2rem 1.6em;
  }
}
.configurator__exterior-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.configurator__exterior-imgs-container {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.configurator__exterior-imgs-container::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.configurator__exterior-imgs-container img, .configurator__exterior-imgs-container svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.configurator__exterior-imgs-container img {
  opacity: 0;
}
.configurator__exterior-imgs-container img.active {
  opacity: 1;
}
.configurator__btns-name {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.configurator__btns-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.configurator__interior-btn, .configurator__exterior-btn {
  display: flex;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  will-change: transform;
  transition: 0.3s all ease;
}
.configurator__interior-btn:not(:last-child), .configurator__exterior-btn:not(:last-child) {
  margin-right: 10px;
}
.configurator__interior-btn.active, .configurator__exterior-btn.active {
  border-color: #1e1e1e;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}
.configurator__interior-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  text-align: center;
}
.configurator__interior-imgs-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .configurator__interior-imgs-container {
    height: 300px;
  }
}
.configurator__interior-imgs-container img {
  -o-object-fit: cover;
  object-fit: cover;
}
.configurator__interior-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.configurator__interior-img.active {
  z-index: 1;
  opacity: 1;
}
.configurator__result {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  background: #d4d9dc;
}
@media screen and (max-width: 600px) {
  .configurator__result {
    padding: 20px;
  }
}
.configurator__result-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .configurator__result-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.configurator__result-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
.configurator__result-title {
  margin-bottom: 20px;
}
.configurator__result-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.configurator__result-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c9cd;
}
.configurator__result-list ul:not(:last-child) {
  margin-bottom: 20px;
}
.configurator__result-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.configurator__result-list ul li:nth-child(1) {
  font-weight: var(--weight-m-500);
}
.configurator__result-list ul li > * {
  display: flex;
  width: 100%;
  height: 34px;
  border: 1px solid #fff;
  will-change: transform;
  transition: 0.3s all ease;
}
.configurator__result-img {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.configurator__result-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.configurator__result-img img, .configurator__result-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.configurator__result-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .configurator__result-footer {
    flex-direction: column;
  }
}
.configurator__result-price {
  font-weight: var(--weight-m-500);
}
@media screen and (max-width: 600px) {
  .configurator__result-price {
    margin-top: 20px;
  }
}

.configurator-modificate {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px;
  border: 1px solid #c3c9cd;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (max-width: 600px) {
  .configurator-modificate {
    padding: 20px;
  }
}
.configurator-modificate.active {
  background: #c3c9cd;
  border-color: #d4d9dc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
@media (hover) {
  .configurator-modificate:hover:not(.active) {
    background: #c3c9cd;
    border-color: #d4d9dc;
  }
}
.configurator-modificate ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.configurator-modificate ul:not(:last-child) {
  margin-bottom: 40px;
}
.configurator-modificate ul li {
  display: flex;
}
.configurator-modificate ul li:nth-child(1) {
  margin-bottom: 10px;
  font-weight: var(--weight-m-500);
}

.equipment-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background: #d4d9dc;
  border: 1px solid #c3c9cd;
  cursor: pointer;
  transition: 0.3s all ease;
}
.equipment-card.active {
  background: #c3c9cd;
  border-color: #d4d9dc;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
@media (hover) {
  .equipment-card:hover:not(.active) {
    background: #c3c9cd;
    border-color: #d4d9dc;
  }
}
.equipment-card__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c9cd;
}
.equipment-card__name {
  font-weight: var(--weight-m-500);
}
.equipment-card__price {
  font-weight: var(--weight-m-500);
}
.equipment-card ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
}
.equipment-card ul li {
  font-weight: var(--weight-m-500);
}
.equipment-card ul li:not(:last-child) {
  margin-bottom: 10px;
}

.configurator-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  padding: 40px;
  background: #d4d9dc;
}
@media screen and (max-width: 1170px) {
  .configurator-card {
    max-width: 840px;
  }
}
@media screen and (max-width: 600px) {
  .configurator-card {
    padding: 20px;
  }
}
.configurator-card.hide {
  display: none;
}
.configurator-card__name {
  margin-bottom: 10px;
  font-weight: var(--weight-m-500);
}
.configurator-card__price {
  font-weight: var(--weight-m-500);
}
.configurator-card__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 20px;
}
.configurator-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.configurator-card__img img, .configurator-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.configurator-card__list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .configurator-card__list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1170px) {
  .configurator-card__list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .configurator-card__list-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.configurator-card__list-equipment, .configurator-card__list-modication {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-animation: 1s animShow both ease;
  animation: 1s animShow both ease;
}
.configurator-card__list-equipment ul, .configurator-card__list-modication ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.configurator-card__list-equipment ul:not(:last-child), .configurator-card__list-modication ul:not(:last-child) {
  margin-bottom: 10px;
}
.configurator-card__list-equipment ul li, .configurator-card__list-modication ul li {
  font-weight: var(--weight-m-500);
}
.configurator-card__list-equipment ul li:nth-child(1), .configurator-card__list-modication ul li:nth-child(1) {
  margin-bottom: 10px !important;
  font-weight: var(--weight-m-500);
}
.configurator-card__list-equipment ul li:not(:last-child), .configurator-card__list-modication ul li:not(:last-child) {
  margin-bottom: 4px;
}
.configurator-card__color {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  -webkit-animation: 1s animShow both ease;
  animation: 1s animShow both ease;
}
.configurator-card__color ul {
  display: flex;
  flex-direction: column;
}
.configurator-card__color ul li:not(:last-child) {
  margin-right: 10px;
}
.configurator-card__color ul li:nth-child(1) {
  margin-bottom: 4px;
  font-weight: var(--weight-m-500);
}
.configurator-card__color ul li:nth-child(2) > * {
  display: flex;
  width: 100%;
  height: 34px;
  border: 1px solid #fff;
}

.configurator-modals {
  display: none;
}

.configurator-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
}
.configurator-modal > h1, .configurator-modal > h2, .configurator-modal > h3, .configurator-modal > h4, .configurator-modal > h5, .configurator-modal > h6 {
  margin-bottom: 20px;
  font-weight: var(--weight-m-500);
}
.configurator-modal ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style: square;
  list-style-position: inside;
}
.configurator-modal ul:not(:last-child) {
  margin-bottom: 40px;
}
.configurator-form {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.configurator-form.active {
  display: flex;
}
/*# sourceMappingURL=main.css.map */
