/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Footer --------------------------------------------------------------------------------------------------------*/
.footer {
  background: #0069B4;
  background: linear-gradient(to right, #0069B4 0%, #0069B4 33.33%, #0AC3FF 33.34%, #0AC3FF 66.66%, #F39200 66.67%, #F39200 100%);
  padding-bottom: 8px;
  color: #ffffff;
}

.footer-inner {
  padding: 40px 0;
  background: #0069B4;
  background: linear-gradient(to bottom, #0069B4 0%, #0AC3FF 100%);
}

.footer-left-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo-img {
  display: block;
  height: 70px;
}

.footer-left-part-text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 10px;
}

.footer-social-listing {
  display: flex;
  align-items: center;
}

.footer-social-listing-item + .footer-social-listing-item {
  margin-left: 40px;
}

.footer-social-listing-link {
  display: block;
}
.footer-social-listing-link:hover {
  opacity: 0.7;
}

.footer-social-listing-icon {
  display: block;
  height: 28px;
}

.footer-right-part {
  margin: 0 -20px;
  overflow: hidden;
}

.footer-right-part-block {
  border-bottom: 1px solid #ffffff20;
}

.footer-right-part-heading {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  padding: 15px 67px 15px 20px;
  cursor: pointer;
  position: relative;
}
.footer-right-part-heading:hover {
  opacity: 0.7;
}
.footer-right-part-heading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 57px;
  background: url(../../imag/ic-footer-accordion-arrow.svg) no-repeat center center;
  transition: all 0.3s;
}

.open .footer-right-part-heading:after {
  transform: rotate(180deg);
}

.footer-right-part-body {
  padding: 0 20px 20px;
}

.footer-listing-item + .footer-listing-item {
  margin-top: 10px;
}

.footer-listing-link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #ffffff !important;
}
.footer-listing-link:hover {
  opacity: 0.7;
}

.copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}

.theme-dark .footer-inner {
  background: #222222;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 1400px) {
  .footer {
    background: linear-gradient(to right, #0069B4 0%, #0069B4 70%, #0AC3FF 70.001%, #0AC3FF 85%, #F39200 85.001%, #F39200 100%);
  }

  .footer-inner {
    background: #0069B4;
    background: linear-gradient(to right, #0069B4 0%, #0AC3FF 100%);
    padding-bottom: 66px;
  }

  .footer-content {
    display: flex;
    align-items: flex-start;
  }

  .footer-left-part {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 140px;
  }

  .footer-left-part-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }

  .footer-social-listing-item + .footer-social-listing-item {
    margin-left: 20px;
  }

  .footer-social-listing-icon {
    height: 22px;
  }

  .footer-right-part {
    flex-grow: 1;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer-right-part-block {
    border: 0;
  }

  .footer-right-part-heading {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .footer-right-part-heading:after {
    display: none;
  }

  .footer-right-part-body {
    height: auto !important;
    display: block !important;
    padding: 0;
  }

  .footer-listing-item + .footer-listing-item {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=footer.css.map */