* {
  /* font-family: 'Inter'; */
}


/*! 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: 'Inter', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background: #F4F4E8;
  font-family: 'Inter', sans-serif;

}

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

.hidden {
  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 {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -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 */
/* Inter-regular - latin */
@font-face {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular-400.ttf") format("ttf");
  /* font-display: swap; */
}

/* Inter-500 - latin */
@font-face {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium-500.ttf") format("ttf");
  /* font-display: swap; */
}

/* Inter-600 - latin */
@font-face {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold-600.ttf") format("ttf");
  /* font-display: swap; */
}

/* Inter-700 - latin */
@font-face {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold-700.ttf") format("ttf");
  /* font-display: swap; */
}

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

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

body {
  /* overflow-x: hidden; */
  font-family: "Inter", sans-serif;
  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;
}

img,
svg {
  vertical-align: top;
}

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

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

.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: #F26F31;
  border-radius: 10px;
  transition: 0.2s all ease;
}

.button:hover {
  background-color: #FF9563;
  transition: 0.2s all ease;
}

.decor-elem--1 {
  position: absolute;
  right: 100px;
  bottom: 20px;
  height: 244px;
  border-left: 1px dotted #b4bec8;
  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: 174px;
  height: 244px;
  border-left: 1px dotted #b4bec8;
  animation: scroll-animation 2s forwards ease infinite;
}

@media screen and (max-width: 768px) {
  .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");
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes scroll-animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.modal {
  position: fixed;
  z-index: 150;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal--active {
  display: grid;
}

.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  padding: 70px;
  padding-bottom: 100px;
  margin: auto;
  color: #fff;
  background-color: var(--color-accent);
  border-radius: 10px;
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
}

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

@media screen and (max-width: 576px) {
  .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: 1296px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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


@media (max-width: 576px) {
  .container {
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

.container_logo {
  max-width: 1216px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-right: 15px;
}

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


@media (max-width: 576px) {
  .container_logo {
    padding-right: 10px;
    /* padding-left: 10px; */
    padding-bottom: 30px;
  }
}

.header__logo_img {
  max-width: 400px;
}

@media (max-width: 1280px) {
  .header__logo_img {
    max-width: 400px;
  }
}


@media (max-width: 576px) {
  .header__logo_img {
    width: 250px;
  }
}

.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) {
  .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: flex;
  align-items: 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;
  transition: 0.2s all ease;
  transform: translateY(40px);
  background-color: rgba(0, 0, 0, 0.1);
}

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

@media screen and (max-width: 576px) {
  .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;
  transition: 0.2s all ease;
  transform: translateY(0);
}

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

.header {
  display: flex;
  flex-direction: column;
}

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

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

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

.header__id2-container-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__id2-container-logo-img {
  width: 200px;
  height: 20px;
  object-fit: contain;
}

.circle {
  position: absolute;
  z-index: -10;
}

/* call back form  */
.callback {
  /* Callback Block */
  --callback-offset-top: 40px;
  --callback-offset-bottom: 36px;
  --callback-offset-top-mobile: 60px;
  --callback-offset-bottom-mobile: 60px;
  --callback-all-texts-color: inherit;
  --callback-bg-color: inherit;

  /* Logo Image */
  --callback-logo-width: 200px;
  --callback-logo-height: 50px;
  --callback-logo-width-mobile: 150px;
  --callback-logo-height-mobile: 30px;

  /* Title */
  --callback-title-fz: 46px;
  --callback-title-fw: 700;
  --callback-title-fz-mobile: 24px;
  --callback-title-fw-mobile: 700;

  /* Lead */
  --callback-lead-fz: 24px;
  --callback-lead-fw: 400;
  --callback-lead-fz-mobile: 18px;
  --callback-lead-fw-mobile: 400;

  /* Decoration Image */
  --callback-picture-width: 300px;
  --callback-picture-height: 300px;
  --callback-picture-width-mobile: 200px;
  --callback-picture-height-mobile: 200px;

  /* Button */
  --callback-button-fz: 18px;
  --callback-button-fw: 400;
  --callback-button-fz-mobile: 16px;
  --callback-button-fw-mobile: 400;
  --callback-button-color: #fff;
  --callback-button-bg-color: #63368b;

  /* Legal Text */
  --callback-legal-fz: 14px;
  --callback-legal-fw: 400;
  --callback-legal-fz-mobile: 14px;
  --callback-legal-fw-mobile: 400;

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

  padding-top: 50px;
  position: relative;
}

.callback-img-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 5%;
}

.callback-img {
  position: absolute;
  left: 50%;
  top: 5%;
  z-index: 1;
}

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

@media (max-width:450px) {
  .callback-img-bg {
    width: 90%;
    right: 0;
  }
}

.callback__container {
  padding-top: var(--callback-offset-top);
  padding-bottom: var(--callback-offset-bottom);
  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: 576px) {
  .callback__container {
    padding-top: var(--callback-offset-top-mobile);
    padding-bottom: var(--callback-offset-bottom-mobile);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.callback__upper {
  padding-bottom: 49px;
}

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

.callback__upper-left {}

.callback__main {
  width: 75%;
}

@media (max-width: 1024px) {
  .callback__main {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .callback__main {
    width: 100%;
  }
}

.callback__header {
  padding-bottom: 47px;
  display: flex;
  justify-content: space-between;
}

.callback__number {
  color: var(--main-black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.callback__number-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}

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

.callback__logo-img {
  display: block;
  width: var(--callback-logo-width);
  height: var(--callback-logo-height);
  object-fit: contain;
  margin-bottom: 24px;
}

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

.callback__title {
  font-size: var(--callback-title-fz);
  font-weight: var(--callback-title-fw);
}

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

.callback__lead {
  font-size: var(--callback-lead-fz);
  font-weight: var(--callback-lead-fw);
  line-height: 130%;
  padding-top: 31px;
}

@media (max-width: 576px) {
  .callback__lead {
    font-size: var(--callback-lead-fz-mobile);
    font-weight: var(--callback-lead-fw-mobile);
  }
}

.callback__lower {}

.callback__upper-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

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

.callback__picture-img {
  width: var(--callback-picture-width);
  height: var(--callback-picture-height);
  object-fit: contain;
}

@media (max-width: 576px) {
  .callback__picture-img {
    width: var(--callback-picture-width-mobile);
    height: var(--callback-picture-height-mobile);
  }
}

.callback__form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.callback__form2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 14px;
}

.callback__form--hidden {
  display: none;
}

.callback__input {
  padding: 16px 24px;
  font-size: 18px;
  border: none;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
}

.callback__input::placeholder {
  color: #a7a9ac;
}

.callback__button {
  display: inline-flex;
  width: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 16px 24px;
  font-size: var(--callback-button-fz);
  font-weight: var(--callback-button-fw);
  color: var(--callback-button-color);
  background-color: var(--callback-button-bg-color);
}

@media (max-width: 576px) {
  .callback__button {
    font-size: var(--callback-button-fz-mobile);
    font-weight: var(--callback-button-fw-mobile);
  }
}

.callback__legal {
  color: #A7A9AC;

  font-size: 12px;
  font-weight: 400;
  line-height: 130%;

  padding-top: 14px;
  /* 15.6px */
}

@media (max-width: 576px) {
  .callback__legal {
    font-size: var(--callback-legal-fz-mobile);
    font-weight: var(--callback-legal-fw-mobile);
    text-align: center;
  }
}

.callback__legal--hidden {
  display: none;
}

.callback__legal-link {
  color: inherit;
  text-decoration: underline;
}

.callback__message {
  display: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

.callback__message--visible {
  display: block;
}

.callback__message--title {
  font-size: 24px;
  width: 70%;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.callback__success--footer {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  align-items: center;
  padding-right: 64px;
}

.callback__button--success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 16px 24px;
  font-size: var(--callback-button-fz);
  font-weight: var(--callback-button-fw);
  color: var(--callback-button-color);
  background-color: var(--callback-button-bg-color);
}

@media (max-width:1024px) {
  .callback__success--footer {
    padding-right: 0px;
  }
}

@media (max-width: 576px) {
  .callback__button--success {
    font-size: var(--callback-button-fz-mobile);
    font-weight: var(--callback-button-fw-mobile);
    margin-top: 20px;
  }

  .callback__message--title {
    width: 100%;
  }

  .callback__success--footer {
    display: block;
    padding-right: 0px;
  }
}

.callback__message--error {
  font-size: 20px;
  color: #dc291e;
}

.footer__callback__upper-left--hidden {
  display: none;
}


/*******************/

/* info */

.info {
  /* info Block */
  --info-offset-top: 43px;
  --info-offset-bottom: 20px;
  --info-offset-top-mobile: 60px;
  --info-offset-bottom-mobile: 60px;
  --info-all-texts-color: inherit;
  --info-bg-color: inherit;

  /* Card */
  --info-card-bg-color: #ddddde;
  --info-card-divider-color: #000;

  /* Card Number */
  --info-card-num-fz: 72px;
  --info-card-num-fw: 400;
  --info-card-num-fz-mobile: 62px;
  --info-card-num-fw-mobile: 400;

  /* Card Text */
  --info-card-text-fz: 18px;
  --info-card-text-fw: 400;
  --info-card-text-fz-mobile: 16px;
  --info-card-text-fw-mobile: 400;

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

  position: relative;
}

.info__container {
  padding-top: var(--info-offset-top);
  padding-bottom: var(--info-offset-bottom);
}

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

.info__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 980px) {
  .info__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .info__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.info__card {
  padding: 64px 48px;
  background-color: var(--info-card-bg-color);
  border-radius: 30px;
  border: 2px solid #FFF;

  background: rgba(255, 255, 255, 0.40);

  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(2px);
}

.info__card-upper {}

.info__card-num {
  font-size: var(--info-card-num-fz);
  font-weight: var(--info-card-num-fw);
}

@media (max-width: 576px) {
  .info__card-num {
    font-size: var(--info-card-num-fz-mobile);
    font-weight: var(--info-card-num-fw-mobile);
  }
}

.info__card-lower {
  padding-top: 16px;
}

.info__card-text {
  font-size: var(--info-card-text-fz);
  font-weight: var(--info-card-text-fw);
  line-height: 130%;
}

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

.info__lower {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

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

.circle-one {
  width: 50%;
  height: 987px;
  flex-shrink: 0;

  border-radius: 50%;
  background: linear-gradient(180deg, #a343b4 30.21%, rgba(252, 255, 101, 0.00) 100%);
  filter: blur(207px);
  bottom: 0;

  animation: randomAnimation 3s infinite;
}

.circle-two {
  width: 50%;
  height: 987px;
  flex-shrink: 0;

  border-radius: 50%;
  background: linear-gradient(180deg, #7f278f 28.63%, rgba(188, 227, 34, 0.00) 96.38%);
  filter: blur(207px);
  right: 0;
}

.circle-three {
  width: 33%;
  height: 609px;
  flex-shrink: 0;

  border-radius: 50%;
  background: linear-gradient(180deg, #9c27b0 28.63%, rgba(188, 227, 34, 1) 96.38%);
  filter: blur(207px);

  left: 25%;
  bottom: -10%;
}

.circle-four {
  width: 33%;
  height: 496px;
  flex-shrink: 0;

  border-radius: 50%;
  background: linear-gradient(180deg, #d45be9 28.63%, rgba(188, 227, 34, 0.00) 96.38%);
  filter: blur(207px);

  left: 0;
  bottom: -50%;
}

.circle-five {
  width: 50%;
  height: 842px;
  flex-shrink: 0;

  border-radius: 50%;
  background: linear-gradient(180deg, #ca3fe2 30.21%, rgba(252, 255, 101, 0.00) 100%);
  filter: blur(207px);
  top: 0;
  right: 0;
}

.circle-six {
  width: 100%;
  height: 430px;
  flex-shrink: 0;

  border-radius: 50%;
  background: #ff74f3;
  filter: blur(207px);
  bottom: -25%;
}

@keyframes randomAnimation {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(calc(random() * 100%),
        calc(random() * 100%));

  }

  100% {
    transform: translate(0, 0);
  }
}


/************/


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

  /* Slide */
  --slider-slide-all-texts-color: #000;
  --slider-slide-periods-bg-color: #fff;
  --slider-slide-periods-color: #000;
  --slider-slide-title-fz: 18px;
  --slider-slide-title-fw: 700;
  --slider-slide-speaker-img-size: 40px;
  --slider-slide-speaker-name-fz: 14px;
  --slider-slide-speaker-name-fw: 400;
  --slider-slide-button-text-color: #000;
  --slider-slide-button-text-fz: 14px;
  --slider-slide-button-text-fw: 700;

  /* Navigation */
  --slider-navigation-buttons-size: 54px;
  --slider-navigation-buttons-size-mobile: 40px;

  /* Pagination */
  --slider-pagination-bullets-size: 12px;
  --slider-pagination-inactive-bullets-bg-color: #000;
  --slider-pagination-active-bullet-bg-color: #F9D03C;

  background-color: var(--slider-bg-color);
  padding-top: 50px;

  position: relative;
}

.slider__container {
  padding-top: var(--slider-offset-top);
  padding-bottom: var(--slider-offset-bottom);
  border-radius: 30px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(2px);
  padding-left: 40px;
  padding-right: 40px;
}

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

.slider__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}

.slider__wrapper {
  position: relative;
  padding-top: 42px;
}

@media (max-width: 768px) {
  .slider__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.swiper {
  display: grid;
  width: 100%;
  padding: 10px;
  padding-bottom: 60px;
}

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

.swiper-slide {
  box-sizing: border-box;
  color: var(--slider-slide-all-texts-color);
  user-select: none;
  background-color: var(--slider-slide-bg-color);
  transition: 0.2s transform ease;
  margin-right: 16px;
}

@media (any-hover: hover) {
  .swiper-slide:hover {
    transition: 0.2s transform ease;
    transform: scale(1.02);
  }
}

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

.slider__speakers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slider__upper {
  height: 50%;
}

.slider__periods {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  color: var(--slider-slide-periods-color);
}

.slider__date,
.slider__time {
  padding: 8px 12px;
  background-color: var(--slider-slide-periods-bg-color);
  border-radius: 30px;
}

.slider__title-wrapper {
  padding-bottom: 20px;
}

.slider__speakers-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-top: 16px;
}

.slider__speakers-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding-top: 8px;
}


.slider__lower {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
}

.slider__speakers {
  padding-top: 20px;
  padding-bottom: 40px;
}

.slider__speakers-img {
  object-fit: cover;
  flex-shrink: 0;
}

.slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 30px;
  font-size: var(--slider-slide-button-text-fz);
  font-weight: var(--slider-slide-button-text-fw);
  line-height: 130%;
  color: var(--slider-slide-button-text-color);
  background-color: var(--slider-slide-button-bg-color);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--slider-navigation-buttons-size);
  height: var(--slider-navigation-buttons-size);
  margin-top: -60px;
  background-color: var(--slider-navigation-buttons-bg-color);
  color: #8031f2 !important;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 5px) !important;
  left: auto
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 5px) !important;
  right: auto
}

@media (max-width: 768px) {

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

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

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 38%;
  }
}

@media (max-width: 576px) {
  .swiper-button-prev {
    left: 30%;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 38%;
  }
}

@media (max-width: 576px) {
  .swiper-button-next {
    right: 30%;
  }
}

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

@media (max-width: 768px) {

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

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

.swiper-pagination-bullet {
  width: var(--slider-pagination-bullets-size);
  height: var(--slider-pagination-bullets-size);
  background-color: var(--slider-pagination-inactive-bullets-bg-color);
}

.swiper-pagination-bullet-active {
  width: var(--slider-pagination-bullets-size);
  height: var(--slider-pagination-bullets-size);
  background-color: var(--slider-pagination-active-bullet-bg-color) !important;
}


/************/



/* advantages */

.advantages {
  /* Advantages Block */
  --advantages-offset-top: 55px;
  --advantages-offset-bottom: 100px;
  --advantages-offset-top-mobile: 60px;
  --advantages-offset-bottom-mobile: 60px;
  --advantages-all-texts-color: inherit;
  --advantages-bg-color: inherit;

  /* Title */
  --advantages-title-fz: 32px;
  --advantages-title-fw: 700;
  --advantages-title-fz-mobile: 24px;
  --advantages-title-fw-mobile: 700;

  /* Lead */
  --advantages-lead-fz: 24px;
  --advantages-lead-fw: 400;
  --advantages-lead-fz-mobile: 16px;
  --advantages-lead-fw-mobile: 400;

  /* Card */
  --advantages-card-divider-color: #000;

  /* Card Number */
  --advantages-card-num-fz: 24px;
  --advantages-card-num-fw: 600;
  --advantages-card-num-fz-mobile: 20px;
  --advantages-card-num-fw-mobile: 600;

  /* Card Text */
  --advantages-card-text-fz: 18px;
  --advantages-card-text-fw: 400;
  --advantages-card-text-fz-mobile: 16px;
  --advantages-card-text-fw-mobile: 400;

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

  padding-top: 50px;
  position: relative;
}

.advantages__container {
  padding-top: var(--advantages-offset-top);
  padding-bottom: var(--advantages-offset-bottom);
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.40);

  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(2px);
  position: relative;
}

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

.advantages-img {
  position: absolute;
  bottom: -10%;
  right: 10%;
}

.advantages__upper {
  padding-bottom: 30px;
}

.advantages__title {
  width: 80%;
  margin-bottom: 10px;
  font-size: var(--advantages-title-fz);
  font-weight: var(--advantages-title-fw);
  line-height: 130%;
}

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

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

.advantages__lead {
  width: 80%;
  font-size: var(--advantages-lead-fz);
  font-weight: var(--advantages-lead-fw);
  line-height: 130%;
}

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

@media (max-width: 576px) {
  .advantages__lead {
    font-size: var(--advantages-lead-fz-mobile);
    font-weight: var(--advantages-lead-fw-mobile);
  }
}

.advantages__cards {
  display: grid;
  grid-template-columns: repeat(3, 343px);
  grid-gap: 60px;
}

@media (max-width: 980px) {
  .advantages__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .advantages__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.advantages__card {
  background-color: var(--advantages-card-bg-color);
}

.advantages__card-upper {
  display: flex;
  gap: 20px;
}

.advantages__card-img {}

.advantages__card-num {
  font-size: var(--advantages-card-num-fz);
  font-weight: var(--advantages-card-num-fw);
  line-height: 130%;
  /* 31.2px */
}

@media (max-width: 576px) {
  .advantages__card-num {
    font-size: var(--advantages-card-num-fz-mobile);
    font-weight: var(--advantages-card-num-fw-mobile);
  }
}

.advantages__card-lower {
  padding-top: 16px;
}

.advantages__card-text {
  font-size: var(--advantages-card-text-fz);
  font-weight: var(--advantages-card-text-fw);
  line-height: 130%;
  padding-left: 12px;
}

@media (max-width: 576px) {
  .advantages__card-text {
    font-size: var(--advantages-card-text-fz-mobile);
    font-weight: var(--advantages-card-text-fw-mobile);
  }
}

/***************/

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

  /* Title */
  --trade-title-fz: 32px;
  --trade-title-fw: 700;
  --trade-title-fz-mobile: 24px;
  --trade-title-fw-mobile: 700;

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

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

  /* Picture */
  --trade-picture-width: 400px;
  --trade-picture-height: 300px;
  --trade-picture-width-mobile: 300px;
  --trade-picture-height-mobile: 200px;

  color: var(--trade-all-texts-color);
  background-color: var(--trade-bg-color);
  padding: 32px 0px;
  padding-bottom: 0;
  position: relative;
}

.trade__container {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(5px);
}

.trade__inner {
  display: flex;
}

.trade__header {
  padding: 47px;
}

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

  .trade__header{
    padding: 6px;
  }
}

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

.trade__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 68%;
  justify-content: space-evenly;

  padding-left: 40px;
}

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

.trade__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 32px;
  padding-left: 48px;
  padding-bottom: 90px;
}

.trade__list-item {
  color: #F9D03C;
  list-style-type: disc;
}

.trade__list-item span {
  color: var(--Text-secondary, #444);
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.trade__title {
  color: var(--Text-main, #222);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 52px;
}

.trade__title>span {
  color: #F26F31;
}

@media (max-width: 768px) {
  .trade__title {
    font-size: var(--trade-title-fz);
    font-weight: var(--trade-title-fw);
    line-height: 130%;
    text-align: center;
  }
}

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

.trade__lead {
  color: var(--Text-secondary, #444);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

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

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

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

.trade__subtitle {
  color: #222;
  text-align: right;
  width: 40%;

  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width:550px) {
  .trade__subtitle{
    width: 80%;
    text-align: center;
  }
}

.trade__right {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 32%;
  padding-top: 17px;
}

@media (max-width: 1080px) {
  .trade__right {
    padding-right: 16px;
  }
}

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

.trade__footer{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 55px;
}

@media (max-width:550px) {
  .trade__footer{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 0;
  }
}

.trade__picture-img {
  object-fit: contain;
  width: 100%;
}

/*******/

/* test program */
.testProgram {
  /* Advantages Block */
  --testProgram-offset-top: 52px;
  --testProgram-offset-bottom: 80px;
  --testProgram-offset-top-mobile: 60px;
  --testProgram-offset-bottom-mobile: 60px;
  --testProgram-all-texts-color: inherit;
  --testProgram-bg-color: inherit;

  /* Title */
  --testProgram-title-fz: 32px;
  --testProgram-title-fw: 700;
  --testProgram-title-fz-mobile: 24px;
  --testProgram-title-fw-mobile: 700;

  /* Lead */
  --testProgram-lead-fz: 24px;
  --testProgram-lead-fw: 400;
  --testProgram-lead-fz-mobile: 16px;
  --testProgram-lead-fw-mobile: 400;

  /* Card */
  --testProgram-card-divider-color: #000;

  /* Card Number */
  --testProgram-card-num-fz: 72px;
  --testProgram-card-num-fw: 400;
  --testProgram-card-num-fz-mobile: 62px;
  --testProgram-card-num-fw-mobile: 400;

  /* Card Text */
  --testProgram-card-text-fz: 18px;
  --testProgram-card-text-fw: 400;
  --testProgram-card-text-fz-mobile: 16px;
  --testProgram-card-text-fw-mobile: 400;

  /* Link */
  --testProgram-link-fz: 18px;
  --testProgram-link-fw: 400;
  --testProgram-link-fz-mobile: 16px;
  --testProgram-link-fw-mobile: 400;
  --testProgram-link-color: #fff;
  --testProgram-link-bg-color: #F26F31;

  color: var(--testProgram-all-texts-color);
  background-color: var(--testProgram-bg-color);
  padding-top: 53px;

}


.testProgram__container {
  border-radius: 30px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0px 4px 64px 0px rgba(195, 167, 94, 0.15);
  backdrop-filter: blur(5px);
  padding-top: var(--testProgram-offset-top);
  padding-bottom: var(--testProgram-offset-bottom);
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 576px) {
  .testProgram__container {
    padding-top: var(--testProgram-offset-top-mobile);
    padding-bottom: var(--testProgram-offset-bottom-mobile);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testProgram__upper {
  padding-bottom: 0px;
}

.testProgram__title {
  margin-bottom: 10px;
  font-size: var(--testProgram-title-fz);
  font-weight: var(--testProgram-title-fw);
  line-height: 130%;
}

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

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

.testProgram__lead {
  font-size: var(--testProgram-lead-fz);
  font-weight: var(--testProgram-lead-fw);
  line-height: 130%;
  padding-top: 20px;
}

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

@media (max-width: 576px) {
  .testProgram__lead {
    font-size: var(--testProgram-lead-fz-mobile);
    font-weight: var(--testProgram-lead-fw-mobile);
  }
}

.testProgram__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 980px) {
  .testProgram__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 576px) {
  .testProgram__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.testProgram__card {
  background-color: var(--testProgram-card-bg-color);
}

@media (max-width: 576px) {
  .testProgram__card {
    padding: 10px 0;
    background-color: var(--testProgram-card-bg-color);
  }
}

.testProgram__card-upper {
  border-bottom: 1px solid var(--testProgram-card-divider-color);
}

.testProgram__card-num {
  font-size: var(--testProgram-card-num-fz);
  font-weight: var(--testProgram-card-num-fw);
}

@media (max-width: 576px) {
  .testProgram__card-num {
    font-size: var(--testProgram-card-num-fz-mobile);
    font-weight: var(--testProgram-card-num-fw-mobile);
  }
}

.testProgram__card-lower {
  padding-top: 16px;
}

.testProgram__card-text {
  font-size: var(--testProgram-card-text-fz);
  font-weight: var(--testProgram-card-text-fw);
  line-height: 130%;
}

@media (max-width: 576px) {
  .testProgram__card-text {
    font-size: var(--testProgram-card-text-fz-mobile);
    font-weight: var(--testProgram-card-text-fw-mobile);
  }
}

.testProgram__card-li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.testProgram__lower {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

@media (max-width: 576px) {
  .testProgram__lower {
    padding-top: 30px;
    justify-content: center;
  }
}

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

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

/****************/


/* footer callback */
.footer__callback {
  /* footer__callback Block */
  --footer__callback-offset-top: 80px;
  --footer__callback-offset-bottom: 80px;
  --footer__callback-offset-top-mobile: 60px;
  --footer__callback-offset-bottom-mobile: 60px;
  --footer__callback-all-texts-color: inherit;
  --footer__callback-bg-color: inherit;

  /* Logo Image */
  --footer__callback-logo-width: 200px;
  --footer__callback-logo-height: 50px;
  --footer__callback-logo-width-mobile: 150px;
  --footer__callback-logo-height-mobile: 30px;

  /* Title */
  --footer__callback-title-fz: 32px;
  --footer__callback-title-fw: 700;
  --footer__callback-title-fz-mobile: 24px;
  --footer__callback-title-fw-mobile: 700;

  /* Lead */
  --footer__callback-lead-fz: 24px;
  --footer__callback-lead-fw: 400;
  --footer__callback-lead-fz-mobile: 18px;
  --footer__callback-lead-fw-mobile: 400;

  /* Decoration Image */
  --footer__callback-picture-width: 300px;
  --footer__callback-picture-height: 300px;
  --footer__callback-picture-width-mobile: 200px;
  --footer__callback-picture-height-mobile: 200px;

  /* Button */
  --footer__callback-button-fz: 18px;
  --footer__callback-button-fw: 400;
  --footer__callback-button-fz-mobile: 16px;
  --footer__callback-button-fw-mobile: 400;
  --footer__callback-button-color: #fff;
  --footer__callback-button-bg-color: #F26F31;

  /* Legal Text */
  --footer__callback-legal-fz: 14px;
  --footer__callback-legal-fw: 400;
  --footer__callback-legal-fz-mobile: 14px;
  --footer__callback-legal-fw-mobile: 400;

  color: var(--footer__callback-all-texts-color);
  background-color: var(--footer__callback-bg-color);
  padding-top: 50px;
  position: relative;
}

.footer__callback__container {
  padding-top: var(--footer__callback-offset-top);
  padding-bottom: var(--footer__callback-offset-bottom);
  padding-left: 40px;
  position: relative;
  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: 576px) {
  .footer__callback__container {
    padding-top: var(--footer__callback-offset-top-mobile);
    padding-bottom: var(--footer__callback-offset-bottom-mobile);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__callback__upper {
  display: flex;
  padding-bottom: 30px;
}

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

.footer__callback__upper-left {
  width: 70%;
}

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

.footer__callback__upper-left--success {
  width: 75%;
}

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


.footer__callback__logo-img {
  display: block;
  width: var(--footer__callback-logo-width);
  height: var(--footer__callback-logo-height);
  object-fit: contain;
  margin-bottom: 24px;
}

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

.footer__callback__title {
  font-size: var(--footer__callback-title-fz);
  font-weight: var(--footer__callback-title-fw);
}

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

.footer__callback__title--success {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.footer__callback__lead {
  font-size: var(--footer__callback-lead-fz);
  font-weight: var(--footer__callback-lead-fw);
  line-height: 130%;
  padding-top: 28px;
}

@media (max-width: 576px) {
  .footer__callback__lead {
    font-size: var(--footer__callback-lead-fz-mobile);
    font-weight: var(--footer__callback-lead-fw-mobile);
  }
}

.footer__callback__upper-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

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

.footer__callback__picture-img {
  object-fit: contain;
  position: absolute;
  top: -10%;
  right: 5%;
}

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

.footer__callback__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 7px;
  font-size: var(--footer__callback-button-fz);
  font-weight: var(--footer__callback-button-fw);
  color: var(--footer__callback-button-color);
  background-color: var(--footer__callback-button-bg-color);
}


@media (max-width: 576px) {
  .footer__callback__button {
    font-size: var(--footer__callback-button-fz-mobile);
    font-weight: var(--footer__callback-button-fw-mobile);
    margin-top: 24px;
  }
}

.footer__callback__legal {
  font-size: var(--footer__callback-legal-fz);
  font-weight: var(--footer__callback-legal-fw);
}

@media (max-width: 576px) {
  .footer__callback__legal {
    font-size: var(--footer__callback-legal-fz-mobile);
    font-weight: var(--footer__callback-legal-fw-mobile);
    text-align: center;
  }
}

.footer__callback__legal--hidden {
  display: none;
}

.footer__callback__legal-link {
  color: inherit;
  text-decoration: underline;
}

.footer__callback__message {
  display: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

.footer__callback__message--visible {
  display: block;
}

.footer__callback__message--success {
  font-size: 28px;
  color: #4b9c57;
}

.footer__callback__message--error {
  font-size: 20px;
  color: #dc291e;
}

/* ************** */

/* footer */

.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: inherit;
  --footer-bg-color: inherit;

  /* 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: 126px;
  --footer-logo-img-2-height: 35px;
  --footer-logo-img-2-width-mobile: 110px;
  --footer-logo-img-2-height-mobile: 40px;

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

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

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

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

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

  color: var(--footer-all-text-color);
  background-color: var(--footer-bg-color);
  padding-top: 66px;
}

.footer__container {
  padding-top: var(--footer-offset-top);
  padding-bottom: var(--footer-offset-bottom);
  border-top: 1px solid #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
  font-size: var(--footer-legal-fz);
  font-weight: var(--footer-legal-fw);
  line-height: 130%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* *********** */
.features__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: 576px) {
  .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: 576px) {
  .features__button {
    display: none;
  }
}

.features__list {
  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");
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .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");
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .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: 576px) {
  .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: 576px) {
  .featers__list-num {
    font-size: 22px;
    line-height: 94.5%;
  }
}

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

.explain__container {
  display: flex;
  padding-bottom: 160px;
}

@media screen and (max-width: 576px) {
  .explain__container {
    flex-direction: column;
    padding-bottom: 100px;
  }
}

.explain__left {
  position: relative;
  width: 50%;
  padding-right: 84px;
}

@media screen and (max-width: 576px) {
  .explain__left {
    width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.explain__left::after {
  position: absolute;
  top: 50%;
  right: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 36px;
  content: "";
  background-image: url("../img/explain/arrow-short-right-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #b4bec8;
  border-radius: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .explain__left::after {
    top: auto;
    right: auto;
    bottom: -70px;
    left: 70px;
  }
}

@media screen and (max-width: 345px) {
  .explain__left::after {
    left: 30px;
  }
}

.explain__right {
  width: 50%;
  padding-left: 84px;
}

@media screen and (max-width: 576px) {
  .explain__right {
    width: auto;
    padding-left: 0;
  }
}

.explain__left-upper,
.explain__right-upper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.05em;
}

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

  .explain__left-upper,
  .explain__right-upper {
    justify-content: flex-start;
  }
}

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

  .explain__left-upper,
  .explain__right-upper {
    justify-content: flex-end;
  }
}

.explain__left-upper::before,
.explain__right-upper::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 214px;
  height: 2px;
  content: "";
  background-color: #b4bec8;
  transform: translateY(-50%);
}

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

  .explain__left-upper::before,
  .explain__right-upper::before {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .explain__left-upper:first-child {
    justify-content: flex-start;
  }
}

.explain__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.05em;
}

.explain__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #4a4545;
  letter-spacing: 0.02em;
}

.program__container {
  padding-bottom: 150px;
}

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

.program__upper {
  padding-bottom: 64px;
}

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

.program__title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 576px) {
  .program__title {
    font-size: 34px;
  }
}

.program__lower {
  display: flex;
  justify-content: center;
}

.program__list {
  max-width: 900px;
}

.program__list-item {
  display: flex;
  padding: 20px;
  border: 3px solid #b4bec8;
  border-radius: 22px;
}

@media screen and (max-width: 768px) {
  .program__list-item {
    flex-direction: column;
  }
}

.program__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.program__list-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .program__list-item-left {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 10px;
  }
}

.program__list-item-right {
  width: 80%;
}

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

@media screen and (max-width: 576px) {
  .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: 576px) {
  .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: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

@media screen and (max-width: 576px) {
  .speakers__list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}

.speakers__list--column-mode {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}

.speakers__list-item:last-child {
  margin-bottom: 30px;
}

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

.speakers__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.speakers__figure--column-mode {
  flex-direction: row;
  justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .speakers__figure--column-mode {
    flex-direction: column;
  }
}

.speakers__picture {
  position: relative;
  width: 216px;
  height: 216px;
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
  .speakers__picture {
    margin-bottom: 20px;
  }
}

.speakers__img {
  position: relative;
  z-index: 30;
  width: 216px;
  height: 216px;
  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: 576px) {
  .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: 980px) {
  .speakers__text--column-mode {
    padding-left: 80px;
  }
}

@media screen and (max-width: 576px) {
  .speakers__text--column-mode {
    padding-left: 0;
    text-align: center;
  }
}

.organisers__container {
  position: relative;
  display: flex;
  padding-bottom: 180px;
}

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

@media screen and (max-width: 576px) {
  .organisers__container {
    padding-bottom: 50px;
  }
}

.organisers__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .organisers__left {
    width: auto;
  }
}

.organisers__title {
  color: var(--color-accent);
  border-radius: 10px;
}

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

.organisers__right {
  display: flex;
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px solid #b4bec8;
  border-bottom: 2px solid #b4bec8;
}

@media screen and (max-width: 768px) {
  .organisers__right {
    width: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.organisers__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .organisers__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

@media screen and (max-width: 900px) {
  .organisers__list-item {
    margin: 10px;
  }
}

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

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

.request__container {
  padding-bottom: 150px;
}

@media screen and (max-width: 576px) {
  .request__container {
    padding-bottom: 50px;
  }
}

.request__inner {
  position: relative;
  padding: 60px;
  padding-bottom: 90px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  transform-style: preserve-3d;
}

@media screen and (max-width: 576px) {
  .request__inner {
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    box-shadow: none;
  }
}

.request__inner::before {
  position: absolute;
  bottom: -77px;
  left: -77px;
  width: 154px;
  height: 154px;
  content: url("../img/decor-dots.svg");
  transform: translateZ(-1px);
}

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

.request__inner::after {
  position: absolute;
  top: -77px;
  right: -77px;
  width: 154px;
  height: 154px;
  content: url("../img/decor-dots.svg");
  transform: translateZ(-1px);
}

@media screen and (max-width: 1400px) {
  .request__inner::after {
    display: none;
  }
}

.request__upper {
  position: relative;
  padding-bottom: 20px;
}

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

.request__upper::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 140px;
  height: 2px;
  content: "";
  background-color: var(--color-accent);
  transform: translateX(-50%);
}

.request__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 0.03em;
}

.request__lower {
  display: flex;
}

@media screen and (max-width: 900px) {
  .request__lower {
    flex-direction: column;
  }
}

.request__lower-text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #0f001a;
  letter-spacing: 0.05em;
}

.request__lower-left {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .request__lower-left {
    width: auto;
  }
}

.request__lower-right {
  width: 50%;
  padding-top: 54px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0f001a;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .request__lower-right {
    width: auto;
    padding-left: 0;
  }
}

.request__address {
  position: relative;
  max-width: 280px;
  padding-left: 40px;
  margin-bottom: 18px;
  font-style: normal;
}

.request__address::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  content: url("../img/request/icon-point.svg");
}

.request__date {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.request__date::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: url("../img/request/icon-calendar.svg");
}

.request__descr {
  padding-left: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}

.request__form {
  display: flex;
  flex-direction: column;
}

.request__fieldset {
  margin-bottom: 26px;
  border-radius: 10px;
  outline: none;
  cursor: text;
}

.request__fieldset--focus {
  border: 1px solid var(--color-accent);
}

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

.request__input {
  width: 100%;
  border: none;
  outline: none;
}

.request__button {
  padding-top: 16px;
  padding-bottom: 16px;
}

.request__map {
  width: 340px;
  height: 240px;
  filter: grayscale(1);
}

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

.stream__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #444;
  text-align: center;
  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__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;
  }
}

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

.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) {
  .header-title {
    font-size: 7vw;
    text-align: center;
  }

  .header__content {
    gap: 15px;
  }
}

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

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

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

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

.reg_success{
  color: #2ecc71;
  font-size: 18px;
}