/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gropled-Bold";
  src: url("../fonts/gropled/Gropled-Bold.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "TildaSans-VF";
  src: url("../fonts/tildasans-vf/TildaSans-VF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --font-family-tildasans-vf: "TildaSans-VF", Helvetica, Arial, sans-serif;
  --font-family-gropled: "Gropled-Bold", Helvetica, Arial, sans-serif;
  --color-black: #2E2D2B;
  --color-white: #fff;
  --color-green: #1F8B48;
  --color-gray: #F6F6F6;
  --color-poster-video: #778488;
  --transition-1: .2s;
  --transition-sidebar: .2s cubic-bezier(0.77, 0, 0.175, 1);
  --zindex-dropdown: 1000;
  --zindex-sidebar: 1010;
  --zindex-sticky: 1020;
  --zindex-fixed: 1030;
  --zindex-modal: 1055;
  --zindex-popover: 1070;
  --zindex-tooltip: 1080;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: var(--font-family-tildasans-vf);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-gray);
  background-image: url("../img/pattern.png");
  background-image: image-set(url("../img/pattern.webp") type("image/webp"));
  background-size: 138.0625rem 132.6875rem;
  background-position: center top 1400%;
  background-repeat: repeat;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-sidebar);
}

img,
video {
  display: flex;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

button,
input,
label {
  font-family: var(--font-family-tildasans-vf);
  outline: none;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
}

button,
input,
label,
textarea {
  border: initial;
  outline: initial;
}

button {
  background-color: initial;
  cursor: pointer;
}

svg {
  display: flex;
}

::selection,
::selection {
  background-color: rgba(31, 139, 72, 0.4);
  color: var(--maxuiux-color-white);
}

::-moz-selection,
::-moz-selection {
  background-color: rgba(31, 139, 72, 0.4);
  color: var(--maxuiux-color-white);
}

::-webkit-selection,
::-webkit-selection {
  background-color: rgba(31, 139, 72, 0.4);
  color: var(--maxuiux-color-white);
}

.title {
  font-family: var(--font-family-gropled);
  font-size: 4rem;
  font-weight: 700;
  line-height: 90%;
  color: var(--color-black);
}

.subtitle {
  font-family: var(--font-family-gropled);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 95%;
  color: var(--color-black);
  text-wrap: pretty;
}

.text {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--color-black);
}

.container {
  max-width: 73.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
}

.header-info__wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.header-info__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 4rem;
}

.header-info__detail {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--color-white);
}

.header-info__title,
.header-info__text {
  color: var(--color-white);
}

.header-info__block--1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-info__block--2 {
  align-self: end;
}

.beyond-borders-slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.beyond-borders-slider-container {
  max-width: 80.5rem;
  width: 100%;
  margin: 0 auto;
  padding-right: 23.3125rem;
  overflow: visible;
}

.slider-stories {
  overflow: hidden;
  padding: 6rem 0;
  user-select: none;
}

.slider-stories__blocks {
  display: grid;
  grid-template-columns: 14.75rem 1fr;
  gap: 0.5rem;
  position: relative;
}

.slider-stories__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.slider-stories__slider {
  height: 28.125rem;
  position: relative;
}

.slider-stories .swiper-slide {
  width: 18.75rem;
}

.slider-stories-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slider-stories-button {
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
  color: var(--color-black);
  background-color: transparent;
  transition: var(--transition-1);
}

.slider-stories-button svg {
  width: 2.75rem;
  height: 1.25rem;
  transition: inherit;
}

.feedback {
  padding-bottom: 6rem;
}

.feedback__wrap {
  display: grid;
  grid-template-columns: 26.6875rem 28.125rem;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 1.5rem;
  background-color: var(--color-green);
}

.feedback__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.feedback__title {
  color: var(--color-white);
}

.feedback .checkbox {
  color: var(--color-white);
}

.feedback-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feedback-list__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feedback-list__item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  color: var(--color-green);
  background-color: var(--color-white);
}

.feedback-list__item-icon svg {
  width: 100%;
  height: 100%;
}

.feedback-list__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

.contacts__blocks {
  display: grid;
  grid-template-columns: 37.9375rem 1fr;
  gap: 0.5rem;
}

.contacts__block {
  background-color: var(--color-white);
  border-radius: 1.5rem;
  overflow: hidden;
}

.contacts__block--contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem;
}

.contacts__block--map {
  position: relative;
  overflow: hidden;
}

.contacts__block--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}

.contacts-list__item-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contacts-list__item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  color: var(--color-white);
  background-color: var(--color-green);
}

.contacts-list__item-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  scale: 0.86;
}

.contacts-list__item-text {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.03em;
}

.form__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.header {
  padding: 0.5rem 0;
}

.header__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: var(--color-white);
  border-radius: 1.5rem;
}

.header__block--hamburger {
  display: none;
}

.logo {
  color: var(--color-green);
}

.logo svg {
  width: 8.125rem;
  height: 2.25rem;
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  width: 100%;
}

.header__menu a {
  display: inline-flex;
  align-self: center;
}

.header-info-video {
  width: 100%;
  height: 28.75rem;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  border-radius: 1.5rem;
  pointer-events: none;
  user-select: none;
  background-color: var(--color-poster-video);
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer__blocks {
  display: grid;
  grid-template-columns: 1fr 15.625rem 8.125rem;
  gap: 2rem;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  max-width: 18rem;
  width: 100%;
}

.button {
  display: inline-flex;
  align-self: baseline;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--color-black);
  border-radius: 2rem;
  user-select: none;
  transition: var(--transition-1);
}

.button--sm {
  padding: 0.5rem 1rem;
}

.button--md {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 110%;
  padding: 1rem 1.5rem;
}

.button--color-green {
  color: var(--color-black);
  background-color: transparent;
}

.button--color-green-icon {
  font-family: var(--font-family-gropled);
  color: var(--color-white);
  background-color: var(--color-green);
}

.button--color-green-icon svg {
  width: 2.75rem;
  height: 1.25rem;
  color: var(--color-green);
  background-color: var(--color-white);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: inherit;
}

.button--color-white-icon {
  font-family: var(--font-family-gropled);
  color: var(--color-green);
  background-color: var(--color-white);
}

.button--color-white-icon svg {
  width: 2.75rem;
  height: 1.25rem;
  color: var(--color-white);
  background-color: var(--color-green);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: inherit;
}

.button-hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: var(--color-green);
}

.button-hamburger__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  width: 1.125rem;
  height: 0.75rem;
  position: relative;
}

.button-hamburger__line {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  background-color: var(--color-white);
  border-radius: 0.25rem;
  transition: var(--transition-1);
}

.slider-stories-card {
  width: 18.75rem;
  height: 28.125rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  user-select: none;
}

.slider-stories-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(31, 139, 72, 0.95) 0%, rgba(31, 139, 72, 0) 80%);
  opacity: 0;
  transform: translateY(20%);
  transition: var(--transition-1);
}

.slider-stories-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider-stories-card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 2rem;
}

.slider-stories-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transition: var(--transition-1);
}

.slider-stories-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.slider-stories-card__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.slider-stories-card__title,
.slider-stories-card__text {
  color: var(--color-white);
}

.input {
  display: inline-flex;
  max-width: 100%;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--color-black);
  border-radius: 2.5rem;
  background-color: var(--color-white);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}

.input::placeholder {
  color: rgba(46, 45, 43, 0.5);
}

.checkbox {
  display: inline-flex;
  align-items: flex-start;
  padding-top: 0.4375rem;
  padding-left: 2rem;
  min-height: 1.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--color-black);
  user-select: none;
  position: relative;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-1);
}

.checkbox__checkmark .checkmark-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox__checkmark .checked {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  transition: stroke-dashoffset 0.2s ease;
}

.checkbox input:checked ~ .checkbox__checkmark .checked {
  stroke-dashoffset: 0;
}

@media (max-width: 73.75rem) {
  .title {
    font-size: 2rem;
    line-height: 100%;
  }

  .subtitle {
    font-size: 1.75rem;
    line-height: 100%;
  }

  .text {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .container {
    max-width: 61.25rem;
  }

  .header-info__blocks {
    padding: 3rem;
  }

  .beyond-borders-slider-container {
    max-width: 68rem;
  }

  .slider-stories {
    padding: 4rem 0;
  }

  .slider-stories__slider {
    height: 21.875rem;
  }

  .slider-stories .swiper-slide {
    width: 15.625rem;
  }

  .feedback {
    padding-bottom: 4rem;
  }

  .feedback__wrap {
    padding: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .feedback-list__item-text {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .contacts__blocks {
    grid-template-columns: 31.9375rem 1fr;
  }

  .contacts__block--contacts {
    gap: 1.5rem;
    padding: 3rem;
  }

  .contacts-list__item {
    gap: 1rem 1.5rem;
  }

  .contacts-list__item-text {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .header-info-video {
    height: 22rem;
  }

  .button--md {
    font-size: 1rem;
  }

  .slider-stories-card {
    width: 15.625rem;
    height: 21.875rem;
  }
}

@media (max-width: 61.25rem) {
  .overflow-sidebar {
    overflow: hidden;
  }

  .overflow-sidebar::after {
    opacity: 1;
    pointer-events: all;
  }

  .title br {
    display: none;
  }

  .text {
    text-wrap: balance;
  }

  .text br {
    display: none;
  }

  .container {
    max-width: 41.25rem;
  }

  .header-info__blocks {
    grid-template-columns: 1fr 40%;
    padding: 1.5rem;
  }

  .header-info__detail {
    font-size: 0.75rem;
    line-height: 100%;
  }

  .beyond-borders-slider-container {
    max-width: 63.3125rem;
  }

  .slider-stories__blocks {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    height: initial;
  }

  .slider-stories__slider {
    height: 20rem;
  }

  .slider-stories-buttons {
    display: none;
  }

  .feedback__wrap {
    padding: 1.5rem;
    grid-template-columns: 1fr;
  }

  .feedback__info {
    gap: 1.5rem;
  }

  .contacts__blocks {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 15.625rem;
  }

  .contacts__block--contacts {
    padding: 1.5rem;
  }

  .form__item-wrap {
    flex-direction: row;
  }

  .header__blocks {
    padding: 1rem 0;
    background-color: transparent;
  }

  .header__block--menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: var(--zindex-sidebar);
    width: 15rem;
    padding: 1.5rem 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    transition: var(--transition-sidebar);
  }

  .header__block--menu[data-sidebar-active=false] {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }

  .header__block--menu[data-sidebar-active=true] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }

  .header__block--hamburger {
    display: flex;
  }

  .header__menu-list {
    flex-direction: column;
    gap: initial;
  }

  .header__menu-list-item {
    width: 100%;
  }

  .header__menu a {
    width: 100%;
    padding: 1rem;
  }

  .header-info-video {
    height: 19.5rem;
  }

  .footer__blocks {
    display: flex;
    flex-direction: column;
    grid-template-columns: initial;
  }

  .footer__block--menu {
    order: 2;
  }

  .footer__block--menu::after {
    content: "";
    display: block;
    position: static;
    width: 100%;
    border-bottom: 0.125rem solid var(--color-black);
    padding-bottom: 2.125rem;
  }

  .footer__block--copyright {
    order: 3;
  }

  .footer__block--logo {
    order: 1;
  }

  .slider-stories-card {
    height: 20rem;
  }

  .slider-stories-card::before {
    opacity: 1;
    transform: initial;
  }

  .slider-stories-card__info {
    opacity: 1;
  }
}

@media (max-width: 41.25rem) {
  .container {
    max-width: 31.25rem;
  }

  .header-info__wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .header-info__blocks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-template-columns: initial;
    position: initial;
    padding: 1.5rem 0;
  }

  .header-info__detail {
    text-align: center;
    color: rgba(46, 45, 43, 0.5);
  }

  .header-info__title,
  .header-info__text {
    color: var(--color-black);
  }

  .header-info__block--2 {
    align-self: initial;
  }

  .beyond-borders-slider-container {
    max-width: 53.3125rem;
  }

  .slider-stories__slider {
    height: 17.5rem;
  }

  .contacts__blocks {
    grid-template-rows: 1fr 13.75rem;
  }

  .header-info-video {
    height: 12.5rem;
  }

  .slider-stories-card {
    height: 17.5rem;
  }
}

@media (max-width: 31.25rem) {
  .beyond-borders-slider-container {
    max-width: 52.4375rem;
  }

  .form__item-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 30.1875rem) {
  .beyond-borders-slider {
    overflow: initial;
    position: initial;
    top: initial;
    left: initial;
    z-index: initial;
  }

  .beyond-borders-slider-container {
    max-width: initial;
    width: initial;
    overflow: initial;
    padding-right: initial;
    margin: initial;
  }

  .slider-stories__blocks {
    display: flex;
    flex-direction: column;
    grid-template-columns: initial;
    position: initial;
  }

  .slider-stories__slider {
    height: initial;
  }

  .slider-stories .swiper-slide {
    width: 15.625rem;
    min-width: 15.625rem;
    width: auto !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .slider-stories-button:hover,
  .slider-stories-button:focus-visible {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .slider-stories-button:active {
    color: var(--color-white);
  }

  .button--color-green:hover,
  .button--color-green:focus-visible {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-green:active {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-green-icon:hover,
  .button--color-green-icon:focus-visible {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .button--color-green-icon:hover svg,
  .button--color-green-icon:focus-visible svg {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-green-icon:active {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .button--color-green-icon:active svg {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-white-icon:hover,
  .button--color-white-icon:focus-visible {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-white-icon:hover svg,
  .button--color-white-icon:focus-visible svg {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .button--color-white-icon:active {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-white-icon:active svg {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .slider-stories-card:hover::before,
  .slider-stories-card:focus-visible::before {
    opacity: 1;
    transform: translateY(0);
  }

  .slider-stories-card:hover .slider-stories-card__info,
  .slider-stories-card:focus-visible .slider-stories-card__info {
    opacity: 1;
  }

  .slider-stories-card:active::before {
    opacity: 1;
    transform: translateY(0);
  }

  .slider-stories-card:active .slider-stories-card__info {
    opacity: 1;
  }
}

@media (hover: none) and (pointer: coarse) {
  .slider-stories-button:active {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-green:active {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-green-icon:active {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .button--color-green-icon:active svg {
    color: var(--color-white);
    background-color: var(--color-green);
  }

  .button--color-white-icon:active {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .button--color-white-icon:active svg {
    color: var(--color-green);
    background-color: var(--color-white);
  }

  .slider-stories-card:active::before {
    opacity: 1;
    transform: translateY(0);
  }

  .slider-stories-card:active .slider-stories-card__info {
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/index.min.css.map */
