/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/*fonts*/

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular-WebM.eot');
  src: url('../fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Regular-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-Regular-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot');
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-SemiBold-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Bold-WebM.eot');
  src: url('../fonts/SuisseIntl-Bold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Bold-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-Bold-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-SemiBold.ttf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Black.ttf');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

/* page styles*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Suisse Intl', sans-serif;
  background: #FFE9D9;
  font-style: normal;
  color: rgba(25, 25, 26, 0.80);
}

img {
  width: 100%;
}

.main {
  overflow: hidden;
}

.mobile_show {
  display: none;
}

.content-block-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.title {
  font-family: 'Unbounded', sans-serif;
  font-size: 56px;
  line-height: 130%;
  color: #19191A;
  font-weight: 700;
}

@media screen and (max-width: 1350px) {
  .content-block-container {
    padding: 0 32px;
  }

  .title {
    font-size: 44px;
  }
}

@media screen and (max-width: 980px) {
  .content-block-container {
    padding: 0 20px;
  }

  .title {
    font-size: 38px;
  }
}

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

  .mobile_hide {
    display: none;
  }

  .title {
    font-size: 32px;
    line-height: 120%;
  }
}

/*btn-brackets */

.btn-brackets {
  color: #19191A;
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  height: 68px;
  width: 269px;
  min-width: 269px;
  display: block;
  text-align: center;
  border-radius: 11px;
  transition: 0.2s all;
  z-index: 2;
}

.btn-brackets::before {
  content: '';
  height: calc(100% - 4px);
  width: 19px;
  border: 2px solid #393C9B;
  border-radius: 11px 0 0 11px;
  border-right: none;
  top: 0;
  left: 0;
  transition: 0.2s all;
  position: absolute;
}

.btn-brackets::after {
  content: '';
  height: calc(100% - 4px);
  width: 19px;
  border: 2px solid #393C9B;
  border-radius: 0 11px 11px 0;
  border-left: none;
  top: 0;
  right: 0;
  transition: 0.2s all;
  position: absolute;
}

.btn-brackets:hover {
  background: #4F55D9;
  color: #FFF;
}

.btn-brackets:hover::after,
.btn-brackets:hover::before {
  border-color: #4F55D9;
}

.btn-brackets:active {
  background: #363CB9;
  color: #FFF;
}

.btn-brackets:active::after,
.btn-brackets:active::before {
  border-color: #363CB9;
}

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

  .btn-brackets:hover {
    background: transparent;
    color: #19191A;
  }

  .btn-brackets:hover::after,
  .btn-brackets:hover::before {
    border-color: #393C9B;
  }

}

/*logo*/

.logo {
  width: 112px;
}

.logo a {
  display: block;
}

.logo img {
  display: flex;
  align-self: center;
}

@media (max-width: 980px) {
  .logo {
    width: 80px;
  }
}

/*header*/
.header {
  padding: 16px 8px 0 8px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
}

.header * {
  transition: .2s all;
}

.header__line {
  margin: auto;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  border-radius: 16px;
  background: #FFDABF;
  position: relative;
}

.header__nav {
  display: flex;
}

.header__nav-list {
  display: flex;
  list-style: none;
}

.header__nav-list li {
  padding: 8px;
  margin-left: 32px;
}

.header__nav-list li:first-child {
  margin-left: 0;
}

.header__nav-list a {
  color: #19191A;
  text-align: center;
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.header__nav-list a:hover {
  color: #393C9B;
}

@media (max-width: 1350px) {
  .header {
    padding: 24px 16px 0 16px;
  }

  .header__line {
    padding: 14px 16px;
  }

  .header__nav-list a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .header {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 750px) {
  .header {
    padding: 29px 20px 0 20px;
  }

  .header__line {
    padding: 8px 20px;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-template-areas:
      "a c"
      "b b";
  }

  .header__nav {
    width: 100%;
    display: block;
    grid-area: b;
    opacity: 0;
    padding: 0px;
  }

  .header__nav-list {
    display: block;
  }

  .header__nav-list li {
    padding: 0px;
    margin: 0px;
  }

  .header__nav-list a {
    display: block;
    font-size: 16px;
    line-height: 0px;
    transition: .2s all;
    text-align: right;
  }

  .header_show-nav .header__nav {
    opacity: 1;
    padding: 16px 0 12px 0;
  }

  .header_show-nav .header__nav-list a {
    line-height: 20px;
    padding: 14px 0;
  }
}

@media (max-width: 750px) {
  .header__nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

/*burger-menu*/
.burger-menu {
  display: none;
  width: 48px;
  height: 48px;
}

.burger-line {
  width: 32px;
  height: 2px;
  background-color: #19191A;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  right: 0;
  transition: .2s all;
}

.burger-line_bottom {
  width: 16px;
  top: 28px;
}

@media (max-width: 750px) {
  .burger-menu {
    display: block;
    cursor: pointer;
    right: 20px;
    top: 2px;
    position: absolute;
  }

  .burger-menu_close .burger-line_top {
    width: 25px;
    top: 23px;
    transform: rotate(45deg);
    right: 0;
  }

  .burger-menu_close .burger-line_bottom {
    width: 25px;
    top: 23px;
    transform: rotate(135deg);
  }
}

/*hero*/

.hero {
  margin: 244px 0 200px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 602px auto;
}

.hero__info {
  display: flex;
  margin: -24px -12px 0 -12px;
  flex-wrap: wrap;
}

.hero__label {
  margin: 24px 12px 0 12px;
  border-radius: 12px;
  background: #FFDABF;
  padding: 12px 16px 12px 16px;
  color: #19191A;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Unbounded', sans-serif;
}

.hero__title {
  color: #19191A;
  text-shadow: 0px 0px #FF862F;
  font-size: 116px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  margin: 32px 0 0 0;
  transition: .4s all;
}

.hero_show .hero__title {
  text-shadow: 9px 8px #FF862F;
}

.hero__description {
  font-size: 24px;
  line-height: 150%;
  margin: 32px 0 40px 0;
  padding: 0 72px 0 0;
}

.hero__left {
  position: relative;
  z-index: 2;
}

.hero__right {
  position: relative;
  z-index: 1;
}

.hero__img {
  left: -100px;
  top: -290px;
  position: absolute;
  width: 1029px;
  height: 1034px;
  overflow: hidden;
  border-radius: 50%;
}

.hero__hero {
  position: absolute;
  top: 100%;
  transition: 1s all;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
}

.hero_show .hero__hero {
  top: 22%;
}

@media (max-width: 1350px) {
  .hero {
    margin: 180px 0 160px;
  }

  .hero__title {
    font-size: 80px;
    margin: 32px 0 0 0;
    max-width: 440px;
  }

  .hero__description {
    font-size: 20px;
    margin: 32px 0;
    max-width: 440px;
    padding: 0;
  }

  .hero__img {
    left: initial;
    right: -130px;
    top: -190px;
    width: 750px;
    height: 750px;
  }

  .hero__hero {
    width: 550px;
  }
}

@media (max-width: 980px) {

  .hero {
    margin: 124px 0 120px;
  }

  .hero__grid {
    grid-template-columns: 363px auto;
  }

  .hero__title {
    font-size: 70px;
    margin: 32px 0 0 0;
  }

  .hero__description {
    font-size: 18px;
  }

  .hero__img {
    top: -120px;
    right: -140px;
    width: 600px;
    height: 600px;
  }

  .hero__hero {
    position: absolute;
    top: 100%;
    transition: 1s all;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
  }

  .hero_show .hero__hero {
    top: 22%;
  }
}

@media (max-width: 750px) {
  .hero {
    margin: 105px 0 80px;
  }

  .hero__grid {
    display: block;
    position: relative;
  }

  .hero__info {
    display: block;
    margin: -16px 0 0 0;
    max-width: 100%;
    position: relative;
    padding: 0 0 105% 0;
  }

  .hero__label {
    margin: 16px 0 0 0;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
  }

  .hero__title {
    font-size: 34px;
    line-height: 110%;
    margin: 0;
  }

  .hero_show .hero__title {
    text-shadow: 4px 4px #FF862F;
    max-width: initial;
  }

  .hero__description {
    font-size: 16px;
    margin: 16px 0 24px 0;
    max-width: initial;
  }

  .hero__right {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    width: 100%;
  }

  .hero__img {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: auto;
  }

  .hero__hero {
    width: 80%;
  }

  .hero_show .hero__hero {
    top: 22%;
  }
}


/*main-themes-like-blocks*/

.main-themes-like-blocks {
  margin: 0 0 200px 0;
}

.main-themes-like-blocks__grid {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}

.main-themes-like-blocks__block {
  border-radius: 40px;
  background: #FFF;
  padding: 40px 60px 40px 374px;
  position: relative;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-themes-like-blocks__block:nth-child(2n) {
  padding: 40px 374px 40px 60px;
}

.main-themes-like-blocks__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 254px;
}

.main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
  left: initial;
  right: 60px;
}

.main-themes-like-blocks__img img {
  display: flex;
  align-self: center;
}

.main-themes-like-blocks__title {
  color: rgba(25, 25, 26, 0.90);
  font-size: 40px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  line-height: 130%;
}

.main-themes-like-blocks__desc {
  font-size: 24px;
  line-height: 150%;
  margin: 24px 0 0 0;
}

@media (max-width: 1200px) {
  .main-themes-like-blocks {
    margin: 0 0 160px 0;
  }

  .main-themes-like-blocks__grid {
    margin: 60px 0 0 0;
    gap: 32px;
  }

  .main-themes-like-blocks__block {
    border-radius: 32px;
    padding: 40px 40px 40px 280px;
    min-height: 258px;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 40px 280px 40px 40px;
  }

  .main-themes-like-blocks__img {
    left: 40px;
    width: 200px;
  }

  .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
    right: 40px;
  }

  .main-themes-like-blocks__title {
    font-size: 32px;
  }

  .main-themes-like-blocks__desc {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .main-themes-like-blocks {
    margin: 0 0 120px 0;
  }

  .main-themes-like-blocks__grid {
    margin: 50px 0 0 0;
    gap: 24px;
  }

  .main-themes-like-blocks__block {
    border-radius: 26px;
    padding: 32px 32px 32px 224px;
    min-height: 206px;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 32px 224px 32px 32px;
  }

  .main-themes-like-blocks__img {
    left: 32px;
    width: 160px;
  }

  .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
    right: 32px;
  }

  .main-themes-like-blocks__title {
    font-size: 28px;
  }

  .main-themes-like-blocks__desc {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .main-themes-like-blocks {
    margin: 0 0 80px 0;
  }

  .main-themes-like-blocks__grid {
    margin: 54px 0 0 0;
  }

  .main-themes-like-blocks__block {
    border-radius: 20px;
    padding: 24px;
    min-height: initial;
    display: block;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 24px;
  }

  .main-themes-like-blocks__img {
    position: static;
    width: 80px;
    transform: initial;
  }


  .main-themes-like-blocks__title {
    font-size: 24px;
    margin: 24px 0;
  }

  .main-themes-like-blocks__desc {
    font-size: 16px;
  }
}

/*speakers-bars*/

.speakers-bars {
  margin: 200px 0;
}

.speakers-bars .splide__list{
  margin: 80px 0 0 0!important;
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.speakers-bars .splide__slide {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  border-radius: 40px;
  background: #FFF;
  overflow: hidden;
}

.speakers-bars__name {
  font-family: 'Unbounded', sans-serif;
  color: rgba(25, 25, 26, 0.90);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding: 60px 24px 16px 24px;
}

.speakers-bars__desc {
  color: rgba(25, 25, 26, 0.60);
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  padding: 0 24px;
}

.speakers-bars__img {
  margin-top: auto;
  padding: 24px 0 0 0;
}

.speakers-bars__img img {
  display: flex;
  align-self: center;
}

@media (max-width: 1200px) {
  .speakers-bars {
    margin: 160px 0;
  }

  .speakers-bars .splide__list {
    margin: 60px 0 0 0!important;
  }

  .speakers-bars .splide__slide {
    min-height: 460px;
    border-radius: 32px;
  }

  .speakers-bars__name {
    font-size: 18px;
    padding: 40px 24px 16px 24px;
  }

  .speakers-bars__img {
    padding: 8px 0 0 0;
  }
}

@media (max-width: 980px) {
  .speakers-bars {
    margin: 120px 0;
  }

  .speakers-bars .splide__track {
    overflow: auto;
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }

  .speakers-bars .splide__list {
    margin: 50px 0 0 0!important;
    display: flex!important;
    gap: 24px;
    width: max-content;
  }

  .speakers-bars .splide__slide {
    max-width: 304px;
  }
}

@media (max-width: 750px) {
  .speakers-bars {
    margin: 80px 0;
  }

  .speakers-bars .splide__track{
    margin: 0;
    padding: 0;
    overflow: initial;
  }

  .speakers-bars .splide__list{
    margin: 40px 0 0 0!important;
    display: flex!important;
    max-width: initial;
    width: 100%;
    gap: initial;
  }

  .speakers-bars .splide__slide {
    max-width: initial;
  }

  .splide__pagination {
    margin: 24px;
    gap: 6px;
  }

  .splide__pagination__page{
    width: 10px;
    height: 10px;
    border-radius: 49.374px;
    background: rgba(255, 134, 47, 0.20);
    border: none;
  }
  .splide__pagination__page.is-active{
    background: #FF862F;
  }
}


/*why*/

.why {
  margin: 200px 0;
}

.why__content {
  position: relative;
  padding: 60px 60px 60px 580px;
  border-radius: 40px;
  background: #FFF;
}

.why__title {
  color: rgba(25, 25, 26, 0.90);
  font-size: 52px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  line-height: 130%;
  z-index: 2;
  position: relative;
}

.why__desc {
  font-size: 24px;
  line-height: 150%;
  margin: 40px 0 60px 0;
  z-index: 2;
  position: relative;
}

.why__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 11px;
  width: 516px;
}

@media (max-width: 1200px) {
  .why {
    margin: 160px 0;
  }

  .why__content {
    padding: 40px 40px 40px 444px;
    border-radius: 32px;
  }

  .why__title {
    font-size: 38px;
  }

  .why__desc {
    font-size: 20px;
    margin: 32px 0 40px 0;
  }

  .why__img {
    left: 0px;
    width: 400px;
  }
}

@media (max-width: 980px) {
  .why {
    margin: 120px 0;
  }

  .why__content {
    padding: 32px 32px 32px 280px;
    border-radius: 32px;
  }

  .why__title {
    font-size: 32px;
  }

  .why__desc {
    font-size: 18px;
    margin: 24px 0 32px 0;
  }

  .why__img {
    left: -8px;
    width: 258px;
  }
}

@media (max-width: 750px) {
  .why {
    margin: 80px 0;
  }

  .why__content {
    padding: 24px;
    border-radius: 20px;
  }

  .why__title {
    font-size: 28px;
  }

  .why__desc {
    font-size: 16px;
    margin: 24px 0;
  }

  .why__img {
    position: static;
    transform: initial;
    max-width: 400px;
    margin: 24px auto;
  }
}

/*reviews*/
.reviews {
  width: 100%;
  overflow: hidden;
  margin: 200px 0;
}

.reviews__container {
  position: relative;
  height: 295px;
  width: 100%;
}

.reviews .title {
  margin-bottom: 56px;
}

.reviews__list {
  position: absolute;
  left: 0;
  top: 0;
}

.reviews__animation {
  transform: translate(0%, 0%);
  animation: reviews__animation 45s linear infinite;
}

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

  to {
    transform: translate(-50%, 0%);
    ;
  }
}


.reviews__line {
  display: flex;
  width: max-content;
  overflow: auto;
  margin: 24px 0 0 0;
}

.reviews__block {
  border-radius: 22px;
  background: #FFF;
  padding: 21px 16px 21px 21px;
  margin-left: 24px;
}

.reviews__block_1 {
  width: 455px;
}

.reviews__block_2 {
  width: 650px;
}

.reviews__block_3 {
  width: 320px;
}

.reviews__block_4 {
  width: 420px;
}

.reviews__block_5 {
  width: 348px;
}

.reviews__block_6 {
  width: 440px;
}

.reviews__block_7 {
  width: 362px;
}

.reviews__block_8 {
  width: 467px;
}

.reviews__block_9 {
  width: 375px;
}

.reviews__block_10 {
  width: 276px;
}

.reviews__block_11 {
  width: 470px;
}

.reviews__block_12 {
  width: 270px;
}

.reviews__block_13 {
  width: 317px;
}

.reviews__block_14 {
  width: 263px;
}

.reviews__block_15 {
  width: 437px;
}

.reviews__block_16 {
  width: 312px;
}

.reviews__block_17 {
  width: 381px;
}

.reviews__block_18 {
  width: 289px;
}

.reviews__name {
  color: #19191A;
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
}

.reviews__text {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 130%;
}

@media screen and (max-width: 1350px) {
  .reviews {
    margin: 160px 0;
    height: 295px;
  }

  .reviews .title {
    margin-bottom: 36px;
  }

  .reviews__container {
    transform: translate(-10%, -10%) scale(0.8);
  }

  .reviews .title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .reviews {
    margin: 120px 0;
    height: 305px;
  }

  .reviews .title {
    margin-bottom: 26px;
  }

  .reviews__container {
    transform: translate(-13%, -10%) scale(0.75);
  }
}

@media screen and (max-width: 750px) {
  .reviews {
    margin: 80px 0;
    height: 285px;
  }

  .reviews .title {
    margin-bottom: 16px;
  }
}

/*format*/
.format {
  margin: 200px 0;
  z-index: 12;
  position: relative;
}

.format__grid {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.format__icon {
  width: 40px;
}

.format__icon img {
  display: flex;
  align-self: center;
  justify-self: center;
}

.format__title {
  margin: 16px 0 0 0;
  color: #19191A;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  font-family: 'Unbounded', sans-serif;
  position: relative;
  padding: 0 0 24px 0;
}

.format__title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: #393C9B;
  left: 0;
  bottom: 0;
}

.format__desc {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 1350px) {
  .format {
    margin: 160px 0;
  }

  .format__grid {
    margin: 60px 0 0 0;
    gap: 48px;
  }

  .format__title {
    font-size: 20px;
  }

  .format__desc {
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 980px) {
  .format {
    margin: 120px 0;
  }

  .format__grid {
    margin: 50px 0 0 0;
    gap: 18px;
  }

  .format__title {
    font-size: 14px;
    line-height: 120%;
    margin: 12px 0 0 0;
  }

  .format__title::after {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .format {
    margin: 80px 0;
  }


  .format__grid {
    margin: 40px 0 0 0;
    gap: 32px;
    grid-template-columns: 100%;
  }

  .format__icon {
    margin: initial;
  }

  .format__title {
    text-align: left;
    margin: 12px 0 0 0;
    padding: 0 0 16px 0;
  }

  .format__title::after {
    left: 0px;
  }

  .format__desc {
    margin: 16px 0 0 0;
    text-align: left;
  }
}

/*events*/
.events {
  margin: 200px 0;
}

.events__grid {
  display: grid;
  grid-template-columns: auto 421px;
  gap: 55px;
  align-items: center;
  max-width: 982px;
}

.events__text {}

.title {}

.events__desc {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 150%;
}

.events__plate {
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.40);
  background: #FFF;
  box-shadow: 20px 20px 0px 0px #393C9B;
  padding: 60px;
  display: grid;
  grid-template-columns: 100%;
  gap: 66px;
}

.events__big {
  font-family: 'Unbounded', sans-serif;
  color: #19191A;
  font-size: 60px;
  line-height: 120%;
}

.events__ltl {
  font-size: 18px;
  line-height: 28px;
  margin: 12px 0 0 0;
}

@media (max-width: 1200px) {
  .events {
    margin: 160px 0;
  }

  .events__grid {
    gap: 40px;
    max-width: initial;
  }

  .events__desc {
    margin: 24px 0 0 0;
    font-size: 20px;
  }

  .events__plate {
    border-radius: 32px;
    gap: 48px;
  }
}

@media (max-width: 980px) {
  .events {
    margin: 120px 0;
  }

  .events__grid {
    grid-template-columns: auto 315px;
    gap: 32px;
  }

  .events__desc {
    font-size: 18px;
  }

  .events__plate {
    border-radius: 26px;
    margin: 0 6px 0 0;
    box-shadow: 16px 16px 0px 0px #393C9B;
  }

  .events__big {
    font-size: 40px;
  }
}

@media (max-width: 750px) {
  .events {
    margin: 80px 0;
  }

  .events__grid {
    grid-template-columns: 100%;
    gap: 24px;
  }

  .events__plate {
    border-radius: 20px;
    box-shadow: 8px 8px 0px 0px #393C9B;
    margin: 0;
  }
}

/*about*/

.about {
  margin: 200px 0 0 0;
}

.about__content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.about__text {
  max-width: 630px;
  position: relative;
  z-index: 2;
  padding: 37px 0 194px 0;
}

.about__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 24px 0 0 0;
}

.about__img {
  position: absolute;
  width: 900px;
  left: -70px;
  bottom: 0;
  z-index: 1;
}

.about__img img {
  display: flex;
  align-self: center;
}

@media (max-width: 1200px) {
  .about {
    margin: 160px 0 0 0;
  }
  
  .about__text {
    max-width: 468px;
    padding: 0 0 134px 0;
  }
  
  .about__desc {
    font-size: 20px;
    margin: 24px 0 0 0;
  }
  
  .about__img {
    width: 622px;
    left: -20px;
  }
}

@media (max-width: 980px) {
  .about {
    margin: 120px 0 0 0;
  }
  
  .about__text {
    max-width: 355px;
    padding: 0 0 81px 0;
  }
  
  .about__desc {
    font-size: 18px;
    margin: 32px 0 0 0;
  }
  
  .about__img {
    width: 523px;
    left: -80px;
    bottom: -20px;
  }
}

@media (max-width: 750px) {
  .about {
    margin: 80px 0 0 0;
  }
  
  .about__text {
    max-width: 100%;
    padding: 0 0 24px 0;
  }

  .about__content{
    display: block;
  }
  
  .about__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0 0 0;
  }
  
  .about__img {
    position: static;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  
  .about__img img {
    display: flex;
    align-self: center;
  }
}

/*footer*/
.footer {
  font-size: 13px;
  line-height: 16px;
  color: #EEEEEE;
  padding: 24px 0;
  background: #19191A;
  position: relative;
  z-index: 10;
}

.footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__col img {
  width: 120px;
}

.footer__text {
  margin: 12px 0 0 0;
}

.footer__col:nth-child(2) {
  text-align: right;
}

.footer__col a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer__col a:not(:first-child) {
  margin: 12px 0 0 0;
}

.footer__mobile-info {
  display: none;
}

.footer__color-mb {
  display: none;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 24px 0;
    z-index: 10;
    position: relative;
  }

  .footer__color-mb {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .footer__color-mb img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer__grid {
    display: block;
  }

  .footer__col img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
  }

  .footer__col {
    text-align: center;
  }

  .footer__text {
    display: none;
  }

  .footer__col:nth-child(2) {
    text-align: left;
    margin: 0;
  }

  .footer__col:nth-child(2) a {
    display: block;
    padding: 14px 0;
  }

  .footer__col a:not(:first-child) {
    margin: 0;
  }

  .footer__mobile-info {
    display: block;
    margin: 16px 0 0 0;
  }
}

/*form*/
/*blue-button*/
.blue-button{
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 32px 0 0 0;
  border: none;
  background: #7D7DFF;
  border-radius: 12px;
  cursor: pointer;
  transition: .2s all;
  position: relative;
  z-index: 3;
}
.blue-button:hover{
  background:  #6456D5;
}
@media screen and (max-width: 1350px) {
  .blue-button{
    font-size: 16px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 980px) {
  .blue-button{
  margin: 18px 0 0 0;
  }
}
@media (max-width: 581px) {
  .blue-button{
    width: 100%;
  }
}

/*callbackform*/

.over-overlay {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 99;
  min-height: 100vh;
  display: none;
}
.overlay {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.form-popup{
  display: none;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  z-index: 11;
}
.callbackform__message {
  position: relative;
  padding: 40px 48px;
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
}
.callbackform__message_thnx{
  text-align: center;
}
.close-icon {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: 24px;
  right: 24px;
  height: 16px;
  width: 16px;
  background-image: url(../img/default/close-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.callbackform__thnx-img{
  display: block;
  margin: 0 auto 4px auto;
  width: 56px;
}
.callbackform__title{
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #474766;
}
.callbackform__description{
  font-size: 18px;
  line-height: 22px;
  color: #474766;
  margin: 8px 0 0 0;
}
.callbackform__note{
  color: #808899;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}
.callbackform__input{
  margin: 16px 0 0 0;
  background: #F8F8F8;
  border-radius: 12px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #474766;
  padding: 12px 24px;
  border: none;
  width: 100%;
  outline: none;
}
.callbackform__input::placeholder{
  color: rgba(71, 71, 102, 0.5);
}
.callbackform__btn{
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 24px 0 0 0;
  background: #7D7DFF;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: .2s all;
}
.callbackform__btn_disabled{
  background: #FAFAFA;
  color: rgba(71, 71, 102, 0.5);
}
.callbackform__btn:hover{
  background:  #6456D5;
}
.callbackform__btn_disabled:hover{
  background: #FAFAFA;
}
.callbackform__agreecheck{
  margin: 16px 0 0 0;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  transition: .2s;
}
.callbackform__agreecheck.error{
  border: 1px solid #FF0000;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
}
.callbackform__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.callbackform__checkbox+label {
  display: block;
  user-select: none;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #808899;
}
.callbackform__checkbox+label a{
  color: inherit;
}
.callbackform__checkbox+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #FAFAFA;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  cursor: pointer;
  border: 1px solid #AAAAB8;
}
.callbackform__checkbox:checked+label::before {
  background-image: url("../img/default/checkbox.svg");
}
.callbackform__error-message{
  color: #FF0000;
  position: relative;
  line-height: 0px;
  opacity: 0;
  transition: all .3s;
  font-size: 13px;
  margin: 8px 0 -8px 0;
}
.callbackform__message input.error{
  border: 1px solid #FF0000;
  animation: .2s input-error linear;
}
.callbackform__add-to-calendar{
  border: 2px solid #7D7DFF;
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #7D7DFF;
  padding: 18px;
  margin: 16px 0 0 0;
  position: relative;
}
.callbackform__add-to-calendar img{
  width: 20px;
  position: relative;
  top: 3px;
  margin: -5px 0 0 3px;
}
@keyframes input-error {
  0%{
      transform: translate(0);
  }
  33%{
      transform: translate(5px);
  }
  66%{
      transform: translate(-5px);
  }
  100%{
      transform: translate(0);
  }
}
/*new styles*/
.hidden{
  display: none;
}
.callbackform___stap-phone-code{
  display: none;
  position: relative;
}
.callbackform___stap-with-email{
  display: none;
  position: relative;
}
.callbackform__note-message{
  color: #808899;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
}
.callbackform__input-code-wrap{
  position: relative;
}

.callbackform__input-code-state{
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: none;
}
.callbackform__input-code-state_sending{
  background: url(../img/default/sending.svg) center center no-repeat;
  transform: rotate(0);
  animation: rotation 2s linear infinite;
  display: block;
}
.callbackform__input-code-state_success{
  background: url(../img/default/success.svg) center center no-repeat;
  display: block;
}
.callbackform__input-code-state_new-code{
  background: url(../img/default/new-code.svg) center center no-repeat;
  display: block;
  cursor: pointer;
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.callbackform__href-next-step{
  text-decoration: underline;
  cursor: pointer;
  width: max-content;
  font-size: 18px;
  line-height: 28px;
  color: #808899;
  margin: 20px 0 0 0;
}

.callbackform__arrow-back{
  position: absolute;
  top: -20px;
  left: -30px;
  cursor: pointer;
}
.callbackform__arrow-back img{
  width: 21px;
}

.callbackform___stap-phone-code-hidden{
  display: none;
}
.callbackform__message_thnx{
  display: none;
}

.callbackform__title_ltl{
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .callbackform__arrow-back{
    top: -19px;
    left: -12px;
  }
  .callbackform__arrow-back img{
    width: 17px;
  }
  .callbackform__title_ltl{
    font-size: 18px;
    line-height: 24px;
  }
}

/*new styles*/
@media screen and (max-width: 1350px){
  .callbackform__description {
    font-size: 16px;
    line-height: 22px;
    color: #474766;
    margin: 8px 0 0 0;
  }
  .callbackform__note{
    margin: 16px 0 0 0;
  }
  .callbackform__btn{
    font-size: 16px;
    border-radius: 8px;
  }
  .callbackform__input{
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
  }
  .callbackform__add-to-calendar{
    border-radius: 8px;
    padding: 12px;
  }
}
@media screen and (max-width: 750px) {
  .form-popup{
    max-width: 400px;
  }
  .callbackform__message {
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 32px 24px 32px 24px;
  }
  .close-icon {
    top: 17px;
    right: 16px;
    height: 16px;
    width: 16px;
  }
  .callbackform__title{
    font-size: 24px;
    line-height: 28px;
  }
  .callbackform__description{
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 8px 0;
  }
  .callbackform__input{
    margin: 8px 0 0 0;
    line-height: 20px;
    padding: 12px 16px;
  }
  .callbackform__btn{
    padding: 14px 24px;
  }
  .callbackform__checkbox+label {
    padding: 0 0 0 32px;
  }
}

/*tb-notification-button*/
tb-notification-button{
  margin: 16px 0 0 0!important;
  width: 100%!important;
  box-sizing: border-box!important;
  background: initial!important;
  border: 2px solid #7D7DFF;
  border-radius: 12px!important;
  padding: 20px!important;
}
tb-notification-button:hover{
  box-shadow: initial!important;
}
tb-notification-button a{
  color: #7D7DFF!important;
  font-size: 18px!important;
  line-height: 20px!important;
}
tb-notification-button a::before{
  content: "Получить напоминание в Telegram";
  position: relative;
  font-family: 'Suisse Intl', sans-serif;
}
tb-notification-button a::after{
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../img/default/telegram-logo.svg);
}
tb-notification-button__icon{
  width: 20px!important;
  height: 20px!important;
  background-image: url(../img/default/telegram-logo.svg)!important;
  margin: -4px 0 0 2px!important;
}
tb-notification-button__icon svg{
  display: none!important;
}
tb-notification-button__text{
  display: none!important;
}

@media screen and (max-width: 1350px){
  tb-notification-button{
    border-radius: 8px!important;
    padding: 14px!important;
    margin: 8px 0 0 0!important;
  }
}
@media screen and (max-width: 750px) {
  tb-notification-button a::before{
    content: "Напоминание в";
  }
}