@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

.footer-v2 {
  padding: 120px 32px 32px;
  position: relative;
  background: #fff url(../img/bg-footer-v3.png) no-repeat center -42px;
  background-size: cover;
  position: relative;
  z-index: 6;
}

.footer-v2 .container {
  width: 100%;
  max-width: 1376px !important;
  z-index: 3;
}


.footer-v2-curved {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    right: 0;
    min-width: 1920px;
    width: 100%;
}
.footer-v2-curved-bottom {
  bottom: 15px;
  transform: translateY(309px) translateX(-50%);
}

.footer-v2 .footer-v2-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 48px;
}

.footer-v2-left {
  width: 100%;
  max-width: 326px;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-v2-left .logo a img {
  width: 217px;
}

.social-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-list li a {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.social-list-item-fb a {
  background: #303651 url(../img/icon-footer-facebook-f.png) no-repeat center center;
  background-size: 10px;
}

.social-list-item-tw a {
  background: #303651 url("../img/icon-footer-twitter.png") no-repeat center center;
  background-size: 16px;
}

.social-list-item-linkedin a {
  background: #303651 url("../img/icon-footer-linkedin-in.png") no-repeat center 8px;
  background-size: 18px;
}

.social-list-item-instagram a {
  background: #303651 url(../img/icon-footer-instagram.png) no-repeat center 9px;
  background-size: 19px;
}

.footer-v2-right {
  width: 100%;
  max-width: 1002px;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-v2-right .right-top,
.footer-v2-right .right-bottom {
  display: flex;
  column-gap: 36px;
}

.footer-v2-right .right-top .nav-column,
.footer-v2-right .right-bottom .nav-column {
  max-width: 310px;
  width: 100%;
}

.footer-v2-right .right-top .nav-column p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #697089;
  margin-bottom: 24px;
}

.footer-v2-right .right-top .nav-column ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.footer-v2-right .right-top .nav-column ul,
.footer-v2-right .right-bottom .nav-column ul {
  padding: 0;
}

.footer-v2-right .right-top .nav-column ul li,
.footer-v2-right .right-bottom .nav-column ul li {
  list-style: none;
}

.footer-v2-right .right-top .nav-column ul li,
.footer-v2-right .right-bottom .nav-column ul li {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #697089;
}

.footer-v2-right .right-top .nav-column ul li a {
  background: linear-gradient(360deg, #437CEF -3.41%, #6D96FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
}

.footer-v2-right .right-top .nav-column ul li a:hover {
  border-bottom: 1px solid #437CEF;
}

.footer-v2-right .right-bottom .nav-column ul {
  display: flex;
  column-gap: 24px;
}

.footer-v2-right .right-bottom .nav-column ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #303651;
}

.footer-v2-right .right-bottom .nav-column ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #303651;
}



/* ----------------------- */
/* ---- MEDIA QUERIES ---- */
/* ----------------------- */

@media (max-width: 767px) {
  .social-list-desktop {
    display: none;
  }
  .footer-v2-curved.footer-v2-curved-top {
    min-width: 100%;
    transform: translateY(-172px) translateX(-50%);
  }

}

@media (min-width: 767px) {
  .social-list-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .footer-v2 .footer-v2-wrapper {
    column-gap: 25px;
  }

  .footer-v2-left {
    max-width: 165px;
  }

  .footer-v2-left .logo a img {
    width: 90%;
  }

  .footer-v2-left .awards p,
  .footer-v2-left .awards p a {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-v2-right .right-top,
  .footer-v2-right .right-bottom {
    column-gap: 12px;
  }

  .footer-v2-right .right-top .nav-column,
  .footer-v2-right .right-bottom .nav-column {
    width: 185px;
  }

  .footer-v2-right .right-top .nav-column ul li,
  .footer-v2-right .right-bottom .nav-column ul li {
    font-size: 15px;
    line-height: 19px;
  }

  .footer-v2-right .right-top .nav-column ul {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
  }

  .footer-v2-right .right-bottom .nav-column ul {
    flex-direction: column;
    row-gap: 10px;
    justify-content: flex-end;
    height: 100%;
  }

  .footer-v2-right .right-bottom .nav-column ul li a {
    font-size: 15px;
    line-height: 19px;
  }

}



@media (max-width: 767px) {

  .prefooter .curved-bottom {
    min-width: 100%;
    transform: translateY(202px) translateX(-50%);
  }

  .footer-v2 {
    padding: 64px 16px 36px;
  }

  .footer-v2-curved-bottom {
    bottom: 0;
    min-width: 100%;
    transform: translateY(202px) translateX(-50%);
  }

  .footer-v2 .footer-v2-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer-v2-curved-top {
    min-width: 100%;
    transform: translateY(159px) translateX(-50%);
  }

  .footer-v2-left {
    max-width: unset;
    min-height: unset;
    align-items: center;
    margin-bottom: 24px;
  }

  .footer-v2-left .logo a img {
    width: 172px;
  }

  .footer-v2-left .awards {
    display: none;
  }

  .footer-v2-right .right-top,
  .footer-v2-right .right-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 8px;
  }

  .footer-v2-right .right-top .nav-column,
  .footer-v2-right .right-bottom .nav-column {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-v2-right .right-top .nav-column ul {
    row-gap: 8px;
    margin-bottom: 0;
  }

  .footer-v2-right .right-top .nav-column ul li,
  .footer-v2-right .right-bottom .nav-column ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-v2-right .right-bottom .nav-column {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .footer-v2-right .right-bottom .nav-column:last-child,
  .footer-v2-right .right-bottom .nav-column ul {
    margin-bottom: 0;
  }

}