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

/*safari inputs fix*/
input {
  border-radius: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*fonts*/
/*
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('woff');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
*/
/* page styles*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  background: #151515;
}

img {
  width: 100%;
  max-width: 100%;
}

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

.main {
  overflow: hidden;
}

.title {
  font-size: 56px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #F0F0F0;
  font-weight: 600;
  text-align: center;
}

.span-show-mob {
  display: none;
}

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

.show-mb {
  display: none;
}

@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: 36px;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .title {
    font-size: 32px;
  }

  .content-block-container {
    padding: 0 18px;
  }

  .span-hide-mob {
    display: none;
  }

  .span-show-mob {
    display: inline;
  }

  .show-mb {
    display: block;
  }

  .hide-mb {
    display: none;
  }
}

/*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(220, 220, 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);
  margin: 0 3px;
}

.slick-dots li.slick-active {
  background: rgba(171, 171, 255, 0.6);
  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);
}

.slick-dots button {
  display: none;
}

.slick-track {
  display: flex;
}

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

.slick-slide .main-themes__elem {
  height: 100%;
}

.js-speakers-slider .slick-slide>div {
  margin: 0 20px;
}


/*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_ltl {
  width: 248px;
}

.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_ltl {
    width: 100%;
  }

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



/*logo*/

.logo {
  width: 112px;
}

.logo a {
  display: block;
}

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

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

/*blue-btn*/
.blue-btn {
  display: block;
  transition: .2s all;
  width: 100%;
  max-width: 279px;
  padding: 15px;
  background: #7D7DFF;
  border-radius: 8px;
  text-align: center;
  color: #F0F0F0;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.blue-btn:hover {
  background: #A5A5FF;
}

.blue-btn:active {
  background: #6D6DFF;
}

@media screen and (max-width: 1350px) {
  .blue-btn {
    font-size: 16px;
    line-height: 150%;
    padding: 14px;
    max-width: 220px;
  }
}

@media screen and (max-width: 581px) {
  .blue-btn {
    max-width: initial;
  }

  .blue-btn:hover {
    background: #7D7DFF;
  }

  .blue-btn:active {
    background: #7D7DFF;
  }
}

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

.burger-line {
  width: 32px;
  height: 2px;
  background-color: #FFFFFF;
  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;
  }

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

/*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;
  background: #151515;
  border-radius: 16px;
  position: relative;
}

.header__line::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(326deg, #3455FF 0%, #262626 15%, #262626 89%, #3455FF 100%);
  border-radius: 17px;
  z-index: -1;
}

.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 {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.header__nav-list a:hover {
  color: #7D7DFF;
}

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

  .header__line {
    padding: 14px 16px;
  }
}

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

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

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

  .header__line::before {
    border-radius: 9px;
  }

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

  .header_show-nav .header__nav-list a:hover {
    color: #fff;
  }
}

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

/*.first-screen */

.first-screen {
  position: relative;
  padding: 265px 0 0 0;
  z-index: 12;
}

.first-screen img {
  width: 100%;
  display: flex;
  align-items: center;
}

/*.first-screen__header-bg {
  position: absolute;
  width: 1000px;
  top: -480px;
  z-index: -1;
}

.first-screen__header-bg_1 {
  left: -500px;
}

.first-screen__header-bg_2 {
  right: -700px;
}
*/
.first-screen__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(53% - 20px) auto;
  grid-template-columns: calc(53% - 20px) auto;
  gap: 40px;
}

.first-screen___left {
  position: relative;
  z-index: 2;
}

.first-screen__tags {
  display: flex;
  flex-wrap: wrap;
  margin: -28px -16px 0 0;
  max-width: 350px;
}

.first-screen__tag {
  color: #F0F0F0;
  padding: 10px 16px;
  background: #151515;
  border-radius: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 28px 16px 0 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}

.first-screen__tag::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(129deg, #262626 63%, rgba(245, 216, 77, .8) 81.68%, #262626 95%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.first-screen__tag_time {
  border-radius: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-transform: initial;
}

.first-screen__tag_time::before {
  background: linear-gradient(90deg, rgba(52, 255, 182, 1) 0%, #2D8C69 1%, #262626 47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.first-screen__title {
  font-weight: 700;
  font-size: 75px;
  line-height: 130%;
  color: #F0F0F0;
  margin: 40px 0 32px;
}

.first-screen__text {
  font-size: 24px;
  line-height: 150%;
  color: #DCDCDC;
  margin: 0 0 32px 0;
  max-width: 600px;
}

.first-screen__title_colored {
  background: linear-gradient(123deg, #FF3A52 9.35%, #FF8C3F 53.66%, #FFCD30 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.first-screen .btn-with-gradiend {
  margin: 0;
}

.first-screen___img {
  position: relative;
}

.first-screen___hero-bg {
  width: 100%;
  margin-top: -12%;
}
.first-screen___img img {
  width: 100%;
}

.first-screen___hero-img1 {
  position: absolute;
  width: 36%;
  top: -25%;
  left: 12%;
  transform: translate(0%, 0%);
  animation: moveUpDown 12s ease-in-out infinite alternate;
}

.first-screen___hero-img2 {
  position: absolute;
  width: 36%;
  top: -10%;
  right: 12%;
  transform: translate(0%, 0%);
  animation: moveUpDown 20s ease-in-out infinite alternate;
}

/*.rotation {
  transform: rotate(0deg);
  animation: rotation 20s linear infinite;
}*/

@keyframes moveUpDown {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(0%, 10%);
  }
}

@media (max-width: 1350px) {
  .first-screen {
    position: relative;
    padding: 250px 0 0 0;
  }
/*
  .first-screen__header-bg {
    position: absolute;
    width: 844px;
    top: -400px;
    z-index: -1;
  }

  .first-screen__header-bg_1 {
    left: -340px;
  }

  .first-screen__header-bg_2 {
    right: -500px;
    top: -500px;
  }*/

  .first-screen__title {
    font-size: 54px;
    margin: 40px 0 32px;
  }

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

  .first-screen .btn-with-gradiend {
    margin: 0;
  }

}

@media (max-width: 980px) {
  .first-screen {
    padding: 190px 0 0 0;
  }

  .first-screen__title {
    font-size: 44px;
    line-height: 110%;
    margin: 32px 0 24px;
  }

  .first-screen__text {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 24px 0;
    max-width: 434px;
  }

}

@media (max-width: 750px) {
  .first-screen {
    padding: 108px 0 0 0;
  }
/*
  .first-screen__header-bg {
    position: absolute;
    width: 400px;

    z-index: -1;
  }

  .first-screen__header-bg_1 {
    top: -180px;
    left: -150px;
  }

  .first-screen__header-bg_2 {
    display: none;
  }*/

  .first-screen__content {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }

  .first-screen___left {
    position: static;
    z-index: 2;
  }

  .first-screen__tags {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
    max-width: initial;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .first-screen__tag {
    color: #F0F0F0;
    padding: 12px 13px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 16px 16px 0 0;
    font-size: 14px;
    line-height: 120%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .first-screen__tag_time {
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
  }

  .first-screen__title {
    font-size: 32px;
    line-height: 110%;
    margin: 0 0 24px 0;
  }

  .first-screen__text {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    max-width: 600px;
  }

  .first-screen .btn-with-gradiend {
    margin: 24px 0 0 0;
  }

  .first-screen___hero-bg {
    width: 100%;
    margin-top: 70px;
  }

  .first-screen___hero-img {
    position: relative;
    width: calc(100% + 40px);
    margin: 10px -20px -30px -20px;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 414px) {
  .first-screen___hero-bg {
    margin-top: 120px;
  }
}


.example {
  display: -ms-grid;
  display: grid;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: linear-gradient(to bottom, white, black);
}

/*about*/
.about {
  margin: 200px auto;
  max-width: 922px;
  position: relative;
}

.about__about-bg {
  width: 1380px;
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: -940px;
}

.about__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px 420px;
  grid-template-columns: auto 420px;
  gap: 60px;
  align-items: center;
}

.about__title {
  text-align: left;
}

.about__text {
  font-size: 24px;
  line-height: 150%;
  color: #DCDCDC;
  margin: 24px 0 0 0;
}

.about__right {
  background: #151515;
  border-radius: 40px;
  padding: 28px 0;
  position: relative;
}
.about__right::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(245deg, #3E41AD 0%, #262626 34%, #262626 78%, #FFEB39 100%);
  border-radius: 41px;
  z-index: -1;
}

.about__info {
  padding: 32px 60px;
}

.about__info:not(:first-child) {
  border-top: 1px solid #262626;
}

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

.about__note {
  font-size: 18px;
  line-height: 28px;
  color: #A1A1AA;
  margin: 12px 0 0 0;
}

@media screen and (max-width: 1350px) {
  .about {
    margin: 160px auto;
    max-width: 712px;
  }

  .about__about-bg {
    width: 1080px;
    left: 20px;
    bottom: -640px;
  }

  .about__grid {
    -ms-grid-columns: auto 20px 340px;
    grid-template-columns: auto 340px;
    gap: 20px;
  }

  .about__text {
    font-size: 20px;
  }

  .about__right {
    border-radius: 32px;
    padding: 16px 0;
  }
  .about__right::before {
    border-radius: 33px;
  }

  .about__info {
    padding: 24px 40px;
  }

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

@media screen and (max-width: 980px) {
  .about {
    margin: 120px auto;
    max-width: 752px;
    padding: 0 20px;
  }

  .about__about-bg {
    width: 800px;
    left: initial;
    bottom: -540px;
    right: -250px;
  }

  .about__grid {
    -ms-grid-columns: auto 354px;
    grid-template-columns: auto 354px;
  }

  .about__text {
    font-size: 18px;
  }

  .about__right {
    border-radius: 24px;
  }
  .about__right::before {
    border-radius: 25px;
  }

  .about__note {
    margin: 0 0 0 0;
  }
}

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

  .about__about-bg {
    width: 100%;
    bottom: -700px;
    right: 0;
  }


  .you-can__like-bg::after {
    content: none;
  }


  .about__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
    align-items: initial;
  }

  .about__right {
    border-radius: 20px;
  }
  .about__right::before {
    border-radius: 21px;
  }
}

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

/*.main-themes__bg {
  position: absolute;
  width: 1440px;
  right: calc(50% - 770px);
  bottom: -650px;
  z-index: -1;
}*/

.main-themes__grid {
  margin: 80px auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  grid-gap: 60px;
  max-width: 1000px;
}

.main-themes__block {
  background: #151515;
  border-radius: 38px;
  padding: 32px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.main-themes__block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  border-radius: 39px;
}

.main-themes__block_1::before {
  background: linear-gradient(133deg, rgba(52, 255, 182, .8) 0%, #262626 43%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.main-themes__block_2::before {
  background: linear-gradient(240deg, rgba(245, 216, 77, .8) 0%, #262626 43%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.main-themes__block_3::before {
  background: linear-gradient(66deg, #5919E0 0%, #262626 43%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.main-themes__block_4::before {
  background: linear-gradient(321deg, #DC19E0 0%, #262626 43%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

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

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

.main-themes__icon {
  border: 0.983333px solid rgba(255, 255, 255, 0.1);
  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);
  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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  width: 34px;
}

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

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

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

  .main-themes__grid {
    margin: 60px auto 0 auto;
    grid-gap: 50px;
    gap: 50px;
    max-width: 880px;
  }

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

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

/*  .main-themes__bg {
    width: 480px;
    right: 30%;
    bottom: 0%;
  }*/

  .main-themes__grid {
    display: flex;
    margin: initial;
    grid-gap: 24px;
    gap: 24px;
    width: max-content;
  }

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

  .main-themes__block {
    width: 324px;
  }


  .main-themes__wrap {
    width: calc(100% + 40px);
    margin: 50px -20px 0 -20px;
    padding: 0 20px;
    overflow: auto;
  }

  .main-themes__grid {
    display: flex;
    margin: initial;
    grid-gap: 24px;
    gap: 24px;
    width: max-content;
  }

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

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

}

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

/*  .main-themes__bg {
    right: -20%;
    bottom: -50%;
  }*/

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

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

  .main-themes__elem {}

  .main-themes__wrap {
    width: initial;
    margin: initial;
    padding: initial;
    overflow: initial;
  }


  .main-themes__block {
    border-radius: 20px;
    width: initial;
    margin: 0 20px;
    max-width: initial;
  }

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

}

/* footer-info */
.footer-info {
  margin: 253px 0 0 0;
  position: relative;
  z-index: 1;
}

.footer-info__computer {
  position: absolute;
  left: -111px;
  width: 886px;
  bottom: -34px;
  z-index: -1;
}

.footer-info__computer img {
  display: flex;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-info__circles {
  position: absolute;
  width: 219px;
  top: -240px;
  left: 400px;
}

.footer-info__grid {
  position: absolute;
  bottom: 0;
  width: 1290px;
  left: -60px;
  bottom: -160px;
  z-index: -2;
}

.footer-info__form-block-grid {
  position: absolute;
  left: 0;
  bottom: 400px;
  width: 1256px;
}

.footer-info__form-block-light {
  position: absolute;
  width: 2396px;
}

.footer-info__form-block-light_right {
  right: -1350px;
  bottom: 0;
}

.footer-info__form-block-light_left {
  left: -1400px;
  bottom: 100px;
}

.footer-info__wrap {
  display: flex;
  justify-content: flex-end;
}

.footer-info__content {
  position: relative;
  right: 0;
  max-width: 630px;
  padding-bottom: 202px;
}

.footer-info__content .title {
  text-align: left;
}

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

@media screen and (max-width: 1350px) {
  .footer-info {
    margin: 200px 0 0 0;
  }

  .footer-info__circles {
    width: 160px;
    top: -160px;
    left: initial;
    right: 600px;
  }

  .footer-info__grid {
    display: none;
  }

  .footer-info__form-block-grid {
    left: initial;
    bottom: 240px;
    right: -100px;
  }

  .footer-info__form-block-light {
    width: 1800px;
  }

  .footer-info__form-block-light_right {
    right: -1000px;
    bottom: 0;
  }

  .footer-info__form-block-light_left {
    left: -1000px;
    bottom: 100px;
  }

  .footer-info__content {
    max-width: 468px;
    padding-bottom: 164px;
  }

  .footer-info__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  .footer-info {
    margin: 160px 0 0 0;
  }

  .footer-info__computer {
    left: 0px;
    width: 60%;
  }

  .footer-info__circles {
    width: 140px;
    top: -100px;
    left: initial;
    right: 520px;
  }

  .footer-info__grid {
    display: none;
  }

  .footer-info__form-block-grid {
    left: initial;
    bottom: 0;
    right: -200px;
  }

  .footer-info__form-block-light {
    position: absolute;
    width: 1600px;
  }

  .footer-info__form-block-light_right {
    right: -800px;
    bottom: 0;
  }

  .footer-info__form-block-light_left {
    left: -800px;
    bottom: 50px;
  }

  .footer-info__content {
    max-width: 50%;
    padding-bottom: 97px;
  }

  .footer-info__desc {
    font-size: 16px;
  }
}

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

  .footer-info__content {
    max-width: 100%;
  }
  .footer-info__computer {
    position: relative;
    left: -18px;
    width: 120%;
    bottom: 0;
    z-index: -2;
  }

  .footer-info__computer img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-info__circles {
    display: none;
  }

  .footer-info__grid {
    display: none;
  }

  .footer-info__form-block-grid {
    display: none;
  }

  .footer-info__form-block-light {
    position: absolute;
    width: 400px;
  }

  .footer-info__form-block-light_right {
    right: 0;
    bottom: 100px;
  }

  .footer-info__form-block-light_left {
    left: 0;
    bottom: 900px;
  }

  .footer-info__wrap {
    display: flex;
    justify-content: initial;
    flex-direction: column-reverse;
  }

  .footer-info__content {
    padding-bottom: 24px;
  }

  .footer-info__content .title {
    text-align: left;
  }

  .footer-info__desc {
    max-width: initial;
    margin: 24px 0 0 0;
  }
}

/*footer*/
.footer {
  font-size: 13px;
  line-height: 16px;
  color: #EEEEEE;
  padding: 24px 0;
  background: #1b1b1b;
  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;
  }
}

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

.speakers img {
  width: 100%;
  display: flex;
  align-self: center;
}
/*
.speakers__bg {
  position: absolute;
  width: 1000px;
  height: 770px;
  z-index: -1;
}

.speakers__bg_top {
  top: -200px;
  right: -600px;
}

.speakers__bg_bottom {
  bottom: -500px;
  left: -400px;
}*/

.speakers .title {
  text-align: center;
}

.speakers__table {
  position: relative;
  margin: 80px 0 0 0;
  background: #151515;
  border-radius: 37px;
}

.speakers__table::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(118deg, rgba(245, 216, 77, .8) 0%, #262626 25%);
  border-radius: 38px;
  z-index: -1;
}

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

.speakers__name {
  font-weight: 700;
  font-size: 28px;
  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%;
  font-weight: 600;
  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: 1px solid #2E2E2E;
  padding: 50px 80px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.speakers__body {
  border-top: 1px solid #2E2E2E;
  display: grid;
  grid-template-columns: 740px auto;
}

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

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

.speakers__img img {
  display: flex;
  align-self: center;
  justify-self: center;
}
/*
.speakers__img::before {
  content: '';
  background: linear-gradient(141.84deg, #474684 6.59%, rgba(71, 70, 132, 0) 138.38%);
  border: 3px solid #EAEAEA;

  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: -1;
}*/

/*.speakers__body_1 .speakers__img img {
  border-radius: 143px 24px 24px 150px;
}*/

/*.speakers__body_1 .speakers__img::before {
  border-radius: 143px 24px 24px 150px;
  height: 284px;
}
*/
/*.speakers__body_2 .speakers__img img {
  border-radius: 150px 24px 150px 150px;
}*/

/*.speakers__body_2 .speakers__img::before {
  border-radius: 150px 24px 150px 150px;
}*/

/*.speakers__body_3 .speakers__img img {
  border-radius: 24px 24px 150px 150px;
}*/

/*.speakers__body_3 .speakers__img::before {
  border-radius: 24px 24px 150px 150px;
}*/

/*.speakers__body_4 .speakers__img img {
  border-radius: 24px 150px 150px 150px;
}*/

/*.speakers__body_4 .speakers__img::before {
  border-radius: 24px 150px 150px 150px;
}
*/
/*.speakers__body_5 .speakers__img img {
  border-radius: 150px 150px 24px 150px;
}*/

/*.speakers__body_5 .speakers__img::before {
  border-radius: 150px 150px 24px 150px;
}
*/
@media screen and (max-width: 1350px) {
/*  .speakers__bg {
    width: 750px;
    height: auto
  }

  .speakers__bg_top {
    top: -200px;
    right: -350px;
  }

  .speakers__bg_bottom {
    bottom: -200px;
    left: -30px;
  }*/

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


  .speakers__body {
    grid-template-columns: 560px auto;
  }

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

  .speakers__title {
    font-size: 34px;
  }

  .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__img {
    width: 270px;
  }
/*
  .speakers__body_1 .speakers__img img {
    border-radius: 128.746px 21.6077px 21.6077px 135.048px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 128.746px 21.6077px 21.6077px 135.048px;
    height: 255px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 21.6774px 121.032px 21.6774px 37.9355px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 21.6774px 121.032px 21.6774px 37.9355px;
    height: 261px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 21.6774px 21.6774px 135.484px 135.484px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 21.6774px 21.6774px 135.484px 135.484px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 21.6774px 21.6774px 21.6774px 135.484px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 21.6774px 21.6774px 21.6774px 135.484px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 133.333px 133.333px 21.3333px 133.333px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 133.333px 133.333px 21.3333px 133.333px;
  }*/
}

@media screen and (max-width: 980px) {
  .speakers__title {
    font-size: 28px;
  }

  .speakers .title{
    text-align: left;
  }
/*
  .speakers__bg {
    width: 500px;
    height: auto
  }

  .speakers__bg_top {
    top: -110px;
    right: -250px;
  }

  .speakers__bg_bottom {
    bottom: -220px;
    left: -150px;
}*/

  .speakers__name {
    font-size: 20px;
  }

  .speakers__about {
    font-size: 16px;
  }

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

  .speakers__head,
  .speakers__body {
    grid-template-columns: 60% 40%;
  }

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

  .speakers__right {
    padding: 32px;
  }

  .speakers__left {
    padding: 32px;
  }

  .speakers__img {
    width: 212px;
  }
/*
  .speakers__body_1 .speakers__img img {
    border-radius: 101.158px 16.9775px 16.9775px 106.109px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 101.158px 16.9775px 16.9775px 106.109px;
    height: 200px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 17.0323px 95.0968px 17.0323px 29.8064px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 17.0323px 95.0968px 17.0323px 29.8064px;
    height: 205px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 17.0323px 17.0323px 106.452px 106.452px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 17.0323px 17.0323px 106.452px 106.452px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 17.0323px 17.0323px 17.0323px 106.452px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 17.0323px 17.0323px 17.0323px 106.452px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 104.762px 104.762px 16.7619px 104.762px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 104.762px 104.762px 16.7619px 104.762px;
  }*/
}

@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__title {
    font-size: 24px;
    margin: 0 0 16px 0;
  }

  .speakers__name {
    font-size: 20px;

  }

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

  .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;
  }
  .slick-list {
    overflow: visible;
  }

  .speakers__body {
    display: flex !important;
    flex-direction: column;
    background: #151515;
    border-radius: 28px;
    height: 100%;
    position: relative;
  }
  .speakers__body::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(137deg, #F5D84D 0%, #262626 34%, rgba(245, 216, 77, 0.5) 60%, #262626 80%);
    border-radius: 29px;
    z-index: -1;
  }

  .speakers__img {
    width: 164px;
  }

  .speakers__body .speakers__img::before {
    right: -6px;
    top: -5px;
  }
/*
  .speakers__body_1 .speakers__img img {
    border-radius: 78.1673px 13.119px 13.119px 81.9936px;
  }

  .speakers__body_1 .speakers__img::before {
    border-radius: 78.1673px 13.119px 13.119px 81.9936px;
    height: 155px;
  }

  .speakers__body_2 .speakers__img img {
    border-radius: 13.1613px 73.4839px 13.1613px 23.0323px;
  }

  .speakers__body_2 .speakers__img::before {
    border-radius: 13.1613px 73.4839px 13.1613px 23.0323px;
    height: 159px;
  }

  .speakers__body_3 .speakers__img img {
    border-radius: 13.4795px 13.4795px 84.2468px 84.2468px;
  }

  .speakers__body_3 .speakers__img::before {
    border-radius: 13.4795px 13.4795px 84.2468px 84.2468px;
  }

  .speakers__body_4 .speakers__img img {
    border-radius: 13.1613px 13.1613px 13.1613px 82.2581px;
  }

  .speakers__body_4 .speakers__img::before {
    border-radius: 13.1613px 13.1613px 13.1613px 82.2581px;
  }

  .speakers__body_5 .speakers__img img {
    border-radius: 80.9525px 80.9525px 12.9524px 80.9525px;
  }

  .speakers__body_5 .speakers__img::before {
    border-radius: 80.9525px 80.9525px 12.9524px 80.9525px;
  }*/

/*  .speakers__bg_top {
    width: 500px;
    height: auto;
    top: -110px;
    right: -210px;
  }

  .speakers__bg_bottom {
    width: 500px;
    height: auto;
    bottom: -240px;
    left: -195px;
  }*/
}



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

.book__img img {
  width: 100%;
  display: flex;
  align-self: center;
}

.book__bg {
  width: 1662px;
  position: absolute;
  right: -800px;
  top: -800px;
  z-index: -2;
}

.book__block {
  padding: 50px;
  background: #151515;
  border-radius: 38px;
  position: relative;
}

.book__block::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(188deg, #3E41AD 0%, #262626 34%);
  border-radius: 38px;
  z-index: -1;
}

.book__img {
  position: absolute;
  width: 32%;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%)
}

.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: 24px 0 32px 0;
  max-width: 600px;
}

.book__text {
  padding: 0 530px 0 0;
}


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

  .book__block {
    padding: 40px;
    border-radius: 32px;
  }
  .book__block::before {
    border-radius: 33px;
  }

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

  .book__text {
    padding: 0 360px 0 0;
  }

}

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

  .book__block {
    padding: 24px;
  }

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

  .book__desc {
    font-size: 16px;
  }

  .book__text {
    padding: 0 40% 0 0;
    position: relative;
    z-index: 2;
  }
}

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

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

  .book__block {
    padding: 24px;
    border-radius: 16px;
  }
  .book__block::before {
    border-radius: 17px;
  }

  .book__img {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    right: initial;
    top: initial;
    transform: initial;
  }

  .book__img img {
    margin: 0;
    width: 100%;
  }

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

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

  .book__text {
    max-width: initial;
    padding: 0;
  }

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

/*format*/
.format {
  margin: 200px 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: 80px 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: #4D07A7;
  left: 0;
  bottom: 0;
}

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

@media screen and (max-width: 1350px) {
  .format {
    margin: 80px 0 160px 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: 40px 0 120px 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: 20px 0 100px 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: initial;
  }

  .format__title {
    text-align: left;
  }

  .format__title::after {
    left: 0;
  }

  .format__desc {
    text-align: left;
  }
}

/*reviews*/
.reviews {
  width: 100%;
  margin: 200px 0;
  z-index: 10;
}

.reviews img {
  width: 100%;
  display: flex;
  align-self: center;
}
/*
.reviews__bg {
  position: absolute;
  z-index: -1;
}

.reviews__bg_top {
  width: 960px;
  top: -500px;
  right: -600px;
}

.reviews__bg_bottom {
  width: 1194px;
  bottom: -900px;
  left: -600px;
}*/

.reviews__container-wrapper {
  overflow: hidden;
}

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

}

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

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

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

@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 {
  background: #151515;
  border: 3px solid #262626;
  border-radius: 22px;
  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 {
  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: 0 0 80px 0;
  }

  .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: 0;
  }
/*  
  .reviews__bg_top {
    width: 500px;
    top: -300px;
    right: -300px;
  }
  
  .reviews__bg_bottom {
    width: 500px;
    bottom: -510px;
    left: -200px;
  }*/

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

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

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

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

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

/*form*/
/*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: 'Raleway';
}

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: "Напоминание в";
  }
}