 .footer {
  background-color: #232323;
  color: white;
  padding: 40px 0;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer__block {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
  padding: 0 10px;
}

.footer__block-logo {
  flex: 0 0 auto;
  width: 275px;
}

.footer__block-address {
  flex: 1;
  min-width: 250px;
}

.footer__block-phone {
  flex: 1;
  min-width: 200px;
}

.footer__block-copyright {
  flex: 1.3;
  min-width: 300px;
}

.footer__block-copyright .footer__title, 
.footer__block-copyright .footer__link {
  font-size: 16px;
}

.footer__logo-img {
  width: 275px;
  height: auto;
  margin-bottom: 20px;
}

.footer__social {
  display: flex;
  width: 275px;
  justify-content: space-between;
}

.footer__social-link img {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s;
}

.footer__social-link img:hover {
  opacity: 0.7;
}

.footer__title {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.footer__text {
  color: #7D7D7D;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.footer__link {
  color: #7D7D7D;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__link:hover {
  color: white;
}

.footer__address-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.footer__arrow-link {
  position: relative;
  padding-right: 15px;
  color: #7D7D7D;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.footer__arrow-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 2px solid #7D7D7D;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

.footer__arrow-link:hover,
.footer__arrow-link:hover::after {
  color: white;
  border-color: white;
}

/* Адаптация для больших планшетов (1024px - 1199px) */
@media (max-width: 1199px) {
  .footer__block {
    flex: 0 0 calc(50% - 30px);
  }
  
  .footer__block-logo {
    order: 1;
  }
  
  .footer__block-address {
    order: 3;
  }
  
  .footer__block-phone {
    order: 4;
  }
  
  .footer__block-copyright {
    order: 2;
  }

   .footer__content {
    gap: 30px;
  }
  .footer__block {
    flex: 0 0 calc(50% - 30px);
  }
  .footer__block-logo {
    order: 1;
    flex: 0 0 100%;
    text-align: center;
  }
  .footer__block-address {
    order: 2;
  }
  .footer__block-phone {
    order: 3;
  }
  .footer__block-copyright {
    order: 4;
    flex: 0 0 100%;
    margin-top: 20px;
  }
    .footer__social {
    margin: 0 auto;
  }
}

/* Адаптация для планшетов (768px - 1023px) */
@media (max-width: 1023px) {
  .footer__content {
    justify-content: center;
  }
  
  .footer__block {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  
  .footer__block-logo,
  .footer__block-copyright {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer__block-address,
  .footer__block-phone {
    text-align: left;
  }

    .footer__block {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .footer__block-address,
  .footer__block-phone {
    text-align: left;
  }
}

/* Адаптация для мобильных устройств (576px - 767px) */
@media (max-width: 767px) {
  .footer__block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 0;
  }
  
  .footer__block-address,
  .footer__block-phone {
        text-align: left;
        margin-bottom: 0px;
  }
  .footer__content {
    gap: 0px;
  }
 
  .footer__logo-img {
    width: 100%;
    max-width: 275px;
  }
  
  .footer__social {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }

    .footer__block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }

  .footer__block-copyright {
    order: 4;
    margin-top: 30px;
  }
  .footer__address-wrapper {
    justify-content: center;
  }
}

/* Адаптация для маленьких мобильных (до 575px) */
@media (max-width: 575px) {
  .footer {
    padding: 30px 0;
  }
  
  .footer__title {
    font-size: 16px;
  }
  
  .footer__text,
  .footer__link {
    font-size: 16px;
  }
  
  .footer__social-link img {
    width: 28px;
    height: 28px;
  }
  .footer__block-copyright {
    order: 4;
    margin-top: 20px;
  }
}
/* Cookies*/
.block-cookies {
    display: none;
    box-shadow: 0 8px 32px -8px rgba(0,0,0,.4);
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 25px;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 25px;
    z-index: 9999;
    max-width: 450px;
}
.set-cookies{
    padding: 10px;
    border-radius: 10px;
}
/* Cookies*/

/* Кнопки в моб версии для звонков */
    .mobile-contact-bar .mobile-call__icon, .mobile-contact-bar.mobile-callback__icon{
        max-height:24px;
    }
 
    /* Стили для мобильного контактного бара */
    .mobile-contact-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-call, .mobile-callback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    cursor: pointer;
    }

    .mobile-call {
    background-color: #232323;
    color: white;
    }

    .mobile-callback {
    background-color: white;
    color: #232323;
    }
    .mobile-call__text, .mobile-callback__text {
    font-size: 16px;
    font-weight: 500;
    }

    /* Показываем только на мобильных */
    @media (max-width: 767px) {
    .mobile-contact-bar {
        display: flex;
    }
    
    /* Добавляем отступ для контента, чтобы не перекрывался */
    body {
        padding-bottom: 60px;
    }
    }