.footer {
  background-color: #161c2d;
  color: #fff;
}
.footer__top {
  padding-top: 42px;
  padding-bottom: 14px;
}
.footer__top-container {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .footer__top-container {
    flex-direction: column;
  }
}
.footer__logo {
  flex-grow: 0;
  flex-shrink: 0;
}
.footer__lists {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .footer__lists {
    justify-content: unset;
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media screen and (max-width: 425px) {
  .footer__lists {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex: 1;
    min-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 425px) {
  .footer__list {
    flex-direction: column;
    min-width: 100%;
  }
}
.footer__list-title {
  opacity: 0.65;
  font-size: 15px;
  line-height: 173%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 40px;
}
.footer__list-items {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.footer__list-item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__list-item:hover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
  }
}
.footer__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}
.footer__bottom {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 60px 0 32px;
  }
}
.footer__bottom-container p {
  opacity: 0.6;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.footer__subscription-container {
  display: flex;
  justify-content: center;
  gap: 6%;
  padding-top: 28px;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .footer__subscription-container {
    flex-direction: column;
    gap: 22px;
  }
}
.footer__subscription-text {
  font-size: 17px;
  line-height: 171%;
  letter-spacing: -0.01em;
  text-align: center;
  padding-top: 5px;
}
.footer__subscription .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.footer__subscription .gfield.gfield--type-email {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .footer__subscription .gfield.gfield--type-email {
    width: 100%;
  }
}
.footer__subscription .gform_wrapper.gravity-theme .gfield.gfield--width-half:first-child {
  flex: 1;
}
.footer__subscription .gform_wrapper.gravity-theme .gfield input,
.footer__subscription .gform_wrapper.gravity-theme .gfield textarea {
  border: 1px solid #dde1e6;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 16px;
  line-height: 140%;
  color: #051320;
  resize: vertical;
}
.footer__subscription .gform_wrapper.gravity-theme .gfield input:focus,
.footer__subscription .gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
}
.footer__subscription .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, .footer__subscription .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: rgba(105, 112, 119, 0.5);
}
.footer__subscription .gform_wrapper.gravity-theme .gfield input::placeholder,
.footer__subscription .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: rgba(105, 112, 119, 0.5);
}
.footer__subscription .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 152px;
}
.footer__subscription .gform_wrapper.gravity-theme .gform_footer {
  display: none;
}
.footer__subscription .gform_wrapper.gravity-theme #field_submit {
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
.footer__subscription .gform_wrapper.gravity-theme #field_submit input {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  background-color: #2563eb;
  border-radius: 8px;
  padding: 13px 20px;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  transition: all 0.1s;
  margin: 0;
  cursor: pointer;
}
.footer__subscription .gform_wrapper.gravity-theme #field_submit input:hover {
  background-color: #5182ef;
}
.footer__subscription .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #ef4444 !important;
}
.footer__subscription .gform_wrapper.gravity-theme .gfield_validation_message,
.footer__subscription .gform_wrapper.gravity-theme .validation_message {
  font-size: 14px;
  line-height: 114%;
  color: #ef4444;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  margin-top: 6px;
}
.footer__subscription .gform_confirmation_message {
  font-size: 17px;
  line-height: 171%;
  letter-spacing: -0.01em;
  text-align: center;
  padding-top: 5px;
}
.footer__subscription .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 641px) {
  .footer__subscription .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    min-height: 32px;
  }
}/*# sourceMappingURL=footer.css.map */