.footer {
  background-color: #005e92;
}
.footer__menu {
  margin-top: 90px;
  color: #ffc100;
  padding: 40px 0;
}
.footer__menu__site ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu__site ul li {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}
.footer__menu__site a {
  color: #ffffff;
}
.footer__menu__site a:hover,
.footer__menu__site a:focus {
  color: #ffc100;
}
.footer__menu__list {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.footer__menu__list .footer__menu__site {
  width: auto;
  grid-column: 1;
  justify-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}
.footer__menu__feedback {
  grid-column: 2;
  justify-self: center;
}
.footer__menu__branding {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  color: #ffffff;
}

.footer__menu__branding .copyright__text {
  opacity: 0.5;
  font-size: 13px;
}

.services__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
}
.services__list .services__item {
  /* border-left: 2px solid @white;
    padding:  0 45px;*/
  margin-left: 78px;
  font-size: 13px;
}
.services__list .services__item:first-of-type {
  margin-left: 0;
}
.services__list .services__item a {
  color: #ffc100;
  text-decoration: underline;
}
.services__list .services__item a:hover,
.services__list .services__item a:focus {
  color: #ffffff;
}
.services__list .services__item .services__item__logo {
  margin-bottom: 15px;
  min-height: 21px;
}
.footer-social {
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.footer-social .footer-social__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
  margin-bottom: 40px;
}
.footer-social .footer-social__list .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
  color: #ffffff;
  font-size: 13px;
}
.footer-social .copyright__logo {
  opacity: 1;
}
.footer-social .copyright__text {
  opacity: 0.5;
  font-size: 13px;
}
.footer-social ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  font-size: 22px;
}
.footer-social ul li:last-of-type {
  margin-right: 0;
}
.footer-social a {
  color: #ffffff;
  opacity: .3;
}
.footer-social a:hover,
.footer-social a:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .footer__menu__list {
    display: flex;
    justify-content: center;
  }
  .footer__menu__feedback {
    grid-column: auto;
    width: 100%;
    text-align: center;
  }
  .footer__menu__branding {
    width: 100%;
    align-items: end;
    margin-top: 20px;
  }
  .footer__menu__list,
  .services__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu {
    padding: 30px 0;
  }
  .footer__menu__list .footer__menu__site {
    display: none;
  }
  .footer__menu__services {
    width: 100%;
  }
  .services__list .services__item .services__item__logo {
    height: auto;
    margin-bottom: 20px;
  }
  .services__list .services__item {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
  }
  .services__list .services__item:first-of-type {
    border-top: 0;
  }
  .footer-social ul li {
    font-size: 24px;
  }
  .services__list .services__item {
    margin-left: 0;
  }
  .footer-social .footer-social__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #to-top {
    display: none;
  }
}
@media (min-width: 1280px) {
  .footer__menu__site ul {
    display: inline-block;
    min-width: 165px;
  }
}
