.padding-small-content {
    padding-bottom: 300px;
}

.main-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.text-transform-normalize {
    text-transform:none !important;
}


.theme-btn-banner {
    font-size: 20px;
}

.logo-banner {
    max-width: 480px;
}

@media (max-width: 767px) {
    .logo-banner {
        max-width: 100%;
    }
    
}

.header-banner {
    color:#fff;
    text-transform:none;
}

.horizon-footer {
    padding-top: 20px;
    padding-bottom: 100px;
}

.chat-iframe-container {
    position: relative;
    width: 100%;
    min-height: 800px;
}

.quiz-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 800px;
    border: 0;
}

.quiz-iframe-container {
    margin-top: 50px;
    position: relative;
    width: 100%;
    min-height: 800px;
}

.chat-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 800px;
    border: 0;
}

.logo-santen {
    max-width: 200px;
}


.tv-container {
    position: relative;
    max-width: 100%;
}

.tv-image {
    width: 100%;
    height: auto;
    display: block;
}

.tv-screen {
    position: absolute;
    top: 12%; 
    left: 17%; 
    width: 66%; 
    height: 50%;
    overflow: hidden;
}

.tv-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.custom-card {
    position: relative;
    background: white;
    border-radius: 10px;
    border: 2px solid #ddd; /* Стандартный бордер */
    padding: 0px;
    transition: border 0.3s ease-in-out;
}

.gradient-border {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: inherit;
    padding: 2px;
    background: radial-gradient(circle at bottom left, #ec08d4 12.5%, #003e98 37.5%, #04afee);
    -webkit-mask: linear-gradient(white 0%, white 100%) content-box, linear-gradient(white, white);
    mask: linear-gradient(white 0%, white 100%) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.custom-card:hover {
    border-color: transparent; /* Убираем стандартный бордер при наведении */
}

.custom-card:hover .gradient-border {
    opacity: 1;
}

.about-event {
    padding-top: 8em;
    padding-bottom: 8em;
}

.text-uncapitalyze {
    text-transform: unset;
}

.event-program {
    padding-top: 8em;
    padding-bottom: 8em;
}

.program-table {
    border: 1px solid #dbe6f4;
  }
  
  .program-table thead th {
    background-color: #f4f8fe; /* почти белый синий */
    border-bottom: 2px solid #c6d8f0;
  }
  
  .program-table th,
  .program-table td {
    border-color: #e3ecf8;
  }
    
  .program-table tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f3f7fd !important;
    --bs-table-striped-bg: #f3f7fd !important;
}
  

.event-speakers {
    padding-top: 8em;
    padding-bottom: 8em;
}

.event-registration {
    padding-top: 8em;
    padding-bottom: 12em;
}

.speaker-card { height: 100%; }
.speaker-photo {
  width: 128px; height: 128px; object-fit: cover;
  border: 2px solid rgba(13,110,253,.15); /* primary */
}
.speaker-photo-link { display: inline-block; }
.speaker-modal-photo {
  width: 100%; max-width: 220px; height: auto; object-fit: cover;
  border-radius: .75rem;
}


:root{
    --brand-blue: #003E98; /* bootstrap primary */
    --field-radius: 12px;
    --field-border: 2px;
  }
  

  .newsletter-right input,
  .newsletter-right select{
    border: var(--field-border) solid var(--brand-blue) !important;
    border-radius: var(--field-radius) !important;
    background-color: #fff;             
    color: #212529;                      
    padding: 12px 14px;
    outline: none;
    box-shadow: none;
  }
  

  .newsletter-right input:focus,
  .newsletter-right select:focus{
    border-color: var(--brand-blue) !important;
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.18) !important;
  }
  
  .brand-select{
    border: 2px solid var(--brand-blue) !important;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    box-shadow: none !important;
    font-size: 16px;
  }
  .brand-select:focus{
    border-color: var(--brand-blue) !important;
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.18) !important;
  }
  

  .map-geo{
    position: relative;
    padding: 50px 0;                
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
  }
  
    .map-geo-card{
        background: rgba(255,255,255,.80);
        border-radius: 18px;
        padding: 18px;
        box-shadow: 0 12px 28px rgba(0,0,0,.12);
        border: 1px solid rgba(0,62,152,.10);
        position: relative;
        overflow: hidden;
      }
    
      .map-geo-card:before{
        content:"";
        position:absolute;
        top:-60px; right:-60px;
        width:180px; height:180px;
        background: radial-gradient(circle at 30% 30%, rgba(0,62,152,.18), rgba(0,62,152,0) 60%);
        border-radius: 999px;
        pointer-events:none;
      }
    
      .map-geo-title{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        margin-bottom:10px;
      }
    
      .map-geo-title h4{
        margin:0;
        font-size:18px;
        line-height:1.25;
        color:#003E98;
        font-weight:400;
      }
    
      .map-geo-sub{
        font-size:12px;
        color: rgba(0,0,0,.60);
        margin:0;
      }
    
      /* Высота графика */
      #countryChart{
        width:100%;
        height: 320px;
      }
    
      /* Адаптация */
      @media (max-width: 991px){
        #countryChart{ height: 300px; }
        #countryChartBar{ height: 300px; }
      }

      #countryChartBar{ width:100%; min-height: 260px; }
