:root {
  --main-red-color: #D81D45;
  --main-blue-color: #0B72B9;
  --blue-color: #0f72ba;
}
html {
    scroll-behavior: smooth;
}
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Курсив (Italic) */
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
body {

  position: relative;
  color: #fff;
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  background: #0E0C20;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  margin: 0px;
}
body.no-scroll {
    overflow: hidden;
}
.global-wrapper{
  position: relative;
  overflow: hidden;
}
.header{
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inner-width {
    max-width: 1408px;
    margin: 0 auto;
}
.header .inner-width{
  width:100%;
}
@media (max-width: 1480px) {
    .inner-width {
        margin-left: 3rem;
        margin-right: 3rem;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
  .inner-width {
      margin-left: 2rem;
      margin-right: 2rem;
      max-width: 100%;
  }
}
.header-content{
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header-left .logo{
  height: 52px;
  /* width: min(273px, 70%); */
  /* width: 28.7rem; */
}
 @media (max-width: 340px) {
  .header-left .logo { 
    height: 28px;
  }
}
/* @media (max-width: 767px) {
    .header-left .logo { */
        /* width: 18.2rem; */
    /* }
}
@media (max-width: 1279px) {
    .header-left .logo { */
        /* width: 21rem;
        margin-top: 0; */
    /* }
} */
.header-right{
  display: flex;
  margin: auto 0;
}

.page-section__title{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;

  background: linear-gradient(90deg, #3987E7 0%, #FFFFFF 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
}


.page-section{
  margin: 80px 0px;
}

.header-controls {
  /* height: 100%; */
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  display: flex;
  text-align: right;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.header-controls.header-phones {
  position: relative;
}
.header-controls a{
  color: #FFF;
  text-decoration: none;
}
.top-menu{
  display: flex;
  justify-content: center;
  align-items: center; 
}
.burger-icon{
  display:none;
}
@media (max-width: 1279px) {
    .top-menu {
        display: none;
    }
    .burger-icon{
      display: block;
      cursor: pointer;
      height: 24px;
      width: 24px;
    }
}
@media (min-width: 1280px) {
  .top-menu-mobile{
    display: none !important;
  }
}

.top-menu__list{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
.top-menu__item{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.top-menu__item a{
  text-decoration: none;
  color: #FFF;
}
.top-menu__item:hover{
  opacity: 0.8;
}
nav ul {
  display: flex;
  list-style-type: none; /* Убирает маркеры */
  padding: 0;
  margin: 0;
  gap: 20px; /* Расстояние между элементами */
}
.main-promo-left{
  width: 70%;
}
.top-menu-mobile{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #0E0C20; 
}
.top-menu-mobile .top-menu-mobile__top-block{
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.close-top-menu-btn{
  margin: auto 0px;
  cursor: pointer;
}
.top-menu-mobile.active{
  display: block;
}
.top-menu-mobile .top-menu__list{
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.top-menu-mobile .top-menu__list .top-menu__item{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 20px auto;
}

.promo-info{
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .promo-info{
    margin-bottom: 20px;
  }
}
.promo-dop-info{
  width: 70%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 5px 20px;
  color: #FFFFFF;
  display: flex;  
  justify-content: space-evenly;
  margin-bottom: 60px;
}
.promo-title{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  background: linear-gradient(90deg, #0B72B9 0%, #FFFFFF 100%), #FFFFFF;
  background-clip: text;
  color: transparent;
}
.promo-text{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.inner-page-promo__info{
  width: 100%;
}
.page-description{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.main-promo-content{
  display: flex;
  margin: 70px 0px 20px;
}

.btn-line{
  display: flex;
}
@media (max-width: 767px) {
    .btn-line {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
}
.btn-registration{  
  margin: 10px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px 71px;
  background: #D81D45;
  border-radius: 30px;
  
  flex: none;
  order: 0;
  flex-grow: 0;

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-additional{  
  margin: 10px 30px;
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px 71px;

  width: 286px;
  height: 75px;

  border: 1px solid #FFFFFF;
  border-radius: 30px;

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #B6B6B6;
  text-decoration: none;
}

.btn-additional:hover, .btn-registration:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
    .btn-additional {
      border: 0px;
    }
}

.blob{
  height:457px;
  position: absolute;
}

/* 
.blob {
  
  width: 200px;
  height: 300px;
  background-color: #D81D45;
  filter: blur(43.5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;

  d: path("M153.581 498.674C104.53 465.226 54.985 392.104 113.622 169.439C172.26 -53.2257 164.144 242.016 213.195 275.465C262.247 308.913 419.748 349.743 394.545 399.128C369.342 448.512 202.633 532.123 153.581 498.674Z");
}
.blob.blue{
  background-color: #1075BA;
  d: path("M425.405 230.383C425.405 289.753 392.905 371.882 175.905 448.883C-41.0955 525.883 207.405 366.253 207.405 306.883C207.405 247.512 152.405 94.3826 207.405 87.3826C262.404 80.3826 425.405 171.012 425.405 230.383Z");
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
} */


.text-red{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;

  background: linear-gradient(180deg, #D81D45 99.99%, #FF7ABE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.flex-multiline>[class*=col-] {
    padding: 0px;
}


.gallery-viewport {
  width: 100%;
  height: 97px;;
  overflow: hidden;
  padding: 20px 0;
}

.gallery-track {
  display: flex;
  width: max-content;
  will-change: transform; 
  animation: scroll 25s linear infinite;  
  align-items: center;
}
/* Остановка при наведении, чтобы рассмотреть фото */
.gallery-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33%);
  }
}

.gallery-image-wrapper{
  padding: 5px;
  border-radius: 8px;
  height: 87px;
  max-width: 250px;
  margin: 0 10px;
}

.gallery-track img {
  max-height: 87px;
  max-width: 250px;
  object-fit: contain;
  /* object-fit: cover; */
  height: 100%;
}


.gift-block{
  width: 60%; 
  display: flex;
  background-color: black;
  /* background: rgba(255, 255, 255, 0.068); */
  background-blend-mode: plus-lighter;
  mix-blend-mode: normal;
  box-shadow: -11.1504px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.8584px -1.732px 12px -8px rgba(0, 0, 0, 0.15), inset 2.14645px 2.00046px 9.24px rgba(255, 255, 255, 0.126), inset 1.21725px 1.13446px 4.62px rgba(255, 255, 255, 0.126);
  backdrop-filter: blur(7.58px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
}
.gift-block__content{
  display: flex;
  justify-content: center;  
  align-items: center;
  margin: 20px 30px;
}
.gift-img{
  width: 100px;
  height: 100px;;
}
.center{
  justify-content: center;
  align-items: center;
}
.gift-text{
  margin-left: 30px;
}
.gift-blob{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 892px;
  pointer-events: none;
}

.b24-form-control{
  padding: 35px !important;
  border-radius: 30px !important;
}
.b24-form-control-label{
  padding-left: 35px !important;
}
.b24-form-btn{
  border-radius: 30px !important;
}
.b24-form-wrapper.b24-form-shadow{
  box-shadow: none !important;
}


.footer-wrapper{
  padding: 40px;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;

  background: rgba(23, 54, 120, 0.8);
  border-radius: 40px 40px 0px 0px;
}

.footer-block {
  background: rgba(23, 54, 120, 0.8);
  border-radius: 40px 40px 0px 0px;
  padding: 40px;
  margin: 0px auto; 
  max-width: 1408px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
    .footer-block {
        margin: 0px 40px;
    }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 20px;
}

.footer-left, .footer-center, .footer-right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .footer-left, .footer-center, .footer-right {
    align-items:center
  }
}

.footer-center {
  flex-grow: 1; /* Занимает все доступное место */
}

.logo-placeholder {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  margin: 20px 0px;
}

.social-icon {
  height: 30px;
  margin: 0px 5px;
}
.footer-contacts__phone a{
    color: #ffffff;
}
.footer-subblock-text {
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF
}

.subscribe-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.subscribe-form input {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 5px;
  flex-grow: 1;
}

.subscribe-button {
  padding: 10px 20px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.legal-text{
  font-size: 12px !important;
}

.legal-text-small {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 9px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.links-grid {
  margin-bottom: 20px;
}

.link {
  font-size: 14px;
  color: white;
}
.footer-menu__link{
  text-decoration: none;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  cursor: pointer;
}

.footer-bottom {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 1279px) {
  .footer-container {
      flex-direction: column;
  }
  .subscribe-form {
      flex-direction: column;
  }
}

ul.sb-schedule {
  list-style: none; 
  padding: 0;
}
ul.sb-schedule li {
  margin-bottom: 10px;
}
.schedule-info{
  line-height: 1.8rem;
}

/* .schedule-add-info{
  opacity: 0;
  display: none;
}
ul.sb-schedule li:hover .schedule-add-info{
  display: block;
  animation: slideDown 0.4s forwards ease-in;
} */

@keyframes slideDown {
  0% {
    /* transform: translateY(0); */
    opacity: 0;
  }
  100% {
    /* transform: translateY(100%); */
    opacity: 1;
  }
}

.schedule-add-list{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #9E9E9E;  
  margin-top: 5px;
}
.schedule-add-list ul li {
 list-style-type: disc; 

}

.schedule-speaker{
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #868686;
}


ul.checklist {
  list-style: none; /* Убираем стандартные точки */
  padding: 0;
}

ul.checklist li {
  position: relative;
  padding-left: 35px; 
  margin-bottom: 10px;

  
  font-family: 'Rubik';
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  margin-right: 5px;
}
@media (min-width: 1279px){
  ul.checklist li {
    height: 60px;
  }
}
@media (max-width: 1279px){
  ul.checklist li {
    height: 80px;
  }
}
@media (max-width: 1060px) {
  ul.checklist li {
    height: 100px;
  }
}
@media (max-width: 767px) {
  ul.checklist li {
    height: auto;
  }
}

ul.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* Выравнивание по высоте текста */
  width: 23px;
  height: 22px;
  /* Подключаем твой SVG через background-image */
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.2241%200.315572C22.9551%200.843863%2023.1187%201.85981%2022.587%202.58621L9.50126%2020.4668C9.22012%2020.8529%208.78563%2021.0916%208.30513%2021.1323C7.82464%2021.1729%207.35948%2020.9951%207.02211%2020.6599L0.479216%2014.1578C-0.159739%2013.5228%20-0.159739%2012.4917%200.479216%2011.8567C1.11817%2011.2217%202.15583%2011.2217%202.79479%2011.8567L7.9831%2017.0126L19.9443%200.671152C20.4759%20-0.0552478%2021.4983%20-0.217799%2022.2292%200.310492L22.2241%200.315572Z%22%20fill%3D%22url(%23paint0_linear_921_1826)%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_921_1826%22%20x1%3D%2211.4497%22%20y1%3D%220%22%20x2%3D%2211.4497%22%20y2%3D%2221.138%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.9999%22%20stop-color%3D%22%230B72B9%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2333D81D%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.laptop-image {
    position: relative; 
    max-width: 100%;
}
@media (max-width: 1279px){
  .main-promo-left{
    width: 100%;
  }
  .inner-page-promo__info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .promo-dop-info{
    width: 100%;
    background: none;
    border: 0px;
  }
  .main-promo-right{
    display: none
  }
}

@media (max-width: 767px) {
    .gift-img{
      display: none;
    }
    .promo-dop-info{
      font-size: 0.9rem;
    }
}
.mobile-only{
  display: none;
}
@media (max-width: 768px) {
  .mobile-only{
    display: block;
  }
  .table-only{
    display: none;
  }
}

.mobile-only .speaker-block{
  padding: 20px;
  width: min(90%, 350px);
  display: flex;
  background-color: black;
  background: rgba(255, 255, 255, 0.034);
  background-blend-mode: plus-lighter;
  mix-blend-mode: normal;
  box-shadow: -11.1504px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.8584px -1.732px 12px -8px rgba(0, 0, 0, 0.15), inset 2.14645px 2.00046px 9.24px rgba(255, 255, 255, 0.126), inset 1.21725px 1.13446px 4.62px rgba(255, 255, 255, 0.126);
  backdrop-filter: blur(7.58px);
  border-radius: 30px;
}
.mobile-only .speaker-img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.mobile-only .speaker-info{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.mobile-only .speaker-name{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.mobile-only .speaker-description{
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 5px;
}

.table-only .speaker-block{
  display: flex;
  flex-direction: column;
}
.table-only .speaker-img{
  margin: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.table-only .speaker-info{
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin:auto;
}
.table-only .speaker-speaker{
  margin-top: 14px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #D81D45;
}
.table-only .speaker-name{
  margin-top: 14px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.table-only .speaker-description{
  margin-top: 14px;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}