/*
Theme Name: RESEARCH EXPO 2025
Version: 1.0.7
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body,.authors,.container {
    overflow-x: hidden !important;
}
html,body{
    scroll-behavior: smooth;
}
body {
    background:  linear-gradient(0deg, #091556 0%, #091556 100%), #FFF;
    font-family: 'Montserrat';
    overflow-x: hidden !important;
    min-height: 100vh;
}

.container {
    min-height: 100vh;
    overflow-y: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.p-16{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 34px;
    position: relative;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
    gap: 30px;
    color: white;
}
.organizer_logo{
    max-width:67px;
}

.logo-text {
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
}

.logo-years {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.logo-subtitle {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav_contact {
    display: flex;
}

.nav_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav_contact a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.nav_contact svg {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.nav_contact a:hover svg {
    opacity: 1;
}.nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-btn {
    text-decoration: none;
    border: 1px solid #FFF;

    background: rgba(110, 144, 255, 0.15);
    color: white;
    border-radius: 25px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.burger_container{
    width: 48px;
    height: 48px;
    border-radius:50%;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(110, 144, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}
.nav-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.hamburger span {
    width: 20px;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

/* Main Content */
.main{
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 140px;
}
.main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, transparent 0%, rgba(9, 21, 86, 0.1) 20%, rgba(9, 21, 86, 0.4) 50%, rgba(9, 21, 86, 0.8) 80%, #091556 100%);
    pointer-events: none;
}
.main_top {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 34px;
    position: relative;
    z-index: 1;
}

.title-section {
    display: flex;
    margin:40px 0 130px;
}
.title-section_left{
    display: flex;
    flex-direction: column;
}
.title-section_left span{
    max-width:400px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color:#fff;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom:20px;
}
.title-section_right{
    height:375px;
    flex:1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.logo_container{
    position: relative;
    right:155px;
    width:299px;
    min-height: 299px;
    max-height: 299px;
    height:299px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 17.76px */
}
.logo_container img{
    max-width: 100%;
    margin-bottom: 24px;
}
.logo_container_2{
    position: relative;
    top:-130px;
    width:200px;
    min-width:200px;
    min-height:200px;
    height:200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #CED9FF;
    border-radius: 50%;
    color: #CED9FF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 11.84px */
}
.logo_container_2 img{
    margin-top:12px;
}
.main-title,.title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Handil Pro";
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%; /* 121.6px */
    margin-bottom: 32px;
}
.register-btn {
    min-width: 260px;
    width: fit-content;
    max-height: 65px;

    display: inline-flex;
    padding: 24px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border:none;
    border-radius: 250px;
    background: #FF4E7B;
    color:#fff;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
        cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.3);
    box-sizing: border-box;
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(239, 68, 68, 0.4);
}

/* Hero Section */
.hero-section {
    display: flex;
    
}
.hero-section_right,.hero-section_left{
    width: 50%;
}
.hero-section_right {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero-section_left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.hero-section_left_container{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-top:24px;
}
.hero-section_left_item{
    width: max-content;
    display: flex;
    align-items: center;
    gap:24px;
    min-width: 208px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 14.8px */
    padding: 16px 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section_center{
    min-width: 300px;
    text-align: center;
}
.hero_date{
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    margin-bottom: 24px;
}
.hero_apartment{
    color: #4EDFFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-bottom: 8px;
}
.hero_city{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.hero-section_title{
    display: none;
}
.for-research {
    
    color: #FFF;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "Handil Pro";
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 83%; /* 106.24px */
    margin-bottom: 32px;
}


.tagline {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
    color: #4EDFFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; 
    text-align: right;
}
.tagline span{
    display:none;
}

/* Bottom Navigation */
.bottom-nav {
    padding: 2rem 3rem;
}

.nav-items {
    display: flex;
    margin-top: 60px;
    
}

.nav-item {
    color: #FFF;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 14.8px */
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-item:hover,
.nav-item.active {
    color: white;
}

.nav-dot {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nav-item:hover .nav-dot,
.nav-item.active .nav-dot {
    background: white;
    transform: scale(1.5);
}
.mobile_register_button{
    display: none;
}
/* Modal Styles */
.modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    border-radius: 0 0 32px 32px;
}

.modal-menu.show {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 1);
}

.modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 0px 0px 32px 32px;
    padding: 0 34px 54px; /* Увеличил padding снизу на 30px */
    transform: translateY(-20px);
    transition: transform 0.4s ease;
    overflow-x: hidden;
    overflow-y: hidden; /* Изначально скрыт */
}

.modal-content.scrollable {
    overflow-y: auto;
}

/* Custom scrollbar for modal content */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.modal-menu.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    margin-bottom: 135px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.modal-menu.show .modal-header {
    opacity: 1;
    transform: translateY(0);
}

.modal-header .logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.modal-header .header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-header .nav_contact {
    display: flex;
}

.modal-header .nav_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-header .nav_contact a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.modal-header .nav_contact svg {
    width: 20px;
    height: 20px;
}

.modal-header .nav_contact a svg path {
    fill: #214CD8;
}

.modal-header .nav_contact a:hover svg {
    transform: scale(1.1);
}

.modal-close {
    width: 48px;
    height: 48px;
    background: #091556;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-close svg path {
    fill: #ffffff !important;
    stroke: none;
}
.modal-main {
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

.modal-menu.show .modal-main {
    opacity: 1;
    transform: translateY(0);
}

.modal-left {
    
    display: flex;
    flex-direction: column;
    padding:15px 0;
}
.modal-left_top{
    flex:1 1 auto;
}
.modal-register-btn {
    background: #FF4E7B;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; 
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: fit-content;
    padding: 20px 48px;
    box-sizing: border-box;
}

.modal-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 157, 0.3);
}



.modal-archive {
    color: #333333;
}

.archive-title {
    color: #091556;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 14.8px */
    margin-bottom: 30px;
}

.archive-years {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.year {
    text-decoration: none;
    color: #898FAE;
    leading-trim: both;
    text-edge: cap;
    font-family: "Handil Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 48px */
    text-transform: lowercase;
    cursor: pointer;
    transition: color 0.3s ease;
}

.year.active {
    color: #091556;
    font-weight: 700;
}

.year:hover {
    color: #666666;
}

.modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.modal-nav-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
}
.modal-nav-items ul{
    text-align: left;
}
.menu-item {
    list-style-type: none;
}
.nav-item-text,.menu-item a {
    color: #091556;
    text-align: left;
    text-decoration: none;
    font-family: "Handil Pro";
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 96px */
    text-transform: lowercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-item-text.highlight {
    color: #FF6B9D;
}

.nav-item-text:hover,.menu-item a:hover {
    color: #4EDFFF;
    transform: translateX(10px);
}
/* Breakthrough Section */
.breakthrough-section {
    background:  linear-gradient(0deg, #091556 0%, #091556 100%), #FFF;
    padding: 120px 0;
    position: relative;
    z-index: 2;
    padding: 0 34px;
    margin-bottom:200px;
}
.breakthrough_top{
    display: flex;
    align-items: flex-start;
}
.section_top_left{
    width:33%;
    color: #4EDFFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 74%; /* 10.36px */
}
.section_top_left svg{
    margin-right:24px;
}
.breakthrough_top_right,.partners_top_right,.exponents_top_right{
    width:67%;
}
.breakthrough_top_right_mobile{
    display: none;
}
.breakthrough-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.breakthrough-one p{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 48px;
}
.breakthrough-video_icon{
    display: flex;
    width: 56px;
    height: 56px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: rgba(110, 144, 255, 0.15);
    margin-right: 20px;
}
.breakthrough-video{
    display: flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}
.breakthrough-card {
    background: white;
    border: 1px solid #E8EBF0;
    border-radius: 24px;
    padding: 56px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    aspect-ratio: 1;
}

.breakthrough-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(9, 21, 86, 0.1);
    border-color: #214CD8;
}

.card-icon {

    flex:1 1 auto;
}

.card-icon svg {
    width: 32px;
    height: 32px;
}
.card-icon img{
    width: 170px;
}
.card-title {
    color: #091556;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    margin-bottom: 24px;
}

.card-description {
    color: #40425E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
/* partners */
.partners{
    padding:0 34px;
    margin-bottom:200px;
}
.partners_top{
    display: flex;
    align-items: flex-start;
}
.partnets_content {
    display: flex;
    justify-content: space-between;
}
.partners_content_left {
    width: 25%;
}
.partners_content_left  P{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.partners_content_right {
    width: 67%;
}
.partners_right_cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.partners_row {
    display: grid;
    gap: 12px;
}
.partners_row.with-gold {
    grid-template-columns: repeat(4, 1fr);
}
.partners_row.regular {
    grid-template-columns: repeat(3, 1fr);
}
.partners_link {
    display: flex;
    flex-direction: column; 
    background: #FFF;
    border-radius: 12px;
    border: 1px solid #E8EBF0;
    padding: 32px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.partners_right_item {
    height:100%;
    display: flex;
    flex-direction: column;
}
.partners_link:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(9, 21, 86, 0.1);
    border-color: #214CD8;
}
.partners_link{
    text-decoration: none;
}

.partners_row.with-gold .partners_right_item_top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    color: #40425E;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    flex:1 1 auto;
    margin-bottom: 24px;
}
.partners_row.regular .partners_right_item_top{

    color: #40425E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    flex:1 1 auto;
    margin-bottom: 24px;
}
.partners_row.regular .partners_right_item_top svg {
    margin-right:12px;
}
.partners_right_item_bottom img {
    max-width: 100%;
    height: auto;
}
.partners_link.gold {
    grid-column: span 2;
    padding: 40px;
}
.partners_link.Серебряный {
    padding: 40px;
}
.partners_link.Бронзовый {
    padding: 24px 32px;
    min-height: 117px;
}
.gold {
    width: 100%;
}
.silver, .bronze {
    width: calc(50% - 6px);
}
.partners_sponsors{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}
.partners_sponsors_item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 24px 32px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.partners_sponsors_item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-4px);
}
.partners_sponsors_item[style*="background:transparent"]:hover {
    background: transparent;
    transform: none;
}
.partners_sponsors_item img {
    max-width: 100%;
    transition: all 0.3s ease;
    filter: brightness(1);
}
.partners_sponsors_item:hover img {
    filter: brightness(1.1);
    transform: scale(1.05);
}
.partners_sponsors_item_top{
    color: #94ADFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 24px;
}
/* exponents */
.exponents{
    padding:0 34px;
    margin-bottom:200px;
}
.exponents_top{
    display: flex;
    align-items: flex-start;
}
.exponents_top_right_bottom{
    display: flex;
    gap:12px;
}
.exponents_top_right_item{
    position: relative;
    z-index: 1;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    border-radius: 250px;
    border: 1px solid #FFF;
    background: rgba(110, 144, 255, 0.15);
    padding: 12px 24px;
}
.exponents_top_right_item:hover{
    cursor: pointer;
}
.exponents_top_right .info-block{
    display: none;
}
.exponents_top_right_item:hover{
    cursor: pointer;
}
.exponents_top_right_item.active{
    background: #FFF;
    color: #091556;
}
.exponents_sponsors_info{
    display: none;
}
.exponents_sponsors{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
    position: relative;
}
.exponents_sponsors_card{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 24px 32px;
    transition: all 0.3s ease;
}

/* --- Logic for hiding extra sponsors --- */
.exponents_sponsors.sponsors-collapsed .exponents_sponsors_item {
    transition: opacity 0.4s ease, transform 0.4s ease;
    overflow: hidden;
}

.exponents_sponsors.sponsors-collapsed .exponents_sponsors_item.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    /* We will use display: none in JS to remove it from layout */
    max-height: 0; /* Fallback for smooth transition */
    margin: 0;
    padding: 0;
    border: 0;
}

/* --- "Show More" Button Styles --- */
.exponents_show_more_container {
    text-align: left;
    margin-top:12px;
}

.exponents_show_more_btn {
    background-color: #091556;
    color: rgba(255, 255, 255, 0.60);
    border:none;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-decoration: underline;
    transition: all 0.3s ease;
}

.exponents_show_more_btn:hover {
    cursor: pointer;
}

.exponents_sponsors_card:hover {
    transform: scale(1.03);
    border-radius: 12px;
    
}

.exponents_sponsors_card_top{
    flex:1 1 auto;
    display: flex;
    color: #94ADFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 24px;
}
.exponents_sponsors_color{
	position:relative;
	top:6px;
    display: inline-block;
    width:8px;
    min-width:8px;
    height:8px;
    min-height:8px;
    border-radius: 50%;
    border:none;
    margin-right:12px;
}
.exponents_sponsors_card_logo img{
    max-width: 100%;
    max-height:45px;
}
.exponents_sponsors_info {
    display: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 40px;
    color: #fff;
    width: 50%;
    position: absolute;
    z-index: 10;
    margin-top: 15px;
    left: 0;
}
.exponents_sponsors_info::before {
    content: '';
    position: absolute;
    top: -20px;
    left: var(--arrow-left-position, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid rgba(255, 255, 255, 0.12);
}

.exponents_sponsors_info_left img {
	max-height:45px;
    margin-right: 64px;
}
.exponents_sponsors_info_right {
    display: flex;
    flex-direction: column;
}
.exponents_sponsors_title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.exponents_sponsors_desc {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.close-info-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
/* authors */
.authors{
    overflow: hidden;
    padding:0 34px;
    margin-bottom:200px;
}
.authors_top{
    display: flex;
    align-items: flex-start;
    margin-bottom: 64px;
}
.authors_top_right{
    width:67%;
}
.authors_top_right .title{
    margin-bottom: 0;
}
.authors_top .title span{
    color: #4EDFFF;
}
.authors_top_right_subtitle{
    display: inline-block;
    max-width: 170px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.authors_buttons{
    width: 120px;
    position: relative;
    height: 52px;
    display: flex;
    justify-content: flex-end;
    float:right;
    margin-top:24px;
}
.author_img{
    position: relative;
    flex:1 1 auto;
}
.author_img img{
    width: 100%;
    height: 760px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
    filter: grayscale(100%);
}
.authors_item_title{
    flex:1 1 auto;
    color: #FFF;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 48px */
}
.authors_item_position{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.authors_item_company{
    position: absolute;
    top:12px;
    left:12px;
    border-radius: 250px;
    background: #05064A;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding: 12px 24px;
    margin-right:12px;
}
.swiper-authors{
    display: grid;
    align-items: flex-end;
}
.authors .swiper-slide-active,.authors .swiper-slide-prev {
    align-self: flex-end;
    transform: scale(0.75) !important;
    transform-origin: left bottom;
}
.authors .swiper-slide-active .authors_item_title,.authors .swiper-slide-prev .authors_item_title{
    font-size: 32px;
}
.swiper-slide-active .authors_item_position,.swiper-slide-prev .authors_item_position{
    font-size: 14px;
}
.swiper-button-prev,.swiper-button-next{
    color: transparent;
    width: 48px;
    height: 48px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:1px solid #fff;
    cursor: pointer;
    background: rgba(110, 144, 255, 0.15);

}
.swiper-button-prev:after,.swiper-button-next:after{
    display: none;
}
.swiper-button-prev svg,.swiper-button-next svg{
    width: 24px;
    height: 24px;
}
.swiper-button-next{
    right:0 !important;
}
.authors .swiper-slide{
    display: flex;
    flex-direction: column;
}
/* schedule */
.schedule{
    padding:0 34px;
    margin-bottom:200px;
}
.schedule_top{
    display: flex;
    margin-bottom: 64px;
}
.schedule_top_right{
    width:67%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:12px;
}
.schedule_button{
    min-width:150px;
    height:48px;
    border-radius: 250px;
    background: transparent;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    border:1px solid #fff;
}
.schedule_button.active{
    background: #fff;
    color: #091556;
}
.schedule_button:hover{
    cursor: pointer;
}
.schedule_content_top,.schedule_place,.schedule_description{
    width:67%;
    float:right;
}
.schedule_content_top .title{
    margin-bottom: 48px;
}
.schedule_place{
    color: #4EDFFF;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    margin-bottom: 48px;
}
.schedule_description{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 82px;
}
.schedule_show_item{
    position: relative;
    border-radius: 12px;
    background: linear-gradient(0deg, #214CD8 0%, #214CD8 100%), #FFF;
    position: relative;
    width: 100%;
    display:flex;
    padding: 80px 155px;
}
.schedule_show_item_left{
    width:29.5%;
    position: relative;
}
.schedule_item_right_container{
    width:70.5%;
    display:flex;
}
.schedule_show_item {
    position: relative;
    background-color: #214CD8;
    background-position: 0 0;
    margin-bottom: 82px;
}
.schedule_item_absolute{
    position: absolute;
    top:0;
    left:0;
    width:40%;
    height:100%;
    background-image: url(/wp-content/themes/Research_expo_2025/assets/img/schedule_background.svg);
    background-size: auto ;
    background-position: 0 0;
    background-repeat: repeat-y;
    border-radius: 12px;
}
.schedule_item_absolute::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Градиент слева направо: прозрачный → белый (или цвет фона) */
    background: linear-gradient(to right, rgba(255,255,255,0) 70%, #214CD8 100%);
    /* Если фон не белый, замените #fff на нужный цвет */
    z-index: 2;
    pointer-events: none;
    border-radius: 12px;
}
.schedule_show_item_left,.schedule_show_item_center,.schedule_show_item_right{
    position: relative;
    z-index: 10;
    padding-right:12px;
}
.schedule_show_item_title{
    display:flex;
    margin-bottom: 32px;
}
.schedule_show_item_title h3{

    color: #FFF;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
}
.schedule_show_item_title span{
    position: relative;
    top:-6px;
    display: inline-block;
    height:fit-content;
    border-radius: 250px;
    background: #05064A;
    padding: 8px 16px;
    margin:4px 0;
}
.schedule_show_item_right{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
.schedule_show_right_img img{
    border-radius: 6px;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    margin-bottom: 12px;
}
.schedule_show_right_item{
    aspect-ratio: 1/1;
    height:fit-content;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.24);
    padding:12px;
    box-sizing: border-box;
}
.schedule_show_right_name{
    color: #091556;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
}
.programm_item{
    display: flex;
    justify-content: space-between;
    padding:100px 155px;
    box-sizing: border-box;
}
.odd{
    background-color: #fff;
    border-radius: 12px;
}
.programm_item_left,.programm_item_right h3{
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
}
.odd .programm_item_left,.odd .programm_item_right h3{
    color: #091556;
}
.even .programm_item_left{
    color:#fff;
}
.programm_item_right{
    width:70.5%;
}
.programm_item_right h3{
    margin-bottom: 48px;
}
.odd .programm_item_right h3 span{
    color: #214CD8;
}
.even .programm_item_right h3{
    color:#fff;
}
.even .programm_item_right h3 span{
    color: #4EDFFF;
}
.programm_item_right_speakers{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin-bottom: 48px;
}
.programm_speaker{
    display: flex;
    align-items: center;
    gap:24px;   
    border-radius: 12px;
    padding: 24px;
}
.programm_speaker_img{
    max-width: 90px;
}
.programm_speaker_img img{
    width:100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.odd .programm_speaker{
    background: rgba(110, 144, 255, 0.15);
}
.even .programm_speaker{
    background-color: #fff;
}
.programm_speaker_title{
    color: #091556;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-bottom: 16px;
}
.programm_speaker_position{
    color: #40425E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.odd .programm_item_right .p-16{
    color: #40425E;
}
.even .programm_item_right .p-16{
    color:#fff;
}
.last_year{
    padding:0 34px;
    margin-bottom: 100px;
}
.last_year_top{
    display: flex;
}
.last_year_top_right{
    width:67%;
}
.last_year_top_right .title{
    margin-bottom: 64px;
}
.last_year_video_text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #4EDFFF;
    text-align: center;
    font-family: "Handil Pro";
    font-size: 20vw;
    font-style: normal;
    font-weight: 500;
    line-height: 85%; /* 314.5px */
    z-index: 2;
}
.last_year_button{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width:120px;
    height:120px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #FF4E7B;
}
.last_year_button:hover{
    cursor: pointer;
}
.last_year_button::before {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 130%; height: 130%;
    border-radius: 50%;
    pointer-events: none;
    background-color: #FF4E7B;
    box-shadow: 0 0 0 0 rgba(255, 82, 140, 0.4);
    animation: pulse-shadow 2.6s cubic-bezier(0.4,0,0.2,1) infinite;
    z-index: -1;
}
.last_year_video_bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 12px;
    z-index: 1;
}
@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 140, 0.4);
        opacity: 1;
    }
    70% {
        box-shadow: 0 0 0 30px rgba(255, 82, 140, 0.15);
        opacity: 0.7;
    }
    100% {
        box-shadow: 0 0 0 60px rgba(255, 82, 140, 0);
        opacity: 0;
    }
}
.last_year_video{
    position: relative;
}
.last_year_video video{
    width:100%;
    border-radius:12px;
}
.last_year_images{
    margin-top:48px;
}
.last_year_images img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:12px;
}
.last_year_slide{
    display: flex;
    flex-direction: column;
}
.last_year_images .swiper-slide-prev .last_year_slide,.last_year_images .swiper-slide-active .last_year_slide{
    height: 100%;
    transform: scale(0.55);
    transform-origin: left bottom;
}
.last_year_images .swiper-wrapper{
    position: relative;
    min-height: 100% !important;
    height:100% !important;
    margin-left:-15vw;
}
.last_year_images .swiper-slide-prev .last_year_slide img,.last_year_images .swiper-slide-active .last_year_slide img{
    position: relative;
    bottom:0;
    right: -27vw;
    
}
.last_year_images .p-16{
    display: none;
}
.last_year_images .swiper-slide-prev .p-16,.last_year_images .swiper-slide-active .p-16{
    width:55%;
    display: block;
    position: absolute;
    left:15vw;
    flex:1 1 auto;
}
.swiper-slide{
 
}
footer{
    overflow-x: hidden !important;
    padding: 0 34px;
    margin-bottom: 34px;
}
.footer_top{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.footer_top_button{
    width:48px;
    height:48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: rgba(110, 144, 255, 0.15);
}
.footer_top_button:hover{
    cursor: pointer;
}
.footer_top_button svg{
    width:24px;
    height:24px;
}
.footer_content{
    display: flex;
    gap:12px;
}
.footer_right{
    width:67%;
}
.footer_right img{
    width:100%;
    border-radius:16px;
    margin-bottom: 24px;
}
.footer_left{
    display: flex;
    flex-direction: column;
    width:33%;
}
.footer_left .title{
    color: #FFF;
    font-family: "Handil Pro";
    font-size: 7vw;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    text-transform: lowercase;
    margin-bottom: 64px;
}
.footer_left .title span{
    text-transform: uppercase;
    color: #4EDFFF;
}
.footer_left_info{
    flex:1 1 auto;
}
.footer_left_info_item{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #4EDFFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    border-radius: 250px;
    background: #05064A;
    padding-right:48px;
    margin-bottom: 24px;
}
.footer_left_place{
    max-width: fit-content;
    flex:1 1 auto;
}
.footer_left_place_top{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4EDFFF;
}
.footer_left_place_bottom{
    text-align: center;
}
.copyright{
    margin-bottom: 24px;
}
.footer_left_place_top svg{
    width:24px;
    height:24px;
}
.site_creator a{
    text-decoration: none;
    color: #4EDFFF;
}
.footer_right_bottom{
    display: flex;
    justify-content: space-between;
    gap:12px;
    flex-wrap: wrap;
}
.footer_right_bottom .p-16{
    text-decoration: none;
}
/* Responsive Design */
@media(max-width:1919px){
    
    .main{
        margin-bottom: 125px;
    }
    
    .main-title,.for-research,.title{
        font-size:96px;
        line-height: 95%;
    }
    .title-section{
        margin:40px 0 90px;
    }
    .title-section_right{
        height:265px;
    }
    .tagline{
        font-size:20px;
    }
    .modal-left{
        padding:35px 0;
    }
    .year{
        font-size:32px;
    }
    .tagline span{
        max-width: 250px;
        font-size:12px;
    }
    .hero-section_center{
        min-width: unset;
        width: 33%;
    }
    .logo_container{
        width:219px;
        min-height:219px;
        height:219px;
        right:120px;
        font-size: 17.656px;
        padding:0 20px;
    }
    .logo_container img{
        max-width: 80%;
        margin-bottom: 15px;
    }
    .logo_container_2{
        width:147px;
        min-width:147px;
        min-height:147px;
        height:147px;
        font-size: 11.771px;
        top:-100px;
    }
    .logo_container_2 img{
        max-width: 58px;
        margin-top:8px;
    }
	.card-icon img{
        width: 120px;
    }
    .breakthrough-section,.partners,.exponents,.authors,.schedule{
        margin-bottom: 160px;
    }
    .breakthrough_line{
        display: none;
    }
    .breakthrough-one p{
        font-size:14px;
    }
    .card-title{
        font-size:32px;
    }
    .partners_link {
        padding: 24px;
    }
    .partners_sponsors_item {
        padding: 20px 24px;
    }
    .partners_row.with-gold .partners_right_item_top{
        font-size: 16px !important;
        margin-bottom: 40px !important;
    }
    .info-block {
        min-height:unset !important;
    }
    .info-title_content{
        font-size:32px !important;
    }
    .info-description{
        font-size: 14px !important;
        width: 100% !important;
    }
    .info-title_stand{
        font-size: 32px !important;
    }
}
@media(max-width:1660px){
    .main{
        background-position: center top;
    }
    .main-title,.for-research,.title{
        font-size:96px
    }
    .nav-item-text,.menu-item a{
        font-size:64px;
        line-height: 1;
    }
    
    .partnets_content {
        gap: 80px;
    }
    .type-a{
        font-size: 10px !important;
    }
    
	.author_img img{
        height: 550px;
    }
}
@media(max-width:1440px){
    .register-btn, .modal-register-btn{
        height: auto;
    }
    .tagline p{
        text-align: center;
        font-size: 14px;
        line-height: 100%; /* 10.36px */
    }
    
    
    .title-section_left span{
        max-width:300px;
        font-size: 16px;
    }
    
    
    .partnets_content {
        gap: 60px;
    }
    
    .exponents_sponsors_info_left img{
        margin-right: 32px;
    }
    .map_item_right_title,.exponents_sponsors_title{
        font-size:32px !important;
        margin-bottom: 32px !important;
    }
    .map_item_right_desc,.exponents_sponsors_desc{
        font-size:14px !important;
    }
    .stand{
        font-size: 10px !important;
    }
    .type-a{
        font-size: 8px !important;
    }
    .map_item_right_title,.exponents_sponsors_title,.schedule_place,.schedule_show_item_title h3,.programm_item_right h3{
        font-size:32px;
    }
    .authors_top_right_subtitle{
        font-size:14px;
    }
    .authors_item_title{
        font-size:32px;
    }
    .authors .swiper-slide-active .authors_item_title, .authors .swiper-slide-prev .authors_item_title{
        font-size:26px !important;
        line-height: 100% !important; 
    }
    .info-block{
        width:35%;
    }
    .info-logo { 
        max-width: 100px !important;
    }
    
    .schedule_top{
        margin-bottom: 56px;
    }
    .schedule_show_item{
        padding: 40px;
    }
    
    .schedule_show_item_left img{
        max-width: 120px;
    }
    .schedule_content_top .title,.schedule_place,.schedule_description,.schedule_show_item{
        margin-bottom: 32px;
    }
    .schedule_description{
        font-size:14px;
        margin-bottom: 64px;
    }
    .programm_item {
        padding:40px;
    }
    .programm_item_right,.schedule_item_right_container{
        width:68.5%;
    }
    .programm_item_right h3{
        margin-bottom: 32px;
    }
    .programm_speaker_title{
        font-size:16px;
        margin-bottom: 12px;
    }
    .programm_item_right_speakers{
        margin-bottom: 32px;
    }
    .programm_speaker_position{
        font-size:12px;
    }
    .programm_item_right_description{
        font-size:14px;
    }
    
    .schedule_show_item_left{
        width:31.5%;
    }
    .schedule_show_item_title span,.schedule_show_item_description {
        font-size:14px;
    }
    .schedule_show_right_item .schedule_show_right_name{
        font-size:12px;
    }
    .authors_svg,.last_year_svg{
        display: none;
    }
    
    .footer_left .title{
        font-size:101px;
    }
    .footer_left_info_item{
        padding-right:40px;
    }
    footer .register-btn{
        height: auto;
        padding:20px 40px;
    }
    .footer_right_bottom .p-16{
        font-size:14px;
    }
}
@media(max-width:1400px){
    .info-block{
        padding:20px !important;
    }
    .footer_left .title{
        font-size:96px;
        margin-bottom: 32px;
    }
    .footer_left_info_item{
        font-size:16px;
        padding-right:32px;
    }
    footer .register-btn{
        width:min-content;
        font-size:18px;
        padding: 16px 32px;
    }
}
@media(max-width:1335px){
    .footer_left .title{
        font-size:76px;
        margin-bottom: 32px;
    }
    .last_year_button {
        width:100px;
        height:100px;
    }
    .last_year_images .p-16{
        font-size:14px !important;
    }
    footer .register-btn{
        min-width: unset !important;
        
    }
}
@media(max-width: 1280px) {
    .main-title,.title,.for-research{
        font-size:60px;
    }
    .hero-section_left_item{
        min-width: 200px;
        font-size:16px;
    }
    .card-icon img{
        width:100px;
    }
    .card-title{
        font-size:24px;
    }
    .partnets_content {
        flex-direction: column;
    }
    .partners_content_left,.partners_content_right{
        width:100%;
    }
    .partners_sponsors {
        grid-template-columns: repeat(3, 1fr);
        
    }
    .partners_sponsors_item.empty{
        display: none;
    }
    .exponents_top_right .title{
        margin-bottom: 32px;
    }
    .exponents_sponsors {
        grid-template-columns: repeat(4, 1fr);
    }
    .map-element.info-block{
        display: none;
    }
    .exponents_top_right .info-block{
        display: flex;
        width: 100%;
        position: relative;
        top:0;
        left:0;
        margin-top:32px;
    }
    .exponents_sponsors_info{
        flex-direction: column;
        padding: 20px;
    }
    .exponents_sponsors_info_left,.exponents_sponsors_info_right{
        width:100%;
    }
    .exponents_sponsors_info_left img{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .info-description{
        width: 100% !important;
    }
    .info-title_content,.info-title_stand{
        font-size: 20px !important;
    }
    .info-title .info-title_stand{
        max-height: 30px !important;
        border-radius: 8px !important;
    }
    .map_item{
        flex-direction: column;
        padding: 20px;
    }
    .map_item_left,.map_item_right{
        width:100%;
    }
    .map_item_left{
        margin-right: 0;
        margin-bottom: 16px; 
    }

    .last_year_images .swiper-slide-prev .last_year_slide,.last_year_images .swiper-slide-active .last_year_slide{
        transform: scale(1) !important;
    }
    .last_year_button {
        width:80px;
        height:80px;
    }
    .last_year_images .swiper-wrapper{
        margin-left:0;
    }
    .last_year_images .swiper-slide-prev .last_year_slide img,.last_year_images .swiper-slide-active .last_year_slide img{
        position: relative;
        bottom:0;
        right: 0;
        
    }
    .last_year_images .p-16{
        width:100% !important;
        display: block !important;
        position: relative !important;
        left:0 !important;
        margin-bottom: 16px !important;
    }
    
	.author_img img{
        height: 450px;
    }
}
@media(max-width:1200px){
    .logo_container{
        top:160px;
    }
    .hero_date{
        font-size:18px;
        margin-bottom: 12px;
    }
    .hero_apartment{
        font-size:16px;
    }
    .hero_city{
        font-size:14px;
    }
    .schedule_show_item{
        flex-direction: column;
        gap:20px;
    }
    .schedule_item_right_container{
        width:100%;
        flex-direction: column;
        gap:20px;
    }
    .schedule_show_item_title{
        margin-bottom: 16px;
    }
    .schedule_show_item_right{
        grid-template-columns: repeat(5,1fr);
    }
    .programm_item{
        flex-direction: column;
    }
    .programm_item_left,.programm_item_right{
        width:100%;
    }
    .programm_item_left,.programm_item_right h3,.programm_item_right_speakers{
        margin-bottom: 32px;
    }
    
}
@media (max-width: 1100px){
    .nav-item-text,.menu-item a{
        font-size:58px;
    }
    .logo_container{
        width:200px;
        min-width: 200px;
        height:200px;
        min-height: 200px;
        font-size: 18px;
        padding:0 20px;
    }
    .breakthrough-cards{
        grid-template-columns: repeat(2,1fr);
    }
    .footer_content{
        flex-direction: column;
    }
    .footer_left,.footer_right{
        width:100%;
    }
    
    .footer_left_info{
        margin-bottom: 32px;
    }
    .copyright{
        margin-bottom: 8px;
    }
   
}
@media (max-width: 992px){
    .main{
        margin-bottom: 64px;
    }
    .header-right .nav_contact,.nav-btn{
        display: none;
    }
    .main-title,.for-research,.title{
        font-size:40px;
    }
    .main-title{
        margin-bottom:12px;
    }
    .title-section_left span{
        max-width:150px;
        font-size: 12px;
    }
    .register-btn,.modal-register-btn{
        width:min-content;
        font-size:18px;
        padding: 16px 32px;
    }
    .hero-section{
        flex-direction: column;
    }
    .hero-section_left{
        width:100%;
        order:3;
        margin-top:24px;
    }
    .hero-section_left_container{
        gap:4px;
        margin-top:8px;
    }
    .hero-section_left_item{
        font-size:14px;
        background-size: 90%;
        padding: 16px 36px;
    }
    .hero-section_center{
        width:100%;
        text-align: left;
        order:2;
        margin-top: 24px;

    }
    .hero-section_right{
        width:100%;
    }
    .title-section_right{
        display: none;
    }
    .hero-section_title{
        order:1;
        width:100%;
        display: flex;
        justify-content: flex-start;
    }
    .hero_apartment,.hero_city{
        font-size: 12px;
    }
    
    .logo_container{
        width:160px;
        height:160px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 74%;
        top:0;
        left:0;
    }
    .logo_container img{
        margin-bottom: 12px;
    }
    .logo_container_2{
        width:130px;
        height:130px;
        top:15px;
        left:-15px;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 74%;
    }
    .logo_container_2 a{
        display: flex;
        justify-content: center;
    }
    .logo_container_2 img{
        max-width: 80%;
        
    }
    .for-research{
        margin-bottom: 24px;
    }
    .modal-header .header-right .nav_contact{
        display: flex;
    }
    .modal-menu,.modal-content{
        height:100vh;
        border-radius: 0;
    }
    .modal-main{
        flex-direction: column;
    }
    .modal-left{
        order:2;
       
    }
    .modal-header{
        margin-bottom: 0;
    }
    .modal-center{
        flex:0;
    }
    .nav-item-text,.menu-item a{
        font-size:42px;
        margin-bottom: 12px;
    }
    .modal-left{
        padding:0;
    }
    .modal-left_top{
        order:2;
        margin-top:27px;
    }
    .archive-years{
        grid-template-columns: repeat(5,1fr);
    }
    .year{
        font-size:24px;
    }
    .breakthrough-one p{
        margin-bottom: 24px;
    }
    .breakthrough-card{
        padding:32px;
    }
    .card-icon img{
        width:100px;
    }
    .card-title{
        font-size:20px;
    }
    .partners_row.with-gold .partners_right_item_top{
        gap:12px;
        font-size:16px;
    }
    .partners_row.with-gold .partners_right_item_top svg{
        width:8px;
        height:8px;
    }
    
    .exponents_sponsors {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .exponents_sponsors_title{
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }
    .info-title{
        margin-bottom: 8px !important;
    }
    .exponents_sponsors_desc{
        font-size: 14px;
    }
    .authors_top_right_subtitle{
        font-size:12px;
    }
    .authors_item_title{
        font-size: 28px !important;
    }
    .authors_item_position, .authors_item_company{
        font-size: 14px !important;
        padding:8px;
    }
    .authors_item_position{
        padding:0 6px 0 0;
    }
    .authors_buttons{
        margin-top: 12px;
    }
    .map_item,.map-element.stand{
        display: none !important;
    }
    
    .schedule_show_item_title h3{
        font-size:24px;
    }
    .schedule_show_item_title span{
        top:-3px;
    }
    .schedule_show_item_right{
        grid-template-columns: repeat(4,1fr);
    }
    .schedule_item_absolute{
        display: none;
    }
    .schedule_content_top,.schedule_place,.schedule_description{
        width:100%;
    }
    .programm_item_left,.programm_item_right h3{
        font-size:24px;
    }
    .programm_item_left, .programm_item_right h3, .programm_item_right_speakers{
        margin-bottom: 24px;
    }
    .programm_speaker{
        padding:16px;
    }
    .programm_speaker_title{
        font-size:18px;
        margin-bottom:8px;
    }
    .footer_left .title{
        font-size:40px;
    }
    .last_year_images img{
        border-radius: 8px;
    }
    .footer_right_bottom .p-16{
        font-size:14px;
    }
    .breakthrough-section,.partners,.exponents,.authors,.schedule,.last_year {
        margin-bottom: 80px;
    }
}

@media(max-width:900px){
    .author_img img{
        height:350px;
    }
}
@media (max-width: 768px) {
    .header {
        padding: 16px;
    }
    
    .logo-years {
        font-size: 18px;
    }

    
    .nav_contact a {
        width: 35px;
        height: 35px;
    }
    
    .main_top,.breakthrough-section,.exponents {
        padding: 0 16px;
    }
    .title-section{
        margin:16px 0 160px;
    }
    
  
    .hero-section_left_item{
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        max-width: 100%;
    }
   
    .nav-items {
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .archive-years{
        grid-template-columns: repeat(4,1fr);
    }
    .modal-content{
        padding:16px;
    }
    .modal-header{
        padding: 0 0 16px 0;
    }
    .breakthrough_top{
        flex-direction: column;
        margin-bottom: 48px;
    }
    .breakthrough-cards{
        grid-template-columns: repeat(1,1fr);
    }
    .breakthrough-one,.breakthrough-card{
        max-width: 400px;
        justify-self: center;
        border-radius: 12px;
    }
    .breakthrough-one{
        margin-bottom: 36px;
    }
    .section_top_left{
        width:100%;
        margin-bottom: 24px;
    }
    .breakthrough_top_right{
        display: none;
    }
    .breakthrough_top_right_mobile{
        display: flex;
        flex-direction: column;
        width:100%;
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: "Handil Pro";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 28.6px */
    }
    .breakthrough_top_right_mobile span{
        color: #4EDFFF;
    }
    .breakthrough-section,.partners,.exponents,.authors,.schedule,.last_year {
        padding: 0 16px;
        margin-bottom: 80px;
    }
    .partners_top {
        flex-direction: column;
    }

    .partners_top_left {
        width: 100%;
    }
    .partners_top .title{
        margin-bottom: 32px;
    }
    .partners_top_right {
        width: 100%;
    }
    .partnets_content {
        flex-direction: column;
        gap: 32px;
    }
    .partners_content_left {
        width: 100%;
    }
    .partners_content_right,.exponents_top_right {
        width: 100%;
    }
    .partners_right_cards {
        gap: 12px;
    }
    .partners_row.with-gold {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners_row.regular {
        grid-template-columns: repeat(3, 1fr);
    }
    .partners_sponsors {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners_link.gold {
        grid-column: span 2;
    }
    .partners_link{
        padding: 16px !important;
    }
    .exponents_top{
        flex-direction: column;
    }
    .exponents_sponsors {
        grid-template-columns: repeat(2, 1fr);
    }
    .exponents_sponsors_info {
        width: 90%;
    }
    .authors{
        flex-direction: column;
    }
    .authors_top{
        flex-direction: column;
    }
    .authors_top_right{
        width:100%;
    }
    .authors_content{
        position: relative;
        padding: 0 15px;
    }
    .swiper-authors {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .authors_item_title,.authors .swiper-slide-active .authors_item_title, .authors .swiper-slide-prev .authors_item_title{
        font-size: 24px !important;
        line-height: 100% !important;
        margin-bottom: 10px;
    }
    .authors .swiper-slide-active,.authors .swiper-slide-prev{
        transform: scale(1) !important;
    }
    .authors .swiper-slide-active, .authors .swiper-slide-prev{
        align-self: flex-start;
    }
    .swiper-authors{
        display: block;
    }
    .schedule_top{
        flex-direction: column;
    }
    .schedule_top_right{
        width:100%;
    }
    
    
    .schedule_show_item_left img{
        max-width: 80px;
    }
    .schedule_show_item_title h3{
        font-size:20px;
    }
    .schedule_show_item_description,.schedule_show_item_title span {
        font-size: 14px;
    }
    .schedule_show_item_title span{
        padding:8px;
    }
    .programm_item_left, .programm_item_right h3{
        font-size:20px;
    }
    .programm_item_right_speakers{
        grid-template-columns: repeat(1,1fr);
    }
    .programm_speaker_title{
        font-size:16px;
    }
    .programm_speaker_position{
        font-size:13px;
    }
    .programm_item_right_description{
        font-size:14px;
    }
    .last_year{
        padding:0 16px;
    }
    .last_year_top{
        flex-direction: column;
    }
    .last_year_top_right,.last_year_top_left{
        width:100%;
    }
    footer{
        padding: 0 16px;
    }
    .footer_right_bottom{
        justify-content: center;
    }
}
@media(max-width:650px){
    .partners_row.regular {
        grid-template-columns: repeat(1, 1fr);
    }
    .last_year_video_text{
        font-size:15vw;
    }
    .last_year_button{
        width:60px;
        height:60px;
    }
    .last_year_button svg{
        width:20px;
        height:20px;
    }
}


@media (max-width: 552px){
    .main{
        background-size: calc(200%);
    }
    .title-section .register-btn{
        display: none;
    }   
    .title-section_left span{
        display:none;
    }
    .main-title{
        margin-bottom: 0;
    }
    .for-research{
        margin-bottom: 17px;
    }
    .tagline{
        gap: 10px;
        font-size: 14px;
        line-height: 74%; /* 10.36px */
    }
    .tagline span{
        display:inline-block;
        max-width: 160px;
        font-size:10px;
        text-align:left;
        color:#fff;
    }
    .mobile_register_button{
        order:2;
        width:100%;
        display: flex;
        margin-top:24px;
    }
    .hero-section_left_item{
        width: 49%;
        min-width: unset;
    }
    .mobile_register_button .register-btn,.modal-register-btn{
        width:100%;
        max-height: 43px;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;

        box-sizing: border-box;
    }
    .modal-header .header-right .nav_contact{
        display: none !important;
    }
    .nav-item-text,.menu-item a{
        font-size:32px;
       
    }
    .archive-title{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .modal-register-btn{
        min-width: 100%;
        min-height: 43px;
        padding: 12px 32px;
    }
    .partners {
        padding: 0 12px;
        margin-bottom: 60px;
    }
    .partners_right_cards {
        gap: 12px;
    }
    .partners_row.with-gold,
    .partners_row.regular {
        grid-template-columns: 1fr;
    }
    .partners_sponsors {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .partners_link {
        padding: 16px;
    }
    .partners_sponsors_item {
        padding: 12px 16px;
    }
    .partners_link.gold{
        grid-column: span 1;
    }
    .partners_right_item_top {
        font-size: 12px;
    }
    .partners_sponsors_item_top {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .exponents_sponsors {
        grid-template-columns: 1fr;
    }
    .schedule_show_item_right{
        grid-template-columns: repeat(2,1fr);
    }
    .schedule_show_item,.programm_item{
        padding: 20px;
    }
    .schedule_button{
        width:100%;
    }
    .programm_speaker_img {
        max-width: 80px;
    }
    .odd,.programm_speaker,.programm_speaker img{
        border-radius: 8px;
    }
}
@media(max-width:450px){
    .main{
        background-size: calc(250%);
    }
    
}
@media(max-width:359px){
    .hero-section_left_item{
        width:min-content;
        min-width:200px;
    }
}




@media(max-width: 480px) {
    .authors_item_position, .authors_item_company{
        font-size: 10px;
    }
}

/* Map Layout Section */
.map-layout{
    position: relative;
    margin-top:-5%;
}
.map-container {
    position: relative;
    width: 100%;
 
    margin: 0 auto;
    height: 0;
    padding-bottom: 70.64%; /* Aspect Ratio: 989 / 1400 */
    background: url(./assets/img/map.svg) no-repeat center center / contain;
}
.map-element {
    position: absolute;
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    max-width:1990px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    z-index: 1;
}
.stand {
    font-size: 13.774px;
    font-weight: 500;
}
.stand:hover{
    cursor: pointer;
}
.stand::before {
    content: attr(data-label);
}
.type-a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    aspect-ratio: 1/1;
    background-color: rgba(255, 78, 123, 0.25);
    border-radius: 50%;
}
.stand.type-b { background-color: #1A347B;}
.stand.type-c { background-color: #55326D; }
.stand.type-d { background-color: #1B4880;  }
.map-element{
    border:1px solid white;
}
/* Stands Positioning - Adjusted for accuracy */
[data-label="1"]  { top: 58.8%; left: 40%; width: 1.2%; }
[data-label="2"]  { top: 58.8%; left: 42.5%; width: 1.2%;  }
[data-label="3"]  { top: 58.8%; left: 50.3%; width: 1.2%;   }
[data-label="4"]  { top: 52.8%; left: 53%; width: 1.2%;  }
[data-label="5"]  { top: 54.8%; left: 53%; width: 1.2%;  }
[data-label="6"]  { top: 56.8%; left: 53%; width: 1.2%; }
[data-label="7"]  { top: 60.8%; left: 53.5%; width: 1.2%;  }
[data-label="8"]  { top: 60.8%; left: 55%; width: 1.2%;   }
[data-label="9"]  { top: 69%; left: 57.5%; width: 1.2%;  }
[data-label="10"]  { top: 69%; left: 58.9%; width: 1.2%;  }


[data-label="D1"]  { top: 28.8%; left: 35.5%; width: 3.0%; height: 7.0%; transform: rotate(-16.5deg); }
[data-label="B2"]  { top: 27.8%; left: 38.0%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg); }
[data-label="B3"]  { top: 26.8%; left: 40.4%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg); }
[data-label="B4"]  { top: 25.8%; left: 42.8%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg);}
[data-label="D8"]  { top: 24.6%; left: 45.5%; width:  3.0%; height: 7.0%; transform: rotate(-16.5deg); }
[data-label="B5"]  { top: 31.2%; left: 38.7%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg); }
[data-label="B6"]  { top: 30.2%; left: 41.1%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg); }
[data-label="B7"]  { top: 29.2%; left: 43.5%; width: 2.5%; height: 3.5%; transform: rotate(-16.5deg); }

[data-label="D9"]  { top: 38.7%; left: 36.7%; width:  3.0%; height: 7.0%; }
[data-label="B10"] { top: 38.7%; left: 39.7%; width: 2.5%; height: 3.5%; }
[data-label="B11"] { top: 38.7%; left: 42.2%; width: 2.5%; height: 3.5%; }
[data-label="B12"] { top: 38.7%; left: 44.7%; width: 2.5%; height: 3.5%; }
[data-label="C13"] { top: 38.7%; left: 47.2%; width: 3.0%; height: 3.5%; }
[data-label="B15"] { top: 42.2%; left: 39.7%; width: 2.5%; height: 3.5%; }
[data-label="B16"] { top: 42.2%; left: 42.2%; width: 2.5%; height: 3.5%; }
[data-label="B17"] { top: 42.2%; left: 44.7%; width: 2.5%; height: 3.5%; }
[data-label="C18"] { top: 42.2%; left: 47.2%; width: 3.0%; height: 3.5%; }

[data-label="C14"] { top: 38.7%; left: 51.7%; width: 2.5%; height: 4.2%; }
[data-label="C19"] { top: 44.8%; left: 51.7%; width: 2.5%; height: 4.2%; }
[data-label="B25"] { top: 49.0%; left: 51.7%; width: 2.5%; height: 3.5%; }

[data-label="D20"] { top: 48.1%; left: 36.7%; width:  3.0%; height: 7.0%; }
[data-label="B21"] { top: 48.1%; left: 39.7%; width: 2.5%; height: 3.5%; }
[data-label="B22"] { top: 48.1%; left: 42.2%; width: 2.5%; height: 3.5%; }
[data-label="B23"] { top: 48.1%; left: 44.7%; width: 2.5%; height: 3.5%; }
[data-label="C24"] { top: 48.1%; left: 47.2%; width: 3.0%; height: 3.5%; }
[data-label="B26"] { top: 51.6%; left: 39.7%; width: 2.5%; height: 3.5%; }
[data-label="B27"] { top: 51.6%; left: 42.2%; width: 2.5%; height: 3.5%; }
[data-label="B28"] { top: 51.6%; left: 44.7%; width: 2.5%; height: 3.5%; }
[data-label="C29"] { top: 51.6%; left: 47.2%; width: 3.0%; height: 3.5%; }

[data-label="D30"] { top: 61.0%; left: 20.0%; width:  2.5%; height: 7.0%; }
[data-label="C31"] { top: 65.2%; left: 27.2%; width: 3.3%; height: 3.5%; }
[data-label="B32"] { top: 65.2%; left: 30.5%; width: 2.5%; height: 3.5%; }
[data-label="B33"] { top: 65.2%; left: 33%; width: 2.5%; height: 3.5%; }
[data-label="B34"] { top: 65.2%; left: 35.5%; width: 2.5%; height: 3.5%; }
[data-label="B35"] { top: 65.2%; left: 38%; width: 2.5%; height: 3.5%; }
[data-label="B36"] { top: 65.2%; left: 40.5%; width: 2.5%; height: 3.5%; }
[data-label="D37"] { top: 65.2%; left: 43%; width: 4.0%; height: 3.5%; }

[data-label="B38"] { top: 60.3%; left: 67.5%; width: 2.5%; height: 3.5%; }
[data-label="B39"] { top: 60.3%; left: 71.2%; width: 2.5%; height: 3.5%; }
[data-label="B40"] { top: 60.3%; left: 73.7%; width: 2.5%; height: 3.5%; }
[data-label="C41"] { top: 60.3%; left: 76.2%; width: 3.5%; height: 3.5%; }

[data-label="B42"] { top: 67.3%; left: 62.3%; width: 2.5%; height: 3.5%; }
[data-label="B43"] { top: 67.3%; left: 64.8%; width: 2.5%; height: 3.5%; }
[data-label="B44"] { top: 67.3%; left: 67.3%; width: 2.5%; height: 3.5%; }
[data-label="B45"] { top: 67.3%; left: 71.9%; width: 2.5%; height: 3.5%; }
[data-label="B46"] { top: 67.3%; left: 74.3%; width: 2.5%; height: 3.5%; }

/* Info Block */
.info-block {
    top: 18%; left: 59.5%; 
    width: 40%; 
    height: auto;
    min-height: 300px;
    background-color: #214CD8;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border:none;
    padding: 40px;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
}
.info_logo_container{
    flex:1 1 auto;
}
.info-logo { 
    margin-bottom: 15px;
    width: auto;
    max-width: 140px;
}
.info-title { 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}
.info-title_content{
    margin-right: 12px;
}
.info-title .info-title_stand { 
    max-height: 42px;
    position: relative;
    width: fit-content;
    display: inline-block;
    background-color: #0A1656;
    color: #FFF;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
   
    letter-spacing: -0.72px;
    border-radius: 12px;
    padding: 8px;
}
.info-title div  span{
    position: relative;
    top:-3px;
    line-height: 0.8;
}
.info-description { 
    width: 66%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}




.stand-789 {
    top: 83%; left: 19.5%; width: 5.5%; height: 9%;
    background-color: #55326D;
    border-radius: 10px;
    flex-direction: column;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
}
.map_item{
    position: relative;
    width:50%;
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    margin:0 auto 64px;
    margin-top: -6%;
}
.map_item_left{
    width: 30%;
    margin-right: 64px;
}
.map_item_left img{
    width: 100%;
}
.map_item_right{
    width: 66%;
}
.map_item_right_title{
    color: #091556;
    font-family: "Handil Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.map_item_right_desc{
    color: #40425E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
/* Responsive */

@media(max-width: 768px) {
    .map-element { font-size: 9px; }
    .stand { font-size: 8px; }
    .info-title { font-size: 18px; }
    .info-description { font-size: 11px; }

}
@media (max-width: 480px) {
    .map-layout { padding: 20px 0; }
    .stand { font-size: 6px; }
    .info-block { padding: 10px; }
    .info-logo { width: 80px; margin-bottom: 10px; }
    .info-title { font-size: 11px; }
    .info-title span { padding: 2px 5px; }
    .info-description { font-size: 8px; margin-top: 5px; line-height: 1.3; }
}

/* Exponents Section */
.map-element.stand.has-info {
    cursor: pointer;
}
.map-element{
    z-index: 0;
}
.map_element_absolute {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    background: rgba(255,255,255);
    color:#05064A;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.map_element_absolute::before{
    content:'';
    display: block;
    width:10px;
    max-width:10px;
    height:6px;
    max-height:6px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 47%;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
}
.map-element:hover{
    z-index: 999;
}
.map-element:hover .map_element_absolute{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
}
.location-text-block{
    color:#4EDFFF;
    position: absolute;
    text-align: center;
    font-size: calc(100vw * 0.01);
    z-index: 1;
}
.location-text-block.bold{
    top:68.5%;
    left:40.2%;
}
.location-text-block.smart{
    top:74.5%;
    left:54.7%;
}
.location-text-block.human{
    top:56.5%;
    left:54.3%;
}

@media(max-width: 992px){
    .map-container{
        background-image: url(./assets/img/full_map.svg);
    }
}
@media(max-width:480px){
    .location-text-block.bold{
        top:66.5%;
        left:40.2%;
    }
    .location-text-block.smart{
        top:70.5%;
        left:54.7%;
    }
    .location-text-block.human{
        top:55.5%;
        left:54.3%;
    }
}