.header {
  background-color: #fff;
  border-bottom: 1px solid #dde1e6;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: unset;
    background-color: transparent;
  }
}
.header__burger-overlay {
  padding-top: 79px;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  flex: 1;
  flex-grow: 1;
  background-color: #fff;
}
.header__burger-nav .header__menu {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}
.header__burger-nav .menu-item {
  width: 100%;
}
.header__burger-nav .menu-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: block;
  color: #21272a;
  text-decoration: none;
  padding: 12px 16px;
  width: 100%;
}
.header__burger-nav .menu-item a a:active {
  background-color: #dde1e6;
}
.header__logo {
  flex-grow: 0;
}
.header__logo-img {
  width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__container {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .header__container {
    border-bottom: 1px solid #dde1e6;
    height: 56px;
    background-color: #fff;
  }
}
.header__nav {
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item > a {
  display: block;
  padding: 12px 8px 10px 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  color: #21272a;
  border-bottom: 2px solid transparent;
}
.header__nav-item > a:hover {
  border-color: #21272a;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__actions {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header__button {
  display: block;
  cursor: pointer;
  padding: 8px 8px 6px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #0f62fe;
  border-bottom: 2px solid transparent;
}
.header__button:hover {
  border-color: #0f62fe;
}
.header__burger-button {
  display: none;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__burger-button {
    display: flex !important;
  }
}

.popup-subscribe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-subscribe__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-subscribe__content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 48px 40px;
  border-radius: 12px;
  min-width: 280px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 8px -4px rgba(10, 13, 18, 0.04), 0 20px 24px -4px rgba(10, 13, 18, 0.1);
}
.popup-subscribe__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
}
.popup-subscribe__header {
  margin-bottom: 20px;
}
.popup-subscribe__header-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 12px;
}
.popup-subscribe__header-caption {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #697077;
}
.popup-subscribe #gform_2_validation_container,
.popup-subscribe .gform-footer {
  display: none !important;
}
.popup-subscribe .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #ef4444 !important;
}
.popup-subscribe .gform_wrapper.gravity-theme .gfield_validation_message,
.popup-subscribe .gform_wrapper.gravity-theme .validation_message {
  color: #ef4444 !important;
}
.popup-subscribe .gform_wrapper.gravity-theme .gfield_validation_message,
.popup-subscribe .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  margin-block-start: unset !important;
  padding: 0 !important;
  padding-top: 6px !important;
}
@media screen and (max-width: 576px) {
  .popup-subscribe .gform_wrapper.gravity-theme #field_submit {
    width: 100% !important;
  }
}
.popup-subscribe .gform-body .gform_fields {
  display: flex !important;
  gap: 16px !important;
}
@media screen and (max-width: 576px) {
  .popup-subscribe .gform-body .gform_fields {
    flex-direction: column !important;
  }
}
.popup-subscribe .gform-body .gfield_label {
  display: none !important;
}
.popup-subscribe .gform-body .subscribe-input {
  flex: 1;
}
.popup-subscribe .gform-body .subscribe-input input {
  border: 1px solid #dde1e6;
  border-radius: 8px;
  padding: 10px 14px;
  width: 100%;
  height: 42px;
  background: #fff;
  font-size: 16px;
  line-height: 140%;
  color: #21272a;
}
.popup-subscribe .gform-body .subscribe-input input::-moz-placeholder {
  color: rgba(105, 112, 119, 0.5);
}
.popup-subscribe .gform-body .subscribe-input input::placeholder {
  color: rgba(105, 112, 119, 0.5);
}
.popup-subscribe .gform-body .subscribe-input input:focus-visible {
  outline: none;
}
.popup-subscribe .gform-body .gfield--type-submit {
  height: 100%;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.popup-subscribe .gform-body .gfield--type-submit .button {
  border-radius: 8px;
  width: 100%;
  min-width: 116px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #fff;
  outline: none;
  border: none;
  background-color: #2563eb;
}
.popup-subscribe .gform-body .gfield--type-submit .button ~ * {
  display: none !important;
}
.popup-subscribe .gform-body .gfield--type-submit .button:hover {
  background-color: #5182ef;
}
.popup-subscribe .gform-body .gfield--type-submit .button:active {
  background-color: #2159d3;
}

#subscribe-message {
  display: none;
  padding: 15px;
  margin: 10px 0;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  color: #155724;
}

#subscribe-message.show {
  display: block;
}/*# sourceMappingURL=header.css.map */