@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
footer {
  background: #2B2F8F;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
footer .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer .footer-content {
    flex-wrap: wrap;
  }
}
footer .footer-content .footer-content-col-1 {
  flex: 0 0 28%;
  width: 28%;
}
@media (max-width: 991.98px) {
  footer .footer-content .footer-content-col-1 {
    flex: 0 0 32%;
    width: 32%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-content .footer-content-col-1 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-content .footer-content-col-2 {
  flex: 0 0 18%;
  width: 18%;
}
@media (max-width: 991.98px) {
  footer .footer-content .footer-content-col-2 {
    flex: 0 0 15%;
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-content .footer-content-col-2 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-content .footer-content-col-3 {
  flex: 0 0 30%;
  width: 30%;
}
@media (max-width: 991.98px) {
  footer .footer-content .footer-content-col-3 {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-content .footer-content-col-3 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-content .footer-content-col-4 {
  flex: 0 0 18%;
  width: 18%;
}
@media (max-width: 991.98px) {
  footer .footer-content .footer-content-col-4 {
    flex: 0 0 15%;
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-content .footer-content-col-4 {
    flex: 0 0 100%;
    width: 100%;
  }
}
footer .footer-logo {
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  footer .footer-logo {
    max-width: 150px;
    height: auto;
  }
}
footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
footer .footer-info img {
  max-width: 24px;
  height: auto;
  margin-right: 15px;
}
footer .footer-info span,
footer .footer-info a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1366px) {
  footer .footer-info span,
  footer .footer-info a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  footer .footer-info span,
  footer .footer-info a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info span,
  footer .footer-info a {
    font-size: 14px;
  }
}
footer .social-channels-wrapper {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  footer .social-channels-wrapper {
    margin-top: 35px;
  }
}
footer .social-channels-wrapper h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  footer .social-channels-wrapper h5 {
    font-size: 14px;
  }
}
footer .social-channels-wrapper .social-channels-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social-channels-wrapper .social-channels-block a {
  margin-right: 25px;
}
footer .social-channels-wrapper .social-channels-block a img {
  max-width: 24px;
  height: auto;
}
footer .social-channels-wrapper .social-channels-block a:last-child {
  margin-right: 0;
}
footer .footer-link-block h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 75px;
}
@media (max-width: 1366px) {
  footer .footer-link-block h5 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-link-block h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
footer .footer-link-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-link-block ul li {
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  footer .footer-link-block ul li {
    margin: 15px 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-link-block ul li {
    margin: 5px 0;
  }
}
footer .footer-link-block ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1366px) {
  footer .footer-link-block ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  footer .footer-link-block ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-link-block ul li a {
    font-size: 14px;
  }
}
footer .footer-link-block ul li a:hover, footer .footer-link-block ul li a:focus, footer .footer-link-block ul li a.active, footer .footer-link-block ul li a:active {
  text-decoration: underline;
  color: #fff;
  outline: none;
  box-shadow: none;
}