.footer {
  padding: 0 2%;
  color: #fff;
  background-color: #2C3537;
  border-top: 15px solid #779501;
}
.footer .footer-content {
  padding: 57px 21px 56px 21px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.footer .top-block-footer {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.footer .top-left-block-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .social-link {
  color: #CBCBCB;
  font-family: "Schibsted Grotesk";
  font-size: 14px;
  font-weight: 400;
  line-height: 129.2%;
  display: inline-block;
  padding: 11px 43px;
  border: 1px solid #CBCBCB;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .social-link:hover {
  color: #fff;
}
.footer .social-link.social-link-facebook {
  padding: 11px 43px;
}
.footer .social-link.social-link-linkedin {
  padding: 11px 47px;
}
.footer .top-right-block-footer {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
}
.footer .logo-footer {
  width: 204px;
  height: 78.2px;
}
.footer .top-right-text-footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 109.875%;
}
.footer .bottom-block-footer {
  display: flex;
  justify-content: space-between;
}
.footer .bottom-left-block-footer {
  display: flex;
  gap: 31px;
  align-items: center;
}
.footer .rules-link {
  color: #CBCBCB;
  font-family: "Noto Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 129.2%;
}
.footer .rules-link:hover {
  color: #fff;
}
.footer .info-list-footer {
  color: #CBCBCB;
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 400;
  line-height: 129.2%;
  display: flex;
  justify-content: flex-end;
  gap: 47px;
}
.footer .info-item-footer {
  list-style: none;
}
.footer .info-item-footer a {
  color: #CBCBCB;
}
.footer .info-item-footer a:hover {
  color: #fff;
}
.footer .info-item-footer::before {
  background-color: #CBCBCB;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  left: -14px;
}
.footer .top-left-block-mobile-footer {
  display: none;
}

html[lang=en-US] .footer .top-right-block-footer {
  align-items: start;
}
html[lang=en-US] .social-link.social-link-facebook {
  padding: 11px 43px;
}
html[lang=en-US] .social-link.social-link-linkedin {
  padding: 11px 47px;
}
html[lang=en-US] .footer .footer-content {
  text-transform: none;
}
@media (max-width: 1024px) {
  .footer .info-list-footer {
    flex-wrap: wrap;
    max-width: 450px;
    justify-content: start;
  }
  .footer .top-left-block-footer {
    flex-direction: column;
  }
  .footer .bottom-left-block-footer {
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: flex-end;
  }
  html[lang=en-US] .footer .info-list-footer {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
    border-top: 10px solid #779501;
  }
  .footer .inner {
    padding: 0 5%;
  }
  .footer .top-left-block-footer {
    display: none;
  }
  .footer .top-left-block-mobile-footer {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .footer .bottom-block-footer {
    flex-direction: column;
    gap: 38px;
  }
  .footer .top-block-footer {
    justify-content: flex-start;
  }
  .footer .bottom-left-block-footer {
    order: 3;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    width: 100%;
  }
  .footer .bottom-left-block-footer .rules-link {
    width: 33%;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
  }
  .footer .top-left-block-mobile-footer {
    order: 2;
  }
  .footer .bottom-right-block-footer {
    order: 1;
    align-self: center;
    margin-bottom: 4px;
  }
  .footer .info-list-footer {
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .footer .info-item-footer:last-child {
    display: none;
  }
  .footer .info-list-footer {
    gap: 20px;
  }
  .footer .top-right-text-footer {
    font-size: 14px;
  }
  .footer .footer-content {
    padding: 22px 0 48px 0;
    gap: 20px;
  }
  .footer .top-right-block-footer {
    row-gap: 8px;
  }
  .footer .logo-footer {
    width: 120px;
    height: 46px;
  }
  .footer .top-block-footer {
    padding-bottom: 26px;
  }
  .footer .social-link.social-link-facebook {
    padding: 11px 57px;
  }
  .footer .social-link.social-link-linkedin {
    padding: 11px 61px;
  }
  html[lang=en-US] .footer .info-item-footer:first-child {
    display: none;
  }
  html[lang=en-US] .footer .bottom-left-block-footer {
    align-self: flex-end;
  }
  html[lang=en-US] .footer .top-block-footer {
    justify-content: flex-end;
  }
}
@media (max-width: 420px) {
  .footer .social-link.social-link-facebook,
.footer .social-link.social-link-linkedin {
    padding: 0;
    width: 49%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html[lang=en-US] .footer .social-link.social-link-facebook {
    padding: 11px 37px;
  }
  html[lang=en-US] .footer .social-link.social-link-linkedin {
    padding: 11px 41px;
  }
}
/*# sourceMappingURL=footer.css.map */