@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  color: #000;
  background: #FAFAFF;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.logo__title {
  color: #D3D2FF;
  font-family: Montserrat;
  font-size: 15px;
}

.btn {
  padding: 22px 24px 22px 50px;
  border-radius: 4px;
  background: linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  position: relative;
}

.btn svg {
  position: absolute;
  left: 20px;
  top: 20px;
}

h1 {
  font-size: clamp(52px, 10 * (1vw + 1vh) / 2, 68px);
}

h2 {
  font-size: clamp(32px, 10 * (1vw + 1vh) / 2, 46px);
}

/*Header*/
.header {
  background-image: url(../img/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 8px;
  position: relative;
  /*&::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px; 
      background:  inherit;
      filter: opacity(0.3);
      opacity: 0.03;
      background: linear-gradient(180deg, #FAFAFF 0.1%, rgba(249, 249, 255, 0.00) 11.21%), url(<path-to-image>), lightgray 50% / cover no-repeat;
      z-index: 10;
  }*/
}
.header__top {
  border-radius: 6px;
  background: var(--Blue, #3849E3);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  padding: 15px 24px;
}
.header__menu {
  display: flex;
  margin-left: 396px;
}
.header__menu-item {
  margin-right: 36px;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-link {
  color: var(--White, #FFF);
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
.header__social {
  margin-left: 44px;
  display: flex;
}
.header__social-icon path {
  transition: fill 0.3s;
}
.header a:hover .header__social-icon path {
  fill: #FFD08A;
}
.header__social a {
  display: block;
  margin-right: 24px;
}
.header__social a:last-child {
  margin-right: 0;
}
.header__top-btn {
  border-radius: 4px;
  background: var(--White, #FFF);
  padding: 14px 18px 14px 14px;
  color: var(--Blue, #3849E3);
  font-size: 15px;
  margin-left: 40px;
  display: flex;
}
.header__top-btn:hover {
  background: var(--Gold, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
  color: var(--Black, #0A092D);
}
.header__top-btn:hover svg path {
  fill: #0A092D;
}
.header__top-btn svg {
  margin-right: 20px;
}
.header__subtitle {
  color: var(--Black, #0A092D);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 72px;
}
.header__title {
  color: #000;
  font-size: 68px;
  font-weight: 700;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__title div {
  display: flex;
  align-items: center;
}
.header__title-span {
  font-size: 32px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: lowercase;
}
.header__h1 {
  background: var(--Blue, linear-gradient(95deg, #7B69EF 18.68%, #364AFF 85.6%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  font-weight: 700;
}
.header__wrap {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 13px;
  border-radius: 8px;
  background: #FFF;
  width: 206px;
  margin: 54px auto 0 auto;
}
.header__wrap-img {
  width: 30px;
  height: 30px;
}
.header__wrap-text {
  font-size: 16px;
  font-weight: 600;
}
.header__box {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.header__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__item-wrap {
  border-radius: 20px;
  background: #fefeff;
  padding: 15px 15px 0 15px;
}
.header__item-img {
  border-radius: 16px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  width: 193px;
  height: 194px;
}
.header__item-title {
  border-radius: 8px;
  background: var(--Blue-Light, #7159FF);
  color: var(--White, #FFF);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 8px 0;
  width: 220px;
  margin-top: -5px;
}
.header__item:nth-child(2) .header__item-title {
  width: 220px;
}
.header__item-subtitle {
  font-size: 15px;
  margin-top: 17px;
}
.header__btn {
  margin: 60px auto 0 auto;
  max-width: 338px;
  text-align: center;
  position: relative;
  z-index: 10000;
  display: block;
  color: var(--Black, #0A092D);
  padding: 22px 24px;
  display: flex;
  transition: all 0.3s ease;
}
.header__btn span {
  margin-left: 40px;
}
.header__btn:hover {
  background: var(--Black, #0A092D);
  color: var(--White, #FFF);
}
.header__btn:hover svg path {
  fill: #FFF;
}

/*unique*/
.unique {
  margin-top: 110px;
}
.unique .container {
  border-radius: 6px;
  /*box-shadow: 0px 0px 70px #2243ff17;    */
  background: #FFF;
  padding: 50px;
  filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, 0.03));
}
.unique__title-num {
  text-align: center;
  color: var(--Blue, #3849E3);
  font-size: 100px;
  font-weight: 600;
  line-height: 22px;
  opacity: 0.2;
}
.unique__title-text {
  color: var(--Black, #0A092D);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: -10px;
}
.unique__box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.unique__item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  width: 378px;
  padding: 28px 24px;
  border-radius: 6px;
  background: var(--Light-Blue, #FAFAFF);
}
.unique__item-img {
  width: 68px;
  height: 68px;
  background: var(--Blue, linear-gradient(95deg, #7B69EF 18.68%, #364AFF 85.6%));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.unique__item-text {
  padding-left: 28px;
}

/*Agenda*/
.agenda {
  margin-top: 104px;
  background: linear-gradient(180deg, #FAFAFF 0%, #FFF 26.16%, #FFF 100%);
}
.agenda__title {
  margin-top: 35px;
  text-align: center;
}
.agenda__box {
  display: flex;
}
.agenda__item {
  margin-top: 92px;
}
.agenda__item:first-child {
  max-width: 480px;
  padding-right: 100px;
  position: relative;
}
.agenda__item:last-child {
  position: relative;
}
.agenda__item:last-child::before {
  content: "";
  width: 1px;
  height: 82%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 11.94%, rgba(0, 0, 0, 0.1) 89.68%, rgba(0, 0, 0, 0) 99.19%);
  position: absolute;
  left: 27px;
  top: 40px;
  z-index: 10;
}
.agenda__item-text-i {
  color: var(--Black, #0A092D);
  font-size: 17px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 54px;
}
.agenda__btn {
  border-radius: 6px;
  background: linear-gradient(103deg, #F00 32.25%, #E90202 57.89%);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 16px 40px 16px 32px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 32px;
  width: 340px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.agenda__btn:hover {
  background: linear-gradient(103deg, #F10000, #DB0000);
}
.agenda__btn:last-child {
  background: linear-gradient(103deg, #2AABEE 32.25%, #229ED9 57.89%);
  transition: background 0.3s ease;
}
.agenda__btn:last-child:hover {
  background: linear-gradient(103deg, #20A3E7, #1896D2);
}
.agenda__btn-img {
  display: flex;
  width: 100px;
  height: 80px;
  padding: 18px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.08);
}
.agenda__btn-text {
  color: var(--White, #FFF);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  margin-left: 24px;
}
.agenda__btn-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.agenda__item-box {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: auto 100px 1fr;
  gap: 10px;
}
.agenda__item-box:nth-child(3) {
  align-items: center;
  margin-bottom: 53px;
}
.agenda__item-box:nth-child(3) .agenda__item-wrap {
  display: flex;
  align-items: center;
  width: 432px;
  padding: 20px 20px 20px 44px;
}
.agenda__item-box:nth-child(3) .agenda__item-title {
  margin: 0 0 0 24px;
}
.agenda__item-box:nth-child(3) .agenda__item-hour {
  margin-top: 2px;
}
.agenda__item-box:nth-child(3) .agenda__item-img {
  width: 36px;
  height: 36px;
  box-shadow: inherit;
}
.agenda__item-hour {
  border-radius: 8px;
  background: var(--Black, #0A092D);
  padding: 8px 10px;
  color: var(--White, #FFF);
  font-size: 16px;
  height: 36px;
  margin-top: 40px;
  position: relative;
  z-index: 1000;
}
.agenda__item-hour:nth-child(3) {
  width: 100px;
}
.agenda__item-img {
  width: 110%;
  margin-left: 20px;
  border-radius: 6px;
  box-shadow: 1px 1px 10px rgba(217, 217, 217, 0.2901960784);
}
.agenda__item-wrap {
  padding: 20px;
  margin-left: 40px;
  border-radius: 6px;
  background: var(--Light-Blue, #FAFAFF);
}
.agenda__item-name {
  color: var(--Blue, #3849E3);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.agenda__item-name span {
  color: #707070;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 12px;
}
.agenda__item-title {
  color: var(--Black, #0A092D);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
.agenda__item-text {
  color: var(--Black, #0A092D);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 7px;
}
.agenda__tab-box {
  display: flex;
  align-items: center;
  margin-top: 14px;
  cursor: pointer;
}
.agenda__tab-title {
  color: var(--Blue, #3849E3);
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.agenda__tab-icon {
  margin-left: 10px;
}
.agenda__tab-text {
  margin-top: 10px;
  color: var(--Black, #0A092D);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 500px;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.7s;
}
.agenda__tab-show {
  display: block;
  max-height: 1000px;
  transition: all 2s;
}

/*Sponsors*/
.sponsors {
  margin-top: 23px;
  padding: 100px 0 60px 0;
}
.sponsors__title {
  text-align: center;
}
.sponsors__subtitle {
  text-align: center;
  margin-top: 20px;
}
.sponsors__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.sponsors__item {
  padding: 32px 24px;
  border-radius: 6px;
  background: var(--White, #FFF);
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.1);
  width: 630px;
  border: 4px solid rgba(4, 0, 188, 0.1);
  padding: 32px 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sponsors__item-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsors__item-link a {
  text-decoration: none;
  color: var(--Blue, #3849E3);
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.sponsors__item-link:hover a {
  color: #000;
}
.sponsors__item-link:hover svg path {
  fill: #000;
}
.sponsors__item-link {
  display: flex;
  align-items: center;
}
.sponsors__item-link {
  margin-right: 20px;
}
.sponsors__item-link:last-child {
  margin-right: 0;
}
.sponsors__item-img {
  border-radius: 4px;
  background: #F8F8F8;
  /*padding: 24px 0;*/
  margin: 30px 0;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsors__item-img img {
  margin: 0 auto;
  width: 300px;
  display: block;
}
.sponsors__item-text {
  color: var(--Black, #0A092D);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.sponsors__item-list {
  color: var(--Black, #0A092D);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0 16px 25px;
}
.sponsors__item-list li {
  margin-bottom: 5px;
}
.sponsors__item-list li:last-child {
  margin-bottom: 0;
}
.sponsors__item-wrap {
  display: flex;
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid rgba(56, 73, 227, 0.6);
  margin-top: 40px;
}
.sponsors__item-slogan {
  margin-left: 16px;
}
.sponsors__footer {
  margin-top: 100px;
  padding: 40px 0;
  background-image: url(../img/footer-bg.webp);
  background-color: #fff;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.sponsors__footer-title {
  color: var(--Black, #0A092D);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.sponsors__footer-btn {
  margin: 38px auto 0 auto;
  max-width: 338px;
  text-align: center;
  position: relative;
  z-index: 10000;
  display: block;
  color: var(--Black, #0A092D);
  padding: 22px 24px;
  display: flex;
  transition: all 0.3s ease;
}
.sponsors__footer-btn svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.sponsors__footer-btn span {
  margin-left: 40px;
}
.sponsors__footer-btn:hover {
  background: var(--Black, #0A092D);
  color: var(--White, #FFF);
}
.sponsors__footer-btn:hover svg path {
  fill: #FFF;
}

/*partner*/
.partner {
  background: linear-gradient(180deg, #FAFAFF 0%, #FFF 26.16%, #FFF 100%);
  padding: 40px 0 58px 0;
}
.partner__title {
  text-align: center;
}
.partner__subtitle {
  text-align: center;
  margin-top: 20px;
  color: var(--Black, #0A092D);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.partner__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 70px;
}
.partner__item {
  width: 250px;
  padding: 24px 12px;
  border-radius: 6px;
  background: var(--Light-Blue, #FAFAFF);
  margin-bottom: 22px;
}
.partner__item-title {
  color: var(--Black, #0A092D);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 24px;
}
.partner__item-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.04));
}
.partner__item-img img {
  width: 100%;
  border-radius: 10px;
}
.partner__item-zeeks img {
  margin-top: 50px;
  border-radius: 0px;
}

/*About*/
.about__box {
  display: flex;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.1);
  margin-top: 90px;
  background-color: #fff;
  border-radius: 6px;
  background-image: url(../img/about-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.about__box::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -40px;
}
.about__title {
  margin-top: 100px;
}
.about__item:last-child {
  padding: 41px 44px 45px 40px;
}
.about__img {
  margin-top: -29px;
  height: 108%;
}
.about__item-wrap {
  display: flex;
  justify-content: space-between;
}
.about__item-subtile {
  color: var(--Blue, #3849E3);
  font-size: 30px;
  font-weight: 700;
}
.about__title {
  color: #000;
  text-align: center;
}
.about__text {
  margin-top: 52px;
  padding: 0 50px 0 32px;
  position: relative;
  font-style: italic;
  font-weight: 300;
}
.about__text-img {
  position: absolute;
}
.about__text-img:first-child {
  left: 0;
  top: 0;
}
.about__text-img:last-child {
  bottom: 0;
  right: 0;
}
.about .sponsors__item-link {
  border-radius: 4px;
  border: 2px solid var(--Blue, #3849E3);
}
.about .header__top-btn {
  margin-left: 0;
}
.about .sponsors__item-link:hover {
  border: 2px solid #000;
}

.media-tetle {
  display: none;
}

/*Btn UP*/
.btn-up {
  width: 50px;
  height: 50px;
  background-color: var(--Blue, #3849E3);
  opacity: 0.5;
  border-radius: 50%;
  border: 1px solid #888888;
  position: fixed;
  bottom: 90px;
  right: 70px;
  cursor: pointer;
  display: none;
}
.btn-up__show {
  display: flex;
  justify-content: center;
}
.btn-up:hover {
  opacity: 1;
}
.btn-up__img {
  transform: rotate(180deg);
  width: 25px;
  margin-bottom: 4px;
}

/*Footer*/
.footer__box {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 100px auto;
}
.footer__copyright {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.footer__icon {
  display: flex;
  width: 140px;
  justify-content: space-between;
}
.footer__icon-link svg {
  width: 22px;
  height: 22px;
}
.footer__icon-link:hover svg path {
  fill: #3849E3;
}

.mobile-menu {
  display: none;
}

.hour-bg {
  background-color: #3849E3;
}

.to-centre {
  background-color: #3849E3;
}

/*Video*/
.video {
  margin-top: 50px;
  display: flex;
}
.video iframe {
  border-radius: 6px;
}
.video__item:first-child {
  width: 65%;
}
.video__item:last-child {
  width: 35%;
  margin-left: 40px;
}

/*SPONSOR PAGE*/
/*Sponsor header*/
.sponsor-header__title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-top: 150px;
}
.sponsor-header__underline {
  margin-left: 20%;
}
.sponsor-header__subtitle {
  text-align: center;
  padding: 0 22%;
}
.sponsor-header__box {
  display: flex;
  position: relative;
  padding: 50px 0 100px 0;
}
.sponsor-header__arrow {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 200px;
  right: auto;
}
.sponsor-header__box-btn {
  width: 389px;
  margin: 0 auto;
  position: relative;
}
.sponsor-header__btn {
  background-color: #3849E3;
  border-color: transparent;
  transition: background-color 0.3s;
  border-radius: 30px;
  padding: 20px 70px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.sponsor-header__btn:nth-child(2) {
  margin-left: 10px;
  color: #101828;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 0.3s;
}
.sponsor-header__btn:hover {
  background: var(--Gold, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
  color: var(--Black, #0A092D);
}
.sponsor-header__text {
  text-align: center;
  padding: 0 0 20px 0;
}
.sponsor-header__img {
  margin-top: 40px;
}
.sponsor-header__img img {
  width: 100%;
}
.sponsor-header__giff {
  margin: 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sponsor-header__giff-item {
  width: 45%;
}
.sponsor-header__giff-item img {
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid #dce1f9;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0 52px rgba(30, 34, 52, 0.1);
}

/*Chips*/
.chips {
  margin-top: 100px;
}
.chips__box {
  display: flex;
  justify-content: space-between;
}
.chips__card {
  width: 24%;
  background-color: #fcfcfc;
  border: 1px solid #dce1f9;
  border-radius: 1.25rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 0 52px rgba(30, 34, 52, 0.1);
  position: relative;
}
.chips__card-num {
  background: var(--Blue, linear-gradient(95deg, #7B69EF 18.68%, #364AFF 85.6%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.chips__card-text {
  color: #344054;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 10px;
}
.chips__card-img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.chips__title {
  text-align: center;
  margin: 100px auto 40px auto;
}
.chips__subtitle {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.chips__video {
  max-width: 1000px;
  margin: 0 auto 60px auto;
}
.chips__video iframe {
  border-radius: 30px;
  box-shadow: 0 0 52px rgba(30, 34, 52, 0.1);
  border: 1px solid #dce1f9;
}
.chips__item {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: visible;
  width: 20%;
}
.chips__item-num {
  color: #32D583;
  font-size: 30px;
  font-weight: 500;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D1FADF;
  border-radius: 10px;
}
.chips__item-text span {
  font-weight: 600;
}
.chips__item-arrow {
  margin-top: 30px;
}
.chips__item-arrow:nth-child(4) {
  transform: rotateX(180deg) rotateY(0) rotate(0);
}

/*Сta-box */
.cta-box {
  margin-top: 120px;
  position: relative;
  background: var(--Blue, #3849E3);
  padding: 7rem 0;
}
.cta-box__img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.cta-box__img:last-child {
  position: absolute;
  bottom: 30px;
  right: 230px;
}
.cta-box__wrap {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}
.cta-box__wrap img {
  position: absolute;
  right: -18px;
  top: -30px;
}
.cta-box__title {
  color: var(--White, #fff);
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 500;
}
.cta-box__btn-box {
  grid-column-gap: 1rem;
  display: flex;
  width: 410px;
  margin: 0 auto;
}
.cta-box__btn {
  width: 12.25rem;
  height: 3.75rem;
  color: var(--Blue, #3849E3);
  background-color: #fff;
  border: 0.09375rem solid transparent;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.09375rem;
  padding-bottom: 1.09375rem;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}
.cta-box__btn:last-child {
  color: #fff;
  background-color: transparent;
  border-color: #fcfcfd;
}
.cta-box__btn:hover {
  background: var(--Gold, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
  color: var(--Black, #0A092D);
}

/*Products*/
.products {
  padding: 120px 0;
}
.products .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products__title {
  text-align: center;
  margin-bottom: 70px;
}
.products__box {
  display: flex;
  justify-content: space-between;
}
.products__item {
  width: 47%;
}
.products__item img {
  width: 100%;
}
.products__item-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 35px;
}
.products__item-subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
/*wmlinks-img*/
.wmlinks-img {
  background-color: #fcfcfc;
  border: 1px solid #dce1f9;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0 52px rgba(30, 34, 52, 0.1);
}

/*Shared*/
.shared-header .container {
  position: relative;
}
.shared-header .sponsor-header__title {
  margin-top: 20px;
  font-size: 40px;
  line-height: 160%;
  padding: 0 10%;
}
.shared-header .sponsor-header__title span {
  position: relative;
}
.shared-header .sponsor-header__title span::after {
  content: url(../img/shared/shared_underline.svg);
  position: absolute;
  left: -50px;
  bottom: -35px;
}
.shared-header .sponsor-header__underline {
  margin-left: 500px;
}
.shared-header .sponsor-header__subtitle {
  margin-top: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 26%;
}
.shared-header .sponsor-header__subtitle span {
  font-weight: 600;
}
.shared-header .sponsor-header__arrow {
  left: 200px;
  bottom: 30px;
}
.shared-header .sponsor-header__box-btn {
  width: auto;
}
.shared-header .sponsor-header__btn {
  padding: 19px 105px;
}
.shared-header__top-img {
  width: 563px;
  height: 91px;
  margin: 60px auto 0 auto;
  display: block;
}
.shared-header__icon-1 {
  position: absolute;
  left: 60px;
  top: 315px;
  width: 80px;
  height: 70px;
}
.shared-header__icon-2 {
  position: absolute;
  right: 0;
  top: 180px;
  width: 150px;
  height: 95px;
}
.shared-header__video {
  max-width: 1000px;
  margin: 0 auto;
}
.shared-header__video iframe {
  border-radius: 15px;
}
.shared-header__box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.shared-header__box-item {
  width: 32%;
  border-radius: 10px;
  border: 1px solid #FAFAFF;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 28px 24px;
}
.shared-header__box-wrap {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  background: linear-gradient(95deg, #7B69EF 18.68%, #364AFF 85.6%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
.shared-header__box-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 28px;
}

/*Shared reviews*/
.shared-reviews {
  margin-top: 100px;
}
.shared-reviews__title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}
.shared-reviews__box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.shared-reviews__box-item {
  width: 31%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
}
.shared-reviews__box-video iframe {
  border-radius: 20px 20px 0 0;
}
.shared-reviews__box-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 36px;
}
.shared-reviews__box-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  padding: 0 40px;
}

/*Shared cta-box*/
.shared-cta-box .cta-box__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  word-spacing: 19px;
}
.shared-cta-box .cta-box__title span {
  background: var(--gr_2, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
  -webkit-background-clip: text;
  color: transparent;
}
.shared-cta-box .cta-box__wrap {
  max-width: 100%;
}
.shared-cta-box .cta-box__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}
.shared-cta-box .cta-box__subtitle span {
  background: var(--gr_2, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.shared-cta-box .cta-box__btn-box {
  width: auto;
  justify-content: center;
}
.shared-cta-box .cta-box__btn {
  width: auto;
  padding: 19px 100px;
  gap: 10px;
  background: #FFF;
  color: var(--text, #0A092D);
  margin-top: 37px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border: none;
}
.shared-cta-box .cta-box__btn:hover {
  background: var(--gr_2, linear-gradient(92deg, #FFD08A 0%, #FFAF54 61.04%));
}
.shared-cta-box .cta-box__btn::before {
  content: url(../img/shared/btn_arrow.svg);
  position: absolute;
  left: -50px;
  top: -30px;
}
.shared-cta-box .cta-box__img:first-child {
  position: absolute;
  top: auto;
  left: 64px;
  bottom: 98px;
}
.shared-cta-box .cta-box__img:last-child {
  position: absolute;
  bottom: 42%;
  right: 3%;
}
.shared-cta-box .cta-box__line {
  color: #fff !important;
  position: relative;
}
.shared-cta-box .cta-box__line::after {
  content: url(../img/shared/cta-box__line.svg);
  position: absolute;
  left: -65px;
  bottom: -30px;
}

/*Media*/
@media (max-width: 1330px) {
  .container {
    padding: 0 15px;
  }
  .header__menu {
    margin-left: 50px;
  }
  .header__top {
    justify-content: space-between;
  }
  .sponsors__item {
    width: 48%;
  }
  .sponsors__item-link a {
    font-size: 12px;
  }
  .unique .container {
    margin: 0 15px;
  }
  .unique__item {
    margin-right: 20px;
  }
  .unique__item:last-child {
    margin-right: 0;
  }
  .shared-cta-box .cta-box__img:last-child {
    bottom: auto;
    right: auto;
    top: 15px;
    left: 15px;
  }
  .shared-cta-box .cta-box__img:first-child {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .cta-box__img:last-child {
    right: 100px;
  }
  .shared-reviews__box-video iframe {
    height: 203px;
  }
}
@media (max-width: 1050px) {
  .agenda__item-box:nth-child(3) .agenda__item-wrap {
    width: 350px;
  }
  .video {
    flex-wrap: wrap;
  }
  .video__item:first-child {
    width: 100%;
  }
  .video__item:last-child {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 992px) {
  .logo__title {
    font-size: 12px;
  }
  .unique .container {
    padding: 50px 15px;
  }
  .unique__item-text {
    padding-left: 10px;
  }
  .unique__item {
    padding: 15px 5px;
  }
  .agenda__box {
    flex-wrap: wrap;
  }
  .agenda__item {
    width: 100%;
  }
  .agenda__item:first-child {
    order: 2;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }
  .agenda__item:last-child {
    order: 1;
  }
  .btn-up {
    bottom: 30px;
    right: 30px;
    z-index: 100000;
  }
  .agenda__item-text-i {
    display: none;
  }
  .sponsors__footer {
    margin-top: 40px;
  }
  .sponsors__item-top {
    flex-wrap: wrap;
  }
  .sponsors__item-img {
    padding: 20px;
  }
  .sponsors__item-link:last-child {
    margin-top: 20px;
  }
  .about__box {
    background-image: none;
  }
  .about__item-subtile {
    display: none;
  }
  .media-tetle {
    display: block;
  }
  .about__img {
    height: auto;
  }
  .about__item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 0 20px;
    width: 45%;
  }
  .about__item:last-child {
    width: 55%;
  }
  .about__img {
    width: 85%;
  }
  .about__text {
    padding: 0 0px 0 32px;
  }
  .about__item-wrap {
    justify-content: flex-end;
  }
  .header__item-subtitle {
    text-align: center;
  }
  .header__item {
    width: 20%;
  }
  .header__item-img {
    width: 173px;
    height: 175px;
  }
  .header__item-title {
    width: 177px;
  }
  .unique__box {
    flex-wrap: wrap;
  }
  .unique__item {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
  }
  .partner__item {
    width: 150px;
  }
  .chips__video iframe {
    height: 530px;
  }
  .shared-header .sponsor-header__arrow {
    left: 15%;
  }
  .shared-header__box-item {
    flex-direction: column;
  }
  .shared-header__box-text {
    padding: 20px 0 0 0;
  }
  .shared-reviews__box {
    flex-direction: column;
  }
  .shared-reviews__box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .shared-reviews__box-item:last-child {
    margin-bottom: 0;
  }
  .shared-reviews__box-video iframe {
    height: 540px;
  }
}
@media (max-width: 892px) {
  .header__menu {
    margin-left: 50px;
  }
  .logo__title {
    font-size: 10px;
  }
  .logo__img {
    width: 90%;
  }
  .header__top-btn span {
    display: none;
  }
  .header__top-btn img {
    margin-right: 0;
  }
  .header__menu-item {
    margin-right: 28px;
  }
  .header__item:nth-child(2) .header__item-title {
    width: 177px;
  }
  .header__box {
    justify-content: space-around;
  }
  .header__item-title {
    font-size: 11px;
  }
  .header__item-img {
    width: 150px;
    height: 153px;
  }
  .header__top-btn svg {
    margin-right: 0px;
  }
  .about .header__top-btn span {
    display: block;
  }
  .about .header__top-btn svg {
    margin-right: 10px;
  }
  .sponsor-header__title {
    margin-top: 100px;
    padding: 0;
  }
  .sponsor-header__underline {
    margin-left: 5%;
  }
  .sponsor-header__subtitle {
    padding: 10px 0 0 0;
  }
  .sponsor-header__arrow {
    left: 50px;
  }
  .cta-box__img:last-child {
    right: 15px;
  }
  .cta-box__title {
    padding: 0 1%;
    text-shadow: 1px 1px 2px #000;
  }
  .shared-cta-box .cta-box__title {
    text-shadow: none;
  }
  .products {
    padding: 80px 0;
  }
  .cta-box {
    margin-top: 80px;
  }
  .shared-header__icon-2 {
    top: 125px;
    width: 70px;
    height: auto;
    right: 10px;
  }
  .shared-header__icon-1 {
    left: 10px;
    width: 60px;
    height: auto;
  }
  .shared-header .sponsor-header__arrow {
    width: 150px;
    height: auto;
  }
  .shared-header__video iframe {
    height: 485px;
  }
  .shared-reviews__box-video iframe {
    height: 487px;
  }
  .video .video__item:first-child iframe {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .header__subtitle {
    font-size: 20px;
    margin-top: 90px;
  }
  .header__wrap-text {
    font-size: 14px;
  }
  .header__title,
  .header__h1 {
    font-size: 58px;
  }
  .header__item-subtitle {
    font-size: 12px;
    margin-top: 13px;
  }
  .header__btn {
    margin-top: 45px;
    font-size: 15px;
  }
  .header__wrap {
    margin-top: 88px;
  }
  .unique {
    margin-top: 90px;
  }
  .unique__title-text {
    font-size: 18px;
  }
  .unique__item-text {
    font-size: 15px;
    padding-left: 18px;
  }
  .unique__item {
    width: 100%;
    justify-content: start;
  }
  .unique__item-img {
    width: 58px;
    height: 58px;
  }
  .agenda__title {
    font-size: 32px;
    margin-left: 45px;
  }
  .agenda {
    margin-top: 90px;
  }
  .agenda__item-box {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .agenda__item-hour {
    order: 3;
    width: 57px;
    top: 25px;
    left: 57px;
    position: absolute;
  }
  .agenda__item-hour span {
    display: none;
  }
  .agenda__item-img {
    width: 150px;
    order: 2;
    margin-left: 173px;
    border-radius: 14px;
  }
  .agenda__item-wrap {
    order: 1;
    margin-left: 173px;
    margin-top: 10px;
  }
  .agenda__item:last-child::before {
    left: 85px;
    top: 70px;
    height: 79%;
  }
  .agenda__item-name {
    display: flex;
    flex-direction: column;
  }
  .agenda__item-title {
    font-size: 16px;
  }
  .agenda__item-text {
    font-size: 15px;
  }
  .agenda__tab-title {
    font-size: 14px;
  }
  .agenda__item-box:nth-child(3) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .agenda__item-box:nth-child(3) .agenda__item-img {
    margin: 0;
  }
  .agenda__item-box:nth-child(3) .agenda__item-wrap {
    width: 284px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 20px;
  }
  .sponsors__title {
    font-size: 32px;
    padding: 0 250px;
  }
  .sponsors__subtitle {
    font-size: 15px;
  }
  .partner {
    padding: 10px 0 45px 0;
  }
  .partner__title {
    font-size: 32px;
  }
  .partner__item-title {
    font-size: 14px;
  }
  .about__title {
    font-size: 32px;
    margin-top: 70px;
  }
  .about__item:last-child {
    padding: 41px 44px 45px 0px;
  }
  .about__box {
    position: relative;
    margin-top: 70px;
  }
  .about__item:first-child {
    justify-content: flex-end;
  }
  .media-tetle {
    font-size: 24px;
    position: absolute;
    top: 50px;
  }
  .footer__box {
    margin-bottom: 40px;
  }
  .agenda__item-name span {
    margin-left: 0;
  }
  .sponsor-header__title {
    font-size: 44px;
    margin-top: 70px;
  }
  .chips__box {
    flex-wrap: wrap;
  }
  .chips__card {
    width: 49%;
    margin-bottom: 20px;
  }
  .chips__title {
    margin-top: 70px;
    font-size: 32px;
  }
  .chips__item-arrow {
    display: none;
  }
  .chips__item {
    width: 49%;
    margin-bottom: 20px;
  }
  .cta-box__title {
    font-size: 32px;
  }
  .cta-box__img:first-child {
    width: 130px;
  }
  .cta-box__img:last-child {
    width: 80px;
  }
  .cta-box__wrap img {
    width: 30px;
    right: 0;
    top: -20px;
  }
  .products__title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .products__box:nth-child(1) {
    flex-direction: column-reverse;
  }
  .products__box:nth-child(3) {
    flex-direction: column;
  }
  .products__box:nth-child(5) {
    flex-direction: column-reverse;
  }
  .products__box {
    flex-wrap: wrap;
  }
  .products__item {
    width: 100%;
  }
  .products__item-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .products__img {
    width: 70%;
  }
  .chips__video iframe {
    height: 430px;
  }
  .shared-header__icon-1 {
    top: 27%;
  }
  .shared-header__box {
    flex-direction: column;
  }
  .shared-header__box-item {
    width: 100%;
    margin-bottom: 12px;
    flex-direction: row;
  }
  .shared-header__box-item:last-child {
    margin-bottom: 0;
  }
  .shared-header__box-text {
    padding: 0 0 0 18px;
  }
  .shared-header__video iframe {
    height: 417px;
  }
  .shared-reviews__box-video iframe {
    height: 417px;
  }
  .sponsor-header__giff-item {
    width: 100%;
  }
  .sponsor-header__giff-item:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
  .header__social {
    margin-left: 35%;
  }
  .header__box {
    flex-wrap: wrap;
  }
  .header__item {
    width: 50%;
  }
  .header__item:nth-child(2) {
    margin-top: 20px;
  }
  .header__item:nth-child(4) {
    margin-top: 20px;
  }
  .mobile-menu {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    margin-top: 22px;
  }
  .mobile-menu-link {
    color: var(--Blue, #3849E3);
    font-size: 15px;
    font-weight: 500;
    text-decoration-line: underline;
  }
  .header__subtitle {
    margin-top: 50px;
    font-size: 15px;
  }
  .header__title, .header__h1 {
    font-size: 52px;
  }
  .header__wrap {
    margin-top: 40px;
  }
  .header__box {
    margin-top: 13px;
  }
  .sponsors__title {
    padding: 0;
  }
  .sponsors__item {
    width: 100%;
  }
  .sponsors__item-link:last-child {
    margin-top: 0;
  }
  .agenda__btn {
    width: 45%;
  }
  .agenda__title {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .agenda__item:first-child {
    flex-direction: column;
    align-items: center;
  }
  .agenda__btn {
    width: 340px;
  }
  .shared-header__video iframe {
    height: 380px;
  }
  .shared-reviews__box-video iframe {
    height: 379px;
  }
}
@media (max-width: 610px) {
  .about__box {
    flex-direction: column-reverse;
  }
  .about__item {
    width: 100% !important;
  }
  .about .sponsors__item-link {
    display: none;
  }
  .about__text-img {
    display: none;
  }
  .media-tetle {
    left: 27px;
    top: 24px;
  }
  .about__item:last-child {
    padding: 26px;
  }
  .about__text {
    padding: 0;
  }
  .btn-up {
    width: 35px;
    height: 35px;
  }
  .sponsor-header__arrow {
    left: 0px;
  }
  .chips__video iframe {
    height: 330px;
  }
  .shared-header__video iframe {
    height: 327px;
  }
  .shared-reviews__box-video iframe {
    height: 331px;
  }
  .video .video__item:first-child iframe {
    height: 322px;
  }
}
@media (max-width: 576px) {
  .agenda__item-wrap {
    width: 100%;
    margin-left: 0;
    z-index: 10000;
  }
  .sponsors__item-link a {
    font-size: 14px;
  }
  .sponsors__item-text,
  .sponsors__item-list,
  .sponsors__item-slogan {
    font-size: 15px;
  }
  .sponsors__footer {
    margin-top: 0;
  }
  .sponsors__footer-title {
    font-size: 20px;
  }
  .sponsors__item {
    height: auto;
  }
  .about__box {
    margin-top: 50px;
  }
  .footer__box {
    flex-direction: column-reverse;
  }
  .footer__icon {
    margin-bottom: 20px;
  }
  .footer__icon {
    width: 100px;
  }
  .sponsors__item-top {
    flex-direction: column;
  }
  .sponsors__item-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .agenda__item-box:nth-child(3) .agenda__item-wrap {
    margin-left: 30%;
  }
  .header__social {
    margin-left: 30%;
  }
  .about__box {
    margin-top: 50px;
  }
  .chips__card {
    width: 100%;
  }
  .chips__item {
    width: 100%;
  }
  .cta-box__btn-box {
    width: 80%;
    flex-direction: column;
  }
  .cta-box__btn {
    width: 100%;
  }
  .cta-box__btn:first-child {
    margin-bottom: 20px;
  }
  .sponsor-header__title {
    font-size: 34px;
  }
  .chips__card-num {
    font-size: 30px;
  }
  .sponsor-header__underline {
    margin-left: 0;
    width: 50%;
  }
  .products {
    padding-bottom: 0;
  }
  .shared-header__top-img {
    width: 100%;
    height: auto;
    padding: 0 25px;
  }
  .shared-header .sponsor-header__title {
    font-size: 26px;
    line-height: 140%;
    padding: 0 15px;
  }
  .shared-header .sponsor-header__subtitle {
    padding: 0 15px;
    font-size: 16px;
    margin-top: 40px;
  }
  .shared-header .sponsor-header__title span::after {
    left: 0;
    content: url(../img/shared/shared_underline-l.svg);
  }
  .shared-header .sponsor-header__arrow {
    left: 25px;
    width: 20%;
  }
  .shared-header__icon-1 {
    top: 25%;
  }
  .shared-header .sponsor-header__box {
    padding: 30px 0 70px 0;
  }
  .shared-header__video iframe {
    height: 310px;
  }
  .shared-reviews__box-video iframe {
    height: 307px;
  }
  .shared-reviews__box-title {
    margin-top: 30px;
  }
  .cta-box.shared-cta-box {
    padding: 60px 0 30px 0;
  }
  .shared-cta-box .cta-box__title {
    font-size: 22px;
    word-spacing: 0px;
    padding: 0;
    margin-bottom: 22px;
  }
  .shared-cta-box .cta-box__subtitle {
    font-size: 18px;
  }
  .shared-cta-box .cta-box__img:last-child {
    width: 55px;
    height: auto;
  }
  .shared-cta-box .cta-box__img:first-child {
    width: 60px;
    bottom: 200px;
  }
  .shared-cta-box .cta-box__line::after {
    content: url(../img/shared/cta-box__line-l.svg);
    left: -43px;
    bottom: -22px;
  }
  .chips__subtitle {
    font-size: 22px;
  }
  .video .video__item:first-child iframe {
    height: 302px;
  }
}
@media (max-width: 480px) {
  .header__title {
    flex-direction: column;
  }
  .partner__box {
    justify-content: space-around;
  }
  .sponsor-header__arrow {
    display: none;
  }
  .shared-header .sponsor-header__arrow {
    display: block;
  }
  .chips__video iframe {
    height: 250px;
  }
  .sponsor-header__box-btn {
    width: 80%;
  }
  .sponsor-header__btn {
    display: block;
    text-align: center;
  }
  .sponsor-header__btn:nth-child(2) {
    margin: 20px auto 0 auto;
  }
  .shared-header .sponsor-header__arrow {
    left: 10px;
    width: 23%;
    top: 40px;
  }
  .shared-header__video iframe {
    height: 254px;
  }
  .shared-reviews__box-video iframe {
    height: 253px;
  }
  .sponsor-header__box {
    padding-bottom: 30px;
  }
  .video .video__item:first-child iframe {
    height: 249px;
  }
}
@media (max-width: 465px) {
  .logo {
    width: 130px;
  }
  .header__social {
    margin: 0 auto;
    width: 100px;
  }
  .header__social a {
    margin-right: 14px;
  }
  .header__top-btn {
    margin-left: 10px;
  }
  .header__item {
    width: 145px;
  }
  .header__item-title {
    width: 150px;
  }
  .header__item-img {
    width: 140px;
    height: auto;
  }
  .unique {
    margin-top: 58px;
  }
  .unique__title-text {
    margin-top: 0;
  }
  .unique__box {
    margin-top: 60px;
  }
  .agenda {
    margin-top: 70px;
  }
  .agenda__item {
    margin-top: 50px;
  }
  .agenda__item-hour {
    left: 31px;
  }
  .agenda__item:last-child::before {
    left: 59px;
  }
  .agenda__item-img {
    margin: 0 auto;
  }
  .agenda__item-wrap {
    padding: 10px;
  }
  .agenda__item:last-child::before {
    height: 78%;
  }
  .partner__box {
    margin-top: 60px;
  }
  .media-tetle {
    font-size: 20px;
  }
  .sponsors__item-img {
    padding: 20px;
  }
  .sponsors__item-img img {
    width: 100%;
  }
  .header__item:nth-child(2) .header__item-title {
    width: 160px;
  }
  .mobile-menu {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .sponsors__footer-btn span {
    margin-left: 20px;
  }
  .sponsors__footer {
    padding: 40px 10px;
  }
  .sponsors__footer-btn {
    padding: 20px 15px;
  }
  .sponsors__footer-btn svg {
    left: 7px;
    top: 18px;
  }
  .header__item-img {
    width: 127px;
    height: 127px;
  }
  .shared-header__video iframe {
    height: 211px;
  }
  .shared-reviews__box-video iframe {
    height: 212px;
  }
  .video .video__item:first-child iframe {
    height: 204px;
  }
}
@media (max-width: 360px) {
  .sponsors__footer-btn {
    display: block;
    text-align: center;
  }
  .sponsors__footer-btn span {
    margin-left: 10px;
    display: block;
    text-align: center;
  }
  .agenda__btn {
    width: 300px;
  }
  .agenda__btn-text {
    font-size: 14px;
    line-height: 25px;
    margin-left: 6px;
  }
  .chips__video iframe {
    height: 188px;
  }
  .sponsor-header__title {
    font-size: 26px;
  }
  .chips__title {
    margin-top: 50px;
    font-size: 24px;
  }
  .cta-box__title {
    font-size: 24px;
  }
  .products__title {
    font-size: 24px;
  }
  .products {
    padding-top: 50px;
  }
  .products__item-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .products__item-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cta-box__wrap img {
    right: -5px;
    top: -8px;
  }
  .shared-header .sponsor-header__arrow {
    left: -31px;
    width: 32%;
    top: 52px;
  }
  .shared-header__icon-1 {
    top: 32%;
    left: 3px;
    width: 50px;
    height: auto;
  }
  .shared-header__box-item {
    padding: 15px 20px;
  }
  .shared-header__box {
    margin-top: 40px;
  }
  .shared-header__video iframe {
    height: 188px;
  }
  .shared-reviews__box-video iframe {
    height: 186px;
  }
  .shared-cta-box .cta-box__title {
    font-size: 21px;
  }
  .shared-cta-box .cta-box__img:first-child {
    bottom: 229px;
    right: 30px;
  }
  .shared-cta-box .cta-box__line::after {
    content: url(../img/shared/cta-box__line-l2.svg);
    left: -19px;
  }
  .video .video__item:first-child iframe {
    height: 184px;
  }
}