* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100vh;
  height: 100%;
}

button:not([disabled]) {
  cursor: pointer;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1352px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    z-index: 1;
    position: relative;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #EEF1FB;
}
body.fixed {
  position: fixed;
}

.review {
  padding: 60px 0;
  background: #fff;
}
.review-top {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .review-top {
    display: none;
  }
}
.review-top span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #525266;
}
.review-top p {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #2E2E41;
}
.review__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2E2E41;
}
@media (min-width: 768px) {
  .review__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .review__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -0.01em;
    color: #2E2E41;
  }
}
.review .faq__wrap {
  width: 100%;
}
.review .faq__wrap .faq__card {
  padding: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .review .faq__wrap .faq__card {
    padding: 32px;
  }
}
.review .faq__wrap .faq__card img {
  animation: horizontal-shaking 2s infinite;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .review .faq__wrap .faq__card img {
    margin-bottom: 24px;
  }
}

.faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .faq__wrap {
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .faq__wrap {
    gap: 30px;
  }
}
.faq__wrap .faq__card {
  background: linear-gradient(180deg, #EEF1FB 0%, rgba(238, 241, 251, 0.2) 100%);
  border: 2px solid #EEF1FB;
  backdrop-filter: blur(6px);
  border-radius: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .faq__wrap .faq__card:first-child {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .faq__wrap .faq__card:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .faq__wrap .faq__card:nth-child(3) {
    width: calc(100% - 450px);
  }
}
@media (min-width: 992px) {
  .faq__wrap .faq__card:last-child {
    width: 420px;
  }
}
.faq__wrap .faq__card .card__button {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2E2E41;
  width: 100%;
  margin-top: 8px;
  display: block;
  text-align: left;
  border: none;
  position: relative;
}
@media (min-width: 992px) {
  .faq__wrap .faq__card .card__button {
    margin-top: 16px;
    font-size: 24px;
    line-height: 30px;
  }
}
.faq__wrap .faq__card .card__content {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #2E2E41;
}
@media (min-width: 768px) {
  .faq__wrap .faq__card .card__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq__wrap .faq__card .card__content a {
  color: rgb(23, 135, 255);
  text-decoration: none;
}

.iti.iti--show-flags {
  width: 100%;
}

.iti__country-container {
  left: 0;
  right: auto;
}

input.form-control.phone-input.iti__tel-input {
  padding-left: 36px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 16px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: 95px;
  display: flex;
  z-index: 3;
  position: relative;
}
.header__logo img {
  max-width: 95px;
}
@media (min-width: 992px) {
  .header__logo img {
    max-width: 147px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: block;
    margin-left: auto;
  }
}
.header__nav.active {
  display: block;
  position: absolute;
  left: 0;
  background: rgba(50, 149, 255, 0.568627451);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  width: 100%;
  top: 0;
  z-index: 2;
  padding: 75px 16px 16px;
  min-height: 100vh;
}
.header__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header__list {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .header__list {
    gap: 32px;
  }
}
.header__list li {
  padding: 7px 0;
}
.header__list li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__list li a:hover {
  opacity: 0.8;
}
.header__btn {
  display: none;
}
@media (min-width: 768px) {
  .header__btn {
    transition: all 0.3s ease;
    display: block;
    padding: 14px 24px;
    background: #3295FF;
    border-radius: 333px;
    margin-left: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .header__btn:hover {
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .header__btn {
    margin-left: 32px;
    font-size: 16px;
  }
}
.header .hamburger-menu {
  background-color: transparent;
  border: none;
  right: 16px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  width: 25px;
  height: 20px;
}
@media (min-width: 768px) {
  .header .hamburger-menu {
    display: none;
  }
}

.webinar {
  background-image: url("../img/webinar-bg.png");
  background-repeat: repeat;
  background-size: 1500px;
  background-color: #1787FF;
}
.webinar__content {
  position: relative;
  z-index: 1;
  padding: 40px 16px;
  gap: 24px;
  isolation: isolate;
  background: #3295FF;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .webinar__content {
    border-radius: 32px;
    padding: 80px 60px;
  }
}
.webinar__content:after {
  content: "";
  background: url("../img/first-screen-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 210px;
  z-index: -1;
}
@media (min-width: 567px) {
  .webinar__content:after {
    width: 284px;
    height: 284px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .webinar__content:after {
    width: 474px;
    height: 474px;
    right: 0;
  }
}
.webinar__header {
  padding: 72px 0 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .webinar__header {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .webinar__header {
    padding: 110px 0 60px;
  }
}
.webinar__header .webinar__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
  display: block;
}
@media (min-width: 567px) {
  .webinar__header .webinar__title {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  .webinar__header .webinar__title {
    font-size: 50px;
    line-height: 75px;
  }
}
@media (min-width: 1200px) {
  .webinar__header .webinar__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 32px;
  }
}
@media (min-width: 825px) {
  .webinar__header .webinar__labels {
    display: flex;
    align-items: end;
  }
}
.webinar__header .webinar__details {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
  width: 100%;
}
@media (min-width: 825px) {
  .webinar__header .webinar__details {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .webinar__header .webinar__details {
    gap: 32px;
  }
}
.webinar__header .webinar__details .sale-hint {
  display: flex;
  width: 100%;
}
.webinar__header .webinar__details .sale-hint__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 50%;
}
@media (min-width: 567px) {
  .webinar__header .webinar__details .sale-hint__icon {
    padding: 20px;
  }
}
.webinar__header .webinar__details .sale-hint__content {
  width: 100%;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(17.5px);
  border-radius: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
}
@media (min-width: 567px) {
  .webinar__header .webinar__details .sale-hint__content {
    padding: 21px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .webinar__header .webinar__details .sale-hint__content {
    width: auto;
  }
}
.webinar__header .webinar__details .webinar__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E2E41;
  transition: all 0.3s ease;
  order: -1;
  text-decoration: none;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px 5px 20px;
  background: #FFFFFF;
  border-radius: 50px;
}
@media (min-width: 567px) {
  .webinar__header .webinar__details .webinar__button {
    padding: 9px 7px 9px 20px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .webinar__header .webinar__details .webinar__button {
    order: -1;
  }
}
.webinar__header .webinar__details .webinar__button:hover {
  opacity: 0.8;
}
.webinar__header .webinar__details .webinar__button-icon {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #1787FF;
  border-radius: 32px;
}
@media (min-width: 567px) {
  .webinar__header .webinar__details .webinar__button-icon {
    padding: 11px;
    margin-left: 7px;
  }
}
.webinar__header .webinar__info {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 567px) {
  .webinar__header .webinar__info {
    flex-wrap: nowrap;
  }
}
.webinar__header .webinar__info-item {
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 567px) {
  .webinar__header .webinar__info-item {
    padding: 21px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .webinar__header .webinar__info-item--language {
    order: 1;
  }
}
.webinar__audience {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .webinar__audience {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .webinar__audience {
    gap: 10px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .webinar__audience {
    gap: 30px;
  }
}
.webinar__audience-item {
  padding: 16px 16px 0px;
  background: linear-gradient(180deg, #EEF1FB 0%, rgba(238, 241, 251, 0.2) 100%);
  border: 2px solid #EEF1FB;
  border-radius: 16px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .webinar__audience-item {
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .webinar__audience-item {
    padding: 32px 32px 0;
  }
}
.webinar__audience-item:hover img {
  transform: scale(1.1);
}
.webinar__audience-item span {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2E2E41;
  z-index: 1;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 567px) {
  .webinar__audience-item span {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .webinar__audience-item span {
    font-size: 24px;
    line-height: 32px;
  }
}
.webinar__audience-item img {
  transition: transform 0.3s;
  width: 100%;
  margin-left: auto;
  margin-right: -16px;
  display: block;
  margin-top: auto;
  border-bottom-right-radius: 14px;
}
@media (min-width: 1200px) {
  .webinar__audience-item img {
    margin-right: -32px;
  }
}
.webinar__agenda {
  background: linear-gradient(121.07deg, #FFFFFF 39.26%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .webinar__agenda {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .webinar__agenda {
    margin: 0;
    flex: 1 1 66.6%;
    border-radius: 24px;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .webinar__agenda-inner {
    display: flex;
    gap: 30px;
  }
}
.webinar__agenda-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #2E2E41;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .webinar__agenda-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.webinar__agenda-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .webinar__agenda-list {
    gap: 25px;
  }
}
.webinar__agenda-list .webinar__agenda-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #525266;
  position: relative;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .webinar__agenda-list .webinar__agenda-item {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .webinar__agenda-list .webinar__agenda-item {
    font-size: 22px;
    line-height: 28px;
    padding-left: 38px;
  }
}
.webinar__agenda-list .webinar__agenda-item p {
  display: none;
}
@media (min-width: 768px) {
  .webinar__agenda-list .webinar__agenda-item p {
    display: block;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .webinar__agenda-list .webinar__agenda-item p {
    font-size: 20px;
    line-height: 28px;
  }
}
.webinar__agenda-list .webinar__agenda-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../img/icons/star-violet.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.webinar__registration {
  padding: 16px;
  background: linear-gradient(121.07deg, #FFFFFF 39.26%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(6px);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .webinar__registration {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .webinar__registration {
    margin: 0;
    flex: 1 0 420px;
    border-radius: 24px;
    padding: 32px;
  }
}
.webinar__registration-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2E2E41;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .webinar__registration-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }
}
.webinar__registration-description {
  color: #525266;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .webinar__registration-description {
    font-size: 20px;
  }
}

.for-whom {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .for-whom {
    padding-top: 60px;
  }
}

.registration {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .registration {
    padding-top: 30px;
  }
}
.registration-block {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
}
.registration__inner {
  background-color: #1787FF;
  padding: 24px 16px;
  border-radius: 16px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .registration__inner {
    padding: 60px;
    border-radius: 32px;
  }
}
@media (min-width: 992px) {
  .registration__inner:after {
    content: "";
    background: url(../img/registration-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 447px;
    height: 447px;
  }
}
.registration__inner:before {
  content: "";
  background: url(../img/speaker-bg.png) no-repeat;
  background-size: 100%;
  width: 1500px;
  height: 669px;
  position: absolute;
  left: -330px;
  top: 0;
}
@media (min-width: 992px) {
  .registration__inner:before {
    transform: none;
    top: 0;
    left: -40px;
  }
}
.registration__subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
  display: block;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .registration__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.registration__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .registration__title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.registration__form {
  z-index: 1;
  position: relative;
}

.agenda {
  padding-top: 40px;
  background-color: #EEF1FB;
}

.speaker {
  background-color: #EEF1FB;
  padding-bottom: 40px;
  padding-top: 24px;
}
@media (min-width: 992px) {
  .speaker {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .speaker {
    padding-bottom: 60px;
  }
}
.speaker-inner {
  background: #A54DFF;
  border-radius: 16px;
  padding: 16px 16px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .speaker-inner {
    padding: 32px 32px 0;
  }
}
@media (min-width: 992px) {
  .speaker-inner {
    display: flex;
    gap: 40px;
    padding: 0;
    align-items: center;
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .speaker-inner {
    gap: 80px;
  }
}
.speaker-inner:before {
  content: "";
  background: url("../img/speaker-bg.png") no-repeat;
  background-size: 100%;
  width: 1500px;
  height: 669px;
  position: absolute;
  left: -434px;
  top: 262px;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .speaker-inner:before {
    transform: none;
    top: 0;
    left: -40px;
  }
}
.speaker__image {
  margin: -16px;
}
@media (min-width: 768px) {
  .speaker__image {
    margin-right: -32px;
  }
}
@media (min-width: 1200px) {
  .speaker__image {
    margin-bottom: 0;
    width: 50%;
    margin-top: auto;
    max-width: 678px;
  }
}
.speaker__image img {
  width: 100%;
  max-width: 546px;
  margin-top: -10px;
  display: block;
  margin-left: auto;
}
@media (min-width: 768px) {
  .speaker__image img {
    margin-top: -31px;
  }
}
@media (min-width: 1200px) {
  .speaker__image img {
    margin-top: 0;
  }
}
.speaker__info {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .speaker__info {
    padding-left: 30px;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .speaker__info {
    padding-left: 60px;
  }
}
.speaker__title {
  display: block;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .speaker__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
.speaker__title span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .speaker__title span {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
.speaker__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .speaker__list {
    gap: 20px;
  }
}
.speaker__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  padding-left: 32px;
}
@media (min-width: 1200px) {
  .speaker__item {
    font-size: 20px;
    line-height: 28px;
  }
}
.speaker__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
@media (min-width: 1200px) {
  .speaker__item:before {
    top: 4px;
  }
}

.registration__form .sp-form {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.registration__form .sp-field.sp-field-full-width, .registration__form label.sp-control-label {
  display: none !important;
}
.registration__form .sp-form .sp-form-fields-wrapper {
  width: 100% !important;
}
.registration__form .sp-form .sp-field {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.registration__form input.sp-form-control {
  background: #459FFF !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 900px !important;
  height: 58px !important;
  color: #fff !important;
}
.registration__form input.sp-form-control:focus {
  outline: none !important;
  border-color: #ffffff !important;
}
.registration__form input::-webkit-input-placeholder {
  color: #fff !important;
}
.registration__form .iti__selected-dial-code {
  color: #fff;
}
.registration__form .sp-field.sp-button-container {
  text-align: right !important;
}
.registration__form .sp-field.sp-button-container button {
  padding: 8px 8px 8px 20px !important;
  gap: 10px !important;
  background: #FFFFFF !important;
  border-radius: 333px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #2E2E41 !important;
  margin-right: 0 !important;
  border: none !important;
  display: flex;
  align-items: center;
  position: relative;
  height: 64px !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .registration__form .sp-field.sp-button-container button {
    width: auto !important;
  }
}
.registration__form .sp-field.sp-button-container button:before {
  content: "";
  position: absolute !important;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../img/arrow-icon.svg);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .registration__form .sp-field.sp-button-container button:before {
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.registration__form .sp-field.sp-button-container button:after {
  content: "";
  display: flex;
  position: inherit !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #1787FF;
  border-radius: 32px;
  width: 48px;
  height: 48px;
  margin-left: auto;
}
.registration__form .sp-field.sp-button-container button:hover {
  top: 0 !important;
}

.footer {
  padding: 40px 0;
  background-color: rgb(46, 46, 65);
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer__top {
    display: flex;
    gap: 82px;
    justify-content: space-between;
  }
}
.footer__top-logo {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .footer__top-logo {
    margin-bottom: 40px;
    width: 60%;
  }
}
.footer__top-logo img {
  max-width: 95px;
}
@media (min-width: 992px) {
  .footer__top-logo img {
    max-width: 147px;
  }
}
.footer__top .footer__top-desc {
  display: none;
}
@media (min-width: 992px) {
  .footer__top .footer__top-desc {
    display: block;
  }
}
.footer .footer__top-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .footer .footer__top-desc {
    font-size: 24px;
    line-height: 32px;
    max-width: 454px;
    width: 100%;
  }
}
.footer__center {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .footer__center {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
.footer__center-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 992px) {
  .footer__center-links {
    width: 41%;
    gap: 8px;
  }
}
.footer__center-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #8790A7;
  cursor: pointer;
}
.footer__center-link:first-child {
  margin-right: 50px;
}
@media (min-width: 768px) {
  .footer__center-link:first-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .footer__center-link:first-child {
    width: auto;
  }
}
.footer__center-link:last-child {
  max-width: 100%;
  min-width: 100%;
}
.footer .social {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .social {
    flex-direction: row;
    max-width: 454px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer .social .footer__top-desc {
    display: none;
    flex-direction: row;
  }
}
.footer .social__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 24px;
  background: #434359;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.footer .social__link:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #8790A7;
}
@media (min-width: 992px) {
  .footer__copyright--mobile {
    display: none;
  }
}
.footer__copyright--desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer__copyright--desktop {
    display: block;
  }
}

.success {
  background-image: url(../img/webinar-bg.png);
  background-repeat: repeat;
  background-size: 1500px;
  background-color: #1787FF;
  padding-top: 88px;
  padding-bottom: 66px;
}
@media (min-width: 768px) {
  .success {
    padding-top: 170px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .success-section .container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.success-section__top img {
  max-width: 100px;
  display: block;
  margin: 0 auto 42px;
}
@media (min-width: 768px) {
  .success-section__top img {
    max-width: 130px;
    margin-bottom: 70px;
  }
}
.success-section__body {
  max-width: 842px;
  margin: 0 auto;
}
.success-section__content {
  padding: 40px 16px 29px;
  background: #3295FF;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .success-section__content {
    padding: 60px 80px;
  }
}
.success-section__content:before {
  content: "";
  background: url("../img/success-content-image.png") no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: bottom;
  z-index: -1;
}
@media (min-width: 768px) {
  .success-section__content:before {
    width: 160px;
    height: 160px;
    background-size: contain;
  }
}
.success-section__content:after {
  content: "";
  background: url("../img/success-content-image.png") no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  background-position: bottom;
  z-index: -1;
}
@media (min-width: 768px) {
  .success-section__content:after {
    width: 160px;
    height: 160px;
    background-size: contain;
  }
}
.success-section__content h1 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .success-section__content h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.success-section__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  max-width: 311px;
}
@media (min-width: 768px) {
  .success-section__content p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .success-section__content p {
    max-width: 580px;
  }
}

html, html body {
  height: 100%;
}

html body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
