.footer {
  margin: 0 -3000px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #ffffff;
  padding: 0 3000px;
  background-color: #053C5E;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 32px;
}
.footer a {
  color: #B0CCDE;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #C5DBE9;
  text-decoration: none;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 24px 0;
}
.footer .footer-content {
  gap: 16px;
}
.footer .footer-content,.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: #053C5E;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer .footer-bottom {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.footer .footer-bottom > * {
  margin-bottom: 8px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
.footer .footer-bottom .created-by {
  text-align: end;
}
.footer .menu a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: inherit;
}
.footer ul {
  margin: 0;
  padding: 0;
}

.footer .footer-content {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #205B7E;
}
.footer .footer-content nav h2,
.footer .footer-content nav .system-menu-block-header {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
}
.footer .footer-content nav ul li {
  margin-bottom: 16px;
}
.footer .footer-content .footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-content .footer__contacts .footer__phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-content .footer__contacts .footer__phones a {
  color: #ffffff;
}
.footer .footer-content .footer__contacts .footer__phones a:hover {
  opacity: 0.9;
}
.footer .footer-content .footer__contacts .footer__email a {
  color: #B0CCDE;
}
.footer .footer-content .footer__contacts .footer__email a:hover {
  color: #C5DBE9;
}
.footer .footer-content .footer__contacts .footer__contact-link a {
  color: #B0CCDE;
}
.footer .footer-content .footer__contacts .footer__contact-link a:hover {
  color: #C5DBE9;
}
.footer .footer-content .footer__contacts .footer__send-request a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-content .footer__contacts .footer__send-request a:hover:first-child,.footer .footer-content .footer__contacts .footer__send-request a:hover::before {
  text-decoration: none;
}
.footer .footer-content .footer__contacts .footer__send-request a::before {
  content: "\e931";
  font-family: "icon-base";
  font-size: "20px";
  font-weight: 400;
  line-height: "20px";
  color: #205B7E;
  margin: 0;
  text-decoration: none;
}
.footer .footer-content .footer__contacts .footer__send-request a:before {
  font-size: 18px !important;
}
.footer .footer-content .footer__contacts .footer__send-request a {
  width: 100%;
}
.footer .footer-content a[href="/visualcat"] {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 12px;
  height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #E7EDF1;
  border-color: #E7EDF1;
  color: #053C5E;
}
.footer .footer-content a[href="/visualcat"]:hover {
  background-color: #B0CCDE;
  border-color: #B0CCDE;
  color: #053C5E;
}
.footer .footer-content a[href="/visualcat"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-content a[href="/visualcat"]:hover:first-child,.footer .footer-content a[href="/visualcat"]:hover::before {
  text-decoration: none;
}
.footer .footer-content a[href="/visualcat"]::before {
  content: "\e932";
  font-family: "icon-base";
  font-size: "20px";
  font-weight: 400;
  line-height: "20px";
  color: #205B7E;
  margin: 0;
  text-decoration: none;
}
.footer .footer-content a[href="/visualcat"]:before {
  font-size: 18px !important;
}
.footer .footer-content a[href="/visualcat"] {
  width: 100%;
  max-width: 262px;
}
@media (max-width: 1279px) {
  .footer .footer-content a[href="/visualcat"] {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .footer li {
    margin: 16px 0;
  }
  .footer .footer-content {
    gap: 32px 16px;
  }
  .footer .footer-content,.footer .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer .footer-content a[href="/visualcat"] {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    gap: 16px;
  }
  .footer .footer-content,.footer .footer-bottom,.footer .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer .footer-bottom .privacy-policy,.footer .footer-bottom .created-by {
    text-align: start;
  }
  .footer .footer-content a[href="/visualcat"] {
    max-width: none;
  }
}