/*! 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: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Black.woff') format('woff');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

/*@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular.otf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-SemiBold.otf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Black.otf');
  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: #1D1D1D;
}

img {
  width: 100%;
}

.main {
  overflow: hidden;
  background-image: url(../img/default/noise.png);
  transition: .2s all;
}

.footer-overflow {
  overflow: hidden;
  margin: -60px 0 0 0;
}

.main_blur {
  filter: blur(11px);
}

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

.title {
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #F0F0F0;
  font-weight: 600;
}

.show-mb {
  display: none;
}

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

  .title {
    font-size: 44px;
  }

  .footer-overflow {
    margin: 0;
  }
}

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

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

@media screen and (max-width: 750px) {
  .title {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
  }

  .hide-mb {
    display: none;
  }

  .show-mb {
    display: block;
  }
  .hidden-on-mobile{
    display: none
  }
}

/*blue-btn*/
.btn-with-gradiend {
  background: rgb(207, 207, 207);
  background: linear-gradient(160deg, rgba(207, 207, 207, 1) 0%, rgba(168, 168, 168, 0) 100%);
  width: 302px;
  height: 52px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.btn-with-gradiend span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  z-index: 3;
}

.btn-with-gradiend::after {
  content: '';
  position: absolute;
  width: 180%;
  height: 600px;
  bottom: -700px;
  left: -40%;
  background-image: url(../img/default/bg-for-btn.svg);
  background-size: 100%;
  filter: blur(15px);
  transition: .4s all;
  z-index: 2;
}

.btn-with-gradiend::before {
  content: '';
  position: absolute;
  background: #334246;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: 9px;
  z-index: 1;
}

.btn-with-gradiend:hover::after {
  bottom: -420px;
}

@media screen and (max-width: 1350px) {
  .btn-with-gradiend {
    font-size: 16px;
  }
}

@media screen and (max-width: 581px) {
  .btn-with-gradiend {
    width: 100%;
  }

  .btn-with-gradiend::after {
    content: none;
  }
}

/*header*/

.header {
  background: rgba(29, 29, 29, 0.8);
  backdrop-filter: blur(4px);
  padding: 22px 0;
  z-index: 2;
  position: relative;
  z-index: 12;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.header__logo {
  width: 81px;
  display: block;
}

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

.header__nav {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  /*right: -20px;*/
}

.header__link {
  display: block;
  margin: 0 0 0 34px;
  color: #ffffff;
  text-decoration: none;
  transition: .1s;
}

.header__link:hover {
  color: #7474E6;
}


.header__tel {
  display: block;
  margin: 0 0 0 26px;
  padding: 0 0 0 26px;
  border-left: 2px solid #FFFFFF;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

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

  .header__nav {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    right: 0;
  }
}

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

  .header__link {
    display: none;
  }

  .header__tel {
    margin: initial;
    padding: initial;
    border-left: none;
  }
}

/*first-slide*/

.first-slide {
  position: relative;
  padding: 56px 0 20px 0;
  z-index: 10;
}

.first-slide__bg {
  position: absolute;
  width: 950px;
  left: -140px;
  top: -130px;
  z-index: -3;
}

.first-slide__content {
  display: grid;
  grid-template-columns: 810px auto;
}

.first-slide__type {
  background: linear-gradient(128.39deg, rgba(255, 255, 255, 0.08) 24.93%, rgba(255, 255, 255, 0.2) 83.53%);
  box-shadow: 0px 15.7333px 31.4667px rgba(0, 0, 52, 0.04), 0px 7.86667px 15.7333px rgba(0, 0, 52, 0.04), 0px 3.93333px 7.86667px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;

  width: max-content;
  position: relative;
}

.first-slide__type span {
  z-index: 2;
  position: relative;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.first-slide__type::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 100%;
  height: 24px;
  background: #7D7DFF;
  filter: blur(11px);
  transform: rotate(-3deg);
  z-index: 1;
}

.first-slide__date {
  margin: 28px 0 0 0;
  background: linear-gradient(128.39deg, rgba(255, 255, 255, 0.08) 24.93%, rgba(255, 255, 255, 0.2) 83.53%);
  box-shadow: 0px 15.7333px 31.4667px rgba(0, 0, 52, 0.04), 0px 7.86667px 15.7333px rgba(0, 0, 52, 0.04), 0px 3.93333px 7.86667px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 600;
  width: max-content;
  position: relative;
}

.first-slide__date span {
  z-index: 2;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #fff;
}

.first-slide__date::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 5px;
  width: 100%;
  height: 24px;
  background: #7D7DFF;
  filter: blur(15px);
  z-index: 1;
}

.first-slide__title {
  margin: 14px 0 24px 0;
  font-size: 140px;
  line-height: 120%;
  position: relative;
  color: #F0F0F0;
  font-weight: 600;
}

.first-slide__title span {
  display: block;
  margin: 0 -100% 0 115px;
  font-size: 68px;
  line-height: 120%;
}

.first-slide__description {
  margin: 24px 0 32px 115px;
  color: #DCDCDC;
  font-size: 24px;
  line-height: 150%;
}

.first-slide .btn-with-gradiend {
  margin: 0 0 0 115px;
}

.first-slide__img {
  margin: 20% -25% -5% -5%;
  position: relative;
  z-index: -1;
}

.first-slide__img video {
  width: 100%;
}

.first-slide__blue {
  position: absolute;
  width: 1100px;
  left: -670px;
  bottom: -1500px;
  z-index: -2;
}

@media screen and (max-width: 1350px) {
  .first-slide {
    position: relative;
    padding: 34px 0 100px 0;
  }

  .first-slide__bg {
    width: 750px;
    left: -100px;
    top: -100px;
  }

  .first-slide__content {
    grid-template-columns: 700px auto;
    align-items: center;
  }

  .first-slide__date {
    margin: 24px 0 0 0;
  }

  .first-slide__date span {
    font-size: 20px;
    line-height: 23px;
  }

  .first-slide__title {
    margin: 42px 0 16px 0;
    font-size: 100px;
    line-height: 120%;
  }

  .first-slide__title span {
    margin: 0 -100% 0 74px;
    font-size: 54px;
  }

  .first-slide__description {
    margin: 16px 0 32px 74px;
    font-size: 20px;
  }

  .first-slide .btn-with-gradiend {
    margin: 0 0 0 74px;
  }

  .first-slide__img {
    margin: 0 -25%;
  }

  .first-slide__img img {
    max-width: 700px;
  }

  .first-slide__blue {
    width: 800px;
    left: -400px;
    bottom: -1000px;
  }
}

@media screen and (max-width: 980px) {
  .first-slide {
    position: relative;
    padding: 10px 0 80px 0;
  }

  .first-slide__bg {
    width: 600px;
    left: -100px;
    top: -100px;
  }

  .first-slide__content {
    grid-template-columns: 500px auto;
    align-items: flex-start;
  }

  .first-slide__date {
    margin: 18px 0 0 0;
  }

  .first-slide__date span {
    font-size: 16px;
    line-height: 19px;
  }

  .first-slide__title {
    margin: 24px 0 16px 0;
    font-size: 74px;
  }

  .first-slide__title span {
    margin: 12px -100% 0 70px;
    font-size: 36px;
  }

  .first-slide__description {
    margin: 12px -100% 24px 70px;
    font-size: 16px;
  }

  .first-slide .btn-with-gradiend {
    margin: 0 0 0 70px;
  }

  .first-slide__img {
    margin: 0% -15% 0 -15%;
  }

  .first-slide__img img {
    max-width: 500px;
  }

  .first-slide__blue {
    width: 700px;
    left: -350px;
    bottom: -800px;
  }
}

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

  .first-slide {
    position: relative;
    padding: 32px 0 60px 0;
  }

  .first-slide__bg {
    width: 600px;
    left: -100px;
    top: -100px;
  }

  .first-slide__content {
    display: block;
  }

  .first-slide__date {
    margin: 16px 0 0 0;
  }

  .first-slide__title {
    margin: 24px 0 16px 0;
    font-size: 34px;
  }

  .first-slide__title span {
    font-size: 34px;
    margin: 0;
  }

  .first-slide__description {
    margin: 0;
    white-space: initial;
  }

  .first-slide .btn-with-gradiend {
    margin: -100px 0 0 0;
  }

  .first-slide__img {
    margin: 0 -3%;
  }

  .first-slide__blue {
    width: 550px;
    left: -320px;
    bottom: -720px;
  }
}

@media screen and (max-width: 340px) {
  .first-slide__title span {
    font-size: 30px;
  }
}

/*main-themes*/
.main-themes {
  margin: 0 0 132px 0;
  position: relative;
  z-index: 11;
}

.main-themes__blue {
  position: absolute;
  width: 1100px;
  left: -670px;
  top: -600px;
  z-index: -1;
}

.main-themes__bg {
  position: absolute;
  width: 1400px;
  right: -50px;
  bottom: -550px;
  z-index: -2;
}


.main-themes__grid {
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 40px 24px;
  grid-gap: 40px 24px;
  max-width: 100%;

}

.main-themes__block {
  background: rgba(69, 69, 143, 0.1);
  border: 3px solid #44448E;
  backdrop-filter: blur(130px);
  border-radius: 38px;
  padding: 32px 24px;
  min-height: 100%;
  max-width: 410px;
  overflow: hidden;
}

.main-themes__elem {
  width: max-content;
  min-height: 100%;
  object-fit: cover;
}

.main-themes__elem:nth-child(3){
  padding: 0 0 0 240px;
}

.main-themes__icon-wrap {
  position: relative;
}

.main-themes__icon-bg {
  width: 130px;
  position: absolute;
  z-index: -1;
  left: -35px;
  top: -35px;
}

.main-themes__icon {
  background: linear-gradient(128.39deg, rgba(255, 255, 255, 0.08) 24.93%, rgba(255, 255, 255, 0.2) 83.53%);
  box-shadow: 0px 15.7333px 31.4667px rgba(0, 0, 52, 0.04), 0px 7.86667px 15.7333px rgba(0, 0, 52, 0.04), 0px 3.93333px 7.86667px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(11.8px);
  border-radius: 11.8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-themes__icon img {
  display: flex;
  align-self: center;
  justify-self: center;
  width: 34px;
}

.main-themes__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #F0F0F0;
  margin: 24px 0;
}

.main-themes__desc {
  font-size: 18px;
  line-height: 150%;
  color: #DCDCDC;
}

@media screen and (max-width: 1350px) {
  .main-themes {
    margin: 0 0 100px 0;
  }

  .main-themes__grid {
    margin: 32px 0 0 0;
  }

  .main-themes__elem:nth-child(3){
    padding: 0;
    margin: 0 0 0 auto;
  }

  .main-themes__block {
    padding: 24px;
  }

  .main-themes__icon-bg {
    width: 110px;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -30px;
  }

  .main-themes__icon {
    width: 50px;
    height: 50px;
  }

  .main-themes__icon img {
    width: 24px;
  }

  .main-themes__title {
    font-size: 18px;
    margin: 20px 0;
  }

  .main-themes__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {
  .main-themes {
    margin: 0 0 86px 0;
  }

  .main-themes__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 32px -20px 0 -20px;
    padding: 0 0 0 20px;
    max-width: calc(100% + 40px);
  }

  .main-themes__block {
    width: 304px;
    min-height: 100%;
  }

  .main-themes__elem {
    grid-column: initial;
  }

}

@media screen and (max-width: 750px) {
  .main-themes__bg {
    width: 800px;
    right: -50px;
    bottom: -300px;
  }

  .main-themes__grid {
    display: block;
    overflow-x: initial;
    width: initial;

    padding: initial;
    margin: 32px -20px 0 -20px;
  }

  .main-themes__elem {
    width: 100%;
  }

  .main-themes__block {
    padding: 20px 24px;
    width: initial;
    margin: 0 20px;
    max-width: initial;
  }
}

/*speakers*/
.speakers {
  position: relative;
  z-index: 12;
}

.speakers__table {
  position: relative;
  margin: 46px 0 0 0;

}

.speakers__bg-top {
  position: absolute;
  width: 1400px;
  right: -150px;
  bottom: -1350px;
  z-index: -3;
}

.speakers__bg-bottom {
  position: absolute;
  width: 1000px;
  left: -120px;
  bottom: -350px;
  z-index: -3;
}

.speakers__bg-top img,
.speakers__bg-bottom img {
  width: 100%;
}

.speakers__table::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% - 2px);
  height: 100%;
  background: linear-gradient(102.99deg, rgba(113, 113, 255, 0.69) -11.59%, rgba(127, 127, 251, 0.29) 102.72%);
  border: 2px solid rgba(123, 123, 203, 0.1);
  box-shadow: 0px 32px 64px rgba(0, 0, 52, 0.04), 0px 16px 32px rgba(0, 0, 52, 0.04), 0px 8px 16px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(128px);
  border-radius: 38px;
  z-index: -1;
}

.speakers__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #F0F0F0;
  margin: 0 0 24px 0;
}

.speakers__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #F0F0F0;
}

.speakers__about {
  font-size: 24px;
  line-height: 140%;
  color: #DCDCDC;
  color: rgba(220, 220, 220, 0.8);
}

.speakers__info {
  font-size: 24px;
  line-height: 140%;
  color: #DCDCDC;
  margin: 32px 0 0 0;
}

.speakers__about ul {
  margin: 24px 0 0 0;
  padding: 0 0 0 32px;
}

.speakers__about li {
  margin: 16px 0 0 0;
}

.speakers__right {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.speakers__left {
  border-right: 2px solid #7B7BCB;
  padding: 50px;
}

.speakers__head {
  display: grid;
  grid-template-columns: 680px auto;
}

.speakers__body {
  border-top: 2px solid #7B7BCB;
  display: grid;
  grid-template-columns: 680px auto;
}

.speakers__body:first-child {
  border-top: none;
}

.speakers__img {
  width: 300px;
  position: relative;
}

.speakers__img::before {
  content: '';
  background: linear-gradient(141.84deg, #474684 6.59%, rgba(71, 70, 132, 0) 138.38%);
  border: 3px solid #EAEAEA;
  border-radius: 150px 150px 24px 150px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: -1;
}

.speakers__img img {
  display: flex;
  align-self: center;
  justify-self: center;
  border: 3px solid #EAEAEA;
}

.speakers__head .speakers__img {
  margin: -136px 0 0 0;
}

.speakers__head .speakers__img::before {
  content: '';
  background: linear-gradient(141.84deg, #474684 6.59%, rgba(71, 70, 132, 0) 138.38%);
  border: 3px solid #EAEAEA;
  border-radius: 150px 150px 24px 150px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: -1;
}

.speakers__head .speakers__img img {
  border-radius: 150px 150px 24px 150px;

}

.speakers__body .speakers__img::before {
  content: '';
  background: linear-gradient(141.84deg, #474684 6.59%, rgba(71, 70, 132, 0) 138.38%);
  border: 3px solid #EAEAEA;
  border-radius: 24px 24px 24px 150px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: -1;
}

.speakers__body .speakers__img img {
  border-radius: 24px 24px 24px 150px;
}

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

  .speakers__name {
    font-size: 20px;
  }

  .speakers__about {
    font-size: 20px;
    color: rgba(220, 220, 220, 0.8);
  }

  .speakers__info {
    font-size: 20px;
  }

  .speakers__about ul {
    padding: 0 0 0 28px;
  }

  .speakers__right {
    padding: 40px;
  }

  .speakers__left {
    padding: 40px;
  }

  .speakers__head {
    grid-template-columns: 50% 50%;
  }

  .speakers__body {
    grid-template-columns: 50% 50%;
  }

  .speakers__img {
    width: 270px;
  }

  .speakers__img::before {
    border-radius: 21px 21px 21px 135px;
  }

  .speakers__img img {
    border-radius: 21px 21px 21px 135px;
  }

  .speakers__head .speakers__img {
    margin: -136px 0 0 0;
  }

  .speakers__head .speakers__img::before {
    border-radius: 135.484px 135px 21px 135px;
    right: -8px;
    top: -7px;
  }

  .speakers__head .speakers__img img {
    border-radius: 135px 135px 21px 135px;

  }

  .speakers__body .speakers__img::before {
    border-radius: 24px 24px 24px 150px;
    right: -8px;
    top: -7px;
  }

  .speakers__body .speakers__img img {
    border-radius: 24px 24px 24px 150px;
  }
}

@media screen and (max-width: 980px) {
  .speakers__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .speakers__name {
    font-size: 16px;
  }

  .speakers__about {
    font-size: 16px;
  }

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


  .speakers__about ul {
    padding: 0 0 0 24px;
  }

  .speakers__right {
    padding: 32px;
  }

  .speakers__left {
    padding: 32px;
  }

  .speakers__img {
    width: 212px;
  }

  .speakers__img::before {
    border-radius: 21px 21px 21px 135px;
  }

  .speakers__img img {
    border-radius: 21px 21px 21px 135px;
  }

  .speakers__head .speakers__img {
    margin: -100px 0 0 0;
  }

  .speakers__head .speakers__img::before {
    border-radius: 106px 106px 17px 106px;
    right: -7px;
    top: -6px;
  }

  .speakers__head .speakers__img img {
    border-radius: 106px 106px 17px 106px;
  }

  .speakers__body .speakers__img::before {
    border-radius: 17px 17px 17px 106px;
    right: -7px;
    top: -6px;
  }

  .speakers__body .speakers__img img {
    border-radius: 17px 17px 17px 106px;
  }
}

@media screen and (max-width: 750px) {
  .speakers__table {
    width: calc(100% + 40px);
    margin: 24px -20px 0 -20px;
  }

  .speakers__table::before {
    content: none;
  }

  .speakers__table .slick-slide {
    margin: 0 20px;
  }

  .speakers__about {
    font-size: 16px;
    line-height: 140%;
  }

  .speakers__about ul {
    margin: 16px 0 0 0;
    padding: 0 0 0 24px;
  }

  .speakers__about li {
    margin: 16px 0 0 0;
  }

  .speakers__right {
    padding: 6px 20px 24px 20px;
    margin-top: auto;
  }

  .speakers__left {
    border-right: initial;
    padding: 24px 20px;
  }

  .speakers__head {
    display: block;
  }

  .speakers__body {
    display: flex !important;
    flex-direction: column;


    background: linear-gradient(102.99deg, rgba(113, 113, 255, 0.69) -11.59%, rgba(127, 127, 251, 0.29) 102.72%);
    border: 2px solid rgba(123, 123, 203, 0.1);
    box-shadow: 0px 32px 64px rgba(0, 0, 52, 0.04), 0px 16px 32px rgba(0, 0, 52, 0.04), 0px 8px 16px rgba(0, 0, 52, 0.04);
    backdrop-filter: blur(128px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 28px;
    margin: 0;
    height: 100%;
  }

  .speakers__img {
    width: 164px;
  }

  .speakers__head .speakers__img {
    margin: initial;
  }

  .speakers__head .speakers__img::before {
    right: -6px;
    top: -5px;
  }

  .speakers__head .speakers__img img {
    border-radius: 82px 82px 13px 82px;
  }

  .speakers__body .speakers__img::before {
    border-radius: 13px 13px 13px 82px;
    right: -6px;
    top: -5px;
  }

  .speakers__body .speakers__img img {
    border-radius: 13px 13px 13px 82px;
  }

  .speakers__bg-bottom {
    position: absolute;
    width: 700px;
    left: -120px;
    bottom: -250px;
    z-index: -3;
  }

  .speakers__bg-top {
    position: absolute;
    width: 800px;
    right: -150px;
    bottom: -700px;
    z-index: -3;
  }
}

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

.format__grid {}

.format__bg {
  position: absolute;
  z-index: -2;
  width: 1035px;
  top: -350px;
  left: -100px;
}

.format_cicles {
  position: absolute;
  z-index: -1;
  width: 163px;
  top: -150px;
  right: 100px;
}

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

.format__icon {
  width: 40px;
}

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

.format__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #F0F0F0;
  margin: 12px 0 24px 0;
  padding: 0 0 24px 0;
  position: relative;
}

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

.format__desc {
  font-size: 18px;
  line-height: 24px;
  color: #DCDCDC;
}

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

  .format__grid {
    margin: 32px 0 0 0;
    grid-gap: 48px;
    gap: 48px;
  }

  .format__title {
    font-size: 24px;
    line-height: 36px;
  }

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

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

  .format__grid {
    grid-gap: 18px;
    gap: 18px;
  }

  .format__icon {
    width: 32px;
  }

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

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

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

  .format__bg {
    display: none;
  }

  .format_cicles {
    position: absolute;
    z-index: -1;
    width: 80px;
    top: -80px;
    right: 50px;
  }

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

  .format__icon {
    margin: auto;
  }

  .format__title {
    text-align: center;
  }

  .format__title::after {
    left: calc(50% - 30px);
  }

  .format__desc {
    text-align: center;
  }
}

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

.conferences__light {
  position: absolute;
  z-index: -2;
  width: 1713px;
  left: -1200px;
  top: -200px;
}

.conferences__circles {
  width: 219px;
  position: absolute;
  z-index: -1;
  left: 400px;
  bottom: -180px;
}

.conferences__bg {
  position: absolute;
  z-index: -3;
  width: 1300px;
  left: 200px;
  top: 40px;
}

.conferences__qw-1 {
  position: absolute;
  z-index: -1;
  width: 122px;
  left: 300px;
  top: 40px;
}

.conferences__qw-2 {
  position: absolute;
  z-index: -1;
  width: 155px;
  right: 150px;
  bottom: 150px;
}

.conferences__qw-3 {
  position: absolute;
  z-index: -1;
  width: 417px;
  right: -350px;
  bottom: -150px;
}



.conferences__grid {
  display: grid;
  grid-template-columns: 580px auto;
  grid-gap: 69px;
  gap: 69px;
  align-items: center;
}

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

.conferences__about {
  max-width: 504px;
}

.conferences__info:not(:first-child) {
  margin: 32px 0 0 0;
  padding: 32px 0 0 0;
  border-top: 2px solid #45458F;
}

.conferences__title {
  font-weight: 600;
  font-size: 74px;
  line-height: 120%;
  color: #7D7DFF;
}

.conferences__desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #DCDCDC;
}

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

  .conferences__qw-1 {
    width: 95px;
    left: 300px;
    top: 70px;
  }

  .conferences__qw-2 {
    width: 135px;
    right: 120px;
    bottom: 170px;
  }

  .conferences__qw-3 {
    width: 270px;
    right: -160px;
    bottom: -150px;
  }

  .conferences__grid {
    grid-template-columns: 445px auto;
    grid-gap: 47px;
    gap: 47px;
  }

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

  .conferences__circles {
    width: 160px;
    left: 350px;
    bottom: -190px;
  }
}

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

  .conferences__qw-1 {
    width: 85px;
    left: 200px;
    top: 50px;
  }

  .conferences__qw-2 {
    width: 110px;
    right: 120px;
    bottom: 115px;
  }

  .conferences__qw-3 {
    width: 250px;
    right: -150px;
    bottom: -170px;
  }

  .conferences__grid {
    grid-template-columns: 310px auto;
    font-size: 44px;
    line-height: 120%;
  }

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

  .conferences__info:not(:first-child) {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
  }

  .conferences__title {
    font-size: 54px;
    line-height: 120%;
  }

  .conferences__desc {
    font-size: 20px;
  }

  .conferences__circles {
    width: 130px;
    left: 170px;
    bottom: -150px;
  }
}

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

  .conferences__about {
    margin: auto;
  }


  .conferences__light {
    width: 950px;
    left: -700px;
    top: -150px;
  }

  .conferences__bg {
    width: 600px;
    left: 50px;
    top: 300px;
  }

  .conferences__grid {
    grid-template-columns: 100%;
    grid-gap: 32px;
    gap: 32px;
    justify-content: center;
  }

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

  .conferences__title {
    text-align: center;
  }

  .conferences__desc {
    text-align: center;
  }

  .conferences__circles {
    width: 160px;
    left: 350px;
    bottom: -190px;
  }

  .conferences__circles {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .conferences .title {
    font-size: 40px;
    line-height: 120%;
  }


}

/*reviews*/
.reviews {
  margin: 120px 0 160px 0;
  position: relative;
  z-index: 13;
}

.reviews__light {
  position: absolute;
  z-index: -2;
  width: 1713px;
  left: -1350px;
  top: -600px;
}

.reviews__grid {
  position: absolute;
  z-index: -3;
  width: 1256px;
  left: -300px;
  top: -400px;
}

.reviews__list {
  margin: 40px 0 0 0;
  display: flex;
  width: max-content;
  overflow: auto;
  position: relative;
}

.reviews__block {
  background: rgba(69, 69, 143, 0.1);
  border: 3px solid rgba(69, 69, 143, 0.2);
  border-radius: 22px;
  padding: 24px;
  margin-left: 24px;
}

.reviews__block_1 {
  width: 443px;
}

.reviews__block_2 {
  width: 652px;
}

.reviews__block_3 {
  width: 320px;
}

.reviews__block_4 {
  width: 432px;
}

.reviews__block_5 {
  width: 348px;
}

.reviews__block_6 {
  width: 448px;
}

.reviews__block_7 {
  width: 362px;
}

.reviews__block_8 {
  width: 467px;
}

.reviews__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #F0F0F0;
}

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

@media screen and (max-width: 1350px) {
  .reviews {
    margin: 58px 0 120px 0;
  }

  .reviews__light {
    width: 1500px;
    left: -1100px;
    top: -500px;
  }

  .reviews__list {
    margin: 32px 0 0 0;
  }

  .reviews__block {
    margin-left: 22px;
  }
}

@media screen and (max-width: 980px) {
  .reviews {
    margin: 80px 0 100px 0;
  }
}

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

  .reviews__light {
    width: 1200px;
    left: -900px;
    top: -300px;
  }

  .reviews__block {
    border-radius: 16px;
    padding: 16px;
    margin-left: 20px;
  }

  .reviews__block_1 {
    width: 300px;
  }

  .reviews__block_2 {
    width: 322px;
  }

  .reviews__block_3 {
    width: 236px;
  }

  .reviews__block_4 {
    width: 312px;
  }

  .reviews__block_5 {
    width: 200px;
  }

  .reviews__block_6 {
    width: 287px;
  }

  .reviews__block_7 {
    width: 268px;
  }

  .reviews__block_8 {
    width: 322px;
  }

  .reviews__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #F0F0F0;
  }

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

  .reviews__grid {
    width: 800px;
    left: -200px;
    top: -300px;
  }
}

/*book*/
.book {
  margin: 120px 0 0 0;
  z-index: 14;
  position: relative;
}

.book__bg {
  width: 1500px;
  position: absolute;
  right: -1200px;
  top: -600px;
  z-index: -2;
}

.book__block {
  padding: 40px;
  background: rgba(69, 69, 143, 0.1);
  border: 3px solid rgba(69, 69, 143, 0.2);
  backdrop-filter: blur(130px);
  border-radius: 48px;
  position: relative;
}

.book__img {
  position: absolute;
  width: 450px;
  right: 80px;
  top: -20%;
}

.book__title {
  font-size: 54px;
  line-height: 120%;
  color: #F0F0F0;
  font-weight: 600;
}

.book__desc {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #DCDCDC;
  margin: 18px 0 32px 0;
}

.book__text {
  max-width: 700px;
}


@media screen and (max-width: 1350px) {
  .book__bg {
    width: 1100px;
    right: -700px;
    top: 250px;
  }

  .book__block {
    padding: 32px;
    border-radius: 36px;
  }

  .book__img {
    width: 420px;
    right: 40px;
    top: -17%;
  }



  .book__desc {
    font-size: 20px;
    line-height: 130%;
  }

  .book__text {
    max-width: 450px;
  }

}

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

  .book__block {
    padding: 24px;
  }

  .book__img {
    width: 350px;
    right: 20px;
    top: -20%;
  }

  .book__title {
    font-size: 34px;
    line-height: 120%;
  }

  .book__desc {
    font-size: 16px;
  }

  .book__text {
    max-width: 360px;
    position: relative;
    z-index: 2;
  }
}

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

  .book__bg {
    width: 1100px;
    right: -800px;
    top: 950px;
  }

  .book__block {
    padding: 24px;
    border-radius: 28px;
  }

  .book__img {
    position: relative;
    max-width: 240px;
    margin: auto;
    display: block;
    right: initial;
    top: initial;
  }

  .book__title {
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }

  .book__desc {
    text-align: center;
    margin: 12px 0 24px 0;
  }

  .book__text {
    max-width: initial;
  }

  .book .btn-with-gradiend {
    margin: 24px auto 0 auto;
  }
}




/*about*/
.about {
  margin: 60px 0 166px 0;
  position: relative;
  z-index: 8;
}

.about .content-block-container {
  display: flex;
  justify-content: flex-end;
}

.about__bg {
  position: absolute;
  top: -880px;
  width: 1300px;
  left: -250px;
  z-index: -1;
}


.about__computer-img {
  position: absolute;
  left: -130px;
  top: -50px;
}

.about__computer {
  width: 900px;
}

.about__computer-bg {
  width: 1100px;
  position: absolute;
  bottom: -600px;
  left: -300px;
}

.about__content {
  position: relative;
  right: 0;
  max-width: 630px;
}

.about__desc {
  margin: 32px 0 0 0;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #DCDCDC;
}

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

  .about__computer-img {
    position: absolute;
    left: -60px;
    top: 60px;
    z-index: -1;
  }

  .about__computer {
    width: 600px;
  }

  .about__computer-bg {
    width: 1000px;
    position: absolute;
    bottom: -600px;
    left: -160px;
  }

  .about__content {
    max-width: 468px;
  }

  .about__desc {
    font-size: 20px;
    line-height: 150%;
  }
}

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

  .about__computer-img {
    position: absolute;
    left: -60px;
    top: 0px;
  }

  .about__computer {
    width: 500px;
  }

  .about__computer-bg {
    width: 900px;
    position: absolute;
    bottom: -550px;
    left: -190px;
  }

  .about__content {
    max-width: 416px;
  }

  .about__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .about {
    margin: 0 0 0 0;
    padding: 0 0 243px 0;
  }

  .about__bg {
    position: absolute;
    top: -200px;
    width: 500px;
    left: initial;
    right: -150px;
    z-index: -1;
  }

  .about .title {
    font-size: 44px;
    line-height: 110%;
  }

  .about__computer-img {
    left: calc(50% - 230px);
    top: initial;
    bottom: -280px;
  }

  .about__computer {
    width: 460px;
  }

  .about__computer-bg {
    width: 800px;
    position: absolute;
    bottom: -470px;
    left: calc(50% - 500px);
  }

  .about__content {
    position: relative;
    right: 0;
    max-width: 630px;
  }

  .about__desc {
    margin: 24px 0 0 0;
    text-align: center;
  }
}

/*footer*/

.footer {
  font-size: 13px;
  line-height: 16px;
  color: #EEEEEE;
  padding: 24px 0;
  background: rgba(29, 29, 29, 0.8);
  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;
}

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

  .footer__grid {
    display: block;
  }

  .footer__col img {
    display: block;
    margin: 0 auto 20px auto;
  }

  .footer__col {
    text-align: center;
  }

  .footer__col:nth-child(2) {
    text-align: center;
    margin: 20px;
  }
}

/*callbackform*/

.over-overlay {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 100;
  min-height: 100vh;
  display: none;
}

.overlay {
  width: 100%;
  /*height: 100vh;
  height: -webkit-fill-available;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(310.97deg, rgba(217, 217, 217, 0.3) -10.41%, rgba(217, 217, 217, 0) 101.72%);
  border: 1.51852px solid rgba(149, 149, 149, 0.1);
  box-shadow: inset -3px -6px 9px rgba(255, 255, 255, 0.25);
  display: none;
}

.form-popup {
  display: none;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  z-index: 120;
}

.callbackform__message {
  position: relative;
  padding: 40px 48px;
  background: rgba(29, 29, 29, 0.8);
  border: 1px solid rgb(149, 149, 149, 0.5);
  ;
  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: #F0F0F0;
}

.callbackform__description {
  font-size: 18px;
  line-height: 22px;
  color: #F0F0F0;
  margin: 8px 0 0 0;
}

.callbackform__note {
  color: #F0F0F0;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}

.callbackform__input {
  margin: 16px 0 0 0;
  background: #F0F0F0;
  border-radius: 10px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #454545 !important;
  padding: 12px 24px;
  border: none;
  width: 100%;
  outline: none;
}

.callbackform__input::placeholder {
  color: rgba(29, 29, 29, 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: #586DEC;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: .2s all;
}

.callbackform__btn_disabled {
  background: #E2E2E2;
  color: rgba(29, 29, 29, 0.5);
}

.callbackform__btn:hover {
  background: #7987FF;
}

.callbackform__btn_disabled:hover {
  background: #E2E2E2;
}

.callbackform__agreecheck {
  margin: 16px 0 0 0;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  transition: .2s;
}

.callbackform__agreecheck.error {
  border: 1px solid #FF5858;
  border-radius: 10px;
  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: #F0F0F0;
  opacity: 0.8;
}

.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: transparent;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  cursor: pointer;
  border: 1px solid #F0F0F0;
}

.callbackform__checkbox:checked+label::before {
  background-image: url("../img/default/checkbox.svg");
  background-size: 80%;
}

.callbackform__error-message {
  color: #FF5858;
  position: relative;
  line-height: 0px;
  opacity: 0;
  transition: all .2s;
  font-size: 13px;
  margin: 8px 0 -8px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 0;
  width: max-content;
  max-width: 100%;
}

.callbackform__message input.error {
  color: #FF5858;
}

.callbackform__add-to-calendar {
  border: 2px solid rgb(240, 240, 240, 0.9);
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #F0F0F0;
  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: #F0F0F0;
  opacity: 0.8;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
}

.allbackform__note-message_top {
  margin: 24px 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: #F0F0F0;
  opacity: 0.8;
  margin: 20px 0 0 0;
}

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

.callbackform__arrow-back img {
  width: 24px;
}

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

/*pre-btn-qw*/
.pre-btn-qw {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}

.pre-btn-qw__text {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #F0F0F0;
}

.pre-btn-qw__switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pre-btn-qw__switch {
  background: #BDBDBD;
  width: 50px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  transition: .3s;
  flex-shrink: 0;
  cursor: pointer;
}

.pre-btn-qw__switch-tongue {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  transition: .3s;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch {
  background: #586DEC;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch .pre-btn-qw__switch-tongue {
  left: 22px;
}

@media screen and (max-width: 750px) {
  .pre-btn-qw {
    margin-top: 12px;
  }

  .pre-btn-qw__text {
    font-size: 14px;
  }
}

/*new styles*/
@media screen and (max-width: 1350px) {
  .callbackform__description {
    font-size: 16px;
    line-height: 22px;
  }

  .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 rgb(240, 240, 240, 0.9);
  border-radius: 12px !important;
  padding: 20px !important;
}

tb-notification-button:hover {
  box-shadow: initial !important;
}

tb-notification-button a {
  color: #F0F0F0 !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: "Напоминание в";
  }
}

/*slick*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: inherit;
}

.slick-slide>div {
  height: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: 16px;
  z-index: -1;
}

.slick-dots li {
  display: block;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(69, 69, 143, 0.2);
  box-shadow: 0px 2.66666px 5.33333px rgba(0, 0, 52, 0.04), 0px 1.33333px 2.66666px rgba(0, 0, 52, 0.04), 0px 0.666666px 1.33333px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(2px);
  margin: 0 3px;
}

.slick-dots li.slick-active {
  background: rgba(171, 171, 255, 0.2);
  box-shadow: 0px 2.66666px 5.33333px rgba(0, 0, 52, 0.04), 0px 1.33333px 2.66666px rgba(0, 0, 52, 0.04), 0px 0.666666px 1.33333px rgba(0, 0, 52, 0.04);
  backdrop-filter: blur(2px);
}

.slick-dots button {
  display: none;
}

/*blue-info-anim*/

.blue-info-anim {
  overflow: hidden;
  position: absolute;
  width: 360px;
  right: -300px;
  top: -35px;
  opacity: 0;
  animation: show-blue-block 10s forwards;
  animation-delay: 1s;
}

.blue-info-anim__block {
  position: relative;
  width: max-content;
  background: rgba(125, 125, 255, 0.5);
  backdrop-filter: blur(6.5px);
  border-radius: 8px;
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.9);
  top: 0;
  opacity: 1;
}

.blue-info-anim__block::after {
  content: '';
  top: calc(50% - 3px);
  position: absolute;
  width: 3px;
  height: 6px;
  border-radius: 0 255px 255px 0;
  right: -4px;
  background: rgba(125, 125, 255, 0.5);

}

.blue-info-anim__block::before {
  content: '';
  top: calc(50% - 1px);
  position: absolute;
  width: 150px;
  height: 2px;
  /*border-radius: 50%;*/
  right: -156px;
  background: rgb(125, 125, 255);
  background: linear-gradient(90deg, rgba(125, 125, 255, 0.5) 0%, rgba(125, 125, 255, 0.5) 70%, rgba(125, 125, 255, 0) 100%);
}

.blue-info-anim span {
  overflow: hidden;
  display: block;
  animation: show-text-blue-block-block .5s forwards;
  animation-delay: 1.5s;
  position: relative;
  top: -30px;
  opacity: 0;
}

@keyframes show-blue-block {
  0% {
    right: -300px;
    opacity: 0;
  }

  5% {
    right: 0px;
    opacity: 1;
  }

  95% {
    right: 0px;
    opacity: 1;
  }

  100% {
    right: -300px;
    opacity: 0;
  }
}

@keyframes show-text-blue-block-block {
  0% {
    top: -30px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}


@media screen and (max-width: 750px) {
  .blue-info-anim {
    display: none;
  }
}