/* Основной блок футера */
.berloga-footer {
  font-family: "Nunito", Helvetica;
  position: relative;
  width: 100%;
  background-color: var(--berloga-dark-blue);
  margin-top: 250px;
  /* var(--branddark-blue) */
}

a.berloga-footer__menu-link,
a.berloga-footer__phone {
  color: var(--berloga-white) !important;
}

/* Внутренний контейнер - ограниченной ширины и отцентрованный */
.berloga-footer__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  /* Для адаптивности */
}

/* Контент футера */
.berloga-footer__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 77px 0 94px;
}


.berloga-footer__info,
.berloga-footer__menu,
.berloga-footer__services,
.berloga-footer__contacts,
.berloga-footer__worktime,
.berloga-footer__contact-rows,
.berloga-footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.berloga-footer__contact-rows {
  gap: 20px;
}

/* Информационный блок */
.berloga-footer__info {

  width: 413px;

}

/* Заголовок в любом блоке футера */
.berloga-footer__title {
  font-family: "Nunito", Helvetica;
  font-weight: 800;
  font-size: 24px;
  color: var(--berloga-white);
  /* margin-bottom: 40px; */
}

/* Платежные системы */
.berloga-footer__payment {
  display: flex;
  align-items: center;
  gap: 40px;
}

.berloga-footer__payment-item {
  display: flex;
  width: 73px;
  height: 73px;
  align-items: center;
  justify-content: center;
  background-color: var(--berloga-white);
  border-radius: 15px;
}

.berloga-footer__payment-icon {
  width: 55px;
  height: 55px;
}

/* Юридическая информация */
.berloga-footer__legal-info {
  display: flex;
  flex-direction: column;
  line-height: 24px;
  color: var(--berloga-white);
}

.berloga-footer__legal-info--bold {
  /* display: inline-block; */
  /* font-family: "Nunito", Helvetica; */
  font-weight: 800;
}

/* Навигационные меню */
.berloga-footer__menu {

  width: 187px;
}

.berloga-footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.berloga-footer__menu-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.berloga-footer__menu-icon {
  width: 7px;
  height: 12px;
}


/* Услуги */
.berloga-footer__services {

  width: 300px;
}

/* Контакты и режим работы */
.berloga-footer__contacts {
  width: 297px;
}

/* .berloga-footer__worktime {
  margin-bottom: 30px;
} */

.berloga-footer__info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  /* margin-bottom: 20px;
  margin-top: 30px; */
}

.berloga-footer__info-icon {
  width: 30px;
  height: 30px;
}

.berloga-footer__info-text {
  font-size: 12px;
  color: var(--berloga-white);
}

.berloga-footer__address-city {
  font-family: "Nunito", Helvetica;
  font-weight: 800;
}

.berloga-footer__phone {
  font-family: "Nunito", Helvetica;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.berloga-footer__phone a {
  color: var(--berloga-white);
}

/* Социальные сети */
.berloga-footer__social {
  display: flex;
  width: 100%;
  max-width: 1320px;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 170px; */
}

.berloga-footer__logo {
  width: 73px;
  height: 73px;
  background-color: var(--berloga-white);
  border-radius: 50%;
  position: relative;
}

.berloga-footer__logo-image {
  position: absolute;
  width: 48px;
  height: 37px;
  top: 20px;
  left: 13px;
  background-image: url(./img/logo-berloga-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.berloga-footer__social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 30px;
  border-radius: 72px;
  border: 1px solid var(--berloga-white);
}

.berloga-footer__social-item {
  width: 43px;
  height: 43px;
  position: relative;
}

.berloga-footer__social-bg {
  width: 40px;
  height: 40px;
  background-color: var(--berloga-white);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
}

.berloga-footer__social-icon {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Копирайт */
.berloga-footer__copyright {
  background-color: var(--berloga-blue-darkest);
}

.berloga-footer__copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;

}


.berloga-footer__mascot {
  width: 225px;
  position: relative;
  margin-top: -64px;
  align-self: flex-end;

}

.berloga-footer__mascot-image {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: cover;
  display: block;
}

.berloga-footer__copyright-content {
  display: flex;
  width: 100%;
  max-width: 950px;
  align-items: center;
  justify-content: space-between;
}

.berloga-footer__copyright-text {
  /* font-family: "Nunito", Helvetica; */
  font-weight: 700;
  color: var(--berloga-white);
  font-size: 16px;
}

.berloga-footer__developer {
  font-weight: 700;
  font-size: 16px;
}

.berloga-footer__developer-text {
  color: var(--berloga-white);
}

a.berloga-footer__developer-link {
  color: var(--berloga-blue);
  ;
  text-decoration: none;
}

/* Стили по умолчанию для десктопа уже заданы в вашем коде */
.berloga-footer__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 77px 0 94px;
}



/* Блок "Остались вопросы?" */
.berloga-callback {
  background-color: var(--berloga-white);
  border-radius: 30px;
  display: flex;
  gap: 55px;
  align-items: center;
  position: relative;
  box-shadow: 0px 5px 30px 0px rgba(19, 19, 19, 0.07);
  overflow: hidden;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-104px);
  /* Для позиционирования над футером */
}

/* Контейнер изображения */
.berloga-callback__image {
  width: 300px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.berloga-callback__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Контент блока */
.berloga-callback__content {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  /* padding: 26px 40px 26px 0; */
  /* flex-grow: 1; */
}

/* Иконка телефона */
.berloga-callback__icon {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.berloga-callback__icon-circle {
  background-color: var(--berloga-blue);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
}

.berloga-callback__icon-phone {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

/* Основная часть блока */
.berloga-callback__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex-grow: 1;
}

/* Заголовок с телефоном */
.berloga-callback__title {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.berloga-callback__title-text {
  color: var(--berloga-text);
}

.berloga-callback__title-phone {
  color: var(--berloga-blue);
  font-weight: 700;
}

/* Обертка для текста и кнопки */
.berloga-callback__text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Текстовый блок */
.berloga-callback__text {
  max-width: 520px;
}

.berloga-callback__description {
  color: var(--berloga-text);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.berloga-callback__details {
  color: var(--berloga-text);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin: 0;
}

/* Кнопка */
.berloga-callback__button {
  background-color: var(--berloga-magenta);
  color: var(--berloga-white) !important;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-block;
  /* Чтобы ссылка вела себя как блок */
  text-decoration: none;
  /* Убрать подчеркивание */
}

.berloga-callback__button:hover {
  background-color: rgba(181, 8, 71, 0.9);
}

/* Адаптивная верстка */
@media screen and (max-width: 1320px) {
  .berloga-callback__icon {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .berloga-callback {
    min-height: 200px;
    justify-content: center;
  }

  .berloga-callback__image {
    display: none;
  }

  .berloga-footer__payment {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {


  .berloga-callback__title {
    font-size: 24px;
  }

  .berloga-callback__icon {
    width: 120px;
    height: 120px;
  }

  .berloga-callback__icon-circle {
    width: 120px;
    height: 120px;
  }

  .berloga-callback__icon-phone {
    width: 80px;
    height: 80px;
  }
}

/* Планшеты (2 блока в ряд) */

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .berloga-footer__content {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .berloga-footer__payment {
    gap: 20px;
  }

  .berloga-footer__info,
  .berloga-footer__menu,
  .berloga-footer__services,
  .berloga-footer__contacts {
    width: calc(50% - 20px);
    /* Учитываем gap между элементами */
    margin-bottom: 40px;
  }

  /* Контейнер для телефона может быть шире */
  .berloga-footer__contacts {
    width: calc(50% - 20px);
  }

  .berloga-callback__content {
    padding: 0 30px 30px;
    width: 100%;
  }
}

/* Мобильные устройства (колонка) */
@media screen and (max-width: 767px) {
  .berloga-footer {
    margin-top: 180px;
  }
  .berloga-footer__content {
    flex-direction: column;
    padding: 50px 0;
  }

  .berloga-footer__info,
  .berloga-footer__menu,
  .berloga-footer__services,
  .berloga-footer__contacts {
    width: 100%;
    margin-bottom: 40px;
  }

  /* Дополнительные корректировки для мобильной версии */


  .berloga-footer__title {
    margin-bottom: 20px;
  }

  .berloga-footer__copyright-content {
    flex-direction: column;
    padding: 20px 10px;
    gap: 10px;
  }

  p.berloga-footer__copyright-text,
  p.berloga-footer__developer {
    font-size: 12px;
    text-align: right;
  }

  span.berloga-footer__developer-text {
    font-size: 12px;
    text-align: right;
  }

  .berloga-footer__mascot {
    margin-top: -40px;
    width: 150px;
  }

  .berloga-callback__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .berloga-callback__body {
    align-items: center;
    text-align: center;
  }

  .berloga-callback__title {
    font-size: 24px;
    text-align: center;
    flex-direction: column;
    align-items: fl;
    text-align: center;
  }



  .berloga-callback__title-text,
  .berloga-callback__title-phone {
    display: block;
    width: 100%;
  }

  .berloga-callback__title-phone {
    margin-top: 8px;
  }

  .berloga-callback__text-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .berloga-callback__icon {
    width: 100px;
    height: 100px;
  }

  .berloga-callback__icon-circle {
    width: 100px;
    height: 100px;
  }

  .berloga-callback__icon-phone {
    width: 70px;
    height: 70px;
  }
}