
.footer__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #000;
  }
}
/* section footer menu */
.section__footer__menu__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.section__footer__top__wrapper {
  display: flex;
  justify-content: center;
  /* Центрируем содержимое */
  align-items: center;
  /* Выравниваем по вертикали */
  width: 100%;
  padding: 20px 0;
}
.footer-columns-block {
  display: flex;
  flex-direction: row;
  /* Расположить элементы в строку */
  justify-content: center;
  /* Центрируем оба столбца */
  align-items: center;
  /* Выравниваем по вертикали */
  gap: 20px;
  /* Базовый отступ между столбцами для мобильных устройств */
}
.footer-column-block {
  display: flex;
  flex-direction: column;
  /* Элементы внутри блока располагаются вертикально */
  align-items: center;
  /* Центрируем содержимое */
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-icon-block {
  width: 60px;
  /* Размер иконки */
  height: 60px;
  object-fit: contain;
  /* Убедиться, что иконки не искажаются */
  margin-bottom: 10px;
  /* Отступ между иконкой и текстом */
}
.footer-logotyp-block {
  width: 360px;
  height: 300px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer-logotyp-block {
    width: 700px;
    height: 450px;
    object-fit: contain;
    margin-bottom: 10px;
  }
}
.footer-column-block p {
  width: 100%;
  max-width: 340px;
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.1px;
  font-size: 16px;
  font-weight: 300;
  /* border: solid 1px red; */
}
.footer-title-block {
  width: 100%;
  max-width: 380px;
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.1px;
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: 0 1px #00000075;
}
@media (min-width: 1024px) {
  .footer-title-block {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.1px;
    font-size: 2.4rem;
    font-weight: 600;
    text-shadow: 0 1px #00000075;
  }
}
.footer-column-block span {
  width: 100%;
  max-width: 340px;
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.1px;
  font-size: 17px;
  font-weight: 500;
  /* border: solid 1px red; */
}
.s__foot__wrapper__block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.s__foot__wrapper__block ul {
  display: flex;
  /* Используем Flexbox для позиционирования */
  flex-wrap: wrap;
  /* Позволяет элементам переноситься на следующую строку */
  justify-content: center;
  /* Центрируем элементы по горизонтали */
  list-style: none;
  /* Убираем маркеры списка */
  padding: 0;
  margin: 0;
}
.s__foot__wrapper__block ul li {
  margin: 0 10px;
  /* Отступы между элементами */
  text-align: center;
  /* Центрируем текст внутри <li> */
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.1px;
  font-size: 17px;
  font-weight: 500;
}
.s__foot__wrapper__block ul li a {
  margin: 0 10px;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.1px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 0 1px #00000075;
}
/* section footer menu end */

/* footer content */
.foot__content__block {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.foot__content__block p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 1.1px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  text-shadow: 0 1px #00000075;
  top: 1rem;
}
.foot__content__block .block__social__block {
  position: relative;
  display: block;
  width: 140px;
  height: 80px;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.foot__content__block .block__social__block .telegram__block {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  float: left;
  margin-left: 10px;
}
.foot__content__block .block__social__block .instagram__block {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  float: left;
  margin-left: 10px;
}
/* Оформления иконки */
.custom-telegram-block,
.custom-instagram-block {
  font-size: 2.5rem;
  /* Увеличение размера иконки */
  color: #fff;
  /* Изменение цвета иконки (например, синий оттенок) */
  transition: color 0.3s ease;
  /* Плавное изменение цвета при наведении */
}
/* Цвет при наведении */
.custom-telegram-block:hover,
.custom-instagram-block:hover {
  color: #fecc17;
}
/* footer content end */
.block__all__right__reserved__block {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  top: 20px;
}
.copyright__block {
  position: absolute;
  display: block;
  width: 300px;
  height: auto;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Общие стили для обоих видео на заднем фоне */
#footerVideoSmallBlock,
#footerVideoLargeBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* По умолчанию показываем маленькое видео */
#footerVideoSmallBlock {
  display: block;
}
/* Большое видео скрыто на маленьких экранах */
#footerVideoLargeBlock {
  display: none;
}
/* Пример переключения на большие экраны, скажем, от 1024 пикселей */
@media (min-width: 1024px) {
  #footerVideoSmallBlock {
    display: none;
  }
  #footerVideoLargeBlock {
    display: block;
    object-fit: contain;
  }
}
.background-mask-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Цвет и прозрачность маски */
  z-index: -1;
  /* Размещаем маску за видео и контентом */
}
/* footer end */


/* Мобильные устройства (до 480px) */
@media (max-width: 480px) {
  .footer-columns-block {
    flex-direction: column;
    /* Один столбец на мобильных */
    gap: 10px;
    /* Уменьшаем отступ между элементами */
  }
  .footer-column-block {
    width: 100%;
    /* Каждый столбец занимает всю ширину */
  }
  .s__foot__wrapper__block ul {
    flex-direction: column;
    /* Изменяем направление на столбец */
    align-items: center;
    /* Центрируем элементы в колонке */
  }
  .s__foot__wrapper__block ul li {
    margin: 0 10px;
    /* Отступы между элементами */
    text-align: center;
    /* Центрируем текст внутри <li> */
    color: #fff;
    margin: 10px 0;
    /* Увеличиваем отступы сверху и снизу для столбца */
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.1px;
    font-size: 17px;
    font-weight: 500;
  }
}

/* Ноутбуки и десктопы (от 769px) */
@media (min-width: 769px) {
  .footer-columns-block {
    gap: 400px;
    /* Увеличиваем отступ между столбцами до 200px */
  }
}