.press-hero {
  padding: 24px 0 30px;
  background-color: var(--light-fon, #f5faff);
}
.press-hero__breadcrumbs {
  background-color: var(--light-fon, #f5faff);
}
.press-hero__breadcrumbs .breadcrumb-nav {
  max-width: 1370px;
  margin: 0 auto;
}
.press-hero .container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (width <= 1023px) {
  .press-hero .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.press-hero__article {
  flex-grow: 1;
  height: -moz-fit-content;
  height: fit-content;
  padding: 81px 72px 76px;
  border-radius: 16px;
  text-decoration: none;
  transition: var(--animation-duration) ease-in-out;
  background-image: linear-gradient(90deg, rgba(20, 31, 41, 0.94) 0%, rgba(20, 31, 41, 0.6) 100%), var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 1023px) {
  .press-hero__article {
    width: 100%;
    padding: 60px 40px;
  }
}
@media (width <= 767px) {
  .press-hero__article {
    padding: 40px 24px;
  }
}
.press-hero__article:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}
.press-hero__article:hover h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--light-fon, #f5faff);
          text-decoration-color: var(--light-fon, #f5faff);
}
.press-hero__article h2 {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 489px;
  color: var(--base-white, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
@media (width <= 767px) {
  .press-hero__article h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.press-hero__article p {
  margin-bottom: 32px;
  color: var(--grey-stroke, #E8EBEF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 434px;
}
.press-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.press-hero__meta .date {
  color: var(--base-white, #FFF);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}
.press-hero__meta .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.press-hero__meta .category {
  padding: 2px 8px;
  color: var(--dark-blue-900, #141F29);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 4px;
  border: 1px solid var(--default-primary-1, #FEFEFE);
  background-color: var(--default-primary-1, #FEFEFE);
}
.press-hero__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.press-hero__author img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.press-hero__author .name {
  display: block;
  color: var(--base-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.press-hero__author .position {
  display: block;
  color: var(--base-white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
}
.press-hero__wrap {
  min-width: 344px;
  max-width: 35%;
  padding: 0 20px;
}
@media (width <= 1023px) {
  .press-hero__wrap {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (width <= 575px) {
  .press-hero__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.press-hero__contacts {
  margin-bottom: 24px;
  padding: 16px 32px;
  background-color: var(--blue-accent, #3C5A78);
  border-radius: 12px;
}
@media (width <= 1023px) {
  .press-hero__contacts {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
@media (width <= 575px) {
  .press-hero__contacts {
    width: 100%;
  }
}
.press-hero__contacts .title {
  max-width: 280px;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--default-primary-1, #FEFEFE);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
@media (width <= 1024px) {
  .press-hero__contacts .title {
    max-width: 100%;
  }
}
.press-hero__contacts .contact {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.press-hero__contacts .contact span {
  color: var(--default-primary-1, #FEFEFE);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.press-hero__contacts .contact svg {
  width: 20px;
  height: 20px;
}
.press-hero__contacts a.contact:hover span {
  text-decoration: underline;
}
.press-hero__contacts .contact:last-child {
  margin-bottom: 0;
}
@media (width <= 1023px) {
  .press-hero__form {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
@media (width <= 575px) {
  .press-hero__form {
    width: 100%;
  }
}
.press-hero__form .title {
  margin-top: 0;
  margin-bottom: 12px;
  color: #030D16;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.press-hero__form .text {
  margin-bottom: 12px;
  color: var(--dark-grey-stroke-secondary-text, #303A43);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.press-hero__form form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.press-hero__form p {
  margin: 0;
}
.press-hero__form .wpcf7-form-control-wrap {
  position: relative;
}
.press-hero__form .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../../../src/img/mail.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 13px;
  left: 14px;
}
@media (width <= 767px) {
  .press-hero__form .wpcf7-form-control-wrap::before {
    top: 1px;
  }
}
.press-hero__form .wpcf7-form-control.wpcf7-email {
  width: 100%;
  padding: 12px 14px 12px 42px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 12px;
  border: 1px solid #E8EBEF;
  background-color: var(--default-primary-1, #FEFEFE);
  outline: none;
}
.press-hero__form input::-moz-placeholder {
  color: var(--greyblue, #687284);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.press-hero__form input::placeholder {
  color: var(--greyblue, #687284);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.press-hero__form input:focus {
  border: 1px solid var(--blue-accent, #3C5A78);
}
.press-hero__form .policy {
  color: var(--greyblue, #687284);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
}
.press-hero__form .policy a {
  color: var(--greyblue, #687284);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.press-hero__form .button-5 {
  width: 100%;
  margin-top: 16px;
}
.press-hero__form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -33px;
  left: 0;
  color: #FD4545;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.press-hero__form br {
  display: none;
}
.press-hero__form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
}
.press-hero__form p:has(.wpcf7-submit) {
  position: relative;
}
.press-hero__form p:has(.wpcf7-submit) .wpcf7-spinner {
  position: absolute;
  top: 26px;
  right: -8px;
  z-index: 1;
  background-color: #72aee6;
}