/*! 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: #7657C1;
  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: #CC8CF0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 6px;
  transition: 0.3s all;
  flex: none;
  order: 0;
  flex-grow: 0;

  /* Btn */

}

.button:hover {
  background-color: #93f;
  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: #CC8CF0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.button-header {
  border-radius: 30px;
  border: 1px;
}

.header__lower-block {
    display: block;
    text-align: -webkit-center;
}

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

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

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

.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;
  z-index: 2;
 
}

@media screen and (max-width: 750px) {
  .container {
    max-width: 750px;
    padding:20px;
  }
}

/* .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: 750px) {
  .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;
}

.header {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #7657C1;
  border-bottom: 1px solid #ffffff; 
}

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

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

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



.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: 143px;
  height: 16px;

}


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

@media screen and (max-width: 750px) {
  .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: 750px) {
  .header__container--central {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .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: 50px;
    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;
}



@media screen and (max-width: 750px) {
  .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: 750px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.header__program-menu {
  display: none;
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .header__mobile-button {
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
}

.header__lower {
  padding-bottom: 65px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  
}



@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;
  margin-bottom: 42px;
  color: #fff; 
}

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


.header__title {
  
  font-weight: 300;
  
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  background-clip: text;
  padding-bottom: 26px;
}

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

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

.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__img-main {
  position: absolute;
  left: 0;
  top: 50px;
}

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

.header__list-img {
  width: 315px;
  height: 108px;
}


.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: 750px) {
  .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: 750px) {
  .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, #7657C1);
  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: #7657C1;
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .header__col--2 {
    width: 100%;
    height: 450px;
  }
}

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

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

@media screen and (max-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .header__col-title--3 {
    margin-top: 0;
    font-size: 27px;
    line-height: 30px;
  }
}


@media screen and (max-width: 750px) {
  .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: 750px) {
  .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 #7657C1;
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .header__col-title-wrapper::before {
    position: absolute;
    top: -20px;
    left: 70%;
    width: 40px;
    height: 40px;
  }
}

.block__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 50px;
  /* width: 70%; */


}
@media screen and (max-width: 750px) {
  .block__title {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.block__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .block__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


.left-upper {
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .left-upper {
    margin-right: 0;

  }
}

.callback {
  position: relative;
}

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

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

.callback__container {
  max-width: 1360px;
  padding: 70px;
  background-color: #E9E9F2;

}

@media screen and (max-width: 750px) {
  .callback__container {
    max-width: 750px;
    padding: 20px;
  }
}

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

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

@media screen and (max-width: 750px) {
  .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: 750px) {
  .callback__logo-img {
    width: 180px;
    height: 60px;
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.callback__input {
  width: 300px;
  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: 750px) {
  .callback__input {
    width: 100%;
  }
}

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

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

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

.callback__link {
  text-decoration: underline;
}

.callback__decor {
  position: absolute;
  pointer-callback: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}



.callback__decor-3 {
  width: 421px;
  height: 93px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon10.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 50%;
  opacity: 1;
}

.callback__left {
  width: 50%;
  margin-right: 50px;
  align-content: end;

}

@media screen and (max-width: 750px) {
  .callback__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.callback__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -70px;
}

@media screen and (max-width: 750px) {
  .callback__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.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-quick-img-size: 32px;
  --footer-quick-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;
}


@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: 106px;
  height: 66px;
}

@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__quick-list {
  display: flex;
  gap: 20px;
}

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

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

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


.quick {

}

.quick__container {
  max-width: 1360px;
  position: relative;
  overflow: hidden;
  padding: 70px;
  background: #E9E9F2;
  
}

.quick__decor {
  position: absolute;
  pointer-events: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.quick__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.quick__decor-2 {
  width: 86px;
  height: 86px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 60%;
  left: 5%;
  opacity: 1;
}

.quick__decor-3 {
  width: 519px;
  height: 119px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon1.svg') no-repeat center;
  background-size: contain;
  top: 60%;
  left: 50%;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .quick__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.quick__left {
  width: 75%;
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .quick__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.quick__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .quick__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.quick__title {
  color: #222222;

}

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


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

}

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

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

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

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

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

.changes {
  
}

.changes__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #3A4045;
  
}

.changes__decor {
  position: absolute;
  pointer-events: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.changes__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.changes__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 80%;
  opacity: 1;
}

.changes__decor-3 {
  width: 406px;
  height: 178px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon2.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 40%;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .changes__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.changes__left {
  width: 50%;
  margin-right: 100px;

}

@media screen and (max-width: 750px) {
  .changes__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.changes__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -70px;
  margin-right: -70px;
}

@media screen and (max-width: 750px) {
  .changes__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.changes__title {
  color: #FFF;
  
}

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


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

}

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

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

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

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

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

.expert {
  
}


.expert__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #fff;
  
}

@media screen and (max-width: 750px) {
  .expert__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}
.expert__decor {
  position: absolute;
  pointer-events: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.expert__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.expert__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.expert__decor-3 {
  width: 433px;
  height: 119px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon4.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 28%;
  opacity: 1;
}

.expert__left {
  width: 25%;
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .expert__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.expert__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .expert__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.expert__title {
  color: #222222;
 
  

  
}

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


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

}

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

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

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

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

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

.support {
  
}


.support__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #E9E9F2;
  
}

@media screen and (max-width: 750px) {
  .support__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.support__left {
  width: 50%;
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .support__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.support__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .support__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.support__title {
  color: #222222;

  
}

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


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

}

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

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

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

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

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

.support__decor {
  position: absolute;
  pointer-support: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.support__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.support__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.support__decor-3 {
  width: 433px;
  height: 119px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon6.svg') no-repeat center;
  background-size: contain;
  top: 65%;
  left: 40%;
  opacity: 1;
}

.events {
  
}


.events__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #3A4045;
}

@media screen and (max-width: 750px) {
  .events__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.events__left {
  width: 70%;
  margin-right: 50px;
  margin-bottom: -70px;
  margin-left: -70px;

}

@media screen and (max-width: 750px) {
  .events__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.events__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .events__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.events__title {
  color: #FFF;

  
}

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


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

}

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

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

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

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

.events__button::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 22px;
  content: "";
  background-image: url("../img/events/logo-telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.events__decor {
  position: absolute;
  pointer-events: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.events__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.events__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.events__decor-3 {
  width: 334px;
  height: 148px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon7.svg') no-repeat center;
  background-size: contain;
  top: 75%;
  left: 65%;
  opacity: 1;
}



.events__decor-4 {
  width: 305px;
  height: 547px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/img3.png') no-repeat center;
  background-size: contain;
  top: 57%;
  left: 45%;
  opacity: 1;
  z-index: 4;
    /* Анимация */
  animation: tiltAnimation 1s ease-in-out infinite;
  transform-origin: center bottom;
}

@media screen and (max-width: 750px) {
  .events__decor-3, .events__decor-4 {
    display: none;
  }
}
@keyframes tiltAnimation {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

.forms {
  
}

.forms__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .forms__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.forms__left {
  width: 40%;
  margin-right: 100px;
  margin-bottom: -70px;
  margin-left: -70px;

}

@media screen and (max-width: 750px) {
  .forms__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.forms__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .forms__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.forms__title {
  color: #222222;

  
}

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


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

}

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

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

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

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

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

.forms__decor {
  position: absolute;
  pointer-forms: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.forms__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.forms__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.forms__decor-3 {
  width: 425px;
  height: 134px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon5.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 30%;
  opacity: 1;
}

.latest {
  
}

.latest__container {
  position: relative;
  padding: 70px 0 70px 70px;
  max-width: 1360px;
  
  background: #FFFFFF;
}

@media screen and (max-width: 750px) {
  .latest__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.latest__left {
  width: 60%;
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .latest__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.latest__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .latest__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.latest__title {
  color: #222222;

  
}

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


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

}

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

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

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

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

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

.latest__decor {
  position: absolute;
  pointer-latest: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.latest__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.latest__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.latest__decor-3 {
  width: 364px;
  height: 134px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon3.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 50%;
  opacity: 1;
}

.officials {
  
}


.officials__container {
  position: relative;
 
  max-width: 1360px;
  padding: 70px;
  background: #E9E9F2;
}

@media screen and (max-width: 750px) {
  .officials__container {
     display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.officials__left {
  width: 60%;
  margin-right: 100px;

}

@media screen and (max-width: 750px) {
  .officials__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.officials__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .officials__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.officials__title {
  color: #222222;

}

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


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

}

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

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

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

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

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

.officials__decor {
  position: absolute;
  pointer-officials: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.officials__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.officials__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.officials__decor-3 {
  width: 421px;
  height: 93px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon4.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 55%;
  opacity: 1;
}

.officials__decor-4 {
  width: 214px;
  height: 157px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/cat_heart.svg') no-repeat center;
  background-size: contain;
  top: 75%;
  left: 40%;
  opacity: 1;
}


.books {
  
}


.books__container {
  position: relative;
  max-width: 1360px;
  padding: 70px 0 70px 70px ;
  background: #E9E9F2;
  background-image: url(https://supervip.1jur.ru/about_vip/img/vip2025/books.png);
  background-repeat: no-repeat;
  background-position: right;

}

@media screen and (max-width: 750px) {
  .books__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.books__left {
  width: 70%;
  /* margin-right: 100px; */
  align-content: center;

}

@media screen and (max-width: 750px) {
  .books__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.books__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -70px;
  
}

@media screen and (max-width: 750px) {
  .books__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.books__title {
  color: #222222;

}

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


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

}

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

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

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

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

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


.education__container {
  position: relative;
  
  max-width: 1360px;
  padding: 70px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .education__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.education__left {
  width: 40%;
  margin-right: 100px;

}

@media screen and (max-width: 750px) {
  .education__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.education__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -70px;
}

@media screen and (max-width: 750px) {
  .education__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.education__title {
  color: #222222;

  
}

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


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

}

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

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

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

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

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

.education__decor {
  position: absolute;
  pointer-education: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.education__decor-1 {
  width: 70px;
  height: 70px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 40%;
  left: 80%;
  opacity: 1;
}

.education__decor-2 {
  width: 122px;
  height: 122px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/.svg') no-repeat center;
  background-size: contain;
  top: 30%;
  left: 85%;
  opacity: 1;
}

.education__decor-3 {
  width: 421px;
  height: 93px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon9.svg') no-repeat center;
  background-size: contain;
  top: 70%;
  left: 45%;
  opacity: 1;
}

.discounts {
  
}

.discounts__container {
  max-width: 1360px;
  position: relative;
  
  padding: 70px;
  background: #3A4045;
}

@media screen and (max-width: 750px) {
  .discounts__container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 750px;
    padding: 20px;
  }
}

.discounts__left {
  width: 50%;
  margin-right: 50px;

}

@media screen and (max-width: 750px) {
  .discounts__left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 0 20px 0;
  }
}

.discounts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .discounts__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

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

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

.discounts__title {
  color: #FFF;
  
}

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


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

}

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

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

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

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

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

.discounts_decor {
  position: absolute;
  pointer-callback: none; /* Чтобы не мешали кликать на контент */
  z-index: 1;
}

.discounts__decor-1 {
  width: 421px;
  height: 93px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/icon2.svg') no-repeat center;
  background-size: contain;
  top: 10%;
  left: 50%;
  opacity: 1;
}

.discounts__decor-2 {
  width: 1256px;
  height: 620px;
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/promo.svg') no-repeat center;
  background-size: contain;
  top: 10%;
  left: 10%;
  opacity: 1;
}

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



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

  .flex {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 750px) {
    .flex {
      flex-direction: column;
      justify-content: center;
      width: 100%;
    }
  }


  .fixed-panel {
    position: fixed;
    
    top: -100px; /* Скрыто за пределами экрана */
    left: 0;
    width: 100%;
    background-color: #7657C1;
    color: white;
    padding: 15px 0;
    transition: top 0.3s ease;
    z-index: 1000;
}

.fixed-panel.visible {
    top: 0; /* Показываем панель */
}

.panel-content {
max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.panel__list-img {
    width: 137px;
    height: 47px;
    margin-right: 70px;

}

@media screen and (max-width: 750px) {
.block_img {
  width: 100%;
  }
}
.promo-block {
  background: url('https://supervip.1jur.ru/about_vip/img/vip2025/promo_uss25.png') center/cover no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .promo-block {
    justify-content: end;
    align-items: baseline;
    }
  }

.promo__left {
  align-self: end;
  width: 40%;
  padding: 0 0 40px 40px;
  text-align: -webkit-center;
}

@media screen and (max-width: 750px) {
  .promo__left {
    align-self: baseline;
    padding: 0 0 0 20px;

    }
  }

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

.discounts__left,
.discounts__right {
  position: relative;
  z-index: 1; /* контент поверх фона */
}