* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html, body {
  overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
  background: rgba(0, 21, 52, 1);
  color: #fff;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1 {
    font-size: 75px;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    font-weight: bold;
}

h3 {
    font-size: 47.8px;
    font-weight: 700;
    color: #E19B4B;
}

h4 {
    font-size: 61px;
    color: #E19B4B;
    font-weight: bold;
}

/* 🧭 NAVBAR */
.navbar {
  position: fixed;         /* закріплення */
  top: 14.08px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background: rgba(0, 21, 52, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 140.8px;             /* овальна форма */
  border: 1px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

/* 📌 Контейнер навігації */
nav {
  display: flex;
  flex: 1;                          /* займає весь простір між лого і мовою */
  justify-content: space-between;   /* розтягує рівномірно */
  align-items: center;
  gap: 0;                            /* прибираємо прогалини */
  margin: 0 20px;
}

nav a {
      font-family: Montserrat Alternates;
        font-weight: 500;
}

.dropdown-btn {
      font-weight: bold;
}


nav a,
.dropdown-btn {
  font-size: 14.1px;
  flex: 1;                           /* Кожна кнопка — однакова ширина */
  text-align: center;
  padding: px 0;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

nav a:hover,
.dropdown-btn:hover {
  color: #fff;
}

/* 🟡 Лого */

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  height: 69px;
  width: 70px;
  border-radius: 50%;              /* кругле лого */
  object-fit: cover;
}

.logo span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
}

nav a:hover {
  color: #E19B4B;
}

/* 🌟 Dropdown */
.dropdown {
  position: relative;

}

.dropdown-btn {
  background: #E19B4B;
  color: rgba(0, 21, 52, 1);
  padding: 8px 15px;
  border: 1px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 26px;
  flex-direction: column;
  gap: 8px;
  max-height: 500px;                /* можна зробити скрол */
  overflow-y: auto;
  padding: 10px;
  width: 235px;
}


/* Стиль кожного пункту меню */
.dropdown-content a {
  background: rgba(0, 21, 52, 1);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  font-family: Montserrat;
  transition: background 0.2s;
  width: 209px;
}

.dropdown-content a:hover {
  background: #E19B4B;
  color: #000;
}

/* Активне меню */
.dropdown.active .dropdown-content {
  display: flex;
}


/* 🌍 Language switch */
.lang-switch a {
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
}

/* 🟦 Hero section */
.hero {
  
  height: auto;
  background-image: url('/img/bg1.png');
  background-size: cover;       /* 🟡 заповнює весь блок */
  background-position: center;  /* 🟡 вирівнює по центру */
  background-repeat: no-repeat; /* 🟡 не повторюється */
  color: #fff;                  /* текст на темному фоні */

 
}

.wrap {
  padding-top: 175px;
  padding-left: 69px;
}
/* 📜 Content */
.content {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  gap: 20px;
  padding-left: 35.77px;
  padding-right: 57.5px;
  margin-top: 57.68px;

}

.content h1 {
    margin-left: 69px;
}

.content h3 {
    padding-bottom: 25px;

}

.content p {
    font-weight: 500;
    font-size: 29.6px;
    line-height: 33.1px;
    width: 593px;
    height: 298px;

}

.text-block {
    flex: 1;
    width: 593px;
}

.img_block img {
    max-width: 662px;
    height: 366px;
    display: block; 

}

.img-block {
      padding-bottom: 95px;
}

.logo_ebrd {
  position: absolute;   /* 🟡 позиціонування поверх картинки */
  bottom: -50px;         /* відступ віднизу */
  right: -30px;          /* відступ справа */
    position: fixed;
    z-index: 1;
}

.numbers {
    padding: 40px 208.86px ;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    height: 382px;

}

#line {
    width: 100%;
}

.line1 {
        margin-bottom: 100px;
}

.line2 {
    margin-bottom: -5px;
}

.numbers p {
    width: 302.72;
    font-size: 25.1px;
    line-height: 26.9px;
    margin-top: 16.3px;
}

.numbers img {
    margin-left: 9.68px;
}

.map {

  background-image: url('/img/bg2.png');
  background-size: cover;       /* 🟡 заповнює весь блок */
  background-position: center;  /* 🟡 вирівнює по центру */
  background-repeat: no-repeat; /* 🟡 не повторюється */
  color: #fff;   
  height: 900px;    
}

.map-block img {
    height: 833px;
    margin-left: 50px;
    
}

.wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    height: 382px;
    padding-top: 50px;
}

.wrapper h2 {
    text-align: right;
    width: 600px;
    margin-right: 67px;
    margin-top: 42px;
} 

.block img {
    margin-left: 125px;
    margin-top: 57px;
}

/* SLIDER */

.flex-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-wrapper {
    max-width: 600px;
    width: 600px;
    height: 321.21px;
    position: relative;
}

.btn-prev, .btn-next {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 50px;
    background-color: gray;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.btn-prev:hover, .btn-next:hover {
    opacity: 0.6;
}


.btn-next {
    left: auto;
    right: 0;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
}

.slide.active {
    display: block;
}

.slider-wrapper img {
    width: 600px;
    height: 350px;
}

.wrp {

    display: flex;
    justify-content: space-between; 
    align-items: flex-start;

}


.Sonyachna ul {
  list-style-type: disc; /* тип маркерів: disc, circle, square, none */
  padding-left: 20px;    /* відступ зліва */
  font-size: 19px;
  margin-top: -450px;
}

.khmelnytskyi ul, .boiler ul {
  list-style-type: disc; /* тип маркерів: disc, circle, square, none */
  padding-left: 20px;    /* відступ зліва */
  font-size: 19px;
  margin-top: -450px;

}

li {
  margin-bottom: 8px;    /* відстань між пунктами */

}

.slider-block p {
    text-align: right;
    font-size: 21px;
    margin-top: 30px;
}

.wrp h4 {
    padding-left: 64px;
    
}

.more {
    margin-left: 100px;
    margin-right: 20.62px;
}

.slider-block {
    padding-right: 62.7px;
}

.line3 {
    margin-bottom: 100px;
}

.list {
    padding-left: 64px;
    margin-top: 280px;    
}

.image-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 64px;

}

.finger-icon {
  position: absolute;
  top: 40px;
  right: 180px;
  width: 100.03;
  pointer-events: none;
}

/* Попап — фон напівпрозорий */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Контент всередині попапа */
.popup-content {
  position: relative;
  max-width: 80%;  /* 🟢 обмежує ширину попапа */
  max-height: 80%; /* 🟢 обмежує висоту попапа */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Кнопка закриття */
.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
}

.zoom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#zm {
  width: 700px;
  height: 326.5px;
}

#zoom2 {
    padding-right: 62.7px;
}

#zoom2 .zoomable, #zoom-khmel-2 .zoomable {
  width: 650px;
  height: 330px;
}

#zoom2 .finger-icon {
      top: 50px;
    right: 250px;
}

.zoom p {
    text-align: right;
    font-size: 21px;
    margin-bottom: 30px;
}

#zoom-khmel-2 .zoomable {
  margin-right: 62.7px;
}  

#zoom-khmel-2 p {
  margin-right: 62.7px;  
}

.photoSonyachna {
  margin-right: 62.7px;
  margin-bottom: 42px;
}

.photoThree {
  margin-right: 62.7px;
  margin-left: 64.5px;
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.war {
  display: flex;
  justify-content: space-between;
}

.ph img {
  width: 587.5px;
  margin-right: 63px;
}

.photoThree img {
  width: 314px;
  height: 342.82px;
}

.photoThree #w4 {
  width: 588px;
  height: 343px;
}

.Sonyachna .list {
  width: 717px;
}

.Sonyachna p {
  text-align: right;
  font-size: 21px;
  margin-right: 62.7px;
  margin-top: 1px;
  margin-bottom: 63.5px;
}

.logo-slider {
  width: 80%;                /* ширина видимої області */
  overflow: hidden;          /* щоб зображення не виходили за межі */
  margin: 50px auto;
}

.logo-track {
  display: flex;
  transition: transform 0.5s ease;
}

.logo-track img {
  width: calc(100% / 4);     /* 4 логотипи одночасно */
  flex-shrink: 0;
  object-fit: contain;
  padding: 10px 0;
  transition: filter 0.3s;
}

.international h4 {
  color: #fff;
  text-align: center;
  padding-top: 63px;
}

#orange {
  color: #E19B4B;
}

.text {
  font-size: 33px;
  font-weight: bold;
  line-height: 53.9px;
  width: 786px;
}

.seven {
  margin-right: 102px;
}

.wrapp {
    padding-left: 72px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    height: 382px;
}

.inter {
  background-image: url('/img/bg3.png');
  background-size: cover;       /* 🟡 заповнює весь блок */
  background-position: center;  /* 🟡 вирівнює по центру */
  background-repeat: no-repeat; /* 🟡 не повторюється */
  height: 900px; 
}

.colage {
  background-image: url('/img/colage.png');
  width: 100%;
  height: 100vh; /* або інша висота */
  background-size: cover;       /* обрізає фото пропорційно */
  background-position: center;  /* центр зображення */
  background-repeat: no-repeat;
}

.line4 {
  padding-bottom: 10px;
}

#wrp {
  text-align: center;
  margin-right: 191px;
  margin-left: 191px;
}

.house {
  background-image: url('/img/bg4.png');
  background-size: cover;       /* 🟡 заповнює весь блок */
  background-position: center;  /* 🟡 вирівнює по центру */
  background-repeat: no-repeat; /* 🟡 не повторюється */
  height: 900px; 
}

#wrp h2 {
  margin-bottom: 46.5px;
  padding-top: 58.5px;
}

#wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-right: 54.5px;
}

.logoWrapp {
  display: flex;
  justify-content: space-between;
    margin-right: 54.5px;
}

.logoMillion h2 {
  color: #E19B4B;
}

#drive {
  width: 29px;
}

.textWrapp {
    text-align: right;
    width: 714px;
    height: 500px;
    margin-right: 57px;
    margin-top: 70px;
    font-size: 32px;
    font-weight: bold;
}

.logoMillion h2 {
  text-align: center;
}

#photoBlock {
  margin: 0px 53px 67.5px 58px;
}

.thirteen {
  margin: 30px 38px 60px 0;
}

.column {
  display: flex;
  justify-content: space-between;
  margin: 71px 64px;
    height: 775px;
}

.column p {
  font-size: 23px;
  font-weight: bold;
  line-height: 36.9px;
}

.txt {
  width: 597px;

}

.txt p {
  margin-bottom: 40px;
}

#trio_photo, #trio_name, #trio_stage {
  display: flex;
  justify-content: space-between;

}


#trio_photo {
    margin: 69px 73px 14px 98px;
}

#trio_name {
    margin: 14px 0px 0px 36px;
}

#trio_stage {
    margin: 0px 0px 57px 96px;
}

#right {
  margin-right: 78px;
}

#trio_name .kovalov h5 {
  margin-right: 15px;
  margin-left: 26px;
}

#trio_stage .kovalov p {
  margin-left: -20px;
}



#trio_name .oleh h5 {
  margin-right: 51px;
}

#trio_photo .podzharenko, .kovalov {
  margin-left: 10px;
}

#trio_name .podzharenko, .kovalov {
  margin-left: 10px;
}

#trio_stage .podzharenko, .kovalov {
  margin-left: 10px;
}

.trio {
  background-image: url('/img/bg5.png');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat;
  height: 705px; 
}

#trio_name h5 {
  font-size: 34px;
  font-weight: bold;
}



#trio_stage p {
  font-size: 31px;
  font-weight: 600;
}

#Contacts {
  height: 468px;
}

#wrap_four {
  margin: 118.69px  89px 157.86px 63px;
  display: flex;
  justify-content: space-between;
}

.about a, .contacts span {
  display: block;
  color: #fff;
    margin-bottom: 26.39px;
}

#Contacts .logo {
  margin-bottom: 24.31px;
}

#Contacts .number {
  font-size: 14.1px;
  line-height: 20.9px;
}

.social p, .contacts p {
  margin-bottom: 14.98px;
}

.media {
  display: flex;
  justify-content: space-between;
}

.contacts span {
  margin-bottom: 6px;
  font-size: 14.1px;
}


/* 🍔 БУРГЕР-МЕНЮ */
@media (max-width: 1100px) {
  nav {
    display: none;
    flex-direction: column;
    background: rgba(0, 21, 52, 0.95);
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }

  nav.active {
    display: flex;
  }

  .burger {
    display: block;
    cursor: pointer;
    z-index: 1100;
  }

  .burger div {
    width: 30px;
    height: 3px;
    background: white;
    margin: 6px 0;
    transition: 0.4s;
  }

  .navbar {
    justify-content: space-between;
  }
}

@media (min-width: 1101px) {
  .burger {
    display: none;
  }


}

/* ---------------------------------------------------- */
/* 💻 Laptop/Desktop (max-width: 1500px) */
/* ---------------------------------------------------- */
@media (max-width: 1500px) {
  .map-block img {
    width: 783px;
  }

  .wrp h4 {
    font-size: 58px;
  }

  .image-wrapper #f {
    margin-right: 50px;
  }

  #zoom-khmel-2 .zoomable {
    width: 610px;
  }

  #zoom2 .zoomable {
    width: 608px;
  }

  .khmelnytskyi .list ul {
    font-size: 18px;
    margin-top: -465px;
  }

  .Sonyachna .list ul {
    margin-top: -489px;
  }

  .khmelnytskyi .more, #Amosova .more {
    margin-left: -3px;
  }

  .seven img {
    width: 300px;
    margin-top: 70px;
  }
}

@media (max-width: 1440px) {
  .map-block img {
    width: 730px;
height: 792px;
margin-top: 30px;
}

#zm {
  width: 646px;
}
}


/* ---------------------------------------------------- */
/* 💻 Laptop/Desktop (max-width: 1400px) */
/* ---------------------------------------------------- */
@media (max-width: 1400px) {
  
  .content {
    padding-left: 3.77px;
  }
  
  .wrap {
    padding-left: 40px;
  }

.numbers {
  padding: 34px 137.86px;
}

.numbers img {
  margin-right: 65px;
}

.map-block img {
  width: 726px;
  height: 754px;
}

.block {
  margin-left: -80px;
}
.block img {
  margin-left: 193px;
  width: 400px;
}

.slider-block {
  padding-right: 26.7px;
}

#zm {
  width: 603px;
}

.zoom {
  margin-top: 75px;
}

.khmelnytskyi .list ul {
  font-size: 16px;
}

.wrp h4 {
  font-size: 47px;
}

.Sonyachna .list ul {
  margin-top: -472px;
}

.Sonyachna .list {
  margin-top: 295px;
}

.Sonyachna .more {
  width: 158px;
}

#photoBlock {
  margin-left: 45px;
}

.textBlock {
  width: 718px;
}

.textWrapp {
  width: 675px;
}

.img img {
  width: 620px;
}


#Amosova .list {
  width: 717px;
  margin-top: 216px;
}
}

/* ---------------------------------------------------- */
/* 💻 Laptop/Desktop (max-width: 1390px) */
/* ---------------------------------------------------- */
@media (max-width: 1390px) {
  #zm {
    width: 621px;
}

.textWrapp p {
    margin-right: 55px;
}
}

/* ---------------------------------------------------- */
/* 💻 Laptop/Desktop (max-width: 1360px) */
/* ---------------------------------------------------- */
@media (max-width: 1360px) {
  h1 {
      font-size: 60px;
  }

  h2 {
      font-size: 40px;
  }

  h4 {
      font-size: 45px;
  }

  .navbar {
    width: 95%;
    max-width: 1150px;
  }

  .logo span {
    font-size: 13px;
  }

  nav a,
  .dropdown-btn {
    font-size: 13px;
  }

  .wrap {
    padding-top: 150px;
    padding-left: 50px;
  }

  .content {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content h1 {
      margin-left: 50px;
  }

  .content p {
      font-size: 24px;
      line-height: 30px;
      width: 90%;
      height: auto;
  }

  .text-block {
      width: 90%;
      margin-bottom: 91px;
  }

  .img-block img {
      max-width: 88%;
      height: auto;
  }

  .img-block {
      padding-bottom: 50px;
      width: 55%;
      position: relative;
  }

  .logo_ebrd {
      position: fixed;
      bottom: 30px;
      right: 0;
      width: 200px;
      height: auto;
      z-index: 1000;

  }

  .line1 {
    margin-bottom: 10px;
  }

  .numbers {
      padding: 40px 50px;
      height: auto;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .numbers > div {
      margin: 20px 0;
      text-align: center;
  }

  .map {
    background-image: url('/img/bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
    height: 488px;
  }
  
  .map-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 63px;
    width: 858px;

  }
  
  .wrapper {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
  }

  .block {
    margin-left: -150px;
  }
  

  .wrapper h2 {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .block img {
    display: block;
    margin-left: 433px;
    width: 298px;
  }

  .block h2 {
    font-size: 32px;
    text-align:  right;
      padding-left: 97px;
  
  }

  .wrp h4 {
    font-size: 46px;
}

#Amosova .more {
    width: 127px;
}

#Amosova .list {
  width: 627px;
}

#Amosova ul {
  font-size: 17px;
}

.image-wrapper #zm {
  width: 545px;
}

#zoom2 .zoomable {
  width: 562px;
  margin-left: 3px;
}

  .slider-block p {
    margin-top: 33px;
  }

   .list {
    width: 655px;
      margin-top: 222px;
  }

  
  .zoom {
    margin-top: 26px;
}

.khmelnytskyi .zoom {
  margin-top: 70px;
}
  .image-wrapper #f {
    margin-right: -10px;
}

  .image-wrapper img.zoomable {
    width: 100%;
    height: auto;
  }

  #zoom2 .finger-icon {
    margin-right: -20px;
    margin-top: -8px;
  }


  #zoom-khmel-2 .zoomable {
    margin-right: 24px;
  }

  #zoom-khmel-2 p {
    margin-right: 24.7px;
  }

  .Sonyachna .list {
    margin-top: 281px;
  }

  .photoThree img {
    width: 300px;
}

  .international h4 {
    padding-top: 30px;
  }

  .wrapp {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-top: 30px;
    height: auto;
  }

  .text {
    font-size: 24px;
    line-height: 40px;
    width: 90%;
    text-align: center;
    margin-bottom: 30px;
  }

  .seven {
    margin-right: 0;
  }

  .inter {
    height: auto;
    padding-bottom: 50px;
  }

  .house {
    height: auto;
    padding-bottom: 50px;
  }

  .wrp h4 {
    font-size: 43px;
}

  .wrp .more {
      width: 159px;
  }

  #zoom-khmel-2 .zoomable {
    width: 567px;
}

  #wrp {
    margin: 0 50px;
  }

  #wrp h2 {
    font-size: 32px;
    padding-top: 30px;
  }

  #wrp img {
    width: 100%;
    height: auto;
    max-width: 700px;
  }

  .ph img {
    width: 565.5px;
}

.wrp .more {
    width: 120px;
}

.wrp h4 {
  font-size: 41px;
}

.Sonyachna .list {
  width: 629px;
}

.Sonyachna ul {
  font-size: 18px;
}

.photoThree img {
  width: 283px;
}

.photoThree #w4 {
  width: 508px;
}

.seven img {
  width: 215px;
  margin-top: 16px;
}

.line4 {
  padding-bottom: 13px;
}

  #wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-right: 0;
  }

  #photoBlock {
    margin: 0 0 30px;
    width: 90%;
    max-width: 500px;
  }

  #photoBlock img {
    width: 100%;
    height: auto;
  }

  .textBlock {
    width: 90%;
    max-width: 700px;
  }

  .logoWrapp {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .thirteen img {
    margin: 0 20px 0 0;
  }

  .logoMillion h2 {
    font-size: 30px;
  }

  .textWrapp {
    text-align: center;
    margin-top: 0;
  }

  .column {
    align-items: center;
    height: auto;
  }

  .txt {
    width: 90%;
    margin-bottom: 30px;
  }

  .txt p {
    font-size: 20px;
    line-height: 32px;
  }

  .column .img img {
    width: 90%;
    height: auto;
    max-width: 500px;
    margin-bottom: 80px;
  }

  /* ВИПРАВЛЕННЯ БЛОКУ "TRIO" */
  .trio {
    height: auto;
    padding-bottom: 50px;
  }

  #trio_photo {
    align-items: center;
    margin: 30px 0 10px 0;
  }

  /* Приховуємо окремі блоки імен та посад */
  #trio_name, #trio_stage {
    display: none;
  }
  
  /* Стилізуємо кожен блок людини як стовпчик */
  .podzharenko, .kovalov, .oleh {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px; 
      width: 100%;
      text-align: center;
  }

  /* Додаємо ім'я та посаду через псевдоелемент */
  .podzharenko::after {
      content: "ANDRIY PODZHARENKO \A Financial Manager";
      white-space: pre;
      font-size: 26px; 
      font-weight: bold;
      margin-top: 15px;
      margin-bottom: 50px;
      line-height: 1.4;
  }

  .kovalov::after {
      content: "ANDRIY KOVALOV \A General Manager";
      white-space: pre;
      font-size: 26px;
      font-weight: bold;
      margin-top: 15px;
      margin-bottom: 50px;
      line-height: 1.4;
  }

  .oleh::after {
      content: "OLEH ROZBORSKYY \A Technical Manager";
      white-space: pre;
      font-size: 26px;
      font-weight: bold;
      margin-top: 15px;
      line-height: 1.4;
  }
  
  #trio_photo > div {
    margin-bottom: 0;
  }

  #trio_photo img {
    width: 220px;
  }

  .oleh img {
    width: 220px;
    margin-top: -50px;
  }
  /* КІНЕЦЬ ВИПРАВЛЕННЯ БЛОКУ "TRIO" */

  #Contacts {
    height: auto;
    padding-bottom: 50px;
  }

  #wrap_four {

    margin: 50px 50px 0;
    gap: 30px;
  }

  .logotype, .about, .social, .contacts {
    width: 100%;
  }

  .media {
    justify-content: flex-start;
    gap: 20px;
  }
  
}

/* ---------------------------------------------------- */
/* 📱 Tablet (max-width: 1200px) */
/* ---------------------------------------------------- */
@media (max-width: 1200px) {
  
  .content h3 {
    font-size: 45px;
  }

  .img-block img {
    max-width: 95%;
}
.wrp h4 {
  font-size: 38px;
}

.wrp .more {
  width: 141px;
}

.boiler .list {
  width: 548px;
    margin-top: 180px;
}

.zoom {
  margin-top: 22px;
}

.image-wrapper #zm {
  width: 508px;
}

#zoom2 .zoomable {
  width: 534px;
}

.image-wrapper #f {
  margin-right: -46px;
}

#zoom2 .finger-icon {
  margin-right: -55px;
}

.khmelnytskyi .list {
  margin-top: 199px;
}

#zoom-khmel-2 .zoomable {
  width: 540px;
}

.ph img {
  margin-right: 28px;
}

.more {
  margin-left: 57px;
}

.Sonyachna .list {
  width: 590px;
}

.Sonyachna p {
  margin-right: 31.7px;
}

.photoThree #w4 {
  width: 478px;
}

.photoThree {
  margin-right: 30.7px;
}

.photoThree img {
  width: 279px;
}

.line4 {
  padding-bottom: 14px;
}

#Amosova .list {
  width: 567px;
}

#Amosova ul {
  font-size: 16px;
}

.line3 {
  margin-bottom: 53px;
}



}

/* ---------------------------------------------------- */
/* 📱 Tablet (max-width: 991px) */
/* ---------------------------------------------------- */
@media (max-width: 1000px) {
  .content h3 {
    font-size: 37px;
}

h1 {
  font-size: 50px;
}

.block h2 {
  font-size: 30px;
}

.slider-wrapper img {
  width: 465px;
  height: 298px;
}

.btn-prev, .btn-next {
  height: 298px;
  width: 42px;
}

.slider-block p {
  margin-right: 27px;
}

.slider-block {
  padding-right: 0;
}

.slider-wrapper {
  width: 514px;
}

.line3 {
  margin-bottom: 60px;
}

.flex-wrapper {
  margin-left: 50px;
  margin-right: 5px;
}

.map-block img {
  margin-left: 27px;
}

.btn-next {
  right: 49px;
}

#Amosova .more {
  margin-right: -78px;
}

.wrp h4 {
  font-size: 32px;
}

#Amosova .list {
  width: 488px;
  margin-top: 204px;
}

.khmelnytskyi .flex-wrapper{
  margin-right: 5px;
}

.more {
  margin-left: 27px;
  margin-right: -39.38px;
}

.wrp .more {
  width: 128px;
  margin-right: -82.38px;
}

.wrp h4 {
  font-size: 30px;
}


#Amosova ul {
  font-size: 16px;
}

.image-wrapper #zm {
  width: 434px;
}

#zoom2 .zoomable {
  width: 405px;
}


.image-wrapper #f {
  margin-right: -83px;
}

#zoom2 .finger-icon {
  margin-right: -125px;
}

.slider-block p {
  margin-top: -13px;
}

.boiler .list {
  width: 494px;
}

.khmelnytskyi .list ul{
        margin-top: -440px;
    }


    #zoom-khmel-2 .zoomable {
      width: 405px;
  }

  .image-wrapper #zm {
        width: 426px;
    }

    .ph img {
      width: 492.5px;
      margin-right: 27px;
  }

  .khmelnytskyi .zoom {
    margin-top: 29px;
}

  .Sonyachna .more {
    margin-left: 23px;
}

.Sonyachna .list {
  width: 466px;
  margin-top: 301px;
}

.photoThree #w4 {
  width: 365px;
}

.photoThree img {
  width: 231px;
}

.photoThree {
  margin-right: 27.7px;
}

.Sonyachna p {
  margin-right: 28.7px;
}

.column {
  margin: 30px 36px;
}

.txt p {
  font-size: 13px;
}
.column .img img {
  width: 461px;
  margin-left: 40px;
}



}
   



/* ---------------------------------------------------- */
/* 📱 Tablet (max-width: 900px) */
/* ---------------------------------------------------- */
@media (max-width: 900px) {
   


}

/* ---------------------------------------------------- */
/* 📱 Mobile (max-width: 600px) */
/* ---------------------------------------------------- */
@media (max-width: 600px) {
  h1 {
      font-size: 40px;
  }

  h2 {
      font-size: 30px;
  }

  h3 {
      font-size: 30px;
  }

  h4 {
      font-size: 35px;
  }

  /* Виправлення Хедера */
  .navbar {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    padding: 8px 10px;
    border-radius: 50px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .logo img {
    height: 50px;
    width: 50px;
  }

  .logo span {
    font-size: 10px;
  }
  
  nav {
    width: 100%;
    left: 0;
  }

  .hero h1 {
    font-size: 30px;
  }

  .wrap {
    padding-top: 100px;
    padding-left: 20px;
  }

  .content h1 {
    margin-left: 0;
  }

  .content h3 {
    text-align: center;
  }

  .content p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }

  .text-block {
    width: 95%;
  }

  .img-block {
    width: 95%;
    padding-bottom: 40px;
  }

  .logo_ebrd {
    width: 80px;
    bottom: -20px;
    position: absolute;   /* 🟡 позиціонування поверх картинки */
    position: fixed;
    z-index: 1;
  }

  .numbers {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }

  .numbers > div {
    margin: 15px 0;
  }

  .numbers p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .wrapper {
    padding: 20px;
  }

  .boiler {
    padding: 0 20px;
  }

  .list ul {
    padding-left: 15px;
  }

  .list li {
    font-size: 16px;
  }

  .slider-wrapper, .slider-wrapper img {
    max-width: 100%;
  }

  .btn-prev, .btn-next {
    width: 30px;
  }

  .photoThree {
    flex-direction: column;
    align-items: center;
  }

  .photoThree img {
    width: 90%;
    margin-bottom: 15px;
  }

  .text {
    font-size: 18px;
    line-height: 30px;
    width: 95%;
  }

  .seven {
    width: 90%;
    text-align: center;
  }

  .seven img {
    max-width: 100%;
    height: auto;
  }

  #wrp {
    margin: 0 20px;
  }

  #wrp h2 {
    font-size: 24px;
    padding-top: 20px;
  }

  .logoWrapp {
    flex-direction: column;
    align-items: center;
  }

  .thirteen {
    margin: 0 0 10px 0;
  }

  .logoMillion img {
    width: 80px;
  }

  .logoMillion h2 {
    font-size: 24px;
  }

  .textWrapp {
    font-size: 16px;
  }

  .txt {
    width: 95%;
  }

  .txt p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  /* Виправлення блоку "Trio" (Команда) */
  .trio {
    height: auto;
    padding-bottom: 50px;
  }

  #trio_photo, #trio_name, #trio_stage {
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
      width: 90%;
  }

  #trio_name, #trio_stage {
      display: none;
  }

  .podzharenko, .kovalov, .oleh {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
  }

  .podzharenko::after {
      content: "ANDRIY PODZHARENKO \A Financial Manager";
      white-space: pre;
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px;
  }

  .kovalov::after {
      content: "ANDRIY KOVALOV \A General Manager";
      white-space: pre;
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px;
  }

  .oleh::after {
      content: "OLEH ROZBORSKYY \A Technical Manager";
      white-space: pre;
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px;
  }

  #trio_photo img {
      width: 80%;
      height: auto;
      max-width: 250px;
  }


  #wrap_four {
    margin: 30px 20px 0;
  }

  .about a, .contacts span {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .media img {
    width: 30px;
    height: 30px;
  }
  
}


/* ---------------------------------------------------- */
/* 📱 Mobile (max-width: 500px) */
/* ---------------------------------------------------- */


@media (max-width: 500px) {

  nav {
    width: 91%;
  }

  nav.active {
      line-height: 25px;
  }

  .content {
  flex-direction: column;
}

.text-block {
  margin-right: 20px;
}

.img-block {
  margin-right: 0;
}

.hero h1 {
  font-size: 23px;
}

.content h3 {
  font-size: 35px;
}
.text-block {
  margin-bottom: 0;
}

.numbers img {
  margin-left: 41.68px;
  width: 260px;
}

.wrapper {
  flex-direction: column;
}

.map-block img {
  width: 200px;
}

.map {
  padding: 0;
  height: 514px;  
}

.block h2 {
  font-size: 15px;
  text-align: center;
  padding-left: 160px;
}

.block img {
  margin-top: 0;
  margin-left: 277px;
  width: 143px;
}

.wrp {
  flex-direction: column;

}

.wrp h4 {
  padding-left: 80px;
}

#Amosova .more {
  margin-left: 135px;
  margin-top: 30px;
}

.slider-wrapper img {
  width: 295px;
  height: 200px;
}

#Amosova .flex-wrapper {
  margin-left: 31px;
}

#Amosova .slider-wrapper {
  width: 344px;
  margin-top: 30px;
}

.btn-prev, .btn-next {
  height: 200px;
}

.slider-block p {
  margin-right: 38px;
  margin-top: -116px;
}

#Amosova .list {
  width: 460px;
  margin-top: 480px;
  margin-left: -34px;
}

.zoom {
  flex-direction: column;
  margin-left: -58px;
}

.image-wrapper #zm {
  width: 381px;
}

#zoom2 .zoomable {
  width: 381px;
  margin-left: 0;
  margin-top: 30px;
}

.image-wrapper #f {
  margin-right: -114px;
}

.zoom p {
    margin-right: -60px;
}

.wrp {
  flex-direction: column;
}

.khmelnytskyi .list {
  margin-top: 462px;
  padding-left: 0;
  width: 400px;
}

.wrp .more {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 130px;

}

.khmelnytskyi .flex-wrapper {
  margin-left: 30px;

}

.khmelnytskyi .btn-next {
  margin-right: 170px;
}

  .khmelnytskyi .zoom {
    margin-top: 30px;
    flex-direction: column;
    margin-left: -58px;
  }

  #zoom-khmel-2 .zoomable {
    width: 382px;
    margin-top: 20px;
}
#zoom-khmel-2 p {
  margin-right: 1.7px;
}

#zoom2 .finger-icon {
  margin-right: -188px;
}

#Amosova .list {
  margin-left: -9px;
  width: 407px;
}

#Sonyachna .wrp, .war {
  flex-direction: column;
}

.Sonyachna .list {
  width: 387px;
  margin-top: 505px;
  margin-left: -5px;
}

.ph img {
  width: 388.5px;
}

.Sonyachna .more {
  margin-left: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.photoThree img {
  height: 290px;
}

.photoThree {
  margin-left: 41.5px; 
  margin-right: 40.7px; 
}

.photoThree #w4 {
  width: 306px;
}

.Sonyachna p {
  margin-right: 60.7px;
}

.seven img {
  width: 160px;
}

.colage {
  height: 28vh;
}

#wrp h2 {
  font-size: 21px;
}

.logoMillion img {
  width: 200px;
}

.thirteen img {
  width: 145px;
}

.logoWrapp {
  flex-direction: row;
}

.textWrapp p {
  margin-right: 320px;
}
#pizdec {
  height: 1030px;
}

.column {
  flex-direction: column;
}

.column .img img {
  width: 360px;
  margin-left: 6px;
}

#trio_photo {
  margin-top: 50px;
}

#trio_photo .kovalov {
    margin-bottom: -20px;
}

#trio_photo .podzharenko {
  margin-bottom: 25px;
}

#wrap_four {
  flex-direction: column;
}

.logo_ebrd {
  width: 150px;
  bottom: 10px;
}

.line4 {
  padding-bottom: 15px;
}

.finger-icon {
  opacity: 45%;
}

.video-wrapper {
  width: 405px;
    margin-left: 12px;
}

}

/* ---------------------------------------------------- */
/* 📱 Iphone13 (max-width: 400px) */
/* ---------------------------------------------------- */

@media (max-width: 400px) {
  .hero h1 {
    font-size: 20px;
}

.content h3 {
  font-size: 30px;
}

#Amosova .list {
  margin-left: -58px;
  width: 385px;
}

#Amosova .wrp h4 {
  padding-left: 45px;
}

#Amosova .more {
  margin-left: 105px;
}

#Amosova .flex-wrapper {
  margin-left: 13px;
}

#Amosova .slider-block p {
  margin-right: 44px;
  font-size: 14px;
}

.image-wrapper #zm, #zoom2 .zoomable, #zoom-khmel-2 .zoomable {
  width: 329px;
  height: 222.5px;
}

.image-wrapper #f {
  margin-right: -136px;
  top: -26px;
}

#zoom2 .finger-icon {
  margin-top: -22px;
  right: 222px;
}

.zoom p {
  margin-right: -67px;
  font-size: 14px;
}

.khmelnytskyi .wrp h4 {
  padding-left: 48px;
  text-align: center;
}

.khmelnytskyi .wrp .more {
  margin-left: 105px;
}

#zoom-khmel-2 p {
  margin-right: 3.7px;
  font-size: 14px;
}

.khmelnytskyi .list {
  width: 350px;
  margin-top: 435px;
}

.khmelnytskyi .list ul {
  font-size: 14px;
}

.khmelnytskyi .flex-wrapper {
  margin-left: 12px;
}

.ph img {
  width: 340.5px;
}

.photoThree #w4 {
  width: 268.021px;
  height: 300px;
}

.Sonyachna p {
  margin-right: 58.7px;
}

.logoMillion h2 {
  font-size: 23px;
}

.textWrapp p {
  margin-right: 353px;
}

.map .block img {
  margin-left: 255px;
}

.Sonyachna .more {
  margin-left: 105px;
}

.Sonyachna .list {
  margin-left: -45px;
}

.Sonyachna p {
  font-size: 14px;
}

.seven img {
  width: 110px;
}

.thirteen img {
  width: 110px;
}

.textWrapp p {
  margin-right: 325px;
}
.column .img img {
  width: 340px;
}

.video-wrapper {
  width: 375px;
  }


}

.video-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 32px;
}