@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0rem;
  padding-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #fff;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #1c0215;
}

.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1720px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.adv {
  background: url(../images/src/adv/adv_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-top: 191px;
  padding-bottom: 61px;
}
.adv .container {
  max-width: 1462px;
}
.adv .container .adv__item {
  margin-bottom: 112px;
  
}

.adv .container .adv__item .adv__item-img {
  margin-bottom: 24px;
}

.adv .container .adv__item .adv__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 11px;
}
.adv .container .adv__item .adv__item-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  max-width: 345px;
}

@media (max-width: 768px) {
  
  .adv .container .adv__item {
    margin-bottom: 47px;
  }
  .adv .container .adv__item .adv__item-img {
    max-width: 150px;
    height: 100%;
  }
  .adv .container .adv__item .adv__item-title {
    font-size: 21px;
    line-height: 25px;
  }
  .adv .container .adv__item .adv__item-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 570px) {
  .adv {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .adv .container .adv__item {
    margin-bottom: 13px;
  }
  .adv .container .adv__item .adv__item-img {
    max-width: 74px;
    height: 100%;
  }
  .adv .container .adv__item .adv__item-title {
    font-size: 11px;
    line-height: 12px;
  }
  .adv .container .adv__item .adv__item-subtitle {
    font-size: 7px;
    line-height: 9px;
  }
}
.advantages {
  padding-top: 81px;
  padding-bottom: 117px;
}
.advantages .advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
}
.advantages .advantages__list .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 335px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 130px;
}
.advantages .advantages__list .advantages__item.advantages__item_one {
  background: url(../images/src/advantages/1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.advantages .advantages__list .advantages__item.advantages__item_one:hover {
  background: url(../images/src/advantages/1_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
}
.advantages .advantages__list .advantages__item.advantages__item_two {
  background: url(../images/src/advantages/2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.advantages .advantages__list .advantages__item.advantages__item_two:hover {
  background: url(../images/src/advantages/2_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
}
.advantages .advantages__list .advantages__item.advantages__item_tree {
  background: url(../images/src/advantages/3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.advantages .advantages__list .advantages__item.advantages__item_tree:hover {
  background: url(../images/src/advantages/3_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px;
}
.advantages .advantages__list .advantages__item .advantages__item-text {
  max-width: 346px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 992px) {
  .advantages {
    padding-top: 35px;
    padding-bottom: 2px;
  }
  .advantages .advantages__list .advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 36px;
  }
  .advantages .advantages__list .advantages__item .advantages__item-text {
    font-weight: 500;
    font-size: 28.4444px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
  }
}
.footer {
  padding-top: 249px;
  padding-bottom: 167px;
  background: #1c0215;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/src/footer/footer_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 361px;
  height: 100%;
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 163px;
  gap: 132px;
}
.footer__contact .footer__contact-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__contact .footer__contact-center-btn {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  padding: 18px 34px;
  text-align: center;
  color: #fbfbfb;
  background: #481a3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 38px;
  border-radius: 10px;
  width: auto;
}
.footer__contact .footer__contact-center-btn:hover {
  background: #913878;
}
.footer__contact .footer__contact-text {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  color: #fbfbfb;
}
.footer__contact .footer__contact-address {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  color: #fbfbfb;
}
.footer__contact .footer__contact-address span {
  padding-top: 43px;
  display: block;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #fbfbfb;
}
.footer__contact .footer__contact-phone {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  color: #fbfbfb;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__contact .footer__contact-phone span {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__contact .footer__contact-phone span.footer__contact-phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__contact .footer__contact-email {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  color: #fbfbfb;
  margin-top: 50px;
  display: flex;
  gap: 5px;
}
.footer__contact .footer__contact-email span {
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer__contact .footer__contact-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.footer__contact-btn {
  background: #481a3c;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footer__contact-btn:hover {
  background: #913878;
}
.footer__contact-btn a {
  font-style: normal;
  padding: 61px 61px 59px 61px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #fbfbfb;
  color: #fff;
  cursor: pointer;
  display: block;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
.footer__bottom .footer__bottom-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.footer__bottom .footer__bottom-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 379px;
  flex: 0 0 379px;
}

@media (max-width: 1400px) {
  .footer__contact {
    gap: 50px;
  }
}
.header {
  background: #1c0215;
  padding: 15px 0;
  position: relative;
}

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header_logo img {
  max-height: 96px;
}

/* ---------- Burger ---------- */
.header_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
  padding-left: 15px;
}

.header_burger span {
  width: 28px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ACTIVE */
.header_burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.header_burger.active span:nth-child(2) {
  opacity: 0;
}

.header_burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ---------- Right ---------- */
.header_right {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding-right: 15px;
}

.header_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  z-index: 9999;
}

/* ---------- Menu ---------- */
.header_menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  z-index: 999;
  flex: 1;
  padding-left: 40px;
}

.header_menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_menu li {
  padding: 0 20px;
}

.header_menu a {
  font-size: 25px;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_menu a:hover {
  border-bottom: 1px solid #fff;
}
.header_menu a:active {
  color: #a96396;
  border-color: #a96396;
}

.header_menu-btn a {
  padding: 16px 44px;
  border: 1px solid #683849;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.header_menu-btn a:hover {
  background: #3C022C;
  border-color: #3C022C;
}

/* ---------- MOBILE ---------- */
@media (max-width: 992px) {
  .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_menu-wrap {
    position: fixed;
    top: 102px;
    left: -100%;
    width: 100%;
    height: auto;
    background: #1c0215;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 88px;
    padding-bottom: 106px;
    border-top: 2px solid #3c022c;
  }
  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_menu-wrap.active {
    left: 0;
    bottom: 0;
  }
  .menu__active {
    overflow: hidden;
  }
  .header_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header_menu ul li {
    padding: 15px 0;
  }
  .header_menu ul li a {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 58.0508px;
    line-height: 70px;
    color: #ffffff;
  }
  .header_menu-btn {
    margin-top: 30px;
  }
  .header_menu-btn a {
    display: none;
  }
}
@media (max-width: 572px) {
  .header_logo img {
    max-height: 64px;
  }
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: relative;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper {
  will-change: transform;
  backface-visibility: hidden;
}

@media (min-width: 769px) {
  .hero-slider {
    width: 100%;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-slide .nav-arrow {
  /* display: none; */
}

/* Desktop версія - горизонтальний layout */
@media (min-width: 769px) {
  .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slide-left {
    display: none;
  }
  /* Фіксований блок з заголовками */
  .slide-titles {
    position: relative;
    left: 0;
    top: 0;
    width: 30%;
    height: 100vh;
    background: #3c022c;
    padding: 0px 50px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .slide-title-item {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding-left: 30px;
  }
  .slide-title-item.active::before {
    background: rgba(255, 107, 74, 0.9);
  }
  .slide-title-item h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #a66694;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-title-item.active h2 {
    color: #fff;
  }
  .slide-title-item:hover h2 {
    color: rgba(255, 255, 255, 0.8);
  }
  .slide-features {
    list-style: none;
    margin-top: 40px;
  }
  .slide-features li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
  }
  /* Стрілка навігації */
  .nav-arrow {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    display: none;
  }
  .nav-arrow:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
  }
  .nav-arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -4px;
  }
}
/* Mobile версія - вертикальний layout */
@media (max-width: 768px) {
  .slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .slide-titles {
    min-height: 237px;
  }
  .hero-slider {
    height: 100vh;
  }
  .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .slide-left {
    height: 40%;
    background: #3c022c;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .slide-right {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    height: auto;
  }
  .swiper .swiper-pagination {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    top: 10px !important;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    border-color: #822e6b;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #822e6b;
  }
  /* Фіксований блок з заголовками на мобільних */
  .slide-titles {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    padding: 40px 30px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-title-item {
    display: none;
    /* position: relative; */
  }

  .slide-title-item .slide-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .slide-title-item.active {
    display: block;
  }
  .slide-title-item h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: white;
    padding-right: 65px;
    width: 80%;
  }
  .slide-title-item::before {
    display: none;
  }
  .slide-features {
    display: none;
  }
  /* Пагінація по центру горизонтально */
  .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    top: 40% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    z-index: 20;
  }
  /* Стрілка навігації */
  .nav-arrow {
    position: absolute;
    right: 30px;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .nav-arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -3px;
  }
}
@media (max-width: 480px) {
  .slide-titles {
    padding: 30px 20px;
  }
  .slide-title-item.active h2 {
    font-size: 22px;
  }
  .nav-arrow {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .nav-arrow::after {
    width: 14px;
    height: 14px;
  }
}
/* Зображення */
.slide-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide-image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* -webkit-filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4)); */
  /* filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4)); */
  max-height: 100vh;
  height: 100%;
}

/* Стилі пагінації */
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  border: 1px solid #3c022c;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #3c022c;
  width: 16px;
  height: 16px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: 50%;
  left: 15px;
  right: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

/* Ховаємо стандартні кнопки swiper */
.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.catalog-section {
  padding: 0px 0 60px;
  text-align: center;
  overflow-x: hidden;
  background: #1c0215;
}
.catalog-section .container {
  max-width: 1444px;
}
.catalog-section .nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-section .nav-arrow:after {
  content: unset;
}
.catalog-section .nav-prev {
  left: 0px;
  border: none;
  background: transparent;
  width: 117px;
  height: 238px;
}
.catalog-section .nav-prev img {
  height: 100%;
  width: auto;
}
.catalog-section .nav-prev svg {
  transition: all .3s;
}
.catalog-section .nav-prev svg:hover {
  color: #762F62;
}
.catalog-section .nav-next {
  right: 0px;
  border: none;
  background: transparent;
  width: 117px;
  height: 238px;
}
.catalog-section .nav-next img {
  height: 100%;
  width: auto;
}
.catalog-section .nav-next svg {
  transition: all .3s;
}
.catalog-section .nav-next svg:hover {
  color: #762F62;
}
.catalog-section .btn {
  background: #762f62;
  border-radius: 11px;
  color: #fff;
  padding: 24px 96px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  border: none;
}

/* Thumbnails Slider */
.thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #3c022c;
  padding-top: 52px;
  padding-bottom: 52px;
}

.thumb-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 210px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0px;
  background: #1c0215;
  border-radius: 10px;
}
.thumb-item.active,
.thumb-item:hover {
  opacity: 1;
  background: #531542;
}
.thumb-item.active .thumb-title,
.thumb-item:hover .thumb-title {
  background: #531542;
}

.thumb-img {
  width: 100%;
  height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 0 !important;
  border-radius: 10px 10px 0 0;
}

.thumb-title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 10px 13px 16px;
  background: #1c0215;
  border-radius: 0 0 10px 10px;
}

/* Main Product Display */
#main-image {
  height: 100%;
  border-radius: 10px;
  max-width: none !important;
}

.product-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 100px auto 6px;
  max-width: 1444px;
}

.main-img-container {
  position: relative;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-product-img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.nav-arrow {
  position: absolute;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-title {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 600;
}

/* Details Grid */
.product-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 67px;
  padding-top: 67px;
  max-width: 1444px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: 1px solid #fff;
}
.product-details:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.product-details:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.detail-block h3 {
  margin-bottom: 15px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
}
.detail-block p,
.detail-block li {
  font-size: 13px;
  color: var(--text-gray);
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.detail-block ul {
  list-style: disc;
  padding-left: 0px;
}

.our__range {
  padding-top: 132px;
  padding-bottom: 264px;
  background: url(../images/src/acc_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.our__range-title {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-bottom: 77px;
}
.our__range-items-wrapper {
  display: flex;
  flex-wrap: wrap; /* Дозволяємо перенос на новий рядок */
  justify-content: center; /* Центруємо елементи в рядку */
  gap: 24px;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.our__range-item {
  /* Розрахунок ширини для 4-х елементів в ряду (мінус gap) */
  /* (100% - (3 проміжки * 24px)) / 4 елементи */
  width: calc((100% - (3 * 24px)) / 4);
  
  border-radius: 10px;
  background: #1c0215;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;     /* Однаковий розмір для всіх */
  box-sizing: border-box;
}

.our__range-item:nth-child(4) {
  width: calc((100% - (3 * 24px)) / 4 + 1px);
}
.our__range-item:nth-child(7) {
  width: calc((100% - (3 * 24px)) / 4 - 1px);
}
.our__range-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.our__range-item-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* .our__range-items-wrapper {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  justify-content: center;
  grid-template-columns: repeat(12, 1fr);
}

.our__range-items-wrapper .our__range-item {
  grid-column: span 3;
  
  border-radius: 10px;
  background: #1c0215;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;



} */
.our__range-items-wrapper .our__range-item:hover {
  background: #531542;
  border-radius: 10px;
}

/* .our__range-item:first-child {
  grid-column-start: 2; /* Зсуваємо, щоб 3 блоки по 3 колонки були по центру */
/*}
*/

/* Другий ряд (4 елементи по 3 колонки) автоматично заповнить всі 12 колонок */
/* .our__range-item:nth-child(4) {
  grid-column-start: 1; 
} */
/* .our__range-items-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
} */

/* .our__range-item:nth-child(-n+3) {
  grid-column: span 3;
}

.our__range-item:nth-child(n+4) {
  grid-column: span 3;
} */


.our__range-items-wrapper .our__range-item .our__range-item-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}
.our__range-items-wrapper
  .our__range-item
  .our__range-item-link
  .our__range-item-text {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 9px 13px 16px;
  display: block;
}
.our__range-items-wrapper .our__range-item.our__range-item-konf {
  border-radius: 10px;
}
.our__range-items-wrapper
  .our__range-item.our__range-item-konf
  .our__range-item-link-konf {
  background: #762f62;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 176px;
  padding: 20px 13px;
}
.our__range-items-wrapper
  .our__range-item.our__range-item-konf
  .our__range-item-link-konf
  .our__range-item-title-conf {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  display: block;
  text-align: left;
  transition: all 0.3s;
}
.our__range-items-wrapper
  .our__range-item.our__range-item-konf:hover
  .our__range-item-link-konf {
  background: #913878;
}
.our__range-items-wrapper
  .our__range-item.our__range-item-konf:hover
  .our__range-our__range-item-link {
  background: #531543;
}

@media (max-width: 992px) {
  .our__range {
    padding-top: 87px;
    padding-bottom: 137px;
  }
  .our__range .our__range-title {
    font-family: "Onest";
    font-style: normal;
    font-weight: 700;
    font-size: 56.8889px;
    line-height: 73px;
    text-align: center;
    color: #ffffff;
  }
  .our__range .our__range-items-wrapper {
    gap: 16px;
  }
  .our__range-item {
    width: 48%;
  }
  .our__range-item:nth-child(4) {
    width: 48%;
}
.our__range-items-wrapper .our__range-item.our__range-item-konf .our__range-item-link-konf {
  width: 100%;
  min-height: unset;
}
.our__range-items-wrapper .our__range-item .our__range-item-link .our__range-item-text {
  padding-top: 18px;
  padding-bottom: 18px;
}
  .our__range-item:nth-child(7) {
    width: calc(92% + 16px);
  }
 
}
.partners {
  background: #fff;
  padding: 136px 0;
  /* DESKTOP GRID */
}
.partners__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #1c0215;
  margin-bottom: 55px;
}
.partners__swiper .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

/* ===== MOBILE SLIDER ===== */
@media (max-width: 991px) {
  .header_menu {
    justify-content: flex-start;
    padding-left: 40px;
  }
  .partners__swiper {
    overflow: hidden;
  }
  .partners__swiper.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
  .partners__swiper .swiper-slide {
    width: auto !important;
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .partners__swiper .swiper-slide img {
    max-height: 64px;
  }
}
@media (max-width: 768px) {
  .partners {
    padding-top: 70px;
    padding-bottom: 91px;
  }
}
@media (max-width: 570px) {
  .partners {
    padding-top: 34px;
    padding-bottom: 21px;
  }
  .partners__title {
    font-family: "Onest";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #1c0215;
  }
}
.production__hero {
  min-height: 375px;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production__hero .production__hero-title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 102px;
  text-align: center;
  color: #ffffff;
}

.production__descr {
  background: #3c022c;
  padding-top: 85px;
  padding-bottom: 116px;
}
.production__descr .container {
  max-width: 1468px;
}
.production__descr .production__descr-left {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #ffffff;
  max-width: 628px;
}
.production__descr .production__descr-right {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
}

.our_advantages .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.our_advantages .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.our_advantages .container-fluid .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.our_advantages-item {
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: auto;
}

.our_advantages-item-title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 220px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.our_advantages-item-decr {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}

.our_advantages-item-first {
  background: url("../images/src/production-page/our_advantages/1.png");
}
.our_advantages-item-first:hover {
  background: url("../images/src/production-page/our_advantages/1_hover.png");
}

.our_advantages-item-second {
  background: url("../images/src/production-page/our_advantages/2.png");
}
.our_advantages-item-second:hover {
  background: url("../images/src/production-page/our_advantages/2_hover.png");
}

.our_advantages-item-third {
  background: url("../images/src/production-page/our_advantages/3.png");
}
.our_advantages-item-third:hover {
  background: url("../images/src/production-page/our_advantages/3_hover.png");
}

.our_advantages-item-fourth {
  background: url("../images/src/production-page/our_advantages/4.png");
}
.our_advantages-item-fourth:hover {
  background: url("../images/src/production-page/our_advantages/4_hover.png");
}

.sertification {
  padding-top: 172px;
}
.sertification .container .row {
  padding-top: 114px;
  padding-bottom: 114px;
  border: 1px solid #5e3142;
  border-radius: 32px;
}
.sertification .sertification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 30px;
}
.sertification .sertification__item:hover .sertification__item-img {
  display: none;
}
.sertification .sertification__item:hover .sertification__item-img-hover {
  display: block;
}
.sertification .sertification__item-img-hover {
  display: none;
}
.sertification .sertification__item-title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  color: #ffffff;
  margin-top: 33px;
}
.sertification .sertification__item-descr {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

.production {
  padding-top: 130px;
  padding-bottom: 144px;
  position: relative;
}
.production:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  background: url("../images/src/production/prod_bg.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.production .production__title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 63px;
}
.production .production__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.production .production__list .production__item-video-1-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.production .production__list .production__item-video-1-3 video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.production .production__list .production__item-video-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.production .production__list .production__item-video-1 video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.production__subtitle {
  max-width: 405px;
  width: auto;
  margin: 195px auto 0;
  text-align: center;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.quality {
  padding-top: 198px;
  padding-bottom: 221px;
  background: #1c0215;
}
.quality .container {
  max-width: 1505px;
}
.quality .quality__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 51px;
}
.quality .quality__title {
  font-weight: 700;
  font-size: 92px;
  line-height: 94px;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.quality .quality__sub-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 685px;
  flex: 0 0 685px;
}
.quality .quality__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
.quality .quality__img {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quality .quality__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality .quality__img-first {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.quality .quality__img-second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 690px;
  flex: 0 0 690px;
}

@media (max-width: 1250px) {
  .quality .quality__sub-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .quality .quality__img-second {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .color-picker .color-picker__toggle {
    padding-right: 49px;

    font-family: "Onest";
    font-style: normal;
    font-weight: 400;
    font-size: 35.5555px;
    line-height: 45px;

    color: #ffffff;
  }
  .right-section {
    margin-left: 0 !important;
  }
  .quality .quality__title-wrap {
    margin-bottom: 84px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quality .quality__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages .advantages__list {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .sertification .sertification__item-title {
    font-size: 30px;
    line-height: 36px;
  }
  .production__descr .production__descr-left {
    max-width: 100% !important;
  }
  .sertification .sertification__item {
    padding: 0 10px !important;
  }
}

@media (max-width: 768px) {
  .header_menu {
    padding-left: 15px;
  }
  .color-picker .color-picker__toggle {
    font-size: 18px;
    line-height: 20px;
  }
  .option-group {
    margin-left: 0!important;
  }
  .quality {
    padding-top: 84px;
    padding-bottom: 50px;
  }
  .quality .quality__title {
    font-size: 65px;
    line-height: 67px;
    margin-bottom: 26px;
  }
  .quality .quality__sub-title {
    font-size: 24.8889px;
    line-height: 30px;
  }
  .advantages .advantages__list {
    gap: 0px;
  }
}
@media (max-width: 570px) {
  .advantages .advantages__list {
    gap: 0px;
  }
  .quality {
    padding-top: 41px;
    padding-bottom: 24px;
  }
  .quality .quality__title-wrap {
    margin-bottom: 26px;
  }
  .quality .quality__title {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  .quality .quality__sub-title {
    font-size: 13px;
    line-height: 15px;
  }
}
.solution {
  position: relative;
  padding-top: 188px;
  padding-bottom: 196px;
}
.solution:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/src/solution/solution_bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.solution .container {
  max-width: 1563px;
}

.main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 782px 0px 1fr;
  grid-template-columns: 1fr 782px 1fr;
  gap: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 40px;
}

/* Left Section */
.left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 65px;
  padding-top: 70px;
}

.info-block {
  /* padding: 24px; */
}

.solution__title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -50px;
  text-align: center;
  left: 0;
  right: 0;
}

/* Center Section */
.center-section {
  text-align: center;
  max-width: 782px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 782px;
  flex: 0 0 782px;
  position: relative;
}
.center-section h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}

.product-image-container {
  position: relative;
  width: 782px;
  height: 624px;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/src/solution/main_bg.png");
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: contain;
}

.product-image {
  max-width: 584px;
  max-height: 584px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: -90px;
  margin: 0 auto;
}
.product-image.loading {
  opacity: 0.5;
}

/* Right Section */
.right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 70px;
  margin-left: -10px;
}

.option-group {
  border-radius: 12px;
  margin-left: -5px;
}

.option-group-mobile {
  display: none;
}

.option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: #1c0215;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 18px;
  position: relative;
  max-width: 371px;
}
.option-item:last-child {
  margin-bottom: 0;
}

.checkbox {
  width: 24px;
  height: 24px;
  /* border: 2px solid rgba(255, 255, 255, 0.3); */
  background: #3c2837;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.option-item.selected .checkbox {
  background: #8b4573;
  border-color: #8b4573;
}

.checkbox::after {
  content: "";
  background: url("../images/dist/solution/checkbox.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  color: white;
  font-size: 16px;
  display: none;
}

.option-item.selected .checkbox::after {
  display: block;
}

.option-text {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

/* Color Pickers */
.color-picker {
  background: #1c0215;
  padding: 20px;
  border-radius: 12px;
  max-width: 394px;
}
.left-section .color-picker {
  margin-top: 80px;
}

.right-section .color-picker {
  margin-top: 190px;
}
.color-picker h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.color-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr
    12px 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.color-option {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
  border: 6px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.color-option.selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #d4d4d4;
  border-radius: 50px;
}

/* Submit Button */
.submit-btn {
  background: #762f62;
  color: white;
  border: none;
  padding: 10px 15px 13px;
  font-weight: 600;
  border-radius: 11px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  max-width: 400px;
  /* margin: -64px auto 93px; */
  margin: 30px auto -10px;
  z-index: 1;
  display: block;
  font-family: "Onest";
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.submit-btn:hover {
  background: #913878;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  background: #461037;
  padding: 48px;
  border-radius: 3px;
  max-width: 772px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.form-group {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group label {
  display: block;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: #1c0215;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 15px;
  font-family: inherit;
}
.form-group input:focus-visible {
  outline: none;
}
.form-group input::-webkit-input-placeholder {
  color: #8e8686;
}
.form-group input::-moz-placeholder {
  color: #8e8686;
}
.form-group input:-ms-input-placeholder {
  color: #8e8686;
}
.form-group input::-ms-input-placeholder {
  color: #8e8686;
}
.form-group input::placeholder {
  color: #8e8686;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group textarea::-webkit-input-placeholder {
  color: #8e8686;
}
.form-group textarea::-moz-placeholder {
  color: #8e8686;
}
.form-group textarea:-ms-input-placeholder {
  color: #8e8686;
}
.form-group textarea::-ms-input-placeholder {
  color: #8e8686;
}
.form-group textarea::placeholder {
  color: #8e8686;
}

.color-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.color-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.color-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 6px 16px;
  background: #1c0215;
  border-radius: 10px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #74516b;
}
#modalPlateColorName,
#modalWireColorName {
  padding-top: 0;
  padding-bottom: 0;
}

#modalPlateColorName .form-group input,
#modalWireColorName .form-group input{
  padding: 7px 0px;
}

.modal-submit {
  background: #762f62;
  color: #ffffff;
  border: none;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-submit:hover {
  background: #913878;
}

.info-block-mobile-wrap {
  display: none;
}

.submit-btn-mobile {
  display: none;
}
@media (max-width: 1500px) {
  .main-content {
    grid-template-columns: 1fr 700px 1fr;
  }
  .left-section {
    gap: 45px;
  }
  .right-section {
    gap: 15px;
    padding-top: 30px;
  }
  .center-section {
    max-width: 700px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    position: relative;
  }
  .product-image-container {
    width: 100%;
  }
  .submit-btn {
    margin: 0px auto 75px;
  }
}
@media (min-width: 1024px) and (max-width: 1450px) {
  .main-content {
    grid-template-columns: 1fr 600px 1fr;
  }

  .center-section {
    max-width: 600px;
    flex: 0 0 600px;
  }
  .product-image-container {
    width: 100%;
    /* height: 400px; */
  }
  .product-image {
    max-width: 600px;
    max-height: 400px;
  }
  .left-section {
    gap: 40px;
    padding-top: 20px;
  }
  .right-section .color-picker {
    margin-top: 140px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .color-picker.mobile .color-grid {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .left-section .color-picker {
    margin-top: 40px;
  }
  .right-section .color-picker {
    margin-top: 110px;
  }
}

@media (min-width: 1024px) and (max-width: 1150px) {
  .main-content {
    grid-template-columns: 1fr 550px 1fr;
  }
  .center-section {
    max-width: 550px;
    flex: 0 0 550px;
  }
  .left-section {
    gap: 34px;
    padding-top: 20px;
  }
  .right-section .color-picker {
    margin-top: 90px;
  }
  .product-image-container {
    height: 550px;
  }
}
/* Mobile Styles */

@media (max-width: 1024px) {
  .solution {
    padding-bottom: 81px;
    padding-top: 77px;
  }
  .main-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .solution__title {
    position: relative;
    top: auto;
    margin-bottom: 52px;
  }
  .center-section {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }
  .center-section h1 {
    font-size: 36px;
  }
  .product-image-container {
    width: 550px;
    height: 350px;
  }
  .product-image {
    max-width: 550px;
    max-height: 550px;
  }
  .color-picker {
    max-width: 100%;
  }
  .option-group-mobile .option-item {
    max-width: 100%;
  }
  .left-section .color-picker {
    margin-top: 0;
  }
  .right-section .color-picker {
    margin-top: 0px;
  }
  .color-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .info-block {
    display: none;
  }
  .info-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    text-align: left;
    padding: 0;
  }
  .info-block-mobile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 52px;
    gap: 25px;
  }
  .product-image-container::before {
    display: none;
  }
  .submit-btn {
    display: none;
  }
  .submit-btn-mobile {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
    margin: 0;
    font-family: "Onest";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
  }
  .option-group {
    display: none;
  }
  .option-group-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    z-index: 9;
  }
  .option-group-mobile .option-item {
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .option-group-mobile .option-item .option-text {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400;
    font-size: 22.7556px;
    line-height: 29px;
    color: #ffffff;
  }
  .left-section {
    gap: 16px;
  }
  .right-section {
    padding-top: 16px;
  }
  .color-picker .color-option {
    width: 47px;
    height: 47px;
  }
  .color-picker .color-option.selected:after {
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 20px 16px;
  }
  .center-section h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .product-image-container {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }
  .product-image {
    max-width: 100%;
    max-height: 100%;
  }
  .color-picker .color-option.selected:after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 0px;
  }

  .color-grid {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
  }
  .color-option {
    width: 28px;
    height: 28px;
  }
  .modal-content {
    padding: 32px 24px;
  }
  .modal-content h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .info-block {
    padding: 20px;
  }
  .info-block h3 {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .header_menu-wrap {
    padding-left: 14px;
  }
}
@media (max-width: 375px) {
  .center-section h1 {
    font-size: 24px;
  }
  .color-grid {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.color-picker {
  background: #1c0215;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
}

/* Кнопка */
.color-picker__toggle {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.color-picker__toggle svg {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* Контент (скрыт) */
.color-picker__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

/* Активное состояние */
.color-picker.open .color-picker__content {
  max-height: 500px;
  margin-top: 12px;
}
.color-picker .color-picker__toggle {
  padding-right: 9px;
}
.color-picker.open .color-picker__toggle svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Сетка цветов */
.color-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr 14px 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

/* Цвет */
/* Desktop не трогаем */
@media (min-width: 1024px) {
  .color-picker.mobile .color-picker__content {
    max-height: none;
    margin-top: 12px;
  }
  .color-picker.mobile .color-picker__toggle svg {
    display: none;
  }
  .color-picker.mobile .color-grid {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }
}
