.privacy h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.privacy p {
  font-size: 16px;
}

.privacy ul, ol {
  grid-gap: 10px;
}

.footer {
  padding: 35px 0;
  margin-top: 60px;
  background: #F8F8F8;
}
@media (max-width: 990px) {
  .footer {
    margin-top: 30px;
    padding: 30px 15px;
  }
}
.footer .container {
  padding: 0;
}
.footer__wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 100px;
  align-items: start;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    grid-gap: 34px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 25px;
}
.footer__left a {
  color: #5F6980;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.footer__title {
  margin-bottom: 15px;
  color: #010101;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
}
.footer__center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: start;
}
.footer__nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.footer__nav a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #5F6980;
}
.footer__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.footer__menu a {
  font-size: 14px;
  line-height: 22px;
  color: #010101;
  font-weight: 600;
}
.footer__title-social {
  text-align: right;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  color: #5F6980;
  font-weight: 400;
}
@media (max-width: 900px) {
  .footer__title-social {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__social a {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .footer__social a {
    margin: 0 5px;
  }
}
.footer__bottom {
  color: #5F6980;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 900px) {
  .footer__bottom {
    text-align: center;
  }
}
.footer__bottom-center {
  color: #5F6980;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.modal-form {
  max-width: 500px;
  width: 96%;
  box-sizing: border-box;
  visibility: hidden;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 10px;
  padding: 15px;
  position: fixed;
  background: #fff;
}

.bg {
  background: #000;
  opacity: 0.75;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  display: none;
  width: 100vw;
  z-index: 9999;
  visibility: hidden;
}

.b24-form-state-container .b24-form-success {
  background: transparent !important;
}

.active-form {
  display: block;
  visibility: inherit;
}

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