.footer {
  background: #ffffff;
  position: relative;
  z-index: 4;
}

.footer__bottom {
  -ms-flex-align: center;
      align-items: center;
  color: rgba(137, 134, 134, .5);
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 14px;
}

.footer__bottom .powered {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom .powered .lazy-image:not([data-loaded]) {
  width: 116px;
  height: 20px;
}

.footer__bottom .powered a {
  display: -ms-flexbox;
  display: flex;
}

.footer__columns {
  display: -ms-flexbox;
  display: flex;
}

.footer__column__title {
  margin: 0 0 14px;
}

.footer__column ul li {
  margin: 0 0 12px;
}

.footer__column ul li:last-child {
  margin: 0;
}

.footer__column ul li a {
  color: #898686;
  line-height: 16px;
  opacity: 1;
  transition: opacity .3s ease;
}

.footer__column ul li span {
  color: #898686;
  line-height: 16px;
}

.footer__column .foldable-mobile__icon {
  display: none;
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4.5px);
  width: 9px;
}

.footer__column .foldable-mobile__icon:before,
.footer__column .foldable-mobile__icon:after {
  background: #f94942;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform .3s ease;
  width: 9px;
}

.footer__column .foldable-mobile__icon:after {
  transform: rotate(90deg);
}

.footer__column .foldable-mobile.open .foldable-mobile__icon:after {
  transform: rotate(0);
}

.social-links {
  margin: 24px 0 0;
  display: -ms-flexbox;
  display: flex;
}

.social-links__text {
  max-width: 180px;
  font-size: 14px;
  line-height: 19px;
  color: #898686;
}

.social-links.store {
  -ms-flex-align: center;
      align-items: center;
}

.social-links.store.social-links--mobile {
  margin-bottom: 40px;
  margin-top: 10px;
}

.social-links.store a {
  margin-right: 0;
}

.social-links.store a:not(:last-child) {
  margin-right: 12px;
}

.social-links--mobile {
  display: -ms-flexbox;
  display: flex;
}

.social-links .lazy-image:not([data-loaded]) {
  width: 40px;
  height: 40px;
}

.social-links a,
.social-links img {
  display: block;
}

.social-links a {
  margin: 0 8px 0 0;
  opacity: 1;
  transition: opacity .3s ease;
}

.mobile-apps {
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
}

.mobile-apps--mobile {
  display: -ms-flexbox;
  display: flex;
}

.mobile-apps .lazy-image:not([data-loaded]) {
  width: 100%;
  height: 100%;
}

.mobile-apps a,
.mobile-apps img {
  display: block;
}

.mobile-apps a {
  background-color: #000000;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.mobile-apps a:last-child {
  margin: 0;
}

.footer {
  padding: 64px 0 24px;
}

.footer__bottom {
  margin: 72px 0 0;
}

.footer__bottom .powered a {
  margin: 0 0 0 12px;
}

.footer__columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__column {
  width: 50%;
}

.footer__column:nth-child(1),
.footer__column:nth-child(2) {
  margin: 0 0 40px;
}

.footer__column ul li a:hover {
  opacity: 1;
}

.social-links {
  opacity: 1;
  position: static;
  z-index: 0;
}

.social-links--mobile {
  opacity: 0;
  z-index: -100;
  position: absolute;
}

.social-links a:hover {
  opacity: 1;
}

.mobile-apps {
  opacity: 1;
  position: static;
  z-index: 0;
}

.mobile-apps--mobile {
  opacity: 0;
  z-index: -100;
  position: absolute;
}

.mobile-apps a {
  margin: 0 0 12px;
  width: 135px;
  height: 40px;
}