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

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background: linear-gradient(90deg, rgba(228,228,228,1) 100%, rgba(255,255,255,1) 100%);
}

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

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* stylelint-disable value-keyword-case */
:root {
  box-sizing: border-box;
}

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

body {
  overflow-x: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #000;
}

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

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

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: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #272C3E;
  cursor: pointer;
  background-color: #FCC065;
  border-radius: 10px;
  transition: 0.2s all ease;
  text-align: center;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #ffbc5d;
    transition: 0.2s all ease;
  }
}
.button:active {
  background: #ffbc5d;
}
.button:not(.program__card-button, .program__card-presentation) {
  /* border: 1px solid #272C3E; */
}

.hidden {
  display: none !important;
}

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


.benefits__card-title {
  max-width: 350px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px
}

.benefits__card-text {
  max-width: 350px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.container {
  position: relative;
  max-width: 1101px;
  margin: 0 auto;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal--active {
  display: flex;
}

.modal__inner {
  width: 640px;
  height: 480px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}
@media screen and (max-width: 450px) {
  .modal__inner {
    width: 480px;
    height: 35%;
  }
}

.modal__innerfree{
  width: 640px;
  height: 480px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

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

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

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


.modal__inner-upper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85%;
  border-bottom: 1px solid #000;
}

.modal__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
}

.modal__img {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.modal__notification {
  max-width: 350px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.modal__text {
  font-size: 20px;
}

.modal__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 330px;
}
@media screen and (max-width: 450px) {
  .modal__form {
    width: 300px;
  }
}
.modal__form--hidden {
  display: none;
}

.modal__input {
  display: block;
  padding: 12px 14px;
  margin-bottom: 20px;
  color: #000;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
}
.modal__input::placeholder {
  color: #a7a9ac;
}

.modal__input--textarea {
  height: 100px;
  resize: none;
}

.modlal__inner-lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15%;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url("../img/modal/bg-modal.jpg");
  background-size: cover;
  border-radius: 0 0 34px 34px;
}

.modal__logo-link {
  width: 120px;
  height: 40px;
}

.modal__logo-img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

.modal__event-text {
  max-width: 200px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.modal__event-span {
  font-size: 18px;
  font-weight: 700;
}

.freemodal__inner{
  position: relative;
  display: flex;
  flex-direction: column;
}

.decor__top{
  position: absolute;
  top: 8px;
  left: 20px;
  
}

.freemodal__top{
  padding: 30px 85px 20px 35px;
}

.freemodal__title{
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}

.freemodal__center{
  display: flex;
  gap: 65px;
  padding: 0 20px 0 43px;
}

.freemodal__centerleft{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 43px;
}

.freemodal__text{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #fff
}

.freemodal__button{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #272C3E;
  cursor: pointer;
  background-color: #FCC065;
  border-radius: 5px;
  transition: 0.2s all ease;
  text-align: center;
  width: 260px;
}

.freemodal__lower{
  padding: 0px 12px 12px 12px;
}

.freemodal__lowerinner{
  display: flex;
  background-color: #6E53A7;
  border-radius: 10px;
  padding: 18px 27px;
}

.freemodal__lowerleft{
  padding-right: 20px;
}

.freemodal__lowerright{
  border-left: 1px solid #A68DDC;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 15px;
}

.freemodal__link{
  display: flex;
  gap: 10px;
}

.freemodal__lowertext{
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #fff;
}

.freemodal__linktext{
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

.stream__contaier {
  max-width: 1000px;
  padding-top: 40px;
  margin: 0 auto;
}

.stream__title {
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #5f06b7;
  text-align: center;
  text-transform: uppercase;
}

.stream__title-span {
  font-weight: 700;
}

.stream__upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stream__video-wrapper {
  width: 100%;
  aspect-ratio: 2/1;
}

.stream__video {
  width: 100%;
  height: 100%;
  border: 1px solid #827d7d;
}

.stream__central {
  padding-top: 40px;
}

.stream__slider {
  width: 100%;
  aspect-ratio: 14/2;
  /* border: 1px solid #827d7d; */
}

.stream__lower {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 40px; */
}

.stream__chat {
  width: 100%;
  aspect-ratio: 6/2;
  margin-bottom: 20px;
}

.swiper__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stream__faq {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #fff;
}

.stream__faq-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.stream__faq-list {
  padding-left: 20px;
}

.stream__faq-list-item {
  margin-bottom: 20px;
  list-style-type: disc;
}
.stream__faq-list-item::marker {
  color: #fff;
}

.stream__faq-text {
  margin-bottom: 5px;
}

.stream__faq-text--strong {
  font-weight: 700;
}

.header {
  /* height: 100vh; */
  color: #000000;
}
@media screen and (max-width: 1536px) {
  .header {
    height: auto;
    overflow: hidden;
  }
}

.decor__headerone{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .decor__headerone {
    width: 78%;
    height: 172%;
    right:-20%;
  }
}

.decor__headertwo{
  position: absolute;
  right: -190px;
  top: -51px;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .decor__headertwo {
    width: 129%;
    height: 417%;
    right:-87%;
  }
}

.decor__headerthree{
  position: absolute;
  left: 0;
  bottom: -566%;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .decor__headerthree {
    width: 138%;
    height: 292%;
    left: 0%;
    top: 427%;
  }
}

.decor__headerfour{
  position: absolute;
  left: -22%;
  bottom: -710%;
  z-index: 0;
}

@media screen and (max-width: 450px) {
  .decor__headerfour {
    width: 105%;
    height: 310%;
    left: -51%;
  }
}

.header--stream-transformed {
  height: auto;
}

.header__upper {
  background-color: #333232;
}

.header__logo-link--1 {
  width: 144px;
  height: 16px;
}

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

.header__logo-img--1 {
  width: 144px;
  height: 16px;
}
@media screen and (max-width: 450px) {
  .header__logo-img--1 {
    width: 120px;
    height: 14px;
  }
}

.header__container--central {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 28px 38px;
}
@media screen and (max-width: 450px) {
  .header__container--central {
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 25px 48px 25px;
  }
}

.header__logo-link--2 {
  width: 120px;
  height: 40px;
}
@media screen and (max-width: 450px) {
  .header__logo-link--2 {
    margin-bottom: 20px;
  }
}

.header__logo-img--2 {
  width: 120px;
  height: 40px;
}

.header__menu {
  display: flex;
  height: 54px;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .header__menu {
    display: none;
  }
}

.header__menu-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .header__menu-item {
    padding: 16px;
  }
}
.header__menu-item:not(:last-child) {
  margin-right: 26px;
}
@media screen and (max-width: 450px) {
  .header__menu-item:not(:last-child) {
    margin-right: 0;
  }
}

.header__menu-button {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
@media (any-hover: hover) {
  .header__menu-button:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
@media screen and (any-hover: hover) and (max-width: 450px) {
  .header__menu-button:hover {
    text-decoration: none;
    text-underline-offset: initial;
  }
}

#burger-menu{
  display:none;
}

@media screen and (max-width: 450px){
#burger-menu {
  display: flex;
	cursor: pointer;
	height: 28px;
	width: 33px;  
	overflow: visible;
	position: relative;
	z-index: 2;

	span,
	span:before,
	span:after {
		background: #000;
		display: block;
		height: 2px;
		opacity: 1;
		position: absolute;
		transition: 0.3s ease-in-out;
	}

	span:before,
	span:after {
		content: '';
	}

	span:before {
		left: 0px;
		top: -10px;
		width: 27px;
	}

	span {
		right: 0px;
		top: 13px;
		width: 27px;
	}

	span:after {
		left: 0px;
		top: 10px;
		width: 27px;
	}

	&.close {
		span:before {
			top: 0px;
			transform: rotate(90deg);
			width: 27px;
		}

		span {
			transform: rotate(-45deg);
			top: 13px;
			width: 27px;
		}

		span:after {
			top: 0px;
			left: 0;
			transform: rotate(90deg);
			opacity: 0;
			width: 0;
		}
	}
}
}

#menu {
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
  left: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	padding-top: 20px;
	transition: all 0.3s ease-in-out;

	&.overlay {
		visibility: visible;
		opacity: 1;
		padding-top: 100px;
		background: rgba(0, 0, 0, 0.5);
	}

	ul {
		padding: 0;
	}

	li {
		list-style: none;
	}

	a {
		color: #fff;
		display: block;
		font-size: 32px;
		margin-bottom: 30px;
		text-decoration: none;
	}
  button{
    padding: 6px 20px;
    margin-right: 0;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: 0.1s all ease;
  }
}


.header__lower--stream-transformed {
  background-position: 0 100px;
}

.header__container--lower {
  padding: 32px 37px 0 37px;
}
@media screen and (max-width: 450px) {
  .header__container--lower {
    padding: 0 25px 0 25px;
  }
}

.header__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 73%;
}
@media screen and (max-width: 450px) {
  .header__title-wrapper {
    width: auto;
  }
}

.header__descr {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  width: 263px;
  height: 44px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  background-color: #BB4DCC;
  transform: skew(-40deg);
}
@media screen and (max-width: 450px) {
  .header__descr {
    align-self: flex-start;
    width: 185px;
    font-size: 18.5px;
    height: 32px;
  }
}

.header__descr-span {
  transform: skew(40deg);
}

.header__title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  line-height: 108%;
}
@media screen and (max-width: 450px) {
  .header__title {
    font-size: 27px;
    margin-bottom: 0px;
    line-height: 101%;
  }
}

.header__title-span {
  font-size: 72px;
  font-weight: 800;
  line-height: 130%;
  color: #5F06B7;
}
@media screen and (max-width: 450px) {
  .header__title-span {
    font-size: 34px;
  }
}

.header__button {
  margin-right: 30px;
}
@media screen and (max-width: 450px) {
  .header__button {
    color: #fff;
    font-size: 32px;
    border-color: #fff;

  }
}

.header__button--cert {
  padding: 6px 20px;
  margin-right: 0;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #62358C;
  border-radius: 8px;
  transition: 0.1s all ease;
}
@media (any-hover: hover) {
  .header__button--cert:hover {
    color: #000;
    background-color: #EBC155;
    border: 1px solid #000;
    transition: 0.1s all ease;
  }
}

.header__text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .header__text {
    margin-top: 20px;
  }
}

.button_mob{
  display: none;
}

@media screen and (max-width: 450px) {
  .button_mob {
    display: flex;
    padding-bottom: 80px;
  }
}

.hero {
  display: flex;
  gap:54px;
}
@media screen and (max-width: 450px) {
  .hero {
    flex-direction: column;
    padding-bottom: 27px;
    gap: 0;
  }
}

.hero__left {
  padding-bottom: 37px;
}
@media screen and (max-width: 450px) {
  .hero__left {
    width: auto;
  }
}

.hero__main-title{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 101px;
}

@media screen and (max-width: 450px) {
  .hero__main-title {
    
  }
}

.hero__main-title::after{
  position: absolute;
  bottom: -51px;
  left: 8px;
  width: 84px;
  height: 14px;
  content: "";
  background-color: #BB4DCC;
  transform: skew(-40deg);
}



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

.hero__left-lower {
  padding-top: 41px;
  max-width: 365px;
}

.button__reg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 38px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #5F06B7;
  border-radius: 10px;
  transition: 0.2s all ease;
  text-align: center;
}

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

.hero__central {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 450px) {
  .hero__central {
    display: none;
  }
}
.hero__central::before {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}
.hero__central::after {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../img/header/decor-microphone.svg");
  transform: translateX(-50%);
}

.hero__right {
  position: relative;
  top: 8px;
  width: 27.3333333333%;
}
@media screen and (max-width: 450px) {
  .hero__right {
    position: static;
    width: auto;
    padding-left: 100px;
  }
}

.hero__slider {
  width: 327px;
  height: 339px;
}
@media screen and (max-width: 450px) {
  .hero__slider {
    width: 100%;
    height: auto;
    z-index: 0;
  }
}

@media screen and (max-width: 450px) {
  .hero__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.hero__slide-upper {
  padding-bottom: 22px;
}

.hero__slide-main-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: contain;
}

.hero__slide-lower {
  display: flex;
  align-items: center;
}

.hero__slide-decor-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 22px;
}

@media screen and (max-width: 450px) {
  .hero__slide-decor-img {
    display: none;
  }
}

.hero__slide-text {
  font-size: 24px;
}

.features__container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 34px;
}
@media screen and (max-width: 450px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
}

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

@media screen and (max-width: 450px) {
  .features__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.features__img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  object-fit: contain;
}

.features__figcaption {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border-top: 1px solid #000;
}
@media screen and (max-width: 450px) {
  .features__figcaption {
    text-align: center;
  }
}

.offer {
  color: #fff;
  background-color: #5F06B7;
}

.decor__offer{
  position: absolute;
  top: -3%;
  right: 0;
}

.offer__container {
  position: relative;
  padding: 80px 37px;
  overflow-y: hidden;
}

.offer__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.offer__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.offer__form {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  grid-gap: 14px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .offer__form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .offer__form {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}

.offer__input {
  box-sizing: border-box;
  height: 54px;
  padding: 16px 24px;
  color: #000;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
}
@media screen and (max-width: 450px) {
  .offer__input {
    margin-bottom: 20px;
  }
}
.offer__input::placeholder {
  color: #a7a9ac;
}

.offer__button {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #272C3E;
  cursor: pointer;
  background-color: #FCC065;
  border-radius: 6px;
  transition: 0.2s all ease;
  text-align: center;
}

.offer__legal {
  font-size: 12px;
}
@media screen and (max-width: 450px) {
  .offer__legal {
    text-align: center;
  }
}

.offer__legal-link {
  text-decoration: underline;
}

.program{
  background: #fff;
}

.program__upper {
  padding-top: 100px;
  color: #3F0C71;
}
@media screen and (max-width: 450px) {
  .program__upper {
    padding-bottom: 0;
  }
}

.program__title {
  font-size: 48px;
  font-weight: 800;
  color: #5F06B7;
  text-transform: uppercase;
}

.program__container--upper{
  padding: 0 37px 0 37px;
}

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

.program__list:last-child{
  padding-bottom: 81px;
}

.program__list-item {
  margin-bottom: 40px;
}

.program__inner {
  background-color: #EFEFEF;
  border-radius: 34px;
}

.program__card-upper {
  position: relative;
  bottom: -50px;
  padding-bottom: 10px;
  padding-left: 37px;
}
@media screen and (max-width: 450px) {
  .program__card-upper {
    position: static;
  }
}

.program__card-time {
  font-size: 64px;
  color: #5F06B7;
}
@media screen and (max-width: 450px) {
  .program__card-time {
    font-size: 34px;
  }
}

.program__card-central {
  display: flex;
  padding: 60px 37px 40px;
}

@media screen and (max-width: 450px) {
  .program__card-central {
    flex-direction: column;
    padding-top: 32px;
  }
}

.program__card-title {
  max-width: 90%;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 450px) {
  .program__card-title {
    font-size: 20px;
  }
}

.tg_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 40px;
  color: #5F06B7;
}
@media screen and (max-width: 450px) {
  .tg_title {
    font-size: 20px;
  }
}


.program__card-central-left {
  width: 75%;
}
@media screen and (max-width: 450px) {
  .program__card-central-left {
    width: auto;
    padding-bottom: 20px;
  }
}

.tg__card-central-left {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .tg__card-central-left {
    width: auto;
    padding-bottom: 20px;
  }
}

.program__card-central-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
@media screen and (max-width: 450px) {
  .program__card-central-right {
    justify-content: flex-start;
    width: auto;
  }
}

.program__card-presentation {
  width: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #3F0C71;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-transform: initial;
  background-color: transparent;
  transition: 0.2s color ease;
}
@media (any-hover: hover) {
  .program__card-presentation:hover {
    color: #392654;
    background-color: transparent;
    transition: 0.2s color ease;
  }
}

.program__card-button {
  width: 230px;
  height: 44px;
  padding: 4px 10px;
  font-size: 17px;
  font-weight: 700;
  color: #272C3E;
  text-transform: initial;
  background-color: #FCC065;
  border-radius: 8px;
  transition: 0.2s color ease;
}

.program__card__off {
  width: 372px;
  height: 88px;
  padding: 4px 10px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  text-transform: initial;
  background-color: #FF590C;
  border-radius: 8px;
  transition: 0.2s color ease;
}

@media (any-hover: hover) {
  .program__card-button:hover {
    background-color: #fbb64c;
    transition: 0.2s color ease;
  }
}

.program__card-lower {
  display: flex;
  padding-right: 37px;
  padding-bottom: 20px;
  padding-left: 37px;
}
@media screen and (max-width: 450px) {
  .program__card-lower {
    flex-direction: column;
  }
}

.program__card-lower-left {
  width: 65%;
  padding-right: 57px;
}
@media screen and (max-width: 450px) {
  .program__card-lower-left {
    width: auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.program__card-lower-right {
  width: 35%;
}
@media screen and (max-width: 450px) {
  .program__card-lower-right {
    width: auto;
  }
}

.program__card-list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.program__card-list-item::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #fcca7e;
  border-radius: 50%;
}

.program__card-list-text{
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.program__card-figure {
  display: flex;
}

.program__img {
  width: 30%;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 450px) {
  .program__img {
    width: 100px;
    height: 100px;
  }
}

.program__figcaption {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.program__speaker-name {
  margin-bottom: 6px;
  font-weight: 600;
}

.program__articles {
  display: flex;
  padding-right: 37px;
  padding-bottom: 40px;
  padding-left: 37px;
  color: #fff;
  background-color: #5F06B7;
  border-radius: 0 0 34px 34px;
}
@media screen and (max-width: 450px) {
  .program__articles {
    padding-top: 20px;
  }
}

.program__articles-left {
  padding: 33px 24px 0 0;
}
@media screen and (max-width: 450px) {
  .program__articles-left {
    display: none;
  }
}

.program__articles-right{
  padding-top: 40px;
}

.program__articles-title {
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.program__articles-list-item {
  margin-bottom: 14px;
}

.program__articles-link {
  font-weight: 600;
  color: #fff;
  text-decoration-line: underline;
}
@media (any-hover: hover) {
  .program__articles-link:hover {
    color: #d9d9d9;
    transition: 0.2s color ease;
  }
}

.program__lower {
  /* padding-bottom: 20px; */
}

.program__container--lower {
  display: flex;
  justify-content: center;
}

.program__button--stream-transformed {
  display: none;
}

.socials {
  background: linear-gradient(90deg, rgba(228,228,228,1) 100%, rgba(255,255,255,1) 100%);
}

.socials__container {
  display: flex;
}
@media screen and (max-width: 450px) {
  .socials__container {
    flex-direction: column;
  }
}

.socials__left {
  width: 55%;
  padding: 144px 0 61px 0;
}
@media screen and (max-width: 450px) {
  .socials__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
} */

.socials__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .socials__title {
    text-align: center;
  }
}

.socials_tg__title {
  margin-bottom: 20px;
  margin-top: 90px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3F0C71;
}
@media screen and (max-width: 450px) {
  .socials_tg__title {
    text-align: center;
  }
}

.socials__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 132%;
  color: #333232;
}

.socials__container {
  padding: 0 37px;
  padding-bottom: 0px;
}

@media (max-width:600px) {
  .socials__container {
      padding: 60px 25px;
      padding-bottom: 0px;
  }
}

.socials__inner {
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  flex-direction: row-reverse;
  gap: 54px;
}

@media (max-width:1080px) {
  .socials__inner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      
  }
}

.socials__right,
.sub__inner {
  display: -webkit-box;
  display: -ms-flexbox
}

/* .socials__container::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 52px;
  height: 46px;
  content: "";
  background-image: url("../img/socials/icon-tg-transparent.svg");
  background-size: contain
} */

.socials__left {
  /* padding: 60px 0px; */
  width: 75%;
  display: flex;
  align-items: center;
}

@media (max-width:1080px) {
  .socials__left {
      width: 100%;
      display: flex;
      align-items: center;
  }
}

.social__blocks {
  /* display: grid; */
  /* grid-template-columns: repeat(3, minmax(200px, 1fr)); */
  /* gap: 30px; */
}

@media (max-width:800px) {
  .social__blocks {
      /* grid-template-columns: repeat(2, minmax(200px, 1fr)); */
  }
}

@media (max-width:550px) {
  .social__blocks {
      /* grid-template-columns: repeat(1, minmax(200px, 0.8fr)); */
      justify-content: center;
  }

}

.social__block {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  align-items: center;
  /* justify-content: space-between; */
}

.social__block-title {
  font-weight: 700;
  font-size: 18px;
  color: #111;

  padding-bottom: 12px;
}

.social__block-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #111;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__block-button {
  display: flex;
  margin-right: 0;
}

.social__block-button>a {
  width: 100%;
  height: 100%;
}

.socials__text {
  max-width: 440px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.socials__link {
  width: 160px
}

.socials__right {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: end;
}

@media (max-width:1080px) {
  .socials__right {
      width: 100%;
      align-items: center;
  }
}

/* .socials__right::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 94px;
  height: 82px;
  content: "";
  background-image: url("../img/socials/icon-tg-opaque.svg");
  background-size: contain;
  -webkit-transform: translateY(-47px);
  -ms-transform: translateY(-47px);
  transform: translateY(-47px)
} */

/* .socials__img::after,
.socials__right::after {
  position: absolute;
  content: "";
  background-image: url("../img/socials/icon-tg-transparent.svg");
  background-size: contain
} */

.socials__right::after {
  bottom: 30px;
  left: 90px;
  width: 37px;
  height: 32px;
  -webkit-transform: translateY(-47px);
  -ms-transform: translateY(-47px);
  transform: translateY(-47px)
}

.socials__img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:800px) {
  .socials__img {
      width: 75%;
  }
}

.pross-item__img {
  width: 40px;
  height: 40px
}

/* .socials__img::after {
  top: 0;
  right: 0;
  width: 52px;
  height: 46px
} */



/* 

.socials__text {
  margin-bottom: 36px;
  font-size: 18px;
}
@media screen and (max-width: 450px) {
  .socials__text {
    text-align: center;
  }
}

.socials__link {
  width: 320px;
  white-space: nowrap;
}

.socials__right {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 450px) {
  .socials__right {
    display: none;
  }
}
.socials__right::before {
  position: absolute;
  top: 0;
  left: 60px;
  width: 164px;
  height: 176px;
  content: "";
  background-repeat: no-repeat;
}

.socials__picture {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 270px;
  height: 310px;
}

.socials__picture-img {
  object-fit: contain;
  width: 268px;
  height: 312px;
} */

.organiser__container {
  padding: 80px 37px;
}

.organiser__upper {
  padding-bottom: 30px;
}

.organiser__title {
  font-size: 30px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #5F06B7;

}

.organiser__lower {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 450px) {
  .organiser__lower {
    flex-direction: column;
  }
}

.organiser__lowerleft{
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.ograniser__lower-link{
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color:#55569F;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

.organiser__left {
  width: 53%;
}
@media screen and (max-width: 450px) {
  .organiser__left {
    width: auto;
    padding-bottom: 20px;
  }
}

.organiser__picture {
  width: 356px;
  height: 250px;
}
@media screen and (max-width: 450px) {
  .organiser__picture {
    width: 300px;
    height: 200px;
  }
}

.organiser__img {
  object-fit: contain;
  /* width: 356px;
  height: 250px; */
}
@media screen and (max-width: 450px) {
  .organiser__img {
    width: 300px;
    height: 200px;
  }
}

.organiser__right {
  width: 47%;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 450px) {
  .organiser__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-right: 0;
  }
}

.organiser__text{
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.organiser__text:not(:last-child) {
  margin-bottom: 20px;
}
.organiser__text:last-of-type {
  margin-bottom: 30px;
}

.organiser__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 378px;
}


.partners-item__img {
  width: 30px;
  height: 30px
}

.partners-item__img_phone {
  width: 26px;
  height: 26px
}


.partners__img {
  object-fit: contain;
  /* width: 356px;
  height: 250px; */
  padding-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .partners__img {
    width: 300px;
    height: 200px;
    padding-bottom: 30px;
  }
}

.partners-link {
  width: 120px;
  height: 40px;
  padding-left: 3%;
  text-decoration: underline;
}

.partners-link-tel {
  width: 120px;
  height: 40px;
  padding-left: 11%;
}

.partners-link-tel2 {
  width: 120px;
  height: 40px;
  padding-left: 3%;
}

.partners {
  color: #fff;
  background-color: #a34aeb
}

.partners ::-moz-selection {
  color: #000;
  background-color: #ededed
}

.partners ::selection {
  color: #000;
  background-color: #ededed
}

.partners__container {
  padding-top: 60px;
  /* padding-bottom: 60px */
}

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

.partners__title_name {
  font-size: 24px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #3F0C71;
  padding-bottom: 30px;

}

.partners__upper {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff
}

.partners__periods-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  color: #222
}

.partners__periods {
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 30px
}

.partners__periods:first-child {
  margin-right: 10px
}

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

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

.partners__title-wrapper-left {
  width: 60%
}

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

.partners__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px
}

.partners__title-wrapper-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: 40%
}

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

.partners__frame {
  width: 620px;
  height: 340px
}

@media screen and (max-width:450px) {
  .partners__frame {
      height: 210px
  }
}

.partners__central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px
}

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

.partners__central-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #3F0C71;
  padding-bottom: 60px;
}

@media screen and (max-width:450px) {
  .partners__central-left {
      width: 100%;
      padding-right: 0;
      padding-bottom: 40px;
      border-right: none
  }
}

.partners__central-left--partners-transformed {
  padding-left: 0
}

.partners__program {
  list-style-type: disc
}

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

.partners__central-right {
  width: 40%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px
}

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

.partners__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.partners__speaker-left {
  width: 17%
}

.partners__speaker-img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

.partners__speaker-right {
  width: 83%;
}

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

.partners__speaker-name {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.partners__contacts {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #3F0C71;
}

.partners__contacts_black {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.partners__speaker-role {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.partners__docs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px
}

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

.partners__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px
}

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

.partners__button:not(:last-child) {
  margin-right: 30px
}

@media screen and (max-width:450px) {
  .partners__button:not(:last-child) {
      margin-right: 0
  }
}

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

.footer {
  color: #fff;
  background-color: #5F06B7;
  border-top: 1px solid #e4e1e1;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 37px;
}
@media screen and (max-width: 450px) {
  .footer__container {
    flex-direction: column;
  }
}

.footer__left {

}
@media screen and (max-width: 450px) {
  .footer__left {
    flex-basis: initial;
  }
}

.footer__left-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .footer__left-upper {
    flex-wrap: wrap;
  }
}

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

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

.footer__logo-link--1,
.footer__logo-img--1 {
  width: 144px;
  height: 16px;
}

.footer__logo-link--2,
.footer__logo-img--2 {
  width: 120px;
  height: 40px;
}

.footer__left-lower {
  padding-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 450px) {
  .footer__left-lower {
    margin-bottom: 20px;
  }
}

.footer__left-copy {
  font-size: 12px;
}

.footer__leftlower-bottom{
 display: flex;
 gap: 15px;
}

.footer__lower-link{
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.footer__central {
}

.footer__central-tel {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.footer__central-text {
  font-size: 12px;
}

.footer__central-legal {
  font-size: 12px;
  text-decoration: underline;
}

.footer__right {

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

.footer__socials-list {
  display: flex;
}

.footer__socials-item:not(:last-child) {
  margin-right: 16px;
}