@charset "UTF-8";
/*Обнуление стилей*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe-light.woff2") format("woff2"), url("../fonts/circe-light.woff") format("woff"), url("../fonts/circe-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe-regular.woff2") format("woff2"), url("../fonts/circe-regular.woff") format("woff"), url("../fonts/circe-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe-bold.woff2") format("woff2"), url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  position: relative;
  max-width: 100vw;
  background-color: #101013;
  color: #ffffff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow-x: hidden;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

h1 {
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 999px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 650px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  display: block;
  color: #fff;
  font-family: Circe;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 999px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 650px) {
  h4 {
    font-size: 20px;
  }
}

p {
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 650px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}
a:active {
  color: #ffffff;
}

.line-through {
  text-decoration: line-through;
}

.wrapper {
  width: min(1176px, 100% - 60px);
  margin-inline: auto;
}
@media (max-width: 430px) {
  .wrapper {
    width: min(100%, 100% - 30px);
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 19px 24px;
  border-radius: 16px;
  background: #101013;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 650px) {
  .button {
    height: 56px;
    font-size: 16px;
  }
}
.button:hover {
  background: #2d2d36;
}
.button_blue {
  border-radius: 16px;
  background: #1e6aff;
  box-shadow: 4px 4px 32px 0px rgba(30, 106, 255, 0.32);
}
.button_blue:hover {
  background: #1750bf;
}
.button_blue:active {
  background: #003bae;
}

@media (max-width: 950px) {
  .header {
    width: 100%;
    padding: 0;
  }
}
.header.open .header__burger-button .header__burger-button-line:first-of-type {
  animation: open-burger-menu-1 ease-in-out 0.3s forwards;
}
.header.open .header__burger-button .header__burger-button-line:nth-of-type(2) {
  animation: open-burger-menu-2 ease-in-out 0.3s forwards;
}
.header.open .header__burger-button .header__burger-button-line:last-of-type {
  animation: open-burger-menu-3 ease-in-out 0.3s forwards;
}
.header.open .header__burger-list {
  animation: open-burger-list 0.3s ease-in-out forwards;
}
.header.close .header__burger-button .header__burger-button-line:first-of-type {
  animation: close-burger-button-1 ease-in-out 0.3s forwards;
}
.header.close .header__burger-button .header__burger-button-line:nth-of-type(2) {
  animation: close-burger-button-2 ease-in-out 0.3s forwards;
}
.header.close .header__burger-button .header__burger-button-line:last-of-type {
  animation: close-burger-button-3 ease-in-out 0.3s forwards;
}
.header.close .header__burger-list {
  animation: close-burger-list 0.3s ease-in-out forwards;
}
.header__container {
  position: relative;
  display: flex;
  width: 100%;
  padding: 24px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  transition: 0.1s;
  z-index: 3;
}
@media (max-width: 950px) {
  .header__container {
    padding: 20px 30px;
    border-radius: 0;
    border: 0;
  }
}
@media (max-width: 550px) {
  .header__container {
    padding: 4px 30px;
  }
}
@media (max-width: 430px) {
  .header__container {
    padding: 4px 20px;
  }
}
.header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
}
.header__logo:hover svg {
  opacity: 0.7;
}
@media (max-width: 699px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 350px) {
  .header__logo {
    width: 160px;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.header__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
@media (max-width: 699px) {
  .header__navigation {
    display: none;
  }
}
.header__navigation li a {
  color: #ffffff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
}
.header__navigation li a:hover {
  color: #1e93ff;
  text-decoration: underline;
}
.header__burger-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 699px) {
  .header__burger-button {
    display: flex;
  }
}
.header__burger-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header__burger-button-line {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  transition: 0.3s;
}
.header__burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header__burger-list {
  position: relative;
  display: block;
  width: 100%;
  padding: 72px 20px 16px;
  border-bottom: 1px solid #53537a;
  background: #20202f;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
  transform: translateX(-100%);
  transition: 0.3s;
  z-index: 2;
}
.header__burger-list-item {
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: transparent;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.header__burger-list-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header__burger-list-item:last-of-type {
  margin-bottom: 0;
}
.header__burger-list-item a {
  color: #fff;
  text-align: center;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 359px) {
  .header__burger-list-item a {
    font-size: 18px;
  }
}
@keyframes open-burger-menu-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes open-burger-menu-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes open-burger-menu-3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@keyframes close-burger-button-1 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes close-burger-button-2 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes close-burger-button-3 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes open-burger-list {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes close-burger-list {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}

.hero {
  padding-top: 32px;
}
@media (max-width: 950px) {
  .hero {
    padding-top: 0;
  }
}
.hero__wrapper {
  position: relative;
  padding-block: 126px 230px;
}
@media (max-width: 900px) {
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 90px;
    padding-block: 90px;
  }
}
.hero__info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 550px;
}
@media (max-width: 1100px) {
  .hero__info-block {
    max-width: 450px;
  }
}
@media (max-width: 900px) {
  .hero__info-block {
    max-width: 600px;
    align-items: center;
  }
}
.hero__info-block .button {
  max-width: 302px;
}
@media (max-width: 900px) {
  .hero__info-block .button {
    max-width: 376px;
  }
}
.hero__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.hero__date:hover {
  background: rgba(255, 255, 255, 0.24);
}
.hero__date span {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.hero__date span:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  display: block;
  width: 1px;
  height: 100%;
  background: white;
}
.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.hero__text h1 {
  width: 100%;
  text-wrap: balance;
}
@media (max-width: 900px) {
  .hero__text h1 {
    text-align: center;
  }
}
.hero__text p {
  width: 100%;
  max-width: 484px;
  text-wrap: pretty;
}
@media (max-width: 900px) {
  .hero__text p {
    max-width: 100%;
    text-align: center;
  }
}
.hero__bg-grid, .hero__bg-circles, .hero__bg-item {
  position: absolute;
  height: auto;
}
.hero__bg-grid {
  top: -125px;
  right: -274px;
  width: 640px;
  max-width: 640px;
  z-index: -3;
}
.hero__bg-circles {
  bottom: -400px;
  right: -900px;
  width: 1382px;
  max-width: 1382px;
  z-index: -2;
}
@media (max-width: 1540px) {
  .hero__bg-circles {
    right: -800px;
  }
}
@media (max-width: 600px) {
  .hero__bg-circles {
    right: -900px;
  }
}
.hero__bg-item {
  top: 55px;
  right: -150px;
  width: 590px;
  max-width: 590px;
  z-index: -1;
}
@media (max-width: 1540px) {
  .hero__bg-item {
    right: -60px;
  }
}
@media (max-width: 1300px) {
  .hero__bg-item {
    top: 100px;
    right: -30px;
    width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 1150px) {
  .hero__bg-item {
    top: 150px;
    width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 900px) {
  .hero__bg-item {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 1;
  }
}

.companies {
  padding-block: 50px;
  background: #f4f4fe;
}
@media (max-width: 699px) {
  .companies {
    padding-block: 30px;
  }
}
.companies__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.companies__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 774px;
}
@media (max-width: 700px) {
  .companies__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 32px;
  }
}
@media (max-width: 400px) {
  .companies__container {
    grid-template-columns: 1fr;
  }
}
.companies__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 700px) {
  .companies__item {
    width: 100%;
  }
}
.companies__item:first-of-type {
  justify-content: flex-start;
}
@media (max-width: 700px) {
  .companies__item:first-of-type {
    justify-content: center;
  }
}
.companies__item:last-of-type {
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .companies__item:last-of-type {
    justify-content: center;
  }
}
.companies__item svg,
.companies__item img {
  height: auto;
  transition: opacity 0.3s;
}
.companies__item svg:hover,
.companies__item img:hover {
  opacity: 0.7;
}
.companies__item_icontext svg {
  width: 107px;
  max-width: 107px;
}
.companies__item_smartdatahub svg {
  width: 130px;
  max-width: 130px;
}
.companies__item_vitamin img {
  width: 176px;
  max-width: 176px;
}
.companies__item_okko svg {
  width: 72px;
  max-width: 72px;
}

.tasks {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #f4f4fe;
}
@media (max-width: 950px) {
  .tasks {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .tasks {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.tasks__wrapper h2 {
  margin-bottom: 70px;
  color: #1a1b18;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 999px) {
  .tasks__wrapper h2 {
    margin-bottom: 40px;
  }
}
.tasks__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "t1 im t3" "t2 im t4";
  gap: 24px;
  min-height: 522px;
}
@media (max-width: 1100px) {
  .tasks__container {
    min-height: 400px;
  }
}
@media (max-width: 999px) {
  .tasks__container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "t1 t3" "t2 t4" "im im";
  }
}
@media (max-width: 650px) {
  .tasks__container {
    grid-template-columns: 1fr;
    grid-template-areas: "t1" "t2" "t3" "t4" "im";
  }
}
.tasks__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid transparent;
  background: rgba(30, 106, 255, 0.0784313725);
  transition: 0.3s;
}
@media (max-width: 650px) {
  .tasks__item {
    justify-content: flex-start;
  }
}
@media (max-width: 599px) {
  .tasks__item {
    padding: 24px 16px;
  }
}
.tasks__item:hover {
  border-color: #1e6aff;
  box-shadow: 0 4px 8px 0 rgba(49, 84, 152, 0.08), 0 8px 16px 0 rgba(49, 84, 152, 0.12);
  transform: translateY(-4px);
}
.tasks__item:first-of-type {
  grid-area: t1;
}
.tasks__item:nth-of-type(2) {
  grid-area: t2;
}
.tasks__item:nth-of-type(3) {
  grid-area: t3;
}
.tasks__item:last-of-type {
  grid-area: t4;
}
.tasks__item h3 {
  width: 100%;
  color: #1a1b18;
  font-size: 28px;
  text-wrap: balance;
}
@media (max-width: 1199px) {
  .tasks__item h3 {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .tasks__item h3 {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .tasks__item h3 {
    font-size: 20px;
  }
}
@media (max-width: 399px) {
  .tasks__item h3 {
    text-align: center;
  }
}
.tasks__item p {
  width: 100%;
  color: #1a1b18;
  text-wrap: pretty;
  opacity: 0.9;
}
@media (max-width: 399px) {
  .tasks__item p {
    text-align: center;
  }
}
.tasks__image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  grid-area: im;
}
@media (max-width: 1236px) {
  .tasks__image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tasks__image-bg {
  position: absolute;
  top: -97px;
  left: -73px;
  width: 522px;
  min-width: 100%;
  max-width: 522px;
  height: 692px;
  min-height: 100%;
}
@media (max-width: 1236px) {
  .tasks__image-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
  }
}
@media (max-width: 999px) {
  .tasks__image-bg {
    display: none;
  }
}
.tasks__image-item {
  position: absolute;
  top: -8px;
  left: -33px;
  width: 442px;
  min-width: 100%;
  max-width: 442px;
  height: 586px;
  min-height: 100%;
}
@media (max-width: 1236px) {
  .tasks__image-item {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 999px) {
  .tasks__image-item {
    display: none;
  }
}
.tasks__image-tablet {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  .tasks__image-tablet {
    display: block;
  }
}
@media (max-width: 399px) {
  .tasks__image-tablet {
    display: none;
  }
}
.tasks__image-mobile {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 399px) {
  .tasks__image-mobile {
    display: block;
  }
}

.program {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #101013;
}
@media (max-width: 950px) {
  .program {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .program {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.program__wrapper h2 {
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 950px) {
  .program__wrapper h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .program__wrapper h2 {
    margin-bottom: 20px;
  }
}
.program__wrapper .registration-button {
  max-width: 376px;
  margin: 0 auto;
}
.program__line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 142px;
  margin-bottom: 48px;
}
@media (max-width: 950px) {
  .program__line {
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .program__line {
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .program__line {
    margin-bottom: 24px;
  }
}
.program__line:first-of-type .program__info h4 {
  margin-bottom: 0;
}
.program__line:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 650px) {
  .program__line:last-of-type {
    margin-bottom: 24px;
  }
}
.program__line:last-of-type .program__info {
  border: 0;
}
@media (max-width: 650px) {
  .program__line:last-of-type .program__info .program__speaker-container {
    flex-wrap: wrap;
  }
}
.program__time {
  display: block;
  color: #1e6aff;
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Circe;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.92px;
}
.program__info {
  width: 100%;
  max-width: 676px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c8caf1;
  transition: 0.3s;
}
@media (max-width: 850px) {
  .program__info {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.program__info:hover {
  border-color: #1e6aff;
}
.program__info h4 {
  margin-bottom: 24px;
  color: #ffffff;
  text-wrap: pretty;
}
@media (max-width: 650px) {
  .program__info h4 br {
    display: none;
  }
}
.program__pre-speaker-text {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: 0.6;
}
@media (max-width: 430px) {
  .program__pre-speaker-text {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.program__speaker-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (max-width: 650px) {
  .program__speaker-container {
    gap: 8px;
  }
}
.program__speaker-image {
  width: auto;
  height: 60px;
}
.program__speaker-image img {
  width: auto;
  height: 60px;
}
.program__speaker-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.program__speaker-name, .program__speaker-job {
  color: #ffffff;
  font-family: Circe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 430px) {
  .program__speaker-name, .program__speaker-job {
    font-size: 14px;
  }
}
.program__speaker-job {
  opacity: 0.6;
}

.speakers {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4fe;
}
@media (max-width: 950px) {
  .speakers {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .speakers {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.speakers h2 {
  margin-bottom: 60px;
  color: #101013;
  text-align: center;
}
@media (max-width: 950px) {
  .speakers h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .speakers h2 {
    margin-bottom: 20px;
  }
}
.speakers__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 60px 24px;
  width: 100%;
}
@media (max-width: 1099px) {
  .speakers__container {
    gap: 60px;
  }
}
@media (max-width: 950px) {
  .speakers__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .speakers__container {
    gap: 20px;
  }
}
.speakers__container .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.speakers__container .slick-dots li.slick-active button {
  background: #1e93ff;
}
.speakers__container .slick-dots li button {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(58, 58, 58, 0.4);
  font-size: 0;
  transition: 0.3s;
}
.speakers__item {
  grid-column: span 2;
  justify-items: center;
  width: 100%;
}
@media (max-width: 950px) {
  .speakers__item {
    grid-column: 1;
    width: auto;
    margin: 0 auto;
  }
}
.speakers__item:nth-of-type(4), .speakers__item:last-of-type {
  grid-column: span 3;
}
@media (max-width: 950px) {
  .speakers__item:nth-of-type(4), .speakers__item:last-of-type {
    grid-column: 1;
    justify-items: center;
  }
}
.speakers__item:nth-of-type(4) {
  justify-items: flex-end;
}
.speakers__item:last-of-type {
  justify-items: flex-start;
}
.speakers__item:hover .speakers__item-image img {
  filter: drop-shadow(0px 0px 80px rgba(30, 106, 255, 0.36));
}
@media (max-width: 950px) {
  .speakers__item:hover .speakers__item-image img {
    filter: none;
  }
}
.speakers__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 376px;
}
@media (max-width: 950px) {
  .speakers__item-wrapper {
    margin: 0 20px;
  }
}
.speakers__item-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
}
.speakers__item-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}
.speakers__item-name {
  margin-bottom: 10px;
  color: #101013;
  text-align: center;
}
.speakers__item-job {
  color: #101013;
  text-align: center;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-wrap: pretty;
}
@media (max-width: 1236px) {
  .speakers__item-job {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .speakers__item-job {
    font-size: 16px;
  }
}
.speakers__item-job a {
  color: #1e93ff;
  text-decoration: underline;
  transition: 0.3s;
}
.speakers__item-job a:hover {
  color: #1567b2;
}

.info {
  padding-top: 80px;
  background: #f4f4fe;
}
@media (max-width: 1199px) {
  .info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 950px) {
  .info {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .info {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.info__block {
  padding: 60px;
  border-radius: 24px;
  background: #f0d9ff;
}
@media (max-width: 1099px) {
  .info__block {
    padding: 45px 25px;
  }
}
@media (max-width: 650px) {
  .info__block {
    padding: 20px 16px;
  }
}
.info__block .button {
  max-width: 336px;
  margin: 0 auto;
}
.info__block-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .info__block-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .info__block-container {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.info__block-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 950px) {
  .info__block-item:first-of-type, .info__block-item:nth-of-type(2) {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .info__block-item:first-of-type, .info__block-item:nth-of-type(2) {
    width: 100%;
  }
}
.info__block-item svg {
  width: 90px;
  max-width: 90px;
  height: 90px;
  filter: drop-shadow(4px 4px 16px rgba(72, 37, 94, 0.16));
}
.info__block-item p {
  color: #1a1b18;
  text-align: center;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 650px) {
  .info__block-item p {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .info__block-item p br {
    display: none;
  }
}

.organizer {
  padding-block: 30px;
  background: #f4f4fe;
}
.organizer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
@media (max-width: 950px) {
  .organizer__container {
    grid-template-columns: 1fr;
  }
}
.organizer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-right: 100px;
}
@media (max-width: 950px) {
  .organizer__text {
    order: 1;
    justify-content: flex-start;
    gap: 30px;
    padding-right: 0;
  }
}
.organizer__text p {
  color: #1a1b18;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .organizer__text p {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .organizer__text p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .organizer__text p {
    font-size: 16px;
  }
}
.organizer__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 950px) {
  .organizer__title {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .organizer__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.organizer__title h2 {
  color: #1a1b18;
  font-family: "Circe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1250px) {
  .organizer__title h2 {
    font-size: 38px;
  }
}
@media (max-width: 650px) {
  .organizer__title h2 {
    font-size: 28px;
  }
}
.organizer__title svg {
  width: 100%;
  max-width: 341px;
  height: auto;
}
@media (max-width: 1250px) {
  .organizer__title svg {
    max-width: 280px;
  }
}
@media (max-width: 650px) {
  .organizer__title svg {
    max-width: 240px;
  }
}
@media (max-width: 350px) {
  .organizer__title svg {
    max-width: 220px;
  }
}
.organizer__image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .organizer__image {
    justify-content: center;
    order: 2;
  }
}
.organizer__image img {
  width: 100%;
  max-width: 472px;
  height: auto;
}
@media (max-width: 950px) {
  .organizer__image img {
    max-width: 450px;
  }
}

.support {
  padding-block: 100px;
  background: #fff;
}
@media (max-width: 950px) {
  .support {
    padding-block: 50px;
  }
}
.support__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
@media (max-width: 950px) {
  .support__container {
    grid-template-columns: 1fr;
  }
}
.support__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-left: 100px;
}
@media (max-width: 950px) {
  .support__text {
    order: 1;
    justify-content: flex-start;
    gap: 30px;
    padding-left: 0;
  }
}
.support__text h2 {
  color: #1a1b18;
  font-family: "Circe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1250px) {
  .support__text h2 {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .support__text h2 br {
    display: none;
  }
}
@media (max-width: 650px) {
  .support__text h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .support__text h2 br {
    display: block;
  }
}
.support__text h2 .gradient {
  background: linear-gradient(272deg, #ffd871 -67.98%, #fe7cc2 -45.55%, #ff385c -3.07%, #9b46ff 44.78%, #4457ff 99.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support__text p {
  color: #1a1b18;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .support__text p {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .support__text p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .support__text p {
    font-size: 16px;
  }
}
.support__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .support__image {
    order: 2;
  }
}
.support__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .support__image img {
    max-width: 450px;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 25px;
  background: #000000;
}
@media (max-width: 650px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 750px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    gap: 45px;
  }
}
@media (max-width: 450px) {
  .footer__wrapper {
    gap: 24px;
  }
}
@media (max-width: 750px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}
.footer__logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .footer__logo {
    margin-bottom: 12px;
  }
}
.footer__logo svg {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.footer__info-text, .footer__info-copyright {
  display: block;
  color: #fff;
  font-family: Circe;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 750px) {
  .footer__info-text, .footer__info-copyright {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer__info-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 360px) {
  .footer__info-text {
    max-width: 250px;
    margin: 0 auto 24px;
  }
}
.footer__info-copyright {
  color: #bcbcbc;
  line-height: 16px;
}
.footer__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 42px;
}
@media (max-width: 750px) {
  .footer__navigation {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer__navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
}
.footer__navigation li a {
  color: #ffffff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
}
.footer__navigation li a:hover {
  color: #1e93ff;
  text-decoration: underline;
}

.registration-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  overflow: auto;
  animation: open-registration-popup 0.3s ease-in-out forwards;
  z-index: 4;
}
@media (max-height: 600px) {
  .registration-popup {
    align-items: flex-start;
  }
}
.registration-popup.open {
  display: flex;
}
.registration-popup__container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 448px;
  padding: 40px;
  border-radius: 20px;
  background: #20202f;
  box-shadow: 0px 6px 14px 0px rgba(84, 46, 122, 0.1), 0px 25px 25px 0px rgba(84, 46, 122, 0.09), 0px 56px 33px 0px rgba(84, 46, 122, 0.05), 0px 99px 40px 0px rgba(84, 46, 122, 0.01), 0px 154px 43px 0px rgba(84, 46, 122, 0);
  animation: open-registration-popup-container 0.3s ease-in-out forwards;
}
@media (max-width: 550px) {
  .registration-popup__container {
    padding: 24px 16px;
  }
}
.registration-popup__container.code {
  max-width: 528px;
}
.registration-popup__container.code .registration-popup__form {
  display: none;
}
.registration-popup__container.code .registration-popup__code {
  display: flex;
}
.registration-popup__container.thanks {
  max-width: 535px;
}
.registration-popup__container.thanks .registration-popup__form {
  display: none;
}
.registration-popup__container.thanks .registration-popup__thanks {
  display: flex;
}
.registration-popup__container.ready .registration-popup__form {
  display: none;
}
.registration-popup__container.ready .registration-popup__thanks {
  display: flex;
}
.registration-popup__form {
  display: block;
  width: 100%;
}
.registration-popup__title {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: Circe;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 650px) {
  .registration-popup__title {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .registration-popup__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .registration-popup__title br {
    display: none;
  }
}
@media (max-width: 359px) {
  .registration-popup__title br {
    display: block;
  }
}
.registration-popup__input-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
  transition: 0.3s;
}
@media (max-width: 650px) {
  .registration-popup__input-field {
    padding: 0 12px;
  }
}
.registration-popup__input-field:hover {
  border-color: #1e6aff;
}
.registration-popup__input-field:focus-within {
  border-color: #1e6aff;
  box-shadow: 0px 0px 0px 3px rgba(30, 106, 255, 0.2);
}
.registration-popup__input-field:last-of-type {
  margin-bottom: 32px;
}
@media (max-width: 650px) {
  .registration-popup__input-field:last-of-type {
    margin-bottom: 20px;
  }
}
.registration-popup__input-field svg {
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}
.registration-popup__input-field input {
  width: 100%;
  height: 56px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 650px) {
  .registration-popup__input-field input {
    font-size: 16px;
  }
}
.registration-popup__input-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.registration-popup__input-field input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.registration-popup__input-field input:-webkit-autofill, .registration-popup__input-field input:-webkit-autofill:hover, .registration-popup__input-field input:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #31313f inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: #31313f !important;
}
.registration-popup__checkbox-line {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.registration-popup__checkbox-line input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.registration-popup__checkbox-line input[type=checkbox] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.registration-popup__checkbox-line input[type=checkbox] + label::before {
  content: "";
  position: relative;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #cfd1d2;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 9px;
  transition: 0.3s;
  cursor: pointer;
}
.registration-popup__checkbox-line input[type=checkbox]:checked + label::before {
  border-color: #1743de;
  background-color: #1743de;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6805 1.92049C12.1065 1.48116 12.1065 0.768844 11.6805 0.329505C11.2545 -0.109835 10.5637 -0.109835 10.1377 0.329505L4.36364 6.28401L1.8623 3.7045C1.43627 3.26516 0.745546 3.26516 0.31952 3.7045C-0.106507 4.14384 -0.106507 4.85616 0.31952 5.2955L3.59225 8.6705C4.01827 9.10984 4.709 9.10984 5.13503 8.6705L11.6805 1.92049Z' fill='white'/%3E%3C/svg%3E%0A");
}
.registration-popup__checkbox-line input[type=checkbox]:not(:disabled):not(:checked) + label:hover::before {
  border-color: #1743de;
  background-color: #e8ecfc;
}
.registration-popup__checkbox-line label {
  color: #ffffff;
  font-family: Circe;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  opacity: 0.9;
}
.registration-popup__checkbox-line label a {
  color: #1e6aff;
  text-decoration: underline;
  transition: 0.3s;
}
.registration-popup__checkbox-line label a:hover {
  color: #1e93ff;
}
.registration-popup__loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-popup__loader .loading.show {
  margin-block: 16px 32px;
}
.registration-popup__submit-button {
  display: block;
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 0;
  background: #1e6aff;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 650px) {
  .registration-popup__submit-button {
    font-size: 16px;
  }
}
.registration-popup__submit-button:hover {
  background: #1750bf;
}
.registration-popup__submit-button:active {
  background: #003bae;
}
.registration-popup__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 550px) {
  .registration-popup__close-button {
    top: 0;
    right: 0;
  }
}
.registration-popup__close-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 550px) {
  .registration-popup__close-button:hover {
    background: transparent;
  }
}
.registration-popup__close-button:hover svg {
  fill-opacity: 1;
}
.registration-popup__close-button svg {
  width: 24px;
  max-width: 24px;
  height: 24px;
  fill-opacity: 0.8;
  transition: 0.3s;
}
.registration-popup__code {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.registration-popup__code.loading .loader-code, .registration-popup__code.loading-code .loader-code {
  display: flex;
}
.registration-popup__code.incorrect .registration-popup__code-input {
  border-color: #d62828;
}
.registration-popup__code.incorrect .registration-popup__code-request-incorrect {
  display: inline;
}
.registration-popup__code.correct .registration-popup__code-input {
  border-color: #309e69;
}
.registration-popup__code.correct .registration-popup__code-request-button {
  display: none;
}
.registration-popup__code.correct .registration-popup__code-request-correct {
  display: inline;
}
.registration-popup__code p {
  margin-bottom: 24px;
  text-align: center;
  text-wrap: balance;
}
.registration-popup__code-title {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: Circe;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .registration-popup__code-title {
    font-size: 36px;
  }
}
@media (max-width: 999px) {
  .registration-popup__code-title {
    font-size: 28px;
  }
}
.registration-popup__code-inputs-and-request {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
.registration-popup__code-inputs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 88px;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  margin-bottom: 24px;
}
@media (max-width: 350px) {
  .registration-popup__code-inputs {
    grid-template-rows: 58px;
    gap: 6px;
  }
}
.registration-popup__code-inputs-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.registration-popup__code-inputs-click:hover ~ .registration-popup__code-input:not(:disabled) {
  border-color: #1e6aff;
}
.registration-popup__code-input {
  width: 100%;
  height: 100%;
  padding: 20px 6px;
  border-radius: 16px;
  border: 1px solid rgba(26, 27, 24, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: Circe;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  transition: 0.3s;
}
@media (max-width: 350px) {
  .registration-popup__code-input {
    padding: 10px 6px;
    font-size: 32px;
  }
}
.registration-popup__code-input::-webkit-outer-spin-button, .registration-popup__code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.registration-popup__code-input, .registration-popup__code-input:hover, .registration-popup__code-input:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.registration-popup__code-input:focus {
  border-color: #1e6aff;
  background-color: rgba(255, 255, 255, 0.16);
}
.registration-popup__code-request {
  font-family: Circe;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.registration-popup__code-request-incorrect {
  display: none;
  color: #d62828;
}
.registration-popup__code-request-button {
  color: #1e6aff;
  text-decoration: underline;
  cursor: pointer;
}
.registration-popup__code-request-button:hover {
  text-decoration: none;
}
.registration-popup__code-request-correct {
  display: none;
  color: #309e69;
}
.registration-popup__code-loader .loading-code.show {
  margin-block: 0 64px;
}
.registration-popup__code-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
  width: 100%;
}
@media (max-width: 450px) {
  .registration-popup__code-buttons {
    grid-template-columns: 1fr;
  }
}
.registration-popup__code-button-back, .registration-popup__code-button-ready {
  width: 100%;
  padding: 18px 10px;
}
.registration-popup__code-button-back:disabled {
  color: #d1d1d1;
}
@media (max-width: 450px) {
  .registration-popup__code-button-back {
    order: 2;
  }
}
.registration-popup__code-button-ready {
  box-shadow: none;
}
.registration-popup__code-button-ready:disabled {
  background: rgba(30, 105, 255, 0.3);
}
@media (max-width: 450px) {
  .registration-popup__code-button-ready {
    order: 1;
  }
}
.registration-popup__code-button-ready .loader {
  display: none;
  margin-top: -13px;
}
.registration-popup__code-button-ready.loading span, .registration-popup__code-button-ready.loading-code span {
  display: none;
}
.registration-popup__code-button-ready.loading .loader, .registration-popup__code-button-ready.loading-code .loader {
  display: block;
}
.registration-popup__code-button-ready .loader-dot {
  background: #727272;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  margin: 0 1px;
}
.registration-popup__code-button-ready .loader-dot:nth-last-child(1) {
  animation: loadingC 0.75s 0.1s linear infinite;
}
.registration-popup__code-button-ready .loader-dot:nth-last-child(2) {
  animation: loadingC 0.75s 0.2s linear infinite;
}
.registration-popup__code-button-ready .loader-dot:nth-last-child(3) {
  animation: loadingC 0.75s 0.3s linear infinite;
}
.registration-popup__thanks {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.registration-popup__thanks svg {
  width: 64px;
  max-width: 64px;
  min-width: 64px;
  margin-bottom: 12px;
}
.registration-popup__thanks span {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
  font-family: Circe;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1199px) {
  .registration-popup__thanks span {
    font-size: 36px;
  }
}
@media (max-width: 999px) {
  .registration-popup__thanks span {
    font-size: 28px;
  }
}
.registration-popup__ready-button {
  width: 100%;
  max-width: 232px;
  padding: 18px 0;
  border-radius: 16px;
  border: 0;
  background: #1e6aff;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 650px) {
  .registration-popup__ready-button {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .registration-popup__ready-button {
    max-width: 100%;
  }
}
.registration-popup__ready-button:hover {
  background: #1750bf;
}
.registration-popup__ready-button:active {
  background: #003bae;
}
.registration-popup__ready-button.hide {
  pointer-events: none;
  display: none;
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes open-registration-popup {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
@keyframes open-registration-popup-container {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loading,
.loading-code {
  display: none;
}

.loading.show,
.loading.show:before,
.loading.show:after,
.loading-code.show,
.loading-code.show:before,
.loading-code.show:after {
  display: block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loading.show,
.loading-code.show {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 7px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loading.show:before,
.loading.show:after,
.loading-code.show:before,
.loading-code.show:after {
  content: "";
  position: absolute;
  top: 0;
}

.loading.show:before,
.loading-code.show:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loading.show:after,
.loading-code.show:after {
  left: 3.5em;
}/*# sourceMappingURL=style.css.map */