@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: 64px;
  font-style: normal;
  font-weight: 350;
  line-height: 115%;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 999px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 650px) {
  h1 {
    font-size: 32px;
  }
}
h1 .bold {
  font-weight: 700;
}

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

.wrapper {
  max-width: 1236px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.header {
  padding-top: 60px;
}
@media (max-width: 950px) {
  .header {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.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;
  }
}
@media (max-width: 699px) {
  .header__logo {
    width: 200px;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.header__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
@media (max-width: 699px) {
  .header__navigation {
    gap: 24px;
  }
}
@media (max-width: 550px) {
  .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: 550px) {
  .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%);
  }
}

.main {
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-template-rows: auto;
  grid-template-areas: "i c" "i r";
  gap: 26px 24px;
  padding-top: 24px;
  padding-bottom: 96px;
}
@media (max-width: 1099px) {
  .main {
    grid-template-columns: 1fr 376px;
  }
}
@media (max-width: 950px) {
  .main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "i i" "c r";
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .main {
    gap: 8px;
    padding-bottom: 24px;
  }
}
.main__info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-area: i;
  width: 100%;
  padding: 60px;
  border-radius: 24px;
  background-color: #024ee2;
  background-image: url("../images/main-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1099px) {
  .main__info-block {
    padding: 30px;
  }
}
@media (max-width: 950px) {
  .main__info-block {
    background-position: 50% 80%;
  }
}
@media (max-width: 799px) {
  .main__info-block {
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .main__info-block {
    padding: 30px 16px 16px;
  }
}
.main__info-block p {
  margin-bottom: 50px;
  text-wrap: balance;
}
@media (max-width: 799px) {
  .main__info-block p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .main__info-block p {
    margin-bottom: 32px;
  }
}
.main__info-block p br {
  display: none;
}
@media (max-width: 1099px) {
  .main__info-block p br {
    display: block;
  }
}
@media (max-width: 950px) {
  .main__info-block p br {
    display: none;
  }
}
@media (max-width: 720px) {
  .main__info-block p br {
    display: block;
  }
}
@media (max-width: 359px) {
  .main__info-block p br {
    display: none;
  }
}
.main__info-block .button {
  max-width: 260px;
}
.main__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  width: 100%;
  max-width: 180px;
  padding: 9px 16px;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
@media (max-width: 650px) {
  .main__date {
    margin-bottom: 32px;
  }
}
.main__date:hover {
  background: rgba(255, 255, 255, 0.24);
}
.main__date span {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.main__date span:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  display: block;
  width: 1px;
  height: 100%;
  background: white;
}
.main__title {
  margin-bottom: 25px;
}
@media (max-width: 799px) {
  .main__title {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .main__title {
    margin-bottom: 8px;
  }
}
.main__conversion-block {
  grid-area: c;
}
.main__roi-block {
  grid-area: r;
}

.discuss {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 950px) {
  .discuss {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 650px) {
  .discuss {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.discuss h2 {
  margin-bottom: 40px;
  text-align: center;
}
.discuss__container {
  display: grid;
  grid-template-rows: auto;
  gap: 10px;
  margin-bottom: 40px;
}
.discuss__container:nth-of-type(2n-1) {
  grid-template-columns: 1fr 500px;
}
@media (max-width: 1236px) {
  .discuss__container:nth-of-type(2n-1) {
    grid-template-columns: 7fr 5fr;
  }
}
@media (max-width: 950px) {
  .discuss__container:nth-of-type(2n-1) {
    grid-template-columns: 1fr;
  }
  .discuss__container:nth-of-type(2n-1) .discuss__text {
    order: 2;
  }
  .discuss__container:nth-of-type(2n-1) .discuss__image {
    order: 1;
  }
}
@media (max-width: 500px) {
  .discuss__container:nth-of-type(2n-1) {
    grid-template-columns: 1fr;
  }
  .discuss__container:nth-of-type(2n-1) .discuss__text {
    order: 1;
  }
  .discuss__container:nth-of-type(2n-1) .discuss__image {
    order: 2;
  }
}
.discuss__container:nth-of-type(2n) {
  grid-template-columns: 500px 1fr;
}
@media (max-width: 1236px) {
  .discuss__container:nth-of-type(2n) {
    grid-template-columns: 5fr 7fr;
  }
}
@media (max-width: 950px) {
  .discuss__container:nth-of-type(2n) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .discuss__container:nth-of-type(2n) {
    grid-template-columns: 1fr;
  }
  .discuss__container:nth-of-type(2n) .discuss__text {
    order: 1;
  }
  .discuss__container:nth-of-type(2n) .discuss__image {
    order: 2;
  }
}
.discuss__container:last-of-type {
  margin-bottom: 0;
}
.discuss__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
  border-radius: 24px;
  background: #20202f;
  overflow: hidden;
}
@media (max-width: 1099px) {
  .discuss__text {
    padding: 25px;
  }
}
@media (max-width: 950px) {
  .discuss__text {
    align-items: center;
  }
}
@media (max-width: 650px) {
  .discuss__text {
    align-items: flex-start;
    padding: 20px 16px;
  }
}
.discuss__text h3 {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
@media (max-width: 950px) {
  .discuss__text h3 {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .discuss__text h3 {
    text-align: start;
  }
}
.discuss__text h3 br {
  display: none;
}
@media (max-width: 359px) {
  .discuss__text h3 br {
    display: block;
  }
}
.discuss__text p {
  position: relative;
  max-width: 469px;
  z-index: 2;
}
@media (max-width: 950px) {
  .discuss__text p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .discuss__text p {
    text-align: start;
  }
}
@media (max-width: 950px) {
  .discuss__text ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .discuss__text ul {
    display: block;
  }
}
.discuss__text ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  z-index: 2;
}
@media (max-width: 950px) {
  .discuss__text ul li {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .discuss__text ul li {
    text-align: start;
    font-size: 16px;
  }
}
.discuss__text ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12.5' r='12' fill='%230521E5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2388 8.44181C18.6477 8.8491 18.6477 9.50943 18.2388 9.91671L10.1673 17.9545L5.76133 13.5669C5.35234 13.1596 5.35234 12.4993 5.76133 12.092C6.17031 11.6847 6.83341 11.6847 7.2424 12.092L10.1673 15.0047L16.7577 8.44181C17.1667 8.03453 17.8298 8.03453 18.2388 8.44181Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(4px 4px 16px rgba(72, 37, 94, 0.16));
}
.discuss__text ul li:first-of-type {
  max-width: 500px;
}
.discuss__text ul li:last-of-type {
  margin-bottom: 0;
}
.discuss__text-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 32px;
  height: 32px;
  background-color: #c242ff;
  filter: blur(36px);
  z-index: 1;
}
.discuss__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.discuss__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.discuss__image img:nth-of-type(2) {
  display: none;
}
.discuss__image img:last-of-type {
  display: none;
}
@media (max-width: 950px) {
  .discuss__image img:first-of-type {
    display: none;
  }
  .discuss__image img:nth-of-type(2) {
    display: block;
  }
}
@media (max-width: 500px) {
  .discuss__image img:nth-of-type(2) {
    display: none;
  }
  .discuss__image img:last-of-type {
    display: block;
  }
}

.program {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f4fe;
}
@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: #1a1b18;
}
@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: #1a1b18;
  text-wrap: pretty;
}
@media (max-width: 650px) {
  .program__info h4 br {
    display: none;
  }
}
.program__pre-speaker-text {
  display: block;
  margin-bottom: 12px;
  color: #1a1b18;
  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: #1a1b18;
  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;
}
@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;
  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(3, 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;
    justify-self: center;
    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(255, 255, 255, 0.4);
  font-size: 0;
  transition: 0.3s;
}
.speakers__item {
  width: 100%;
}
@media (max-width: 950px) {
  .speakers__item {
    width: auto;
    margin: 0 auto;
  }
}
.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;
}
@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: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.speakers__item-job {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@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__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 .loader-code {
  margin-bottom: 32px;
}
.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);
  color: #1a1b18;
  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;
}
.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-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:disabled {
  background: #d1d1d1;
}
@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 {
  color: #FFF;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  margin: 0 auto 10px;
}

.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 */