/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #222222;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;

}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable at-import-no-partial-leading-underscore */
/* stylelint-disable at-rule-empty-line-before */
/* raleway-regular - cyrillic */
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v28-cyrillic-regular.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-regular.woff") format("woff");
  font-display: swap;
}

/* raleway-500 - cyrillic */
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v28-cyrillic-500.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-500.woff") format("woff");
  font-display: swap;
}

/* raleway-600 - cyrillic */
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v28-cyrillic-600.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-600.woff") format("woff");
  font-display: swap;
}

/* raleway-700 - cyrillic */
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v28-cyrillic-700.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-700.woff") format("woff");
  font-display: swap;
}

/* raleway-800 - cyrillic */
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/raleway-v28-cyrillic-800.woff2") format("woff2"), url("../fonts/raleway-v28-cyrillic-800.woff") format("woff");
  font-display: swap;
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;

}

p {
  padding: 0;
  margin: 0;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}

::-moz-selection {
  background-color: #cccccc;
}

::selection {
  background-color: #cccccc;
}

#panelcontainer {
  height: 32px;
}

.button {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background-color: #D78DF6;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: 'Inter';
  border-radius: 6px;
  transition: 0.3s all;
  flex: none;
  order: 0;
  flex-grow: 0;

  /* Btn */


}

.button:hover {
  background-color: #ffa127;
  color: #fff;
}

.button--accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  min-height: 60px;
  padding: 5px 20px;
  background-color: #e7f91f;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

@media screen and (max-width: 450px) {
  .button--accent {
    width: 300px;
  }
}

.button--accent:hover {
  background-color: #fff;
}

.button--accent:active {
  background-color: #e7f91f;
}

.button__card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  gap: 10px;
  width: 384px;
  height: 55px;
  background: #D78DF6;
  border-radius: 6px;


}

.hidden {
  display: none !important;
}

.body--stop-scroll {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1216px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* .min-container {
  max-width: 1006px;
} */
.top-container {
  background: #EBEAEB;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.low-container {
  background: #E4B3F9;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 65px 105px;
}

@media (max-width: 450px) {
  .low-container {
   display: flex;
   padding: 15px;
   margin: 0 auto;
   width: 100%;
   flex-direction: column;
   align-items: center;
   border-radius: 10px;
   background: #E4B3F9;
}
}

.container-wide {
  max-width: 1920px;
  margin: 0 auto;
}

.scroll-up-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  visibility: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 450px) {
  .scroll-up-button {
    display: none;
  }
}

.scroll-up-button:hover {
  opacity: 0.6;
}

.scroll-up-button:active {
  opacity: 0.8;
}

.scroll-up-button--active {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-up-button__img {
  width: 48px;
  height: 48px;
}

.modal, .modal3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__btn {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  gap: 10px;
  width: 262px;
  height: 42px;
  background: #734FBF;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */

  color: #FFFFFF;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

}

.modal__ticket_create {
  font-size: 18px;
  font-weight: bold;
}

.modal.disabled,
.modal:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.modal2.disabled,
.modal2:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal3.disabled,
.modal3:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.bilet_topper {
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AFAFAF;
}

.modal__inner2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 640px;
  height: 480px;
  background-image: url("../img/header/header_main.png");
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 4px;
  padding-top: 36px;
  flex-direction: column;
  background-color: #563994;
  background-repeat: no-repeat;
  background-position: -110px -100px;
}


@media screen and (max-width: 450px) {
  .modal {
    padding-right: 10px;
    padding-left: 10px;
    gap: 16px;
  }
}

.modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal3--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 650px;
  height: 485px;
  background: #FFF;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 4px;
  padding-left: 45px;
  padding-top: 50px;
  flex-direction: column;
}

@media (max-width:550px) {
  .modal__inner {
    padding-left: 24px;
    gap: 16px;
    height: auto;
  }
}

.modal__img-kreml {
  position: absolute;
  width: 115px;
  left: 34px;
  bottom: 24px;
}

@media (max-width:550px) {
  .modal__img-kreml {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .modal2__inner {
    width: 100%;
    height: 50%;
  }
}

.modal2__text {
  font-size: 30px;
  font-weight: 700;
  color: #503a89;
  /* text-align: center; */
  padding-bottom: 25px;
  text-align: -webkit-center;
}

.modal__close, .modal3 {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  fill: #007aff;
  z-index: 1;
}



.modal2 {
  padding-right: 10px;
  padding-left: 10px;
}

.modal2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal2__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 650px;
  height: 485px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 4px;
}

@media screen and (max-width: 450px) {
  .modal2__inner {
    width: 100%;
    height: 50%;
  }
}

.modal2__text {
  font-size: 30px;
  font-weight: 700;
  color: #503a89;
  /* text-align: center; */
  padding-bottom: 25px;
  text-align: -webkit-center;
}

.modal2__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1536px) {
  .header {
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .header {
    width: 100%;
  }
}

.header__upper {
  border-bottom: 1px solid #7D7C7C;
}



.header__container--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 26px;
}

.header__logo-img--1 {
  width: 142px;
  height: 16px;
  margin-bottom: -4px;
  -o-object-fit: cover;
  object-fit: cover;
  /* Pravo */

}


.header__logo-img--2 {
  width: 131px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 450px) {
  .header__logo-img--2 {
    width: 110px;
    height: 36px;
  }
}

.header__central {
  position: relative;
}

.header__central--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border: 1px solid #7D7C7C;

  background-color: #503a89;
}

.header__container--central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 105px;
}

@media screen and (max-width: 450px) {
  .header__container--central {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .header__nav {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .header__menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    padding: 30px;
    margin-right: 20px;
    color: #503a89;
    background-color: #fff;
    border: 2px solid #6046a1;
    border-radius: 4px;
  }
}

.header__menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-item {
  cursor: pointer;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AFAFAF;
}

.top_bilet_header {
  display: none;
}

@media screen and (max-width: 450px) {
  .header__menu-item {
    text-decoration: underline;
  }
}

.header__menu-item:hover {
  text-decoration: underline;
}

.header__menu-item {
  padding-left: 24px;
}

.top_bilet_header {
  display: none;
}

@media (max-width:700px) {
  .header__menu-item {
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.header__program-menu {
  display: none;
}

@media screen and (max-width: 450px) {
  .header__program-menu {
    display: block;
    padding-left: 25px;
    margin-top: 20px;
    list-style-type: disc;
  }
}

.header__program-menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.header__mobile-button {
  display: none;
}

@media screen and (max-width: 450px) {
  .header__mobile-button {
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
}

.header__lower {
  padding-bottom: 227px;
  position: relative;

  background-image: url("../img/header/header_main.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 718px;
}


.header__info-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
  text-align: center;
  padding-bottom: 105px;
  margin: 0 auto;
}

.header__left-info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 150px;
  line-height: 90%;
  text-align: center;
  color: #A44DCA;


}

.header__left-info2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  text-align: center;
  padding-left: 25px;
  color: #A44DCA;
}

.header__left-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__right-text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: start;
  color: #FFFFFF;
  border-left: 1px solid #565656;
  padding-left: 32px;
}

.header__right-pad {
  padding-top: 24px;
}

.header__right-block {
  max-width: 383px;

}


@media (max-width:550px) {
  .header__lower {
    padding-bottom: 64px;
  }
}

@media (max-width:550px) {
  .header__lower-inner::before {
    bottom: 10%;
  }
}

.header__lower-list {
  justify-content: space-between;
  padding-bottom: 16px;
  position: relative;
  padding-top: 50px;


}

@media (max-width:550px) {
  .header__lower-list {
    flex-direction: column;
    gap: 16px;
  }
}

.header__lower--border {
  border: 1px solid #7D7C7C;
  margin-top: 35px;
}

@media (max-width:550px) {
  .header__lower-list::before {
    bottom: -12%;
    right: -2.5%;
    width: 50%;
  }
}

.header__lower-list--item {
  text-align: center;
  font-size: 32px;
  font-family: 'Manrope';
  font-style: normal;
  text-align: center;

}

.header__lower-list--item:nth-child(1) {
  color: #ffffff;
  left: calc(50% - 683px/2 - 0.5px);
  font-weight: 500;
  line-height: 120%;
  color: #FFFFFF;
}

.header__btn-text {
  /* Text */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */

  /* Text main */
  color: #222222;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

}

.header__lower-list--item:nth-child(2) {
  color: #ffffff;
  padding-top: 58px;
  left: calc(50% - 872px/2);
  font-weight: 600;
  line-height: 90%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;

}

@media (max-width:700px) {
  .header__lower-list--item:nth-child(2) {
    padding-right: 0;
  }
}

.header__lower-list--item:nth-child(3) {
  color: #222;
  font-size: 18px;
}


.header__lower-text {
  color: #B852E4;
}

.header__lower-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.header__lower-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 72px;
}


.header__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 86px;
  line-height: 100%;
  /* or 86px */
  text-align: center;

  background: linear-gradient(88.8deg, #D8A8EF 8.57%, #A44DCA 37.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 26px;
  border-bottom: 1px solid #7D7C7C;
  text-fill-color: transparent;
}

@media (max-width:550px) {
  .header__title {
    font-size: 64px;
  }
}

.header__title>span {
  color: var(--uss_mango, #FBBB69);
}

.btn__join {
  padding-top: 72px;
  padding: 16px 40px;
  gap: 10px;
  width: 291px;
  height: 55px;
  background: #D981FF;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn__join-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #222222;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.header__video-block {
  width: 631px;
  height: 424px;
  z-index: -1;
  position: absolute;
  right: 0;
}

@media (max-width:550px) {
  .header__video-block {
    width: auto;
    height: auto;
    right: auto;
  }
}


.header__video {
  width: 631px;
  height: 424px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .header__video {
    width: 100vw;
    height: 250px;
  }
}

.header__img-main {
  position: absolute;
  left: 0;
  top: 50px;
}

@media (max-width:550px) {
  .header__img-main {
    display: none;
  }
}

.header__list-img {
  width: 54px;
  height: 27.55px;
}


.header__col--1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding-top: 50px;
}

@media screen and (max-width: 450px) {
  .header__col--1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__date {
  position: absolute;
  top: 0px;
  left: 0;
  max-width: 260px;
}

@media screen and (max-width: 450px) {
  .header__date {
    top: 590px;
    left: 25%;
    max-width: 300px;
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
}

.header__date-upper {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.header__date-text--primary {
  font-size: 32px;
  font-weight: 700;
}

.header__date-span {
  font-size: 64px;
  font-weight: 500;
}

.header__date-lower {
  padding-top: 10px;
}

.header__date-text--secondary {
  color: var(--uss_mango, #FBBB69);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.header__title-wrapper {
  position: absolute;
  left: -50px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 440px;
  height: 170px;
  padding: 40px;
  background-color: #e7f91f;
}

@media screen and (max-width: 450px) {
  .header__title-wrapper {
    top: 70%;
    left: 50%;
    width: 90%;
    height: auto;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.header__col--2 {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 450px) {
  .header__col--2 {
    width: 100%;
    height: 450px;
  }
}

.header__col-title {
  font-size: 36px;
  color: #e7f91f;
  text-transform: uppercase;
}

.header__col-title--1 {
  font-weight: 800;
  color: #503a89;
}

@media screen and (max-width: 450px) {
  .header__col-title--1 {
    font-size: 27px;
    line-height: 30px;
  }
}

.header__col-title--2 {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 320px;
  font-weight: 700;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media screen and (max-width: 450px) {
  .header__col-title--2 {
    top: 70%;
    left: 50%;
    width: 250px;
    margin-left: -20px;
    font-size: 27px;
    line-height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.header__col-title--3 {
  margin-top: 40px;
  font-weight: 500;
}

@media screen and (max-width: 450px) {
  .header__col-title--3 {
    margin-top: 0;
    font-size: 27px;
    line-height: 30px;
  }
}

.online-button {
  position: absolute;
  /* bottom: 60px; */
  left: 25%;
  z-index: 10;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 350px;
  min-height: 60px;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;

  margin: 0 auto;
  cursor: pointer;
}




@media screen and (max-width: 550px) {
  .header__button {
    margin: 0 auto;
    width: 100%;
  }
}

.header__col--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 30%;
}

@media screen and (max-width: 450px) {
  .header__col--3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.header__col-title-wrapper {
  position: relative;
  left: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105%;
  height: 30%;
  padding: 16px;
  margin-top: 40px;
  border: 3px solid #e7f91f;
}

@media screen and (max-width: 450px) {
  .header__col-title-wrapper {
    left: 0;
    width: 90%;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 40px;
    margin-top: -55px;
  }
}

.header__col-title-wrapper::before {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background-image: url("../img/decor-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 450px) {
  .header__col-title-wrapper::before {
    position: absolute;
    top: -20px;
    left: 70%;
    width: 40px;
    height: 40px;
  }
}

.stream__container {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .stream__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.stream__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  .stream__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.stream__upper-left,
.stream__upper-right {
  width: 50%;
  padding: 40px;
}

@media screen and (max-width: 450px) {

  .stream__upper-left,
  .stream__upper-right {
    width: 100%;
    padding: 25px;
  }
}

.stream__upper-left {
  background-color: #e7f91f;
}

.stream__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  color: #ffffff;
  padding-bottom: 32px;
  text-align: center;
  padding-top: 24px;
}

.stream__title span {
  color: #FBBB69;
}

@media (max-width:700px) {
  .stream__title {
    font-size: 24px;
  }
}

.stream__descr {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #e7f91f;
}

.stream__materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stream__materials-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.stream__button--materials {
  text-transform: uppercase;
  width: auto;
}

.stream__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding-top: 60px; */
}

@media screen and (max-width: 450px) {
  .stream__lower {
    padding-top: 40px;
  }
}

.stream__frame {
  width: 100%;
  height: 558px;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 450px) {
  .stream__frame {
    height: 225px;
  }
}

.stream__guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0px;
}

@media screen and (max-width: 450px) {
  .stream__guest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .stream__guest-left {
    padding-bottom: 20px;
  }
}

.stream__guest-text {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 450px) {
  .stream__guest-text {
    text-align: center;
  }
}

.stream__guest-link {
  font-weight: 700;
  color: #503a89;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 30px;
}

.stream__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button__cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 300px; */
  /* height: 60px; */
  /* padding: 15px 25px; */
  /* margin-bottom: 40px; */
  font-weight: 700400;
  /* color: #e7f91f; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.04em; */
  /* border: 2px solid #e7f91f; */
  /* border-radius: 30px; */
  /* -webkit-transition: 0.1s all ease; */
  /* -o-transition: 0.1s all ease; */
  /* transition: 0.1s all ease; */
}

.button__cert:hover {
  /* color: #503a89; */
  /* background-color: #e7f91f; */
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.button__cert:active {
  color: #e7f91f;
  background-color: initial;
}

.stream__swiper {
  width: 100%;
  height: 140px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (max-width: 450px) {
  .stream__swiper {
    height: 60px;
  }
}

.stream__banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.stream__chat {
  width: 100%;
  border: 1px solid #6046a1;
  border-radius: 4px;
}

.program {
  position: relative;
}

.program__container {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .program__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.program__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-left: 120px;
}

@media screen and (max-width: 450px) {
  .program__upper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0;
    padding-left: 0;
  }
}

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

@media screen and (max-width: 450px) {
  .program__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.program__lower-title-wrapper {
  width: 10%;
}

@media screen and (max-width: 450px) {
  .program__lower-title-wrapper {
    position: absolute;
    top: 35px;
    width: 95%;
  }
}

.program__title {
  font-size: 50px;
  font-weight: 800;
  line-height: 59px;
  color: #e7f91f;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transform: rotate(270deg) translateX(-250px);
  -ms-transform: rotate(270deg) translateX(-250px);
  transform: rotate(270deg) translateX(-250px);
}

@media screen and (max-width: 450px) {
  .program__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.program__card-title {
  padding-bottom: 37px;
}

.program__card-text2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  /* or 43px */
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  background: linear-gradient(90deg, #D5A2EC 0%, #A34CC9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;


}

.program__lower-left {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .program__lower-left {
    width: 100%;
    padding-right: 0;
  }
}

.program__subject {
  display: none;
  padding-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .program__subject {
    display: block;
  }
}

.program__subject--active {
  display: block;
}

.program__subject-title {
  display: none;
}

@media screen and (max-width: 450px) {
  .program__subject-title {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-top: 1px solid #fff;
  }
}

.program__card-wrapper {
  padding-right: 20px;
}

@media screen and (max-width: 450px) {
  .program__card-wrapper {
    padding-right: 0;
    border: none;
  }
}

.program__card {
  position: relative;
  display: -ms-flexbox;
  width: 100%;
  min-height: 140px;
  margin-bottom: 32px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 10px;
}

.program__card--inner {
  display: flex;
  border-radius: 10px;
  background-color: #E4B3F9;
}

@media (max-width:550px) {
  .program__card--inner {
    flex-direction: column;
  }
}

.program__card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 4px;
  /* margin-bottom: 10px; */
  background-color: #503a89;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.program__card__header-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  /* padding-right: 40px; */
  /* background-color: #7a60ba; */
}

@media screen and (max-width: 450px) {
  .program__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .program__card:last-child {
    margin-bottom: 30px;
  }
}

.program__card--active {
  background-color: #e7f91f;
}

.program__card--active .program__card-time {
  color: #503a89;
}

@media screen and (max-width: 450px) {
  .program__card--active .program__card-time {
    color: #fff;
  }
}

.program__card--active .program__discussion {
  color: #e7f91f;
}

@media screen and (max-width: 450px) {
  .program__card--active .program__discussion {
    color: #fff;
  }
}

.program__card-time {
  color: var(--uss_fon, #563994);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 52px */
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 3px solid #563994;
}

.program__card-name {
  color: var(--uss_fon, #563994);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 28px;
}

.program__card-name>span {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: none;
}

.program__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 24px;
  width: 70%;
  padding: 32px 0;
}



@media (max-width:550px) {
  .program__list {
    width: 85%;
  }
}



.program__list-item {
  position: relative;
  /* Для позиционирования псевдоэлемента */
  color: #222;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding-left: 30px;
  /* Отступ для маркера */
  list-style: none;
}

.program__list-item::before {
  content: "";
  position: absolute;
  /* Фиксируем маркер */
  left: 0;
  /* Прижимаем к левому краю */
  top: 0;
  /* Выравниваем по верхнему краю текста */
  width: 15px;
  /* Ширина маркера */
  height: 22px;
  /* Высота маркера */
  background-image: url('/img/program/marker.svg');
  /* Путь ОТНОСИТЕЛЬНО CSS-файла! */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}



.program__speaker-text {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}

.program__speaker-block {
  display: flex;
  align-items: flex-start;
  padding-top: 16px;
  gap: 8px;
}

.program__speaker-block>img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.program__lower-block {
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.program__lower-text {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.program__card-text {
  width: 80%;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (max-width: 450px) {
  .program__card-text {
    width: 100%;
    margin-bottom: 16px;
  }
}

.program__discussion {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 10;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #e7f91f;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg) translate(10%, 0);
  -ms-transform: rotate(270deg) translate(10%, 0);
  transform: rotate(270deg) translate(10%, 0);
}

.program__card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 35%;
  background: #E4B3F9;
  flex-direction: column;
  padding-top: 28px;
  padding-left: 104px;
  padding-bottom: 104px;
  border-radius: 12px 0 0 12px;
  padding-right: 16px;
}

@media screen and (max-width: 450px) {
  .program__card-left {
    width: 100%;
    padding-left: 32px;
    padding-bottom: 32px;
  }
}

.program__card-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 65%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: -7px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -7px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: -7px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 450px) {
  .program__card-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: unset;
  }
}

.program__card-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  /* padding-right: 40px; */
  background-color: #7a60ba;
}

@media screen and (max-width: 450px) {
  .program__card-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.program__card-center::before {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 1px;
  height: 65%;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
  .program__card-center::before {
    display: none;
  }
}


.program__speakers-wrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* width: 40%; */
  display: flex;
  flex-direction: row;
  /* border-left: 1px solid rgba(255, 255, 255, 0.6); */
}

@media screen and (max-width: 450px) {
  .program__speakers-wrapper {
    width: 100%;
    border-left: none;
    display: block;
  }
}

.program__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

@media screen and (max-width: 450px) {
  .program__speaker {
    padding-left: 0;
  }
}

.program__speaker:not(:last-child) {
  margin-bottom: 10px;
}

.program___speaker-img {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.program__speaker-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.program__speaker-role {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.program__speaker-presentation {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #e7f91f;
  text-decoration: underline;
}

.program__article {
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 450px) {
  .program__article {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
    padding-left: 0;
  }
}

.program__article-title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  color: #e7f91f;
}

.program__article-list {
  list-style-type: disc;
  margin-bottom: 30px;
}

.program__article-list-item {
  margin-bottom: 10px;
}

.program__article-link {
  display: block;
  max-width: 720px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: underline;
  letter-spacing: -0.01em;
  -webkit-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.program__article-link:hover {
  color: #e7f91f;
}

.extra {
  background-color: #7a60ba;
}

.extra__container {
  position: relative;
  max-width: 950px;
  padding-top: 40px;
  padding-bottom: 65px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .extra__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.extra__container::before {
  position: absolute;
  top: -50px;
  right: 15%;
  width: 100px;
  height: 100px;
  content: "";
  background-image: url("../img/decor-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 450px) {
  .extra__container::before {
    display: none;
  }
}

.extra__upper {
  padding-bottom: 30px;
}

.extra__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #e7f91f;
  text-transform: uppercase;
}

.extra__central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.extra__central-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.extra__central-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.extra__central-title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  color: #e7f91f;
  text-transform: uppercase;
}

.extra__central-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.extra__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 450px) {
  .extra__lower {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

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

@media screen and (max-width: 450px) {
  .extra__speaker {
    margin-bottom: 30px;
  }
}

.extra__speaker:not(:last-child) {
  margin-right: 20px;
}

.extra__speaker-left {
  padding-right: 20px;
}

.extra__img--speaker {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.extra__name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.extra__role {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.speakers {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #6046a1;
}

@media screen and (max-width: 450px) {
  .speakers {
    width: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
  }
}

.speakers__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 450px) {
  .speakers__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}

.speakers__title-wrapper {
  width: 10%;
}

@media screen and (max-width: 450px) {
  .speakers__title-wrapper {
    width: 100%;
    padding-left: 10px;
  }
}

.speakers__title {
  width: 400px;
  font-size: 50px;
  font-weight: 800;
  line-height: 59px;
  color: #e7f91f;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transform: rotate(270deg) translate(-170px, -130px);
  -ms-transform: rotate(270deg) translate(-170px, -130px);
  transform: rotate(270deg) translate(-170px, -130px);
}

@media screen and (max-width: 450px) {
  .speakers__title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.speakers__content {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  min-height: 600px;
  padding-right: 200px;
  padding-left: 50px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 450px) {
  .speakers__content {
    width: 800px;
    padding-right: 0;
    padding-left: 0;
    margin-left: -50%;
  }
}

.hero {
  position: relative;
}



.hero::after {
  content: '';
  position: absolute;
  width: 75.5%;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}

.hero::before {
  content: '';
  position: absolute;
  width: 53.7%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}


@media (max-width:550px) {
  .hero::after {
    width: 100%;
    top: -5%;
  }

  .hero::before {
    width: 100%;
    top: auto;
    bottom: -5%;
  }
}

.hero__img-cover {}

.hero__upper {
  align-items: center;
  position: relative;
}

@media screen and (max-width: 450px) {
  .hero__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



.hero__video {
  border-radius: 10px;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 108px;
}

@media (max-width:550px) {
  .hero__video {
    width: 100%;
    padding: 38px 10px;
  }
}

.hero__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  justify-content: space-evenly;
  text-align: center;
}

.hero__right-upper {
  padding-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .hero__right-upper {
    width: 250px;
    margin-right: 20px;
    margin-left: auto;
  }
}

.hero__title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 450px) {
  .hero__title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (max-width: 450px) {
  .hero__role {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: auto;
  }
}

.hero__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero__text {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.34px;
}

.hero__name {
  color: var(--uss_mango, #FBBB69);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.34px;
}

@media (max-width:550px) {
  .hero__button {
    margin-top: 24px;
  }
}

.hero__appeal {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.promo {
  padding-top: 50px;
}

.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

@media screen and (max-width: 450px) {
  .promo__container {
    padding-right: 40px;
    padding-left: 10px;
  }
}

.promo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 904px;
  min-height: 450px;
  border-radius: 10px;
  border: 0px solid rgba(222, 221, 221, 0.00);
  background: #E4B3F9;
}

@media screen and (max-width: 450px) {
  .promo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    min-height: auto;
  }
}

.promo__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
  padding-top: 70px;
  padding-left: 104px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 450px) {
  .promo__content-left {
    width: 100%;
    padding-left: 85px;
  }
}

.promo__img {
  position: absolute;
  left: 40%;
  bottom: -15%;
}

@media (max-width:550px) {
  .promo__img {
    left: 0;
    top: 0;
    width: 125px;
  }
}

.promo__img2 {
  position: absolute;
  left: 78%;
  bottom: 30%;
}

@media (max-width:550px) {
  .promo__img2 {
    left: 38%;
    top: 0;
    width: 125px;
  }
}

.promo__upper {
  padding-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .promo__upper {
    padding-bottom: 0;
  }
}

.promo__num {
  font-size: 240px;
  font-weight: 800;
  line-height: 180px;
}

@media screen and (max-width: 450px) {
  .promo__num {
    font-size: 128px;
    line-height: 150px;
    letter-spacing: 0.03em;
  }
}

.promo__term {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}

@media screen and (max-width: 450px) {
  .promo__term {
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
  }
}

.promo__content-right {
  position: relative;
  width: 45%;
}

@media screen and (max-width: 450px) {
  .promo__content-right {
    width: 100%;
  }
}

.promo__card--1,
.promo__card--2,
.promo__card--3 {
  /* opacity: 0; */
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

@media screen and (max-width: 450px) {

  .promo__card--1,
  .promo__card--2,
  .promo__card--3 {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.promo__card {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 700px;
  height: 140px;
  padding: 23px 30px;
  border-radius: 10px;
  color: #222;
  background-color: rgba(255, 255, 255);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 450px) {
  .promo__card {
    position: relative;
    left: 20px;
    width: 100%;
    height: 130px;
    padding: 10px 20px;
  }
}

/* .promo__card--active {
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
} */

.promo__card--1 {
  top: 36px;
}

@media screen and (max-width: 450px) {
  .promo__card--1 {
    top: 0;
  }
}

.promo__card--2 {
  top: 196px;
}

@media screen and (max-width: 450px) {
  .promo__card--2 {
    top: 20px;
  }
}

.promo__card--3 {
  top: 356px;
}

@media screen and (max-width: 450px) {
  .promo__card--3 {
    top: 40px;
  }
}

.promo__card-title {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 16px;
  /* 28px */
}

@media screen and (max-width: 450px) {
  .promo__card-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.promo__card-text {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 450px) {
  .promo__card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
}


.trade {
  /* Trade Block */
  --trade-offset-top: 80px;
  --trade-offset-bottom: 80px;
  --trade-offset-top-mobile: 60px;
  --trade-offset-bottom-mobile: 60px;
  --trade-all-texts-color: #222222;
  --trade-bg-color: #fff;

  /* Logo */
  --trade-logo-width: 150px;
  --trade-logo-height: 50px;
  --trade-logo-width-mobile: 150px;
  --trade-logo-height-mobile: 50px;

  /* Title */
  --trade-title-fz: 52px;
  --trade-title-fw: 500;
  --trade-title-fz-mobile: 32px;
  --trade-title-fw-mobile: 500;

  /* Lead */
  --trade-lead-fz: 20px;
  --trade-lead-fw: 400;
  --trade-lead-fz-mobile: 16px;
  --trade-lead-fw-mobile: 400;

  /* Link */
  --trade-link-fz: 18px;
  --trade-link-fw: 400;
  --trade-link-fz-mobile: 16px;
  --trade-link-fw-mobile: 400;
  --trade-link-color: #fff;
  --trade-link-bg-color: #62358c;

  color: var(--trade-all-texts-color);
  background-color: var(--trade-bg-color);

}


.trade__container {
  display: flex;
  padding-top: var(--trade-offset-top);
  padding-bottom: var(--trade-offset-bottom);
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .trade__container {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .trade__container {
    padding-top: var(--trade-offset-top-mobile);
    padding-bottom: var(--trade-offset-bottom-mobile);
  }
}

.trade__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

@media (max-width: 768px) {
  .trade__left {
    width: 100%;
    padding-bottom: 40px;
  }
}

.trade__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.trade__logo-img {
  width: var(--trade-logo-width);
  height: var(--trade-logo-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .trade__logo-img {
    width: var(--trade-logo-width-mobile);
    height: var(--trade-logo-height-mobile);
  }
}

.trade__title {
  margin-bottom: 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  /* or 53px */
  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #222222;


}

.trade__title>span {
  color: #AD5ED0;
}

@media (max-width: 576px) {
  .trade__title {
    font-size: var(--trade-title-fz-mobile);
    font-weight: var(--trade-title-fw);
  }
}

.trade__lead {
  margin-bottom: 30px;
  width: 75%;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  letter-spacing: 0.01em;
  color: #222222;
}

@media (max-width: 576px) {
  .trade__lead {
    margin-bottom: 22px;
    font-size: var(--trade-lead-fz);
    font-weight: var(--trade-lead-fw);
  }
}

.trade__link {
  display: inline-flex;
  padding: 16px 40px;
  font-size: var(--trade-link-fz);
  font-weight: var(--trade-link-fw);
  color: var(--trade-link-color);
  text-decoration: none;
  background-color: var(--trade-link-bg-color);
  border: none;
}

@media (max-width: 576px) {
  .trade__link {
    font-size: var(--trade-link-fz-mobile);
    font-weight: var(--trade-link-fw-mobile);
  }
}

.trade__right {
  display: flex;
  align-items: end;
  justify-content: center;
}

@media (max-width: 768px) {
  .trade__right {
    width: 100%;
  }
}

.trade__picture-img {
  object-fit: contain;
}

@media (max-width: 576px) {
  .trade__picture-img {
    width: 350px;
  }
}

.trade__button {}

@media (max-width:550px) {
  .trade__button {
    display: flex;
    width: 100%;
  }
}


.callback {
  position: relative;
  background-color: #FFF;
  padding-bottom: 72px;
}

.callback::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 76.5%;
}

.callback::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76.5%;
}

.callback__container {
  padding: 66px 104px;
  background-color: #EBEAEB;
  border-radius: 10px;

}

@media screen and (max-width: 450px) {
  .callback__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.callback__upper-left {
  /* width: 35%; */
  padding-right: 20px;
}

@media screen and (max-width: 450px) {
  .callback__upper-left {
    width: 100%;
  }
}

.callback__logo-img {
  display: block;
  width: 250px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .callback__logo-img {
    width: 180px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.callback__text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #222222;
}

@media screen and (max-width: 450px) {
  .callback__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.callback__text-span {
  font-weight: 800;
}

.callback__upper-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 65%;
  padding-right: 100px;
}

@media screen and (max-width: 450px) {
  .callback__upper-right {
    display: none;
  }
}

.callback__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 750px;
  height: 348px;
  -o-object-fit: cover;
  object-fit: cover;
}

.callback__lower {
  padding-top: 31px;
}

@media screen and (max-width: 450px) {
  .callback__lower {
    padding-top: 20px;
  }
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.callback__input {
  width: 250px;
  margin-right: 13px;
  padding: 16px 24px;
  border-radius: 6px;
  background: var(--White, #FFF);
  border: none;
}

callback__input:last-child {
  margin-right: 0;
}

@media screen and (max-width: 450px) {
  .callback__input {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .callback__input:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .callback__button {
    width: 100%;
  }
}

/* .callback__btn {
     margin: 0 auto;
   } */
.callback__policy {
  color: #222222;
  padding-top: 20px;
  font-size: 12px;
}

.callback__link {
  text-decoration: underline;
}

.past {
  padding-top: 96px;
}

.past__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.past__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  /* or 43px */
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  background: linear-gradient(90deg, #D5A2EC 0%, #A34CC9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width:550px) {
  .past__title {
    font-size: 32px;
  }
}


.past__subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.slider {
  /* Slider Block */
  --slider-offset-top: 36px;
  --slider-offset-bottom: 80px;
  --slider-offset-top-mobile: 60px;
  --slider-offset-bottom-mobile: 60px;
  --slider-bg-color: inherit;

  /* Slide */
  --slider-slide-all-texts-color: #000;
  --slider-slide-img-size: 280px;
  --slider-slide-img-size-mobile: 220px;
  --slider-slide-title-fz: 18px;
  --slider-slide-title-fw: 700;
  --slider-slide-title-fz-mobile: 18px;
  --slider-slide-title-fw-mobile: 700;
  --slider-slide-text-fz: 16px;
  --slider-slide-text-fw: 400;
  --slider-slide-text-fz-mobile: 16px;
  --slider-slide-text-fw-mobile: 400;

  /* Navigation */
  --slider-navigation-buttons-size: 40px;
  --slider-navigation-buttons-size-mobile: 40px;
  --slider-navigation-buttons-bg-color: #ddd;
  --slider-navigation-buttons-arrows-color: #62358c;

  /* Pagination */
  --slider-pagination-fz: 18px;
  --slider-pagination-fw: 400;
  --slider-pagination-fz-mobile: 18px;
  --slider-pagination-fw-mobile: 400;

  background-color: var(--slider-bg-color);
}

.slider__container {
  padding-top: var(--slider-offset-top);
  padding-bottom: var(--slider-offset-bottom);
}

@media (max-width: 576px) {
  .slider__container {
    padding-top: var(--slider-offset-top-mobile);
    padding-bottom: var(--slider-offset-bottom-mobile);
  }
}

.swiper {
  width: 100%;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .swiper {
    padding-bottom: 60px;
  }
}

.swiper-slide {
  box-sizing: border-box;
  color: var(--slider-slide-all-texts-color);
  cursor: pointer;
  user-select: none;
}

@media (max-width: 576px) {
  .swiper-slide {
    margin-bottom: 20px;
  }
}

.slider__slide-upper {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
}

.slider__slide-img {
  width: 100%;
  height: 241px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .slider__slide-img {}
}


.slider__slide-lower {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider__slide-title {
  margin-bottom: 10px;
  font-size: var(--slider-slide-title-fz);
  font-weight: var(--slider-slide-title-fw);
  line-height: 130%;
  text-align: center;
}

@media (max-width: 576px) {
  .slider__slide-title {
    font-size: var(--slider-slide-title-fz-mobile);
    font-weight: var(--slider-slide-title-fw-mobile);
  }
}

.slider__slide-text {
  font-size: var(--slider-slide-text-fz);
  font-weight: var(--slider-slide-text-fw);
  line-height: 130%;
  text-align: center;
}

@media (max-width: 576px) {
  .slider__slide-text {
    font-size: var(--slider-slide-text-fz-mobile);
    font-weight: var(--slider-slide-text-fw-mobile);
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  width: var(--slider-navigation-buttons-size);
  height: var(--slider-navigation-buttons-size);
}

.swiper-button-prev {
  top: 37%;
  left: 17%;
}

.swiper-button-next {
  top: 37%;
  right: 17%;
}

@media (max-width:550px) {
  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: var(--slider-navigation-buttons-size-mobile);
    height: var(--slider-navigation-buttons-size-mobile);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 12px;
  height: 16px;
}

@media (max-width: 768px) {

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 8px;
    height: 12px;
  }
}

.slider__button-path {
  fill: var(--slider-navigation-buttons-arrows-color);
}

.swiper-pagination {
  font-size: var(--slider-pagination-fz);
  font-weight: var(--slider-pagination-fw);
}

@media (max-width: 576px) {
  .swiper-pagination {
    font-size: var(--slider-pagination-fz-mobile);
    font-weight: var(--slider-pagination-fw-mobile);
  }
}


.partners {
  padding-bottom: 102px;
}

@media (max-width:550px) {
  .partners {
    padding-bottom: 32px;
  }
}

.partners__content-wrapper {}

.partners__container {
  padding-top: 70px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #EBEAEB;
}

@media screen and (max-width: 450px) {
  .partners__container {
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
}

.partners__upper {
  max-width: 1006px;
}

@media screen and (max-width: 450px) {
  .partners__upper {
    padding-bottom: 30px;
  }
}

.partners__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #AD5ED0;
}

@media screen and (max-width: 450px) {
  .partners__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
  }
}

.partners__central {
  max-width: 1006px;
  padding-top: 50px;
  padding-bottom: 64px;
}

.partners__card-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 19px;
  -webkit-column-gap: 19px;
  -moz-column-gap: 19px;
  column-gap: 19px;
  justify-items: center;
}

@media screen and (max-width: 450px) {
  .partners__card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }
}

.partners__card-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.partners__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 323px;
  height: 197px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.partners__card-img {
  width: 220px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners__card-subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 140%;
  /* or 15px */
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #9F9F9F;


}

.partners__lower {
  max-width: 1006px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  background: E4B3F9;
}

@media screen and (max-width: 450px) {
  .partners__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {

  .partners__lower-left,
  .partners__lower-right {
    width: 100%;
  }
}

.partners__text {
  padding-bottom: 19px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  text-align: center;

  color: #222222;


}

@media screen and (max-width: 450px) {
  .partners__text {
    margin-bottom: 30px;
  }
}

.partners__lower-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:550px) {
  .partners__lower-right {
    flex-direction: column;
    align-items: center;
  }
}

.partners__person-img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width:550px) {
  .partners__person-img {
    width: 75px;
    height: auto;
  }
}

.partners__person-info {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
}


@media (max-width:550px) {
  .partners__person-info {
    flex-direction: column;
    gap: 16px;
  }
}

/* Наталья Пантюхина Директор рекламной службы */

.partners__person-name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */

  color: #222222;
}

.partners__person-name b {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  color: #222222;
}

.partners__person-link {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.00);
  padding: 16px 24px;
  /* Rectangle */

  border: 1px solid #D78DF6;
  border-radius: 10px;

}

@media (max-width:550px) {
  .partners__person-link {
    text-align: center;
    width: 80%;
    padding: 8px 12px;
  }
}

.partners__person-link--1 {}


.location {
  padding-bottom: 72px;
}

.map {
  background-color: #333;
  filter: grayscale(1);
}

.map_mobile {
  display: none;
  filter: grayscale(1);
}

.location-container {
  position: relative;
  max-width: 1440px;
}

.location__inner {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: auto 0;
  position: absolute;
  top: 17%;
  left: 10%;
  z-index: 10;
}

.location__left {
  background-color: #333232;
}

.location__left-container {
  padding: 40px;
  max-width: 400px;
}

.location__upper>ul>li {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  display: flex;
  padding-top: 26px
}

.location__link {
  text-decoration: underline;
  color: #DDDDDE;
}

.location-title {
  padding-bottom: 12px;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.location__lower {
  padding-top: 8px;
}

.location__lower-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 8px;
}

.location__lower-subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}


@media (max-width:1024px) {
  .location__inner {
    margin: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }

  .map {
    display: none;
  }

  .map_mobile {
    display: block;
  }


  .location__left {
    width: 100%;
  }

  .location-container {
    padding-left: 16px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #333;
  }

  .location__right {
    display: none;
    color: light purple;


  }

  .location__left-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 32px;
  }

  .location__lower {
    padding-top: 0px;
  }
}

@media (max-width:550px) {
  .location__left-container {
    display: flex;
    flex-direction: column;
    padding: 32px 32px;
  }

  .access {
    padding-bottom: 100px;
  }

  .location-container {}
}

.location__right {
  height: 266px;
  width: 100%;

  background-image: url("../img/location/LocationImg.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* центрируем изображение */
  background-size: contain;
}

.footer {
  /* Footer Block */
  --footer-offset-top: 80px;
  --footer-offset-bottom: 80px;
  --footer-offset-top-mobile: 60px;
  --footer-offset-bottom-mobile: 60px;
  --footer-all-text-color: #fff;
  --footer-bg-color: #333232;

  /* Logo Image 1 */
  --footer-logo-img-1-width: 110px;
  --footer-logo-img-1-height: 40px;
  --footer-logo-img-1-width-mobile: 110px;
  --footer-logo-img-1-height-mobile: 40px;

  /* Logo Image 2 */
  --footer-logo-img-2-width: 110px;
  --footer-logo-img-2-height: 40px;
  --footer-logo-img-2-width-mobile: 110px;
  --footer-logo-img-2-height-mobile: 40px;

  /* Copyright Text */
  --footer-copy-fz: 16px;
  --footer-copy-fw: 400;
  --footer-copy-fz-mobile: 16px;
  --footer-copy-fw-mobile: 400;

  /* Legal Text */
  --footer-legal-fz: 16px;
  --footer-legal-fw: 400;
  --footer-legal-fz-mobile: 16px;
  --footer-legal-fw-mobile: 400;

  /* Phone Number Link */
  --footer-tel-fz: 20px;
  --footer-tel-fw: 700;
  --footer-tel-fz-mobile: 20px;
  --footer-tel-fw-mobile: 700;

  /* Phone Call Info Text */
  --footer-info-fz: 16px;
  --footer-info-fw: 400;
  --footer-info-fz-mobile: 16px;
  --footer-info-fw-mobile: 400;

  /* Social Images */
  --footer-socials-img-size: 32px;
  --footer-socials-img-size-mobile: 32px;

  color: var(--footer-all-text-color);
  background-color: var(--footer-bg-color);
}

.footer__container {
  padding-top: var(--footer-offset-top);
  padding-bottom: var(--footer-offset-bottom);
}

@media (max-width: 576px) {
  .footer__container {
    padding-top: var(--footer-offset-top-mobile);
    padding-bottom: var(--footer-offset-bottom-mobile);
  }
}

.footer__upper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  padding-bottom: 34px;
}

@media (max-width: 576px) {
  .footer__upper {
    row-gap: 10px;
    padding-bottom: 20px;
  }
}

.footer__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .footer__logo-link {
    margin: 16px;
    margin-left: 0;
  }
}

.footer__logo-img {
  object-fit: contain;
}

.footer__logo-img--1 {}

@media (max-width: 576px) {
  .footer__logo-img--1 {
    width: var(--footer-logo-img-1-width-mobile);
    height: var(--footer-logo-img-1-height-mobile);
  }
}

.footer__logo-img--2 {
  width: var(--footer-logo-img-2-width);
  height: var(--footer-logo-img-2-height);
}

@media (max-width: 576px) {
  .footer__logo-img--2 {
    width: var(--footer-logo-img-2-width-mobile);
    height: var(--footer-logo-img-2-height-mobile);
  }
}

.footer__lower {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .footer__lower {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer__left {
    padding-bottom: 30px;
  }
}

.footer__copy {
  margin-bottom: 20px;
  font-size: var(--footer-copy-fz);
  font-weight: var(--footer-copy-fw);
}

@media (max-width: 576px) {
  .footer__copy {
    margin-bottom: 14px;
    font-size: var(--footer-copy-fz-mobile);
    font-weight: var(--footer-copy-fw-mobile);
  }
}

.footer__legal {
  display: flex;
  gap: 8px;
  font-size: var(--footer-legal-fz);
  font-weight: var(--footer-legal-fw);
  line-height: 130%;
}

@media (max-width: 576px) {
  .footer__legal {
    font-size: var(--footer-legal-fz-mobile);
    font-weight: var(--footer-legal-fw-mobile);
  }
}

.footer__legal-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__central {
  align-self: flex-start;
}

.footer__tel {
  display: block;
  margin-bottom: 18px;
  font-size: var(--footer-tel-fz);
  font-weight: var(--footer-tel-fw);
  color: inherit;
}

@media (max-width: 576px) {
  .footer__tel {
    margin-bottom: 14px;
    font-size: var(--footer-tel-fz-mobile);
    font-weight: var(--footer-tel-fw-mobile);
  }
}

.footer__info-text {
  margin-bottom: 30px;
  font-size: var(--footer-info-fz);
  font-weight: var(--footer-info-fw);
}

@media (max-width: 576px) {
  .footer__info-text {
    font-size: var(--footer-info-fz-mobile);
    font-weight: var(--footer-info-fw-mobile);
  }
}

.footer__right {
  align-self: flex-start;
}

@media (max-width: 576px) {
  .footer__right {
    justify-content: flex-start;
  }
}

.footer__socials-list {
  display: flex;
  gap: 20px;
}

.footer__socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__socials-img {
  display: block;
  width: var(--footer-socials-img-size);
  height: var(--footer-socials-img-size);
  object-fit: contain;
}

@media (max-width: 576px) {
  .footer__socials-img {
    width: var(--footer-socials-img-size-mobile);
    height: var(--footer-socials-img-size-mobile);
  }
}


.socials {}


@media (max-width:550px) {
  .socials {
    padding-top: 36px;
  }
}

.socials__container {
  position: relative;
  display: flex;
  padding-bottom: 100px;
  height: 460px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

@media screen and (max-width: 450px) {
  .socials__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.socials__left {
  width: 75%;
  padding-right: 20px;
  padding-left: 104px;
  padding-top: 73px;
}

@media screen and (max-width: 450px) {
  .socials__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
  }
}

.socials__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  position: relative;
}

@media screen and (max-width: 450px) {
  .socials__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.socials__tg-link {
  display: none;
}

@media (max-width:550px) {
  .socials__tg-link {
    display: flex;
    gap: 12px;
    align-items: center;
    background-color: #24A1DE;
    border-radius: 16px;
    color: #fff;
    padding: 10px 16px;
  }
}

.socials__mobile-img {
  position: absolute;
  left: -5%;
  top: -10%;
  cursor: pointer;
  padding-top: 73px;
}

@media (max-width:550px) {
  .socials__mobile-img {
    display: none;
  }
}

.socials__left-upper {
  padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
  .socials__left-upper {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.socials__title {
  color: #FFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

@media (max-width:550px) {
  .socials__title {
    font-size: 32px;
  }
}

.socials__title>span {
  color: #AD5ED0;
}

.modal__text {
  font-size: 25px;
  /* font-weight: 700; */
  line-height: 35px;
  color: #503a89;
  text-align: -webkit-center;
  padding-bottom: 25px;
}

.modalTime__upper {
  position: relative;
  padding: 0 42px;
}

.modal__upper {}

.modalTime__img-present {
  position: absolute;
  left: 25px;
  top: -20px;
}

@media (max-width:550px) {
  .modalTime__img-present {
    width: 50px;
  }
}

.modalTime__title {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  text-indent: 1.25em;
  pointer-events: none;
}

@media (max-width:550px) {
  .modalTime__title {
    font-size: 24px;
  }
}

.modal__title {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width:550px) {
  .modal__title {
    font-size: 18px;
    padding-right: 8px;
  }
}

.modalTime__title>span {
  color: #FBBB69;
}

.modalTime__central-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.modal__central-title {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
}

.modal__button-link {
  max-width: 181px;
  border-radius: 6px;
  background: #734FBF;
  text-align: center;

  padding: 12px 18px;
  color: #fff;
  cursor: pointer;
}

@media (max-width:550px) {
  .modalTime__central-title {
    font-size: 16px;
  }
}

.modalTime__img-mac {
  position: absolute;
  right: 0%;
  bottom: -40%;
}

@media (max-width:550px) {
  .modalTime__img-mac {
    display: none;
  }
}

.modalTime__central {
  position: relative;
  padding: 0px 42px;
}

.modal__central {
  border-radius: 10px;
  border: 0px solid rgba(222, 221, 221, 0.00);
  background: #E4B3F9;
  gap: 16px;

  display: flex;
  flex-direction: column;
  padding: 32px 298px 30px 27px;
}

@media (max-width:550px) {
  .modal__central {
    align-items: center;
    padding: 16px;
  }
}

.modal__img1 {
  /* zi7bu2824d271ck9grt1d2f7qk1j519m 1 */

  position: absolute;
  width: 76.32px;
  height: 111.52px;
  left: 407.03px;
  top: 203px;
  border-radius: 1px 4px 4px 1px;
  transform: rotate(-7.01deg);
  z-index: 10;

}

.modal__img2 {
  /* Screenshot_27 1 */

  position: absolute;
  width: 150px;
  height: 213px;
  left: 438.77px;
  top: 126px;
  z-index: 2;
  transform: rotate(3.17deg);

}

.modalTime__central-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 55%;
}

@media (max-width:550px) {
  .modalTime__central-left {
    width: 100%;
  }
}

.modalTime__lower {
  border-radius: 10px;
  background: #6E53A7;
  padding: 29px 31px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 617px;
  height: 146px;
  margin: 12px;

}

.modalTime__lower {
  display: flex;
  justify-content: space-between;
  align-items: start;

}

.modal__lower {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 34px;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  gap: 91px;
}

@media (max-width:550px) {
  .modalTime__lower {
    flex-direction: column;
    gap: 8px;
  }

  .modal__lower {
    justify-content: center;
  }
}

.modalTime__lower-left {
  width: 20%;
}

.modalTime__lower-right {
  width: 75%;
  border-left: 1px solid #fff;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal__lower-left {}

@media (max-width:550px) {
  .modal__lower-left {
    width: auto;
  }
}

.modal__lower-right {}

@media (max-width:550px) {
  .modalTime__lower-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    padding-left: 0;
  }
}

.modalTime__lower-left>img {
  width: 94px;
}

.modalTime__subtitle {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.3px;
}

.modal__subtitle {
  font-weight: 500;
  line-height: 140%;
  font-family: 'Manrope';
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
  color: #868585;
}

.modalTime__list {
  display: flex;
  flex-direction: column;
  list-style-image: url('../img/modal/install.png');
  gap: 4px;
  padding-left: 24px;
}

.modalTime__list-item {
  color: #FFF;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 450px) {
  .socials__title {
    text-align: center;
  }

  .modal__text {
    /* max-width: 500px; */
    font-size: 20px;
    font-weight: 700;
    /* line-height: 35px; */
  }
}

@media screen and (max-width: 450px) {
  .socials__left-lower {
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.socials__grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .socials__grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.socials__figure {
  padding-left: 15px;
  border-left: 1px solid #565656;
}

.socials__figure--1,
.socials__figure--2,
.socials__figure--3,
.socials__figure--4 {
  opacity: 0;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  /* Line 67 */
  border-left: 1px solid #565656;

}

@media screen and (max-width: 450px) {

  .socials__figure--1,
  .socials__figure--2,
  .socials__figure--3,
  .socials__figure--4 {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 450px) {
  .socials__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.socials__figure--active {
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.socials__figure-img {
  display: block;
  margin-bottom: 10px;
}

.socials__figure-text {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.17px;
  max-width: 154px;
}

@media screen and (max-width: 450px) {
  .socials__figure-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
}

.socials__qr-img {}

.socials__button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.socials__button::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 22px;
  content: "";
  background-image: url("../img/socials/logo-telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}


.main {
  padding-top: 64px;
}

.main__inner {
  padding-left: 40px;
  padding-right: 44px;
}

@media (max-width:550px) {
  .main__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main__button {
  margin: 0 auto;
  margin-top: 24px;
}

.main__central {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding-top: 32px;
}

.button--cert {
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid #fffefe;
  color: #ffffff;

  align-items: end;
  justify-content: end;

  font-size: 18px;
}

@media (max-width:700px) {
  .button--cert {
    background-color: #503a89;
  }
}

.translation__frame {
  width: 100%;
  height: 600px;
}

@media (max-width:700px) {
  .translation__frame {
    height: auto;
  }
}

.translation__frame-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-title {
  text-align: center;
  font-size: 48px;
  color: #fff;
  padding-bottom: 32px;
}

@media (max-width:700px) {
  .header-title {
    font-size: 32px;
  }
}

.header-title span {
  color: #FBBB69;
}

.online-text {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.online__button {
  margin-top: 64px;
}

.stream__list {
  display: flex;
  flex-direction: column;
  gap: 16px;

  padding-top: 32px;
}

.stream__list--title {
  color: #fff;
  font-size: 32px;
}

.stream__list--item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stream__question--title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.stream__question--subtitle {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 450px) {
  .mobmargin {
    margin-left: 100px;
  }
}

@media screen and (min-width: 451px) {
  .mobmargin {
    margin-left: 300px;
  }
}

.law500__card {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 9px;
}

.M-img {
  padding-right: 8px;
}

.reg__form {
  -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
  
  }
  
  .reg__input:not(:last-child) {
          margin-bottom: 20px;
  }