@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.svg#Gilroy") format("svg");
}

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

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

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Black/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black/Gilroy-Black.svg#Gilroy") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --accent: #FF3800;
  --accent-2: #5C3DB5;
  --text-color: #322847;
  --p: 140px;
  --m: 30px;
}

body {
  font: 400 16px/1.4 Gilroy, Helvetica, Arial, sans-serif;
  background: #ffffff;
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

*[data-targetdate] {
  display: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
}

h1 span {
  color: var(--accent);
}

h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
}

h2 span {
  color: var(--accent);
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.t-md {
  font-size: 18px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.form {
  position: relative;
  background: var(--accent-2);
  padding: 70px;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 0px 4px 40px rgba(68, 51, 104, 0.15);
  border-radius: 4px;
  text-align: center;
}

.form__image {
  width: 140px;
  height: 106px;
  background: 50%/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70px);
}

.form__title {
  color: #fff;
  margin-bottom: 15px;
}

.form__text {
  color: #fff;
  margin-bottom: 30px;
}

.form__text b {
  font-weight: 700;
  color: #FECB00;
}

.form .input {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}

.form .input__wrap.focused .input__label {
  transform: translate(0, -25px);
  font-size: 10px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 55px;
  background: var(--accent);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e63200;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 35px 0;
}

.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header__logo {
  width: 96px;
  height: 40px;
  background: url(../img/header__logo.svg) 50%/contain no-repeat;
}

.header__lang {
  display: flex;
  gap: 10px;
}

.header__lang_link {
  font-size: 20px;
  opacity: 0.5;
}

.header__lang_link.active {
  font-weight: 700;
  opacity: 1;
}

.no-web .hero__image {
  background: url(../img/hero__image.png) 50%/cover no-repeat;
}

.no-web .hero__bonus_image {
  background: url(../img/hero__bonus.png) 50%/contain no-repeat;
}

.hero {
  padding: var(--p) 0;
  background: url(../img/hero__bg.svg) 50% no-repeat;
}

.hero__container {
  position: relative;
}

.hero__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero__header {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 600;
}

.hero__days {
  background: rgba(255, 56, 0, 0.1);
  border-radius: 5.93455px;
  display: inline-flex;
  padding: 0 20px;
  color: var(--accent);
  height: 33px;
  align-items: center;
}

.hero__time,
.hero__date {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.hero__uptitle {
  background: rgba(88, 70, 116, 0.1);
  border-radius: 5.93455px;
  display: inline-flex;
  padding: 5px 20px;
  font-weight: 500;
}

.hero__image {
  position: absolute;
  width: 100%;
  max-width: 542px;
  height: 542px;
  border-radius: 50%;
  top: 0;
  right: 10px;
  background: url(../img/hero__image.webp) 50%/cover no-repeat;
  z-index: -1;
}

.hero__bonus {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero__bonus_image {
  width: 97px;
  height: 75px;
  background: url(../img/hero__bonus.webp) 50%/contain no-repeat;
}

.hero__bonus_text {
  max-width: 400px;
}

.hero__bonus b {
  font-weight: 700;
  color: var(--accent);
}

.hero__bonus b.fiolet {
  color: var(--accent-2);
}

.day {
  text-align: center;
  padding: var(--p) 0;
  background: #F7F6FB 50% no-repeat;
}

.day__header {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.day__date,
.day__time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.day__btn {
  margin: 0 auto;
}

.day__info {
  max-width: 815px;
  margin: 40px auto;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(92, 61, 181, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.day__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  background: var(--accent-2);
  position: relative;
}

.day__heading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 70%;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.36);
  transform: translate(-50%, -50%);
}

.day__number {
  display: inline-flex;
  font-weight: 800;
  color: var(--accent-2);
  background: #fff;
  padding: 0 24px;
  height: 32px;
  border-radius: 42.8571px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.day__speakers {
  display: flex;
  gap: 10px;
  background: var(--accent-2);
  position: relative;
  z-index: 2;
}

.day__speakers_photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: 50%/cover no-repeat;
}

.day__items {
  padding: 30px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.day .item {
  width: 100%;
  max-width: 360px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.day .item__icon {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(92, 61, 181, 0.1) 50% no-repeat;
}

.day .item__text b {
  font-weight: 700;
}

.day-2 {
  background: #fff 50% no-repeat;
}

.day-2 .day__number {
  color: var(--accent);
}

.day-2 .day__heading {
  background: var(--accent);
}

.day-2 .day__speakers {
  background: var(--accent);
}

.speakers {
  padding-bottom: var(--p);
  background: url(../img/speakers__bg.svg) 50% no-repeat;
}

.speakers__title {
  text-align: center;
  margin-bottom: 50px;
}

.speakers__list {
  display: flex;
  flex-direction: column;
  gap: var(--m);
  max-width: 1020px;
  margin: 0 auto;
}

.speakers .speaker {
  border: 1px solid rgba(92, 61, 181, 0.2);
  border-radius: 6px;
  display: flex;
  padding: 50px 140px;
  display: flex;
  gap: 60px;
  background: 50% 30px no-repeat;
}

.speakers .speaker__photo {
  min-width: 200px;
  height: 200px;
  background: 50%/cover no-repeat;
  position: relative;
  border-radius: 50%;
}

.speakers .speaker__photo_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-flex;
  align-items: center;
  background: #FECB00;
  border-radius: 2px;
  height: 28px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.speakers .speaker__photo:before {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  left: 50%;
  top: 50%;
  height: calc(100% + 12px);
  background: url("data:image/svg+xml,%3Csvg width='212' height='212' viewBox='0 0 212 212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120.001 211.071C99.7036 213.776 79.0569 210.544 60.557 201.765C42.057 192.986 26.4958 179.037 15.7543 161.603C5.01286 144.169 -0.449029 123.998 0.0288836 103.526C0.506796 83.0545 6.90405 63.1595 18.4474 46.246C29.9907 29.3326 46.1859 16.1246 65.0753 8.21875C83.9648 0.312889 104.74 -1.95243 124.889 1.69661C145.039 5.34566 163.7 14.7528 178.617 28.7811C193.534 42.8093 204.069 60.858 208.948 80.7455L196.99 83.6788C192.678 66.1011 183.367 50.1488 170.183 37.7499C156.998 25.351 140.504 17.0365 122.695 13.8113C104.886 10.586 86.5242 12.5882 69.8287 19.5759C53.1332 26.5635 38.819 38.2373 28.6164 53.1864C18.4139 68.1354 12.7596 85.7196 12.3372 103.813C11.9148 121.907 16.7423 139.736 26.2362 155.145C35.7301 170.554 49.4839 182.883 65.8351 190.642C82.1863 198.401 100.435 201.258 118.375 198.867L120.001 211.071Z' fill='%235C3DB5'/%3E%3Cpath d='M106 212C124.001 212 141.706 207.416 157.445 198.679C173.184 189.943 186.439 177.342 195.96 162.064C205.481 146.787 210.954 129.337 211.864 111.358C212.774 93.3803 209.091 75.4664 201.161 59.3058L190.108 64.7293C197.117 79.0128 200.373 94.846 199.569 110.736C198.764 126.626 193.926 142.05 185.511 155.553C177.096 169.055 165.381 180.193 151.47 187.915C137.559 195.636 121.91 199.688 106 199.688L106 212Z' fill='%23FF3900'/%3E%3C/svg%3E%0A") 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.speakers .speaker__name {
  margin-bottom: 20px;
}

.speakers .speaker__bio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.speakers .speaker__bio li {
  padding-left: 35px;
  position: relative;
}

.speakers .speaker__bio li b {
  font-weight: 700;
}

.speakers .speaker__bio li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: var(--accent-2) url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19914 1.10451C6.17473 0.836069 5.93734 0.638239 5.6689 0.662643L1.29443 1.06032C1.02599 1.08472 0.828159 1.32212 0.852563 1.59056C0.876966 1.859 1.11436 2.05683 1.3828 2.03243L5.27122 1.67893L5.62471 5.56735C5.64911 5.83579 5.88651 6.03362 6.15495 6.00922C6.42339 5.98481 6.62122 5.74742 6.59681 5.47898L6.19914 1.10451ZM1.20745 7.31782L6.08802 1.46114L5.33815 0.836249L0.457584 6.69292L1.20745 7.31782Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
}

.register {
  padding: var(--p) 0;
  background: #F7F6FB 50% no-repeat;
}

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

.register__title {
  max-width: 580px;
}

.register__form {
  width: 100%;
  max-width: 530px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}