.footer {
  background-color: var(--white1);
  width: 100%;
}

.main-sponsors {
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--grey6);
  justify-content: space-around;
  width: 100%;
  align-items: center;
  margin-bottom: 9px;
}

.main-sponsors img {
  width: 100%;
  max-width: 157px;
  height: 100%;
  margin-top: 60px;
}

.sponsors {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--grey6);
  gap: 66px;
  width: 100%;
  align-items: center;
  padding-bottom: 76px;
  margin-left: auto;
  margin-right: auto;
}

.sponsors img {
  width: 120px;
  height: 100%;
  margin-top: 32px;
  margin-bottom: -66px;
}

.lower-footer-right {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lower-footer-left {
  margin-top: 0px;
  display: flex;
  align-items: center;
  width: 607px;
  height: 100%;
}

.footer-left-container {
}

.lower-footer-right {
  width: 50%;
}

.footer-right-container {
  width: 100%;
  max-width: 370px;
  display: flex;
  gap: 40px;
}

.footer-right-container a,
.footer-right-container a img {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.footer-right-container .tik-tok,
.footer-right-container .tik-tok img {
  margin-top: 3px;
  width: 30px;
  height: 30px;
}

.lower-footer {
  height: 174px;
  display: flex;
  align-items: center;
}

.sponsors {
  padding-bottom: 130px !important;
}

.footer-twocolor-background {
  height: 174px;
  position: relative;
  background: linear-gradient(80deg, var(--green2) 50%, var(--background1) 50%)
      top left 100% no-repeat,
    linear-gradient(to right, var(--green2), var(--background1)) top left / 100%
      100% no-repeat;
}

.right-content .right-text a {
  text-decoration: none;
  color: var(--white1);
}

.footer-left-container {
  display: flex;
  width: 100%;
  max-width: 397px;
  justify-content: space-between;
  gap: 35px;
}

.footer-left-container .left-img,
.footer-left-container .left-img img {
  width: 76px;
  height: 94px;
}

.footer-left-container .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white1);
  width: 286px;
}

.right-head.h3 {
  margin-bottom: 8px;
}

@media screen and (max-width: 1432px) {
  .sponsors {
    width: 1060px;
  }
}

@media screen and (max-width: 1266px) {
  .sponsors {
    width: 880px;
  }
}
@media screen and (max-width: 1080px) {
  .sponsors {
    width: 700px;
  }

  .footer-twocolor-background {
    background: var(--green2);
  }

  .lower-footer-right {
    display: none;
  }

  .footer-twocolor-background,
  .lower-footer.container {
    height: 105px;
    background: var(--green2);
  }

  .footer-left-container .left-img,
  .footer-left-container .left-img img {
    width: 48px;
    height: 59px;
  }

  .right-content h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Barlow';
    font-weight: 600;
  }

  .right-content .right-text {
    font-size: 12px;
    line-height: 17px;
    font-family: 'Axiforma';
    font-weight: 400;
  }

  .footer-left-container {
    align-items: center;
    gap: 20px;
  }

  .lower-footer-left {
    display: flex;
    justify-content: center;
  }

  .sponsors {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 902px) {
  .sponsors {
    width: 520px;
  }
}

@media screen and (max-width: 742px) {
  .sponsors {
    width: 100%;
    justify-content: space-around;
    padding-top: 12px;
    padding-bottom: 96px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }

  .main-sponsors {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: -7px;
    padding-bottom: 43px;

    width: 100%;
    max-width: 100%;
  }

  .main-sponsors img {
    margin-top: 50px;
  }

  .sponsors img {
    width: 71px;
    gap: 0;
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .lower-footer.container {
    padding: 0px;
    height: unset;
  }

  .footer-left-container .right-content {
    width: 100%;
  }

  .footer-twocolor-background {
    height: 100%;
    padding: 20px;
  }

  .right-head.h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
}
