@import url('reset.css');
@import url('fonts.css');
@import url('about-us.css');
@import url('travel-plan.css');
@import url('faq.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.brand {
  max-height: 42px;
  width: auto;
    display: flex;
    align-items: center;
}

.brand img {
  max-height: 42px;
  width: auto;
}

.page-content {
  flex-direction: column;
  background-color: #FFFFFF;
  display: flex;
  color: #383838;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 75px;
}

ul, ol {
  list-style-type: none;
}

.primary-area .privacy ol.custom-counter {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.primary-area ol.custom-counter > li {
    counter-increment: item;
    position: relative;
    padding-left: 30px;
}

ol.custom-counter > li::before {
    content: counter(item) ". ";
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 30px;
    top: 5px;
}

.primary-area .privacy ol.custom-counter li ol {
    counter-reset: subitem;
    padding-left: 0;
    list-style: none;
}

.primary-area ol.custom-counter li ol > li {
    counter-increment: subitem;
    position: relative;
    padding-left: 45px;
    margin-bottom: 0.5em;
}

ol.custom-counter li ol > li::before {
    content: counter(item) "." counter(subitem) " ";
    position: absolute;
    left: 0;
    font-weight: 500;
}

form, input, textarea, button {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

a img {
  border: none;
}

b, strong {
  font-weight: 700;
}

body {
  font-size: 18px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

.feature-data > :is(h2, h3, h4, h5, p, ol, ul) {
  margin-top: 0;
  padding-top: 0;
}

.container {
  max-width: 1332px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.full-size {
  max-width: 1330px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-line {
  padding: 16px 15px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  position: fixed;
  background-color: rgba(248, 248, 248, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  min-height: 75px;
  display: flex;
    align-items: center;
    z-index: 999;
}

.top-line.active .brand{
  width: 200px;
}

.languages {
  z-index: 2;
  position: relative;
  display: flex;
  padding: 6px;
  border-radius: 10px 10px 0 0;
  width: auto;
}

.top-line .locale-but {
  z-index: 1;
  cursor: pointer;
}

.top-line .locale-but {
  color: #383838;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
}

.top-line .languages > ul {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: #FAFAFA;
  top: 100%;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.top-line .languages > ul li a{
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.top-line .languages.active > ul {
  display: block;
  width: max-content;
  width: auto;
}

.languages.active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FAFAFA;
}

.languages img {
   width: 31px;
   height: 31px;
   border-radius: 50%;
   margin-right: 10px;
}

.overlap {
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.only-mob {
  display: none!important;
}

.scroll-is {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    margin-left: auto;
    margin-right: 25px;
} 

ul.menu  {
  padding-top: 0;
}

.menu a {
    text-decoration: none;
    color: #383838;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 8px;
    background: transparent;
    transition: color 0.3s ease, background 0.3s ease;
}

.menu li:hover > a {
  color: #FFFFFF;
  background: rgba(108, 90, 244, 0.5);
}

.menu > .menu-item {
    position: relative;
}

.btn {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #31BE0A;
  outline: 0;
  border: 0;
  min-height: 46px;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background: #259407;
  color: #FFFFFF;
}

.register {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  background: #A6D17C;
  border-radius: 8px;
  transition: background 0.3s, font-size 0.3s;
  font-size: 16px;
  text-transform: none;
  width: 139px;
  min-height: 41px;
  }

.register:hover {
  background: #8FB769;
  font-size: 18px;
}

.mobileBtn {
  display: none;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}


h1 {
  font-size: 92px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  color: #383838;
  display: inline-block;
  padding: 40px 0 20px;
}

h2 {
  font-size: 33px;
  line-height: 120%;
  color: #383838;
  font-weight: 600;
  padding-bottom: 15px;
}

h3 {
  font-size: 25px;
  line-height: 120%;
  color: #383838;
  font-weight: 400;
  padding-bottom: 15px;
}

h4 {
  font-size: 22px;
  line-height: 120%;
  color: #383838;
  font-weight: 400;
  padding-bottom: 15px;
}

h5 {
  font-size: 20px;
  line-height: 120%;
  color: #383838;
  font-weight: 400;
  padding-bottom: 15px;
}

h6 {
  font-size: 19px;
  line-height: 120%;
  color: #383838;
  font-weight: 400;
  padding-bottom: 15px;
}

a {
  color: #383838;
  text-decoration: underline;
  transition: 0.3s;
}

a:hover {
  color: #c38608;
}

 p {
  font-size: 16px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 10px;
    line-height: 120%;
}

.primary-area ul, .primary-area ol {
  margin-bottom: 16px;
  list-style: inherit;
  padding-left: 30px;
}

.primary-area ol {
  list-style-type: decimal;
}

.primary-area ul li, .primary-area ol li {
  margin-bottom: 6px;
  font-size: 16px;
    font-weight: 400;
    color: #383838;
}

.primary-area ul li:last-child, .primary-area ol li:last-child {
  margin-bottom: 0;
}

.symbol {
  text-align: center;
}

.symbol img{
  display: block;
  margin: 0 auto;
  max-height: 42px;
  width: auto;
}

.base-bottom {
  background-color: #5746D9;
  padding: 50px 0;
  margin-top: auto;
  position: relative;
}

.end-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

.end-navigation a {
  font-size: 21px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.end-navigation a:hover {
  color: #ffffff6b;
}

.base-bottom p {
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}

.foot {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.ml-auto {
  margin-left: auto;
}

.with-img p:first-of-type {
  margin-top: 0;
}


.top-line.active {
  height: 75px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.privacy {
  padding-bottom: 70px;
}

.privacy h1 {
  font-size: 62px;
}

.privacy .subTitle {
  max-width: 100%;
  padding-bottom: 50px;
  font-family: 'Lato';
  line-height: 1.3;
  font-weight: 500;
}

.privacy h2 {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.primary-area .privacy ul {
  list-style-type: disc;
  padding-left: 1.5em;
  padding-bottom: 25px;
  font-size: 22px;
  margin-bottom: 0;
}

.primary-area .privacy ol {
  padding-left: 1.5em;
  padding-bottom: 25px;
  font-size: 22px;
  margin-bottom: 0;
}

.privacy p {
  padding-bottom: 25px;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.3;
}

.primary-area .privacy ul li, .primary-area .privacy ol li  {
  display: list-item;
  font-size: 22px;
  margin-bottom: 0;
}

.privacy a {
  text-decoration: none;
  color: #6C5AF4;
  font-weight: 600;
}

.privacy a:hover {
  text-decoration: underline;
  color: #5746D9;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  margin: 10px 0 20px;
}

.data-table th,
.data-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.data-table th {
  background: #f5f5f5;
  font-weight: 600;
}

@media (max-width: 760px) {
  .data-table {
    min-width: 600px;
  }
}


.topText404 {
  color: #383838;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.warning {
  padding: 70px 20px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  gap: 50px;
  max-width: 824px;
  margin: 0 auto;
}

.error-page img {
  max-width: 523px;
  height: auto;
}

.error-page p  {
 color: #383838;
 font-size: 30px;
 margin: 0;
 line-height: 120%;
}

.error-page .btn {
font-size: 16px;
border-radius: 8px;
text-transform: uppercase;
width: 242px;
min-height: 52px;
padding: 11px;
background: #A6D17C;
transition: background 0.3s, font-size 0.3s;
}

.error-page .btn:hover {
background: #8FB769;
font-size: 18px;
}

.container:after  {
    content: "";
    display: table;
    clear: both;
}

.footBottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts p {
  color: #FFFFFF;
  font-size: 18px;
}

.contacts a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s;
}

.contacts a:hover {
  text-decoration: underline;
}

.footMenu {
  display: flex;
  gap: 20px;
}

.footMenu a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  transition: color 0.3s;
}

.footMenu a:hover {
  color: #ffffff6b;
}

.copyright {
   color: rgba(255, 255, 255, 0.75);
   font-size: 16px;
   text-align: center;
   line-height: 110%;
}

.heroSection {
  padding: 120px 0;
  position: relative;
}

.heroWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.heroTop {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.heroItem {
  display: flex;
  align-items: center;
  gap: 14px;
}

.heroItem img {
  width: 24px;
  height: auto;
}

.heroItemText {
  font-size: 27px;
  color: #383838;
  margin: 0;
}

.heroSubtitle {
  font-size: 92px;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1;
  padding-bottom: 0;
  font-family: "Lato", sans-serif;
}

.heroTitle {
  font-size: 148px;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 1;
  padding-bottom: 0;
  font-family: "Lato", sans-serif;
}

.heroText {
  font-size: 25px;
  color: rgba(56, 56, 56, 0.75);
  margin-bottom: 50px;
  text-align: center;
}

.heroBtn {
  display: inline-block;
  padding: 11px;
  min-width: 240px;
  min-height: 52px;
  background-color: #6C5AF4;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .3s ease, font-size .3s ease, color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroBtn:hover {
  background-color: #4738B7;
  color: #FFFFFF;
  font-size: 18px;
}

.advantages {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 100px;
}
.advItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.advantTop {
  color: #383838;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}

.advantBottom {
  color: #383838;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 110%;
  text-align: center;
}

.advantTop img {
  max-width: 75px;
  height: auto;
  max-height: 30px;
}

.formatsSection {
  padding: 50px 0 30px;
  text-align: center;
}

.formatsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.formatCard {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 30px 20px;
  box-shadow: 0 0 13.6px rgba(56, 56, 56, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.formatName {
  font-size: 30px;
  font-weight: 700;
  color: #383838;
  text-transform: uppercase;
  margin: 0;
}

.formatText {
  font-size: 18px;
  color: #383838;
  line-height: 1.45;
  max-width: 300px;
  margin: 0;
}

.formatWrap {
  height: 125px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formatWrap img {
  max-height: 125px;
  max-width: 125px;
}

.expoSection {
  padding: 40px 0;
}

.expoContainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}

.expoLeft {
  flex: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.formatsTitle {
  padding-bottom: 10px;
}

.formatsSubtitle {
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}

.bigTitle {
  font-size: 50px;
  font-weight: 600;
  color: #383838;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Lato", sans-serif;
}

.subTitle {
  font-size: 30px;
  font-weight: 400;
  color: #383838;
}

.expoImageWrap {
  width: 100%;
  height: 298px;
  overflow: hidden;
  border-radius: 41px;
}

.expoImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  width: 197px;
  min-height: 52px;
  background-color: #6C5AF4;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .3s ease, font-size .3s ease, color .3s ease;
}

.expoBtn:hover {
  background-color: #4738B7;
  font-size: 18px;
  color: #FFFFFF;
}

.expoRight {
  flex: 1;
}

.expoRightImg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.buttons {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.greenBt {
  background: #A6D17C;
  width: 265px;
}

.greenBt:hover {
  background: #8FB769;
  font-size: 18px;
  color: #FFFFFF;
}

.promotion {
  padding: 80px 0;
  width: 100%;
  background-image: url("../img/timer.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promWrap {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 20px;
}
.promDate {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px ;
}

.promTitle {
  color: #FFFFFF;
  line-height: 120%;
  text-align: center;
}
.promSubTitle {
  color: #FFFFFF;
  line-height: 100%;
}
.price p {
  color: #FFFFFF;
  font-size: 30px;
}

.price {
display: flex;
    gap: 40px;
}

.promotion .greenBt {
  width: 200px;
} 

.dateItem {
   padding: 30px 20px;
    background: #6C5AF4;
    border-radius: 25px;
    min-width: 212px;
    min-height: 212px;
    border: 3px solid #8B7BFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
     position: relative;
}

.dateItem:nth-child(-n+3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 12px;
  height: 46px;
  background-image: url("../img/dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.number {
  color: #FFFFFF;
    font-size: 100px;
    line-height: 100%;
}
.dateSign {
color: rgba(255, 255, 255, 0.75);
font-size: 30px;
text-transform: uppercase;
line-height: 100%;
}

.speakerCards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    margin: 20px auto;
}

.speakerCard {
    text-align: center;

}

.speakerImageWrapper {
    position: relative;
    width: 291px;
    height: 291px;
    border-radius: 27px;
    overflow: hidden;
    box-shadow:
    0 2px 6px rgba(56,56,56,0.06),   
    0 0 13.6px rgba(56,56,56,0.25);
    border-radius: 20px;
}

.speakerBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    position: relative;
}

.speakerPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 9;
    bottom: 0;  
    right: 0;
    left: 0;
    transition: transform .45s ease;
    transform-origin: top center;
}

.speakerName {
    font-size: 20px;
    font-weight: 700;
    color: #222234;
    margin-top: 12px;
}

.speakerPosition {
    font-size: 18px;
    font-weight: 600;
    color: rgba(34, 34, 52, 0.75);
    margin-top: 4px;
}

.speakerCompany {
    font-size: 18px;
    font-weight: 400;
    color: rgba(34, 34, 52, 0.75);
    margin-top: 2px;
}

.speakerImageWrapper:hover .speakerPhoto {
    transform: scale(1.2);
}

.speach {
    opacity: 0;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    background: #A6D17C;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 139px;
    height: 32px;
    border-radius: 18px;
    text-transform: capitalize;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.speach::before {
    content: "";
    width: 8px;
    height: 8px;
    background-image: url("../img/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.speach:hover {
   background: #8FB769;
}

.speakerImageWrapper:hover .speach {   
     opacity: 1;
}

.nextSteps {
    text-align: center;
}

.stepsCards {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
}

.stepsCard {
    width: 396px;
    min-height: 333px;
    border-radius: 20px;
    padding: 30px 93px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.stepsCardGreen {
  background-color: #A6D17C;
  background-image: url('../img/step.webp');
  background-repeat: no-repeat;
  background-position: right 0 center; 
  background-size: 63px 100%;
}

.stepsCardBlue {
  background-color: #6C5AF4;
  background-image: url('../img/step1.webp');
  background-repeat: no-repeat;
  background-position: right 0 center; 
  background-size: 63px 100%;
}

.stepsCardPurple {
  background-color: #E57BE7;
  background-image: url('../img/step2.webp');
  background-repeat: no-repeat;
  background-position: right 0 center; 
  background-size: 63px 100%;
}

.nextStepsNumber {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}

.stepsCardGreen .nextStepsNumber {
  color: #A6D17C;
}

.stepsCardBlue .nextStepsNumber {
  color: #6C5AF4;
}

.stepsCardPurple .nextStepsNumber {
  color: #E57BE7;
}

.nextStepsTitle {
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

.nextStepsText {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.9;
    line-height: 1.2;
     margin-bottom: 0;
}

.nextStepsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 189px;
    min-height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #222234;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s ease, font-size .3s ease;
}

.stepsCardGreen .nextStepsBtn {
  color: #A6D17C;
}

.stepsCardBlue .nextStepsBtn {
  color: #6C5AF4;
}

.stepsCardPurple .nextStepsBtn {
  color: #E57BE7;
}

.nextStepsBtn:hover {
    background: rgba(255,255,255,0.80);
    font-size: 18px;
}


.speakerPreview .bigTitle, .speakerPreview .subTitle, .nextSteps .bigTitle, .nextSteps .subTitle, .sponsors .bigTitle, .sponsors .subTitle {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin: 0 auto;
}

.speakerPreview {
  padding: 50px 0;
}

.nextSteps {
  padding: 50px 0 100px;
}

.sponsors {
  width: 100%;
  padding: 55px 0;
  background-color: #6C5AF4;
  position: relative;
}

.innerContainer {
  max-width: 1400px;
  margin: 0 auto;
}

.sponsorsGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
  padding: 30px 0;
}

.sponsorItem {
  width: 179px;
  height: 76px;
  border-radius: 18px;
  background: #7463F8;
  border: 2px solid #8676FF;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.sponsorItem img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.sponsors .bigTitle, .sponsors .subTitle {
  color: #FFFFFF; 
}

.subTitle {
  max-width: 870px;
}

.sponsors .greenBt {
  background: #A6D17C;
  margin: 20px auto;
  padding: 11px;
}

.sponsors .greenBt.thickBtn {
  width: 361px;
}

.sponsors .greenBt:hover {
  background: #8FB769;
}

.sponsorsWrap, .partnersWrap  {
  margin-bottom: 50px;
}

.sponsorItem:hover {
  background: #6958E4;
  border: 2px solid #FFFFFF;
}

.partnersMarquee {
    width: 100%;
    height: 100px;
    background-color: #7463F8;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.marqueeWrapper {
    width: 100%;
    overflow: hidden;
}

.marqueeContent {
    display: flex;
    align-items: center;
    gap: 25px;
    white-space: nowrap;
}

.marqueeContent img {
    max-width: 149px;
    max-height: 55px;
    height: auto;
    display: inline-block;
}

.eventSection {
    background: #6C5AF4;
    padding: 50px 0 80px;
    position: relative;
    margin: 50px 0 70px;
}

.eventSection::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url('../img/wave.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  height: 79px;
  z-index: 1;
}

.eventSection::after {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url('../img/wave1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: block;
  height: 79px;
  z-index: 1;
}

.eventSection .container {
  position: relative;
  z-index: 2;
}

.eventWrap {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.eventRight {
  position: relative;
}

.gallery {
    width: 560px;
    height: 381px;
    border: 3px solid #FFFFFF;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.eventSwiper {
    width: 100%;
    height: 100%;
}

.eventSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventPagination {
    position: absolute;
    bottom: -35px !important;
    z-index: 10;
    text-align: center;
}

.eventPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 0.4;
}

.eventPagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.eventLeft p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 150%;
}

.eventTitle {
  color: #FFFFFF;
  padding-bottom: 25px;
}

.gallerySection {
  margin: 20px 0 6px;
}

.images {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}

.images img {
  /*max-width: 355px; 
  max-height: 189px;*/
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.images .img-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.contactSection {
  padding: 100px 0 140px;
   position: relative;
}

.contactUs {
  max-width: 716px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contactUs .bigTitle {
  text-align: center;
  padding-bottom: 0;
}

.contactUs .subTitle {
  text-align: center;
}

.contBt {
  width: 240px;
  min-height: 52px;
}

.contBottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contBottom a { 
  text-decoration: none;
  color: #383838;
   display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  }

  .contBottom img {
    width: 25px;
    height: 25px;
  }

.contactSection::before, .contactForm:before {
    content: "";
    position: absolute;
    top: -16%;
    left: -8.5%;
    width: 450px;
    height: 450px;
    background: url(../img/back3.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.contactSection::after, .contactForm:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
  height: 450px;
  background: url('../img/back4.svg') no-repeat center/contain;
  pointer-events: none;
   z-index: 0;
}

.locWrap {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}

.locImage {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.locImage div {
  border-radius: 30px;
    overflow: hidden;
    max-width: 523px;
    height: 326px;
}

.locImage iframe {
  width: 100%;
}

.locText {
  width: 100%;
  flex: 1.4;
}

.locText p {
 font-size: 18px;
 line-height: 1.5;
}

.locText h3 {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}

.locText .purpleText {
  color: #6C5AF4;
  text-decoration: none;
  font-weight: 500;
}

.locImage img { 
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 523px;
  max-height: 356px;
  }

  .signMap {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 15px;
    font-size: 18px;
  }
  .signMap img {
    max-width: 13px;
    height: auto;
  }

  .thick {
    font-weight: 600;
  }

  .locText .bigTitle {
    padding: 20px 0;
  }
.locText h3 {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .locText img {
    max-width: 50px;
    height: auto;
  }

  .locText > :first-child {
  padding-top: 0;
}
 
 .timeline {
  padding: 40px 0;
  position: relative;
}

.timelineWrap {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.timelineLeft {
  flex: 1;
  display: flex;
    flex-direction: column;
    gap: 5px;
}

.dayBig {
  font-size: 34px;
  font-weight: 700;
  color: #383838;
}

.daySmall {
  font-size: 16px;
  color: #383838;
  opacity: 50%;
}

.timelineRight {
  flex: 3;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
}

.timeBlock {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeBlock.purple {
  background-color: #6C5AF4;
  height: 38px;
  width: 172px;
  padding: 3px 5px;
  border-radius: 20px;
  font-size: 19px;
}

.timeBlock.green {
  background-color: #A6D17C;
}

.timelineTitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
}

.timelineText {
  font-size: 18px;
  color: #383838;
  font-weight: 500;
}

.timeWrapInside {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 5px 0;
}

.timeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.speechTime {
  padding: 5px;
  width: 106px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.speechTime.green {
  background-color: #A6D17C;
  flex-shrink: 0;
}

.speechItem {
    display: flex;
    gap: 10px;
}

.speechName {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #383838;
}

.speechDesc {
  font-size: 18px;
  color: #383838;
  font-weight: 300;
}

.timeline::before {
    content: "";
    position: absolute;
    left: -17.5%;
    width: 660px;
    height: 600px;
    background: url(../img/back6.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
    bottom: -20%;
}

.timeline::after {
    content: "";
    position: absolute;
    top: -11%;
    right: -17%;
    width: 744px;
    height: 645px;
    background: url(../img/back5.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.ticketSection {
  padding: 40px 0 100px;
}

.tickets {
  padding: 80px 0;
}

.ticketSection .subTitle {
  text-align: left;
  font-weight: 500;
  max-width: 100%;
}

.ticketsWrap {
  display: flex;
  gap: 50px;
  margin: 40px auto 0;
  max-width: 1148px;
  align-items: flex-start;
}

.ticketItem {
  flex: 1;
  border-radius: 30px;
  padding: 40px 52px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 380px auto;
  box-shadow:
    0 0 13.6px rgba(56, 56, 56, 0.25),
    0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ticketLeft {
  background-color: #FFFFFF;
  color: #383838;
  background-image: url('../img/back7.svg');
  background-position-y: 80px;
    background-position-x: 170px;
    background-size: 520px 520px;
}

.ticketRight {
  background-color: #6C5AF4;
  color: #FFFFFF;
  position: relative;
}

.ticketHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticketHeader h3 {
  font-size: 25px;
  color: inherit;
  font-weight: 700;
  padding-bottom: 0;
}

.ticketRight .ticketHeader h3 {
  font-size: 50px;
  font-weight: 700;
}

.ticketIcon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.vipText {
  position: absolute;
  bottom: 42px;
  right: 0;
  font-size: 147px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  opacity: 10%;
}

ul.ticketList {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

ul.ticketList li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  font-size: 22px;
  color: inherit;
}

.ticketList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url('../img/arrow1.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.ticketRight .ticketList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url('../img/arrow.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.ticketBtnLeft,
.ticketBtnRight {
  border-radius: 8px;
  padding: 11px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, font-size 0.3s ease;
  text-decoration: none;
}

.ticketBtnLeft {
  background: #6C5AF4;
  color: #FFFFFF;
}

.ticketBtnLeft:hover {
  background: #4738B7;
  color: #FFFFFF;
  font-size: 18px;
}

.ticketBtnRight {
  background: #FFFFFF;
  color: #4333BC;
}

.ticketBtnRight:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #4333BC;
  font-size: 18px;
}

.fullWidth {
  max-width: 100%;
}

.mediaWrap {
  margin: 50px 0;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.mediaLeft p {
  font-size: 18px;
  line-height: 154%;
  margin-bottom: 25px;
}

.mediaRight img {
  border-radius: 32px;
}

.mediaLeft {
    width: 100%;
    flex: 1.2;
}

.mediaRight {
    width: 100%;
    flex: 1;
}




.booths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}

.booth {
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 13.6px rgba(56, 56, 56, 0.25);
  display: flex;
  flex-direction: column;
}

.top-bar {
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 25px;
  gap: 10px;
}

.light .top-bar { background: #A6D17C; }
.regular .top-bar { background: #D163E6; }
.advanced .top-bar { background: #F5D86C; }
.exclusive .top-bar { background: #6C5AF4; }

.content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.content h3 {
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  padding-bottom: 0;
}

.content p {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 600px;
  font-size: 22px;
  font-weight: 400;
}

.content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content ul li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  color: #383838;
}

.content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.light li::before {
  background-image: url(../img/arrow3.svg);
}

.regular li::before {
  background-image: url(../img/arrow4.svg);
}

.advanced li::before {
  background-image: url(../img/arrow5.svg);
}

.boothBtn {
  width: 100%;
  height: 52px;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease,  font-size 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-small {
  width: 336px;
  margin: 0 auto;
}

.light .boothBtn {
  background: #A6D17C;
}

.regular .boothBtn {
  background: #D163E6;
}

.advanced .boothBtn {
  background: #F5D86C;
}

.exclusive .boothBtn {
  background: #6C5AF4;
}

.light .boothBtn:hover {
  background: #8FB769;
  font-size: 18px;
  color: #FFFFFF;
}

.regular .boothBtn:hover {
  background: #8FB769;
   font-size: 18px;
   color: #FFFFFF;
}

.advanced .boothBtn:hover {
  background: #8FB769;
   font-size: 18px;
   color: #FFFFFF;
}

.exclusive .boothBtn:hover {
  background: #4738B7;
   font-size: 18px;
   color: #FFFFFF;
}

.booth.exclusive {
  width: 938px;
  margin: 0 auto; 
  grid-column: 1 / -1; 
}

.top-bar img {
  max-width: 25px;
  height: auto;
}

.exclusive .content {
  padding: 45px 20px 30px;
  align-items: center;
}

.heroSection::before {
    content: "";
    position: absolute;
    bottom: 100px;
    left: -14.5%;
    width: 600px;
    height: 600px;
    background: url(../img/back.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.heroSection::after {
    content: "";
    position: absolute;
    top: -124px;
    right: -267px;
    width: 600px;
    height: 600px;
    background: url(../img/back1.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.eventWrap::before {
    content: "";
    position: absolute;
    bottom: -420px;
    left: -14.5%;
    width: 650px;
    height: 600px;
    background: url(../img/back9.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.eventWrap::after {
    content: "";
    position: absolute;
    top: -188px;
    right: -144px;
    width: 600px;
    height: 600px;
    background: url(../img/back10.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.eventLeft, .eventRight {
  z-index: 2;
}

.sponsors::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: auto;
    background-image: url(../img/wave5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: block;
    height: 79px;
    z-index: 1;
}



.popupOverlay {
    display: none;
}

.popupOverlay.active {
    display: flex;
}

.popupWrap {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
}

.popupCard {
    background: #fff;
    border-radius: 20px;
    max-width: 1012px;
    width: 100%;
    display: flex;
    gap: 30px;
    position: relative;
    box-shadow: 0 0 13.6px rgba(56, 56, 56, 0.25);
    padding: 2px;
}

.popupClose {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 17px;
    height: auto;
    cursor: pointer;
    background: transparent;
}

.popupImg {
    width: 380px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    flex: 1.1;
}

.popupContent {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    padding: 30px 40px 30px 0;
    gap: 15px;
}

.popupName {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
    color: #383838;
    text-transform: uppercase;
}

.popupTimeBox {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 20px 14px;
    width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.popupTime {
    display: inline-block;
    padding: 4px 16px;
    background: #A6D883;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.popupTimeBox::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 18px;
    width: 23px;
    height: 23px;
    background-image: url("../img/quotes.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.popupTitle {
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    margin-bottom: 0;
}

.popupAboutTitle {
    font-size: 22px;
    font-weight: 600;
    color: #383838;
}

.popupAboutText {
    font-size: 16px;
    line-height: 1.3;
    color: #383838;
    margin-bottom: 0;
}

.popupIcons {
    display: flex;
    gap: 15px;
}

.popupIcons a {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #A6D17C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.popupIcons a:hover {
  background: #8FB769;
}

.popupIcons img {
    width: 20px;
    height: 20px; 
}

.popupOverlay.active .popupWrap {
    display: flex;
}

.popupForm {
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 741px;
    width: 100%;
    display: flex;
    gap: 30px;
    position: relative;
    box-shadow: 0 0 13.6px rgba(56, 56, 56, 0.25);
    padding: 30px;
    justify-content: center;
}

.popupFormWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    max-width: 581px;
}

.popupForm .formField label {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400;
}

.popupForm .formField {
    width: 100%;
    max-width: 343px;
    margin-bottom: 20px;
}

.popupForm .formField input[type="text"], .popupForm .formField input[type="email"] {
  background: #F9F9F9;
  font-size: 14px;
  color: #383838;
  border: 1px solid #ECECEC;
  padding: 10px 16px;
  transition: border 0.4s ease;
}

.popupForm .formField input::placeholder {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.25);
}

.popupForm .actions .button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 11px;
  height: 52px;
}

.popupForm .actions .button:hover {
  font-size: 18px;
}

.popupForm .formField input[type="text"]:hover,
.popupForm .formField input[type="email"]:hover {
  border: 1px solid #FF5A51;
}

.popupForm .formField input[type="text"]:focus,
.popupForm .formField input[type="email"]:focus,
.popupForm .formField input[type="text"]:focus-visible,
.popupForm .formField input[type="email"]:focus-visible
 {
  border: 1px solid #D7D7D7;
  outline: none;
}

.popupForm .consent {
  margin: 0 0 20px;
  max-width: 459px;
  color: #383838;
}

.consent p {
  color: #383838;
}

.popupForm .consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: border-color .18s ease, background-color .18s ease;
  flex-shrink: 0;
}

.popupForm .consent input[type="checkbox"]:hover {
  border: 1px solid #FF5A51;
}

.popupForm .consent input[type="checkbox"]:focus,
.popupForm .consent input[type="checkbox"]:focus-visible {
  outline: none;
  border: 1px solid #D7D7D7;
}

.popupForm .consent input[type="checkbox"]:checked {
  background-color: #A3D28F;
  border-color: #A3D28F;
}

.popupForm .consent input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background-image: url('../img/check.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .18s ease;
}

.popupForm .consent input[type="checkbox"]:checked::after {
  opacity: 1;
}

.expoSection::before {
    content: "";
    position: absolute;
    bottom: 34px;
    left: -7.5%;
    width: 600px;
    height: 600px;
    background: url(../img/back12.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

.expoSection {
  position: relative;
}

.mapWrap {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}





/* 1) s6-s9, s15-s20 на 85B357 */
#s6, #s7, #s8, #s9,
#s15, #s16, #s17, #s18, #s19, #s20 {
  transition: fill 0.3s ease; /* плавная смена цвета */
}

#s6:hover, #s7:hover, #s8:hover, #s9:hover,
#s15:hover, #s16:hover, #s17:hover, #s18:hover, #s19:hover, #s20:hover {
  fill: #85B357;
}

/* 2) s1-s5, s10-s14 на C25FC4 */
#s1, #s2, #s3, #s4, #s5,
#s10, #s11, #s12, #s13, #s14 {
  transition: fill 0.3s ease;
}

#s1:hover, #s2:hover, #s3:hover, #s4:hover, #s5:hover,
#s10:hover, #s11:hover, #s12:hover, #s13:hover, #s14:hover {
  fill: #C25FC4;
}

/* 3) s21-s31 на CCB048 */
#s21, #s22, #s23, #s24, #s25, #s26, #s27, #s28, #s29, #s30, #s31 {
  transition: fill 0.3s ease;
}

#s21:hover, #s22:hover, #s23:hover, #s24:hover, #s25:hover,
#s26:hover, #s27:hover, #s28:hover, #s29:hover, #s30:hover, #s31:hover, #s32:hover {
  fill: #CCB048;
}

/* 4) e1-e8 на 4636BE */
#e1, #e2, #e3, #e4, #e5, #e6, #e7, #e8 {
  transition: fill 0.3s ease;
}

#e1:hover, #e2:hover, #e3:hover, #e4:hover, #e5:hover, #e6:hover, #e7:hover, #e8:hover {
  fill: #4636BE;
}

#refreshment-zone, #media-zone, #utility, #navigation {
  transition: fill 0.3s ease;
}

#refreshment-zone:hover, #media-zone:hover, #utility:hover, #navigation:hover {
  fill: #A9A9A9;
}

svg [id^="s"], svg [id^="e"] {
  transition: fill 0.3s ease;
}






.tooltip{
  position:absolute;
  display:none;
  pointer-events:auto;
  z-index:1200;
  background: #FFFFFF;
  border-radius:14px;
  padding:18px 22px;
  box-shadow:0 8px 20px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.5);
  border:1px solid var(--tooltip-border);
  font-size:15px;
  line-height:1.2;
  min-width:160px;
  transform-origin: top left;
}
.tooltip .title{
  display:block;
  font-size:20px;
  font-weight:700;
  text-align:center;
  margin-bottom:10px;
}
.tooltip .status{
  display:block;
  text-align:center;
  font-weight:600;
  color:var(--dark);
  letter-spacing:0.02em;
}
.tooltip .btn-more{
  display:inline-block;
  margin-top:12px;
  background: #A6D17C;
  color:white;
  padding:10px 18px;
  border-radius:28px;
  text-align:center;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  user-select:none;
  box-shadow:none;
  border:none;
  font-size:14px;
}
.tooltip.tooltip-reserved .status{
  color:#777;
  font-weight:700;
}
.tooltip.tooltip-paid .status{
  color:#777;
  font-weight:700;
}
.popupOverlay2{
  display:none;
  position:fixed;
  inset:0;
  z-index:1500;
  background:rgba(0,0,0,0.4);
  align-items:center;
  justify-content:center;
  padding:28px;
}
.popupWrapp{
  width:519px;
  max-width:95%;
  background:#fff;
  border-radius:20px;
  box-shadow: 0 0 13.6px rgba(56, 56, 56, 0.25);
  padding:36px 48px;
  position:relative;
  flex-direction: column;
  gap: 20px;
}
.popupCloses{
  position:absolute;
  right:18px;
  top:18px;
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:22px;
  color:#333;
}
.popup-title{
  text-align:center;
  font-size:35px;
  font-weight:700;
}
.popup-area{
  text-align:center;
  font-size: 25px;
  color:#555;
}
.popup-actions{
  display:flex;
  justify-content:center;
}
.popup-actions .btn-quick{
  background:var(--accent);
  color:#fff;
  padding:14px 28px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  border:none;
  cursor:pointer;
  font-size:18px;
}

@media(max-width:700px){
  .popupWrapp{ padding:20px; }
  .popup-title{ font-size:28px; }
  .tooltip{ padding:14px; min-width:140px; border-radius:12px; }
  .tooltip .title{ font-size:18px; }
}

.popupWrapp .actions .button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 11px;
    height: 52px;
}

.popupWrapp .actions .button:hover {
   font-size: 18px;
   color: #FFFFFF;
}

.speachTolltip {
  background: #A6D17C;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 139px;
    height: 32px;
    border-radius: 18px;
    text-transform: capitalize;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s 
ease;
margin: 10px auto 0;
}


#hoverPlus {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}


@media screen and (max-width: 1023px) {
#mapSVG * {
  pointer-events: all !important;
}
#tooltip {
  display: none;
  pointer-events: none; 
}
}


@media screen and (min-width: 600px) {
    .gallery {
        width: 560px;
    }
}

@media screen and (max-width: 1220px) {
  .innerContainer {
  margin: 0 24px;
}
   .register.deskBtn {
        display: none;
  }
  .mobileBtn {
    display: flex;
    margin-left: auto;
        margin-right: 10px;
        width: 139px;
    min-height: 41px;
}
  .ml-auto {
    order: 3;
    margin-left: 0;
  }
  
  #menu-toggle .trait {
    display: block;
    background: #383838;
    border-radius: 5px;
    transition: .25s ease-in-out;
  }

  #menu-toggle #hamburger {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  #menu-toggle #hamburger .trait {
    width: 24px;
    height: 3px;
    position: relative;
    border-radius: 2px;
    top: 0;
    right: 0;
    margin: 2px 0;
  }

  #menu-toggle #hamburger .trait:nth-child(2) {
    width: 18px;
}

  #menu-toggle #hamburger.open .trait:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    margin: 0;
  }

  #menu-toggle #hamburger.open .trait:nth-child(3) {
    opacity: 0;
  }

  #menu-toggle #hamburger.open .trait:nth-child(2) {
    margin: 0;
    transform: rotate(45deg) translate(3px, 2px);
    width: 24px;
  }

  .overlap {
    position: fixed;
    background: #FFFFFF;
    top: 75px;
    right: 0;
    width: 100%;
    height: auto;
    transform: translateX(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: block;
    padding: 30px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

  }
  .menu {
    display: flex;
    flex-direction: column;
    order: 1;
    gap: 8px;
  }

  .scroll-is {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    overflow-y: scroll;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    order: 0;
  }

  .overlap.open {
    z-index: 15;
    transform: translateX(0);
    width: 100%;
    height: auto;
    display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
  }

  #menu-toggle {
    display: flex;
    margin-left: auto;
    z-index: 15;
    position: relative;
  }

  .register {
    font-size: 18px;
    line-height: 120%;
  }

  .top-line .languages > ul {
    position: relative;
    display: block;
    background: transparent;
    top: 0;
    z-index: 1;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    box-shadow: none;
  }

  .top-line .locale-but {
    padding: 0;
    background: transparent;
    height: auto;
  }

  .languages {
    gap: 20px;
    align-items: baseline;
  }

  .scroll-is p {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 11px 0;
  }

  .top-line .languages > ul li a {
    height: auto;
    padding: 0;
    display: flex;
        align-items: center;
  }

  .only-mob {
    display: block!important;
  }
  .menu div {
padding: 0;
 }
 .menu {
  align-items: flex-end;
  margin-right: 0;
  margin-top: 15px;
 }
 .menu a {
  font-size: 21px;
 }
 .heroSubtitle {
  font-size: 50px;
 }
 .heroTitle {
    font-size: 80px;
}
.formatsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bannerWrapper::before {
    display: none;
  }
}


@media screen and (max-width: 1100px) {
    .eventWrap {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .gallery {
        width: 100%;
        max-width: 560px;
    }
    .eventWrap::before {
      display: none;
    }
    .eventWrap::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: url(../img/back11.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

}


@media screen and (max-width: 1023px) {
  .privacy .subTitle {
    text-align: left;
    padding-bottom: 20px;
  }

  .heroSection::before {
    display: none;
  }

   .booths {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .booth.exclusive {
    width: 100%;
  }

  .locWrap {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }

  h1 {
    font-size: 60px;
  }

  .advantages {
  margin-top: 50px;
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}
.expoContainer {
    flex-direction: column;
    align-items: center;
  }
  .formatsSection {
    padding: 40px 0;
  }
  .expoLeft {
    align-items: center;
    gap: 20px;
  }
  .subTitle {
    text-align: center;
  }
  .dateItem {
    width: 70px;
    height: 95px;
    min-width: auto;
    min-height: auto;
    border-radius: 10px;
    padding: 5px;
    gap: 7px;
  }
  .number {
    font-size: 39px;
  }
  .dateSign {
    font-size: 12px;
  }
  .promDate {
    gap: 18px;
    margin: 5px 0;
  }

  .dateItem:nth-child(-n+3)::after {
    right: -16px;
    width: 7px;
    height: 23px;
  }

  .contactSection::before,
  .contactSection::after, .contactForm:before, .contactForm:after {
    width: 300px;
    height: 300px;
  }
  .fullWidth.subTitle {
        text-align: left;
    }
    .mediaWrap {
      flex-direction: column;
      gap: 10px;
      margin: 20px 0;
    }
    .mediaLeft p {
      margin-bottom: 20px;
    }
    .btn-small {
    width: 100%;
  }
  .heroSection::after {
    content: "";
    position: absolute;
    top: -124px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: url(../img/back8.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}

}

@media screen and (max-width: 767px) {  
    h2 {
      font-size: 25px;
    }

  h3 {
        font-size: 21px;
  }

  h4 {
        font-size: 21px;
  }

  h5 {
        font-size: 21px;
  }

  h6 {
        font-size: 20px;
  }

  p, ul, ol, .text ul li, .text ol li { 
    font-size: 15px;
  }

  th, td {
        padding: 10px;
        font-size: 15px;
  }

  .base-bottom {
    padding: 30px 0;
  }

  .page-content {
    padding-top: 59px;
  }

  .top-line {
    height: 59px;
  }
  .top-line.active {
    min-height: 75px;
  }
  .brand, .brand img  {
    max-height: 34px;
  }
  .symbol img {
    width: 130px;
  }
  .end-navigation {
    justify-content: center;
  }
 .overlay {
    opacity: 1;
  }

.error-page img {
  width: 100%;
}
.topText404 {
    font-size: 35px;
}
.error-page p {
    font-size: 22px;
}
.error-page {
  gap: 20px;
}

.heroItem img {
    width: 22px;
    height: auto;
}

.heroItemText {
    font-size: 22px;
    }

 .heroSubtitle {
    font-size: 31px;
}
.heroTitle {
    font-size: 49px;
    margin-bottom: 20px;
}
.heroText {
    font-size: 20px;
    margin-bottom: 20px;
}
.heroTop {
    margin-bottom: 20px;
}
.heroSection {
    padding: 100px 0;
}
.heroBtn {
  padding: 11px;
  width: 240px;
  min-height: 52px;
}

.advantTop {
    font-size: 31px;
}
.advantBottom {
  font-size: 15px;
}
.advantTop img {
    max-width: 51px;
    }
    .formatsGrid {
    grid-template-columns: 1fr;
    margin: 10px 0;
  }

  .formatCard {
    padding: 15px 30px;
    gap: 10px;
  }

  .formatName {
    font-size: 25px;
  }

  .formatText {
    font-size: 16px;
  }
  .expoRight {
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}

.expoRight img {
  width: 490px;
  height: auto;
  min-width: 490px;
}

/* Chrome, Safari, Edge */
.expoRight::-webkit-scrollbar {
  height: 12px;
}

.expoRight::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 6px;
}

.expoRight::-webkit-scrollbar-thumb {
  background: #EDEDED;
  border-radius: 6px;
  transition: background 0.3s;
}

.expoRight::-webkit-scrollbar-thumb:hover {
  background: #D0D0D0;
}

.expoRight {
  scrollbar-width: thin;
  scrollbar-color: #EDEDED #F9F9F9;
}

.buttons {
  flex-direction: column;
  gap: 15px;
}
.bigTitle {
  font-size: 30px;
}
.subTitle {
  font-size: 22px;
}
    .formatsSection {
        padding: 20px 0;
    }
    .expoSection {
    padding: 20px 0;
}
.expoImageWrap {
  height: 187px;
  border-radius: 26px;
}
.expoContainer {
  gap: 20px;
}
.formatWrap img {
    max-height: 86px;
    max-width: auto;
}
.formatWrap {
    height: 86px;
}
.speakerCards {
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
        gap: 10px;
    }

     .price p {
      font-size: 22px;
    }

    .price  {
      flex-direction: column;
      gap: 10px;
      align-items: center;
    }
    .promWrap {
      gap: 15px;

    }
    .speakerPreview .bigTitle, .speakerPreview .subTitle, .nextSteps .bigTitle, .nextSteps .subTitle, .sponsors .bigTitle, .sponsors .subTitle {
      padding-bottom: 10px;
    }
    .speakerPreview {
    padding: 30px 0 15px;
}
.nextSteps {
    padding: 15px 0 90px;
}
 .stepsCards {
        flex-direction: column;
        gap: 30px;
        margin: 10px 0;
    }

    .stepsCard {
        width: 100%;
        max-width: 330px;
        min-height: 262px;
        margin: 0 auto;
        gap: 16px;
        background-size: 50px 100%;
        padding: 20px 70px 20px 20px
    }
    .nextStepsNumber {
      width: 32px;
      height: 32px;
      font-size: 20px;
    }
    .nextStepsTitle {
      font-size: 20px;
    }
    .nextStepsText {
      font-size: 14px;
    }

    .nextStepsBtn {
    width: 149px;
    min-height: 41px;
    padding: 5px;
    font-size: 13px;
    border-radius: 6px;
    }
    .sponsors {
    padding: 0 0 30px;
}
    .sponsorsGrid {
    padding: 5px 0;
    }
    .sponsorsWrap, .partnersWrap {
      margin-bottom: 30px;
    }

    .images {
      gap: 3px;
    }

    .gallerySection {
    margin: 10px 0 3px;
}

.images .img-box {
  aspect-ratio: 1 / 1;
}

    h1 {
        font-size: 35px;
    }

    .privacy h1 {
  font-size: 35px;
}

     .signMap {
      font-size: 16px;
     }

     .locText .bigTitle {
        font-size: 25px;
    }

    .locText img {
      max-height: 25px;
    }

      .locText h3 {
    padding: 5px 0;
    font-size: 22px;
  }

  .primary-area .locText ul, .primary-area .locText ol {
    margin-bottom: 5px;
  }

  .contactUs {
    gap: 20px;
  }
  .contactSection {
    padding: 50px 0 120px;
}

.contactSection::before, .contactForm::before {
   top: 38%;
   left: -33.5%;
   transform: rotate(49deg);
}
.contactSection::after, .contactForm::before {
   bottom: -19%;
   right: -30%;
   transform: rotate(-56deg);
      }

.base-bottom {
  position: relative;
  z-index: 2;
}

.contactSection::before,
  .contactSection::after, .contactForm:before, .contactForm:after {
    width: 200px;
    height: 200px;
  }

  .timeline {
    padding: 10px 0;
}

  .dayBig {
    font-size: 25px;
}

.timeBlock.purple {
  font-size: 18px;
    height: 38px;
    width: 152px;
}

.timeWrapInside {
    padding-left: 10px;
}

.speechTime.green {
  width: 99px;
  height: 29px;
  padding: 3px;
}

.speechItem {
  flex-direction: column;
}

.timeline::before, .timeline::after {
  display: none;
}

.timelineWrap {
    flex-direction: column;
    gap: 30px;
  }
  .ticketsWrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .ticketItem {
    width: 100%;
  }
  .ticketsWrap {
    margin: 20px auto 0;
    gap: 20px;
  }
  .ticketSection {
    padding: 30px 0 50px;
}

.ticketSection .subTitle {
  text-align: left;
  font-weight: 500;
  max-width: 100%;
}

.ticketItem {
  padding: 23px 30px
}
ul.ticketList li {
  font-size: 18px;
  padding-left: 31px;
  margin-bottom: 20px;
  line-height: 110%;
}
.ticketList li::before, .ticketRight .ticketList li::before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  top: 5px;
}
.ticketIcon {
  width: 33px;
  height: 33px;
}
.mediaRight img {
    border-radius: 18px;
}
.mediaLeft p {
    line-height: 143%;
}

.top-bar {
  font-size: 22px;
}

.boothBtn {
  font-size: 18px;
}
.content {
  padding: 15px;
}
.exclusive .content {
  padding: 15px;
}
.content h3 {
  font-size: 22px;
}
.content p {
  font-size: 18px;
}
.eventSection::before {
  background-image: url(../img/wave3.svg);
}

.eventSection::after {
  background-image: url(../img/wave4.svg);
}
.eventLeft {
    text-align: left;
}
 .heroSection::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: url(../img/back8.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
}
    .eventWrap::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -154px;
        right: -255px;
        width: 500px;
        height: 500px;
        background: url(../img/back11.svg) no-repeat center / contain;
        pointer-events: none;
        z-index: 0;
    }

    .privacy {
    padding-bottom: 30px;
}

    .popupCard {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    }

    .popupContent {
      padding: 0 15px 15px;
      gap: 10px;
    }
    .popupName {
      font-size: 20px;
    }
    .popupTimeBox {
      padding: 14px;
    }
    .popupTitle {
      font-size: 14px;
    }
    .popupAboutTitle {
    font-size: 17px;
  }
    #mapSVG {
     max-height: 500px;
    }
    .travel-guidelines {
      padding: 30px 0 0px;
    }
    .advantagesWrapper {
    padding: 20px 0 40px;
}
.contactForm {
  padding: 20px 0 40px;
}
ol.custom-counter > li::before {
 font-size: 25px;
    top: 0;
}
.primary-area ol.custom-counter > li {
  padding-left: 25px;
}
.primary-area ol.custom-counter li ol > li {
  padding-left: 34px;
}
ol.custom-counter li ol > li::before {
  left: -5px;
}
.expoSection::before {
    display: none;
}
}


@media screen and (max-width: 600px) {
    .gallery {
        height: 260px;
        width: 450px;
    }
      #mapSVG {
     max-height: 400px;
    }
}

@media screen and (max-width: 500px) {
  .end-navigation {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .end-navigation li {
    text-align: center;
  }

  .base-bottom p {
    font-size: 16px;
  }
  .mobileBtn {
    width: 111px;
    min-height: 33px;
    font-size: 13px;
}
.expoBtn {
  width: 100%;
}
.expoContainer {
  display: block;
} 
.expoRight {
  margin-top: 20px;
}

.sponsorItem {
  width: 151px;
  height: 64px;
  border-radius: 15px;
}
.sponsorsGrid {
  gap: 10px;
}
.contBt {
    width: 240px;
    min-height: 52px;
}
.gallery {
    height: 218px;
    width: 400px;
    border-radius: 18px;
    }
.eventSection {
      padding: 15px 0 30px;
    }
    .eventWrap {
      gap: 10px;
    }
    .heroSection::after {
      top: -70px;
      right: -106px;
      width: 250px;
      height: 250px;
    }
        #mapSVG {
        max-height: 300px;
    }
    .locImage div {
  height: 250px;
}
}

@media screen and (max-width: 445px) {
  .gallery {
     height: 218px;
     width: 350px;
    }
}

@media screen and (max-width: 390px) {
  .gallery {
     height: 218px;
     width: 315px;
    }
    #mapSVG {
     max-height: 245px;
    }
}



