@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Druk Text Wide Medium";
  src: url("../../fonts/druk/Druk Text Wide-Medium-Web.eot");
  src: url("../../fonts/druk/Druk Text Wide-Medium-Web.eot#iefix") format("embedded-opentype"), url("../../fonts/druk/Druk Text Wide-Medium-Web.woff2") format("woff2"), url("../../fonts/druk/Druk Text Wide-Medium-Web.woff") format("woff"), url("../../fonts/druk/Druk Text Wide-Medium-Web.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Druk Text Wide Heavy";
  src: url("../../fonts/druk/Druk Text Wide-Heavy-Web.eot");
  src: url("../../fonts/druk/Druk Text Wide-Heavy-Web.eot#iefix") format("embedded-opentype"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.woff2") format("woff2"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.woff") format("woff"), url("../../fonts/druk/Druk Text Wide-Heavy-Web.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  html {
    overflow-x: hidden;
  }
}
.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  position: relative;
  background: #000;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 16px;
  width: 1440px;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    padding: 0 38px;
  }
}
.section {
  padding: 45px 0;
}
@media (min-width: 991.98px) {
  .section {
    padding: 90px 0;
  }
}
.section-title {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 991.98px) {
  .section-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
    padding-left: 26px;
  }
}
.section-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: -10px;
  background: #F7461F;
  border-radius: 50%;
}
@media (min-width: 991.98px) {
  .section-title:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
}
.section-bg--bottom {
  background-image: url("../../img/v2/bottom-bg-mob.png");
  background-repeat: no-repeat;
  bottom: 1000px;
  position: absolute;
  z-index: -1;
  height: 1110px;
  width: 100%;
}
@media (min-width: 767.98px) {
  .section-bg--bottom {
    background-image: url("../../img/v2/bottom-bg.png");
    transform: none;
    right: 0;
    height: 1500px;
    background-position-x: right;
    bottom: 200px;
  }
}
.section-bg--bottom--partners {
  background-image: url("../../img/v2/bottom-bg-mob.png");
  background-repeat: no-repeat;
  bottom: 30%;
  position: absolute;
  z-index: -1;
  height: 1110px;
  width: 100%;
}
@media (min-width: 767.98px) {
  .section-bg--bottom--partners {
    bottom: 18%;
  }
}
@media (min-width: 991.98px) {
  .section-bg--bottom--partners {
    background-image: url("../../img/v2/bottom-bg.png");
    right: 0;
    height: 1500px;
    background-position-x: right;
    bottom: 24%;
    transform: scaleX(-1);
  }
}
.section-bg--bottom--schedule {
  background-image: url("../../img/v2/bottom-bg-mob.png");
  background-repeat: no-repeat;
  top: 23%;
  position: absolute;
  z-index: -1;
  height: 1110px;
  width: 100%;
}
@media (min-width: 767.98px) {
  .section-bg--bottom--schedule {
    top: 24%;
  }
}
@media (min-width: 991.98px) {
  .section-bg--bottom--schedule {
    background-image: url("../../img/v2/bottom-bg.png");
    right: 0;
    height: 850px;
    background-size: contain;
    background-position-x: right;
    top: 26%;
    transform: scaleX(-1);
  }
}

.swipe-hint {
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: none;
}
.swipe-hint__hand {
  width: 28px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: swipeAnimation 2s infinite ease-in-out;
}

@keyframes swipeAnimation {
  0% {
    transform: translateX(-16px) scale(1);
  }
  50% {
    transform: translateX(0) scale(1.05);
  }
  100% {
    transform: translateX(-16px) scale(1);
  }
}
.landing-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1249px;
  z-index: 0;
  pointer-events: none;
  background-image: url("../../img/v2/mobile-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media (min-width: 1199.98px) {
  .landing-bg {
    background-image: url("../../img/v2/desctop-bg.png?v1");
    height: 1654px;
  }
  .landing-bg::after {
    height: 380px;
  }
}

.header {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .header {
    padding-top: 30px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  z-index: 3;
}
.header__logo img {
  max-width: 100px;
}
.header__btn {
  display: none;
  order: 1;
  align-items: center;
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  gap: 20px;
  text-decoration: none;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  cursor: pointer;
  position: relative;
  width: calc(100% - 23px);
  transition: all 0.3s ease;
  max-width: 257px;
  padding: 16px 44px 16px 18px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1199.98px) {
  .header__btn {
    display: flex;
  }
}
.header__btn svg {
  transition: all 0.3s ease;
}
.header__btn:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.header__btn:hover svg {
  rotate: -30deg;
}
.header__btn-icon {
  position: absolute;
  right: -23px;
  top: 0;
}
.header__navigation {
  display: none;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  z-index: 2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .header__navigation {
    display: flex;
    position: inherit;
    background-color: transparent;
    min-width: auto;
  }
}
.header__navigation.active {
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px;
}
.header__navigation.active:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background: #000;
}
.header__navigation.active .header__btn {
  display: flex;
  margin: 30px auto 42px;
  order: 0;
}
@media (min-width: 991.98px) {
  .header__navigation.active .header__btn {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header__navigation .header__btn {
    display: none !important;
  }
}
.header__navigation-list {
  list-style: none;
  padding-top: 35%;
}
@media (min-width: 768px) {
  .header__navigation-list {
    padding-top: 20%;
  }
}
@media (min-width: 991.98px) {
  .header__navigation-list {
    padding-top: 0;
    display: flex;
  }
}
@media (min-width: 1199.98px) {
  .header__navigation-list {
    gap: 0;
  }
}
@media (min-width: 1400px) {
  .header__navigation-list {
    gap: 10px;
  }
}
.header__navigation-list__item {
  text-align: center;
}
.header__navigation-list__item a {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FCFCFC;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  .header__navigation-list__item a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header__navigation-list__item a {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .header__navigation-list__item a {
    font-size: 16px;
  }
}
.header__navigation-list__item a:hover {
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  cursor: pointer;
}
.header__navigation-list__item a:hover:before {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #f7461f 0%, #fc603e 100%);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header__navigation-list__item a:hover:before {
    top: 5px;
  }
}
.header .mobile-additional {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (min-width: 992px) {
  .header .mobile-additional {
    display: none;
  }
}
.header .mobile-additional__top {
  display: flex;
  justify-content: center;
  text-align: center;
}
.header .header-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .header-social .header-social__item {
  color: #fff;
  text-decoration: none;
}
.header .nav_btn {
  background-color: transparent;
  border: transparent;
  margin: 0;
  position: relative;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  width: 60px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  order: -1;
}
@media (min-width: 992px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn:not(.collapsed) {
  order: 1;
  z-index: 3;
  background: #fff;
  width: 45px;
  height: 45px;
}
.header .nav_btn:not(.collapsed) .nav_btn-icon:after, .header .nav_btn:not(.collapsed) .nav_btn-icon:before {
  background-color: #F7461F;
  height: 2px;
}
.header .nav_btn-icon {
  display: block;
  height: 3px;
  width: 100%;
  transition: background-color 0.3s 0s;
  background-color: transparent;
  position: relative;
}
.header .nav_btn-icon:after, .header .nav_btn-icon:before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
  display: block;
  height: 3px;
  width: 100%;
}
.header .nav_btn-icon:before {
  transform: rotate(45deg);
}
.header .nav_btn-icon:after {
  transform: rotate(-45deg);
}
.header .nav_btn.collapsed .nav_btn-icon {
  transition: background-color 0.1s ease 0.3s;
  background-color: #ffffff;
}
.header .nav_btn.collapsed .nav_btn-icon:after, .header .nav_btn.collapsed .nav_btn-icon:before {
  transform: rotate(0);
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
}
.header .nav_btn.collapsed .nav_btn-icon:before {
  top: -0.5818rem;
}
.header .nav_btn.collapsed .nav_btn-icon:after {
  top: 0.5818rem;
}
.header .social__item:hover {
  opacity: 0.8;
}
.header .social__item:hover:before {
  width: 7px;
  height: 7px;
}
.header .header-info {
  text-align: center;
}
.header .header-info__link, .header .header-info__copyright {
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
}
.header .header-info__link {
  display: block;
  margin-bottom: 4px;
}
.header .header-info__link:hover {
  color: #fff;
}

.hero {
  padding-top: 121px;
  padding-bottom: 40px;
}
@media (min-width: 1199.98px) {
  .hero {
    padding-top: 266px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1199.98px) {
  .hero__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.hero__subtitle {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
@media (min-width: 1199.98px) {
  .hero__subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 30px;
  }
}
.hero__title {
  margin-bottom: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991.98px) {
  .hero__title {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1199.98px) {
  .hero__title {
    margin-bottom: 0;
  }
}
.hero__title svg {
  width: 100%;
  max-width: 311px;
  margin: 0 auto 10px;
}
@media (min-width: 991.98px) {
  .hero__title svg {
    margin: 0;
    flex: 1 0 487px;
    max-width: 487px;
    height: auto;
    width: 100%;
  }
}
.hero__title-accent {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  background: linear-gradient(90deg, #FD5732 0%, #FD874C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
@media (min-width: 991.98px) {
  .hero__title-accent {
    font-size: 72px;
    line-height: 100%;
    text-align: left;
    max-width: 404px;
  }
}
.hero__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media (min-width: 1199.98px) {
  .hero__meta {
    margin-bottom: 0;
    align-items: flex-start;
    font-size: 20px;
    line-height: 100%;
    gap: 20px;
  }
}
.hero__button {
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  gap: 20px;
  padding: 17px 42px 14px 19px;
  text-decoration: none;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  cursor: pointer;
  position: relative;
  width: calc(100% - 23px);
  transition: all 0.3s ease;
  max-width: 311px;
  margin: 0 auto;
}
.hero__button svg {
  transition: all 0.3s ease;
}
.hero__button:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.hero__button:hover svg {
  rotate: -30deg;
}
.hero__button-icon {
  position: absolute;
  right: -23px;
  top: 0;
}
@media (min-width: 1199.98px) {
  .hero__button {
    display: none;
  }
}
.hero__features {
  margin-top: 100px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px 40px;
  list-style: none;
}
@media (min-width: 991.98px) {
  .hero__features {
    flex-direction: row;
  }
}
@media (min-width: 1199.98px) {
  .hero__features {
    flex-direction: row;
    gap: 50px;
    padding: 38px 58px 60px 30px;
    margin-top: 120px;
  }
}
.hero__features-item {
  display: flex;
  gap: 14px;
  flex: 1;
}
@media (min-width: 991.98px) {
  .hero__features-item {
    gap: 5px;
  }
}
.hero__features-item svg {
  flex-shrink: 0;
  margin-top: -7px;
}
@media (min-width: 991.98px) {
  .hero__features-item svg {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
}
.hero__features-item .hero__features-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 991.98px) {
  .hero__features-item .hero__features-text {
    padding-top: 33px;
  }
}
.hero__features-item .hero__features-text span {
  color: #F7461F;
}

@media (min-width: 991.98px) {
  .about .container {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }
}
.about .section-title {
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .about .section-title {
    margin-bottom: 30px;
  }
}
.about__button {
  display: none;
}
@media (min-width: 991.98px) {
  .about__button {
    align-items: center;
    justify-content: center;
    font-family: "Druk Text Wide Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    gap: 20px;
    text-decoration: none;
    background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
    cursor: pointer;
    position: relative;
    width: calc(100% - 23px);
    transition: all 0.3s ease;
    max-width: 257px;
    padding: 16px 44px 16px 18px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 26px;
  }
}
.about__button svg {
  transition: all 0.3s ease;
}
.about__button:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.about__button:hover svg {
  rotate: -30deg;
}
.about__button-icon {
  position: absolute;
  right: -23px;
  top: 0;
}
.about-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767.98px) {
  .about-inner {
    flex-direction: row;
  }
}
@media (min-width: 991.98px) {
  .about-inner {
    margin-left: auto;
  }
}
.about-card {
  background: #FFFFFF;
  padding: 16px 16px 40px;
  flex: 1;
}
@media (min-width: 991.98px) {
  .about-card {
    max-width: 326px;
  }
}
.about-card__img {
  margin-bottom: 12px;
}
.about-card__img img {
  max-width: 100%;
  width: 100%;
}
.about-card__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #F7461F;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 767.98px) {
  .about-card__title {
    font-size: 18px;
  }
}
.about-card__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.for-whom {
  position: relative;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .for-whom .swipe-hint {
    display: none;
  }
}
.for-whom-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .for-whom-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .for-whom-inner::-webkit-scrollbar {
    display: none;
  }
}
.for-whom-card {
  padding: 16px;
  background: #131313;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (min-width: 767.98px) {
  .for-whom-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 991.98px) {
  .for-whom-card {
    flex: 0 0 calc(33.3% - 14px);
  }
}
@media (max-width: 768px) {
  .for-whom-card {
    flex: 0 0 100%;
  }
}
.for-whom-card .for-whom__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #FD874C 0%, #F7461F 100%);
}
.for-whom-card .for-whom__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 991.98px) {
  .for-whom-card .for-whom__title {
    font-size: 20px;
  }
}
@media (min-width: 991.98px) {
  .for-whom-card .for-whom__title br {
    display: none;
  }
}

.experts {
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .experts .swipe-hint {
    display: none;
  }
}
.experts .swiper-nav {
  display: none;
}
@media (min-width: 767.98px) {
  .experts .swiper-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 16px;
    top: -1px;
    z-index: 1;
    height: 52px;
  }
}
@media (min-width: 991.98px) {
  .experts .swiper-nav {
    top: 10px;
  }
}
@media (min-width: 1200.98px) {
  .experts .swiper-nav {
    right: 38px;
  }
}
.experts .swiper-nav .swiper-nav__btn {
  position: initial;
  width: 52px;
  height: 52px;
  background: transparent;
  border: none;
  opacity: 1;
}
.experts .swiper-nav .swiper-nav__btn::after {
  display: none;
}
.experts .swiper-nav .swiper-nav__btn.swiper-button-disabled svg {
  display: block;
}
.experts .swiper-nav .swiper-nav__btn.swiper-button-disabled svg.active {
  display: none;
}
.experts .swiper-nav .swiper-nav__btn:not(.swiper-button-disabled) svg {
  display: none;
}
.experts .swiper-nav .swiper-nav__btn:not(.swiper-button-disabled) svg.active {
  display: block;
}
.experts .swiper-nav .swiper-nav__btn svg {
  width: 52px;
  height: 52px;
}
@media (min-width: 991.98px) {
  .experts-wrapper {
    overflow: hidden;
  }
}
.experts .expert-card {
  max-width: 311px;
}
@media (min-width: 991.98px) {
  .experts .expert-card {
    max-width: none;
  }
}
.experts .expert-card__label {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 991.98px) {
  .experts .expert-card__label {
    font-size: 10px;
    line-height: 14px;
  }
}
.experts .expert-card__label:before {
  content: "";
  width: 14px;
  height: 14px;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  border-radius: 50%;
  margin-top: 2px;
}
@media (min-width: 991.98px) {
  .experts .expert-card__label:before {
    width: 8px;
    height: 8px;
  }
}
.experts .expert-card__content-inner {
  padding: 20px;
  min-height: 140px;
  background: #fff;
}
@media (min-width: 991.98px) {
  .experts .expert-card__content-inner {
    padding: 10px;
    min-height: 95px;
  }
}
.experts .expert-card__front img {
  max-width: 100%;
  display: block;
}
.experts .expert-card__front .expert-card__author {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 991.98px) {
  .experts .expert-card__front .expert-card__author {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
}
.experts .expert-card__front .expert-card__position {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #515151;
}
@media (min-width: 991.98px) {
  .experts .expert-card__front .expert-card__position {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
}
.experts .expert-card__back {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.experts .expert-card__back p {
  margin-bottom: 25px;
}
.experts .expert-card__back p:last-child {
  margin-bottom: 0;
}
.experts .expert-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.experts .expert-card-withbg:hover .expert-card__inner {
  transform: rotateY(180deg);
}
.experts .expert-card__back {
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 30px;
  transform: rotateY(180deg);
  background: #fff;
}
@media (min-width: 991.98px) {
  .experts .expert-card__back {
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
  }
}
.experts .expert-card__front,
.experts .expert-card__back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.schedule__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.schedule__item {
  padding: 16px 16px 20px;
  background: #131313;
}
@media (min-width: 991.98px) {
  .schedule__item {
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 160px;
  }
}
.schedule__item .schedule__time {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FD874C;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #515151;
  display: block;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__time {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    height: 100%;
  }
}
@media (min-width: 1199.98px) {
  .schedule__item .schedule__time {
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__time::after {
    content: "";
    position: absolute;
    right: 0;
    top: -46px;
    bottom: -20px;
    width: 1px;
    height: 120px;
    background-color: #515151;
  }
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1199.98px) {
  .schedule__item .schedule__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.schedule__item .schedule__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: block;
}
.schedule__item .schedule__item-title--last {
  font-size: 20px;
}
.schedule__item .schedule__item-text {
  color: #FFFFFF;
}
.schedule__item .schedule__speakers {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__speakers {
    flex-direction: row;
  }
}
@media (min-width: 1199.98px) {
  .schedule__item .schedule__speakers {
    gap: 100px;
  }
}
.schedule__item .schedule__speaker {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__speaker {
    align-items: center;
    margin-bottom: 20px;
    max-width: 246px;
  }
}
.schedule__item .schedule__speaker.schedule__speaker--fw {
  max-width: none;
}
.schedule__item .schedule__speaker img {
  max-width: 74px;
  flex-shrink: 0;
  height: 74px;
}
.schedule__item .schedule__speaker-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}
.schedule__item .schedule__speaker-role {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #949494;
}
@media (min-width: 991.98px) {
  .schedule__item .schedule__speaker-role {
    font-size: 12px;
    letter-spacing: normal;
  }
}
.schedule__item .schedule__topic {
  color: #fff;
}
.schedule__item--highlight {
  padding-bottom: 30px;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
}
.schedule__item--highlight .schedule__time {
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 991.98px) {
  .schedule__item--highlight .schedule__time {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 991.98px) {
  .schedule__item--highlight .schedule__time::after {
    background-color: #FFE8E0;
  }
}

.about-the-collection-inner {
  display: flex;
  flex-direction: column;
  padding: 50px 0 50px;
  background: #ffffff;
}
@media (min-width: 767.98px) {
  .about-the-collection-inner {
    flex-direction: row;
    padding: 0;
    align-items: center;
  }
}
.about-the-collection__img {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 767.98px) {
  .about-the-collection__img {
    border-right: 1px solid #D9D9D9;
    border-bottom: none;
    padding: 38px;
    margin-bottom: 0;
  }
}
@media (min-width: 991.98px) {
  .about-the-collection__img {
    padding: 58px;
  }
}
@media (min-width: 1199.98px) {
  .about-the-collection__img {
    padding: 80px 152px;
  }
}
.about-the-collection__img svg {
  display: block;
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .about-the-collection__img svg {
    max-width: 228px;
    height: 62px;
  }
}
.about-the-collection__content {
  padding: 0 16px;
}
@media (min-width: 991.98px) {
  .about-the-collection__content {
    max-width: 557px;
    margin: 0 auto;
  }
}
.about-the-collection__content p {
  margin-bottom: 20px;
}
.about-the-collection__content p:last-child {
  margin-bottom: 0;
}
.about-the-collection__content p span {
  color: #F7461F;
}

.how-to-join .section-title {
  margin-bottom: 4px;
}
@media (min-width: 991.98px) {
  .how-to-join .section-title {
    margin-bottom: 10px;
  }
}
.how-to-join .section-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #D9D9D9;
  margin-bottom: 60px;
  display: block;
  padding-left: 16px;
}
@media (min-width: 991.98px) {
  .how-to-join .section-subtitle {
    font-size: 22px;
    line-height: 28px;
    padding-left: 26px;
  }
}
.how-to-join .how-to-join__steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 60px;
}
@media (min-width: 767.98px) {
  .how-to-join .how-to-join__steps {
    flex-direction: row;
  }
}
@media (min-width: 991.98px) {
  .how-to-join .how-to-join__steps {
    margin-bottom: 80px;
  }
}
.how-to-join .how-to-join__steps .how-to-join__step {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 767.98px) {
  .how-to-join .how-to-join__steps .how-to-join__step {
    flex-direction: column;
    flex: 1;
  }
}
.how-to-join .how-to-join__steps .how-to-join__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #F7461F 0%, #000000 124.26%), #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  flex-shrink: 0;
}
@media (min-width: 767.98px) {
  .how-to-join .how-to-join__steps .how-to-join__step-number {
    width: 100%;
    background: linear-gradient(90deg, #F7461F 0%, #000000 91.18%), #000000;
  }
}
@media (min-width: 991.98px) {
  .how-to-join .how-to-join__steps .how-to-join__step-number {
    font-size: 38px;
    line-height: 38px;
    height: 70px;
  }
}
.how-to-join .how-to-join__steps .how-to-join__step-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media (min-width: 767.98px) {
  .how-to-join .how-to-join__steps .how-to-join__step-text {
    text-align: center;
    font-size: 18px;
    max-width: 240px;
    margin: 0 auto;
  }
}
.how-to-join .how-to-join__steps .how-to-join__step-text a, .how-to-join .how-to-join__steps .how-to-join__step-text span {
  color: #FD874C;
  text-decoration: none;
}
.how-to-join__button {
  align-items: center;
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  gap: 20px;
  padding: 17px 20px 14px;
  text-decoration: none;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  cursor: pointer;
  position: relative;
  width: calc(100% - 23px);
  transition: all 0.3s ease;
}
@media (min-width: 575.98px) {
  .how-to-join__button {
    max-width: 257px;
    margin: 0 auto;
    padding: 16px 44px 16px 18px;
    font-size: 14px;
    line-height: 18px;
  }
}
.how-to-join__button svg {
  transition: all 0.3s ease;
}
.how-to-join__button:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.how-to-join__button:hover svg {
  rotate: -30deg;
}
.how-to-join__button-icon {
  position: absolute;
  right: -23px;
  top: 0;
}

.partners .section-title {
  margin-bottom: 60px;
}
.partners .swipe-hint {
  top: 36px;
}
@media (min-width: 767.98px) {
  .partners .swipe-hint {
    display: none;
  }
}
.partners-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .partners-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .partners-inner::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .partners-inner {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.partners-inner .partners__item {
  text-decoration: none;
  flex: 0 0 311px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 180px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
@media (min-width: 767.98px) {
  .partners-inner .partners__item {
    flex: 0 0 calc(33.3% - 14px);
  }
}
@media (min-width: 991.98px) {
  .partners-inner .partners__item {
    height: 160px;
    flex: 0 0 calc(20% - 15px);
  }
}
.partners-inner .partners__item:hover {
  opacity: 0.8;
}
.partners__button {
  font-family: "Druk Text Wide Medium", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .partners__button {
    display: none;
  }
}
.partners__button:hover {
  opacity: 0.8;
}

@media (min-width: 1199.98px) {
  .about-organizer .section-title {
    margin-bottom: 80px;
  }
}
@media (min-width: 767.98px) {
  .about-organizer-inner {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}
@media (min-width: 991.98px) {
  .about-organizer-inner {
    gap: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1199.98px) {
  .about-organizer-inner {
    align-items: center;
  }
}
.about-organizer__accent {
  color: #FD874C;
  text-decoration: none;
}
.about-organizer__content {
  color: #ffffff;
  padding: 0 16px;
}
@media (min-width: 991.98px) {
  .about-organizer__content {
    padding: 0;
    max-width: 557px;
    margin: 0 auto;
  }
}
.about-organizer__content p:last-child {
  margin-bottom: 0;
}
.about-organizer__description {
  margin-bottom: 25px;
}
@media (min-width: 991.98px) {
  .about-organizer__description {
    margin-bottom: 30px;
  }
}
.about-organizer__stats {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 15px;
}
@media (min-width: 991.98px) {
  .about-organizer__stats {
    margin-bottom: 42px;
  }
}
.about-organizer__stats-item::marker {
  color: #FD874C;
}
.about-organizer__text {
  margin-bottom: 10px;
}
.about-organizer__logo, .about-organizer__media {
  max-width: 100%;
}
.about-organizer__logo-inner {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
@media (min-width: 767.98px) {
  .about-organizer__logo-inner {
    padding: 0;
    order: -1;
    margin-bottom: 0;
  }
}
.about-organizer__logo-inner img {
  max-width: 300px;
}
@media (min-width: 991.98px) {
  .about-organizer__logo-inner img {
    max-width: 557px;
  }
}
.about-organizer__media {
  width: calc(100% + 32px);
}
.about-organizer__media-inner {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 767.98px) {
  .about-organizer__media-inner {
    margin: 0;
  }
}

.timer__title {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 311px;
  margin: 0 auto 30px;
}
@media (min-width: 767.98px) {
  .timer__title {
    max-width: 904px;
    margin-left: 0;
  }
}
@media (min-width: 991.98px) {
  .timer__title {
    font-size: 36px;
    line-height: 58px;
    margin-bottom: 60px;
  }
}
.timer__title-badge {
  padding: 5px;
  background: linear-gradient(90deg, #F7461F 0%, #000000 100%), #000000;
}
.timer__title-accent {
  color: #F7461F;
  white-space: nowrap;
}
.timer__body {
  background: #fff;
}
@media (min-width: 991.98px) {
  .timer__body {
    display: flex;
    justify-content: space-between;
  }
}
.timer__body .timer__item {
  padding: 25px 38px 25px;
  border-bottom: 1.5px solid #000000;
  position: relative;
}
@media (min-width: 991.98px) {
  .timer__body .timer__item {
    border-bottom: none;
    padding: 30px 30px 30px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 991.98px) {
  .timer__body .timer__item:before {
    content: "";
    position: absolute;
    display: block;
    height: 77px;
    border-left: 1px solid #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.timer__body .timer__item:first-child:before {
  display: none;
}
.timer__body .timer__item--no-border {
  border-bottom: none;
}
.timer__body .timer__item .timer__value {
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 53px;
  color: #000000;
}
@media (min-width: 991.98px) {
  .timer__body .timer__item .timer__value {
    font-size: 36px;
  }
}
@media (min-width: 1199.98px) {
  .timer__body .timer__item .timer__value {
    font-size: 54px;
  }
}
.timer__body .timer__item .timer__label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  padding-left: 15px;
}
.timer__button {
  align-items: center;
  justify-content: center;
  font-family: "Druk Text Wide Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 12px;
  text-decoration: none;
  background: linear-gradient(90deg, #F7461F 0%, #FD874C 100%);
  transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
  .timer__button {
    max-width: 440px;
    padding: 15px 40px;
  }
}
@media (min-width: 1199.98px) {
  .timer__button {
    font-size: 20px;
    line-height: 32px;
  }
}
.timer__button svg {
  transition: all 0.3s ease;
}
.timer__button:hover {
  background: linear-gradient(90deg, #F7461F 0%, #F7461F 100%);
  cursor: pointer;
}
.timer__button:hover svg {
  rotate: -30deg;
}

.contacts {
  padding-bottom: 0;
}
.contacts-inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #202020;
}
@media (min-width: 767.98px) {
  .contacts-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 991.98px) {
  .contacts-inner {
    padding-bottom: 60px;
  }
}
.contacts__title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 30px;
  padding-left: 25px;
  text-transform: none;
}
@media (min-width: 767.98px) {
  .contacts__title {
    font-size: 18px;
    line-height: 28px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.contacts__title:before {
  top: -5px;
}
@media (min-width: 767.98px) {
  .contacts__title:before {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .contacts__card {
    width: 50%;
  }
}
@media (min-width: 991.98px) {
  .contacts__card {
    width: auto;
    background: #131313;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
}
.contacts__person {
  padding: 16px;
  background: #131313;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 991.98px) {
  .contacts__person {
    padding: 20px 40px 20px 20px;
    gap: 20px;
  }
}
@media (min-width: 1199.98px) {
  .contacts__person {
    padding-right: 80px;
  }
}
.contacts__person .contacts__avatar {
  max-width: 100px;
  flex-shrink: 0;
}
@media (min-width: 991.98px) {
  .contacts__person .contacts__avatar {
    max-width: 150px;
  }
}
.contacts__person .contacts__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (min-width: 991.98px) {
  .contacts__person .contacts__name {
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
  }
}
.contacts__person .contacts__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #949494;
}
@media (min-width: 991.98px) {
  .contacts__person .contacts__position {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
  }
}
.contacts__button {
  font-family: "Druk Text Wide Medium", sans-serif;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 991.98px) {
  .contacts__button {
    padding: 16px;
    max-width: 300px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1150.98px) {
  .contacts__button {
    width: 300px;
  }
}
.contacts__button:hover {
  opacity: 0.8;
}

.footer {
  padding: 80px 0;
}
@media (min-width: 767.98px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 767.98px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 90px;
}
@media (min-width: 767.98px) {
  .footer__socials {
    margin-bottom: 0;
    flex-direction: row;
    order: 2;
  }
}
@media (min-width: 991.98px) {
  .footer__socials {
    gap: 50px;
  }
}
.footer__socials-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #515151;
  transition: all 0.3s ease;
  position: relative;
}
.footer__socials-link:hover {
  color: #FFFFFF;
}
@media (min-width: 991.98px) {
  .footer__socials-link:hover:before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #f7461f 0%, #fc603e 100%);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 0;
    transition: all 0.3s ease;
  }
}
.footer__bottom {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #515151;
}
@media (min-width: 767.98px) {
  .footer__bottom {
    display: flex;
    width: 100%;
    font-size: 16px;
  }
}
.footer__bottom .footer__policy {
  margin-bottom: 4px;
  display: block;
  text-decoration: none;
  color: #515151;
}
@media (min-width: 767.98px) {
  .footer__bottom .footer__policy {
    margin: 0 auto;
    order: 2;
  }
}
.footer__bottom .footer__policy:hover {
  color: #FFFFFF;
}

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