/*! 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;
}

/* 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: 1em 40px;
}

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

/* stylelint-disable indentation */
/* stylelint-disable at-rule-empty-line-before */
/* Open Sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin_cyrillic-regular.woff") format("woff");
  font-display: swap;
}
/* Open Sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v34-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/open-sans-v34-latin_cyrillic-500.woff") format("woff");
  font-display: swap;
}
/* Open Sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v34-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/open-sans-v34-latin_cyrillic-600.woff") format("woff");
  font-display: swap;
}
/* Open Sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin_cyrillic-700.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;
}

body {
  overflow-x: hidden;
  font-family: var(--font-main);
  color: var(--color-text);
}

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

.button {
  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: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: var(--color-accent);
  border-radius: 10px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.button:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.button:active {
  background-color: var(--color-accent);
}

.decor-elem--1 {
  position: absolute;
  right: 100px;
  bottom: 20px;
  height: 244px;
  border-left: 1px dotted #b4bec8;
  -webkit-animation: scroll-animation 2s forwards ease infinite;
          animation: scroll-animation 2s forwards ease infinite;
}
@media screen and (max-width: 1536px) {
  .decor-elem--1 {
    display: none;
  }
}

.decor-elem--2 {
  position: absolute;
  top: -220px;
  left: 0;
  height: 244px;
  border-left: 1px dotted #b4bec8;
  -webkit-animation: scroll-animation 2s forwards ease infinite;
          animation: scroll-animation 2s forwards ease infinite;
}
@media screen and (max-width: 450px) {
  .decor-elem--2 {
    display: none;
  }
}

.decor-elem-inner {
  position: relative;
  top: 60%;
  left: -50%;
  width: 36px;
  height: 244px;
  height: 54px;
  background-color: #b4bec8;
  border-radius: 10px;
}
.decor-elem-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  content: url("../img/header/arrow-right-white.svg");
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@-webkit-keyframes scroll-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal {
  position: fixed;
  z-index: 150;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal--active {
  display: -ms-grid;
  display: grid;
}

.modal__inner {
  position: relative;
  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;
  width: 600px;
  padding: 70px;
  padding-bottom: 100px;
  margin: auto;
  color: #fff;
  background-color: var(--color-accent);
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
          box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
}
@media screen and (max-width: 450px) {
  .modal__inner {
    width: 320px;
    height: auto;
    padding: 30px;
  }
}
.modal__inner::before {
  position: absolute;
  bottom: -77px;
  left: -77px;
  width: 154px;
  height: 154px;
  content: url("../img/decor-dots.svg");
}
.modal__inner::after {
  position: absolute;
  top: -77px;
  right: -77px;
  width: 154px;
  height: 154px;
  content: url("../img/decor-dots.svg");
}

.modal__close {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .modal__close {
    top: 10px;
    left: 10px;
  }
}

.modal__title {
  position: relative;
  max-width: 320px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
}
.modal__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 140px;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .modal__title {
    font-size: 24px;
  }
}

.modal__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

.hidden {
  display: none !important;
}

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

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

.container-wide {
  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;
  max-width: 1920px;
  padding: 6px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .container-wide {
    padding: 10px;
  }
}

#panelcontainer {
  z-index: 10;
  width: 162px;
  height: 32px;
}

.text-accent-span {
  color: var(--color-accent);
}

.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 rgba(0, 0, 0, 0.2);
  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);
  background-color: rgba(0, 0, 0, 0.1);
}
@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;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 1536px) {
  .header {
    height: auto;
  }
}

.header__id2-container {
  background-color: #f5f5f5;
}

.header__id2-container-logo-link {
  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;
}

.header__id2-container-logo-img {
  width: 126px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__upper {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(54.04%, #fff), color-stop(84.27%, var(--color-accent)));
  background: -o-linear-gradient(left, #fff 54.04%, var(--color-accent) 84.27%);
  background: linear-gradient(90deg, #fff 54.04%, var(--color-accent) 84.27%);
  -webkit-box-shadow: 0 21px 80px rgba(122, 117, 117, 0.05), 0 2px 10.0172px rgba(122, 117, 117, 0.025);
          box-shadow: 0 21px 80px rgba(122, 117, 117, 0.05), 0 2px 10.0172px rgba(122, 117, 117, 0.025);
}
@media screen and (max-width: 450px) {
  .header__upper {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(91.9%, var(--color-accent)));
    background: -o-linear-gradient(left, #fff 0%, var(--color-accent) 91.9%);
    background: linear-gradient(90deg, #fff 0%, var(--color-accent) 91.9%);
  }
}

.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: 14px 10px;
}
@media screen and (max-width: 450px) {
  .header__container--upper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 450px) {
  .header__logo-list {
    display: none;
  }
}

.header__logo-list-item {
  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;
}
.header__logo-list-item:not(:last-child) {
  margin-right: 40px;
}

.header__logo-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 40px;
}

.header__burger-img {
  display: none;
}
@media screen and (max-width: 450px) {
  .header__burger-img {
    display: block;
  }
  .header__burger-img rect {
    fill: var(--color-accent);
  }
}

@media screen and (max-width: 450px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 150;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.96);
  }
}
.header__nav--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-close {
  display: none;
}
@media screen and (max-width: 450px) {
  .header__nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    display: block;
    width: 40px;
    height: 40px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .header__menu {
    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;
    font-size: 26px;
    font-weight: 700;
  }
}

.header__menu-item {
  cursor: pointer;
}
.header__menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header__menu-item:not(:last-child) {
  margin-right: 34px;
}
@media screen and (max-width: 450px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.header__info-wrapper {
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.header__date-wrapper {
  margin-right: 20px;
}

.header__date {
  z-index: 20;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .header__date {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 140.5%;
    letter-spacing: 0.03em;
  }
}

.header__date-mode {
  z-index: 20;
  font-size: 18px;
  color: #fff;
}

.header__date-wrapper {
  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;
}

.header__container--lower {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 450px) {
  .header__container--lower {
    height: auto;
  }
}

.header__lower {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 100px;
}
@media screen and (max-width: 1536px) {
  .header__lower {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .header__lower {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.header__left {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 450px) {
  .header__left {
    width: auto;
  }
}

.header__decor-elem-img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
}
@media screen and (max-width: 450px) {
  .header__right {
    width: auto;
  }
}

.header__right-picture {
  position: absolute;
}
@media screen and (max-width: 450px) {
  .header__right-picture {
    display: none;
  }
}

.header__picture-source {
  -o-object-fit: contain;
     object-fit: contain;
  width: 418px;
  height: 338px;
}

.header__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 450px;
  height: 450px;
}

.header__title {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 600;
  line-height: 61px;
}
@media screen and (max-width: 450px) {
  .header__title {
    font-size: 35px;
    line-height: 41px;
  }
}

.header__text {
  max-width: 480px;
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 450px) {
  .header__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
  }
}

.header__button {
  position: relative;
  padding-right: 60px;
  margin-bottom: 20px;
}
.header__button::before {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 12px;
  content: url("../img/header/white-arrow-right.svg");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .header__button::before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .header__button {
    width: 100%;
    padding-right: 40px;
  }
}

.features__container {
  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: 15px;
}

.features__title {
  max-width: 560px;
  margin-bottom: 44px;
  font-size: 52px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .features__title {
    font-size: 35px;
    line-height: 41px;
  }
}

.features__descr-wrapper {
  position: relative;
  margin-bottom: 44px;
}
.features__descr-wrapper::before {
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 1px;
  height: 82px;
  content: "";
  background-color: #b4bec8;
}
.features__descr-wrapper::after {
  position: absolute;
  top: 0;
  right: 14px;
  width: 1px;
  height: 82px;
  content: "";
  background-color: #b4bec8;
}

.features__text {
  position: relative;
  max-width: 820px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.02em;
}
.features__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../img/features/quotes-left.svg");
  background-repeat: no-repeat;
}
.features__text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../img/features/quotes-right.svg");
  background-repeat: no-repeat;
}

.features__button {
  margin-bottom: 60px;
}
@media screen and (max-width: 450px) {
  .features__button {
    display: none;
  }
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b4bec8;
}

.features__list-item {
  position: relative;
  text-align: center;
}
.features__list-item:first-child::after {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 38px;
  height: 22px;
  content: url("../img/features/arrow-long-right-grey.svg");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .features__list-item:first-child::after {
    top: 30%;
    right: -40px;
  }
}
.features__list-item:nth-child(2)::after {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 38px;
  height: 22px;
  content: url("../img/features/arrow-long-right-grey.svg");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .features__list-item:nth-child(2)::after {
    top: 30%;
    right: -40px;
  }
}
.features__list-item:not(:last-child) {
  margin-right: 150px;
}
@media screen and (max-width: 450px) {
  .features__list-item:not(:last-child) {
    margin-right: 26px;
  }
}
.features__list-item--two-items:nth-child(2)::after {
  display: none;
  content: "";
}

.featers__list-num {
  font-size: 69px;
  font-weight: 600;
  line-height: 134.5%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .featers__list-num {
    font-size: 22px;
    line-height: 94.5%;
  }
}

.features__list-explain {
  letter-spacing: 0.05em;
}

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

.program__upper {
  padding-bottom: 64px;
}
@media screen and (max-width: 450px) {
  .program__upper {
    padding-bottom: 40px;
  }
}

.program__title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .program__title {
    font-size: 34px;
  }
}

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

.program__list {
  max-width: 900px;
}

.program__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 3px solid #b4bec8;
  border-radius: 22px;
}
@media screen and (max-width: 450px) {
  .program__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.program__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.program__list-item-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: 20%;
}
@media screen and (max-width: 450px) {
  .program__list-item-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-bottom: 10px;
  }
}

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

.program__list-item-time {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

.program__list-item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.speakers {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 450px) {
  .speakers {
    padding-bottom: 100px;
  }
}

.speakers__title {
  width: 50%;
  font-size: 52px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .speakers__title {
    width: auto;
    font-size: 35px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.speakers__lower {
  padding-top: 50px;
}

.speakers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 450px) {
  .speakers__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.speakers__list--column-mode {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}

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

.speakers__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speakers__figure--column-mode {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 450px) {
  .speakers__figure--column-mode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.speakers__picture {
  position: relative;
  width: 216px;
  height: 216px;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .speakers__picture {
    margin-bottom: 20px;
  }
}

.speakers__img {
  position: relative;
  z-index: 30;
  width: 216px;
  height: 216px;
  -o-object-fit: contain;
     object-fit: contain;
}

.speakers__text {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #4a4545;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 450px) {
  .speakers__text {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
}
.speakers__text--column-mode {
  padding-left: 160px;
  text-align: left;
}
@media screen and (max-width: 450px) {
  .speakers__text--column-mode {
    padding-left: 0;
    text-align: center;
  }
}

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

.organisers__left {
  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: 30%;
}
@media screen and (max-width: 450px) {
  .organisers__left {
    width: auto;
  }
}

.organisers__title {
  color: var(--color-accent);
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  .organisers__title {
    margin-bottom: 30px;
  }
}

.organisers__right {
  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: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px solid #b4bec8;
  border-bottom: 2px solid #b4bec8;
}
@media screen and (max-width: 450px) {
  .organisers__right {
    width: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.organisers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 450px) {
  .organisers__list {
    -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;
  }
}

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

.organisers__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
  height: 60px;
}

.footer {
  background-color: #b4bec8;
}

.footer__container {
  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-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 450px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer__logo-list {
  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;
}
@media screen and (max-width: 450px) {
  .footer__logo-list {
    margin-bottom: 30px;
  }
}

.footer__logo-list-item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 450px) {
  .footer__logo-list-item:not(:last-child) {
    margin-right: 24px;
  }
}

.footer__logo-list-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
  height: 50px;
}
@media screen and (max-width: 450px) {
  .footer__logo-list-img {
    width: 80px;
    height: 50px;
  }
}

.footer__info-wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 450px) {
  .footer__info-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__copyright {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
}

.footer__policy {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}


/* /// main   */
.main {
  padding-top: 64px;
}

.main__inner {
  padding-left: 40px;
  padding-right: 44px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(2px);
}

@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: 16px;
}

.main__container {
  max-width: 1216px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1280px) {
  .main__container {
    margin: 0 10px;
  }
}


@media (max-width: 576px) {
  .main__container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.main__container-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  padding: 6px 20px;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .main__container-wide {
    padding: 10px;
  }
}

.main__header__content {
  margin-top: 40px;
  margin-bottom: 101px;
  align-items: center;
  gap: 50px;
}

.main__header-title {
  font-size: 48px;
  color: #444;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 111.8px */
  text-transform: uppercase;
  padding-top: 26px;
  padding-bottom: 32px;
}

@media (max-width:1280px) {
  .main__header-title {
    font-size: 7vw;
    text-align: center;
  }

  .main__header__content {
    gap: 15px;
  }
}

@media (max-width:450px) {
  .main__header-title {
    font-size: 42px;
    text-align: center;
  }
}

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

.main2__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #521c6b;
  border-radius: 10px;
  transition: 0.2s all ease;
}

.main2__button:hover {
  background-color: #451070;
  transition: 0.2s all ease;
}

.online-text {
  font-size: 24px;
  padding: 6px 0px;
}

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

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

  font-size: 18px;
}

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

.stream__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #444;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

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

.stream__subtitle{
   font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #444;
  padding-top: 32px;
  padding-bottom: 32px;
}

.stream__container {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding-bottom: 32px;
  width: 100%;
}

.translation__chat {
  margin: 0 auto;
  padding-bottom: 32px;
}

@media screen and (max-width: 450px) {
  .translation__frame {
    max-width: 1000;
  }
}

.translation__frame {
  max-width: 1000px;
  width: 100%;
  height: 550px;
  border: 1px solid #b3b3b3;
}

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

@media screen and (max-width:450px) {
  .info__frame {
      height: 210px;
      width: -webkit-fill-available;
  }
}

.translation__chat {
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 32px;
}


.video-container {
  position: relative;
  width: 100%; /* Занимает 100% ширины родительского блока */
  padding-top: 56.25%; /* Соотношение сторон 16:9 */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Занимает 100% высоты родительского блока */
}


.stream__container {
  max-width: 990px;
  padding-bottom: 20px;
  margin: 0 auto
}

@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: #503a89
}

.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;
  margin-top: 60px;
  -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-bottom: 40px
}

@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: .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
}





.oz__preview {
  margin: 0px auto;

}

.oz__previewback {
      padding: 36px 20px;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      gap: 31px;
      border-radius: 20px;
      padding: 32px 40px 32px 47px;
      padding: 20px;
      border: 3px solid #b4bec8;
      border-radius: 22px;
}

.callback__form2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 32px;

}
#callBack__form2--id {
  scroll-margin-top: 30vh;
}

.oz_close {
  position: absolute;
  top: 10px;
  right: 7px;
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease;
}

.button__orangeoz {
  
}

.oz_closeimg {
  max-width: 40px;
  max-height: 40px;
}

.oz_close:hover {
  opacity: 0.8;
}

.main__form--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #0f0f0e;
}

.main__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 32px;
}

.main__callback--input {
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.main__callback--input::placeholder {
  color: #a7a9ac;
}

.callback__message--success2 {
  font-size: 22px;
  display: none;
}
.callback__message--success2 {
  display: none;
}
.callback__message {
  display: none;
}
/*************/

.callback__form--hidden {
  display: none;
}

.hidden {
  display: none;
}

.test__complete {
  display: none;
}

.reg__checker {
  display: none;
}


.text_white {
}


.point__font {
  font-size: 96px;
  font-weight: 900;
}

.oz__hidden {
  display: none;
}


.callback__form2__top--inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .callback__form2__top--inner {
    flex-direction: column;
  }
  
}
.callback__input {
  border: none;
  border-bottom: solid 1px #000;
}


/* Стили для кастомного чекбокса */
.callback__form2__bottom--inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  .callback__form2__bottom--inner {
    flex-direction: column;
  }
  
}

.callback__form2__bottom--inner--block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
  flex-wrap: nowrap;
}
.callback__form2__bottom--inner--block a {
  text-decoration: underline;
}
.main__form-checkbox-label {
  display: flex;
  flex-wrap: nowrap;
}



/* Стили для кастомного чекбокса */
.callback__form2__bottom--inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
}

#callback__form2--checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#callback__form2--checkbox--service {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox__button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  position: relative;
  padding: 2px 0;
  text-wrap: nowrap;
  flex-wrap: wrap;
}

.checkbox__custom {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background: white;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-top: 1px;
}

.checkbox__custom::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#callback__form2--checkbox:checked + .checkbox__button .checkbox__custom {
  background-color: #584195;
  border-color: #584195;
}

#callback__form2--checkbox:checked + .checkbox__button .checkbox__custom::after {
  opacity: 1;
}

.checkbox__button:hover .checkbox__custom {
  border-color: #584195;
}

#callback__form2--checkbox:focus + .checkbox__button .checkbox__custom {
  box-shadow: 0 0 0 3px rgba(76, 37, 184, 0.2);
  border-color: #584195;
}

.checkbox__button a {
  color: #333;
  text-decoration: underline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

#callback__form2--checkbox:disabled + .checkbox__button {
  opacity: 0.6;
  cursor: not-allowed;
}

#callback__form2--checkbox:disabled + .checkbox__button .checkbox__custom {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}



#callback__form2--checkbox--service:checked + .checkbox__button .checkbox__custom {
  background-color: #584195;
  border-color: #584195;
}

#callback__form2--checkbox--service:checked + .checkbox__button .checkbox__custom::after {
  opacity: 1;
}


#callback__form2--checkbox--service:focus + .checkbox__button .checkbox__custom {
  box-shadow: 0 0 0 3px rgba(76, 37, 184, 0.2);
  border-color: #584195;
}


#callback__form2--checkbox--service:disabled + .checkbox__button {
  opacity: 0.6;
  cursor: not-allowed;
}

#callback__form2--checkbox--service:disabled + .checkbox__button .checkbox__custom {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.center-on-scroll {
  scroll-margin-top: calc(50vh - 100px); 
}
.reg_no,
.reg_ok {
  width: max-content;
}