@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy-Regular'), url(/fonts/Gilroy-Regular.woff2?a50e3d874af733b0fba40e90c7c9d338) format('woff2'), url(/fonts/Gilroy-Regular.woff?5f6cc9c1025731aeddc6d23fb0bf94ab) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy-Medium'), url(/fonts/Gilroy-Medium.woff2?d4d8619754cdda0920b403d6701aec59) format('woff2'), url(/fonts/Gilroy-Medium.woff?7d5e11eebcafd3265c396252d759fe53) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy-SemiBold'), url(/fonts/Gilroy-SemiBold.woff2?a0a27032401e392bf2fe1f3f621bb98f) format('woff2'), url(/fonts/Gilroy-SemiBold.woff?7b07346f8d3d2a613616d045f87dcaba) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy-Bold'), url(/fonts/Gilroy-Bold.woff2?05b0751e972519b362bbea7407dda6f9) format('woff2'), url(/fonts/Gilroy-Bold.woff?b8087b6082fce3eeddcc3ebe4f398c17) format('woff');
  font-weight: 700;
  font-style: normal;
}
:root {
  --color-accent-main: #862c84;
  --color-accent-second: #de4b6e;
  --color-fill-active: #e7d5e6;
  --color-stroke-active: #ad70ab;
  --color-fill-selected: #de4b6e;
  --color-stroke-selected: #f5c9d3;
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
cite {
  display: block;
}
body {
  margin: 0;
  min-width: 360px;
  font-family: "Gilroy", Open Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  text-align: left;
  background-color: #f7f7f7;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  word-break: inherit;
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:empty {
  margin-bottom: 0;
  display: none;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
cite {
  font-style: normal;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 20px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
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: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover,
a:not([class]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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:not(:root) {
  overflow: hidden;
}
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;
  font-weight: inherit;
}
button {
  padding: 0;
  border: none;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  font-weight: inherit;
  cursor: pointer;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
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;
}
button,
html [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 {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container_small {
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
  .container_small {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .container_small {
    max-width: 500px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1000px;
  }
  .container_small {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container_small {
    max-width: 500px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
  }
  .container_small {
    max-width: 500px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
* {
  outline: none !important;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
svg {
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.cancel-default-classes-modal .vm--modal {
  background-color: initial;
}
.cancel-default-classes-modal.vm--modal {
  background-color: initial;
}
.list_unstyled {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.line {
  display: block;
}
.radio-hidden {
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
}
ul:not([class]) {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) li {
  position: relative;
  padding-left: 25px;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111;
  border-radius: 50%;
}
ul:not([class]) li + li {
  margin-top: 20px;
}
ul:not([class]) ul,
ul:not([class]) ol {
  margin-top: 10px;
  padding-left: 20px;
}
ol:not([class]) {
  list-style: none;
  margin-top: 0;
  padding: 0;
  counter-reset: myCounter;
}
ol:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) li {
  position: relative;
  padding-left: 0;
}
ol:not([class]) li::before {
  counter-increment: myCounter;
  content: counters(myCounter, ".") ".";
  margin-right: 10px;
  display: inline;
  color: #111;
  font-weight: 500;
  vertical-align: baseline;
}
ol:not([class]) li + li {
  margin-top: 20px;
}
ol:not([class]) ul,
ol:not([class]) ol {
  margin-top: 10px;
  padding-left: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.svg-icon svg {
  max-width: 100%;
  height: auto;
}
.main-content {
  padding-bottom: 100px;
}
.section {
  position: relative;
  overflow: hidden;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section__title .line {
  display: block;
}
.section__description :last-child {
  margin-bottom: 0;
}
.contact-item {
  padding: 10px 0;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.contact-item__icon {
  flex: 0 0 26px;
  max-width: 26px;
  color: var(--color-accent-second);
}
.contact-item__content {
  padding-left: 14px;
  align-self: center;
  flex: 0 0 100%;
  max-width: calc(100% - 26px);
}
.contact-item__content > :last-child {
  margin-bottom: 0;
}
.contact-item .days,
.contact-item .value {
  display: inline-block;
  vertical-align: middle;
}
.contact-item .days {
  padding-right: 5px;
  color: var(--color-accent-second);
}
.contact-item .list-item + .list-item {
  margin-top: 8px;
}
.contact-item .link {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -4px;
  display: inline-block;
  vertical-align: middle;
}
.contact-item .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                (-webkit-transform: translate(0, 0)) {
  .contact-item .link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.contact-item .link:hover::after,
.contact-item .link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .contact-item .link:hover::after,
  .contact-item .link:focus::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 767px) {
  .contact-item {
    padding: 15px 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show,
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.background-video,
.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-video img,
.background-img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  color: transparent;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) or (-o-object-fit: cover) {
  .background-video img,
  .background-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (transform: translate(0, 0)) or
            (-webkit-transform: translate(0, 0)) {
  .background-video img,
  .background-img img {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.background-video video,
.background-img video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or
            (-webkit-transform: translate(0, 0)) {
  .background-video video,
  .background-img video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or
        (-webkit-transform: translate(0, 0)) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed,
  .video-responsive video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner {
  max-height: 100%;
  overflow: auto;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #f1f1f1;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #D9D9D9;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: var(--color-accent-second);
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: var(--color-accent-second);
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-next .svg,
.swiper-container-rtl .swiper-button-prev .svg {
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 26px;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.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 {
  margin: 4px;
  padding: 0;
  display: inline-block;
  flex: 0 0 auto;
  max-width: 8px;
  width: 8px;
  height: 8px;
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  transition: color ease-in-out 0.3s;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
  color: var(--color-accent-second);
}
button.swiper-pagination-bullet {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  color: var(--color-accent-second);
  opacity: 1;
  background-color: currentColor;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.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(--color-accent-second));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: @color-accent-second;
    */
}
.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--color-accent-second));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tooltip {
  z-index: 11000;
  display: block !important;
  filter: drop-shadow(0px 5px 20px rgba(17, 17, 17, 0.3));
}
.tooltip .tooltip-inner {
  padding: 15px 20px;
  color: white;
  border-radius: 10px;
  background: var(--color-accent-second);
}
.tooltip .tooltip-arrow {
  width: 0px;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: var(--color-accent-second);
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  bottom: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
  border-width: 10px 20px 0px 20px;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 20px 10px 20px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  top: calc(50% - 10px);
  left: -10px;
  margin-right: 0;
  margin-left: 0;
  border-width: 15px 10px 15px 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  top: calc(50% - 10px);
  right: -10px;
  margin-right: 0;
  margin-left: 0;
  border-width: 15px 0 15px 10px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.tooltip[aria-hidden="true"] {
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
  opacity: 0;
}
.tooltip[aria-hidden="false"] {
  visibility: visible;
  transition: opacity 0.15s;
  opacity: 1;
}
.v-popover-content {
  position: relative;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
}
.v-popover-content__list {
  margin-bottom: 1em;
  padding-left: 1.5em;
  line-height: 120%;
}
.v-popover-target-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popover-fix-width {
  max-width: 420px;
}
/*
button.btn.btn_primary-outlined-dark.btn_icon.svg-icon.total-panel__trash-button(@click="showDialog = true")
v-popover(:open="true" placement="top" offset="26")
    //- Target area
    .v-popover-target-area
    //- Popover content
    template(slot="popover")
        .v-popover-content
            span Я подсказка!
    //- Other content
    <svg class="svg" role="img" aria-hidden="true" width="18" height="18">
        <use xlink:href="#svg-icon-trash"></use>
    </svg>
*/
.vue-modal-resizer {
  position: absolute;
  z-index: 9999999;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  cursor: se-resize;
  background: transparent;
}
.vue-modal-resizer::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  background: transparent;
}
.vue-modal-resizer.clicked::after {
  border-bottom: 10px solid #369be9;
}
.vm--block-scroll {
  overflow: hidden;
  width: 100vw;
}
.vm--container {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.vm--overlay {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  /* z-index: 999; */
  opacity: 1;
  background: rgba(17, 17, 17, 0.3);
}
.vm--container.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100vh;
}
.vm--modal {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: white;
}
@media (min-width: 1025px) {
  .vm--modal_product-modal {
    pointer-events: none;
    border: 30px transparent solid;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    background-attachment: local;
  }
  .vm--modal_product-modal > * {
    pointer-events: all;
    background-color: #fff;
  }
}
.vm--container.scrollable .vm--modal {
  margin-bottom: 2px;
}
.vm--top-right-slot {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.vm-transition--overlay-enter-active,
.vm-transition--overlay-leave-active {
  transition: all 50ms;
}
.vm-transition--overlay-enter,
.vm-transition--overlay-leave-active {
  opacity: 0;
}
.vm-transition--modal-enter-active,
.vm-transition--modal-leave-active {
  transition: all 400ms;
}
.vm-transition--modal-enter,
.vm-transition--modal-leave-active {
  transform: translateY(-20px);
  opacity: 0;
}
.vm-transition--default-enter-active,
.vm-transition--default-leave-active {
  transition: all 2ms;
}
.vm-transition--default-enter,
.vm-transition--default-leave-active {
  opacity: 0;
}
.vue-dialog {
  font-size: 14px;
}
.vue-dialog div {
  box-sizing: border-box;
}
.vue-dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 14px;
}
.vue-dialog-content-title {
  padding-bottom: 14px;
  font-weight: 600;
}
.vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid #eee;
}
.vue-dialog-buttons-none {
  width: 100%;
  padding-bottom: 14px;
}
.vue-dialog-button {
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: inherit;
  line-height: 40px;
}
.vue-dialog-button:hover {
  background: #f9f9f9;
}
.vue-dialog-button:active {
  background: #f3f3f3;
}
.vue-dialog-button:not(:first-of-type) {
  border-left: 1px solid #eee;
}
.grid-container-main {
  --header-z: 11000;
  --components-z: 2;
  --system-block-z: 1;
  --total-z: 7;
  --ready-made-z: 1;
  --promo-z: 1;
  --info-z: 1;
  --footer-z: 1;
  --total-panel-height: 125px;
  --grid-gap: 20px;
  display: grid;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px 10px;
  max-height: 950px;
  align-items: stretch;
  grid-template-columns: 90px 735px 430px 580px;
  grid-template-rows: var(--header-height) auto 1fr auto;
  gap: 20px 20px;
  grid-template-areas: "header header header header" "components system-block system-block info" "components system-block system-block promo" "components total total promo";
}
@media (max-width: 1919px), (max-height: 949px) {
  .grid-container-main {
    max-height: unset;
    grid-template-columns: 90px 50% 1fr 1fr;
    grid-template-rows: var(--header-height) -webkit-max-content 0fr auto;
    grid-template-rows: var(--header-height) max-content 0fr auto;
  }
}
@media (max-width: 1520px) {
  .grid-container-main {
    grid-template-columns: 90px 1fr 20% minmax(25%, 360px);
    grid-template-rows: var(--header-height) 250px 250px 180px 450px 0px;
    grid-template-areas: "header header header header" "components system-block system-block system-block" "components system-block system-block system-block" "components total total total" "promo promo info info" "promo promo info info";
  }
}
@media (max-width: 1310px) {
  .grid-container-main {
    width: 100%;
    grid-template-columns: 90px 1fr 20% 25%;
    grid-template-rows: var(--header-height) 1fr 1fr auto auto auto;
    grid-template-areas: "header header header header" "components system-block system-block system-block" "components system-block system-block system-block" "components total total total" "promo promo promo promo" "info info info info";
  }
}
@media (max-width: 849px) {
  .grid-container-main {
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: var(--header-height) auto auto auto;
    grid-template-areas: "header" "components" "info" "footer";
    padding-bottom: var(--total-panel-height);
  }
  .grid-container-main .grid-container__promo,
  .grid-container-main .grid-container__system-block {
    display: none;
  }
  .grid-container-main .grid-container__total {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.grid-container-main__header {
  z-index: var(--header-z);
  grid-area: header;
}
.grid-container-main__components {
  max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
  z-index: var(--components-z);
  grid-area: components;
}
@media (max-width: 1919px), (max-height: 949px) {
  .grid-container-main__components {
    max-height: initial;
  }
  .grid-container-main__components .components-list__wrapper {
    max-height: initial;
  }
}
@media (max-width: 1310px) {
  .grid-container-main__components {
    max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
  }
}
@media (max-width: 850px) {
  .grid-container-main__components {
    max-height: initial;
  }
}
.grid-container-main__system-block {
  height: 100%;
  z-index: var(--system-block-z);
  grid-area: system-block;
  display: none;
}
@media (max-width: 1919px), (max-height: 949px) {
  .grid-container-main__system-block {
    min-height: 500px;
  }
}
@media (min-width: 850px) {
  .grid-container-main__system-block {
    max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
  }
}
@media (min-width: 850px) {
  .grid-container-main__system-block {
    display: block;
  }
}
.grid-container-main__total {
  align-self: end;
  grid-area: total;
  z-index: var(--total-z);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 850px) {
  .grid-container-main__total {
    z-index: 1;
    position: relative;
  }
}
.grid-container-main__ready-made {
  z-index: var(--ready-made-z);
  grid-area: ready-made;
  width: 100%;
  height: 100%;
}
@media (min-width: 850px) {
  .grid-container-main__ready-made {
    max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
  }
}
.grid-container-main__promo {
  z-index: var(--promo-z);
  grid-area: promo;
}
@media (max-width: 849px) {
  .grid-container-main__promo {
    display: none;
  }
}
.grid-container-main__info {
  z-index: var(--info-z);
  grid-area: info;
}
.grid-container-main__footer {
  z-index: var(--footer-z);
  margin: 0 -10px;
  display: block;
}
@media (min-width: 850px) {
  .grid-container-main__footer {
    margin: 0;
    display: none;
  }
}
.grid-container-catalog {
  --filter-panel-height: 68px;
  --header-z: 11000;
  --inner-z: unset;
  --footer-z: 0;
  --grid-gap: 20px;
  display: grid;
  padding: 0 10px 10px;
  grid-gap: 20px;
  grid-template-columns: 100%;
  grid-template-rows: var(--header-height) 1fr auto;
  grid-template-areas: "header" "inner" "footer";
  padding-bottom: var(--filter-panel-height);
}
@media (min-width: 1025px) {
  .grid-container-catalog {
    --inner-z: 0;
    --footer-z: 2;
  }
}
@media (min-width: 1025px) {
  .grid-container-catalog {
    padding-bottom: 0;
  }
}
.grid-container-catalog__header {
  z-index: var(--header-z);
}
.grid-container-catalog__inner {
  z-index: var(--inner-z);
  display: grid;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  grid-area: inner;
  grid-gap: 20px;
  grid-template-columns: 100%;
  grid-template-rows: 80px auto -webkit-max-content auto;
  grid-template-rows: 80px auto max-content auto;
  grid-template-areas: "title" "filter" "list" "list";
}
.grid-container-catalog__inner.show-selected-block {
  grid-template-areas: "title" "filter" "selected" "list";
  grid-template-rows: 100px auto 1fr auto;
}
@media (min-width: 1025px) {
  .grid-container-catalog__inner {
    grid-template-columns: 115px minmax(360px, 410px) 1fr;
    grid-template-rows: 100px -webkit-max-content auto;
    grid-template-rows: 100px max-content auto;
    grid-template-areas: "components title title" "components filter list" "components filter list";
  }
  .grid-container-catalog__inner.show-selected-block {
    grid-template-areas: "components title title" "components filter selected" "components filter list";
  }
}
@media (min-width: 1440px) {
  .grid-container-catalog__inner {
    padding: 0;
  }
}
.grid-container-catalog__inner-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.02em;
  grid-area: title;
}
.grid-container-catalog__inner-header-icon {
  margin-right: 18px;
  height: 38px;
  width: 38px;
}
.grid-container-catalog__inner-header-icon_red {
  color: var(--color-accent-second);
}
@media (max-width: 1439px) {
  .grid-container-catalog__inner-header-icon {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .grid-container-catalog__inner-header-icon {
    height: 48px;
    width: 48px;
  }
}
.grid-container-catalog__title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .grid-container-catalog__title {
    font-size: 42px;
  }
}
.grid-container-catalog__selected {
  grid-area: selected;
  z-index: 0;
}
.grid-container-catalog__search {
  z-index: 2;
  grid-area: search;
  padding: 0 10px;
  margin-top: -20px;
}
@media (min-width: 1025px) {
  .grid-container-catalog__search {
    display: none;
  }
}
.grid-container-catalog__components {
  position: relative;
  top: 0;
  left: 0;
  grid-area: components;
  height: 100%;
  z-index: 12;
  display: none;
}
@media (min-width: 1025px) {
  .grid-container-catalog__components {
    display: block;
    height: auto;
  }
}
.grid-container-catalog__filter {
  grid-area: filter;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .grid-container-catalog__filter {
    position: relative;
    height: auto;
  }
}
.grid-container-catalog__list {
  grid-area: list;
}
.grid-container-catalog__footer {
  z-index: var(--footer-z);
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .grid-container-catalog__footer {
    position: initial;
    z-index: 2 !important;
  }
}
@media (max-width: 1024px) {
  body.show-catalog-filter {
    overflow: hidden;
  }
  body.show-catalog-filter .grid-container-catalog__header {
    z-index: 0;
  }
}
.grid-container-rms {
  --filter-panel-height: 68px;
  --header-z: 11000;
  --inner-z: unset;
  --footer-z: 0;
  display: grid;
  padding: 0 10px 10px;
  grid-gap: 20px;
  grid-template-columns: 100%;
  grid-template-rows: var(--header-height) 1fr auto;
  grid-template-areas: "header" "inner" "footer";
  padding-bottom: var(--filter-panel-height);
}
@media (min-width: 1025px) {
  .grid-container-rms {
    --inner-z: 0;
    --footer-z: 2;
  }
}
@media (min-width: 1025px) {
  .grid-container-rms {
    padding-bottom: 0;
  }
}
.grid-container-rms__header {
  z-index: var(--header-z);
}
.grid-container-rms__inner {
  z-index: var(--inner-z);
  display: grid;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  grid-area: inner;
  grid-gap: 20px;
  grid-template-columns: 100%;
  grid-template-rows: 80px auto auto;
  grid-template-areas: "title" "search" "list";
}
@media (min-width: 1025px) {
  .grid-container-rms__inner {
    grid-template-columns: minmax(360px, 410px) 1fr;
    grid-template-rows: 100px auto;
    grid-template-areas: "title title" "filter list";
  }
}
@media (min-width: 1440px) {
  .grid-container-rms__inner {
    padding: 0 110px;
  }
}
.grid-container-rms__inner-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.02em;
  grid-area: title;
}
.grid-container-rms__inner-header-icon {
  margin-right: 18px;
  height: 38px;
  width: 38px;
}
.grid-container-rms__inner-header-icon_red {
  color: var(--color-accent-second);
}
@media (max-width: 1439px) {
  .grid-container-rms__inner-header-icon {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .grid-container-rms__inner-header-icon {
    height: 48px;
    width: 48px;
  }
}
.grid-container-rms__title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .grid-container-rms__title {
    font-size: 42px;
  }
}
.grid-container-rms__expert {
  grid-area: expert;
  z-index: 0;
}
.grid-container-rms__search {
  z-index: 2;
  grid-area: search;
  padding: 0 10px;
  margin-top: -20px;
}
@media (min-width: 1025px) {
  .grid-container-rms__search {
    display: none;
  }
}
.grid-container-rms__filter {
  grid-area: filter;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .grid-container-rms__filter {
    position: relative;
    height: auto;
  }
}
.grid-container-rms__list {
  grid-area: list;
}
.grid-container-rms__footer {
  z-index: var(--footer-z);
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .grid-container-rms__footer {
    position: initial;
    z-index: 2 !important;
  }
}
@media (max-width: 1024px) {
  body.show-catalog-filter {
    overflow: hidden;
  }
  body.show-catalog-filter .grid-container-rms__header {
    z-index: 0;
  }
}
.grid-container-checkout {
  --header-z: 11000;
  display: grid;
  grid-template-areas: "header" "form-header" "form-body" "footer";
  grid-template-rows: var(--header-height) auto 1fr auto auto;
  grid-template-columns: 100%;
  grid-gap: 20px;
  width: 100%;
  height: 100vh;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .grid-container-checkout {
    grid-template-areas: "header" "form-header" "form-body" "form-footer" "footer";
    justify-items: center;
  }
}
.grid-container-checkout__header {
  width: 100%;
  z-index: var(--header-z);
  grid-area: header;
}
.grid-container-checkout__form-header {
  grid-area: form-header;
  width: 100%;
  max-width: 832px;
}
.grid-container-checkout__form-body {
  position: relative;
  grid-area: form-body;
  width: 100%;
  max-width: 832px;
}
.grid-container-checkout__form-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  grid-area: form-footer;
  width: 100vw;
  max-width: 832px;
  box-shadow: 0 -2px 50px rgba(17, 17, 17, 0.3);
}
@media (min-width: 768px) {
  .grid-container-checkout__form-footer {
    position: relative;
    z-index: auto;
    width: 100%;
    box-shadow: none;
  }
}
.grid-container-checkout__footer {
  width: 100%;
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
.grid-container-account {
  --header-z: 11000;
  --body-z: 2;
  display: grid;
  grid-template-areas: "header" "account-body" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  grid-gap: 20px;
  width: 100%;
  height: 100vh;
  padding: 0 10px;
}
.grid-container-account .horizontal-scroll {
  overflow: auto;
}
.grid-container-account .scrollbar-inner {
  margin: 0 -10px;
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  .grid-container-account .scrollbar-inner {
    margin: 0;
  }
}
.grid-container-account .scrollbar-inner .scroll-y {
  display: none !important;
}
.grid-container-account .scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
  opacity: 0;
}
.grid-container-account .scrollbar-inner:hover > .scroll-element.scroll-x,
.grid-container-account .scrollbar-inner > .scroll-element.scroll-draggable.scroll-x {
  opacity: 1;
}
.grid-container-account__header {
  z-index: var(--header-z);
  grid-area: header;
}
.grid-container-account__body {
  z-index: var(--body-z);
  grid-area: account-body;
  justify-self: center;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 1080px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.grid-container-account__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .grid-container-account__title {
    margin-top: 40px;
  }
}
.grid-container-account__title-icon {
  color: var(--color-accent-second);
  line-height: 1;
}
@media (min-width: 768px) {
  .grid-container-account__title-icon .svg {
    width: 48px;
    height: 48px;
  }
}
.grid-container-account__title-text {
  margin-left: 8px;
  margin-right: auto;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 768px) {
  .grid-container-account__title-text {
    margin-left: 14px;
    margin-right: 30px;
    font-size: 42px;
  }
}
.grid-container-account__title-link {
  padding: 8px;
  display: inline-block;
  width: 44px;
  height: 44px;
  color: var(--color-accent-second);
  border: 1px solid currentColor;
  border-radius: 10px;
  line-height: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .grid-container-account__title-link {
    padding: 14px;
    width: 56px;
    height: 56px;
  }
}
.grid-container-account__title-link:hover,
.grid-container-account__title-link:focus {
  background-color: rgba(222, 75, 110, 0.05);
}
.grid-container-account__tab-list {
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}
.grid-container-account__tab-list .tab-link {
  display: inline-block;
  padding: 0 10px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: box-shadow 0.3s ease, color 0.2s ease;
}
@media (min-width: 768px) {
  .grid-container-account__tab-list .tab-link {
    font-size: 18px;
  }
}
.grid-container-account__tab-list .tab-link:last-child {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .grid-container-account__tab-list .tab-link:last-child {
    margin-right: 0;
  }
}
.grid-container-account__tab-list .tab-link:is(:hover, :focus) {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  color: #111;
}
.grid-container-account__tab-list .tab-link.active {
  box-shadow: inset 0 -3px 0 0 var(--color-accent-second);
  color: #111;
}
.grid-container-account__tab-content {
  padding-top: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .grid-container-account__tab-content {
    margin-bottom: 0;
    padding-top: 40px;
  }
}
.grid-container-account__tab-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateY(-20px);
}
@media (min-width: 768px) {
  .grid-container-account__tab-content::before {
    transform: translateY(-40px);
  }
}
.grid-container-account__footer {
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
.grid-container-error-page {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: var(--header-height) 1fr auto;
  grid-template-columns: 100%;
  grid-gap: 20px;
  height: 100vh;
  padding: 0 10px;
}
.grid-container-error-page__header {
  z-index: var(--header-z);
  grid-area: header;
}
.grid-container-error-page__main {
  grid-area: main;
  min-height: 500px;
}
.grid-container-error-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .grid-container-error-page__container {
    padding: 80px 40px;
  }
}
.grid-container-error-page__message {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  color: rgba(17, 17, 17, 0.4);
}
.grid-container-error-page__icon {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .grid-container-error-page__icon {
    margin-bottom: 15px;
  }
  .grid-container-error-page__icon svg {
    width: 110px;
    height: 110px;
  }
}
.grid-container-error-page__message-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 42px;
  line-height: 100%;
}
.grid-container-error-page__message_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.grid-container-error-page__button {
  height: 52px;
  padding: 0 20px;
  line-height: 52px;
}
.grid-container-error-page__button .btn__icon {
  margin-right: 10px;
}
.grid-container-error-page__footer {
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
.grid-container-text-page {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: var(--header-height) 1fr auto;
  grid-template-columns: 100%;
  grid-gap: 20px;
  height: 100vh;
  padding: 0 10px;
}
.grid-container-text-page__header {
  z-index: var(--header-z);
  grid-area: header;
}
.grid-container-text-page__main {
  grid-area: main;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.grid-container-text-page__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .grid-container-text-page__container {
    align-items: center;
    padding: 80px 0;
  }
}
.grid-container-text-page__page-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 768px) {
  .grid-container-text-page__page-title {
    font-size: 42px;
    text-align: center;
  }
}
.grid-container-text-page__footer {
  grid-area: footer;
  margin: 0 -10px;
  background-color: #fff;
}
.text-page-content {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #111;
}
@media (min-width: 768px) {
  .text-page-content {
    padding: 60px 100px;
  }
}
.text-page-content h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.text-page-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .text-page-content p {
    font-size: 18px;
  }
}
.text-page-content div:last-child p:last-child {
  margin-bottom: 0;
}
.text-page-consultation-button-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .text-page-consultation-button-container {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.text-page-consultation-button {
  width: 100%;
  height: 52px;
}
@media (min-width: 768px) {
  .text-page-consultation-button {
    width: auto;
    padding: 0 40px;
  }
}
.text-page-consultation-button .btn__icon {
  margin-right: 10px;
}
:root {
  --header-height: 90px;
}
@media (max-width: 1439px) {
  :root {
    --header-height: 80px;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 60px;
  }
}
.header {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 360px;
}
.header__main {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 90px 1fr minmax(auto, 580px);
  grid-template-rows: 1fr;
  gap: 20px;
  align-items: center;
}
.header .row {
  margin: 0 -10px;
}
.header .col-auto {
  padding: 0 10px;
}
.header .menu-toggler {
  margin: auto;
  padding: 6px;
  display: block;
}
.header__logo {
  max-width: 220px;
}
.header .logo {
  display: flex;
  max-width: 100%;
  max-height: 62px;
}
.header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo:hover,
.header .logo:focus {
  opacity: 0.7;
}
.header__nav {
  margin: 0 auto;
  max-width: calc(100% - 220px);
}
.header .nav-list {
  height: auto;
}
.header .nav-list .list-item {
  max-width: 100%;
}
.header .nav-list .link {
  position: relative;
  margin: 0 5px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.header .nav-list .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .header .nav-list .link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.header .nav-list .link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
.header .nav-list .link:hover::after,
.header .nav-list .link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
  .header .nav-list .link:hover::after,
  .header .nav-list .link:focus::after {
    transform: scale(1, 1);
  }
}
.header__search {
  flex: 0 0 100%;
  max-width: calc(100% - 60px);
}
.header__icon {
  max-width: 60px;
}
@media (max-width: 1919px) {
  .header__main {
    grid-template-columns: 90px 1fr minmax(auto, 430px);
  }
  .header__logo {
    max-width: 200px;
  }
  .header__nav {
    margin: 0 auto;
    max-width: calc(100% - 200px);
  }
  .header .nav-list .link {
    margin: 0;
    padding: 6px 0;
    font-size: 16px;
  }
  .header .nav-list .link::after {
    bottom: 5px;
  }
  .header .nav-list .link.active::before {
    margin-left: -2px;
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 1549px) {
  .header__main {
    padding: 14px 0;
  }
  .header__logo {
    max-width: 200px;
  }
  .header__nav {
    margin: 0 auto;
    max-width: calc(100% - 200px);
  }
  .header .col-auto {
    padding: 0 8px;
  }
}
@media (max-width: 1439px) {
  .header__main {
    grid-template-columns: 90px 1fr 1.5fr;
  }
  .header__logo {
    max-width: 220px;
  }
  .header .logo {
    max-width: 180px;
    max-height: 52px;
  }
  .header__nav {
    display: none;
  }
  .header .col-auto {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .header__main {
    position: fixed;
    padding: 10px 10px 9px;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0px 2px 30px rgba(17, 17, 17, 0.1);
  }
  .header .row {
    margin: 0 -3px;
  }
  .header .col-auto {
    padding: 0 3px;
  }
  .header__logo {
    max-width: 140px;
  }
  .header .logo {
    max-width: 90px;
  }
  .header .menu-toggler {
    padding: 5px;
  }
  .header__left {
    padding-left: 5px;
  }
  .header__search {
    display: none;
  }
}
.footer {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 90px;
  max-width: 1920px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    z-index: 1;
  }
}
.footer__top {
  padding-top: 40px;
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 0;
  }
}
.footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer__copy,
.footer__dev {
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
.footer__copy .link,
.footer__dev .link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.footer__copy .link__text,
.footer__dev .link__text,
.footer__copy .link__icon,
.footer__dev .link__icon {
  display: inline-block;
  vertical-align: middle;
}
.footer__copy .link__icon,
.footer__dev .link__icon {
  margin-left: 8px;
  width: 31px;
}
.footer__copy .link:hover,
.footer__dev .link:hover,
.footer__copy .link:focus,
.footer__dev .link:focus {
  color: var(--color-accent-second);
}
@media (max-width: 767px) {
  .footer__copy,
  .footer__dev {
    padding: 10px 0;
    width: 100%;
  }
}
.footer__copy .row {
  margin: 0 -10px;
}
.footer__copy .row .col-12 {
  padding: 5px 10px;
}
.footer__contact {
  padding-top: 30px;
}
@media (min-width: 1025px) {
  .footer__contact {
    padding-left: 15px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    padding: 25px 0;
  }
}
.footer__nav {
  position: relative;
  line-height: 1;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.footer__nav::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
}
.footer__nav .nav-item {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: transparent;
}
.footer__nav .nav-link {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
}
.footer__nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .footer__nav .nav-link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.footer__nav .nav-link.active {
  padding-left: 15px;
}
.footer__nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
.footer__nav .nav-link:hover::after,
.footer__nav .nav-link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
  .footer__nav .nav-link:hover::after,
  .footer__nav .nav-link:focus::after {
    transform: scale(1, 1);
  }
}
.footer__nav .nav-btn {
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  overflow: visible;
}
.footer__nav .nav-btn__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -25px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transform: translate3D(0, 0, 0) rotate(-90deg);
  transition: transform ease-in-out 0.3s;
}
.footer__nav .nav-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .footer__nav .nav-btn::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.footer__nav .nav-btn:hover::after,
.footer__nav .nav-btn:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
  .footer__nav .nav-btn:hover::after,
  .footer__nav .nav-btn:focus::after {
    transform: scale(1, 1);
  }
}
@media (min-width: 1025px) {
  .footer__nav::after {
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
  }
}
@media (max-width: 1024px) {
  .footer__nav::after {
    bottom: 0;
    right: 10px;
    left: 10px;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    overflow: visible;
  }
  .footer__nav .nav-item_has-child {
    z-index: 5;
  }
  .footer__nav .nav-item_has-child.open .nav-btn__icon {
    transform: rotate(90deg);
  }
  .footer__nav .nav-item_has-child.open .subnav {
    width: 360px;
    max-height: 600px;
    visibility: visible;
  }
  .footer__nav .nav-item_has-child.open .subnav-item {
    opacity: 1;
  }
  .footer__nav .nav-btn {
    margin-right: 25px;
  }
  .footer__nav .subnav {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    margin-bottom: 7px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    border: 1px solid rgba(17, 17, 17, 0.2);
    background-color: #f7f7f7;
    border-radius: 10px;
    transition: max-height ease-in-out 0.3s, visibility ease-in-out 0.3s;
  }
  .footer__nav .subnav-item {
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
  }
  .footer__nav .subnav-item:first-child {
    padding-top: 20px;
  }
  .footer__nav .subnav-item:last-child {
    padding-bottom: 20px;
  }
  .footer__nav .subnav-item + .subnav-item {
    margin-top: 10px;
  }
  .footer__nav .subnav-item.disabled .subnav-link {
    color: rgba(0, 0, 0, 0.6);
    padding-right: 140px;
  }
  .footer__nav .subnav-item.disabled .subnav-link::after {
    opacity: 0;
  }
  .footer__nav .subnav-item.disabled .subnav-link__selected {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .footer__nav .subnav-item.disabled .subnav-link__disabled {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .footer__nav .subnav-item.disabled .subnav-link__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(0px, -50%);
  }
  .footer__nav .subnav-item.disabled .subnav-link__icon:hover {
    color: #111;
  }
  .footer__nav .subnav-link {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
  }
  .footer__nav .subnav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
  }
  @supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
    .footer__nav .subnav-link::after {
      transform: scale(0, 0);
      transition: transform ease-in-out 0.3s;
    }
  }
  .footer__nav .subnav-link:hover::after,
  .footer__nav .subnav-link:focus::after {
    opacity: 1;
  }
  @supports (transform: translate(0, 0)) or
                            (-webkit-transform: translate(0, 0)) {
    .footer__nav .subnav-link:hover::after,
    .footer__nav .subnav-link:focus::after {
      transform: scale(1, 1);
    }
  }
  .footer__nav .subnav-link.active {
    padding-left: 15px;
  }
  .footer__nav .subnav-link.active::after {
    opacity: 0;
  }
  .footer__nav .subnav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-accent-second);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__nav {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    margin: 0 -30px;
    padding: 40px 0;
  }
  .footer__nav .nav-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__nav .nav-item_has-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: background-color ease-in-out 0.3s;
  }
  .footer__nav .nav-item_has-child.open::before {
    background-color: #f7f7f7;
  }
  .footer__nav .nav-item_has-child.open .nav-btn__icon {
    transform: rotate(90deg);
  }
  .footer__nav .nav-item_has-child.open .subnav {
    max-height: 600px;
    visibility: visible;
  }
  .footer__nav .nav-btn__icon {
    right: -65px;
  }
  .footer__nav .subnav {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height ease-in-out 0.3s;
  }
  .footer__nav .subnav-item:first-child {
    padding-top: 15px;
  }
  .footer__nav .subnav-item:last-child {
    padding-bottom: 15px;
  }
  .footer__nav .subnav-item + .subnav-item {
    margin-top: 10px;
  }
  .footer__nav .subnav-item.disabled .subnav-link {
    color: rgba(0, 0, 0, 0.6);
    padding-right: 140px;
  }
  .footer__nav .subnav-item.disabled .subnav-link::after {
    opacity: 0;
  }
  .footer__nav .subnav-item.disabled .subnav-link__selected {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .footer__nav .subnav-item.disabled .subnav-link__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(0px, -50%);
  }
  .footer__nav .subnav-item.disabled .subnav-link__icon:hover {
    color: #111;
  }
  .footer__nav .subnav-link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
  }
  .footer__nav .subnav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
  }
  @supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
    .footer__nav .subnav-link::after {
      transform: scale(0, 0);
      transition: transform ease-in-out 0.3s;
    }
  }
  .footer__nav .subnav-link:hover::after,
  .footer__nav .subnav-link:focus::after {
    opacity: 1;
  }
  @supports (transform: translate(0, 0)) or
                            (-webkit-transform: translate(0, 0)) {
    .footer__nav .subnav-link:hover::after,
    .footer__nav .subnav-link:focus::after {
      transform: scale(1, 1);
    }
  }
}
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.btn__icon,
.btn__text {
  display: inline-block;
  vertical-align: middle;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn_icon {
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: transparent;
  color: #111;
}
.btn_icon:hover,
.btn_icon:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn_primary {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.btn_primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: var(--color-accent-second);
}
.btn_primary:hover,
.btn_primary:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.btn_primary:disabled,
.btn_primary.disabled {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.btn_primary:disabled::before,
.btn_primary.disabled::before {
  background-color: transparent;
}
.btn_primary:disabled .btn__icon .svg,
.btn_primary.disabled .btn__icon .svg {
  color: rgba(255, 255, 255, 0.5);
}
.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_red {
  background-color: #ff3535;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn_red:hover,
.btn_red:focus {
  color: #fff;
  opacity: 0.8;
}
.btn_white {
  border: solid 1px #fff;
  background-color: #fff;
  color: #ff3535;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn_white:hover,
.btn_white:focus {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn_primary-outlined {
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color-accent-second);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.btn_primary-outlined:hover,
.btn_primary-outlined:focus {
  background-color: rgba(222, 75, 110, 0.05);
}
.btn_primary-outlined-dark {
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--color-accent-second);
  font-weight: bold;
  letter-spacing: 0.02em;
}
.btn_primary-outlined-dark:hover,
.btn_primary-outlined-dark:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn_white-pink {
  border: none;
  background: rgba(222, 75, 110, 0.1);
  border-radius: 10px;
  color: var(--color-accent-second);
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 14px;
  transition: 0.3s background linear;
}
.btn_white-pink:hover,
.btn_white-pink:focus {
  background: rgba(222, 75, 110, 0.3);
}
.btn_white-outlined {
  border: 1px solid currentColor;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn_white-outlined:hover,
.btn_white-outlined:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn_modal-close,
.btn_sidebar-close {
  width: 44px;
  height: 44px;
}
@media (min-width: 1025px) {
  .btn_modal-close,
  .btn_sidebar-close {
    width: 56px;
    height: 56px;
  }
}
.btn_modal-close {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 10px;
  background-color: #ffffff;
}
.btn_modal-closefocus,
.btn_modal-close:hover {
  background-color: #fdf6f8;
}
@media (min-width: 1025px) {
  .btn_modal-close {
    right: 20px;
  }
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-group_search {
  margin-bottom: 0;
}
.form-label {
  display: block;
}
.form-label_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
}
.form-label_hint {
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 20px;
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.4);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1439px) {
  .form-label_hint {
    top: 18px;
    left: 14px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 62px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.03);
  background-clip: border-box;
  color: #111;
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.form-control:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.form-control:focus {
  border-color: rgba(17, 17, 17, 0.6);
  background-color: rgba(0, 0, 0, 0.03);
}
.form-control_error ~ .form-validator {
  visibility: visible;
  opacity: 1;
}
.form-control:disabled,
.form-control_disabled {
  pointer-events: none;
}
.form-control_hint {
  padding-top: 20px;
}
.form-control_hint:focus + .form-label_hint,
.form-control_hint.filled + .form-label_hint {
  font-size: 14px;
  transform: translateY(-10px);
}
.form-control_hint.form-control_error:not(:focus) {
  border-color: #ff3535;
}
.form-control_hint.form-control_error:not(:focus) ~ .form-validator {
  visibility: visible;
  opacity: 1;
}
.form-control_hint.form-control_error:focus ~ .form-validator {
  visibility: hidden;
  opacity: 0;
}
.form-group.form-group_textarea .form-control {
  height: auto;
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 10px;
}
.form-validator {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  color: #ff3535;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.5s, visibility ease-in-out 0.5s;
}
.stepper-input-group {
  position: relative;
}
.stepper-input-group .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding: 6px;
  border-radius: 10px;
  color: #fff;
  background-color: transparent;
}
.stepper-input-group .btn_minus {
  left: 8px;
}
.stepper-input-group .btn_plus {
  right: 8px;
}
.stepper-input-group .btn:hover,
.stepper-input-group .btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper-input-group .btn:disabled,
.stepper-input-group .btn.disabled {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.stepper-input {
  width: 100%;
  height: 44px;
  padding: 0 40px;
  border: none;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
}
.stepper-input:hover,
.stepper-input:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.4);
}
::-moz-placeholder {
  color: rgba(17, 17, 17, 0.4);
}
/* Firefox 19+ */
:-moz-placeholder {
  color: rgba(17, 17, 17, 0.4);
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.4);
}
@media (max-width: 1439px) {
  .form-control {
    height: 52px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 11000;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 600px;
  background-color: #fff;
  overflow: hidden;
  transform: translateX(0);
  transition: transform ease-in-out 0.3s;
}
.sidebar_left {
  left: -600px;
}
@media (max-width: 767px) {
  .sidebar_left {
    left: -100%;
    max-width: 100%;
  }
}
.sidebar_right {
  right: -600px;
}
@media (max-width: 767px) {
  .sidebar_right {
    right: -100%;
    max-width: 100%;
  }
}
.sidebar__content {
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.sidebar .scrollbar-inner {
  max-height: 100%;
  overflow-y: auto;
}
.sidebar .scrollbar-inner .scroll-element.scroll-x {
  display: none !important;
}
.sidebar__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
@media (min-width: 768px) {
  .sidebar__header {
    padding: 20px 20px 20px 60px;
  }
}
.sidebar__header-icon {
  width: 38px;
  height: 38px;
  margin-right: 14px;
  color: rgba(17, 17, 17, 0.7);
}
.sidebar__header-icon .svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sidebar__header-icon {
    width: 48px;
    height: 48px;
  }
}
.sidebar__header-text {
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
  flex: 1 1 auto;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .sidebar__header-text {
    font-size: 42px;
  }
}
.sidebar__header-close {
  align-self: flex-start;
  flex: 0 0 auto;
}
.sidebar__title {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .sidebar__title {
    margin-right: 18px;
  }
}
.sidebar__title-sup-text {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .sidebar__title-sup-text {
    font-size: 42px;
  }
}
.sidebar__title-sub-text {
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .sidebar__title-sub-text {
    font-size: 16px;
  }
}
.sidebar__menu-header {
  position: relative;
  z-index: 5;
  padding: 29px 10px 15px 20px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  grid-template-rows: 1fr;
  gap: 20px;
  align-items: center;
  overflow: hidden;
}
.sidebar__menu-header .logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
@media (max-width: 1549px) {
  .sidebar__menu-header {
    padding: 15px 10px 15px 20px;
  }
}
@media (max-width: 1024px) {
  .sidebar__menu-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 9px;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0px 2px 30px rgba(17, 17, 17, 0.1);
  }
  .sidebar__menu-header .logo {
    max-width: 90px;
    max-height: 52px;
  }
}
.sidebar__body {
  display: flex;
  flex-direction: column;
}
.sidebar__body > * {
  flex: 0 0 auto;
  max-width: 100%;
}
.sidebar_menu .sidebar__body {
  padding: 0;
  min-height: calc(var(--vh, 1vh) * 100 - 120px);
}
@media (max-width: 1549px) {
  .sidebar_menu .sidebar__body {
    min-height: calc(var(--vh, 1vh) * 100 - 90px);
  }
}
@media (max-width: 1024px) {
  .sidebar_menu .sidebar__body {
    min-height: calc(var(--vh, 1vh) * 100 - 70px);
  }
}
.sidebar_menu .sidebar__footer {
  margin-top: auto;
  padding: 40px 118px;
}
@media (max-width: 1024px) {
  .sidebar_menu .sidebar__footer {
    padding: 20px;
  }
}
.sidebar_menu .consultation-toggler {
  padding: 0 40px;
  height: 56px;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
}
.sidebar_menu .consultation-toggler .btn__icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.sidebar-menu-open {
  overflow: hidden;
}
.sidebar-menu-open .sidebar_menu {
  transform: translateX(100%);
}
.sidebar-menu-open .sidebar_menu .sidebar__content {
  visibility: visible;
  opacity: 1;
}
.sidebar-share-config-open {
  overflow: hidden;
}
.sidebar-share-config-open .sidebar-share-config {
  transform: translateX(-100%);
}
.sidebar-share-config-open .sidebar-share-config .sidebar__content {
  visibility: visible;
  opacity: 1;
}
.sidebar-consultation-open {
  overflow: hidden;
}
.sidebar-consultation-open .sidebar-consultation {
  transform: translateX(-100%);
}
.sidebar-consultation-open .sidebar-consultation .sidebar__content {
  visibility: visible;
  opacity: 1;
}
.sidebar-authorization-open {
  overflow: hidden;
}
.sidebar-authorization-open .sidebar-authorization {
  transform: translateX(-100%);
}
.sidebar-authorization-open .sidebar-authorization .sidebar__content {
  visibility: visible;
  opacity: 1;
}
.sidebar-share-config {
  display: flex;
  flex-flow: column;
}
.sidebar-share-config__body {
  display: flex;
  flex: 1 0 auto;
  flex-flow: column;
  max-width: 450px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .sidebar-share-config__body {
    max-width: unset;
    padding: 80px 40px;
  }
}
.sidebar-share-config__center {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.sidebar-share-config__center-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 6px;
  color: rgba(17, 17, 17, 0.7);
}
@media (min-width: 768px) {
  .sidebar-share-config__center-text {
    font-size: 16px;
  }
}
.sidebar-share-config__share-number {
  color: var(--color-accent-second);
  font-weight: bold;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
}
.sidebar-share-config__copy-button {
  padding: 0 20px;
  line-height: 56px;
  margin-top: 20px;
}
.sidebar-share-config__copy-button .btn__icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.sidebar-share-config__bottom-text {
  flex: 0 1 auto;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .sidebar-share-config__bottom-text {
    font-size: 18px;
  }
}
.sidebar-consultation {
  display: flex;
  flex-direction: column;
}
.sidebar-consultation__header {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
@media (min-width: 768px) {
  .sidebar-consultation__header {
    flex-direction: row-reverse;
    padding: 20px 60px 20px 20px;
  }
}
.sidebar-consultation__header-icon {
  width: 38px;
  height: 38px;
  margin-right: 14px;
  color: rgba(17, 17, 17, 0.7);
}
.sidebar-consultation__header-icon .svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sidebar-consultation__header-icon {
    width: 40px;
    height: 40px;
  }
}
.sidebar-consultation__title {
  flex: 1 1 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sidebar-consultation__title {
    margin-right: 18px;
    text-align: right;
  }
}
.sidebar-consultation__title-sup-text {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .sidebar-consultation__title-sup-text {
    font-size: 42px;
  }
}
.sidebar-consultation__title-sub-text {
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .sidebar-consultation__title-sub-text {
    font-size: 16px;
  }
}
.sidebar-consultation__body {
  position: relative;
  margin: auto;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.sidebar-consultation__form,
.sidebar-consultation__message {
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .sidebar-consultation__form,
  .sidebar-consultation__message {
    padding: 40px 60px;
  }
}
.sidebar-consultation__form {
  text-align: center;
}
.sidebar-consultation__form-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar-consultation__form-wrapper {
    margin-bottom: 10px;
  }
}
.sidebar-consultation__send-button {
  padding: 0 20px;
  margin: 0 auto;
  width: 192px;
  height: 52px;
  line-height: 52px;
}
.sidebar-consultation__send-button .svg {
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .sidebar-consultation__send-button {
    height: 56px;
    line-height: 56px;
  }
}
.sidebar-consultation .message {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.sidebar-consultation .message__wrapper {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidebar-consultation .message__icon {
  margin-bottom: 20px;
  color: var(--color-accent-second);
}
.sidebar-consultation .message__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
.sidebar-consultation .message__message {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.sidebar-consultation .message__button {
  flex: 0 0 auto;
  height: 54px;
}
.sidebar-consultation .message_error .message__icon {
  color: #ff3535;
}
.sidebar-consultation .fade-enter,
.sidebar-consultation .fade-leave-to {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sidebar-consultation .fade-enter-active {
  transition: 0.5s 0.1s;
}
.sidebar-consultation .fade-leave-active {
  transition: 0.5s;
}
.main-nav {
  padding: 55px 0 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.main-nav .nav-item {
  position: relative;
  z-index: 1;
  padding-left: 118px;
  padding-right: 95px;
  background-color: transparent;
}
.main-nav .nav-item + .nav-item {
  margin-top: 20px;
}
.main-nav .nav-item_has-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
}
.main-nav .nav-item_has-child.open::before {
  background-color: #f7f7f7;
}
.main-nav .nav-item_has-child.open .nav-btn__icon {
  transform: rotate(90deg);
}
.main-nav .nav-item_has-child.open .subnav {
  max-height: 600px;
  visibility: visible;
}
.main-nav .nav-link {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                (-webkit-transform: translate(0, 0)) {
  .main-nav .nav-link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.main-nav .nav-link.active {
  padding-left: 15px;
}
.main-nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .main-nav .nav-link:hover::after,
  .main-nav .nav-link:focus::after {
    transform: scale(1, 1);
  }
}
.main-nav .nav-btn {
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
  overflow: visible;
}
.main-nav .nav-btn__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -65px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transform: translate3D(0, 0, 0) rotate(-90deg);
  transition: transform ease-in-out 0.3s;
}
.main-nav .nav-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                (-webkit-transform: translate(0, 0)) {
  .main-nav .nav-btn::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.main-nav .nav-btn:hover::after,
.main-nav .nav-btn:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .main-nav .nav-btn:hover::after,
  .main-nav .nav-btn:focus::after {
    transform: scale(1, 1);
  }
}
.main-nav .subnav {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height ease-in-out 0.3s;
}
.main-nav .subnav-item:first-child {
  padding-top: 15px;
}
.main-nav .subnav-item:last-child {
  padding-bottom: 15px;
}
.main-nav .subnav-item + .subnav-item {
  margin-top: 10px;
}
.main-nav .subnav-item.disabled .subnav-link {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 140px;
}
.main-nav .subnav-item.disabled .subnav-link::after {
  opacity: 0;
}
.main-nav .subnav-item.disabled .subnav-link__selected {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0px, -50%);
}
.main-nav .subnav-item.disabled .subnav-link__disabled {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}
.main-nav .subnav-item.disabled .subnav-link__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: 28px;
  transform: translate(0px, -50%);
}
.main-nav .subnav-item.disabled .subnav-link__icon:hover {
  color: #111;
}
.main-nav .subnav-link {
  position: relative;
  font-weight: 500;
  font-size: 18px;
}
.main-nav .subnav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                (-webkit-transform: translate(0, 0)) {
  .main-nav .subnav-link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.main-nav .subnav-link:hover::after,
.main-nav .subnav-link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                    (-webkit-transform: translate(0, 0)) {
  .main-nav .subnav-link:hover::after,
  .main-nav .subnav-link:focus::after {
    transform: scale(1, 1);
  }
}
.main-nav .subnav-link.active {
  padding-left: 15px;
}
.main-nav .subnav-link.active::after {
  opacity: 0;
}
.main-nav .subnav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
@media (max-width: 767px) {
  .main-nav {
    padding-top: 40px;
  }
  .main-nav .nav-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-nav .nav-item_has-child.open .nav-btn::before {
    top: 9px;
  }
  .main-nav .nav-link {
    font-size: 20px;
  }
  .main-nav .nav-link.active {
    padding-left: 15px;
  }
  .main-nav .nav-link.active::before {
    top: 7px;
  }
  .main-nav .nav-btn {
    font-size: 20px;
  }
  .main-nav .nav-btn::before {
    top: 3px;
  }
}
.account-tab-history {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .account-tab-history {
    padding-bottom: 60px;
  }
}
.account-tab-history__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 20px;
}
.account-tab-history__filter {
  position: relative;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .account-tab-history__filter {
    max-width: 264px;
  }
}
.account-tab-history__filter-select select {
  width: 100%;
  height: 52px;
  padding: 16px 60px 16px 16px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s background-color linear;
}
@media (min-width: 768px) {
  .account-tab-history__filter-select select {
    height: 62px;
    font-size: 18px;
  }
}
.account-tab-history__filter-select select:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.account-tab-history__refresh {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 16px 38px;
  color: var(--color-accent-second);
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s background-color linear;
  margin-left: 8px;
  border-radius: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .account-tab-history__refresh {
    height: 62px;
    font-size: 18px;
  }
}
.account-tab-history__refresh:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.account-tab-history__refresh p {
  margin-left: 10px;
  margin-bottom: 0;
}
.account-tab-history__filter-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 0;
  transform: translateY(-50%);
}
.account-tab-history__filter-icon .svg {
  transform: rotate(-90deg);
}
.account-tab-history__show-more-button {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  line-height: 56px;
}
.account-tab-history__show-more-button .btn__icon {
  padding-right: 10px;
}
.account-tab-history__items .history-empty {
  padding-bottom: 20px;
  display: none;
}
.account-tab-history__items .history-empty:only-child {
  display: block;
}
.account-tab-history__items .history-empty .btn {
  line-height: 49px;
}
.account-tab-contacts {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-tab-contacts {
    margin-bottom: 60px;
  }
}
.account-tab-contacts__form {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.account-tab-contacts__form-row {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.account-tab-contacts__form-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .account-tab-contacts__form-row {
    padding: 30px;
  }
}
.account-tab-contacts__form-row .filter-range .filter-range-item {
  margin-bottom: 0;
}
.account-tab-contacts__form-row-title {
  margin-bottom: 20px;
  flex: 1 0 100%;
  color: #111;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .account-tab-contacts__form-row-title {
    margin-bottom: 15px;
  }
}
.account-tab-contacts__form-cell {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  box-sizing: content-box;
}
.account-tab-contacts__form-cell:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-tab-contacts__form-cell {
    flex-basis: calc(50% - 15px);
  }
  .account-tab-contacts__form-cell:nth-child(odd) {
    margin-left: 15px;
  }
  .account-tab-contacts__form-cell:nth-child(even) {
    margin-right: 15px;
  }
}
.account-tab-contacts__form-cell .form-group,
.account-tab-contacts__form-cell .filter-range {
  margin-bottom: 10px;
  flex: 1 1 100%;
}
.account-tab-contacts__form-cell .form-group:last-child {
  margin-bottom: 0;
}
.account-tab-contacts__preview {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.account-tab-contacts__preview-row {
  padding: 30px;
  color: #111;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.account-tab-contacts__preview-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.account-tab-contacts__preview-row-value {
  margin: 0;
}
.account-tab-contacts__preview-row-value:not(:last-child) {
  margin-bottom: 8px;
}
.account-tab-contacts__preview-row-title {
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .account-tab-contacts__preview-row-title {
    font-size: 16px;
  }
}
.account-tab-textpage {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-tab-textpage {
    margin-bottom: 60px;
  }
}
.account-tab-textpage__form {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.account-tab-textpage__form-row {
  align-items: flex-end;
  padding: 20px;
}
@media (min-width: 768px) {
  .account-tab-textpage__form-row {
    padding: 30px;
  }
}
.account-tab-textpage__form-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.account-tab-textpage__form-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}
.account-tab-textpage__form-cell {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.account-tab-textpage__form-cell:not(:last-child) {
  margin-bottom: 20px;
}
.account-tab-textpage__form-cell .form-group {
  flex: 1 1 100%;
  margin-bottom: 10px;
}
.account-tab-textpage__form-row_add-new-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.account-tab-textpage__form-row_add-new-row .account-tab-textpage__form-title {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.account-tab-textpage__preview {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.account-tab-textpage__preview-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.account-tab-textpage__preview-paragraph {
  margin-bottom: 13px;
  white-space: pre-line;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .account-tab-textpage__preview-paragraph {
    font-size: 18px;
  }
}
.account-tab-style {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-tab-style {
    margin-bottom: 60px;
  }
}
.account-tab-style__form {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: rgba(17, 17, 17, 0.7);
}
.account-tab-style__form-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .account-tab-style__form-row {
    display: flex;
  }
}
.account-tab-style__form-cell {
  padding: 20px;
}
.account-tab-style__form-cell:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .account-tab-style__form-cell {
    flex: 1 1 50%;
    padding: 30px;
  }
  .account-tab-style__form-cell:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 0;
  }
}
.account-tab-style__form-cell p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .account-tab-style__form-cell_color-inputs {
    display: flex;
    flex-wrap: wrap;
  }
  .account-tab-style__form-cell_color-inputs .account-tab-style__title {
    flex-basis: 100%;
  }
  .account-tab-style__form-cell_color-inputs .account-tab-style__form-color-input {
    flex: 1 1 50%;
  }
}
.account-tab-style__title {
  margin-bottom: 15px;
  color: #111;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.account-tab-style__title_colors {
  margin-bottom: -10px;
}
.account-tab-style__form-image-uploader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .account-tab-style__form-image-uploader {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .account-tab-style__form-image-uploader .file-input {
    margin-bottom: 15px;
  }
}
.account-tab-style__add-button {
  width: 46px;
  height: 44px;
}
.account-tab-style__add-button .btn__text {
  display: none;
}
@media (min-width: 768px) {
  .account-tab-style__add-button {
    width: auto;
    height: 44px;
    padding: 0 14px;
  }
  .account-tab-style__add-button .btn__text {
    display: inline-block;
    margin-left: 12px;
  }
}
.account-tab-style .form-group {
  margin-bottom: 15px;
}
.account-tab-style__form-color-input {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .account-tab-style__form-color-input:nth-child(even) {
    padding-right: 15px;
  }
  .account-tab-style__form-color-input:nth-child(odd) {
    padding-left: 15px;
  }
}
.account-tab-style__form-color-input .form-group {
  flex: 1 1 auto;
  margin: 5px 0;
}
.account-tab-style__form-color-input > label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .account-tab-style__form-color-input {
    flex-direction: row-reverse;
  }
}
.account-tab-style__color-mark {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: currentColor;
  cursor: pointer;
}
@media (min-width: 768px) {
  .account-tab-style__color-mark {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 0;
  }
}
.account-tab-style__color-mark_border {
  box-shadow: inset 0 0 0 3px currentColor;
  background-color: #fff;
}
.account-tab-style__preview {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .account-tab-style__preview {
    display: flex;
    flex-wrap: wrap;
  }
}
.account-tab-style__preview-cell {
  padding: 20px;
}
@media (min-width: 768px) {
  .account-tab-style__preview-cell {
    flex-basis: 100%;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .account-tab-style__preview-cell_50 {
    flex-basis: 50%;
  }
}
.account-tab-style__preview-image-container {
  height: 90px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.account-tab-style__preview-image-container_logo {
  max-width: 200px;
}
.account-tab-style__preview-image-container_favicon {
  max-width: 90px;
}
.account-tab-style__preview-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.account-tab-style__url {
  padding: 6px 10px;
  max-width: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipse;
  overflow: hidden;
}
.account-tab-style__btn {
  margin-top: 5px;
}
.account-tab-style__btn .btn {
  z-index: 1;
  padding: 0 20px;
  height: 52px;
  font-size: 14px;
}
.account-tab-style__btn .btn .btn__text {
  padding-left: 5px;
  max-width: calc(100% - 20px);
  white-space: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .account-tab-style__preview-color-row {
    display: flex;
    flex-wrap: wrap;
  }
}
.account-tab-style__preview-color-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .account-tab-style__preview-color-cell {
    flex-basis: 50%;
  }
  .account-tab-style__preview-color-cell:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.account-tab-style__preview-color-name {
  flex-basis: 100%;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.account-tab-style__preview-color-mark {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px currentColor;
  color: transparent;
}
@media (min-width: 768px) {
  .account-tab-style__preview-color-mark {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }
}
.account-tab-style__preview-color-title {
  margin-right: 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.file-input {
  position: relative;
  height: 90px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: border 0.2s ease;
}
.file-input::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: rgba(0, 0, 0, 0.1);
  font-size: 25px;
  line-height: 0;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
.file-input:hover {
  border: 2px dashed rgba(17, 17, 17, 0.6);
}
.file-input:hover::before {
  color: rgba(17, 17, 17, 0.6);
}
.file-input__preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.attached .file-input__preview {
  opacity: 1;
}
.file-input input {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: pointer;
}
.file-input_logo {
  width: 200px;
}
.file-input_favicon {
  width: 90px;
}
.order-item {
  position: relative;
  width: 1080px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.order-item:first-child .order-item__info {
  margin-top: 0;
}
.order-item__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #fff;
  margin: 4px 0;
}
.order-item__label {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  background: #359eff;
  border-radius: 10px 0px 0px 10px;
}
.order-item__label-text {
  position: absolute;
  bottom: 50%;
  white-space: nowrap;
  transform: rotate(-180deg) translate(-50%, -50%);
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
.order-item__label.state-canceled {
  background: rgba(0, 0, 0, 0.25);
}
.order-item__label.state-change-order {
  background: #ff3535;
}
.order-item__label.state-reserve {
  background: #36a76a;
}
.order-item__label.state-work {
  background: #ff7235;
}
.order-item__buttons {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  z-index: 1;
}
.order-item__buttons .btn {
  font-size: 16px;
  min-width: 46px;
  height: 46px;
}
.order-item__buttons .btn:first-child {
  margin-right: 4px;
  padding: 0px 35px;
  min-width: 210px;
}
.order-item__buttons .btn:last-child.show .btn__icon {
  transform: rotate(90deg);
}
.order-item__buttons .btn:last-child .btn__icon {
  transform: rotate(-90deg);
  transition: 0.3s transform linear;
}
.order-item__buttons .btn .sended-icon {
  width: 24px;
  max-height: 100%;
  display: none;
  color: var(--color-accent-second);
  margin: 0 auto;
}
.order-item__buttons .btn .loading-spinner {
  width: 50px;
  max-height: 100%;
  display: none;
  margin: 0 auto;
  color: var(--color-accent-second);
}
.order-item__buttons .btn.loading .loading-spinner {
  display: block;
}
.order-item__buttons .btn.loading .btn__text {
  display: none;
}
.order-item__buttons .btn.sended .sended-icon {
  display: block;
}
.order-item__buttons .btn.sended .btn__text {
  display: none;
}
.order-item__number {
  width: 140px;
  flex: 0 0 50%;
  padding: 0 20px;
  color: var(--color-accent-second);
  font-weight: bold;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .order-item__number {
    flex: 0 0 auto;
    padding: 0;
    padding-left: 24px;
    padding-right: 30px;
  }
}
.order-item__order-info {
  padding: 5px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.order-item__order-info > * {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .order-item__order-info {
    padding: 5px 30px 0;
  }
}
.order-item__order-date {
  color: rgba(17, 17, 17, 0.4);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.order-item__order-config {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.order-item__order-quantity {
  margin-left: 5px;
  font-size: 14px;
}
.order-item__order-price {
  color: var(--color-accent-second);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.order-item__customer-info {
  flex: 0 0 100%;
  margin-top: 15px;
  padding: 15px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .order-item__customer-info {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    margin: 0;
    padding: 5px 30px 0;
    width: 300px;
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 18px;
  }
}
.order-item__customer-info p {
  margin: 0 0 6px;
}
.order-item__list {
  position: relative;
  overflow: hidden;
  transition: 0.6s 0.1s line-height ease-in-out, 0.3s opacity ease-in-out;
  margin-bottom: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 10px;
  display: none;
}
.order-item__list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-left: 50px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.order-item__list-item:last-child {
  border-bottom: none;
}
.order-item__list-item.error {
  background: rgba(255, 53, 53, 0.15);
}
.order-item__list-item.error .order-item__list-item-buttons .btn:not(:hover):not(:focus) {
  background: rgba(255, 255, 255, 0.7);
}
.order-item__list-item-name {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  max-width: 375px;
  word-break: break-word;
}
.order-item__list-item-name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
.order-item__list-item-name p {
  margin-bottom: 0;
}
.order-item__list-item-error {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #ff3535;
  font-weight: 500;
  font-size: 12px;
}
.order-item__list-item-error .svg {
  margin-right: 5px;
}
.order-item__list-item-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding: 0 30px;
  padding-left: 75px;
}
.order-item__list-item-quantity {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.order-item__list-item-buttons {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  z-index: 1;
}
.order-item__list-item-buttons .btn {
  padding: 8px 10px;
}
.order-item__list-item-buttons .btn .btn__text {
  width: 91px;
}
.empty-tab-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 290px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: rgba(17, 17, 17, 0.4);
}
@media (min-width: 768px) {
  .empty-tab-placeholder {
    max-height: 360px;
    margin-bottom: 20px;
  }
}
.empty-tab-placeholder__icon {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .empty-tab-placeholder__icon .svg {
    width: 120px;
    height: 120px;
  }
}
.empty-tab-placeholder__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.account-tab-control-panel {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  padding: 8px 20px;
  box-shadow: 0 -2px 50px rgba(17, 17, 17, 0.3);
  background-color: var(--color-accent-main);
}
@media (min-width: 768px) {
  .account-tab-control-panel {
    position: relative;
    height: 100px;
    border-radius: 10px;
    box-shadow: none;
  }
}
.account-tab-control-panel__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.account-tab-control-panel__buttons-add .btn {
  width: 100%;
  height: 52px;
}
@media (min-width: 768px) {
  .account-tab-control-panel__buttons-add .btn {
    width: 180px;
  }
}
.account-tab-control-panel__buttons-add .btn__icon {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .account-tab-control-panel__buttons-edit {
    justify-content: flex-end;
  }
}
.account-tab-control-panel__buttons-edit .btn {
  width: 155px;
  height: 52px;
}
@media (min-width: 768px) {
  .account-tab-control-panel__buttons-edit .btn {
    width: auto;
    height: 56px;
    padding: 0 30px;
  }
}
.account-tab-control-panel__buttons-edit .btn__text {
  color: #fff;
}
.account-tab-control-panel__buttons-edit .btn__icon {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .account-tab-control-panel__buttons-edit .btn__icon {
    margin-right: 15px;
  }
}
.account-tab-control-panel__buttons-edit > .btn:not(:last-child) {
  margin-right: 10px;
}
.account-tab-control-panel__buttons-show .btn {
  width: 100%;
  height: 52px;
  padding: 0 30px;
}
.account-tab-control-panel__buttons-show .btn__icon {
  margin-right: 15px;
  color: #fff;
}
.account-tab-control-panel__buttons-show .btn__text {
  color: #fff;
}
@media (min-width: 768px) {
  .account-tab-control-panel__buttons-show .btn {
    width: auto;
    height: 56px;
  }
}
.account-tab__remove-button {
  width: 36px;
  height: 32px;
  color: #ff3535;
}
.account-tab__add-button {
  display: flex;
  align-items: center;
  height: 32px;
  margin-left: 20px;
  padding: 0 10px;
}
.account-tab__add-button .btn__text {
  font-size: 14px;
}
.account-tab__add-button .btn__icon {
  margin-right: 5px;
}
.confirmation-dialog {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 355px;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
  padding: 20px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.02em;
  background-color: #862c84;
  border-radius: 7px;
}
.confirmation-dialog__message {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 850px) {
  .confirmation-dialog__message {
    font-size: 18px;
  }
}
.confirmation-dialog__buttons {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.confirmation-dialog__deny-button {
  margin-right: 10px;
}
.confirmation-dialog__deny-button,
.confirmation-dialog__confirm-button {
  height: 45px;
  padding: 0 20px;
  text-overflow: clip;
}
@media (min-width: 850px) {
  .confirmation-dialog__deny-button,
  .confirmation-dialog__confirm-button {
    padding: 0 30px;
  }
}
.confirmation-dialog__deny-button .btn__icon,
.confirmation-dialog__confirm-button .btn__icon {
  margin-right: 10px;
}
@media (min-width: 850px) {
  .confirmation-dialog__deny-button .btn__icon,
  .confirmation-dialog__confirm-button .btn__icon {
    margin-right: 17px;
  }
}
.confirmation-dialog.show-enter-active,
.confirmation-dialog.show-leave-active {
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.confirmation-dialog.show-enter,
.confirmation-dialog.show-leave-to {
  opacity: 0;
}
.confirmation-trash-dialog {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #ff3535;
}
.confirmation-trash-dialog__message {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 850px) {
  .confirmation-trash-dialog__message {
    font-size: 18px;
  }
}
.confirmation-trash-dialog__buttons {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.confirmation-trash-dialog__deny-button {
  margin-right: 10px;
}
.confirmation-trash-dialog__deny-button,
.confirmation-trash-dialog__confirm-button {
  height: 52px;
  padding: 0 20px;
  text-overflow: clip;
}
@media (min-width: 850px) {
  .confirmation-trash-dialog__deny-button,
  .confirmation-trash-dialog__confirm-button {
    height: 56px;
    padding: 0 30px;
  }
}
.confirmation-trash-dialog__deny-button .btn__icon,
.confirmation-trash-dialog__confirm-button .btn__icon {
  margin-right: 10px;
}
@media (min-width: 850px) {
  .confirmation-trash-dialog__deny-button .btn__icon,
  .confirmation-trash-dialog__confirm-button .btn__icon {
    margin-right: 17px;
  }
}
.confirmation-trash-dialog.show-enter-active,
.confirmation-trash-dialog.show-leave-active {
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.confirmation-trash-dialog.show-enter,
.confirmation-trash-dialog.show-leave-to {
  opacity: 0;
}
.configuration-search-modal {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
}
.configuration-search-modal .rms-card {
  padding: 8px;
}
.configuration-search-modal .rms-card__controls {
  max-width: 220px;
}
.configuration-search-modal .rms-card__more {
  max-width: 100%;
}
.configuration-search-modal.show-enter-active,
.configuration-search-modal.show-leave-active {
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.configuration-search-modal.show-enter,
.configuration-search-modal.show-leave-to {
  opacity: 0;
}
.info-panel {
  position: relative;
  padding: 18px 30px 30px;
  height: 100%;
  min-width: 360px;
  background-color: rgba(222, 75, 110, 0.05);
  border-radius: 10px;
}
.info-panel__header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.info-panel__icon {
  flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  color: var(--color-accent-second);
}
.info-panel__title {
  padding-left: 8px;
  flex: 0 0 100%;
  max-width: calc(100% - 24px);
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.info-panel__list {
  font-size: 16px;
  line-height: 140%;
  counter-reset: myCounter;
}
.info-panel__list .list-item {
  position: relative;
  padding-left: 24px;
}
.info-panel__list .list-item + .list-item {
  margin-top: 20px;
}
.info-panel__list .list-item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.info-panel__body {
  height: 200px;
}
@media (max-width: 1310px) {
  .info-panel__body {
    height: 355px;
  }
}
@media (max-width: 850px) {
  .info-panel__body {
    height: auto;
  }
}
.promotions-panel {
  position: relative;
  padding: 18px 30px 10px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.promotions-panel__header {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.promotions-panel__body {
  height: calc(100% - 40px);
}
.promotions-panel__icon {
  flex: 0 0 24px;
  max-width: 24px;
  width: 24px;
  color: var(--color-accent-second);
}
.promotions-panel__title {
  padding-left: 8px;
  flex: 0 0 100%;
  max-width: calc(100% - 24px);
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.promotions-panel__tabs {
  margin: 0 -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.promotions-panel__tabs .horizontal-scroll {
  overflow: auto;
}
.promotions-panel__tabs .scroll-y {
  display: none !important;
}
.promotions-panel__tabs .scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
  opacity: 0;
}
.promotions-panel__tabs .scrollbar-inner:hover > .scroll-element.scroll-x,
.promotions-panel__tabs .scrollbar-inner > .scroll-element.scroll-draggable.scroll-x {
  opacity: 1;
}
.promotions-panel .tab-list {
  padding: 0 20px;
  display: flex;
}
.promotions-panel .tab-link {
  position: relative;
  padding: 12px 10px 20px;
  display: inline-block;
  flex: 0 0 auto;
  color: rgba(17, 17, 17, 0.6);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.promotions-panel .tab-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 3px;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
}
.promotions-panel .tab-link:hover,
.promotions-panel .tab-link:focus {
  color: #111;
}
.promotions-panel .tab-link.active {
  color: #111;
}
.promotions-panel .tab-link.active::before {
  background-color: var(--color-accent-second);
}
.promotions-panel__tab-content {
  margin: 0 -30px;
  height: calc(100% - 50px);
}
.promotions-panel__tab-content .scrollbar-inner {
  max-height: 100%;
}
.promotions-panel .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.promotions-item-wrapper {
  display: table;
  width: 100%;
}
.promotions-item {
  display: table-row;
  background-color: #fff;
  transition: background-color ease-in-out 0.3s;
}
.promotions-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.promotions-item__cell {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 1;
}
.promotions-item__img {
  padding-left: 30px;
  padding-right: 10px;
  width: 100px;
}
.promotions-item__content {
  padding-left: 10px;
  padding-right: 10px;
}
.promotions-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.promotions-item__price {
  padding-left: 20px;
  padding-right: 10px;
}
.promotions-item__price::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.promotions-item__price .price-block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.promotions-item__price .price-block_discount {
  color: var(--color-accent-second);
}
.promotions-item__price .price-block__old-price {
  color: rgba(17, 17, 17, 0.4);
  font-size: 12px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.promotions-item__control {
  padding-left: 10px;
  padding-right: 30px;
  width: 100px;
}
.promotions-item__btn {
  padding: 10px 16px;
  width: 58px;
  height: 44px;
  line-height: 0;
}
.components-list {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
@media (min-width: 850px) {
  .components-list {
    width: 90px;
    transition: width 0.3s ease, max-width 0.3s ease;
    will-change: width;
  }
}
.components-list__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(17, 17, 17, 0.3);
}
.components-list__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 26px;
  font-weight: bold;
}
.components-list__title svg {
  width: 22px;
  height: 22px;
  margin: 0 10px;
  color: var(--color-accent-second);
}
@media (min-width: 850px) {
  .components-list__title {
    display: none;
  }
}
.components-list__ready-label {
  color: var(--color-accent-second);
}
.components-list__wrapper {
  overflow-x: hidden;
  border-radius: 10px;
}
@media (min-width: 850px) {
  .components-list__wrapper {
    height: 100%;
    max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
  }
}
.components-list__wrapper > .scroll-element.scroll-y {
  width: 3px;
}
.components-list__wrapper .scroll-element.scroll-y .scroll-element_track {
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #fff;
}
.components-list__wrapper .scroll-element.scroll-y .scroll-bar {
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #fff;
}
.components-list__wrapper:hover > .scroll-element.scroll-y .scroll-element_track {
  opacity: 0.2;
  background-color: #fff;
}
.components-list__wrapper:hover > .scroll-element.scroll-y .scroll-bar {
  opacity: 0.6;
  background-color: #fff;
}
.components-list__wrapper .scroll-x {
  visibility: hidden !important;
}
.components-list.open {
  width: 100%;
}
@media (min-width: 850px) {
  .components-list.open {
    width: 720px;
  }
}
.components-list:not(.open) .components-item {
  cursor: pointer;
}
.components-list__list {
  margin: 0;
  padding: 0;
}
.components-list__list-title {
  overflow: hidden;
  padding: 10px 22px;
  text-overflow: ellipsis;
  color: #fff;
  background-color: var(--color-accent-second);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.components-list__open-button {
  position: absolute;
  top: 50%;
  right: -24px;
  display: none;
  width: 24px;
  height: 120px;
  cursor: default;
  transform: translateY(-50%);
  transform-origin: left center;
  pointer-events: none;
}
@media (min-width: 850px) {
  .components-list__open-button {
    display: block;
  }
}
.components-list__open-button-background {
  width: 24px;
  height: 120px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.14, 2.17, 0.32, 1.32);
  transform-origin: left center;
  pointer-events: all;
  color: var(--color-accent-second);
}
.components-list__open-button-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transition: transform 0.4s cubic-bezier(0.14, 2.17, 0.32, 1.32);
  transform: rotate(180deg) translate(50%, 50%);
  color: #fff;
}
.components-list:hover .components-list__open-button-background {
  transform: scaleX(1.3) scaleY(0.95);
}
.components-list:hover .components-list__open-button-svg {
  transform: rotate(180deg) translate(43%, 50%);
}
.components-list.open .components-list__open-button-svg > use {
  transform: rotateY(180deg);
  transform-origin: center;
}
.components-item {
  position: relative;
  display: grid;
  min-height: 80px;
  padding: 10px 0;
  list-style-type: none;
  color: #fff;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  grid-template-columns: 86px minmax(0px, 100%) -webkit-max-content;
  grid-template-columns: 86px minmax(0px, 100%) max-content;
  grid-template-areas: "icon desc add-remove" "amount-controls amount-controls amount-controls";
}
@media (min-width: 850px) {
  .components-item {
    grid-template-columns: 86px minmax(0px, 100%) -webkit-max-content -webkit-max-content;
    grid-template-columns: 86px minmax(0px, 100%) max-content max-content;
    grid-template-areas: "icon desc amount-controls add-remove";
  }
}
.components-item > * {
  z-index: 1;
}
.components-item.filled {
  background-color: transparent;
  border-left: 4px solid var(--color-accent-second);
}
.components-item.filled:not(.with-relation) {
  cursor: pointer;
}
.components-item:hover,
.components-item.highlight {
  background-color: rgba(255, 255, 255, 0.15);
}
.components-item::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-accent-main);
}
.components-item__icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  grid-area: icon;
}
.components-item__icon svg {
  width: 46px;
  height: 46px;
  transition: width 0.3s ease, height 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}
.filled .components-item__icon svg {
  color: #fff;
}
.components-item__desc {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 10px 0 0;
  grid-area: desc;
}
.components-item__desc .components-item__item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}
.filled .components-item__desc .components-item__item-title {
  font-size: 14px;
}
.components-item__desc .components-item__product-title {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.filled .components-item__desc .components-item__product-title {
  display: inline;
}
.components-item__price-remove {
  display: none;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
  box-sizing: border-box;
  min-width: 220px;
  padding: 0 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  grid-area: add-remove;
}
@media (max-width: 575px) {
  .components-item__price-remove {
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    min-width: 110px;
  }
}
.components-item__price-remove .components-item__price {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 576px) {
  .components-item__price-remove .components-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.components-item__price-remove .components-item__remove-button {
  padding: 7px;
}
@media (max-width: 575px) {
  .components-item__price-remove .components-item__remove-button {
    margin-top: 5px;
  }
}
.components-item__price-remove .components-item__remove-button .svg {
  color: rgba(255, 255, 255, 0.5);
}
.components-item__price-remove .components-item__remove-button:hover .svg {
  color: #fff;
}
.filled .components-item__price-remove {
  display: flex;
}
.components-item__add {
  display: flex;
  align-items: center;
  margin-right: 20px;
  grid-area: add-remove;
}
.filled:not(.with-relation) .components-item__add {
  display: none;
}
.components-item__add-button {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
}
@media (max-width: 575px) {
  .components-item__add-button {
    padding: 0 10px;
  }
  .components-item__add-button .btn__text {
    display: none;
  }
}
@media (min-width: 576px) {
  .components-item__add-button .btn__icon {
    margin-right: 8px;
  }
}
.components-item.filled.add-more-by-button .components-item__amount-controls,
.components-item.filled.add-more-by-input .components-item__amount-controls {
  display: flex;
}
.components-item__amount-controls {
  display: none;
  padding: 10px 10px 0;
  grid-area: amount-controls;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 850px) {
  .components-item__amount-controls {
    padding: 0 10px 0 0;
  }
}
.components-item.add-more-by-button .components-item__amount-controls-button {
  display: flex;
}
@media (min-width: 850px) {
  .components-item.add-more-by-button .components-item__amount-controls-button {
    display: flex;
  }
}
.components-item__amount-controls-button {
  display: none;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin-left: 10px;
}
@media (min-width: 850px) {
  .components-item__amount-controls-button {
    height: 44px;
    justify-content: center;
  }
}
.components-item__amount-controls-button .btn__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 7px;
  color: #fff;
}
@media (min-width: 850px) {
  .components-item__amount-controls-button .btn__icon {
    width: 18px;
    height: 18px;
  }
}
.components-item__amount-controls-button .btn__text {
  color: #fff;
  line-height: 0;
  font-size: 14px;
}
@media (min-width: 850px) {
  .components-item__amount-controls-button .btn__text {
    line-height: 1;
    white-space: normal;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.components-item.add-more-by-input .components-item__amount-controls-input {
  display: block;
}
.components-item__amount-controls-input {
  display: none;
  max-width: 106px;
}
.total-panel {
  position: relative;
  display: grid;
  width: calc(100% + 20px);
  height: 125px;
  margin: 0 -10px;
  padding: 16px 20px 8px;
  background-color: var(--color-accent-main);
  box-shadow: 0 -2px 50px rgba(17, 17, 17, 0.3);
  grid-template-rows: auto auto;
  grid-template-areas: "price price" "buttons progress";
  grid-template-columns: 60px 1fr;
  overflow: hidden;
}
@media (min-width: 850px) {
  .total-panel {
    width: auto;
    height: 176px;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: none;
    grid-template-areas: "progress progress" "price buttons";
    grid-template-columns: auto 1fr;
  }
}
.total-panel__price {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  height: 32px;
  margin-bottom: 16px;
  grid-area: price;
}
@media (min-width: 850px) {
  .total-panel__price {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 76px;
    margin: 0;
    padding: 0 30px 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.total-panel__price-pre {
  margin-right: 10px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}
@media (min-width: 850px) {
  .total-panel__price-pre {
    margin-bottom: 4px;
  }
}
.total-panel__price-post {
  white-space: nowrap;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
}
@media (min-width: 850px) {
  .total-panel__price-post {
    font-size: 42px;
    font-weight: bold;
    line-height: 100%;
  }
}
.total-panel__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: buttons;
}
@media (min-width: 850px) {
  .total-panel__buttons {
    align-items: center;
    justify-content: flex-start;
    height: 76px;
    margin: 0 0 0 10px;
  }
}
.total-panel__buttons > button:not(:last-child) {
  margin-right: 10px;
}
.total-panel__buttons svg {
  color: white;
}
.total-panel__share-button {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media (min-width: 850px) {
  .total-panel__share-button {
    display: block;
    margin: 0 23px 0 13px !important;
  }
}
.total-panel__trash-button {
  width: 60px;
  height: 50px;
}
@media (min-width: 850px) {
  .total-panel__trash-button {
    width: 80px;
    height: 56px;
  }
}
.total-panel__checkout-button {
  background-color: var(--color-accent-second);
  display: none;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
}
@media (min-width: 850px) {
  .total-panel__checkout-button {
    display: block;
    height: 56px;
    line-height: 56px;
  }
}
.total-panel__checkout-button .btn__icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.total-panel__progress {
  grid-area: progress;
}
.total-panel.ready {
  grid-template-areas: "price price" "buttons buttons";
}
@media (min-width: 850px) {
  .total-panel.ready {
    grid-template-areas: "progress progress" "price buttons";
  }
}
.total-panel.ready .total-panel__share-button {
  display: block;
}
.total-panel.ready .total-panel__progress {
  display: none;
}
@media (min-width: 850px) {
  .total-panel.ready .total-panel__progress {
    display: block;
  }
}
.total-panel.ready .total-panel__checkout-button {
  display: block;
}
.total-panel__confirmation-trash-dialog.confirmation-trash-dialog .confirmation-trash-dialog__message {
  padding-bottom: 10px;
}
@media (min-width: 850px) {
  .total-panel__confirmation-trash-dialog.confirmation-trash-dialog {
    padding: 30px;
  }
  .total-panel__confirmation-trash-dialog.confirmation-trash-dialog .confirmation-trash-dialog__message {
    padding: 8px 0 30px;
  }
}
.progressbar {
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.progressbar__progress {
  transition: width ease-in-out 0.3s;
  height: 100%;
  background-repeat: repeat-x;
  background-color: var(--color-accent-second);
  background-image: url(/images/svg/progressbar-background.svg);
}
.progressbar__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 850px) {
  .progressbar__text {
    font-size: 16px;
  }
}
.system-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
  background-color: #fff;
}
.system-block__heading {
  padding: 30px 10px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 42px;
  font-weight: bold;
}
.system-block__ready-label {
  color: var(--color-accent-second);
}
.system-block__body {
  position: relative;
  flex-grow: 1;
  height: 100%;
}
.system-block__part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 70px 50px 70px;
}
.system-block__part svg {
  display: block;
  width: 100%;
  height: 100%;
}
.system-block__part svg path:first-child {
  cursor: pointer;
  pointer-events: all;
}
.system-block__part svg > * {
  transition: fill 0.12s ease 0.08s;
}
.system-block__part.active svg > path:first-child {
  fill: var(--color-fill-active);
}
.system-block__part.active svg > path[fill="#cccccc"] {
  fill: var(--color-stroke-active);
}
.system-block__part.highlight svg > path:first-child,
.system-block__part svg > path:first-child:hover {
  fill: var(--color-fill-selected);
}
.system-block__part.highlight svg > path:first-child ~ path[fill="#cccccc"],
.system-block__part svg > path:first-child:hover ~ path[fill="#cccccc"] {
  fill: var(--color-stroke-selected);
}
.rms-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  grid-template-columns: 100%;
  grid-template-rows: 61px 1fr;
  gap: 0;
}
.rms-panel__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.rms-panel__icon {
  flex: 0 0 24px;
  width: 24px;
  max-width: 24px;
  color: var(--color-accent-second);
}
.rms-panel__title {
  flex: 0 0 auto;
  max-width: calc(100% - 24px);
  padding-left: 8px;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.rms-panel__body.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.rms-panel__body > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.rms-card {
  position: relative;
  padding: 20px;
  z-index: 1;
  text-align: left;
}
.rms-card__type {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  background-color: var(--color-accent-second);
  border-radius: 7px;
}
.rms-card__type_game {
  background-color: #ff3535;
}
.rms-card__type_office {
  background-color: #359eff;
}
.rms-card__body {
  margin: 0 -10px;
  display: flex;
}
.rms-card__photo,
.rms-card__content {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
}
.rms-card__photo {
  position: relative;
  max-width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rms-card__photo img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
}
@media (max-width: 1919px), (max-height: 949px) {
  .rms-card__photo {
    max-width: 125px;
    max-height: 210px;
  }
}
.rms-card__content {
  max-width: 100%;
}
@media (max-width: 1919px), (max-height: 949px) {
  .rms-card__content {
    max-width: 100%;
  }
}
.rms-card__title {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 54px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@-moz-document url-prefix() {
  .rms-card__title {
    display: -moz-box !important;
    -moz-line-clamp: 3;
  }
}
@media (max-width: 1919px), (max-height: 949px) {
  .rms-card__title {
    font-size: 16px;
    max-height: 48px;
  }
}
.rms-card__parts .list-item {
  margin: 6px 0;
}
.rms-card__parts .list-item:last-child {
  margin-bottom: 0;
}
.rms-card .part-item {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.rms-card .part-item__icon {
  flex: 0 0 24px;
  max-width: 24px;
}
.rms-card .part-item__content {
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: calc(100% - 24px);
}
.rms-card .part-item__type {
  margin-bottom: 2px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.rms-card .part-item__title {
  max-width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rms-card__footer {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rms-card__price {
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-right: 10px;
  flex: 0 0 auto;
  max-width: 100%;
}
.rms-card__controls {
  max-width: 260px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .rms-card__controls {
    max-width: 180px;
  }
}
.rms-card__more,
.rms-card__buy {
  max-width: 207px;
}
@media (max-width: 1024px) {
  .rms-card__more,
  .rms-card__buy {
    max-width: 120px;
  }
}
.rms-card__more .btn {
  padding: 13px 17px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .rms-card__more .btn {
    padding: 13px 14px;
  }
}
.rms-card__buy {
  margin-left: 10px;
}
.rms-card__buy .btn {
  padding: 13px 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
.rms-card__buy .btn .btn__text {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .rms-card__buy .btn {
    padding: 13px 14px;
  }
  .rms-card__buy .btn .btn__text {
    display: none;
  }
}
.rms-card .price-block {
  white-space: nowrap;
  letter-spacing: 0.02em;
  line-height: 1;
}
.rms-card .price-block_discount {
  color: var(--color-accent-second);
}
.rms-card .price-block__header {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
}
.rms-card .price-block__title {
  margin-right: 5px;
  display: inline-block;
  color: rgba(17, 17, 17, 0.7);
  vertical-align: baseline;
  line-height: 1;
}
.rms-card .price-block__old-price {
  display: inline-block;
  color: rgba(17, 17, 17, 0.4);
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  vertical-align: baseline;
  line-height: 1;
}
.rms-card .price-block__price {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 576px) {
  .rms-card_wide {
    display: flex;
    flex-wrap: wrap;
  }
  .rms-card_wide .rms-card__body {
    margin: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 200px);
  }
  .rms-card_wide .rms-card__footer {
    padding-top: 0;
    padding-left: 20px;
    flex: 0 0 100%;
    max-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .rms-card_wide .rms-card__content {
    padding-left: 10px;
    padding-right: 20px;
    align-self: center;
  }
  .rms-card_wide .rms-card__price {
    margin-top: auto;
    margin-bottom: auto;
  }
  .rms-card_wide .rms-card__parts {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .rms-card_wide .rms-card__parts .list-item {
    padding: 0 10px;
    flex: 1 1 100%;
    max-width: 260px;
    width: auto;
  }
  .rms-card_wide + .rms-card_wide {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 576px) and (max-width: 1549px) {
  .rms-card__buy .btn {
    padding: 13px 14px;
  }
  .rms-card__buy .btn .btn__text {
    display: none;
  }
}
@media (min-width: 1550px) {
  .rms-card_wide .rms-card__body {
    max-width: calc(100% - 320px);
  }
  .rms-card_wide .rms-card__title {
    margin-bottom: 25px;
  }
  .rms-card_wide .rms-card__parts .list-item {
    margin: 10px 0;
  }
  .rms-card_wide .rms-card__parts .list-item:last-child {
    margin-bottom: 0;
  }
  .rms-card_wide .rms-card__footer {
    padding-left: 30px;
    padding-right: 10px;
    max-width: 320px;
  }
  .rms-card_wide .rms-card__content {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.selected-panel {
  border-radius: 10px;
  background-color: #fff;
}
.selected-panel__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}
@media (min-width: 1025px) {
  .selected-panel__header {
    padding: 20px 30px;
  }
}
.selected-panel__desc-wrap {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .selected-panel__desc-wrap {
    flex: 1 1 450px;
    margin-right: 100px;
  }
}
.selected-panel__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.catalog-filter {
  height: 100%;
  --header-panel-height: 84px;
  --total-panel-height: 68px;
}
.catalog-filter__header {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  height: var(--header-panel-height);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .catalog-filter__header {
    display: none;
  }
}
.catalog-filter__header-icon {
  margin: 0 14px 0 10px;
  color: rgba(17, 17, 17, 0.7);
}
.catalog-filter__title {
  flex: 1 1 auto;
}
.catalog-filter__main-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.catalog-filter__item-title {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: rgba(17, 17, 17, 0.7);
}
.catalog-filter__close {
  align-self: flex-start;
}
.catalog-filter__body {
  position: relative;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  padding: 20px 10px 0;
  height: calc(100% - var(--header-panel-height) - var(--total-panel-height));
}
@media (min-width: 1025px) {
  .catalog-filter__body {
    padding: 0;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .catalog-filter.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .catalog-filter__header,
  .catalog-filter__body {
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease-in-out;
    transform: translateY(10px);
  }
  .catalog-filter.show .catalog-filter__header,
  .catalog-filter.show .catalog-filter__body {
    opacity: 1;
    transform: translateY(0);
  }
}
#sticky-components-list {
  max-height: calc(100vh - var(--header-height) - var(--grid-gap) - 10px);
}
.catalog-list {
  letter-spacing: 0.02em;
}
.catalog-list__info {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  padding-left: 65px;
  background: rgba(222, 75, 110, 0.05);
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .catalog-list__info {
    padding: 20px;
  }
}
.catalog-list__info-icon {
  position: absolute;
  left: 30px;
  color: var(--color-accent-second);
}
@media (max-width: 1200px) {
  .catalog-list__info-icon {
    display: none;
  }
}
.catalog-list__info-head {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.catalog-list__info-desc {
  max-width: 800px;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}
.catalog-list__body {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .catalog-list__group .catalog-item__desc {
    width: calc(100% - 80px);
    margin: 0;
  }
}
.catalog-list__group .catalog-item__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
.catalog-list__group .catalog-item__price {
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .catalog-list__group .catalog-item__price {
    color: var(--color-accent-second);
  }
}
@media (max-width: 1200px) {
  .catalog-list__group-body.catalog-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-list__group-body.catalog-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.catalog-list__group-buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-list__group-buttons {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .catalog-list__group-popup {
    display: none;
  }
}
.catalog-list__group-popup .open .v-popover {
  color: rgba(17, 17, 17, 0.6);
}
.catalog-list .v-popover {
  color: rgba(17, 17, 17, 0.3);
  margin-right: 20px;
}
.catalog-list .v-popover .svg {
  width: 20px;
  height: 20px;
}
.catalog-list .v-popover:hover {
  color: rgba(17, 17, 17, 0.6);
}
.catalog-list__group-popup-content {
  max-width: 350px;
  height: 175px;
  padding: 10px 0px;
  color: #fff;
  letter-spacing: 0.02em;
}
.catalog-list__group-popup-head {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}
.catalog-list__group-popup-desc {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 0;
}
.catalog-list__group-add {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .catalog-list__group-add {
    width: 100%;
  }
}
.catalog-list__group-add .btn {
  padding: 0px 20px;
  min-width: 140px;
  height: 44px;
}
@media (max-width: 1200px) {
  .catalog-list__group-add .btn {
    min-width: initial;
    width: 100%;
    height: 52px;
  }
}
.catalog-list__group-add .btn .btn__text {
  font-size: 16px;
  line-height: 100%;
}
.catalog-list__group-add .btn .btn__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.catalog-list__group-toggle_list {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .catalog-list__group-toggle_list {
    margin-left: 4px;
  }
}
.catalog-list__group-toggle_list.show .btn .btn__icon {
  transform: rotate(90deg);
}
.catalog-list__group-toggle_list .btn {
  padding: 0 15px;
  min-width: 140px;
  height: 44px;
  border: none;
}
@media (max-width: 1200px) {
  .catalog-list__group-toggle_list .btn {
    min-width: initial;
    width: 52px;
    height: 52px;
    border: 1px solid var(--color-accent-second);
    border-radius: 10px;
  }
}
.catalog-list__group-toggle_list .btn .btn__text {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-accent-second);
}
@media (max-width: 1200px) {
  .catalog-list__group-toggle_list .btn .btn__text {
    display: none;
  }
}
.catalog-list__group-toggle_list .btn .btn__icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  color: var(--color-accent-second);
  transform: rotate(-90deg);
  transition: 0.3s transform linear;
}
@media (max-width: 1200px) {
  .catalog-list__group-toggle_list .btn .btn__icon {
    margin-left: 0;
  }
}
.catalog-list__group-items {
  display: none;
}
.catalog-list__group-items .catalog-item {
  background: rgba(0, 0, 0, 0.03);
}
@media (max-width: 1200px) {
  .catalog-list__group-items .catalog-item {
    padding: 10px;
  }
}
.catalog-list__group-items .catalog-item__title {
  max-width: 475px;
}
@media (max-width: 1200px) {
  .catalog-list__group-items .catalog-item__title {
    max-width: 100%;
  }
}
.catalog-list__group-items .catalog-item__price-actual {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}
.catalog-list__group-items .catalog-item__add-button .btn {
  padding: 0px 20px;
  min-width: 140px;
  height: 44px;
}
@media (max-width: 1200px) {
  .catalog-list__group-items .catalog-item__add-button .btn {
    min-width: initial;
    width: 46px;
    height: 44px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .catalog-list__group-items .catalog-item__add-button .btn::before {
    opacity: 0.1;
  }
  .catalog-list__group-items .catalog-item__add-button .btn .btn__icon {
    color: var(--color-accent-second);
  }
}
.catalog-list__group-items .catalog-item__add-button .btn .btn__text {
  font-size: 16px;
  line-height: 100%;
}
.catalog-list__group-items .catalog-item__more-button {
  order: 1;
  margin-right: 0;
  margin-left: 10px;
}
.catalog-list__group-items .catalog-item__more-button .btn {
  padding: 0 15px;
  min-width: 140px;
  height: 44px;
  border: none;
}
.catalog-list__group-items .catalog-item__more-button .btn .btn__text {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-accent-second);
}
.catalog-list__show-more-button {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  line-height: 56px;
}
.catalog-list__show-more-button .btn__icon {
  padding-right: 10px;
}
.catalog-list__empty-list {
  margin: 143px auto;
  max-width: 145px;
  text-align: center;
  color: rgba(17, 17, 17, 0.4);
}
@media (min-width: 1025px) {
  .catalog-list__empty-list {
    max-width: unset;
  }
}
.catalog-list__empty-list-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}
.catalog-list__empty-list-icon .svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .catalog-list__empty-list-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
}
.catalog-list__empty-list-message {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.catalog-tabs {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.catalog-tabs .tab-link {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.catalog-tabs .tab-link:first-child {
  margin-right: 40px;
}
.catalog-tabs .tab-link:hover {
  color: #111;
}
.catalog-tabs .tab-link.active {
  color: #111;
  border-bottom: 3px solid var(--color-accent-second);
}
.catalog-item {
  display: flex;
  align-items: center;
  flex-flow: row;
  width: 100%;
  min-height: 80px;
  padding: 10px;
}
@media (min-width: 1025px) {
  .catalog-item {
    padding: 10px 20px 10px 30px;
  }
}
.catalog-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.catalog-item__image {
  color: rgba(17, 17, 17, 0.7);
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .catalog-item__image {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.catalog-item__placeholder-image {
  margin-right: 20px;
  color: rgba(17, 17, 17, 0.7);
}
.catalog-item__desc {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .catalog-item__desc {
    align-items: center;
    flex-direction: row;
    margin-right: unset;
  }
}
.catalog-item__title {
  flex: 1 1 auto;
}
@media (min-width: 1025px) {
  .catalog-item__title {
    margin-right: 20px;
  }
}
.catalog-item__title-badge {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 3px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.4);
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}
@media (min-width: 1025px) {
  .catalog-item__title-badge {
    padding: 6px;
    border-radius: 7px;
  }
}
.catalog-item__title-badge_discount {
  background-color: #862c84;
}
.catalog-item__title-badge_expert {
  background-color: #ff7235;
}
.catalog-item__title-text {
  margin-bottom: 4px;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  word-break: break-word;
}
@media (min-width: 1025px) {
  .catalog-item__title-text {
    margin-bottom: 0;
  }
}
.catalog-item__price {
  display: flex;
  align-items: center;
  flex-flow: row;
  height: auto;
}
@media (min-width: 1025px) {
  .catalog-item__price {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    flex: 0 0 100px;
    flex-flow: column;
    justify-content: center;
    height: 60px;
    padding: 0 20px 0 30px;
  }
}
.catalog-item__price-previous {
  margin-right: 4px;
  color: rgba(17, 17, 17, 0.4);
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
@media (min-width: 1025px) {
  .catalog-item__price-previous {
    margin-bottom: 4px;
  }
}
.catalog-item__price-actual {
  white-space: nowrap;
  letter-spacing: 0.02em;
  color: var(--color-accent-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 1025px) {
  .catalog-item__price-actual {
    color: #111;
    font-size: 20px;
  }
}
.discount .catalog-item__price-actual {
  color: var(--color-accent-second);
}
.catalog-item__more-button {
  z-index: 1;
  display: none;
  flex: 0 0 auto;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .catalog-item__more-button {
    display: block;
  }
}
.catalog-item__more-button .btn {
  padding: 0 13px;
  line-height: 46px;
}
.catalog-item__add-button {
  z-index: 1;
  flex: 0 0 auto;
}
.catalog-item__add-button .btn {
  padding: 0 13px;
  line-height: 46px;
}
@media (min-width: 1200px) {
  .catalog-item__add-button .btn {
    padding: 0 20px;
    line-height: 44px;
  }
}
.catalog-item__add-button .btn .btn__text {
  display: none;
}
@media (min-width: 1200px) {
  .catalog-item__add-button .btn .btn__text {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .catalog-item__add-button .btn .btn__icon {
    margin-right: 13px;
  }
}
.product-card {
  display: grid;
  grid-template-areas: "header" "gallery" "desc" "footer";
  grid-template-rows: auto 400px 1fr 68px;
  grid-template-columns: 1fr;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 1025px) {
  .product-card {
    grid-template-areas: "gallery header" "gallery desc" "gallery footer";
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(450px, 50%) 1fr;
    border-radius: 10px;
  }
}
.product-card.no-picture {
  grid-template-columns: auto 1fr;
}
@media (max-width: 1025px) {
  .product-card.no-picture {
    grid-template-rows: auto auto 1fr 68px;
  }
}
@media (min-width: 1025px) {
  .product-card.no-picture .product-card__footer {
    padding: 8px 60px;
  }
}
.product-card__gallery {
  position: relative;
  grid-area: gallery;
  width: 100vw;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .product-card__gallery {
    width: 100%;
    height: 100%;
  }
}
.product-card__type {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  padding: 6px;
  border-radius: 7px;
  background-color: var(--color-accent-second);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.product-card__type_discount {
  background-color: #862c84;
}
.product-card__type_office {
  background-color: #359eff;
}
.product-card .gallery {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-card .gallery .swiper-container {
  width: 100%;
}
.product-card .gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .gallery__images {
  flex-grow: 1;
  height: calc(100% - 80px);
}
@media (min-width: 850px) {
  .product-card .gallery__images {
    height: calc(100% - 100px);
  }
}
@media (min-width: 1025px) {
  .product-card .gallery__images {
    height: calc(100% - 120px);
  }
}
.product-card .gallery__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-card .gallery__thumbs {
  height: 80px;
  overflow: visible;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 850px) {
  .product-card .gallery__thumbs {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .product-card .gallery__thumbs {
    height: 120px;
  }
}
@media (min-width: 1025px) {
  .product-card .gallery__thumbs {
    padding: 0 100px;
    border-bottom-width: 0;
  }
}
.product-card .gallery__thumb {
  width: 78px;
  height: 78px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
@media (min-width: 850px) {
  .product-card .gallery__thumb {
    width: 105px;
    height: 98px;
  }
}
@media (min-width: 1025px) {
  .product-card .gallery__thumb {
    width: 140px;
    height: 118px;
  }
}
@media (min-width: 1025px) {
  .product-card .gallery__thumb:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.product-card .gallery__thumb.swiper-slide-thumb-active {
  box-shadow: inset 0 0 0 3px var(--color-accent-second);
}
.product-card__header {
  grid-area: header;
  padding: 20px 55px 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .product-card__header {
    padding: 20px 80px 20px 60px;
  }
}
.product-card__title {
  margin-bottom: 6px;
  word-break: break-word;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media (min-width: 1025px) {
  .product-card__title {
    margin-bottom: 10px;
    padding-top: 40px;
    font-size: 42px;
  }
}
.product-card__sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
@media (min-width: 1025px) {
  .product-card__sub-title {
    font-size: 16px;
  }
}
.product-card__desc {
  grid-area: desc;
  padding-bottom: 68px;
}
@media (min-width: 1025px) {
  .product-card__desc {
    overflow: auto;
    padding-bottom: 0;
  }
}
.product-card__desc-intro {
  padding: 30px 20px 40px;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 1025px) {
  .product-card__desc-intro {
    padding: 20px 60px 80px;
    font-size: 18px;
  }
}
.product-card__specs-title {
  display: flex;
  align-items: center;
  padding: 0 20px 22px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .product-card__specs-title {
    padding: 0 60px 22px;
  }
}
.product-card__specs-title-icon {
  margin-right: 9px;
  color: #ff3535;
}
.product-card__specs-list {
  padding: 0 20px;
  box-shadow: 0 10px #f7f7f7;
}
@media (min-width: 1025px) {
  .product-card__specs-list {
    padding: 0 60px;
  }
}
.product-card__footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: flex;
  grid-area: footer;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 68px;
  padding: 8px 10px 8px 20px;
  box-shadow: 0 -2px 50px rgba(17, 17, 17, 0.3);
  background-color: var(--color-accent-main);
  color: #fff;
}
@media (min-width: 1025px) {
  .product-card__footer {
    position: relative;
    bottom: unset;
    left: unset;
    width: auto;
    height: 100px;
  }
}
.product-card__footer-left {
  display: flex;
  align-items: center;
}
.product-card__footer-right {
  white-space: nowrap;
}
.product-card__footer-right > * {
  display: inline-block;
}
.product-card__footer-right > *:not(:last-child) {
  margin-right: 10px;
}
.product-card__footer-delete-button {
  width: 60px;
  height: 52px;
  margin-right: 30px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .product-card__footer-delete-button {
    width: 80px;
    height: 56px;
  }
}
.product-card__footer-delete-button .svg {
  color: #fff;
}
.product-card__footer-price-pre {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.product-card__footer-price-post {
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.product-card__footer-edit-button,
.product-card__footer-buy-button,
.product-card__footer-add-button {
  z-index: 1;
  height: 52px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .product-card__footer-edit-button,
  .product-card__footer-buy-button,
  .product-card__footer-add-button {
    height: 56px;
    padding: 0 30px;
  }
}
.product-card__footer-edit-button .btn__icon,
.product-card__footer-buy-button .btn__icon,
.product-card__footer-add-button .btn__icon {
  margin-right: 13.3px;
  color: #fff;
}
.product-card__footer-edit-button .btn__text,
.product-card__footer-buy-button .btn__text,
.product-card__footer-add-button .btn__text {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.product-card__footer-edit-button,
.product-card__footer-buy-button {
  position: relative;
}
.product-card__footer-edit-button .btn__icon,
.product-card__footer-buy-button .btn__icon {
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 1019px) {
  .product-card__footer-edit-button .btn__icon,
  .product-card__footer-buy-button .btn__icon {
    margin-right: 13.3px;
  }
}
@media (min-width: 1440px) {
  .product-card__footer-edit-button .btn__icon,
  .product-card__footer-buy-button .btn__icon {
    margin-right: 13.3px;
  }
}
.product-card__footer-edit-button .btn__text,
.product-card__footer-buy-button .btn__text {
  display: none;
}
@media (min-width: 576px) and (max-width: 1019px) {
  .product-card__footer-edit-button .btn__text,
  .product-card__footer-buy-button .btn__text {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .product-card__footer-edit-button .btn__text,
  .product-card__footer-buy-button .btn__text {
    display: inline-block;
  }
}
.product-card__footer-confirmation-trash-dialog {
  position: absolute;
  z-index: 2;
  top: unset;
  bottom: 0;
  height: 124px;
}
.product-card__footer-confirmation-trash-dialog .confirmation-trash-dialog__message {
  padding: 3px 0 13px;
}
@media (min-width: 1025px) {
  .product-card__footer-confirmation-trash-dialog {
    min-height: 100%;
  }
  .product-card__footer-confirmation-trash-dialog .confirmation-trash-dialog__message {
    padding: 3px 0 13px;
  }
}
@media (min-width: 1550px) {
  .product-card__footer-confirmation-trash-dialog {
    flex-flow: row;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .product-card__footer-confirmation-trash-dialog .confirmation-trash-dialog__message {
    flex: 0 1 50%;
    box-sizing: border-box;
    padding: 0 20px 0 50px;
    text-align: left;
  }
}
.accordion {
  display: block;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(10 10 1%), 0 0 0 1px rgb(10 10 1%);
}
.accordion__item {
  height: auto;
  overflow: hidden;
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.accordion__head {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .accordion__head {
    padding: 20px 20px 20px 60px;
  }
}
.show .accordion__head {
  background-color: rgba(0, 0, 0, 0.05);
}
.warning .accordion__head {
  background-color: rgba(255, 53, 53, 0.1);
}
.accordion__item-icon {
  min-width: 38px;
  margin-right: 14px;
}
.accordion__title {
  flex: 1 1 auto;
  padding-right: 14px;
}
.accordion__title-term {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 100%;
}
.accordion__title-definition {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.accordion__status-icon {
  margin-right: 30px;
  color: #ff3535;
}
.accordion__trigger-icon .svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.show .accordion__trigger-icon .svg {
  transform: rotate(270deg);
}
.accordion__details {
  padding: 0 20px;
  background-color: #f7f7f7;
}
@media (min-width: 1025px) {
  .accordion__details {
    padding: 0 20px 0 60px;
  }
}
.accordion__item-enter-active,
.accordion__item-leave-active {
  transition: height 0.5s ease;
  will-change: height;
}
.accordion__item-enter,
.accordion__item-leave-to {
  height: 0 !important;
}
.specs-list {
  margin-bottom: 0;
  background-color: #f7f7f7;
}
.specs-list__term {
  padding: 20px 0 3px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .specs-list__term {
    font-size: 16px;
  }
}
.specs-list__definition {
  margin-bottom: 0;
  padding: 3px 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
  .specs-list__definition {
    font-size: 20px;
  }
}
.specs-list__definition:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.filter-restrictions {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(54, 167, 106, 0.1);
}
.filter-restrictions__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.filter-restrictions__title {
  display: flex;
  margin-right: 20px;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 100%;
}
.filter-restrictions__title .svg-icon {
  color: #36a76a;
  margin-right: 10px;
  min-width: 28px;
  min-height: 28px;
}
.filter-restrictions__toggler {
  flex: 0 0 50px;
  height: 50px;
  line-height: 49px;
}
.filter-restrictions__toggler svg {
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotateX(0deg) rotateZ(90deg);
}
.filter-restrictions.closed .filter-restrictions__toggler svg {
  transform-origin: center;
  transform: rotateX(180deg) rotateZ(90deg);
}
.filter-restrictions__body {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-restriction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 15px 0 15px 15px;
  border-radius: 10px;
  background-color: rgba(54, 167, 106, 0.1);
}
.filter-restriction__details {
  flex: 1 1 calc(100% - 50px);
  flex-flow: column;
  overflow: hidden;
  padding-right: 10px;
}
.filter-restriction__header {
  display: flex;
  align-items: center;
}
.filter-restriction__icon {
  min-width: 40px;
  min-height: 40px;
  margin-right: 10px;
  color: rgba(17, 17, 17, 0.7);
}
.filter-restriction__title {
  overflow: hidden;
}
.filter-restriction__item-title {
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.filter-restriction__product-title {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #111;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-restriction__pills {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  padding-top: 8px;
}
.filter-restriction__pill {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: #36a76a;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.filter-restriction__pill:not(:last-child) {
  margin-right: 5px;
}
.filter-restriction__pill-title {
  color: rgba(255, 255, 255, 0.7);
}
.filter-restriction__pill-code {
  color: #fff;
}
.filter-restriction__remove {
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-restriction__remove-button {
  line-height: 100%;
}
.filter-restriction__remove-confirm {
  position: relative;
  flex: 1 1 100%;
  height: 108px;
  overflow: hidden;
  margin: 10px 10px 0 0;
  border-radius: 10px;
  background-color: #36a76a;
  color: #36a76a;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__message {
  margin-bottom: 10px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  align-self: flex-start;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__buttons {
  align-self: flex-end;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__deny-button {
  width: 56px;
  height: 44px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__confirm-button {
  width: 120px;
  height: 44px;
  padding: 0;
  color: #36a76a;
  font-weight: bold;
  font-size: 16px;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__confirm-button .btn__icon {
  margin-right: 10px;
}
.filter-restriction__remove-confirm .confirmation-trash-dialog__confirm-button:hover {
  color: #fff;
}
.filter-list {
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  background-color: #fff;
  flex: 1 0 auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 970px) {
  .filter-list {
    padding: 30px;
  }
}
.isDisabled .filter-list {
  opacity: 0.3;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.filter-item {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.filter-item__title {
  margin-bottom: 15px;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.filter-item__more {
  margin-top: 15px;
  text-align: right;
}
.filter-item__more-button {
  padding: 0 10px;
  height: 32px;
  font-size: 14px;
}
.filter-item__more-button .btn__icon {
  margin-right: 7px;
}
.filter-item__list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
}
.filter-item__option {
  padding: 0 5px 5px;
  flex: 0 0 auto;
  max-width: 100%;
}
.container-sticky-filter-total {
  height: auto;
}
.filter-total {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  color: #fff;
  background-color: var(--color-accent-main);
  box-shadow: 0 -2px 50px rgba(17, 17, 17, 0.3);
  overflow: hidden;
}
@media (min-width: 1025px) {
  .filter-total {
    position: sticky;
    border-radius: 0 0 10px 10px;
  }
}
.filter-total__result,
.filter-total__open {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
}
.filter-total__text {
  display: none;
  flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .filter-total__text {
    display: block;
  }
}
.filter-total__hide-filter-button {
  z-index: 0;
  display: inline-block;
  height: 52px;
  margin-left: 10px;
  padding: 0 20px;
  line-height: 52px;
}
@media (min-width: 1025px) {
  .filter-total__hide-filter-button {
    display: none;
  }
}
.filter-total__hide-filter-button .btn__icon {
  margin-right: 12px;
}
.filter-total__clear-button {
  flex: 0 0 58px;
  height: 52px;
  color: #fff;
  border-color: var(--color-accent-second);
}
@media (min-width: 1025px) {
  .filter-total__clear-button {
    height: 44px;
  }
}
.isDisabled .filter-total__clear-button {
  opacity: 0.5;
  pointer-events: none;
}
.filter-total__open-button {
  width: 100%;
  height: 56px;
  color: #fff;
  border-color: var(--color-accent-second);
}
.filter-total__open-button .btn__icon {
  margin-right: 10px;
}
.filter-total__confirmation-trash-dialog {
  padding: 8px;
}
.filter-total__confirmation-trash-dialog .confirmation-trash-dialog__deny-button,
.filter-total__confirmation-trash-dialog .confirmation-trash-dialog__confirm-button {
  height: 52px;
}
.filter-total__open {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.3s ease-in-out;
}
.catalog-filter.show .filter-total__open {
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .filter-total__open {
    transform: translateY(0);
    opacity: 0;
    pointer-events: none;
  }
}
.filter-total__result {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.4s ease, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.catalog-filter.show .filter-total__result {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1025px) {
  .filter-total__result {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
.filter-checkbox {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.filter-checkbox-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.filter-checkbox-custom {
  padding: 4px 9px 5px;
  display: inline-block;
  color: rgba(17, 17, 17, 0.6);
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.6);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.filter-checkbox-hidden:hover + .filter-checkbox-custom,
.filter-checkbox-hidden:focus + .filter-checkbox-custom {
  color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-checkbox-hidden:disabled {
  pointer-events: none;
}
.filter-checkbox-hidden:disabled + .filter-checkbox-custom {
  color: rgba(17, 17, 17, 0.2);
  border: 1px dashed rgba(17, 17, 17, 0.2);
}
.filter-checkbox-hidden:checked + .filter-checkbox-custom {
  color: #fff;
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-radio {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.filter-radio-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.filter-radio-custom {
  padding: 4px 9px 5px;
  display: inline-block;
  color: rgba(17, 17, 17, 0.6);
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.6);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.filter-radio-hidden:hover + .filter-radio-custom,
.filter-radio-hidden:focus + .filter-radio-custom {
  color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-radio-hidden:disabled {
  pointer-events: none;
}
.filter-radio-hidden:disabled + .filter-radio-custom {
  color: rgba(17, 17, 17, 0.2);
  border: 1px dashed rgba(17, 17, 17, 0.2);
}
.filter-radio-hidden:checked + .filter-radio-custom {
  color: #fff;
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-switcher {
  position: relative;
  display: flex;
}
.filter-switcher-item {
  position: relative;
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.filter-switcher-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.filter-switcher-custom {
  padding: 16px 9px 17px;
  display: block;
  color: rgba(17, 17, 17, 0.6);
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.6);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.filter-switcher-item_left .filter-switcher-custom {
  border-radius: 10px 0px 0px 10px;
}
.filter-switcher-item_right .filter-switcher-custom {
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}
.filter-switcher-hidden:hover + .filter-switcher-custom,
.filter-switcher-hidden:focus + .filter-switcher-custom {
  color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-switcher-hidden:checked + .filter-switcher-custom {
  color: #fff;
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
}
.filter-range {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.filter-range .filter-range-item {
  margin: 0 0 30px;
  padding: 0;
  flex: 0 0 50%;
  max-width: calc(50% - 1px);
}
.filter-range .form-label_hint {
  top: 18px;
  left: 14px;
  font-size: 16px;
}
.filter-range .form-control {
  padding-left: 14px;
  padding-right: 14px;
  height: 52px;
  font-size: 16px;
}
.filter-range .form-control_hint {
  padding-top: 15px;
}
.filter-range .form-control_hint:focus + .form-label_hint,
.filter-range .form-control_hint.filled + .form-label_hint {
  font-size: 12px;
  transform: translateY(-7px);
}
.filter-range .filter-range-item_left .form-control {
  border-radius: 10px 0 0 10px;
}
.filter-range .filter-range-item_right .form-control {
  border-radius: 0 10px 10px 0;
}
.configuration-search {
  position: relative;
  z-index: 15;
}
.configuration-search__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(17, 17, 17, 0.3);
}
.configuration-search__wrapper {
  position: relative;
}
.configuration-search .btn_icon {
  position: absolute;
  z-index: -5;
  top: 50%;
  right: 14px;
  visibility: hidden;
  margin-top: -20px;
  opacity: 0;
}
.configuration-search .form-control {
  height: 62px;
  padding-right: 64px;
  padding-left: 60px;
  background-image: url("/images/svg/icon-search.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}
.configuration-search .form-control:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.configuration-search .form-control:focus {
  border-color: rgba(17, 17, 17, 0.6);
  background-color: #fff;
}
.configuration-search__result {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: calc(100% + 20px);
  min-height: 82px;
  padding: 82px 10px 10px 10px;
  opacity: 1;
  border-radius: 10px;
  background: #fff;
}
.configuration-search__result-empty {
  padding: 10px;
  letter-spacing: 0.02em;
  color: rgba(17, 17, 17, 0.4);
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.configuration-search.open .form-control {
  border-color: rgba(17, 17, 17, 0.6);
  background-color: #fff;
}
.configuration-search.open .btn_icon {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}
.checkout-header {
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-header {
    margin-bottom: 40px;
  }
}
.checkout-header__title {
  display: flex;
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  .checkout-header__title {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.checkout-header__title-text {
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .checkout-header__title-text {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
  }
}
.checkout-header__diagram {
  margin-right: 14px;
}
@media (min-width: 768px) {
  .checkout-header__diagram {
    display: none;
  }
}
.checkout-header__diagram-legend {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.checkout-header__pagination {
  display: none;
}
@media (min-width: 768px) {
  .checkout-header__pagination {
    display: inline-flex;
  }
}
.checkout-pagination {
  justify-content: space-between;
  width: 240px;
  height: 40px;
}
.checkout-pagination__button {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: visible;
  border: solid 1px currentColor;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.2);
}
.checkout-pagination__button .btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: unset;
  color: currentColor;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.checkout-pagination__button .btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -120%);
  transition: all 0.2s ease;
}
.checkout-pagination__button:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  display: block;
  width: 59px;
  height: 1px;
  background-color: currentColor;
}
.checkout-pagination__button.active {
  background-color: var(--color-accent-second);
  color: var(--color-accent-second);
}
.checkout-pagination__button.active .btn__text {
  color: #fff;
}
.checkout-pagination__button.ready {
  border-color: var(--color-accent-second);
  color: var(--color-accent-second);
}
.checkout-pagination__button.ready .btn__icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.checkout-pagination__button.ready .btn__text {
  opacity: 0;
  transform: translate(-50%, 50%);
}
.checkout-body {
  width: 100%;
  max-width: 832px;
  height: 100%;
  letter-spacing: 0.02em;
  border-radius: 10px;
  background-color: #fff;
}
.checkout-body__row {
  padding: 30px;
}
@media (max-width: 768px) {
  .checkout-body__row {
    padding: 20px;
  }
}
.checkout-body__row.off-padding {
  padding: 0;
  border: none;
}
.checkout-body__row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.checkout-body__row-title {
  margin-bottom: 6px;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .checkout-body__row-title {
    font-size: 14px;
  }
}
.checkout-body__row-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-body__list {
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
  display: none;
}
.checkout-body__list.visible-list {
  display: block;
}
.checkout-body__list.visible-list .checkout-body__list-item {
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .checkout-body__list.visible-list .checkout-body__list-item {
    padding-left: 0;
  }
}
.checkout-body__list.visible-list .checkout-body__list-item-price {
  text-align: right;
}
@media (max-width: 768px) {
  .checkout-body__list.visible-list .checkout-body__list-item-price {
    text-align: left;
  }
}
.checkout-body__list-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  padding-right: 30px;
  padding-left: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.checkout-body__list-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .checkout-body__list-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    padding-right: 100px;
  }
}
.checkout-body__list-item-name {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  line-height: 120%;
  max-width: 375px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .checkout-body__list-item-name {
    margin-bottom: 8px;
  }
}
.checkout-body__list-item-name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
@media (max-width: 768px) {
  .checkout-body__list-item-name::after {
    display: none;
  }
}
.checkout-body__list-item-price {
  width: 100px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .checkout-body__list-item-price {
    color: var(--color-accent-second);
  }
}
.checkout-body__list-item-edit {
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .checkout-body__list-item-edit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 46px;
    height: 44px;
  }
}
.checkout-body__list-item-edit .btn__text {
  width: 91px;
}
@media (max-width: 768px) {
  .checkout-body__list-item-edit .btn__text {
    display: none;
  }
}
.checkout-body__list-item-edit .btn__icon {
  display: none;
}
@media (max-width: 768px) {
  .checkout-body__list-item-edit .btn__icon {
    display: block;
  }
}
.checkout-body__list-item:last-child {
  margin-bottom: 0;
}
.checkout-body__number {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-right: 12px;
  border: 0;
}
.checkout-body__number_popover-target {
  position: absolute;
  width: 120px;
  height: 50px;
  left: 0;
}
.checkout-body__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 44px;
}
.checkout-body__copy.reverse {
  top: 0;
  bottom: initial;
}
.checkout-body__wrap-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  min-width: 200px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 12px;
}
@media (max-width: 768px) {
  .checkout-body__wrap-number {
    min-width: 160px;
  }
}
.checkout-body__wrap-number .checkout-body__copy {
  position: relative;
  right: initial;
  bottom: initial;
  border: none;
  width: 25px;
  height: 25px;
}
.checkout-body__toggle-components {
  position: relative;
  z-index: 1;
}
.checkout-body__toggle-components .btn {
  padding: 9px 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .checkout-body__toggle-components .btn {
    padding: 0;
    width: 46px;
    height: 44px;
  }
  .checkout-body__toggle-components .btn .btn__text {
    display: none;
  }
}
.checkout-body__toggle-components.show .btn__icon {
  transform: rotate(90deg);
}
.checkout-body__toggle-components .btn__icon {
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: 0.3s transform linear;
}
@media (max-width: 768px) {
  .checkout-body__toggle-components .btn__icon {
    margin-left: 0;
  }
}
.checkout-body__config-price {
  font-weight: bold;
  font-size: 42px;
  line-height: 100%;
}
.checkout-body__stepper {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-body__stepper {
    max-width: 300px;
  }
}
.checkout-body__stepper .btn {
  color: #111;
}
.checkout-body__stepper .btn:disabled,
.checkout-body__stepper .btn.disabled {
  cursor: default;
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.checkout-body__stepper .stepper-input {
  color: #111;
}
.checkout-body__step-2 {
  height: 100%;
}
.checkout-body__step-2 .tab-link {
  display: inline-block;
  width: 50%;
  padding: 20px 0;
  box-shadow: inset 0 -3px 0 0 transparent;
  color: rgba(17, 17, 17, 0.6);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  transition: box-shadow 0.3s ease, color 0.2s ease;
}
.checkout-body__step-2 .tab-link:is(:hover, :focus) {
  color: #111;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
}
.checkout-body__step-2 .tab-link.active {
  box-shadow: inset 0 -3px 0 0 var(--color-accent-second);
  color: #111;
}
.checkout-body__step-2 .form-group:last-child {
  margin-bottom: 0;
}
.checkout-body__form {
  padding: 20px;
}
@media (min-width: 768px) {
  .checkout-body__form {
    padding: 30px;
  }
}
.checkout-body__form:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .checkout-body__form:not(:first-child) {
    padding-top: 0;
  }
}
.checkout-body__form-title {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.checkout-body__accept-title {
  color: var(--color-accent-second);
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .checkout-body__accept-title {
    font-size: 42px;
  }
}
.checkout-body .fade-enter,
.checkout-body .fade-leave-to {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkout-body .fade-enter-active {
  transition: 0.2s 0.05s;
}
.checkout-body .fade-leave-active {
  transition: 0.2s;
}
.checkout-footer {
  padding: 8px 20px;
  background-color: var(--color-accent-main);
  width: 100%;
  max-width: 832px;
}
@media (min-width: 768px) {
  .checkout-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 80px;
  }
}
.checkout-footer__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin: 8px 16px 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .checkout-footer__price {
    flex-grow: 100;
    flex-flow: column;
    align-items: flex-start;
    margin: 0 16px;
    margin-left: 0;
  }
}
.checkout-footer__price-pre {
  padding: 4px 10px 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.checkout-footer__price-value {
  font-weight: bold;
  font-size: 42px;
}
.checkout-footer__final-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-footer__final-message {
    flex-grow: 100;
    justify-content: unset;
    padding: 0 15px 0 0;
  }
}
.checkout-footer__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}
@media (min-width: 768px) {
}
.checkout-footer__prev-step-button {
  height: 52px;
  margin-right: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .checkout-footer__prev-step-button {
    height: 56px;
    margin-right: auto;
  }
}
.checkout-footer__prev-step-button .btn__text,
.checkout-footer__prev-step-button .btn__icon {
  color: #fff;
}
.checkout-footer__prev-step-button .btn__text {
  display: none;
}
@media (min-width: 768px) {
  .checkout-footer__prev-step-button .btn__text {
    display: inline-block;
  }
  .checkout-footer__prev-step-button .btn__icon {
    margin-right: 15px;
  }
}
.checkout-footer__next-step-button {
  flex-grow: 1;
  height: 52px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .checkout-footer__next-step-button {
    flex-grow: 0;
    flex-basis: 240px;
    min-width: 85px;
    height: 56px;
  }
}
.checkout-footer__next-step-button .btn__icon {
  margin-right: 10px;
}
.checkout-footer__next-step-button .btn__icon svg {
  transform: rotate(180deg);
}
.authorization {
  display: flex;
  flex-direction: column;
}
.authorization__header {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
@media (min-width: 768px) {
  .authorization__header {
    flex-direction: row-reverse;
    padding: 20px 60px 20px 20px;
  }
}
.authorization__header-icon {
  width: 38px;
  height: 38px;
  margin-right: 14px;
  color: rgba(17, 17, 17, 0.7);
}
.authorization__header-icon .svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .authorization__header-icon {
    width: 40px;
    height: 40px;
  }
}
.authorization__title {
  flex: 1 1 auto;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .authorization__title {
    margin-right: 18px;
  }
}
.authorization__title-sup-text {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .authorization__title-sup-text {
    font-size: 42px;
  }
}
.authorization__title-sub-text {
  color: rgba(17, 17, 17, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .authorization__title-sub-text {
    font-size: 16px;
  }
}
.authorization__body {
  position: relative;
  margin: auto;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.authorization__form,
.authorization__message {
  display: flex;
  flex: 0 0 auto;
  height: calc(100vh - 90px);
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .authorization__form,
  .authorization__message {
    padding: 40px 60px;
  }
}
.authorization__form {
  text-align: center;
}
.authorization__form-wrapper {
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .authorization__form-wrapper {
    margin-bottom: 10px;
  }
}
.authorization__form-wrapper-forgot-password {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}
.authorization__form-wrapper-forgot-password .link {
  position: relative;
  margin: 0 5px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.authorization__form-wrapper-forgot-password .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@supports (transform: translate(0, 0)) or
                        (-webkit-transform: translate(0, 0)) {
  .authorization__form-wrapper-forgot-password .link::after {
    transform: scale(0, 0);
    transition: transform ease-in-out 0.3s;
  }
}
.authorization__form-wrapper-forgot-password .link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-accent-second);
}
.authorization__form-wrapper-forgot-password .link:hover::after,
.authorization__form-wrapper-forgot-password .link:focus::after {
  opacity: 1;
}
@supports (transform: translate(0, 0)) or
                            (-webkit-transform: translate(0, 0)) {
  .authorization__form-wrapper-forgot-password .link:hover::after,
  .authorization__form-wrapper-forgot-password .link:focus::after {
    transform: scale(1, 1);
  }
}
.authorization__send-button {
  padding: 0 20px;
  margin: 0 auto;
  width: 192px;
  height: 52px;
  line-height: 52px;
}
.authorization__send-button .svg {
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .authorization__send-button {
    height: 56px;
    line-height: 56px;
  }
}
.authorization .message {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.authorization .message__wrapper {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.authorization .message__icon {
  margin-bottom: 20px;
  color: var(--color-accent-second);
}
.authorization .message__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
.authorization .message__message {
  font-size: 16px;
  line-height: 140%;
}
.authorization .message__button {
  flex: 0 0 auto;
  margin: 0 auto;
  margin-top: 30px;
  height: 54px;
  width: 500px;
}
.authorization .message_error .message__icon {
  color: #ff3535;
}
.authorization .fade-enter,
.authorization .fade-leave-to {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.authorization .fade-enter-active {
  transition: 0.5s 0.1s;
}
.authorization .fade-leave-active {
  transition: 0.5s;
}
