.footer {
  background-color: rgba(37, 38, 58, 1);
}

.footer__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

.footer__item.left {
  text-align: start;
  padding-top: 20px;
}

.footer__item.center {
  margin-left: 60px;
}

.footer__item.end {
  padding-top: 20px;
  text-align: end;
}

.footer__phone-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer__social-tg {
  display: block;
  width: 38px;
  height: 38px;
  background: url('/img/icons/tg.svg') no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.footer__social-vb {
  display: block;
  width: 38px;
  height: 38px;
  background: url('/img/icons/viber.svg') no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.footer__phone {
  display: block;
  position: relative;
  font-family: 'Montserrat';
  font-style: medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: 45px;
  color: #006FB7; 
}

.footer__phone-span {
  font-family: 'Montserrat';
  font-style: medium;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 5px;
}

.footer__phone::before {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  top: -5px;
  left: -42px;
  background: url('/img/icons/footer-phone.svg') no-repeat;
  background-size: cover;
}

.footer__logo-link {
  display: block;
  width: 155px;
  height: 83px;
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.footer__email {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  margin-left: 43px;
}

.footer__email::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 21px;
  left: -36px;
  
  top: 50%;
  transform: translateY(-50%);
  background: url('/img/icons/footer-mail.svg') no-repeat;
  background-size: cover;
}

.footer__confidentiality {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-align: end;
}

.footer__copyright {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  color: #FFFFFF;
}


@media (max-width: 900px) {
  .footer {
    margin-bottom: 90px
  }
}

@media (max-width: 840px) {
  .footer__list {
    flex-direction: column;
  }

  .footer__item.left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__item.center {
    margin-left: 0;
  }
}
