.footer-content__upper {
  background-color: #2c3946;
  padding: 50px 0;
}

.footer-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}

.footer-content__block {
  width: 25%;
  padding: 10px;
}

.footer-content__block:last-child {
  width: 40%;
}

.footer-content__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer-content__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content__menu-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 15px;
  margin-right: 10px;
}

.footer-content__menu-img img {
  width: auto;
  height: 100%;
}

.footer-content__title {
  color: #fff;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-content__menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 135%;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-content__menu li a:hover {
  color: #f06847;
}

.footer-content__content_menu .footer-content__menu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.footer-content__bottom {
  padding: 20px 0;
  background-color: #000;
}

.footer-content__bottom-block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content__bottom-block_left img {
  margin-right: 20px;
  height: 45px;
}

.footer-content__bottom-block_center p {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.footer-content__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 33.333%; */
}

.footer-content__bottom-block_center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-content__bottom-block_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-content__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social li {
  padding-left: 0 !important;
}

.social li:after {
  display: none;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 44px;
  margin-left: 15px;
  margin-bottom: 0 !important;
}

.social__item:first-child {
  margin-left: 0;
}

.social__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  border-radius: 15px;
}

.social__link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.social__svg {
  color: #fff;
}

.social__svg_fb {
  width: 12px;
  height: 22px;
}

.social__svg_instagram {
  width: 21px;
  height: 22px;
}

.social__svg_telegram {
  width: 18px;
  height: 17px;
}

.mobile-menu .social__link {
  border: 1px solid #000;
}

.mobile-menu .social__svg {
  color: #000;
}