.footer__wrapper * {
  font-family: 'Montserrat', sans-serif;
}

.footer__wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1088px;
  color: #F9F9F9;
  padding: 0 10px;
  gap: 20px;
  z-index: 10;
  font-size: 14px;
  line-height: 1.2;
}

.footer__content-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer__content-bottom {
  font-family: 'Roboto', sans-serif;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}

.footer__column h2 {
  color: #F9F9F9;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
}

.footer__column h3 {
  color: #F9F9F9;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
}
.footer__column h2 {
  color: #F9F9F9;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
}

.footer__block p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.footer__block a {
  cursor: pointer;
  color: #F9F9F9;
  font-family: 'Roboto', sans-serif;
}

.footer__block-img {
  display: flex;
  align-items: center;
}

.footer__content-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__policy {
  cursor: pointer;
  color: #F9F9F9;
  text-decoration: underline;
}

.footer__block-phone {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.btn--white {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  transition: all 0.3s ease;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #FFF;
  color: #1D1D23;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 700;
  border: 2px solid #1D1D23;
}

.btn--white:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #1D1D23;
}

.footer__menu {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #F9F9F9;
}

.footer__menu li a {
  cursor: pointer;
  font-size: 16px;
  color: #F9F9F9;
  font-family: 'Roboto', sans-serif;
}
.attention{
  display: block;
}
.footer__wrapper img{
  margin: 0 20px 0 0;
}