#nav-icon2 {
  appearance: none;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  padding: 0;
}

#nav-icon2:focus-visible {
  border-radius: 4px;
  outline: 2px solid #5effb5;
  outline-offset: 2px;
}

.header__phone a {
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 1281px) {
  .header__phone {
    padding-right: 0;
    transform: translateX(clamp(-24px, calc((1281px - 100vw) * 0.14), 0px));
  }
}

.main .h1 > span {
  display: block;
}

.listing-page__title-row {
  box-sizing: border-box;
  padding-top: 9rem;
}

.listing-page__title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.product-index__title-row {
  padding-top: 3rem;
}

.listing-page__intro {
  padding-bottom: 0;
  padding-top: 3rem;
}

.listing-page__list,
.listing-page__list.trap,
.product-index__list.listing-page__list {
  padding-top: 5rem;
}

.search-form {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.search-form label {
  flex: 1 0 100%;
}

.search-form input[type="search"] {
  background: #fff;
  border: 1px solid #7f8388;
  border-radius: 4px;
  box-sizing: border-box;
  color: #13171b;
  flex: 1 1 260px;
  font: inherit;
  min-height: 44px;
  min-width: 0;
  padding: 0 12px;
}

.search-form .button {
  background: #149c5e;
  border: 2px solid #149c5e;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 0 24px;
}

.search-form input[type="search"]:focus-visible,
.search-form .button:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: 2px;
}

body.preventScroll {
  width: 100%;
}

.feedback__honeypot {
  height: 1px;
  left: -10000px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.page-content img,
.content img,
.content-image img,
.content-video video,
.process-diagram img {
  height: auto;
  max-width: 100%;
}

.content-rich-text,
.content-image,
.split-media,
.feature-grid,
.checklist,
.process-diagram,
.content-table,
.content-video,
.content-embed,
.content-button,
.editable-section,
.vacancy-content-section {
  box-sizing: border-box;
  margin: 0 0 3rem;
}

.content-rich-text > :first-child,
.editable-section > :first-child,
.vacancy-content-section > :first-child {
  margin-top: 0;
}

.content-rich-text > :last-child,
.editable-section > :last-child,
.vacancy-content-section > :last-child {
  margin-bottom: 0;
}

.content-image,
.process-diagram,
.content-video,
.content-embed {
  margin-left: 0;
  margin-right: 0;
}

.content-image__caption,
.process-diagram figcaption,
.content-table figcaption,
.content-video figcaption,
.content-embed figcaption {
  color: #a8afb5;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.feature-grid > h2,
.checklist > h2,
.process-diagram > h2,
.editable-section > h2,
.vacancy-content-section > h2 {
  color: #5effb5;
  margin: 0 0 1.5rem;
}

.feature-card {
  background: rgb(15 34 42 / 67%);
  border: 1px solid #2d3d44;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  min-height: 100%;
  padding: 1.75rem;
}

.feature-card img {
  display: block;
  height: auto;
  margin: 0 0 1.25rem;
  max-height: 72px;
  max-width: 72px;
  object-fit: contain;
}

.feature-card h3 {
  color: #5effb5;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.checklist {
  background: rgb(15 34 42 / 67%);
  border-left: 3px solid #5effb5;
  padding: 1.5rem 1.75rem;
}

.checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  line-height: 1.6;
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
}

.checklist li::before {
  color: #5effb5;
  content: "✓";
  left: 0;
  position: absolute;
}

.content-table {
  border: 1px solid #2d3d44;
  border-radius: 10px;
  overflow: hidden;
}

.content-table__scroll {
  overflow-x: auto;
}

.content-table__scroll:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: -2px;
}

.content-table table {
  border-collapse: collapse;
  color: #f7f7f8;
  margin: 0;
  min-width: 640px;
  width: 100%;
}

.content-table caption {
  caption-side: top;
  color: #f7f7f8;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem 1.5rem;
  text-align: left;
}

.content-table th,
.content-table td {
  border: 1px solid #2d3d44;
  line-height: 1.5;
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: top;
}

.content-table thead th,
.content-table tbody th {
  background: #15332b;
  color: #fff;
  font-weight: 700;
}

.content-table tbody tr:nth-child(even) {
  background: rgb(255 255 255 / 4%);
}

.content-table figcaption {
  margin: 0;
  padding: 0.875rem 1.5rem 1.25rem;
}

.content-video,
.content-embed {
  background: #0f222a;
  border: 1px solid #2d3d44;
  border-radius: 10px;
  overflow: hidden;
}

.content-video video,
.content-embed iframe {
  display: block;
  width: 100%;
}

.content-video figcaption,
.content-embed figcaption {
  margin: 0;
  padding: 0.875rem 1.25rem 1.25rem;
}

.content-embed__media {
  aspect-ratio: 16 / 9;
}

.content-embed__media > div,
.content-embed__media iframe {
  height: 100%;
  width: 100%;
}

.content-button {
  margin-top: 2rem;
}

.content-button .button {
  display: inline-block;
}

.content-button .easm-button {
  background: var(--easm-accent, #07e8bd);
  border: 1px solid var(--easm-accent, #07e8bd);
  border-radius: 10px;
  color: #06110f;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-width: 220px;
  padding: 1.1rem 1.7rem;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.content-button .easm-button:hover {
  background: transparent;
  color: var(--easm-accent, #07e8bd);
}

.content-button .easm-button:focus-visible {
  outline: 2px solid var(--easm-accent, #07e8bd);
  outline-offset: 6px;
}

.editable-section {
  padding: 2rem;
}

.editable-section--light {
  background: #eaeaea;
  color: #13171b;
}

.editable-section--dotted {
  background: url("../images/blackdots.b6b39c5eccce.png");
}

.editable-section--light > h2 {
  color: #149c5e;
}

.vacancy-content-section {
  background: rgb(15 34 42 / 67%);
  border-left: 3px solid #5effb5;
  padding: 1.5rem 1.75rem;
}

.news-detail__date {
  display: block;
  margin-bottom: 1.5rem;
}

.footer__menu a {
  white-space: nowrap;
}

.partners-page {
  min-height: 600px;
}

.partners-page__content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 9rem 0 8rem;
}

.partners-page__title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 3.5rem;
}

.partners-grid {
  display: grid;
  gap: 2.5rem 2.5rem;
  grid-template-columns: repeat(3, 268px);
}

.partner-card {
  align-items: center;
  background: #12161a;
  border: 1px solid #252c31;
  border-radius: 14px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 96px;
  justify-content: center;
  min-width: 0;
  padding: 18px 26px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.partner-card:hover {
  border-color: #5effb5;
  box-shadow: 0 12px 24px rgb(0 0 0 / 24%);
  transform: translateY(-2px);
}

.partner-card:focus-visible,
.partners-modal__close:focus-visible,
.partners-modal__link:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: 4px;
}

.partner-card img,
.partners-modal__logo img {
  display: block;
  height: auto;
  max-height: 58px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.partner-card__title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.partners-modal[hidden] {
  display: none;
}

.partners-modal {
  align-items: center;
  background: rgb(0 0 0 / 72%);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.partners-modal__dialog {
  background: #12161a;
  border: 1px solid #2d353b;
  border-radius: 16px;
  box-shadow: 0 24px 72px rgb(0 0 0 / 46%);
  box-sizing: border-box;
  color: #fff;
  max-width: 560px;
  padding: 48px;
  position: relative;
  width: 100%;
}

.partners-modal__close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
}

.partners-modal__close svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  width: 24px;
}

.partners-modal__logo {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: flex-start;
  margin: 0 48px 2rem 0;
}

.partners-modal h2 {
  font-size: 1.75rem;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.partners-modal p {
  color: #d2d6d9;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.partners-modal__link {
  color: #5effb5;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.5rem;
}

body.partners-modal-open {
  overflow: hidden;
}

.logos ul li {
  box-sizing: border-box;
  flex: 1 1 20%;
  min-width: 0;
  text-align: center;
}

.logos ul li img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 992px) {
  .partners-page__content {
    max-width: 760px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .partners-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logos ul li {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .partners-page__content {
    min-height: 0;
    padding: 4rem 24px 5rem;
  }

  .partners-page__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .partners-modal {
    align-items: end;
    padding: 12px;
  }

  .partners-modal__dialog {
    border-radius: 14px;
    padding: 36px 24px 28px;
  }

  .partners-modal h2 {
    font-size: 1.5rem;
  }

  .cards__new > .grid-16 > .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .search-form input[type="search"],
  .search-form .button {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .header.active,
  .header.mobile_menu_opened {
    background: #0611138c;
    height: 102px;
    padding-top: 0;
    position: fixed;
    transition: background 0.5s ease-in;
  }

  .header.active > .grid-16-noGutter,
  .header.mobile_menu_opened > .grid-16-noGutter {
    align-items: center;
    height: 100%;
  }

  .header.active #nav-icon2,
  .header.mobile_menu_opened #nav-icon2 {
    top: 29px;
  }

  .header_mission,
  .header__menu-spacer,
  .header__menu-column,
  .header__phone {
    display: none;
  }

  #mobile_menu {
    display: block;
  }

  #nav-icon2 {
    height: 44px;
    right: 13px;
    top: 26px;
    width: 44px;
  }

  #nav-icon2 span {
    width: 15px;
  }

  #nav-icon2 span:nth-child(odd) {
    left: 7px;
  }

  #nav-icon2 span:nth-child(even) {
    left: 22px;
  }

  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 11px;
  }

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 21px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 31px;
  }

  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(5) {
    left: 7px;
  }

  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(6) {
    left: 16px;
  }

  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(2) {
    top: 13px;
  }

  #nav-icon2.open span:nth-child(5),
  #nav-icon2.open span:nth-child(6) {
    top: 22px;
  }

  .header.mobile_menu_opened + #opened-menu {
    overflow-y: auto;
  }

  .header.mobile_menu_opened + #opened-menu nav {
    box-sizing: border-box;
    display: block;
    left: auto;
    padding: 96px 20px 24px 20%;
    position: relative;
    top: auto;
    transform: none;
  }

  #opened-menu nav ul li a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }

  #opened-menu .menu_info {
    bottom: auto;
    left: auto;
    margin-left: 20%;
    padding: 0 20px 40px 0;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  .grey__header_block {
    padding-top: 6rem !important;
  }
}

@media (max-width: 768px) {
  .listing-page__title-row,
  .product-index__title-row {
    padding-top: 8rem;
  }

  .listing-page__title {
    font-size: 2rem;
  }

  .listing-page__intro {
    padding-top: 2rem;
  }

  .listing-page__list,
  .listing-page__list.trap,
  .product-index__list.listing-page__list {
    padding-top: 3rem;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.standard-page__content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: calc(100% - 48px);
}

.standard-page__content > :first-child,
.standard-page__content .rich-text > :first-child {
  margin-top: 0;
}

.standard-page__content > :last-child,
.standard-page__content .rich-text > :last-child {
  margin-bottom: 0;
}

.header__menu > ul {
  align-items: center;
}

.header__menu > ul > li > a {
  border-radius: 10px;
  margin: -5px calc(2rem - 5px) -5px -5px;
  padding: 5px;
}

.header__menu > ul > li > a:hover,
.header__menu > ul > li > a:focus-visible,
.header__menu li.active:hover > a {
  border-radius: 10px;
  box-shadow: none;
}

.header__search-item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.header__search-trigger,
.mobile-menu__search {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.header__search-trigger {
  border-radius: 50%;
  height: 42px;
  margin: -11px 0 -11px -0.6rem;
  padding: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  width: 42px;
}

.header__search-trigger svg,
.mobile-menu__search svg,
.header-search svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.header__search-trigger:hover,
.header__search-trigger:focus-visible {
  background: #0f222aab;
  color: #5effb5;
  transform: scale(1.06);
}

.header__search-trigger:focus-visible,
.mobile-menu__search:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: 2px;
}

.header-search[hidden] {
  display: none;
}

.header-search {
  align-items: center;
  animation: header-search-open 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  background: rgba(6, 17, 19, 0.98);
  box-sizing: border-box;
  display: flex;
  inset: 0 0 auto;
  min-height: 104px;
  position: absolute;
  z-index: 4;
}

.header-search.header-search--closing {
  animation: header-search-close 0.24s cubic-bezier(0.4, 0, 1, 1) both;
  pointer-events: none;
}

@keyframes header-search-open {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header-search-close {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}

.header-search__panel {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px 0 28px;
  width: 100%;
}

.header-search__form {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  grid-column: 3 / 15;
  margin: 0 auto;
  min-height: 104px;
  width: 100%;
}

.header-search__icon {
  color: #5effb5;
  flex: 0 0 auto;
}

.header-search__quick-links {
  display: grid;
  gap: 32px;
  grid-column: 3 / 15;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.header-search__quick-column {
  display: grid;
  gap: 28px;
}

.header-search__quick-group {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.header-search__quick-letter {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.header-search__quick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-search__quick-list li {
  margin-top: 14px;
}

.header-search__quick-list li:first-child {
  margin-top: 0;
}

.header-search__quick-list a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-search__quick-list a:hover,
.header-search__quick-list a:focus-visible {
  color: #5effb5;
  outline: none;
}

.header-search__form input[type="search"] {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-size: 1.2rem;
  min-height: 48px;
  min-width: 0;
  padding: 0 4px;
}

.header-search__form input[type="search"]::placeholder {
  color: #aeb8b7;
  opacity: 1;
}

.header-search__form input[type="search"]:focus {
  border-bottom-color: #5effb5;
  outline: 0;
}

.header-search__submit,
.header-search__close {
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  min-height: 44px;
}

.header-search__submit {
  background: #149c5e;
  border: 2px solid #149c5e;
  color: #fff;
  font-weight: 700;
  padding: 0 24px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.header-search__submit:hover,
.header-search__submit:focus-visible {
  background: #5effb5;
  border-color: #5effb5;
  color: #061113;
}

.header-search__close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
  width: 44px;
}

.header-search__close:hover,
.header-search__close:focus-visible {
  border-color: #5effb5;
  color: #5effb5;
}

.header-search__submit:focus-visible,
.header-search__close:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: 2px;
}

.mobile-menu__search {
  gap: 10px;
  justify-content: flex-start;
  min-height: 44px;
  padding: 0;
}

.footer__navigation-grid > div {
  box-sizing: border-box;
  padding-right: 18px;
}

.footer__section-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7rem;
  margin: 0 0 0.35rem;
}

.footer__documents a:focus-visible,
.footer__menu a:focus-visible {
  color: #5effb5;
  outline: 2px solid #5effb5;
  outline-offset: 3px;
}

.cookie-banner {
  background: rgba(6, 17, 19, 0.98);
  border-top: 1px solid rgba(94, 255, 181, 0.45);
  bottom: 0;
  box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  color: #fff;
  left: 0;
  padding: 22px 32px;
  position: fixed;
  right: 0;
  z-index: 99999990;
}

.cookie-banner__content {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}

.cookie-banner__copy {
  max-width: 820px;
}

.cookie-banner__copy h2 {
  color: #5effb5;
  font-size: 1.15rem;
  margin: 0 0 6px;
}

.cookie-banner__copy p {
  color: #d8dfde;
  line-height: 1.5;
  margin: 0;
}

.cookie-banner__copy a {
  color: #5effb5;
}

.cookie-banner__copy a:hover,
.cookie-banner__copy a:focus-visible {
  text-decoration: none;
}

.cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.cookie-banner__button {
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 0 22px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.cookie-banner__button--primary {
  background: #149c5e;
  border: 2px solid #149c5e;
  color: #fff;
}

.cookie-banner__button--secondary {
  background: transparent;
  border: 1px solid #7f8b88;
  color: #fff;
}

.cookie-banner__button--primary:hover,
.cookie-banner__button--primary:focus-visible {
  background: #5effb5;
  border-color: #5effb5;
  color: #061113;
}

.cookie-banner__button--secondary:hover,
.cookie-banner__button--secondary:focus-visible {
  border-color: #5effb5;
  color: #5effb5;
}

.cookie-banner__button:focus-visible {
  outline: 2px solid #5effb5;
  outline-offset: 3px;
}

.search-form__error {
  color: #ff8f8f;
  flex: 1 0 100%;
}

.search-results {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.search-results li {
  border-top: 1px solid #3f4649;
  padding: 1.5rem 0;
}

.search-results li:last-child {
  border-bottom: 1px solid #3f4649;
}

.search-results h2 {
  font-size: 1.35rem;
  margin: 0 0 0.45rem;
}

.search-results h2 a {
  color: #5effb5;
}

.search-results p,
.search-results__summary {
  color: #c5cccb;
}

.search-pagination {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 2rem;
}

.search-pagination a {
  color: #5effb5;
}

.news-index__image {
  aspect-ratio: 16 / 9;
}

.news-index__image > a,
.news-index__image picture {
  display: block;
  height: 100%;
}

.news-index__image a img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.all_services .icon,
.all_services .block h2,
.all_services .block h2 a {
  padding-bottom: 0;
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .header__menu > ul > li > a {
    margin-right: calc(1.35rem - 5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-search,
  .header-search.header-search--closing {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .footer__navigation-grid > div {
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .footer__section-title {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .standard-page__content {
    width: calc(100% - 32px);
  }

  .header-search {
    min-height: 96px;
  }

  .header-search__panel {
    padding: 18px 16px 32px;
  }

  .header-search__form {
    gap: 10px;
    grid-column: 1 / -1;
    min-height: 60px;
  }

  .header-search__quick-links {
    gap: 28px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .header-search__icon,
  .header-search__submit {
    display: none;
  }

  .header-search__form input[type="search"] {
    font-size: 1rem;
  }

  .cookie-banner {
    padding: 18px 16px;
  }

  .cookie-banner__content {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__button {
    flex: 1 1 50%;
    padding: 0 12px;
  }

  .search-pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
