@charset "UTF-8";
/* UltraLight – 100 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-UltraLight.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-UltraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Thin – 200 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-Thin.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Light – 300 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-Light.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular – 400 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-Regular.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium – 500 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-Medium.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold – 700 */
@font-face {
  font-family: "e-Ukraine";
  src: url("../../fonts/e-ukraine/e-Ukraine-Bold.woff2") format("woff2"), url("../../fonts/e-ukraine/e-Ukraine-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: var(--c-text);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.admin-bar header {
  top: 32px;
}

main {
  display: block;
}

img {
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-family: "Arial", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.hidden, [hidden] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.site, section {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-between-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid {
  margin: 0 -8px -16px;
}
@media screen and (max-width: 768px) {
  .grid {
    margin: 0 -6px -12px;
  }
}
@media screen and (max-width: 576px) {
  .grid {
    margin: 0 0 -6px;
  }
}

.grid-item-2 {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 768px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
  }
}

.grid-item-3 {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-3 {
    width: calc(50% - 16px);
    margin: 0 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-3 {
    width: 100%;
    margin: 0 0 12px;
  }
}

.grid-item-4 {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-4 {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .grid-item-4 {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-first {
  padding: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-first {
    padding: 120px 0 60px;
  }
}

.container {
  max-width: 1288px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.container-large {
  max-width: 956px;
}

.container-small {
  max-width: 800px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-text);
  margin: 0;
}

h1, .h1 {
  font-size: 64px;
  line-height: 104%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 118%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

h5, .h5 {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

a {
  color: var(--c-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, figure {
  margin: 0 0 16px;
}

.m-top {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .m-top {
    margin-top: 35px;
  }
}

.m-top-m {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .m-top-m {
    margin-top: 24px;
  }
}

.m-top-s {
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .m-top-s {
    margin-top: 12px;
  }
}

ul, ol {
  padding-left: 25px;
}

.background {
  background-size: cover;
  background-position: center;
}

.button, input[type=submit] {
  padding: 17px 59px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--c-color);
  cursor: pointer;
  border-radius: 8px;
}

.button-primari {
  background-color: var(--c-color);
}
.button-primari:hover {
  background-color: var(--c-color);
  border-color: var(--c-color);
}

.no-margin {
  margin: 0 !important;
}

.medium {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .medium {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .no-medium {
    display: none !important;
  }
}

.small {
  display: none;
}
@media screen and (max-width: 576px) {
  .small {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .no-small {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

#shadow-host-companion {
  padding: 0;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding-inline: 24px;
}

/* =======================
   HEADER
   ======================= */
.site-header {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 300;
  padding-block: 24px;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header__logo img,
.site-header__logo svg {
  width: 169px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 14px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 2px;
  background: var(--white-100, #fff);
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "e-Ukraine", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: var(--black-100, #000);
  text-align: center;
}

.header-btn__label {
  white-space: nowrap;
}

.header-btn--menu {
  font-size: 14px;
}

.header-btn--lang,
.header-btn--partner {
  font-size: 16px;
  letter-spacing: -0.32px;
}

.header-menu-toggle__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu-toggle__icon svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  margin-inline: 1px;
  stroke-width: 1.5px;
  stroke: var(--black-100, #000);
}

/* по умолчанию крестик спрятан */
.header-menu-toggle__icon--close {
  display: none;
  font-size: 18px;
  line-height: 1;
}

/* =======================
   OFFCANVAS MENU
   ======================= */
.offcanvas-menu {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 200;
}

.offcanvas-menu__panel {
  width: 50%;
  min-width: 720px;
  height: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  background: var(--white-100, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 96px 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='695' height='767' viewBox='0 0 695 767' fill='none'%3E%3Cpath d='M478.336 1097.97L405.086 1203.63L385.69 1195.48L429.289 1100.94L429.203 1060.3C402.923 1074.94 372.185 1072.99 360.1 1070.18L390.089 1016.85L371.852 993.357L141.801 910.724L44.7528 742.632L46.6475 565.441L186.491 394.652L246.713 387.899L75.6697 373.922L25.6431 364.784L-0.000115351 299.545L51.1816 236.643L180.976 267.098L246.554 328.624L220.785 230.774L307.704 6.49469C335.757 -9.70157 382.59 8.17302 402.5 19.1348L407.266 64.4097L303.626 286.336L302.818 355.506L317.187 287.844L402.311 155.319L486.252 124.865L531.924 139.186L535.643 210.412C437.585 255.286 361.038 338.346 335.023 374.266L447.974 352.411L619.085 476.41L703.402 709.217L601.486 894.795C562.38 921.153 483.083 975.696 478.751 983C474.419 990.304 476.669 1062.69 478.336 1097.97Z' fill='%23A8CFC0' fill-opacity='0.08'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.offcanvas-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.offcanvas-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.offcanvas-menu__list > li + li {
  margin-top: 20px;
}

.offcanvas-menu__list a {
  text-decoration: none;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.offcanvas-menu__list a:hover,
.offcanvas-menu__list a:focus-visible {
  color: var(--primary-green-100, #a8cfc0);
}

.offcanvas-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas-menu__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--black-100, #000);
  color: var(--white-100, #fff);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
}

body.is-menu-open {
  overflow: hidden;
}

body.is-menu-open .offcanvas-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-menu-open .header-menu-toggle__icon--burger {
  display: none;
}

body.is-menu-open .header-menu-toggle__icon--close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .offcanvas-menu__panel {
    width: 100%;
    min-width: unset;
    height: 100vh;
    border-radius: 0;
    padding-inline: 40px;
  }
  .site-header {
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding-block: 15px;
  }
  .header-btn--partner {
    display: none;
  }
  .container {
    padding-inline: 16px;
  }
  .offcanvas-menu__panel {
    padding-inline: 24px;
  }
  .offcanvas-menu__footer {
    margin-top: 64px;
  }
  .offcanvas-menu__list a {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .site-header__logo img, .site-header__logo svg {
    width: 140px;
  }
}
.header-lang {
  position: relative;
}

.header-lang__dropdown {
  position: absolute;
  top: 95%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 2px;
  width: 100%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  z-index: 10;
}

.header-lang__dropdown li {
  padding: 0;
  margin: 0;
}

.header-lang__dropdown a {
  display: block;
  padding: 8px 12px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
}

.header-lang__dropdown a:hover {
  background: var(--primary-green-100, #A8CFC0);
  color: #fff;
}

.header-lang.is-open .header-lang__dropdown {
  display: block;
}

.site-footer {
  background: #A8CFC0;
  color: var(--black-100, #000);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -3px;
  height: 59px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.site-footer .footer_decor-desk {
  position: absolute;
  bottom: 0;
}
@media (max-width: 576px) {
  .site-footer .footer_decor-desk {
    display: none;
  }
}
.site-footer .footer_decor-mob {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: none;
}
@media (max-width: 576px) {
  .site-footer .footer_decor-mob {
    display: block;
  }
}
.site-footer__inner {
  padding-top: 113px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.site-footer__col {
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.site-footer__col--newsletter {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.site-footer__col--events {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/span 3;
}
.site-footer__col--contact {
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-column: 7/span 2;
}
.site-footer__decor {
  margin-top: 100px;
}
.site-footer__decor svg {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .footer-crow {
  position: absolute;
  top: -96px;
  left: 50%;
  -webkit-transform: translateX(444px);
      -ms-transform: translateX(444px);
          transform: translateX(444px);
  pointer-events: none;
}

/* =======================
   Newsletter
   ======================= */
.footer-newsletter__title {
  margin: 0 0 24px;
}

.footer-newsletter__form {
  max-width: 342px;
}

.footer-newsletter__field {
  position: relative;
  display: block;
}

.footer-newsletter__input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 16px 32px 16px 0;
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.footer-newsletter__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.footer-newsletter__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.footer-newsletter__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.footer-newsletter__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.footer-newsletter__input::placeholder {
  color: rgba(0, 0, 0, 0.28);
}

.footer-newsletter__submit {
  position: absolute;
  right: 0;
  bottom: 16px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-newsletter__submit:hover {
  opacity: 0.3;
}

.footer-newsletter__divider {
  height: 1px;
  background: var(--black-100, #000);
}

.footer-newsletter__message {
  margin-top: 8px;
  font-size: 12px;
}

/* =======================
   Events + Join
   ======================= */
.footer-events__text {
  margin-bottom: 8px;
  max-width: 324px;
  width: 100%;
}

.footer-events__email {
  display: inline-block;
  margin-bottom: 64px;
  text-decoration: none;
  color: var(--black-100, #000);
}

.footer-join__text {
  margin-bottom: 24px;
  max-width: 324px;
  width: 100%;
}

.footer-join__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background: var(--black-100, #000);
  color: var(--white-100, #FFF);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.footer-join__btn:hover {
  color: #A8CFC0;
}

/* =======================
   Contact
   ======================= */
.footer-contact__address,
.footer-contact__phone {
  display: block;
  text-decoration: none;
  color: var(--black-100, #000);
}

.footer-contact__address {
  margin-bottom: 8px;
}

@media (max-width: 1250px) {
  .site-footer .footer-crow {
    right: 33px;
    left: unset;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 111px;
    height: 106px;
    top: -36px;
  }
}
@media (max-width: 1024px) {
  .site-footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .site-footer__col--newsletter,
  .site-footer__col--events,
  .site-footer__col--contact {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .site-footer::before {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .site-footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .site-footer__col--newsletter {
    max-width: 100%;
  }
  .site-footer__col--contact {
    text-align: center;
    width: 253px;
    margin: 0 auto;
  }
  .footer-newsletter__form {
    max-width: 100%;
  }
  .site-footer__decor {
    margin-top: 64px;
  }
  .footer-events__text {
    text-align: center;
    margin: 0 auto;
  }
  .footer-events__email {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  .footer-join__text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .footer-join__btn {
    max-width: 253px;
    margin: 0 auto;
  }
  .site-footer .footer-crow {
    -webkit-transform: translateX(0) scaleX(-1);
        -ms-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
}
.error-page {
  padding-top: 0;
  padding-bottom: 120px;
}
.error-page__inner {
  max-width: 802px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-page__decor {
  margin-bottom: 40px;
}
.error-page__decor-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.error-page__text {
  margin-bottom: 32px;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  width: 487px;
}
.error-page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--black-100, #000);
  color: var(--white-100, #FFF);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.error-page__btn:hover, .error-page__btn:focus-visible {
  color: var(--primary-green-100, #A8CFC0);
}
@media (max-width: 768px) {
  .error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .error-page__text {
    font-size: 14px;
    letter-spacing: -0.28px;
    width: 240px;
  }
  .error-page__text br {
    display: none;
  }
}

.partners-hero {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 0;
}
.partners-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.partners-hero__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.partners-hero__image {
  position: relative;
  height: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.partners-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.partners-hero__image--1 {
  -ms-flex-preferred-size: 24.3%;
      flex-basis: 24.3%;
}
.partners-hero__image--2 {
  -ms-flex-preferred-size: 24.3%;
      flex-basis: 24.3%;
}
.partners-hero__image--3 {
  -ms-flex-preferred-size: 51.4%;
      flex-basis: 51.4%;
}
@media (max-width: 768px) {
  .partners-hero {
    height: 280px;
  }
  .partners-hero__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .partners-hero__image--3 {
    display: none;
  }
}

.partners-page__inner {
  padding-block: 64px;
}

.partners-section {
  padding-block: 88px 0;
  padding-bottom: 64px;
}
.partners-section__title {
  margin: 0 0 56px;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.partners-section__empty {
  text-align: center;
  color: var(--black-34, rgba(0, 0, 0, 0.34));
}
@media (max-width: 768px) {
  .partners-section__title {
    margin: 0 0 34px;
    color: var(--black-100, #000);
    text-align: center;
    font-family: "e-Ukraine", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
  }
}

.partners-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

@media (max-width: 1200px) {
  .partners-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .partners-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .partners-section {
    padding: 54px 0;
  }
  .partners-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* ============================
   PARTNER CARD COMPONENT
   ============================ */
.partner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--black-14, rgba(0, 0, 0, 0.14));
  background: #fff;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}

.partner-card__thumb-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.partner-card__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.partner-card__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
}

.partner-card__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.partner-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partner-card__title {
  margin: 0 0 20px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.partner-card__hours {
  margin-bottom: 8px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.partner-card__excerpt {
  margin-bottom: 36px;
  overflow: hidden;
  color: var(--black-34, rgba(0, 0, 0, 0.34));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.partner-card__actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.partner-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.partner-card__btn--secondary {
  border: 1px solid var(--black-14, rgba(0, 0, 0, 0.14));
  background: var(--white-100, #fff);
  color: var(--black-100, #000);
}

.partner-card__btn--secondary:hover {
  border-color: var(--black-14, rgba(0, 0, 0, 0.14));
  background: rgba(0, 0, 0, 0.04);
}

.partner-card__btn--primary {
  background: var(--black-100, #000);
  color: var(--white-100, #fff);
  border: 1px solid var(--black-100, #000);
}

.partner-card__btn--primary:hover {
  color: var(--primary-green-100, #A8CFC0);
}

/* ============================
   MODAL OVERLAY + DIALOG
   ============================ */
.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.partner-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.partner-modal__dialog {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 54px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-radius: 4px;
  background: var(--white-100, #FFF);
  max-width: 672px;
  width: auto;
  max-height: calc(100vh - 64px);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.partner-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.partner-modal__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.partner-modal__title {
  margin: 0 0 40px;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.partner-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-partner-modal-open {
  overflow: hidden;
}

/* ============================
   FORM LAYOUT
   ============================ */
.partner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partner-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.partner-form__field {
  position: relative;
}

.partner-form input[type=text],
.partner-form input[type=tel],
.partner-form input[type=email],
.partner-form input[type=url] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white-100, #FFF);
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

/* Placeholder */
.partner-form input::-webkit-input-placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.partner-form input::-moz-placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.partner-form input:-ms-input-placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.partner-form input::-ms-input-placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.partner-form input::placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

/* Focus state */
.partner-form input[type=text]:focus,
.partner-form input[type=tel]:focus,
.partner-form input[type=email]:focus,
.partner-form input[type=url]:focus {
  border-radius: 4px;
  border: 1px solid rgba(168, 207, 192, 0.4);
  background: var(--white-100, #FFF);
  -webkit-box-shadow: 0 0 0 2px rgba(168, 207, 192, 0.24);
          box-shadow: 0 0 0 2px rgba(168, 207, 192, 0.24);
}

.partner-form__field--select {
  position: relative;
}

.partner-select__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white-100, #FFF);
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partner-select__value {
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partner-select__value--placeholder {
  color: var(--black-24, rgba(0, 0, 0, 0.24));
}

.partner-select__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.partner-select__dropdown {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  width: 512px;
  max-height: 210px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white-100, #FFF);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner-select__dropdown::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  height: 84px;
  margin-top: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.partner-select__dropdown.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-select__scroll {
  position: relative;
  width: 100%;
  max-height: 174px;
  overflow-y: auto;
  padding-right: 12px;
}

/* options */
.partner-select__option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 7px 0;
  cursor: pointer;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.partner-select__option:hover,
.partner-select__option:focus-visible {
  outline: none;
}

/* кастомный скролл (WebKit) */
.partner-select__scroll::-webkit-scrollbar {
  width: 3px;
}

.partner-select__scroll::-webkit-scrollbar-track {
  border-radius: 4px;
  background: var(--black-4, rgba(0, 0, 0, 0.04));
}

.partner-select__scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--black-100, #000);
}

/* ============================
   SUBMIT BUTTON
   ============================ */
.partner-form__actions {
  margin-top: 24px;
}

.partner-form__submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 512.5px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 0 !important;
  background: #000;
  color: var(--white-100, #FFF) !important;
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-indent: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.partner-form__submit:hover {
  color: #A8CFC0 !important;
}

/* ============================
   CF7 ERRORS / MESSAGES
   ============================ */
.partner-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #E30000;
  font-family: "e-Ukraine", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding-left: 20px;
  position: relative;
}
.partner-form .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.00004 4.66658C6.87627 4.66658 6.75758 4.71575 6.67006 4.80327C6.58254 4.89079 6.53338 5.00948 6.53338 5.13325V6.99992C6.53338 7.12369 6.58254 7.24238 6.67006 7.3299C6.75758 7.41742 6.87627 7.46658 7.00004 7.46658C7.12381 7.46658 7.24251 7.41742 7.33002 7.3299C7.41754 7.24238 7.46671 7.12369 7.46671 6.99992V5.13325C7.46671 5.00948 7.41754 4.89079 7.33002 4.80327C7.24251 4.71575 7.12381 4.66658 7.00004 4.66658ZM7.42938 8.68925C7.41916 8.65951 7.40504 8.63127 7.38737 8.60525L7.33138 8.53525C7.26575 8.4705 7.18242 8.42663 7.09189 8.40919C7.00136 8.39175 6.90769 8.40151 6.82271 8.43725C6.76616 8.46088 6.71407 8.49403 6.66871 8.53525C6.62546 8.57886 6.59124 8.63057 6.56802 8.68743C6.54479 8.74429 6.53302 8.80517 6.53338 8.86658C6.53411 8.92757 6.5468 8.98781 6.57071 9.04392C6.59167 9.10183 6.62511 9.15442 6.66865 9.19797C6.7122 9.24152 6.7648 9.27496 6.82271 9.29592C6.87857 9.32061 6.93897 9.33336 7.00004 9.33336C7.06111 9.33336 7.12151 9.32061 7.17738 9.29592C7.23529 9.27496 7.28788 9.24152 7.33143 9.19797C7.37498 9.15442 7.40842 9.10183 7.42938 9.04392C7.45329 8.98781 7.46597 8.92757 7.46671 8.86658C7.469 8.83552 7.469 8.80432 7.46671 8.77325C7.45867 8.74349 7.44608 8.71516 7.42938 8.68925ZM7.00004 2.33325C6.07706 2.33325 5.17481 2.60695 4.40738 3.11973C3.63995 3.63251 3.04181 4.36134 2.6886 5.21406C2.3354 6.06678 2.24298 7.00509 2.42304 7.91034C2.60311 8.81558 3.04757 9.6471 3.70021 10.2997C4.35286 10.9524 5.18438 11.3969 6.08962 11.5769C6.99486 11.757 7.93318 11.6646 8.7859 11.3114C9.63862 10.9581 10.3675 10.36 10.8802 9.59258C11.393 8.82515 11.6667 7.9229 11.6667 6.99992C11.6667 6.38708 11.546 5.78025 11.3115 5.21406C11.077 4.64788 10.7332 4.13343 10.2999 3.70009C9.86653 3.26675 9.35208 2.923 8.7859 2.68848C8.21971 2.45396 7.61288 2.33325 7.00004 2.33325ZM7.00004 10.7333C6.26166 10.7333 5.53986 10.5143 4.92591 10.1041C4.31197 9.69385 3.83346 9.11078 3.55089 8.4286C3.26833 7.74642 3.19439 6.99578 3.33844 6.27158C3.4825 5.54739 3.83806 4.88217 4.36018 4.36005C4.88229 3.83794 5.54751 3.48237 6.2717 3.33832C6.9959 3.19427 7.74655 3.2682 8.42873 3.55077C9.1109 3.83334 9.69397 4.31185 10.1042 4.92579C10.5144 5.53973 10.7334 6.26153 10.7334 6.99992C10.7334 7.99006 10.34 8.93965 9.63991 9.63978C8.93977 10.3399 7.99018 10.7333 7.00004 10.7333Z' fill='black'/%3E%3C/svg%3E");
}

.wpcf7-response-output {
  font-family: "e-Ukraine", sans-serif !important;
  font-size: 14px !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  border: 1px solid;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  border-color: #A8CFC0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* ============================
   ADAPTIVE
   ============================ */
@media (max-width: 768px) {
  .partner-modal {
    padding: 16px;
  }
  .partner-modal__dialog {
    padding: 32px 20px;
    padding-top: 48px;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .partner-modal__title {
    font-size: 32px;
    letter-spacing: -0.56px;
    margin-bottom: 24px;
  }
  .partner-form input[type=text],
  .partner-form input[type=tel],
  .partner-form input[type=email],
  .partner-form input[type=url],
  .partner-select__toggle,
  .partner-select__dropdown,
  .partner-form__submit {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.blog-page {
  padding-top: 96px;
  padding-bottom: 24px;
}

/* ====== Breadcrumbs ====== */
.blog-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  font-family: "e-Ukraine", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.132px;
}

.blog-breadcrumbs__link {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.blog-breadcrumbs__link:hover,
.blog-breadcrumbs__link:focus-visible {
  color: rgba(0, 0, 0, 0.7);
}

.blog-breadcrumbs__sep {
  color: rgba(0, 0, 0, 0.4);
}

.blog-breadcrumbs__current {
  color: #000;
}

.blog-breadcrumbs__current--post {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
}

@media (max-width: 600px) {
  .blog-breadcrumbs__current--post {
    max-width: 170px;
  }
}
/* ====== Hero ====== */
.blog-hero {
  text-align: center;
  margin-bottom: 80px;
}

.blog-hero__title {
  margin: 0 0 24px;
  max-width: 664px;
  margin-inline: auto;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.blog-hero__subtitle {
  margin: 0;
  max-width: 376px;
  margin-inline: auto;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

/* ====== Grid (8 columns, card spans 2) ====== */
.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 48px;
}

/* Карточка занимает 2 колонки */
.blog-card {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* ====== CARD ====== */
.blog-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.blog-card__category {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 12px;
}

.blog-card__title {
  margin: 0 0 20px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card__title a:hover,
.blog-card__title a:focus-visible {
  color: #A8CFC0;
}

.blog-card__excerpt {
  margin: 0 0 28px;
  color: var(--black-34, rgba(0, 0, 0, 0.34));
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.blog-card__thumb-link {
  display: block;
  margin-top: auto;
  margin-bottom: 21px;
}

.blog-card__thumb-wrap {
  width: 100%;
  height: 198px;
  border-radius: 2px;
  overflow: hidden;
}

.blog-card__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-card__read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.blog-card__read-more:hover,
.blog-card__read-more:focus-visible {
  color: #A8CFC0;
}

/* ====== Pagination ====== */
.blog-pagination {
  margin-top: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.blog-pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.blog-pagination__btn:hover,
.blog-pagination__btn:focus-visible {
  background: #f5f5f5;
}

.blog-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.blog-pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.blog-pagination__page:hover,
.blog-pagination__page:focus-visible {
  background: #f5f5f5;
}

.blog-pagination__page--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

/* ====== Адаптив ====== */
@media (max-width: 1200px) {
  .blog-grid {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .blog-card {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (max-width: 900px) {
  .blog-grid {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .blog-card {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media (max-width: 600px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-hero {
    margin-bottom: 64px;
  }
  .blog-hero__title {
    font-size: 32px;
    max-width: 295px;
    letter-spacing: -0.64px;
  }
  .blog-grid {
    row-gap: 40px;
  }
  .blog-card {
    grid-column: 1/-1;
  }
  .blog-pagination {
    margin-top: 64px;
  }
}
.blog-single {
  padding-top: 96px;
  padding-bottom: 96px;
}
.blog-single__container {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-single__article {
  max-width: 720px;
}

.blog-single__breadcrumbs {
  margin-bottom: 64px;
}

.blog-single__header {
  margin-bottom: 32px;
}

.blog-single__meta-top {
  width: 100%;
}

.blog-single__category {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 19px;
}

.blog-category--default {
  color: #BB85C3;
}

.blog-single__title {
  margin: 0 0 24px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.blog-single__author {
  margin-bottom: 8px;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.176px;
}

.blog-single__author-label {
  color: #000;
  margin-right: 4px;
}

.blog-single__author-name {
  color: #3282DF;
}

.blog-single__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.blog-single__meta-reading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.blog-single__meta-icon {
  line-height: 0;
}
.blog-single__meta-icon svg {
  margin-top: 3px;
}

.blog-single__meta-text {
  color: rgba(0, 0, 0, 0.34);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.176px;
}

.blog-single__meta-dot {
  line-height: 0;
}
.blog-single__meta-dot svg {
  margin-top: 3px;
}

.blog-single__meta-date {
  color: rgba(0, 0, 0, 0.34);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.176px;
}

.share-bar {
  margin-bottom: 32px;
}
.share-bar__line {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
.share-bar__line--top {
  margin-bottom: 16px;
}
.share-bar__line--bottom {
  margin-top: 16px;
}
.share-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-bar__label-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.share-bar__label {
  color: #000;
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.share-bar__icon-main {
  line-height: 0;
}
.share-bar__socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.share-bar__social {
  line-height: 0;
  text-decoration: none;
}
.share-bar__social:hover, .share-bar__social:focus-visible {
  opacity: 0.7;
}

.blog-single__entry {
  max-width: 720px;
}
.blog-single__entry img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-single__entry figure {
  margin: 0 0 24px;
}
.blog-single__entry figure img {
  margin-bottom: 8px;
}
.blog-single__entry figure figcaption {
  color: rgba(0, 0, 0, 0.34);
  font-family: "e-Ukraine", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.12px;
}
.blog-single__entry h2 {
  margin-top: 64px;
  margin-bottom: 24px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  max-width: 547px;
  width: 100%;
}
.blog-single__entry h3,
.blog-single__entry h4,
.blog-single__entry h5,
.blog-single__entry h6 {
  margin-top: 48px;
  margin-bottom: 20px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.blog-single__entry p {
  margin: 0 0 32px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.blog-single__entry p strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.blog-single__entry ul,
.blog-single__entry ol {
  margin: 0 0 32px 24px;
  padding: 0;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.blog-single__entry ul li + li,
.blog-single__entry ol li + li {
  margin-top: 8px;
}
.blog-single__entry blockquote {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-left: 4px solid var(--primary-green-100, #A8CFC0);
  background: rgba(168, 207, 192, 0.16);
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
  position: relative;
}
.blog-single__entry blockquote::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M7.77778 0V3.88571H6.66667C4.66667 3.88571 3.88889 5.02857 3.88889 7.31429V8H7.77778V16H0V8C0 2.51429 2.66667 0 6.66667 0H7.77778ZM20 0V3.88571H18.8889C16.8889 3.88571 16.1111 5.02857 16.1111 7.31429V8H20V16H12.2222V8C12.2222 2.51429 14.8889 0 18.8889 0H20Z' fill='%23A8CFC0'/%3E%3C/svg%3E");
}

.blog-single-related {
  margin-top: 80px;
  text-align: center;
}
.blog-single-related__title {
  margin: 0 0 48px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.blog-single-related__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
  text-align: left;
  margin-bottom: 48px;
}
.blog-single-related__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-single-related__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--black-100, #000);
  color: var(--white-100, #FFF);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-single-related__btn:hover, .blog-single-related__btn:focus-visible {
  color: var(--primary-green-100, #A8CFC0);
}

@media (max-width: 900px) {
  .blog-single-related__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .blog-single__breadcrumbs {
    margin-bottom: 54px;
  }
  .blog-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-single__container {
    padding-inline: 16px;
  }
  .blog-single__article {
    max-width: 100%;
  }
  .blog-single__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .blog-single__entry blockquote {
    padding: 32px 24px;
  }
  .blog-single-related__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .blog-single-related__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.media-hero {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 0;
}
.media-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.media-hero__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.media-hero__image {
  position: relative;
  height: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.media-hero__image--1 {
  -ms-flex-preferred-size: 24.3%;
      flex-basis: 24.3%;
}
.media-hero__image--2 {
  -ms-flex-preferred-size: 24.3%;
      flex-basis: 24.3%;
}
.media-hero__image--3 {
  -ms-flex-preferred-size: 51.4%;
      flex-basis: 51.4%;
}
@media (max-width: 768px) {
  .media-hero {
    height: 280px;
  }
  .media-hero__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .media-hero__image--3 {
    display: none;
  }
}

/* ============================
   MEDIA PAGE SECTION
   ============================ */
.media-section {
  padding-block: 88px 180px;
}
.media-section__title {
  margin: 0 0 56px;
  color: var(--black-100, #000);
  text-align: center;
  font-family: "e-Ukraine", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.media-section__empty {
  text-align: center;
  color: var(--black-34, rgba(0, 0, 0, 0.34));
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
}
.media-section__footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: var(--black-100, #000);
  color: var(--white-100, #FFF);
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.media-section__btn:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .media-section {
    padding: 54px 0;
  }
  .media-section__title {
    margin: 0 0 34px;
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.media-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 1200px) {
  .media-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .media-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .media-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}