@charset "UTF-8";
:root {
  --darkdeep: #101010;
  --darkdeep80: rgba(16,16,16,.8);
  --black80: rgba(31, 31, 31, 0.8);
  --grey: #B9B9B9;
  --lightgrey: #d3d3d3;
  --lightgreyrgba: 211,211,211;
  --white: #fff;
  --grey01: rgba(0,0,0,.1);
  --dark08: rgba(31,31,31,.8);
  --white025: rgba(255,255,255,.25);
  --lettspace: -0.17px;
  --lettspace2: -0.13px;
  --font-size: 17px;
  --lineheight: 1.4;
  --font-primary: "Montserrat", sans-serif;
  --font-second: "Unbounded", sans-serif;
  --radius: 14px;
  --radiusmini: 12px;
  --radiusmodal: 20px;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 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: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

html {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-width: 375px;
  min-height: 100vh;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--lineheight);
  color: var(--white);
  background: var(--darkdeep);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.no-scroll {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  transition: all ease 0.3s;
}

svg {
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

img {
  vertical-align: top;
  max-width: 100%;
  user-select: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: unset;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  box-shadow: none;
}

.slider__pag {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__pag__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--white025);
  margin: 0 4px;
}
.slider__pag__bullet.active {
  background-color: var(--white);
}
.slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 112px;
  z-index: 2;
}
.slider__nav__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white025);
  background-color: transparent;
  border-radius: var(--radius);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
.slider__nav__btn svg {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  fill: currentColor;
}
.slider__nav__btn.disabled {
  color: var(--white025);
}

.pmenu {
  position: relative;
  z-index: 90;
}
.pmenu.active {
  z-index: 101;
}
.pmenu.active .pmenu__overlay,
.pmenu.active .pmenu__popup {
  visibility: visible;
  opacity: 1;
}
.pmenu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--darkdeep80);
  z-index: 100;
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.pmenu__btn {
  position: relative;
  z-index: 101;
}
.pmenu__popup {
  position: absolute;
  width: 250px;
  z-index: 101;
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.pmenu__popup.pmenu__popup__righttop {
  right: 0;
  bottom: calc(100% + 20px);
}
@media (max-width: 991px) {
  .pmenu__popup.pmenu__popup__righttop {
    right: auto;
    left: 0;
  }
}
.pmenu__popup.pmenu__popup__rightbottom {
  right: 0;
  top: calc(100% + 20px);
}
@media (max-width: 991px) {
  .pmenu__popup.pmenu__popup__rightbottom {
    right: auto;
    left: 0;
  }
}
.pmenu__popup.pmenu__popup__centertop {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 20px);
}
.pmenu__popup__body {
  width: 100%;
  background: linear-gradient(0deg, #8C8C8C 0%, #8C8C8C 100%), rgba(37, 37, 37, 0.82);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(25px);
  border-radius: 12px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
}
.pmenu__popup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.pmenu__popup__list li {
  display: block;
  border-top: 0.5px solid rgba(128, 128, 128, 0.7);
}
.pmenu__popup__list li:first-child {
  border: none;
}
.pmenu__popup__list a {
  display: block;
  padding: 11px 16px;
  color: var(--white);
  letter-spacing: var(--lettspace);
}

.pagewelcome {
  position: relative;
  border-radius: var(--radiusmodal);
  overflow: hidden;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .pagewelcome {
    border-radius: 30px;
  }
}
.pagewelcome__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("./../img/bg-stars.png") var(--darkdeep) 50% 0 no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  z-index: 1;
}
.pagewelcome__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(79deg, rgba(16, 16, 16, 0) 0%, rgba(49, 71, 217, 0.5) 75%, #7083F9 100%);
  background-blend-mode: normal, lighten;
  z-index: 3;
}
@media (max-width: 991px) {
  .pagewelcome__bg::after {
    background: linear-gradient(167deg, rgba(16, 16, 16, 0) 0%, rgba(49, 71, 217, 0.5) 75%, #7083F9 100%);
  }
}
.pagewelcome__bg__img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  mix-blend-mode: luminosity;
}
@media (max-width: 991px) {
  .pagewelcome__bg__img {
    width: 100%;
    height: 335px;
    top: auto;
    left: 0;
    justify-content: center;
  }
}
.pagewelcome__bg__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.pagewelcome__content {
  position: relative;
  padding: 44px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 640px;
}
@media (max-width: 991px) {
  .pagewelcome__content {
    padding: 44px 32px 379px 32px;
  }
}
@media (max-width: 767px) {
  .pagewelcome__content {
    padding: 44px 20px 379px 20px;
  }
}
.pagewelcome__body {
  flex: 1 0 0;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 50%;
}
@media (max-width: 991px) {
  .pagewelcome__body {
    max-width: 100%;
  }
}
.pagewelcome__footer {
  flex: 0 0 auto;
  height: auto;
  margin-top: auto;
  padding-top: 44px;
  max-width: 50%;
}
@media (max-width: 991px) {
  .pagewelcome__footer {
    max-width: 100%;
  }
}
.pagewelcome__footer__text {
  color: var(--white025);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
}
.pagewelcome__footer__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pagewelcome__title {
  font-family: var(--font-second);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2941176471;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .pagewelcome__title {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.pagewelcome__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  margin-bottom: 44px;
}
.pagewelcome__markers {
  margin-bottom: 44px;
}
.pagewelcome__markers ul {
  list-style: none;
  margin: -6px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pagewelcome__markers ul li {
  padding: 6px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.pagewelcome__markers ul span {
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--darkdeep80);
  border-radius: var(--radiusmodal);
  backdrop-filter: blur(15px);
  color: var(--grey);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
}

.problemareas {
  position: relative;
}
.problemareas .h1.problemareas__title {
  margin-bottom: 20px;
  text-align: center;
}
.problemareas__arrows {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white025);
}
.problemareas__arrows i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.problemareas__arrows i svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}
.problemareas__arrows span {
  flex: 0 0 auto;
  width: auto;
}
.problemareas__sphere {
  position: relative;
  height: 776px;
}
@media (max-width: 991px) {
  .problemareas__sphere {
    height: 438px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.aboutwelimg {
  height: 640px;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .aboutwelimg {
    height: 502px;
  }
}
.aboutwelimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-cursor:before {
  width: 52px;
  height: 52px;
  top: 10px;
  left: 10px;
  background: #3147D9;
  background: linear-gradient(180deg, #3147D9 0%, #7083F9 100%);
  filter: blur(10px);
  transform: scale(1, 1);
  transition: transform 0.25s ease-in-out, opacity 0.1s, filter ease 0.3s;
}
.mf-cursor.-pointer::before {
  transform: scale(0.7, 0.7);
  filter: blur(5px);
}

.container {
  width: 100%;
  min-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

.mbtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  outline: none !important;
  background: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: all 0.3s ease;
  font-family: var(--font-second);
  font-weight: 400;
  color: var(--darkdeep);
  background: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.mbtn.mbtn__white span {
  display: inline-block;
  color: var(--darkdeep);
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: var(--radius);
}
.button__block .mbtn.mbtn__white span {
  display: inline-block;
  color: var(--darkdeep);
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: var(--radiusmini);
}
.mbtn.mbtn__white::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  opacity: 0.8;
  background: linear-gradient(90deg, #B1ACFF 0%, #2C4AC3 41.83%, #5024D5 63.46%, #B1ACFF 100%);
  filter: blur(20px);
  z-index: -1;
}
.mbtn.mbtn__bordered {
  display: inline-block;
  color: var(--white);
  border: 1px solid var(--white025);
  background-color: transparent;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 1;
  padding: 16px 13px;
  min-height: 50px;
}
.mbtn.mbtn__big {
  font-size: 16px;
  line-height: 1;
}
.mbtn.mbtn__big span {
  padding: 16px 13px;
  min-height: 50px;
}

p {
  margin: 0;
}

.h6, .h5, .h4, .h3, .h2, .h1 {
  padding: 0;
  font-weight: 400;
  font-family: var(--font-second);
  color: var(--white);
}
.h6:first-child, .h5:first-child, .h4:first-child, .h3:first-child, .h2:first-child, .h1:first-child {
  margin-top: 0;
}
.h6:last-child, .h5:last-child, .h4:last-child, .h3:last-child, .h2:last-child, .h1:last-child {
  margin-bottom: 0;
}

.h1 {
  margin: 44px 0;
  font-size: 52px;
  line-height: 1.3076923077;
}
@media (max-width: 991px) {
  .h1 {
    font-size: 34px;
    line-height: 1.2941176471;
  }
}

.h2 {
  margin: 20px 0;
  font-size: 34px;
  line-height: 1.2941176471;
}
@media (max-width: 991px) {
  .h2 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.h3 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media (max-width: 991px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

.h5 {
  margin: 20px 0;
  font-family: var(--font-primary);
  font-size: 17px;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
}

.h6 {
  margin: 20px 0;
  font-family: var(--font-primary);
  font-size: 17px;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  font-weight: 500;
}

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

.text-right {
  text-align: right;
}

.block__video > video {
    width: 100%;
}

.block__text {
  cursor: default;
  position: relative;
  font-size: var(--font-size);
  line-height: 1.4117647059;
  color: var(--grey);
}
.block__text p {
  margin: 0;
  letter-spacing: var(--lettspace);
}
.block__text a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.block__text img {
  display: block;
  margin: 44px 0;
  width: 100%;
  border-radius: var(--radiusmodal);
}
.block__text img:first-child {
  margin-top: 0;
}
.block__text img:last-child {
  margin-bottom: 0;
}
.block__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: var(--lettspace);
}
.block__text ul.ul-wmargin li {
  margin-top: 20px;
}
.block__text ul.ul-wmargin li:first-child {
  margin-top: 0;
}
.block__text ul > li {
  position: relative;
  padding-left: 26px;
}
.block__text ul > li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 12px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--grey);
}
.block__text blockquote {
  display: block;
  margin: 44px 0;
  letter-spacing: var(--lettspace);
  color: var(--white);
}
.block__text blockquote:first-child {
  margin-top: 0;
}
.block__text blockquote:last-child {
  margin-bottom: 0;
}
.block__text blockquote figcaption {
  font-size: 13px;
  line-height: 1.2307692308;
  display: block;
  margin: 8px 0 0 0;
  letter-spacing: var(--lettspace2);
  color: var(--white025);
}
.block__text h6, .block__text h5, .block__text h4, .block__text h3, .block__text h2, .block__text h1 {
  padding: 0;
  font-weight: 400;
  font-family: var(--font-second);
  color: var(--white);
}
.block__text h6:first-child, .block__text h5:first-child, .block__text h4:first-child, .block__text h3:first-child, .block__text h2:first-child, .block__text h1:first-child {
  margin-top: 0;
}
.block__text h6:last-child, .block__text h5:last-child, .block__text h4:last-child, .block__text h3:last-child, .block__text h2:last-child, .block__text h1:last-child {
  margin-bottom: 0;
}
.block__text h1 {
  margin: 44px 0;
  font-size: 52px;
  line-height: 1.3076923077;
}
@media (max-width: 991px) {
  .block__text h1 {
    font-size: 34px;
    line-height: 1.2941176471;
  }
}
.block__text h2 {
  margin: 44px 0 20px 0;
  font-size: 34px;
  line-height: 1.2941176471;
}
@media (max-width: 991px) {
  .block__text h2 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.block__text h3 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media (max-width: 991px) {
  .block__text h3 {
    font-size: 20px;
  }
}
.block__text h4 {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.block__text h5 {
  margin: 20px 0;
  font-family: var(--font-primary);
  font-size: 17px;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
}
.block__text h6 {
  margin: 20px 0;
  font-family: var(--font-primary);
  color: var(--grey);
  font-size: 17px;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  font-weight: 500;
}

.text-nowrap {
  white-space: nowrap;
}

.text__right {
  text-align: right;
}

.text__center {
  text-align: center;
}

.block__padd {
  padding: 56px 0;
}
.block__padd:first-child {
  padding-top: 112px;
}

@media (max-width: 768px) {
    .block__padd:first-child {
        padding-top: 178px;
    }
}

.block__padd:last-child {
  padding-bottom: 112px;
}
.block__padd.block__padd__first {
  padding-top: 112px;
}
.block__padd.block__padd__last {
  padding-bottom: 112px;
}
.block__padd.block__padd__nolast {
  padding-bottom: 56px;
}

.block__overflow {
  overflow: hidden;
}

.block__more {
  padding-top: 2.5882352941rem;
}
.block__more__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .block__more__row.block__more__row__centermobile {
    justify-content: center;
  }
}
.block__more__row__item {
  flex: 0 0 auto;
  width: auto;
}
.block__more__row__item.block__more__row__item__col {
  flex: 1 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .block__more__row__item.block__more__row__item__hiddenmobile {
    display: none;
  }
}
.block__more__row__item.block__more__row__item__hiddendesktop {
  display: none;
}
@media (max-width: 991px) {
  .block__more__row__item.block__more__row__item__hiddendesktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .block__more.text__right {
    text-align: center;
  }
}

.w-100 {
  width: 100%;
}

.block__title {
  margin-bottom: 44px;
  position: relative;
}
.block__title .h1, .block__title .h2, .block__title .h3, .block__title .h4 {
  margin-bottom: 0;
}
.block__title + .problemareas__arrows {
  margin-top: -24px;
}
.block__title__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}
.block__title__side {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .block__title__side {
    width: 100%;
  }
}
.block__title__side__text {
  color: var(--grey);
  letter-spacing: -0.17px;
}
.block__title__side__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.block__title__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .block__title__body {
    flex: 0 0 auto;
  }
}

.block__inside {
  padding: 150px 0 112px 0;
  position: relative;
}
@media (max-width: 991px) {
  .block__inside {
    padding: 178px 0 112px 0;
  }
}
.block__inside.block__inside__article {
  padding-bottom: 56px;
}
.block__inside__more {
  text-align: center;
  height: 82px;
  margin-bottom: -32px;
  margin-top: 44px;
  z-index: 10;
}
@media (max-width: 991px) {
  .block__inside__more {
    height: 70px;
    margin-bottom: -20px;
  }
}
.block__inside__more__wrap {
  height: 82px;
  z-index: 10;
}
.block__inside__more__wrap.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .block__inside__more__wrap {
    height: 70px;
  }
}

.crumbs {
  position: relative;
}
.crumbs__wrap {
  position: relative;
  /*width: 100vw;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
}
.crumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  letter-spacing: var(--lettspace2);
  font-size: 13px;
  line-height: 1.2307692308;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.crumbs ul ::-webkit-scrollbar {
  display: none;
}
.crumbs ul li {
  padding-right: 12px;
}
.crumbs ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: 12px;
  color: var(--white025);
}
.crumbs ul li:last-child {
  color: var(--white025);
  padding-right: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -6px;
}
.pagination__item {
  position: relative;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: var(--radiusmini);
  border: 1px solid var(--white025);
  color: var(--white);
  margin: 0 6px;
}
.pagination__btn svg {
  max-width: 24px;
  max-height: 24px;
  fill: currentColor;
  transition: all ease 0.3s;
}
.pagination__btn.disabled {
  color: var(--white025);
  display: none;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__list li {
  padding: 0 6px;
}
@media (max-width: 991px) {
  .pagination__list li.pagination__dnonemobile {
    display: none;
  }
}
.pagination__page {
  display: block;
  padding: 4px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  color: var(--white);
  font-family: var(--font-second);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.pagination__page.active {
  background-color: var(--white);
  color: var(--darkdeep);
}

.page__404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 106px 0 0 0;
}
@media (max-width: 991px) {
  .page__404 {
    padding: 94px 0 0 0;
  }
}
.page__404__body {
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page__404__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  height: 178px;
}
@media (max-width: 991px) {
  .page__404__img {
    height: 118px;
  }
}
.page__404__img svg, .page__404__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.page__404__text {
  margin-bottom: 44px;
  font-family: var(--font-second);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
}

.universe {
  background-image: url("./../img/bg-universe.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 991px) {
  .universe {
    padding-top: 122px;
  }
}
.universe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 112px;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.universe::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 112px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.universe__content {
  min-height: 496px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .universe__content {
    min-height: 422px;
  }
}
.universe__center {
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .universe__center {
    max-width: 335px;
  }
}
.universe__center .h1 {
  margin-bottom: 20px;
}
.universe__center__text {
  position: relative;
}
.universe__center__btns {
  padding-top: 44px;
}

.reviews {
  position: relative;
}
.reviews__slider {
  position: relative;
  width: 100%;
}
.reviews__slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.reviews__slider__item {
  width: 412px;
}
@media (max-width: 991px) {
  .reviews__slider__item {
    width: 312px;
  }
}
.reviews__card {
  position: relative;
  background-color: var(--black80);
  backdrop-filter: blur(15px);
  border-radius: var(--radiusmodal);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 392px;
  padding: 32px;
}
@media (max-width: 991px) {
  .reviews__card {
    height: 424px;
    padding: 20px;
  }
}
.reviews__card__header {
  margin-bottom: 44px;
  flex: 0 0 auto;
  height: auto;
}
.reviews__card__header__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -10px;
}
.reviews__card__header__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
}
.reviews__card__header__side {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.reviews__card__header__rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews__card__header__rating i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
}
.reviews__card__header__rating i svg, .reviews__card__header__rating i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.reviews__card__header__rating span {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-second);
  font-size: 24px;
  line-height: 1.3333333333;
  overflow: hidden;
}
.reviews__card__header__name {
  font-family: var(--font-second);
  font-size: 24px;
  line-height: 1.3333333333;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.reviews__card__header__date {
  color: var(--white025);
  font-weight: 400;
  letter-spacing: var(--lettspace);
}
.reviews__card__body {
  flex: 1 0 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.reviews__card__text {
  color: var(--grey);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .reviews__card__text {
    -webkit-line-clamp: 7;
  }
}
.reviews__card__footer {
  margin-top: 44px;
  flex: 0 0 auto;
  height: auto;
}
.reviews__card__footer__row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 -10px;
}
.reviews__card__footer__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
.reviews__card__footer__side {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.reviews__card__more {
  display: inline-block;
  font-family: var(--font-second);
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.reviews__card__pictures {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews__card__pictures__img {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black80);
  background-color: rgba(var(--lightgreyrgba), 0.5);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .reviews__card__pictures__img {
    width: 64px;
    height: 64px;
  }
}
.reviews__card__pictures__else {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--black80);
  letter-spacing: var(--lettspace);
  color: var(--white025);
  margin-left: -20px;
  position: relative;
  background-color: var(--black80);
  backdrop-filter: blur(15px);
  z-index: 2;
}

.reviewslist {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -10px -11px;
}
.reviewslist__item {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 10px 11px;
}
@media (max-width: 1199px) {
  .reviewslist__item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .reviewslist__item {
    width: 100%;
  }
}

.portfolio {
  position: relative;
}
.portfolio__slider {
  position: relative;
  width: 100%;
}
.portfolio__slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.portfolio__slider__item {
  width: 412px;
}
@media (max-width: 991px) {
  .portfolio__slider__item {
    width: 312px;
  }
}
.portfolio__card {
  position: relative;
}
.portfolio__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(var(--lightgreyrgba), 0.5);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .portfolio__card__img {
    height: 312px;
  }
}
.portfolio__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio__card__list {
  position: relative;
}
.portfolio__card__list__item {
  margin-top: 20px;
}
.portfolio__card__list__item:first-child {
  margin-top: 0;
}
.portfolio__card__list__label {
  color: var(--white025);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  margin-bottom: 8px;
}
.portfolio__card__list__body {
  position: relative;
}
.portfolio__card__list__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  font-family: var(--font-second);
}
.portfolio__card__list__link sup {
  top: -4px;
}

.portfoliolist {
  position: relative;
  margin: -22px -11px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.portfoliolist__item {
  padding: 22px 11px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .portfoliolist__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfoliolist__item {
    width: 100%;
  }
}

.promo {
  position: relative;
}
.promo__slider {
  position: relative;
  width: 100%;
}
.promo__slider__item {
  width: 100%;
}
.promo__slider__pag {
  display: none;
}
@media (max-width: 991px) {
  .promo__slider__pag {
    display: block;
    padding-top: 20px;
  }
}
.promo__card {
  position: relative;
  height: 640px;
  overflow: hidden;
  border-radius: var(--radiusmodal);
}
@media (max-width: 991px) {
  .promo__card {
    height: 592px;
  }
}
.promo__card__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__card__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 44px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 991px) {
  .promo__card__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.promo__card__des {
  max-width: 696px;
}
.promo__card__title {
  position: relative;
}
.promo__card__text {
  letter-spacing: var(--lettspace);
  color: var(--white);
  font-weight: 400;
}
.promo__card__btns {
  margin-top: 44px;
}

.promolist {
  position: relative;
}
.promolist__item {
  margin-top: 44px;
}
.promolist__item:first-child {
  margin-top: 0;
}

.photo__card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  aspect-ratio: 2/1;
  background-color: rgba(var(--lightgreyrgba), 0.5);
}
@media (max-width: 991px) {
  .photo__card {
    aspect-ratio: 335/502.5;
  }
}
.photo__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  position: relative;
}
.about__wrap {
  position: relative;
  background: url("./../img/about/bg-stars.png") var(--darkdeep) 50% 0 repeat-y;
  background-size: 100% auto;
  background-blend-mode: lighten;
}
.about__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 112px;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 1;
}
.about__wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 112px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 1;
}
.about__wrap .container {
  position: relative;
  z-index: 2;
}
.about__rows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .about__rows {
    flex-wrap: wrap;
  }
}
.about__rows__side {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .about__rows__side {
    width: 100%;
    margin-bottom: 44px;
  }
}
.about__rows__body {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
  margin-left: 8.33333333%;
}
@media (max-width: 1199px) {
  .about__rows__body {
    margin-left: 0;
    width: 58.33333333%;
  }
}
@media (max-width: 991px) {
  .about__rows__body {
    flex: 0 0 auto;
    width: 100%;
  }
}
.about__aside {
  max-width: 520px;
}
.about__aside__head {
  margin-bottom: 44px;
}
.about__aside__head__title {
  margin: 0;
}
.about__aside__head__des {
  margin: 0;
}
.about__list {
  position: relative;
}
.about__list__item {
  margin-top: 20px;
}
.about__list__item:first-child {
  margin-top: 0;
}
.about__card {
  padding: 32px;
  border-radius: var(--radiusmodal);
  overflow: hidden;
  background: var(--black80);
  backdrop-filter: blur(15px);
}
@media (max-width: 991px) {
  .about__card {
    padding: 20px;
  }
}
.about__card__head {
  margin-bottom: 44px;
  letter-spacing: var(--lettspace);
  color: var(--white025);
}
.about__card__head__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.about__card__head__row__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.about__card__head__row__side {
  flex: 0 0 auto;
  width: auto;
  padding: 0 10px;
}
.about__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 564/376;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(var(--lightgreyrgba), 0.5);
  margin-bottom: 44px;
}
.about__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__card__title {
  font-family: var(--font-second);
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
.about__card__text {
  letter-spacing: var(--lettspace);
  color: var(--white025);
}

.aboutsl {
  position: relative;
  width: 100%;
  height: 100dvh;
  /* touch-action: none;
  overscroll-behavior: contain; */
}
.aboutsl__title {
  text-align: center;
}
.aboutsl__wrap {
  width: 100%;
  height: 100dvh;
  /* touch-action: none;
  overscroll-behavior: contain; */
  z-index: 1;
}
.aboutsl__slide {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutsl__slide.active {
  opacity: 1;
}
.aboutsl__slide.aboutsl__slide__style-0 {
  z-index: 1;
}
.aboutsl__slide.aboutsl__slide__style-2 {
  opacity: 1;
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-3 {
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-4 {
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-5 {
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-6 {
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-7 {
  z-index: 2;
}
.aboutsl__slide.aboutsl__slide__style-8 {
  z-index: 2;
}

.js--aboutsl-slide, .js--aboutsl-letter-1, .js--aboutsl-letter-2, .js--aboutsl-letter-3, .js--aboutsl-letter-4, .js--aboutsl-letter-5, .js--aboutsl-letter-6, .js--aboutsl-info, .js--aboutsl-bg {
  will-change: transform, opacity, color;
}

.aboutsl__slide__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(./../img/about/bg-stars.png) var(--darkdeep) 50% 0 repeat-y;
  background-size: cover;
  background-blend-mode: lighten;
  opacity: 0;
  z-index: 1;
}
.aboutsl__des {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.aboutsl__des__title {
  font-family: var(--font-second);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2941176471;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .aboutsl__des__title {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.aboutsl__milena {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutsl__milena span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex: 0 0 auto;
  width: auto;
  opacity: 0;
  height: 187px;
}
@media (max-width: 1439px) {
  .aboutsl__milena span {
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .aboutsl__milena span {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .aboutsl__milena span {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .aboutsl__milena span {
    height: 66px;
  }
}
@media (max-width: 575px) {
  .aboutsl__milena span {
    height: 50px;
  }
}
.aboutsl__milena span svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
}
.aboutsl__milena__info {
  text-align: center;
  padding-top: 44px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .aboutsl__milena__info {
    padding-top: 15px;
  }
}
.aboutsl__milena__info svg {
  display: block;
  margin: 0 auto;
  height: 42px;
  width: auto;
}
@media (max-width: 991px) {
  .aboutsl__milena__info svg {
    height: 12px;
  }
}

.services__more {
  padding-top: 44px;
  text-align: center;
}
.services__face {
  margin: 0 auto;
  position: relative;
  height: 691px;
}
@media (max-width: 991px) {
  .services__face {
    height: 438px;
  }
}
.services__face__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("./../img/services/bg-face.png") var(--darkdeep) 50% 0 repeat-y;
  background-size: auto 100%;
  background-blend-mode: lighten;
  z-index: 1;
}
.services__face__item {
  position: absolute;
  will-change: transform;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: ease;
  z-index: 2;
}
.services__face__item.style__0 {
  right: 50%;
  top: 97px;
  margin-right: 234px;
}
@media (max-width: 991px) {
  .services__face__item.style__0 {
    top: 41px;
    margin-right: 92px;
  }
}
.services__face__item.style__1 {
  left: 50%;
  top: 47px;
  margin-left: 183px;
}
@media (max-width: 991px) {
  .services__face__item.style__1 {
    top: 17px;
    margin-left: 107px;
  }
}
.services__face__item.style__2 {
  right: 50%;
  top: 463px;
  margin-right: 154px;
}
@media (max-width: 991px) {
  .services__face__item.style__2 {
    top: 311px;
    margin-right: 52px;
  }
}
.services__face__item.style__3 {
  left: 50%;
  top: 373px;
  margin-left: 253px;
}
@media (max-width: 991px) {
  .services__face__item.style__3 {
    top: 240px;
    margin-left: 104px;
  }
}
.services__face__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: var(--radiusmodal);
  overflow: hidden;
}
@media (max-width: 991px) {
  .services__face__card {
    width: 120px;
    height: 120px;
  }
}
.services__face__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newcomers {
  position: relative;
  padding-bottom: 112px;
}
.newcomers::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 112px;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 1;
}
.newcomers__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.newcomers__video video {
  display: block;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.newcomers__body {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.newcomers__welcome {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newcomers__welcome__body {
  max-width: 738px;
}
.newcomers__list {
  padding-top: 44px;
  padding-bottom: 44px;
}
.newcomers__list__item {
  margin-top: 112px;
}
.newcomers__list__item:first-child {
  margin-top: 0;
}
.newcomers__list__card {
  position: relative;
  max-width: 738px;
}
.newcomers__list__card__title {
  font-family: var(--font-second);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2941176471;
  margin-bottom: 20px;
}
.newcomers__list__card__text {
  letter-spacing: var(--lettspace);
}

/* ===== Services / Price – один тумблер ===== */

.price-type-change {
    margin-bottom: 40px;
}

/* сама большая кнопка */
.price-toggle {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;

    /* фон в стилистике Milena */
    background: linear-gradient(90deg, #151831, #4047ff 40%, #0c0d16 100%);
    box-shadow:
            0 0 0 rgba(0, 0, 0, 0),
            0 0 0 rgba(111, 132, 255, 0);
    transition:
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

/* hover по всей кнопке */
.price-toggle:hover {
    box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.85),
            0 0 38px rgba(111, 132, 255, 0.95);
    transform: translateY(-1px);
}

/* белая "половина" под активным состоянием, заливка БЕЗ внутренних отступов */
.price-toggle__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: #ffffff;
    box-shadow:
            0 6px 18px rgba(0, 0, 0, 0.75),
            0 0 26px rgba(111, 132, 255, 0.9);
    transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
}

/* активен Price — белая половина уезжает вправо */
.price-toggle[data-state="price"] .price-toggle__bg {
    transform: translateX(100%);
}

/* две подписи – каждая занимает свою половину и центрируется ВНУТРИ неё */
.price-toggle__label {
    position: relative;
    z-index: 2;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-transform: none;
    user-select: none;
    color: rgba(255, 255, 255, 0.7);
}

/* активная сторона – тёмный текст на белом */
.price-toggle[data-state="services"] .price-toggle__label--services {
    color: #050509;
}
.price-toggle[data-state="price"] .price-toggle__label--price {
    color: #050509;
}

/* неактивная – светлая надпись на градиенте */
.price-toggle[data-state="services"] .price-toggle__label--price,
.price-toggle[data-state="price"] .price-toggle__label--services {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
    .price-toggle__label {
        padding: 10px 14px;
        font-size: 13px;
    }
}


.pricelist {
  position: relative;
}
.pricelist__item {
  margin-top: 112px;
}
.pricelist__item:first-child {
  margin-top: 0;
}
.pricelist__card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 -22px;
}
@media (max-width: 991px) {
  .pricelist__card {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.pricelist__card__side {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 22px;
}
@media (max-width: 991px) {
  .pricelist__card__side {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 44px;
  }
}
.pricelist__card__body {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding: 0 22px;
}
@media (max-width: 991px) {
  .pricelist__card__body {
    padding: 0 10px;
    width: 100%;
  }
}
.pricelist__card__info {
  position: relative;
  background-color: var(--black80);
  border-radius: var(--radiusmodal);
  margin-bottom: 20px;
}
.pricelist__card__info:last-child {
  margin-bottom: 0;
}
.pricelist__card__info.active .pricelist__card__info__header__icon button svg {
  transform: rotate(180deg);
}
.pricelist__card__info__header {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -10px;
  cursor: pointer;
}
.pricelist__card__info__header__title {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.pricelist__card__info__header__title sup {
  top: -4px;
}
.pricelist__card__info__header__title a {
  display: inline-block;
}
.pricelist__card__info__header__icon {
  flex: 0 0 auto;
  width: 70px;
  padding: 0 10px;
}
.pricelist__card__info__header__icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white025);
  border-radius: var(--radius);
  color: var(--white);
  padding: 0;
  outline: none;
}
.pricelist__card__info__header__icon button svg {
  max-width: 24px;
  max-height: 24px;
  fill: currentColor;
  object-fit: contain;
  transition: all ease 0.3s;
}
.pricelist__card__info__content {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.3s;
}
.pricelist__card__info__content__body {
  padding: 12px;
}
.pricelist__card__info__content__body.single {
  border-radius: var(--radiusmodal);
  background-color: var(--black80);
}
.pricelist__card__list__item {
  margin-top: 12px;
}
.pricelist__card__list__item:first-child {
  margin-top: 0;
}
.pricelist__card__list__card {
  background-color: var(--darkdeep);
  border-radius: var(--radiusmini);
  padding: 12px;
}
.pricelist__card__list__card__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -16px;
}
.pricelist__card__list__card__row__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  overflow: hidden;
}
.pricelist__card__list__card__row__body.button__block {
  overflow: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.pricelist__card__list__card__row__side {
  padding: 0 16px;
  flex: 0 0 auto;
  width: auto;
}
.pricelist__card__list__card__check {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.pricelist__card__list__card__check li {
  margin-top: 20px;
}
.pricelist__card__list__card__check li:first-child {
  margin-top: 0;
}
.pricelist__card__name {
  color: var(--grey);
  letter-spacing: var(--lettspace);
}
.pricelist__card__check {
  color: var(--white);
  letter-spacing: var(--lettspace);
  margin-bottom: 8px;
}
.pricelist__card__check:last-child {
  margin-bottom: 0;
}
.pricelist__card__des {
  color: var(--white025);
  font-size: 13px;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
}

.specialists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -22px -11px;
}
.specialists__item {
  padding: 22px 11px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .specialists__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .specialists__item {
    width: 100%;
  }
}
.specialists__card {
  position: relative;
  text-align: center;
}
.specialists__card__img {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.specialists__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialists__card__img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 137px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.specialists__card__title {
  display: block;
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
.specialists__card__title:last-child {
  margin-bottom: 0;
}
.specialists__card__post {
  font-size: 13px;
  font-weight: 400;
  line-height: cacl(16/13);
  letter-spacing: var(--lettspace2);
  color: var(--white025);
}

.sliderspecialists {
  position: relative;
}
.sliderspecialists__slider {
  position: relative;
  width: 100%;
}
.sliderspecialists__slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.sliderspecialists__slider__item {
  width: 412px;
}
@media (max-width: 991px) {
  .sliderspecialists__slider__item {
    width: 312px;
  }
}

.faqpage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 991px) {
  .faqpage {
    margin: 0 -12px;
  }
}

.faqpage__title {
    margin-bottom: 40px;
}

.faqpage__side {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 22px;
}
@media (max-width: 991px) {
  .faqpage__side {
    padding: 0 12px;
    width: 100%;
    margin-bottom: 44px;
  }
}
.faqpage__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 22px;
}
@media (max-width: 991px) {
  .faqpage__body {
    flex: 0 0 auto;
    padding: 0 12px;
  }
}

.faqlist {
  position: relative;
}
.faqlist__item {
  margin-top: 20px;
}
.faqlist__item:first-child {
  margin-top: 0;
}
.faqlist__card {
  background-color: var(--black80);
  border-radius: var(--radiusmodal);
  overflow: hidden;
}
.faqlist__card.active .faqlist__card__header__icon {
  transform: rotate(180deg);
}
.faqlist__card__header {
  position: relative;
  padding: 24px 60px 24px 24px;
  cursor: pointer;
}
.faqlist__card__header__title {
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.faqlist__card__header__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all ease 0.3s;
}
.faqlist__card__header__icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  object-fit: contain;
}
.faqlist__card__slide {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.3s;
}
.faqlist__card__slide__body {
  padding: 0 12px 12px 12px;
}
.faqlist__card__slide__text {
  background-color: var(--darkdeep);
  border-radius: var(--radiusmini);
  padding: 12px;
}
.faqlist__card__slide__text .block__text {
  color: var(--grey);
  letter-spacing: var(--lettspace);
}

.bloglist {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -22px -11px;
}
.bloglist__item {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 22px 11px;
}
@media (max-width: 991px) {
  .bloglist__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bloglist__item {
    width: 100%;
  }
}
.bloglist__card {
  position: relative;
}
.bloglist__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 412/274.6;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: var(--radiusmodal);
}
.bloglist__card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloglist__card__date {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white025);
  margin-bottom: 8px;
}
.bloglist__card__title {
  display: block;
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
@media (max-width: 991px) {
  .bloglist__card__title {
    -webkit-line-clamp: 3;
    height: 69px;
  }
}
.bloglist__card__title sup {
  top: -4px;
}

.blogelse {
  position: relative;
}
.blogelse__slider {
  position: relative;
  width: 100%;
}
.blogelse__slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.blogelse__slider__item {
  width: 412px;
}
@media (max-width: 991px) {
  .blogelse__slider__item {
    width: 312px;
  }
}

.blogarticle {
  width: 100%;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.blogarticle__header {
  margin-bottom: 44px;
}
.blogarticle__header__title {
  margin-bottom: 20px;
}
.blogarticle__header__date {
  color: var(--white025);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
}
.contacts {
  position: relative;
}
.contacts__item {
  margin-top: 112px;
}
.contacts__item:first-child {
  margin-top: 0;
}
.contacts__card {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -22px;
}
@media (max-width: 991px) {
  .contacts__card {
    flex-direction: column;
    margin: 0 -11px;
  }
}
.contacts__card__side {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding: 0 22px;
}
@media (max-width: 1199px) {
  .contacts__card__side {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .contacts__card__side {
    width: 100%;
    padding: 0 11px;
    margin-bottom: 44px;
  }
}
.contacts__card__body {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 22px;
}
@media (max-width: 1199px) {
  .contacts__card__body {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .contacts__card__body {
    width: 100%;
    padding: 0 11px;
  }
}
.contacts__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  min-height: 565px;
  height: 100%;
}
@media (max-width: 991px) {
  .contacts__card__img {
    min-height: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 335/223.28;
  }
}
.contacts__card__img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 565px;
  object-fit: cover;
}
.contacts__card__list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  flex-direction: column;
}
.contacts__card__list__item {
  padding-top: 44px;
  flex: 0 0 auto;
  height: auto;
}
.contacts__card__list__item:first-child {
  padding-top: 0;
}
.contacts__card__list__item.contacts__card__list__item__footer {
  margin-top: auto;
}
.contacts__card__address {
  display: inline-block;
  letter-spacing: var(--lettspace);
  color: var(--grey);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contacts__card__phone {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-second);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
  color: var(--white);
}
.contacts__card__timework {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white025);
}
.contacts__card__socio {
  list-style: none;
  margin: -6px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contacts__card__socio li {
  padding: 6px;
}
.contacts__card__socio__link {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white025);
  border-radius: var(--radius);
  color: var(--white);
}
.contacts__card__socio__link svg {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  fill: currentColor;
}

.htget {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
.htget__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .htget__row {
    flex-direction: column;
  }
}
.htget__side {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .htget__side {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}
.htget__body {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .htget__body {
    width: 100%;
    order: 2;
  }
}
.htget__img {
  width: 100%;
  height: 618px;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .htget__img {
    aspect-ratio: 335/502.5;
    height: auto;
  }
}
.htget__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactsmap__google {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  height: 640px;
  position: relative;
  background-color: var(--black80);
}
@media (max-width: 991px) {
  .contactsmap__google {
    height: 592px;
  }
}
.contactsmap__footer {
  margin-top: 44px;
}
.contactsmap__footer__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contactsmap__footer__side {
  flex: 0 0 auto;
  width: 344px;
  padding: 0 20px;
}
@media (max-width: 1439px) {
  .contactsmap__footer__side {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .contactsmap__footer__side {
    order: 2;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contactsmap__footer__side {
    order: 1;
    width: 100%;
    margin-bottom: 44px;
  }
}
.contactsmap__footer__side2 {
  flex: 0 0 auto;
  width: 344px;
  padding: 0 20px;
}
@media (max-width: 1439px) {
  .contactsmap__footer__side2 {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .contactsmap__footer__side2 {
    order: 3;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contactsmap__footer__side2 {
    width: 100%;
  }
}
.contactsmap__footer__body {
  padding: 0 20px;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .contactsmap__footer__body {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 44px;
  }
}
@media (max-width: 991px) {
  .contactsmap__footer__body {
    order: 2;
  }
}
.contactsmap__footer .contacts__card__socio {
  justify-content: center;
}
.contactsmap__address {
  text-align: center;
  font-family: var(--font-second);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
}
.contactsmap__phone {
  text-align: center;
  margin-bottom: 8px;
}
.contactsmap__phone a {
  display: inline-block;
  font-family: var(--font-second);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
}
.contactsmap__timework {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white025);
}

.equipment {
  position: relative;
}
.equipment__slider {
  position: relative;
  width: 100%;
}
.equipment__slider__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.equipment__slider__item {
  width: 412px;
}
@media (max-width: 991px) {
  .equipment__slider__item {
    width: 312px;
  }
}

.extra {
  position: relative;
  margin-bottom: 44px;
}
.extra:last-child {
  margin-bottom: 0;
}
.extra__item {
  margin-top: 44px;
}
.extra__item:first-child {
  margin-top: 0;
}
.extra__item:nth-child(odd) .extra__card {
  padding-left: 41.66666667%;
}
@media (max-width: 991px) {
  .extra__item:nth-child(odd) .extra__card {
    padding-left: 80px;
  }
}
.extra__item:nth-child(even) .extra__card {
  padding-right: 41.66666667%;
}
@media (max-width: 991px) {
  .extra__item:nth-child(even) .extra__card {
    padding-right: 80px;
  }
}
.extra__card {
  position: relative;
}

.videolist {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -22px -10px;
}
.videolist__item {
  flex: 0 0 auto;
  width: 25%;
  padding: 22px 10px;
}
@media (max-width: 991px) {
  .videolist__item {
    width: 100%;
  }
}
.videolist__card {
  width: 100%;
  position: relative;
}
.videolist__card__video {
  overflow: hidden;
  position: relative;
  border-radius: var(--radiusmodal);
  aspect-ratio: 413.33/620;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .videolist__card__video {
    aspect-ratio: 335/502.5;
  }
}
.videolist__card__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.videolist__card__title {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
}
.videolist__card__text {
  letter-spacing: var(--lettspace);
  color: var(--grey);
}

.pagehistory {
  position: relative;
}
.pagehistory__list {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 135px;
  padding-top: 5px;
}
.pagehistory__list.fb-center .swiper-wrapper {
  justify-content: center;
}
.pagehistory__list__item {
  width: 112px;
  flex: 0 0 auto;
  padding: 0 12px;
}
.pagehistory__card {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white);
}
.pagehistory__card__img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  padding: 4px;
  box-shadow:
          0 0 0 1px var(--white),
          0 0 0 2px rgba(255, 255, 255, 0.1);

  background-clip: content-box;
}
.pagehistory__card__img span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(var(--lightgreyrgba), 0.5);
}
.pagehistory__card__img span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagehistory__card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.documents {
  position: relative;
}
.documents__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.documents__slider__item {
  position: relative;
  width: 630px;
}
@media (max-width: 1439px) {
  .documents__slider__item {
    width: 530px;
  }
}
@media (max-width: 1199px) {
  .documents__slider__item {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .documents__slider__item {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .documents__slider__item {
    width: 312px;
  }
}
.documents__card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radiusmodal);
  aspect-ratio: 1/1;
  width: 100%;
}
.documents__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder {
  position: relative;
}
.founder__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .founder__row {
    flex-wrap: wrap;
  }
}
.founder__img {
  flex: 0 0 auto;
  width: 436px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 44px;
  position: relative;
}
@media (max-width: 991px) {
  .founder__img {
    order: 1;
    margin: 0 0 44px 0;
    width: 100%;
  }
}
.founder__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.founder__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.founder__body {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .founder__body {
    flex: 0 0 auto;
    order: 2;
  }
}
.founder__text .block__text .ul-wmargin {
  margin: 44px 0;
}
.founder__text .block__text .ul-wmargin:first-child {
  margin-top: 0;
}
.founder__text .block__text .ul-wmargin:last-child {
  margin-bottom: 0;
}
.founder__info {
  margin-top: 44px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.founder__info:first-child {
  margin-top: 0;
}
.founder__info span {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  padding: 8px 12px;
  border-radius: 20px;
  color: var(--grey);
  background-color: var(--black80);
  backdrop-filter: blur(15px);
}

.historyabout {
  position: relative;
}
.historyabout__slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 280px;
}
@media (max-width: 991px) {
  .historyabout__slider {
    height: 192px;
  }
}
.historyabout__slider__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 464px;
  height: 280px !important;
}
@media (max-width: 991px) {
  .historyabout__slider__item {
    width: 335px;
    height: 192px !important;
  }
}
.historyabout__slider__item.swiper-slide-active .historyabout__card {
  height: 280px;
}
@media (max-width: 991px) {
  .historyabout__slider__item.swiper-slide-active .historyabout__card {
    height: 192px;
  }
}
.historyabout__slider__item.swiper-slide-active .historyabout__card__year {
  color: var(--white);
  font-size: 52px;
  line-height: 1.3076923077;
}
@media (max-width: 991px) {
  .historyabout__slider__item.swiper-slide-active .historyabout__card__year {
    font-size: 34px;
    line-height: 1.2941176471;
  }
}
.historyabout__slider__item.swiper-slide-active .historyabout__card__text {
  color: var(--white);
}
.historyabout__slider__item.swiper-slide-active .historyabout__card__img {
  opacity: 1;
}
.historyabout__slider__item.swiper-slide-active .historyabout__card__img::after {
  opacity: 1;
}
.historyabout__slider__pag {
  padding-top: 20px;
  display: none;
}
@media (max-width: 991px) {
  .historyabout__slider__pag {
    display: block;
  }
}
.historyabout__card {
  width: 100%;
  height: 232px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--black80);
  backdrop-filter: blur(15px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .historyabout__card {
    padding: 20px;
    height: 152px;
  }
}
.historyabout__card__year {
  font-family: var(--font-second);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2941176471;
  width: 100%;
  flex: 0 0 auto;
  height: auto;
  color: var(--white025);
  position: relative;
  z-index: 4;
  transition: all ease 0.3s;
}
.historyabout__card__text {
  width: 100%;
  flex: 0 0 auto;
  height: auto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  color: var(--white025);
  position: relative;
  z-index: 4;
  transition: all ease 0.3s;
}
.historyabout__card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black80);
  background-image: url(./../img/about/bg-stars.png);
  background-size: cover;
  background-blend-mode: lighten;
  opacity: 0;
  z-index: 1;
  transition: all ease 0.3s;
}
.historyabout__card__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(79deg, rgba(16, 16, 16, 0) 0%, rgba(49, 71, 217, 0.5) 50%, #7083F9 100%);
  opacity: 0;
  z-index: 2;
}

.welcome {
  position: relative;
  padding-bottom: 56px;
}
.welcome__center {
  height: 100vh;
  padding: 218px 0 112px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.welcome__center::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 112px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: 2;
}
.welcome__center__body {
  max-width: 791px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 486px) {
    .h1.welcome__center__title {
        font-size: 30px;
    }
}

.welcome__center__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.welcome__center__bg canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
}
.welcome__history {
  position: relative;
  padding-top: 44px;
}

.header {
  width: 100%;
  /* padding: 32px 0 0 0; вернуть после того, как уберем синий банер с тех работами*/ 
  position: fixed;
  z-index: 102;
}
@media (max-width: 991px) {
  .header {
    /* padding-top: 20px; вернуть после того, как уберем синий банер с тех работами*/
  }
}
.header .container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .header .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header .container {
    max-width: 960px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1200px) {
  .header .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .header .container {
    max-width: 1340px;
  }
}
.header__center {
  border-radius: 20px;
  background: var(--black80);
  box-shadow: 0 0 15px 0 rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(15px);
  padding: 12px;
  border-radius: var(--radiusmodal);
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.3s;
  position: relative;
  z-index: 111;
}
.header__menu {
  flex: 0 0 auto;
  width: 25%;
}
.header__menu__btn {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white025);
  border-radius: var(--radius);
  position: relative;
  cursor: pointer;
}
.header__menu__btn span {
  position: absolute;
  height: 2px;
  border-radius: 1px;
  background-color: var(--white);
  width: 20px;
  left: 14px;
  transition: all ease 0.3s;
}
.header__menu__btn span.line-0 {
  top: 18px;
}
.header__menu__btn span.line-1 {
  top: 23px;
}
.header__menu__btn span.line-2 {
  top: 28px;
}
.header__menu__btn.active span.line-0 {
  top: 23px;
  transform: rotate(45deg);
}
.header__menu__btn.active span.line-1 {
  opacity: 0;
}
.header__menu__btn.active span.line-2 {
  top: 23px;
  transform: rotate(-45deg);
}
.header__logo {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.header__logo__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 34px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header__logo__link {
    margin-right: 12px;
  }
}
.header__logo__link img, .header__logo__link svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.header__controls {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991px) {
  .header__controls {
    display: none;
  }
}
.header__controls__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -6px;
}
.header__controls__body__item {
  padding: 0 6px;
}
.header__btnlang {
  display: inline-block;
  font-family: var(--font-second);
  font-size: 0.9411764706rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid var(--white025);
  border-radius: var(--radius);
  padding: 17px 13px;
  height: 50px;
}
.header__popup {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100dvh;
  backdrop-filter: blur(15px);
  background-color: var(--darkdeep80);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 99;
}
.header__popup.active {
  visibility: visible;
  opacity: 1;
}
.header__popup__content {
  position: absolute;
  left: 0;
  top: 138px;
  right: 0;
  height: calc(100vh - 138px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

/*медиа запросы для корректного отображения меню*/

@media (max-width: 1440px) {
    .header__popup__content {
        top: 160px
    }
}

@media (max-width: 767px) {
    .header__popup__content {
        top: 180px
    }
}

@media (max-width: 480px) {
    .header__popup__content {
        top: 200px
    }
}

@media (max-width: 404px) {
    .header__popup__content {
        top: 240px
    }
}

/*--------------------------*/

.header__popup__content::-webkit-scrollbar {
  display: none;
}
.header__popup__body {
  max-width: 312px;
}
.header__popup__menu {
  list-style: none;
  margin: -6px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__popup__menu li {
  flex: 0 0 auto;
  width: auto;
  padding: 6px;
}
.header__popup__menu a {
  display: inline-block;
  border: 1px solid var(--white025);
  border-radius: var(--radius);
  padding: 16px 13px;
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.header__popup__controls {
  padding-top: 20px;
  display: none;
}
@media (max-width: 991px) {
  .header__popup__controls {
    display: block;
  }
}

.mobilemenu {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  height: 100vh;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 991px) {
  .mobilemenu.mobilemenu__opened {
    left: 0;
  }
}
.mobilemenu__body {
  position: absolute;
  left: 0;
}

.footer {
  width: 100%;
  overflow: hidden;
  backdrop-filter: blur(15px);
}
.footer__gradient {
  height: 6.5882352941rem;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0) 0%, var(--darkdeep) 100%);
}
.footer__content {
  padding: 2.5882352941rem 0 1.1764705882rem 0;
}
.footer__menu {
  margin-bottom: 2.5882352941rem;
}
.footer__menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  font-family: var(--font-second);
  font-size: 0.9411764706rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .footer__menu__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .footer__menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__bottom {
  color: var(--white025);
  font-size: 0.7647058824rem;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
}
.footer__bottom a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.footer__bottom__item {
  margin-top: 1.1764705882rem;
}
.footer__bottom__item:first-child {
  margin-top: 0;
}
.footer__bottom__list {
  list-style: none;
  margin: -0.5882352941rem;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer__bottom__list li {
  flex: 0 0 auto;
  width: auto;
  padding: 0.5882352941rem;
}

.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  background-color: var(--darkdeep80);
  padding: 32px 0;
  z-index: 102;
}
@media (max-width: 991px) {
  .modal {
    padding: 0;
  }
}
.modal.oppened {
  display: flex;
}
.modal.oppened .modal__content {
  transform: translateY(0);
}
.modal__content {
  background-color: var(--black80);
  backdrop-filter: blur(15px);
  padding: 32px;
  border-radius: var(--radiusmodal);
  width: 100%;
  max-width: 632px;
  max-height: 630px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all ease 0.3s;
}
.modal__content ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .modal__content {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    padding: 88px 20px 20px 20px;
  }
}
.modal__close {
  position: fixed;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  outline: none;
  padding: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .modal__close {
    right: 20px;
    top: 20px;
  }
}
.modal__close svg, .modal__close img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}
.modal__close.modal__stories__close {
  top: 43px;
}

.modal-content > .modal__close.modal__stories__close {
    top: 24px;
}

.modal__review__header {
  margin-bottom: 44px;
}
.modal__review__header__name {
  margin-bottom: 8px;
  font-family: var(--font-second);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
}
.modal__review__header__date {
  letter-spacing: var(--lettspace);
  color: var(--white025);
  margin-bottom: 20px;
}
.modal__stories {
  width: 100%;
  overflow: hidden;
  user-select: none;
}
@media (max-width: 991px) {
  .modal__stories {
    padding: 0;
  }
}

.stories__slider {
  width: 100%;
  height: 100%;
}
.stories__slider .swiper-wrapper {
  height: 100% !important;
  align-items: center !important;
}
.stories__slider__fixed {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.stories__slider__item {
  width: 444px;
  height: calc(100vh - 188px) !important;
  min-height: 500px;
  max-height: 711px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .stories__slider__item {
    height: 100vh !important;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
  }
}
.stories__slider__item.swiper-slide-active {
  padding: 0;
}
.stories__slider__item.swiper-slide-active .stories__slider__fixed {
  display: none;
}
.stories__slider__item.swiper-slide-active .stories__cardslider {
  transform: scale(1, 1);
}
.stories__slider__item.swiper-slide-active .stories__card {
  height: 100%;
}
@media (max-width: 991px) {
  .stories__slider__item.swiper-slide-active .stories__card {
    width: 100%;
  }
}
.stories__slider__item.swiper-slide-active .stories__card::after {
  opacity: 0;
  display: none;
}
.stories__cardslider {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0.8, 0.8);
  transition: all ease 0.3s;
}
.stories__cardslider__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stories__cardslider__nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  z-index: 3;
}
.stories__cardslider__nav__btn {
  width: 20%;
}
.stories__cardslider__pag {
  position: absolute;
  left: 20px !important;
  width: auto !important;
  bottom: auto !important;
  top: 20px;
  right: 20px;
  height: 3px;
  display: flex;
  align-items: center;
  margin: 0 -1px;
  z-index: 2;
}
.stories__cardslider__pag .bullet {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 0 1px;
  position: relative;
}
.stories__cardslider__pag .bullet i {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: var(--white025);
  position: relative;
  overflow: hidden;
}
.stories__cardslider__pag .bullet i b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--white);
  border-radius: 3px;
  width: 100%;
  transition: none;
  will-change: width;
}
.stories__card {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: var(--darkdeep80);
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .stories__card {
    width: 100%;
    height: 100%;
  }
}
.stories__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: var(--black80);
  transition: all ease 0.3s;
}
.stories__card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.stories__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stories__card__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stories__card__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  z-index: 1;
}
.stories__card__body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 43px 20px 32px 20px;
}
.stories__card__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 79px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0) 100%);
  z-index: 1;
}
.stories__card__body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 282px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.7) 100%);
  z-index: 1;
}
.stories__card__marker {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: var(--lettspace2);
  color: var(--white);
  flex: 0 0 auto;
  height: auto;
}
@media (max-width: 991px) {
  .stories__card__marker {
    padding: 4px 44px 4px 0;
  }
}
.stories__card__bottom {
  padding: 0 12px;
  flex: 0 0 auto;
  height: auto;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.stories__card__title {
  font-size: 24px;
  font-family: var(--font-second);
  font-weight: 400;
  line-height: 1.3333333333;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stories__card__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: var(--lettspace);
  margin-bottom: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* фикс для promo картинок через <picture> */
.promo__card__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.promo__card__img picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Контейнер карты: чёрный фон и обрезаем края, чтобы ничего не «проскакивало» */
.contactsmap__google {
  position: relative;
  background: #0e0e10;
  border-radius: 16px;
  overflow: hidden;
  filter: invert(97%) grayscale(1);
}

/* Листовая карта не должна иметь светлый фон между тайлами */
.leaflet-container,
.leaflet-pane,
.leaflet-map-pane,
.leaflet-tile,
.leaflet-layer {
  background: #0e0e10 !important;
}

/* (опционально) стилизуем кнопки зума под тёмную тему */
.leaflet-control-zoom a {
  background: #1a1a1a;
  color: #fff;
  border: none;
  box-shadow: none;
}
.leaflet-control-zoom a:hover { background: #232323; }

/* (опционально) тёмный фон под атрибуцией внизу */
.leaflet-control-attribution {
  background: rgba(0,0,0,.6);
  color: #bbb;
  border: none;
}


/* === HOTFIX: MILENA (мобилки) — всегда влезает по ширине === */
@media (max-width: 767px) {
  /* центрируем ряд букв и не клипуем края */
  .aboutsl__milena{
    justify-content: center;     /* вместо space-between */
    overflow: visible;            /* не обрезаем M/A */
    gap: var(--milena-gap-fix, 10px);
  }
  /* убираем фикс-высоту со span, управляем высотой только через svg */
  .aboutsl__milena span{ height: auto !important; }

  /* высота букв считается от доступной ширины:
     Σ(ширина_буквы/высота) = 1102/189 = 5.8307
     доступная ширина = 100vw - padding контейнера (20px*2)
     - safe-area - 5 промежутков между 6 буквами
  */
  .aboutsl__milena span svg{
    width: auto;
    height: clamp(
            40px,
            calc(
                    (100vw - 40px
                    - env(safe-area-inset-left) - env(safe-area-inset-right)
                    - (var(--milena-gap-fix, 10px) * 5)
                    ) / 5.8307
            ),
            92px
    );
    object-fit: contain;
  }
}

.page-equip-article .videolist__card__video {
  aspect-ratio: auto;
}

.page-equip-article .videolist__card__video img,
.page-equip-article .videolist__card__video video {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: inherit;
}

.modal__review__body a,
.modal__review__body a span {
  width: 100%;
}

.modal__preview-wrap {
  margin: 20px 0;
  border-radius: var(--radiusmodal);
  overflow: hidden;
}

.ma-maintenance-bar {
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(90deg, #1a2bff, #6a7bff);
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.ma-maintenance-bar a {
  color: #fff;
  text-decoration: underline;
}

.header {
  position: fixed;

  width: 100%;
}
