.footer-subscribe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .footer-subscribe {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer-subscribe__title {
  color: #fff;
  font-weight: 600;
  font-size: calc(1rem - 1px);
  line-height: calc(1em + 7px);
}
.footer-subscribe form {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .footer-subscribe form {
    gap: 12px;
  }
}
.footer-subscribe .bx-input-group {
  position: relative;
}
.footer-subscribe .bx-input-group:hover .footer-subscribe__email {
  border-color: #696b70;
}
.footer-subscribe .bx-input-group:has(.footer-subscribe__email:focus) svg * {
  stroke: #ffffff;
}
.footer-subscribe__email {
  border: 1px solid #505056;
  border-radius: 6px;
  background: #222228;
  color: #ffffff;
  padding: 6px 16px;
  width: 100%;
  height: 44px;
  font-size: 0.9375rem;
  line-height: 1.47;
}
.footer-subscribe__email::placeholder {
  color: #a1a1a7;
}
.footer-subscribe__email:focus {
  border-color: #a1a1a7 !important;
}
.footer-subscribe__button {
  width: 48px;
  height: 42px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 6px;
  background: #222228;
  border: none;
  line-height: 16px;
}
.footer-subscribe__button svg * {
  stroke: #696b70;
}
.footer-subscribe__button:hover svg * {
  stroke: #ffffff;
}
.footer-subscribe [type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
  	position: absolute;
  	left: 8px;
  	top: 20px;
}
.footer-subscribe .bx-subscribe-parent {
  position: relative;
}
.footer-subscribe__fake_agreement {
  height: 16px;
  width: 16px;
  border: 1px solid #505056;
  display: inline-block;
  position: relative;
  background: #222228;
  border-radius: 2px;
  padding: 3px;
  transform: translateY(0.125em);
  margin-right: 5px;
}
[type=checkbox]:checked + .footer-subscribe__fake_agreement:before {
  content: "";
  position: absolute;
  left: 4.5px;
  bottom: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.2s;
}

.bx_subscribe_response_container {
  padding: 40px;
  color: #35414E;
}

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