.footer {
  margin-top: 20px;
  border-top: 2px solid #3a3a3a;
  width: 100%;
}
.footer .banner-wrapper {
  padding: 48px 10px 0;
}
.footer .contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 10px;
  border-bottom: 1px solid #ececec;
}
.footer .contacts .left-side {
  display: flex;
}
.footer .contacts .left-side .img-wrapper {
  margin-right: 24px;
}
.footer .contacts .expand_area {
  text-decoration: none;
  position: relative;
  width: 194px;
  color: #000;
  font-size: 0.6875rem;
  line-height: 40px;
  text-align: center;
  text-indent: -0.5rem;
  text-transform: uppercase;
  background: none;
  border: 1px solid #d2d2d2;
  font-weight: 700;
}

.footer .contacts .expand_area-mobile {
  display: none;
}

.footer .contacts .expand_area span {
  margin-right: 8px;
}
.footer .contacts .expand_area img {
  width: 12px;
  height: 12px;
}
.footer .contacts .right-side {
  display: flex;
}
.footer .contacts .right-side .contact-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 48px;
}
.footer .contacts .right-side .contact-wrapper.x-logo {
  margin-right: 16px;
}
.footer .contacts .right-side .contact-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .contacts .right-side .mail-wrapper {
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: center;
}
.footer .contacts .right-side .mail-wrapper .img-wrap {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.footer .contacts .right-side .mail-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .contacts .right-side .mail-wrapper::before {
  content: "";
  position: absolute;
  border-left: 1px solid #ececec;
  width: auto;
  top: 0;
  left: 20px;
  height: 30px;
}
.footer .policy_cont-inner {
  padding: 24px 10px 48px;
}
.footer .policy_cont {
  display: flex;
}
.footer .policy_cont .policy_h {
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.footer .policy_cont .channel {
  max-width: 525px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid #d2d2d2;
}
.footer .policy_cont .channel-item {
  display: flex;
  align-items: center;
  width: calc(33% - 10px);
  padding: 13px 0;
}
.footer .policy_cont .channel-item .img-wrap {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.footer .policy_cont .channel-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .policy_cont .channel-item span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.footer .policy_cont .about_univision {
  max-width: 735px;
  text-align: right;
}
.footer .policy_cont .about_univision .about_info {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
}
.footer .policy_cont .about_univision .about_info .about-item {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  line-height: 1.9375rem;
  margin: 0;
  padding-left: 1rem;
}
.footer .text_copyright {
  font-size: 0.8125rem;
  line-height: 1.9375rem;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .banner-wrapper {
    margin: 0 auto;
    width: 315px;
  }
  .footer .banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer .contacts {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
  .footer .contacts .left-side {
    margin-bottom: 32px;
  }
  .footer .contacts .left-side .img-wrapper {
    height: 32px;
    margin: 0 auto;
  }
  .footer .contacts .right-side {
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .footer .contacts .right-side .contact-wrapper {
    width: 16px;
    height: 16px;
    margin-right: 40px;
  }
  .footer .contacts .right-side .mail-wrapper {
    padding-left: 24px;
  }
  .footer .contacts .right-side .mail-wrapper::before {
    top: -5px;
    left: 5px;
  }
  .footer .contacts .expand_area {
    display: none;
  }
  .footer .contacts .expand_area-mobile {
    display: block;
    margin: 0 auto;
  }
  .footer .policy_cont-inner {
    padding: 24px 0 48px;
  }
  .footer .policy_cont {
    flex-direction: column;
    margin-bottom: 22px;
    text-align: center;
  }
  .footer .policy_cont .apps_cont {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .policy_cont .apps_cont .channel {
    padding-right: 0;
    border: none;
  }
  .footer .policy_cont .apps_cont .channel .channel-item {
    width: calc(50% - 10px);
  }
  .footer .policy_cont .about_univision {
    text-align: center;
  }
  .footer .policy_cont .about_univision .about_info {
    display: flex;
    gap: 10px;
    text-align: left;
  }
  .footer .policy_cont .about_univision .about_info .about-item {
    font-size: 0.75rem;
    padding-left: 0;
    width: calc(50% - 10px);
  }
  .footer .text_copyright {
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
  }
}
