.btn--large.btn.btn--accent.move-on-scroll,
.btn.btn--accent, .btn.fixed-height.show-on-scroll, .mobile-subheader {

	display: none;
}
#speakers .btn.btn--accent {
	display: block !important;
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
       url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
       url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/Gilroy/Gilroy-Extrabold.woff2') format('woff2'),
       url('../fonts/Gilroy/Gilroy-Extrabold.woff') format('woff');
}

@font-face {
  font-family: 'e-Ukraine';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/e-Ukraine/e-Ukraine-Light.otf') format('opentype');
}

@font-face {
  font-family: 'e-Ukraine';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/e-Ukraine/e-Ukraine-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'e-Ukraine';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/e-Ukraine/e-Ukraine-Bold.otf') format('opentype');
}

:root {
  --clr-text: #000000;
  --clr-primary: #0023A2;
  --clr-accent: #E74D00;
}

html {
  font-family: 'e-Ukraine', sans-serif;
  font-weight: 400;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background-color: #DDDDDD;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.drop-shadow-image {
  box-shadow: 46px 60px 70px 0px #23232366;
}

.container {
  max-width: 138rem;
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}

.row {
  display: flex;
}

/* Default columns (Mobile-first) */
[class^="col-"] {
  flex: 0 0 100%; /* Full width by default */
  max-width: 100%;
}

.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Medium (md: 768px+) */
@media (min-width: 768px) {
  .col-md-1 { flex: 0 0 8.33%; max-width: 8.33%; }
  .col-md-2 { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-md-5 { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-md-8 { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-md-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Large (lg: 992px+) */
@media (min-width: 992px) {
  .col-lg-1 { flex: 0 0 8.33%; max-width: 8.33%; }
  .col-lg-2 { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-lg-5 { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-lg-8 { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-lg-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Extra Large (xl: 1200px+) */
@media (min-width: 1200px) {
  .col-xl-1 { flex: 0 0 8.33%; max-width: 8.33%; }
  .col-xl-2 { flex: 0 0 16.66%; max-width: 16.66%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.33%; max-width: 33.33%; }
  .col-xl-5 { flex: 0 0 41.66%; max-width: 41.66%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.33%; max-width: 58.33%; }
  .col-xl-8 { flex: 0 0 66.66%; max-width: 66.66%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.33%; max-width: 83.33%; }
  .col-xl-11 { flex: 0 0 91.66%; max-width: 91.66%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

.line {
  display: inline-block;
  background: var(--clr-primary);
  width: 100%;
  height: 3rem;
}

.line--xs {
  height: .2rem;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  background: #e4e4e4;
  color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  padding: 1.9rem 2.5rem;
  padding-left: 6.5rem;
  border-radius: 4.5rem;
  text-decoration: none;
  gap: 1.5rem;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

.btn--large {
  font-size: 1.8rem;
  padding: 2.5rem 3.5rem 2.5rem 6.5rem;
}

.btn.fixed-height {
  height: 5.6rem;
}

/* @media (hover: hover) {
  .btn:hover {
    padding-left: 2.5rem;
    padding-right: 6.5rem;
  }

  .btn--large:hover {
    padding-left: 3.5rem;
    padding-right: 6.5rem;
  }
  
  .btn:hover .btn-icon {
    right: calc(0% - 1rem);
    transform: translate(-50%, -50%) scale(1);
    animation: scaleEffect 0.3s ease-in-out;
  }
} */



@keyframes scaleEffect {
  0% {
    transform: translate(100%, -50%) scale(1);
  }
  50% {
    transform: translate(100%, -50%) scale(0.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.btn--accent {
  background: var(--clr-accent);
  color: #fff;
  border: 1px solid var(--clr-accent);
}

.btn-icon {
  position: absolute;
  display: flex;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--clr-primary);
  padding: 1.2rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: calc(100% - 1rem);
  transform: translate(100%, -50%) scale(1);
  transition: right 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btn--accent .btn-icon {
  background: #fff;
  color: var(--clr-accent);
}

.clr-primary {
  color: var(--clr-primary);
}

.text-thin {
  font-weight: 300;
}

.text-bold {
  font-weight: 700;
}

.align-right {
  text-align: right;
}

.justify-center {
  justify-content: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.pos-r {
  position: relative;
}

.line-top {
  border-top: 1.4rem solid var(--clr-primary);
}

.line-bottom {
  border-bottom: 1.4rem solid var(--clr-primary);
}

.line-right {
  border-right: 1.4rem solid var(--clr-primary);
}

.line-left {
  border-left: 1.4rem solid var(--clr-primary);
}

.text-large {
  font-size: 2.4rem;
}

.section-head-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* EO ATOMIC */

.in-link {
  color: var(--clr-accent)
}

.in-h1 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0;
}

.burger {
  display: none;
}

.in-h2 {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 3.4rem;
  line-height: 1.35;
  color: var(--clr-primary);
  margin: 0;
}

.in-h3 {
  font-family: 'e-Ukraine';
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.35;
  margin: 0;
}

.about__content {
  border-top: 1.4rem solid var(--clr-primary);
  border-bottom: 1.4rem solid var(--clr-primary);
}

.about__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 4rem 2.5rem 0;
  border-bottom: 1.4rem solid var(--clr-primary);
}

.about__text {
  padding: 4rem 0;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.4;
}

.about__bottom {
  padding-right: 4rem;
  padding-bottom: 5rem;
}

.about__list {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 4rem;
}

.about__list li {
  border-top: 2px solid var(--clr-primary);
  padding-top: 2rem;
}

.about__image {
  width: 100%;
  height: 100%;
  border-left: 1.4rem solid var(--clr-primary);
  object-fit: cover;
}

.about__content--reverse {
  border-top: 0;
}

.in-header {
  position: relative;
}

.about__content--reverse .about__image {
  border-left: 0;
  border-right: 1.4rem solid var(--clr-primary);
}

.about__content--reverse .about__header {
  padding: 2.5rem 0 2.5rem 4rem;
}

.about__content--reverse .about__bottom {
  padding-right: 0;
  padding-left: 4rem;
}

.pre-title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 3.2rem;
  color: var(--clr-primary);
  margin: 0;
}

.sub-header__content, 
.sub-header__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--clr-primary);
}

.img-logo,
.word-image {
  max-width: 57rem;
}

.sub-header__middle {
  align-items: center;
  border-bottom: none;
}

.sub-header__middle .right {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.sub-header__bottom {
  position: relative;
  padding: .5rem 1rem;
  z-index: 2;
  overflow: hidden;
}

.sub-header__bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-primary);
  z-index: 1;
  transition: all .8s;
  transform: translateX(-100%);
}

.is-active.sub-header__bottom:before {
  transform: translateX(0);
}

/* .is-active.sub-header__bottom:before {
  animation: slideInOut 1.2s ease-in-out forwards;
}

@keyframes slideInOut {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
} */

.sub-header__bottom img {
  position: relative;
  z-index: 2;
  /* opacity: 0;
  transition: opacity .3s; */
}

.overflow-hidden {
  overflow: hidden;
}

.show-on-scroll, .move-on-scroll {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.move-on-scroll {
  transform: translateY(10px);
}

.event-date,
.place__address {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  color: var(--clr-primary)
}

.welcome {
  position: relative;
  height: calc(100vh - 10rem)
}

.welcome__scene {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.welcome-image-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.expo-text {
  font-size: 3.4rem;
}

.expo-text .text-large {
  font-size: 5rem;
}

.welcome-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  background: url('https://industry.forumkyiv.org/wp-content/uploads/2025/03/bb5-min-scaled-min-1-scaled-min.jpg') no-repeat center center;
  background-size: cover;
  will-change: transform;
}

.welcome-image-top-css {
  width: 100%;
  height: 35rem;
  background: linear-gradient(to bottom, #DDDDDD 12.5%, rgba(221, 221, 221, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.welcome-image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.header__content {
  position: relative;
  background: var(--clr-primary);
  padding: 2rem 2rem;
  margin-top: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clr-primary);
  width: 100%;
  padding: 10rem 4rem 6rem;
  z-index: 3;
  display: none;
}

.burger-close {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  cursor: pointer;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mobile-menu ul a {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.header__nav ul {
  list-style: none;
  display: flex;
  gap: 6rem;
}

.header__lang {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
}

.header__lang a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.header__lang .is-current a {
  user-select: none;
  pointer-events: none;
  opacity: 0.6;
}

.header__lang .separator {
  position: relative;
}

.header__lang .separator:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;  
}

.mobile-menu .header__lang {
  flex-direction: row;
  padding-top: 2rem;
  justify-content: flex-end;
}

.header__nav ul {
  margin: 0;
}

.header__nav ul a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.welcome__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.speakers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin: 5rem 0 0;
}

.speakers__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speakers__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 5rem;
}

.speakers__item-data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speakers__role {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}

.cta__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 5rem;
  flex-direction: column;
  gap: 4rem;
}

.cta__block:before {
  background: var(--clr-primary);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.cta__block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.cta__block p {
  margin: 0;
  max-width: 70rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

.how-it-was__img {
  position: relative;
  margin: 5rem 0;
}

.how-it-was__img > img {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

.how-it-was__img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expozone .about__image {
  position: absolute;
  top: 0;
  left: 0;
}

.exponents__heading {
  margin-top: 5rem;
}

.exponents__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin: 3rem 0 5rem;
}

.cta {
  margin: 3rem 0;
}

.place__info {
  margin: 5rem 0;
  display: flex;
  align-items: center;
  gap: 5rem;
}

.place__content > img {
  width: 100%;
  max-height: 40rem;
  object-fit: cover;
}

.partners__blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.partners__block {
  background: #fff;
  padding: 4rem;
}

.partners__block .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.contacts__list {
  margin: 5rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 4rem;
}

.contact__title {
  border-bottom: 2px solid var(--clr-primary);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.contact__phone {
  margin: 0;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000000;
}

.footer-logo {
  width: 32rem;
}

.creators {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.design-creator {
  width: 10rem;
}

.copyright {padding-bottom: 2rem;}

.copyright__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.top-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.top-btn img {
  padding-bottom: .3rem;
}


.program__item {
  display: grid;
  grid-template-columns: 25% 75%;
  border-bottom: 2px solid var(--clr-primary);
  padding: 2rem 0;
  align-items: top;
}

.program__body {
  max-width: calc(100% - 10rem);
}

.program__member-item img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
}

.program__member-name {
  font-family: e-Ukraine;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.35;
  margin: 0;
}

.program__member-list {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.program__member-name > span {
  font-size: 18px;
  padding-bottom: .5rem;
  display: inline-block;
}

.program__member-name p {
  margin: 0;
}

.program__time {
  font-family: e-Ukraine;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.35;
  padding-top: 1.1rem;
}

.program__item--no-body .program__time {
  padding-top: 0;
}

.program__member-item {
  display: flex;
  gap: 2rem;
}

.active .program__time {
  color: var(--clr-primary)
}

.program__item:last-child {
  border-bottom: 0;
}

.active .program__header h3 {
  color: var(--clr-primary);
}

.switcher {
  position: relative;
  padding: 0.6rem 0.5rem;
  border-radius: 3.5rem;
  display: inline-block;
  width: 8rem;
  flex: 0 0 8rem;
  border: 1px solid var(--clr-primary);
  cursor: pointer;
}

.switcher__item {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: transition;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clr-primary);
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.switcher__item svg {
  stroke: var(--clr-primary);
  /* mirror */
  transform: scaleY(-1);
  /* padding-bottom: .2rem; */
}

.active .switcher__item {
  background: var(--clr-primary);
  transform: translateX(100%);
}

.active .switcher__item svg {
  stroke: #fff;
  transform: scaleY(1);
}

.program__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.program__item--no-body .program__header h3 {
  max-width: calc(100% - 8rem);
}

.program__desc {
  font-size: 1.4rem;
  font-weight: 400;
}

.pre-title__svg, 
.mobile-subheader {
  display: none;
}

.extra-button {
  display: none;
}

.mobile-subheader .actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hide-gt-md {
  display: none;
}

.fixed-button-mobile {
  position: fixed;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%);
  transition: all .3s;
}

.fixed-button-mobile.hide {
  transform: translate(-50%, 150%);
}

@media (min-width: 1200px) {
  .speakers__item:nth-child(n+9) {
    display: none;
  }
}

/* Show first 5 items on screens 992px+ */
@media (min-width: 992px) and (max-width: 1199px) {
  .speakers__item:nth-child(n+5) {
    display: none;
  }
}

/* Show first 5 items on screens below 992px */
@media (max-width: 991px) {
  .speakers__item:nth-child(n+5) {
    display: none;
  }
}

.show-all .speakers__item {
  display: flex;
}

@media (min-width: 1920px) {
  html {
    font-size: .625vw;
  }
}

@media (max-width: 1200px) {
  .pre-title {
    font-size: 2.4rem;
  }

  .img-logo {
    max-width: 43rem;
  }

  .word-image {
    max-width: 42rem;
  }

  .in-h1  {
    font-size: 4rem;
  }

  .in-h2 {
    font-size: 2.8rem;
  }

  .about__text {
    font-size: 1.6rem;
  }

  .expo-text {
    font-size: 2.8rem;
  }
  
  .expo-text .text-large {
    font-size: 4rem;
  }

  .speakers__grid {
    gap: 2.5rem;
  }

  .contact__title, .event-date, .place__address {
    font-size: 2.4rem;
  }
}

@media (max-width: 992px) {

  .header__nav {
    display: none;
  }

  .burger {
    display: flex;
    flex-direction: column;
    width: 4rem;
    cursor: pointer;
    gap: .5rem;
  }

  .burger > span {
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #fff;
  }
  .contacts__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-header__middle .right {
    display: none;
  }

  .img-logo, .sub-header__content, .word-image {
    width: 100%;
    max-width: 100%;
  }

  .pre-title {
    display: none;
  }

  .expo-text {
    font-size: 2.8rem;
  }
  
  .expo-text .text-large {
    font-size: 3.8rem;
  }

  .pre-title__svg,
  .pre-title__svg svg {
    display: block;
    width: 100%;
  }

  .pre-title__svg svg {
    height: auto;
  }

  .welcome {
    height: 60rem;
  }

  .mobile-subheader {
    display: block;
  }

  .mobile-subheader .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
  }

  .about__list {
    grid-template-columns: 1fr;
  }

  .place__info {
    flex-wrap: wrap;
  }

  .speakers__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-it-was__img > img {
    max-width: 100%;
  }

  .exponents__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .partners__block .lists {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}

@media (max-width: 768px) {
  .header__content {
    background: none;
    margin-top: 1.5rem;
    padding: 0;
  }

  .hide-lt-md {
    display: none;
  }
  .hide-gt-md {
    display: block;
  }
  .mobile-subheader .wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .container {
    padding: 0 1rem;
  }

  .welcome-image-top, 
  .welcome-image,
  .welcome-image-bottom {
    display: none;
  }

  .welcome__content a {
    display: none;
  }

  .welcome {
    height: 40rem;
    padding: 0 1rem;
  }

  .welcome__content {
    background: url('../images/welcome_mobile.jpeg') no-repeat center center;
    background-size: cover;
  }

  .event-date {
    font-size: 3.4rem;
  }

  .extra-button {
    display: inline-flex;
  }

  .about__image {
    border-left: 0!important;
    border-right: 0!important;
    height: 25rem;
    border-bottom: 1.4rem solid var(--clr-primary);
  }

  .about__bottom {
    padding: 0 0 3rem!important;
  }

  .about__header > img {
    max-height: 6.9rem;
  }

  .about__list {
    gap: 2.5rem;
  }

  .about__header {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .in-h1 {
    font-size: 3.2rem;
  }

  .sc-header img {
    max-height: 7rem;
    margin: 2.5rem 0;
  }

  .sc-header {
    border-right: 0!important;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .program__item {
    gap: 1rem;
  }

  .program__body {
    font-size: 1.4rem;
    max-width: none;
    line-height: 1.2;
    margin-left: -11rem;
    width: calc(100% + 11rem);
  }

  .program__member-name > span {
    font-size: 1.6rem;
  }

  .program__time, .in-h3 {
    font-size: 1.4rem;
  }

  .place__info {
    gap: 2rem;
  }

  .place__info > * {
    font-size: 2.2rem!important;
  }

  .place__content > img {
    height: 40rem;
    object-fit: cover;
  }

  .switcher {
    flex: none;
    width: auto;
    border: none;
  }

  .active .switcher__item {
    background: var(--clr-primary);
    transform: none;
  }

  .program__item {
    grid-template-columns: 10rem 1fr;
  }

  .cta__block p {
    font-size: 1.5rem;
  }

  .how-it-was__img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .expozone .about__image {
    position: relative;
    height: 40rem;
  }

  .expozone .about__image img {
    object-fit: cover;
  }

  .contacts__list {
    grid-template-columns: 1fr;
  }

  .copyright__wrapper  {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
  }

  .footer-logo {
    width: 100%;
  }

  .top-btn {
    justify-self: center;
  }

  .burger {
    background: var(--clr-primary);
    padding: 1rem;
    width: 6rem;
    gap: 0.8rem;
  }


  .fixed-button-mobile {
    bottom: max(10px, env(safe-area-inset-bottom, 0)); /* Ensures visibility above the navigation bar */
  }
}

/* new code */
@media screen and (min-width: 968px) {
.partners__block.x5 .lists {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
}