@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

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

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

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

select {
  word-wrap: normal;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  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: vertical;
}

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-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;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Heavy.woff2") format("woff2");
  font-weight: 1000;
  font-style: normal;
}
:root {
  --indexSize: 1vh + 1vw;
  --black: #1f2229;
  --accent: #714bf1;
  --zIndexHeader: 1000;
  --zIndexModal: 9999;
  /* Цвета для светлой темы (по умолчанию) */
  --bg-color: #ffffff;
  --text-color: #1a1a1a;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}
html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  position: relative;
  color: var(--text-color);
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  background-color: var(--bg-color);
  -webkit-transition:
    background-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: Roboto, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
}

main {
}
.main__body {
  width: 100%;
  background-color: #f3f3f3;
}
.main__content {
  flex: 1 1 auto;
}
.main__content .content {
  flex: 1 0;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #fff;
}
::selection {
  background-color: #1a1a1a;
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@-webkit-keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1f2229;
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 0.06rem solid #1f2229;
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.select-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 1.8rem;
}

.select-box__current {
  background: transparent;
  border: none;
  border: 1px solid #bababa;
  border-radius: 0.6rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: #1f2229;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 1.4rem;
  background-color: #fff;
  z-index: 2;
  padding: 0.8rem 0;
}

.select-box__option {
  display: block;
  padding: 0.5rem 1.4rem;
  background: #fff;
  color: #1f2229;
  margin-bottom: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__option:hover,
.select-box__option:focus {
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}
.link {
  position: relative;
}
.link:hover {
  color: #1a1a1a;
}
.link::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #212529;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.link:hover::after {
  width: 0;
}

.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

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

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

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

a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: #222;
  text-decoration: none;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #714bf1;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-top: 0.1rem;
}
.btn:hover {
  background: rgb(142.8639175258, 112.8556701031, 243.9443298969);
  color: #fff;
}

.btn--stroke {
  border-color: #714bf1;
  background: transparent;
  color: #1f2229;
}
.btn--stroke:hover {
  border-color: transparent;
}

svg {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.svg-hidden {
  display: none;
}

.fancybox-custom .fancybox-button,
.fancybox-custom-video .fancybox-button {
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  margin: 4rem;
}
.fancybox-custom .fancybox-button:hover,
.fancybox-custom-video .fancybox-button:hover {
  color: #1f2229;
}
.fancybox-custom .fancybox-infobar,
.fancybox-custom-video .fancybox-infobar {
  display: none;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  padding: 0.5rem;
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
  right: calc(env(safe-area-inset-right) + 10rem);
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  left: calc(env(safe-area-inset-right) + 10rem);
}

.fancybox-custom.fancybox-is-open .fancybox-bg,
.fancybox-custom-video.fancybox-is-open .fancybox-bg {
  background: #fff;
  opacity: 1;
}
.fancybox-custom.fancybox-is-open .fancybox-slide--video .fancybox-content,
.fancybox-custom-video.fancybox-is-open
  .fancybox-slide--video
  .fancybox-content {
  background: #fff;
}

.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
  animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
  animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
  animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft10 {
  -webkit-animation-name: fadeInLeft10;
  animation-name: fadeInLeft10;
}

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight10 {
  -webkit-animation-name: fadeInRight10;
  animation-name: fadeInRight10;
}

@-webkit-keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clip {
  -webkit-animation-name: clip;
  animation-name: clip;
}

@-webkit-keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInRight {
  -webkit-animation-name: clipInRight;
  animation-name: clipInRight;
}

.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInUp {
  -webkit-animation-name: clipInUp;
  animation-name: clipInUp;
}

[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.cursor {
  pointer-events: none;
}
.cursor__circle {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 999999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cursor__circle--big {
  stroke: #dedede;
  fill: transparent;
  mix-blend-mode: difference;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cursor__circle--small {
  fill: #dedede;
  mix-blend-mode: difference;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cursor__plus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  stroke: transparent;
  fill: transparent;
  mix-blend-mode: normal;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cursor__plus--area {
  stroke: transparent;
  width: 1.8rem;
  height: 1.8rem;
}

.hoverable-area {
  cursor: none;
}

.header {
  z-index: 1000;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__body {
  padding: 2rem 0;
}
.header__top {
  display: flex;
  align-items: center;
}
.header__top-left {
  flex: 1 0 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5.5rem;
}
.header__top-right {
  flex: 1 0 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5.5rem;
}
.header__bottom {
  gap: 15px;
  margin: 3rem 0;
  width: 100%;
  display: inline-flex;
  position: relative;
}
.header__bottom ::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

.header-any {
  background: #fff;
  z-index: 1000;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.header-any__body {
  padding: 2rem 0 1rem 0;
}
.header-any__top {
  display: flex;
  align-items: center;
}
.header-any__top-left {
  flex: 1 0 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5.5rem;
}
.header-any__top-right {
  flex: 1 0 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5.5rem;
}
.header-any__bottom {
  gap: 15px;
  margin: 3rem 0 0 0;
  width: 100%;
  display: inline-flex;
  position: relative;
}
.header-any__bottom ::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

.footer__body {
  background: none 0px 0px repeat scroll rgb(55, 61, 68);
}
.footer__content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-footer__label {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.8rem;
  margin: 20px 0;
}
.nav-footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav-footer__link {
  color: #a7a7a7;
  font-size: 1.3rem;
}

.contacts-footer__label {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1.8rem;
  margin: 20px 0;
}
.contacts-footer__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contacts-footer__item svg {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.contacts-footer__link {
  color: #a7a7a7;
  font-size: 1.3rem;
}
.contacts-footer__job {
  color: rgb(136, 136, 136);
  font-size: 1.2rem;
}
.contacts-footer__text {
  color: #a7a7a7;
  font-size: 1.3rem;
}

.about {
  padding: 3rem 0 8rem;
  position: relative;
}
body.dark .about code,
body.dark .about pre {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__code {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__tag {
  background-color: #2a2a2a;
  border-color: #444;
}
body.dark .about .about__progress {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark .about .about__progress-bar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#714bf1),
    color-stop(#9575ff),
    to(#b199fc)
  );
  background: linear-gradient(to right, #714bf1, #9575ff, #b199fc);
  -webkit-box-shadow: 0 0 10px rgba(149, 117, 255, 0.7);
  box-shadow: 0 0 10px rgba(149, 117, 255, 0.7);
}

.about__progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  z-index: var(--zIndexHeader);
}
.about__progress-bar {
  height: 50%;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}

body.dark .about__progress {
  background-color: #000;
}
body.dark .about__progress .about__progress-bar {
  background: #fff;
}

.about__divider {
  height: 0.1rem;
  width: 100%;
  background-color: var(--accent);
  margin: 6rem 0;
  opacity: 0.3;
}
.about__divider:before {
  content: "";
  display: block;
  height: 0.5rem;
  width: 3rem;
  background-color: var(--accent);
  margin: 0 auto 2rem;
  border-radius: 0.3rem;
}

.about__area {
  padding: 9rem 2rem;
}
.about__area h1 {
  margin-bottom: 3rem;
  font-size: 7rem;
  line-height: 1.2;
}
.about__area h1 a {
  color: inherit;
  text-decoration: underline;
}
.about__area h2 {
  font-size: 3.6rem;
  margin: 5rem 0 2.5rem;
}
.about__area h3 {
  font-size: 2.6rem;
  margin: 3.5rem 0 2rem;
}
.about__area h4 {
  font-size: 2.2rem;
  margin: 2.5rem 0 1.5rem;
  font-weight: 600;
}
.about__area p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1.5rem 0;
}
.about__area code {
  font-family: monospace;
  background-color: #f5f5f5;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  border: 1px solid #e0e0e0;
}

.about__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.about__badges img {
  height: 2.2rem;
}

.about__list {
  padding-left: 2.5rem;
  margin: 2rem 0;
}
.about__list li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.about__list li::before {
  content: "•";
  position: absolute;
  left: -2.5rem;
  color: var(--accent);
  font-size: 2.5rem;
  line-height: 1;
}
.about__list li ul {
  padding-left: 2.5rem;
  margin: 1.2rem 0;
}
.about__list li ul li {
  margin-bottom: 0.8rem;
}
.about__list li ul li::before {
  content: "◦";
}

.about__code {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow-x: auto;
  border: 1px solid #e0e0e0;
}
.about__code pre {
  margin: 0;
  font-family: monospace;
}
.about__code pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  white-space: pre;
}

.about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.about__tag {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--accent);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.about__tag:hover {
  background-color: var(--accent);
  color: #fff;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  overflow: hidden;
}

.home__logo {
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  font-size: 10rem;
  font-weight: 700;
}

.home__link {
  border: 2px solid var(--text-color);
  padding: 3rem 5rem;
  border-radius: 1.2rem;
  font-size: 2.2rem;
  font-weight: 500;
  background: var(--text-color);
  color: var(--bg-color);
}
.home__link:hover {
  background: rgb(51.5, 51.5, 51.5);
  color: #fff;
}

.home__link-rem {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 2.2rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 3rem;
  color: var(--text-color);
}

.rem__area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.rem__block {
  width: 54rem;
  height: 54rem;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
  will-change: transform;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  flex: 0 0 auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}
.rem__text {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
}

body.dark .rem__block {
  background: #fff;
  color: #1f1f1f;
}
body.dark .rem__text {
  color: #1f1f1f;
}

.rem__instructions {
  max-width: 50rem;
}

.about-content__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-content__p {
  text-indent: 2em;
}

.address-block-mobile__content {
  display: inline-flex;
  gap: 10px;
  padding: 15px 20px;
  width: 100%;
}
.address-block-mobile__icon {
  fill: #000000;
}
.address-block-mobile__text {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 1rem;
  font-size: 1.9rem;
  max-width: 280px;
  color: #222;
}

.address-block__content {
  display: inline-flex;
}
.address-block__icon {
  fill: #c41f3a;
}
.address-block__text {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 1rem;
  font-size: 1.6rem;
  max-width: 200px;
  color: #222;
}

.advantages__body {
  margin: 40px 0;
}
.advantages__content {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.advantages__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.advantages__item {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.advantages__img {
  flex: 0 0 60px;
}
.advantages__title {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
}
.advantages__top-text {
  font-weight: 500;
  font-size: 1.7rem;
  color: #222;
  word-wrap: break-word;
}
.advantages__bottom-text {
  color: #666;
  font-size: 1.5rem;
}

.aside-menu {
  flex: 0 0 20%;
}
.aside-menu__list {
  display: flex;
  flex-direction: column;
}
.aside-menu__item {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.aside-menu__item_active {
  color: #fff;
  background: #dd2543;
}
.aside-menu__item_active .aside-menu__link {
  color: #fff;
}
.block-about__body {
  overflow-x: hidden;
}
.block-about__content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-height: 500px;
}
.block-about__info {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-about__h3 {
  font-weight: 400;
  font-size: 2.7rem;
  color: #222;
}
.block-about__p {
  color: #555;
  font-size: 1.6rem;
}
.block-about__benefits {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.block-about__item {
  display: flex;
  flex-direction: column;
}
.block-about__block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-about__value {
  font-size: 4rem;
  color: #888;
}
.block-about__text {
  font-size: 1.1rem;
  color: #888;
}
.block-about__image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -10%;
}

.block-mobile {
  display: flex;
  gap: 10px;
}
.block-mobile svg {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  padding: 5px;
}
.content__body {
  margin: -35px 0 0 0;
  padding: 25px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 9px rgba(0, 0, 0, 0.05);
}
.desc__span {
  max-width: 210px;
  color: #777;
  font-size: 1.5rem;
}

.email-block-mobile__content {
  display: inline-flex;
  gap: 10px;
  padding: 15px 20px;
  width: 100%;
}
.email-block-mobile__icon {
  fill: #000000;
}
.email-block-mobile__link {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 1rem;
  font-size: 1.9rem;
  max-width: 280px;
  color: #222;
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.slider-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0 auto;
  height: 660px;
}

.slider-track {
  position: relative;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.slide.active {
  opacity: 1;
  visibility: visible;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-content {
  width: 50%;
  position: relative;
  z-index: 600;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.slide-text {
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
  flex: 0 0 40%;
  justify-self: flex-end;
}

.slide-title {
  font-size: 3.3rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.2;
}

.slide-desc {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 30px;
  line-height: 1.6;
}

.slide-btn {
  background: #c41f3a;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slide-btn:hover {
  background: #dd2543;
}

.slide-image {
  z-index: 500;
  position: absolute;
  bottom: 0;
  right: 10%;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}
.slide-image img {
  max-width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-controls {
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-prev,
.slider-next {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: all;
}
.slider-prev:hover,
.slider-next:hover {
  background: rgb(255, 255, 255);
}
.slider-prev svg,
.slider-next svg {
  color: #222222;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #cccccc;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.dot.active {
  background: #333;
}
.dot:hover {
  background: #999999;
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slide.active .slide-content {
  -webkit-animation: slideIn 0.6s ease;
  animation: slideIn 0.6s ease;
}

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

.link-com__link {
  color: #222;
  font-weight: 700;
  font-size: 1.6rem;
}

.logo {
  max-width: 192px;
}
.mobil-menu {
  display: none;
}
.mobil-menu__overlay {
  top: 0;
  position: fixed;
  z-index: 9999;
  background: #3a3f44;
  opacity: 0.7;
  width: 100%;
  height: 100vh;
}
.mobil-menu__content {
  top: 0;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  max-width: 375px;
  width: 100%;
  height: 100vh;
}

.nav_desktop {
  flex: 1 0;
}
.nav_desktop .nav__list {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
}
.nav_desktop .nav__link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  padding: 5px;
}

.partners__body {
  margin: 75px 0;
}
.partners__content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.partners__h3 {
  font-weight: 400;
  font-size: 2.7rem;
  color: #222;
}

.phone-block-mobile__content {
  display: inline-flex;
  gap: 10px;
  padding: 15px 20px;
  width: 100%;
  position: relative;
}

.phone-block-mobile__icon {
  fill: #000000;
}
.phone-block-mobile__text {
  padding-left: 1rem;
}
.phone-block-mobile__phone {
  word-spacing: 0.3rem;
  color: #222;
  font-weight: 500;
  font-size: 2rem;
}

.phone-block__content {
  display: inline-flex;
}
.phone-block__icon {
  fill: #c41f3a;
}
.phone-block__text {
  padding-left: 1rem;
  position: relative;
  padding: 0 20px 0 0;
}
.phone-block__phone {
  word-spacing: 0.3rem;
  color: #222;
  font-weight: 500;
  font-size: 2rem;
}
.phone-block__icon-arrow {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.phone-block__icon-arrow_active {
  transform: rotate(90deg);
}
.phone-block__phone--first {
}
.phone-block__phone--second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.phone-block__phone--second_active {
  opacity: 1;
  transform: translate(0, -50%);
  top: 50%;
}
.phone-block__work {
  margin-top: 2px;
  transition: all 0.3s ease;
}
.phone-block__work_active {
  margin-top: 24px;
}
.phone-block__span {
  font-weight: 500;
  font-size: 1.5rem;
}
.phone-block-mobile__text {
  position: relative;
  padding: 0 20px 0 0;
}
.phone-block-mobile {
}
.phone-block-mobile__icon-arrow {
  transform: rotate(-90deg);
  position: absolute;
  right: 0px;
  transition: all 0.3s ease;
}
.phone-block-mobile__icon-arrow_active {
  transform: rotate(90deg);
}

.phone-block-mobile__phone {
}

.phone-block-mobile__phone--first {
}

.phone-block-mobile__phone--second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.phone-block-mobile__phone--second_active {
  position: relative;
  opacity: 1;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-list__item {
  padding: 30px 20px;
  border: 1px solid rgba(224, 224, 224, 0.5411764706);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.product-list__img {
  min-width: 120px;
  min-height: 120px;
}
.product-list__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-list__link-text {
  font-weight: 500;
  font-size: 2rem;
}
.product-list__text {
  font-weight: 300;
  font-size: 1.5rem;
}

.products-index__content {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.products-index__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.products-index__h3 {
  font-weight: 400;
  font-size: 2.7rem;
}
.products-index__link {
  color: #c41f3a;
  font-size: 1.6rem;
}
.products-index__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.search svg {
  width: 30px;
}

.partners-slider {
  overflow-x: hidden;
  margin: 0 auto;
  padding: 12px 0;
}
.partners-slider__list {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: flex-start;
}
.partners-slider__list::-webkit-scrollbar {
  display: none;
}
.partners-slider__item {
  min-width: 180px;
  width: 10vw;
  max-width: 200px;
  padding: 24px 18px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 14px rgba(180, 180, 180, 0.07);
  box-shadow: 0 2px 14px rgba(180, 180, 180, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}
.partners-slider__item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.title-lent__body {
  width: 100%;
  background: #c41f3a;
  padding: 30px 0;
}
.title-lent__content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.title-lent__title {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.title-lent__bread-crumbs {
  font-size: 1.3rem;
}
.main__content {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  gap: 35px;
}

.btm-cancel {
  background: #c41f3a;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btm-cancel:hover {
  background: #dd2543;
}

.production-index {
  padding: 32px 16px 48px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #333333;
}

.production-index__intro {
  max-width: 1160px;
  margin: 0 auto 32px;
}

.production-index__intro-text {
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 14px;
}

.production-index__list {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.production-index__item {
  display: flex;
  flex-wrap: nowrap;
  padding: 32px;
  border-bottom: 1px solid #f0f0f0;
}

.production-index__item:last-child {
  border-bottom: none;
}

.production-index__item-image {
  flex: 0 0 220px;
  max-width: 220px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.production-index__item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.production-index__item-content {
  flex: 1 1 0;
  min-width: 0;
}

.production-index__item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.production-index__item-subtitle {
  margin: 0;
  font-size: 13px;
  color: #777777;
}

.production-index__item-text {
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #b40027;
}
.blog-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.category-item {
  cursor: pointer;
  transition: all 0.3s ease-out;
  max-width: 213px;
  padding: 20px;
  box-shadow: 0 0 0 1px #f2f2f2;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.category-item:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.page-header {
}
.image-material {
  flex: 0 0 200px;
  box-sizing: border-box;
}
.empty-image {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.image-material figure {
  margin: 0 0 0 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.image-material figure img {
  max-height: 200px;
  width: auto;
}
.item-content {
  display: flex;
  flex-direction: column;
}
.page-header {
  flex: 1 1 100%;
}
.page-header h2 a {
  display: block;
  font-size: 1.7rem;
  text-align: center;
  padding: 20px 0;
  color: #555;
}
.status-icon {
  display: block;
  text-align: center;
}
.com-content-category-blog__children {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.com-content-category-blog__child {
  min-width: 363px;
  max-width: 363px;
  height: 190px;
  text-align: center;
  display: flex;
  align-items: center;
}

.product-card {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

/* Заголовок */
.product-card h1 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

/* Стили для карточки товара */
.product-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.product-card__title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

/* Контейнер для изображения */
.product-card__image-container {
  width: 100%;
}

/* Стили для реального изображения */
.product-image {
  width: 100%;
  aspect-ratio: 16/9; /* Опционально: сохраняет пропорции контейнера */
  overflow: hidden;
}

.product-image__img {
  width: 50%;
  height: 100%;
  object-fit: contain; /* Изображение подстраивается под контейнер */
  object-position: center;
}
@media (min-width: 768px) {
  .product-image__img {
    width: 100%;
  }
}

.product-image__img:hover {
  transform: scale(1.02);
}

/* Стили для заглушки */
.image-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.image-placeholder__icon {
  color: #6c757d;
  margin-bottom: 15px;
  opacity: 0.6;
}

.image-placeholder__icon svg {
  width: 64px;
  height: 64px;
}

.image-placeholder__text {
  color: #6c757d;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
}

/* Информация о товаре */
.product-info {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
}

.product-description p {
  margin-bottom: 15px;
}

.product-description h2,
.product-description h3,
.product-description h4 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.info-panel {
  width: 100%;
  margin: 10px 0;
  background-color: #f8f9fa;
}
.info-files {
  display: none;
}
.button-info {
  box-sizing: border-box;
  margin: 0 0 0 0;
  background: none;
  color: #000;
  border: none;
  padding: 18px 25px 17px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 0.3s ease-in;
  position: relative;
  border: 1px solid #f2f2f2;
}
.button-info:hover {
  background-color: #e2e6ea;
}
.button-info-active {
  background: #fff;
}
.button-info-active:before {
  background: #c41f3a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
}
.img-doc {
  width: 70px;
  height: auto;
}
.doc-link {
  padding: 5px;
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.doc-link:hover {
  color: #c41f3a;
}

.news {
}

.news_list {
}
.news__item {
  padding: 25px 15px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-out;
}
.news__item:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.news_link {
  font-size: 1.9rem;
  color: #222;
  padding: 5px 0;
}
.news_link:hover {
  color: #c41f3a;
}

.news__desc {
  display: block;
  font-size: 1.4rem;
  margin: 5px 0 10px;
}

.news__date {
  color: #888;
  font-size: 1.2rem;
}

.head-news {
}

.head-news__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.head-news__item {
}

.head-news__btn {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  padding: 5px 5px 20px 5px;
}
.head-news__btn_active::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c41f3a;
}

.news-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.news-item__title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
  position: relative;
  padding: 0 0 23px 0;
}
.news-item__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #de002b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-item__date {
  display: block;
  color: #888;
  font-size: 1.4rem;
  margin: 15px 0 5px 0;
}

.news-item__container {
  flex: 1 0 30%;
  max-width: 300px;
}
.news-item__text {
  flex: 1 0 70%;
}

.news-item__img {
}

.news-item__placeholder {
}

.news-item__placeholder-icon {
}

.news-item__placeholder-text {
}

.news-item__info {
}

.news-item__description {
  color: #555;
  font-size: 1.5rem;
}

.news-item__photo {
}
@media (max-width: 768px) {
  .news-item {
    flex-direction: column;
    align-items: center;
  }

  .news-item__title {
  }

  .news-item__container {
  }

  .news-item__img {
    width: 100%;
    height: 100%;
  }

  .news-item__placeholder {
  }

  .news-item__placeholder-icon {
  }

  .news-item__placeholder-text {
  }

  .news-item__info {
  }

  .news-item__description {
  }

  .news-item__photo {
  }
}

.news-item {
}
.news__photos-block {
}
.block-photos {
}
.block-photos__title {
  margin: 45px 0 35px 0;
  font-size: 2.5rem;
}
.block-photos__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}

.block-photos__item {
  flex: 0 0 235px;
  height: 160px;
  overflow: hidden;
}

.block-photos__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.block-doc {
}

.block-doc__title {
  margin: 45px 0 35px 0;
  font-size: 2.5rem;
}

.block-doc__img {
  width: 36px;
  height: auto;
}

.block-doc__link {
  padding: 5px;
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pop-up {
  user-select: none;
  display: none;
}
.pop-up_open {
  display: block;
}

.pop-up__body {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-up__content {
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.pop-up__close,
.slider-for-all__next,
.slider-for-all__prev {
  padding: 8px;
  border: none;
  background: rgba(210, 210, 210, 0.595);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pop-up__close:hover,
.slider-for-all__next:hover,
.slider-for-all__prev:hover {
  background: rgba(255, 255, 255, 0.707);
}

.slider-for-all__next:active {
  transform: translate(10px, -50%);
}

.slider-for-all__prev:active {
  transform: translate(-10px, -50%);
}
.pop-up__close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #555;
}

.slider-for-all__next,
.slider-for-all__prev {
  color: #333;
}

.pop-up__image-wrapper {
  position: relative;
  background-color: #fff;
  padding: 25px 20px;
}

.pop-up__image {
}

.slider-for-all {
}

.slider-for-all__item {
  max-width: 768px;
  width: 100%;
  max-height: 70vh;
}

.slider-for-all__img {
  max-height: 70vh;
}

.slider-for-all__next {
  position: absolute;

  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-for-all__prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  padding: 20px;
  text-align: center;
}

.custom-banner__link {
  margin: 0 0 15px 0;
  transition: all 0.3s ease;
}
.custom-banner__link:hover {
  color: #c41f3a;
}

.custom-banner__img {
  max-width: 200px;
  height: auto;
}

.news-item__wrapper {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.news-item__arrow {
}

.news-item__to-list {
  font-size: 1.4rem;
}

.sert-block {
}

.sert-block__item {
  transition: all 0.3s ease;
  padding: 40px 30px;
  flex: 0 0 280px;
  max-height: 380px;
}

.sert-block__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sert-block__img {
  width: 100%;
  height: auto;
}

.sert-block__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.partners-block {
}

.partners-block__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partners-block__item {
  padding: 30px 20px;
  flex: 0 0 280px;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(242, 242, 242);
  gap: 20px;
}
.partners-block__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.partners-block__img {
  flex-grow: 1; /* Заставляет изображение занимать доступное пространство */
  object-fit: contain; /* Сохраняет пропорции изображения */
}

.partners-block__name {
  text-align: center;
}

.photogalery-block {
}

.photogalery-block__list {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.photogalery-block__item {
  flex: 0 0 350px;
  height: 226px;

  margin: 0 0 0 0;
}

.photogalery-block__img {
  width: 100%;
  height: 100%;
}

/* Адаптивность */
@media (max-width: 768px) {
  .product-card {
    padding: 15px;
  }

  .product-card__title {
    font-size: 1.5rem;
  }

  .product-image,
  .image-placeholder {
    height: 300px;
  }

  .product-info {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .product-card__title {
    font-size: 1.3rem;
  }

  .product-image,
  .image-placeholder {
    height: 250px;
  }

  .image-placeholder__icon svg {
    width: 48px;
    height: 48px;
  }

  .image-placeholder__text {
    font-size: 1rem;
  }
}

/* Контейнер с информацией */
.product-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Стили для вкладок */
.drag_block.tab {
  width: 100%;
}

.tabs.grey {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 15px;
}

.tab-content {
  margin-top: 10px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Общее содержание */
.content {
  font-size: 1.4rem;
  line-height: 1.6;
}

.content p {
  margin-bottom: 15px;
}

.content h3 {
  font-size: 1.3rem;
  margin: 25px 0 15px;
  color: #222;
}

/* .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
} */

.content li {
}

.content strong {
  color: #222;
}

/* ТАБЛИЦА */
.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.3rem;
}

.table-bordered {
  border: 1px solid #ddd;
}

/* Шапка таблицы */
.table thead {
  background-color: #c41f3a;
}

.table thead th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 8px;
  border: 1px solid #ddd;
}

/* Ячейки таблицы */
.table tbody td {
  padding: 10px 8px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table tbody tr:hover {
  background-color: #f1f1f1;
}

/* Для ячеек с rowspan */
td[rowspan] {
  vertical-align: middle;
  font-weight: bold;
}

.mod-custom {
  flex: 1 1;
}
.popup-link {
  cursor: pointer;
}

/* АДАПТИВНОСТЬ */

/* От 375px до 767px (мобильные) */
/* ЧИСТЫЙ CSS ВАРИАНТ (без JS) */
@media (min-width: 375px) and (max-width: 767px) {
  .aside-menu {
    flex: 0 0 0px;
  }
  .main__content {
    gap: 0px;
  }

  .product-card {
    padding: 15px;
  }

  .product-card h1 {
    font-size: 1.3rem;
  }

  .content h3 {
    font-size: 1.2rem;
  }

  /* УНИВЕРСАЛЬНОЕ РЕШЕНИЕ ДЛЯ ЛЮБЫХ ТАБЛИЦ */

  /* 1. Превращаем таблицу в вертикальные карточки */
  .table {
    min-width: auto !important;
    width: 100% !important;
    display: block !important;
    border: none !important;
    border-collapse: collapse !important;
    background: transparent !important;
  }

  /* 2. Скрываем стандартный thead */
  .table thead {
    display: none !important;
  }

  /* 3. Подготовка tbody и строк */
  .table tbody {
    display: block !important;
    width: 100% !important;
  }

  .table tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    break-inside: avoid !important;
  }

  /* 4. Ключевая часть: собираем заголовки из оригинального thead */
  .table:not([data-mobile-processed="true"]) {
    position: relative !important;
  }

  /* Создаем массив заголовков через CSS переменные */
  .table:not([data-mobile-processed="true"])::before {
    display: none !important;
  }

  /* 5. Обработка ячеек - делаем их блочными с метками */
  .table td,
  .table th {
    display: block !important;
    width: 100% !important;
    padding: 12px 15px !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    text-align: left !important;
    position: relative !important;
    box-sizing: border-box !important;
    min-height: 44px !important;
  }

  /* Убираем границу у последней ячейки в строке */
  .table tr > *:last-child {
    border-bottom: none !important;
  }

  /* 6. Динамические заголовки через JavaScript + CSS (работает без JS как fallback) */
  .table td::before,
  .table th::before {
    content: attr(data-th) !important;
    display: inline-block !important;
    width: 40% !important;
    font-weight: 600 !important;
    color: #c41f3a !important;
    font-size: 0.85rem !important;
    padding-right: 15px !important;
    vertical-align: top !important;
    margin-right: 10px !important;
  }

  /* Если нет data-th, пытаемся получить из оригинального thead (через JS) */
  .table td:not([data-th])::before {
    content: "Характеристика" !important;
  }

  /* 7. Значения характеристик */
  .table td,
  .table th {
    color: #222 !important;
    font-size: 0.95rem !important;
    word-break: break-word !important;
  }

  /* 8. Первая ячейка в строке - делаем заголовком карточки */
  .table tr > *:first-child {
    background-color: #f8f9fa !important;
    border-bottom: 2px solid #c41f3a !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    padding: 15px !important;
  }

  /* Скрываем псевдоэлемент для заголовка карточки */
  .table tr > *:first-child::before {
    display: none !important;
  }

  /* 9. Обработка rowspan и colspan */
  .table td[rowspan],
  .table th[rowspan],
  .table td[colspan],
  .table th[colspan] {
    display: none !important;
  }

  /* Показываем только первую ячейку с rowspan/colspan */
  .table tr:first-child > *[rowspan],
  .table tr:first-child > *[colspan] {
    display: block !important;
    border-bottom: 1px solid #eee !important;
  }

  /* 10. Чередование фона для читаемости */
  .table tr:nth-child(even) {
    background-color: #fafafa !important;
  }

  /* 11. Адаптация для очень маленьких экранов */
  @media (max-width: 480px) {
    .table td::before,
    .table th::before {
      width: 100% !important;
      display: block !important;
      margin-bottom: 5px !important;
      padding-right: 0 !important;
      font-size: 0.8rem !important;
    }

    .table td,
    .table th {
      padding: 10px 12px !important;
    }
  }

  /* 12. Фоллбек для таблиц без data-th атрибутов (простое отображение) */
  .table.fallback-mode td,
  .table.fallback-mode th {
    padding-left: 15px !important;
  }

  .table.fallback-mode td::before,
  .table.fallback-mode th::before {
    display: none !important;
  }
}

/* От 768px до 1023px (планшеты) */
@media (min-width: 768px) and (max-width: 1023px) {
  .product-card h1 {
    font-size: 1.4rem;
  }

  .table {
    font-size: 0.88rem;
  }
}

/* От 1024px до 1439px (ноутбуки) */
@media (min-width: 1024px) and (max-width: 1439px) {
  .product-card {
    padding: 30px;
  }

  .product-card h1 {
    font-size: 1.6rem;
  }

  .content {
    font-size: 1.5rem;
  }

  .table {
    font-size: 0.95rem;
  }
}

/* От 1440px и выше (десктоп) */
@media (min-width: 1440px) {
  .product-card {
    padding: 40px;
  }

  .product-card h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .content {
    font-size: 1.5rem;
  }

  .content h3 {
    font-size: 1.5rem;
  }

  .table {
    font-size: 1.3rem;
  }

  .table thead th,
  .table tbody td {
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .production-index__item {
    flex-direction: column;
    padding: 20px 16px;
  }

  .production-index__item-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .production-index__item-content {
    flex: 1 1 0;
  }

  .production-index__item-title {
    font-size: 18px;
  }

  .production-index__item-subtitle,
  .production-index__item-text {
    font-size: 12px;
  }

  .production-index__intro {
    margin: 0 auto 24px;
  }

  .production-index__intro-text {
    font-size: 13px;
  }
}

/* Адаптивность для очень маленьких экранов (мобильные телефоны) */
@media (max-width: 480px) {
  .production-index__item {
    padding: 16px 12px;
  }

  .production-index__item-title {
    font-size: 16px;
  }

  .production-index__item-subtitle,
  .production-index__item-text {
    font-size: 11px;
  }

  .production-index__intro-text {
    font-size: 12px;
  }

  .production-index__list {
    margin: 0 12px;
  }
}

.about-nav {
  padding: 24px 16px;
  background-color: #f5f5f5;
}

.about-nav__inner {
  max-width: 260px;
}

.about-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-nav__item {
  border-bottom: 1px solid #eeeeee;
}

.about-nav__item:first-child .about-nav__link {
  border-radius: 0;
}

.about-nav__item--active {
  border-bottom: none;
}

.about-nav__link {
  display: block;
  padding: 14px 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
}

.about-nav__item--active {
  background-color: #c81632;
}
.about-nav__item--active .about-nav__link {
  color: #fff;
}

.about-nav__item:not(.about-nav__item--active) .about-nav__link {
}

.about-nav__item:not(.about-nav__item--active) .about-nav__link:hover {
}
.breadcrumbs {
  background-color: #c81632;
  padding: 8px 24px;
  font-family: Arial, sans-serif;
}

.breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
}

.breadcrumbs__link {
}
.breadcrumbs__link a {
  color: #ffffff81;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__separator {
  color: #f5f5f5;
}

.breadcrumbs__current {
  color: #f5f5f5;
}

.contacts-block {
  font-family: Arial, sans-serif;
  color: #333333;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-block__top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border: 1px solid #eeeeee;
  padding: 32px;
  margin-bottom: 40px;
}

.contacts-block__info {
  flex: 0 0 320px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-block__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contacts-block__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c81632;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-block__icon-symbol {
  color: #ffffff;
  font-size: 18px;
}

.contacts-block__content {
  flex: 1 1 auto;
}

.contacts-block__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
}

.contacts-block__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.contacts-block__link {
  color: #c81632;
  text-decoration: none;
}

.contacts-block__link:hover {
  text-decoration: underline;
}

.contacts-block__map {
  flex: 1 1;
  min-height: 260px;
}

.contacts-block__map-placeholder {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12px;
  font-size: 12px;
  color: #666666;
}

.contacts-block__persons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin: 20px 0;
}

.contacts-block__person {
  font-size: 1.5rem;
  line-height: 1.5;
  flex: 0 0 240px;
}

.contacts-block__person-title {
  margin: 0 0 4px;
  font-weight: 600;
}

.contacts-block__person-name {
  margin: 0 0 4px;
  font-weight: 500;
}

.contacts-block__person-text {
  margin: 0;
}

.requisites {
  padding: 32px 24px 48px;
  color: #333333;
  background-color: #ffffff;
}

.requisites__inner {
  width: 100%;
}

.requisites__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}

.requisites__subtitle {
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: 600;
}

.requisites__table {
  border: 1px solid #e1e5eb;
  border-collapse: collapse;
  font-size: 13px;
}

.requisites__table--bank {
  margin-top: 0;
}

.requisites__row {
  display: grid;
  grid-template-columns: 260px 1fr;
}

.requisites__cell {
  padding: 8px 10px;
  line-height: 1.4;
}

.requisites__cell--label {
  background-color: #f5f7fa;
  font-weight: 500;
}

.requisites__cell--value {
  background-color: #ffffff;
}

/* Зебра для строк */
.requisites__row:nth-child(2n) .requisites__cell--value {
  background-color: #f5f7fa;
}

/* Адаптив до 378px */

@media (max-width: 768px) {
  .requisites {
    padding: 24px 16px 40px;
  }

  .requisites__row {
    grid-template-columns: 1fr;
  }

  .requisites__cell--label {
    border-bottom: 1px solid #e1e5eb;
  }
}

@media (max-width: 480px) {
  .requisites {
    padding: 20px 12px 32px;
  }

  .requisites__title {
    font-size: 20px;
  }

  .requisites__cell {
    padding: 8px 8px;
    font-size: 12px;
  }
}

@media (max-width: 378px) {
  .requisites {
    padding: 16px 10px 24px;
  }

  .requisites__title {
    font-size: 18px;
  }

  .requisites__cell {
    padding: 6px 8px;
  }
}

@media (max-width: 1024px) {
  .contacts-block__top {
    padding: 24px;
  }

  .contacts-block__persons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .contacts-block {
    padding: 24px 16px 40px;
  }

  .contacts-block__top {
    flex-direction: column;
  }

  .contacts-block__info {
    max-width: 100%;
  }

  .contacts-block__persons {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .contacts-block {
    padding: 20px 12px 32px;
  }

  .contacts-block__top {
    padding: 20px 16px;
  }

  .contacts-block__persons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 378px) {
  .contacts-block {
    padding: 16px 10px 24px;
  }

  .contacts-block__top {
    padding: 16px 12px;
  }

  .contacts-block__item {
    gap: 12px;
  }

  .contacts-block__text,
  .contacts-block__person {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .breadcrumbs {
    padding: 8px 16px;
  }

  .breadcrumbs__inner {
    font-size: 12px;
  }
}

@media (max-width: 378px) {
  .breadcrumbs {
    padding: 6px 12px;
  }

  .breadcrumbs__inner {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .about-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .production-index {
    padding: 24px 12px 32px;
  }

  .production-index__item {
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  .production-index__intro-text {
    font-size: 13px;
  }

  .production-index__item {
    flex-direction: column;
  }

  .production-index__item-image {
    margin: 0 0 16px;
    max-width: 200px;
  }

  .production-index__item-title {
    font-size: 18px;
  }
}

@media (max-width: 378px) {
  .production-index {
    padding: 16px 10px 24px;
  }

  .production-index__item {
    padding: 20px 12px;
  }

  .production-index__item-image {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .production-index__item-title {
    font-size: 16px;
  }

  .production-index__item-text {
    font-size: 12px;
  }
}

@media (min-width: 700px) {
  .partners-slider__item {
    min-width: 180px;
    width: 10vw;
    max-width: 200px;
    padding: 24px 18px;
  }
}

@media (min-width: 950px) {
  .block-mobile {
    display: none;
  }
}
@media (min-width: 965px) {
  .burger {
    display: none;
  }
}
@media (max-width: 2560px) {
  .slide-text {
    flex: 0 0 40%;
  }
  .slide-image {
    margin-right: -10%;
  }
  .slide-image img {
    max-width: 990px;
  }
}
@media (max-width: 1995px) {
  .slide-text {
    flex: 0 0 50%;
  }
  .slide-image img {
    max-width: 890px;
  }
}
@media (max-width: 1712px) {
  .slide-text {
    flex: 0 0 60%;
  }
  .slide-image img {
    max-width: 790px;
  }
}
@media (max-width: 1440px) {
  .block-about__image {
    margin-right: -20%;
  }
}
@media (max-width: 1430px) {
  html {
    font-size: 10px;
  }
  .slide-text {
    flex: 0 0 70%;
  }
  .slide-image img {
    max-width: 690px;
  }
}
@media (max-width: 1320px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1100px) {
  body.lock {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px;
  }
  .advantages__list {
    flex-wrap: wrap;
  }
  .advantages__item {
    flex: 0 0 40%;
  }
  .block-about__image {
    margin-right: -30%;
  }
}
@media (max-width: 965px) {
  .header__bottom {
    display: none;
  }
  .header-any__bottom {
    display: none;
  }
  .address-block {
    display: none;
  }
  .desc {
    display: none;
  }
  .mobil-menu_active {
    display: block;
  }
  .nav_mobile .nav__list {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
  }
  .nav_mobile .nav__item {
    width: 100%;
    padding: 15px 0;
    position: relative;
  }
  .nav_mobile .nav__item ::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: #8b8b8b;
  }
  .nav_mobile .nav__link {
    padding: 5px 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .phone-block {
    display: none;
  }
}
@media (max-width: 950px) {
  .header__top {
    justify-content: space-between;
  }
  .header__top-left {
    flex: none;
  }
  .header__top-right {
    flex: none;
  }
  .header-any__top {
    justify-content: space-between;
  }
  .header-any__top-left {
    flex: none;
  }
  .header-any__top-right {
    flex: none;
  }
}
@media (max-width: 920px) {
  .slide-content {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .slide-image {
    display: none;
  }
}
@media (max-width: 784px) {
  .block-about__content {
    min-height: none;
  }
  .block-about__info {
    flex: 0 0 100%;
  }
  .block-about__image {
    display: none;
  }
  .product-list__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .slider-prev,
  .slider-next {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 7px;
  }
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .select-box {
    width: 100%;
    font-size: 14px;
  }
  .select-box__current {
    font-size: 14px;
    height: 54px;
    padding-left: 12px;
    padding-right: 35px;
  }
  .select-box__list {
    font-size: 14px;
    width: 100%;
  }
  .select-box__option {
    padding: 6px 20px;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }
  .fancybox-custom .fancybox-button,
  .fancybox-custom-video .fancybox-button {
    height: 4rem;
    width: 4rem;
    margin: 20px;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button,
  .fancybox-custom-video .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    height: 4rem;
    width: 4rem;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom-video .fancybox-slide {
    padding: 12px;
  }
  .cursor {
    display: none;
  }
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-any {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__progress {
    height: 20px;
  }
  .about__area {
    padding: 50px 0;
  }
  .about__area h1 {
    font-size: 3.2rem;
  }
  .about__area h2 {
    font-size: 2.8rem;
    margin: 4rem 0 2rem;
  }
  .about__area h3 {
    font-size: 2.2rem;
    margin: 3rem 0 1.5rem;
  }
  .about__area h4 {
    font-size: 1.8rem;
  }
  .about__area p {
    font-size: 1.6rem;
  }
  .about__badges {
    margin-bottom: 2rem;
  }
  .about__badges img {
    height: 2rem;
  }
  .about__list li {
    font-size: 1.6rem;
  }
  .about__code pre code {
    font-size: 1.4rem;
  }
  .about__tag {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
  .home__logo {
    font-size: calc(var(--indexSize) * 12);
    margin-bottom: calc(var(--indexSize) * 5);
  }
  .home__link {
    font-size: calc(var(--indexSize) * 2.5);
    padding: calc(var(--indexSize) * 2.5) calc(var(--indexSize) * 4);
  }
  .home__link-rem {
    font-size: calc(var(--indexSize) * 2.5);
    margin-top: calc(var(--indexSize) * 3);
  }
  .rem__area {
    flex-direction: column;
    gap: calc(var(--indexSize) * 15);
  }
  .rem__block {
    width: calc(var(--indexSize) * 60);
    height: calc(var(--indexSize) * 60);
  }
  .rem__text {
    font-size: calc(var(--indexSize) * 6);
  }
  .rem__instructions {
    font-size: calc(var(--indexSize) * 2);
  }
  .advantages__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-about__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-controls {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partners__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-index__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-lent__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 520px) {
  .advantages__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 400px) {
  .partners-slider__item {
    min-width: 150px;
    width: 8vw;
    max-width: 180px;
    padding: 10px 5px;
  }
}
@media (max-width: 340px) {
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}
