body {
  opacity: 0;
}

.page {
  margin-top: 30px;
}

.custom-list {
  margin: 0 auto;
  padding: 0 30px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.custom-list li {
  width: 35%;
}

.country-list {
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.country-list li {
  padding: 15px 0 0;
  width: 35% !important;
}

@media (max-width: 768px) {
  .custom-list li {
    width: 100%;
  }

  .country-list li {
    width: 100%;
  }
}

.page-footer__col-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.telegram-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 30px 15px 0px;
}

.telegram-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  background-color: #229ed9;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(34, 158, 217, 0.3);
}

.telegram-button:hover {
  background-color: #1c8cc5;
}

.telegram-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wrapper-custom-main {
  flex: 1; /* розтягує на всю доступну висоту */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.offer-text {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer-text h1 {
  margin-bottom: 20px;
  font-size: 24px;
}

.offer-text div {
  margin: 5px 0;
}

.telegram-button {
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  padding: 20px 24px;
  margin-top: 10px;
  font-size: 18px;
  width: 90%;
  max-width: 400px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.telegram-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.telegram-button:active {
  transform: scale(0.97);
}
.telegram-button svg {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 10px;
}

.telegram-button span {
  flex: 1;
  text-align: center;
}

.offer-text h1 {
  font-size: clamp(24px, 5vw, 40px);
}
ul.custom-list {
  list-style: none; /* Прибираємо стандартні маркери */
  padding: 0;
  margin: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background-color: #d058eb;
  border-radius: 50%;
}

.country-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.country-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.country-list li div {
  display: flex;
}

.country-flag {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  border-radius: 5px;
}

/* Стиль для країн та міст */
.country-list li div p {
  margin: 0;
  color: #7f8c8d;
}
.country-list-name {
  display: flex;
  flex-direction: column;
}

/* Контейнер для слайдера */
.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* Контейнер для слайдів */
.slider-container {
  display: flex;
  transition: transform 0.3s ease;
}

/* Стилі для кожного слайду */
.slide {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  margin: 20px;
  flex-shrink: 0;
}

/* Стилі для заголовка країни */
.slide-header {
  margin-bottom: 10px;
}

.slide-country-name {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
}

/* Стилі для блоку адреси */
.slide-address {
  text-align: center;
  font-size: 16px;
  color: #666;
}

/* Стилі для кожного рядка в адресі */
.address-line,
.building-name,
.floor-number,
.office-number {
  margin: 5px 0;
}

/* Стилі для кнопок навігації */
.slider-nav {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  transform: translateY(50%);
  border-radius: 50%;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Стилі для кнопок при наведенні */
.slider-nav:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Стилі для адаптивності */
@media (max-width: 768px) {
  .slide {
    max-width: 90%;
    padding: 15px;
  }

  .slide-country-name {
    font-size: 18px;
  }

  .slide-address {
    font-size: 14px;
  }
}
