@charset "UTF-8";

/*! 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;
}

/**
* CSS Generated by Andryushkin.ru
* All fonts for the site https://andryushkin.ru/fonts/
**/

/* SemiBold */

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Regular */

@font-face {
  font-family: 'NotoSans';
  src: local("NotoSans"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

html.open-menu {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "manrope", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  background-color: #ffffff;
}

body.open-menu {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1728px;
  box-sizing: border-box;
  margin: 0 auto;
}

.content-block h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.content-block p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.content-block img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content-block ul {
  margin-bottom: 40px;
  list-style: inside;
}

.content-block li {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.content-block li::marker {
  color: #EA0429;
  font-size: 1.2em;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.fixed {
  position: fixed;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 32px 5vw;
  padding-right: 0;
}

.header__logo {
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Roboto condensed', sans-serif;
  font-size: 17px;
  line-height: 19px;
  color: white;
  cursor: pointer;
}

.header__top-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__btns {
  display: flex;
  gap: 52px;
  align-items: center;
}

.header__btn {
  display: flex;
  align-items: center;
  padding: 0 22px;
  font-size: 17px;
  appearance: unset;
  border: none;
  gap: 12px;
  font-weight: 700;
  font-family: "manrope", sans-serif;
  height: fit-content;
  cursor: pointer;
  width: fit-content;
  background-color: transparent;
}

.header__btn-orange {
  background-color: #ff7700;
  color: #ffffff;
}

.header__btn-orange:hover {
  background-color: rgba(255, 119, 0, 0.5);
}

.header__btn-text {
  color: white;
  font-family: 'Roboto mono', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.header__btn img {
  width: 17px;
  height: 17px;
}

.header__icon-close {
  display: none;
}

.header__mob-menu-wrap {
  position: absolute;
  right: -200%;
  max-width: 388px;
  width: 100%;
  bottom: 0;
  display: flex;
  background: transparent;
  z-index: 20;
  transition: 0.35s right;
  border-radius: 12px;
  top: 100px;
}

.header__mob-menu-wrap .header__mob-menu-content {
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.header__mob-menu-wrap .header__mob-menu-content .contacts__item.vk:hover svg path {
  fill: #000000;
}

.header__mob-menu-wrap .header__mob-menu-content .contacts__item:hover .contacts__text {
  color: black;
}

.header__mob-menu-wrap .header__mob-menu-content .contacts__item:hover svg path {
  stroke: black;
}

.header__mob-menu-wrap .header__mob-menu {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  align-items: end;
}

.header__mob-menu-wrap .header__mob-menu-close {
  font-weight: 700;
  font-size: 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

.header__mob-menu-wrap .header__mob-menu-close img {
  width: auto;
}

.header__mob-menu-wrap .header__mob-menu-close:hover {
  color: black;
}

.header__mob-menu-wrap .header__mob-menu-close:hover svg path {
  stroke: black;
}

.header__mob-menu-wrap .header__mob-menu-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  color: #ff7700;
  font-weight: 400;
  font-family: "inter", sans-serif;
  font-size: 22px;
  padding: 13px 17px;
  background-color: black;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header__mob-menu-wrap .header__mob-menu-item svg path {
  stroke: #ff7700;
  transition: stroke 0.3s ease;
}

.header__mob-menu-wrap .header__mob-menu-item img {
  width: auto;
}

.header__mob-menu-wrap .header__mob-menu-item:hover {
  background-color: #ff7700;
  color: #000000;
}

.header__mob-menu-wrap .header__mob-menu-item:hover svg path {
  stroke: black;
}

.header__mob-menu-wrap .header__mob-bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px;
  margin-top: auto;
  border-top: 1px solid #EDF1F2;
}

.header.header_open .header__icon-burger {
  display: none;
}

.header.header_open .header__icon-close {
  display: block;
}

.header.header_open .header__mob-menu-wrap {
  right: 0;
}

.button {
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 17px 22px;
  appearance: unset;
  border: none;
  gap: 12px;
  font-weight: 700;
  font-family: "manrope", sans-serif;
  height: fit-content;
  cursor: pointer;
  width: fit-content;
}

.header__btn-icon {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.header__btn-icon.fade-out {
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: sans-serif;
}

body {
  background-color: black;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 250px;
  max-width: 1920px;
  margin: 0 auto;
  background: transparent;
}

.page__btn {
  display: inline-block;
  color: #ff7700;
  background-color: transparent;
  border: none;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease, padding-bottom 0.3s ease;
  cursor: pointer;
}

.page__btn:hover {
  color: white;
  border-color: white;
  padding-bottom: 5px;
}

.page__btn:disabled {
  cursor: not-allowed;
}

.page__text-icon {
  width: auto;
}

.page__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.page__background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.page__content {
  position: relative;
  z-index: 2;
}

.page__section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  text-align: center;
  font-size: 2rem;
  color: white;
}

.page__section:not(.page__section--first) {
  background-color: transparent;
}

.page__section-first {
  background: transparent;
  padding-left: 0;
  justify-content: start;
  align-items: baseline;
  gap: 82px;
  margin-bottom: 15%;
}

.page__section-first img {
  width: auto;
}

.page__section-first-wrapper {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: left;
  padding-top: 5vw;
}

.page__text {
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'NotoSans', sans-serif;
  color: white;
  text-align: left;
  max-width: 360px;
}

.page__text-icon {
  max-width: 124px;
}

.page__text-wrapper {
  display: flex;
  gap: 32px;
  padding-left: 10%;
  z-index: 16;
}

.page__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.page__banner-title {
  font-size: clamp(50px, calc(50px + 0.0812 * (100vw - 360px)), 120px);
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}

.page__banner-subtitle {
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'NotoSans', sans-serif;
  color: white;
  text-align: left;
  max-width: 552px;
}

.page__title {
  font-size: 2.5rem;
}

.page__project-icon {
  height: 100%;
  max-width: 125px;
  max-height: 25px;
}

.page__project-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 16;
}

.page__project-item {
  padding-left: 10%;
  display: flex;
  gap: 32px;
}

.page__project-item-title {
  font-family: 'NotoSans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: white;
  line-height: 100%;
  text-transform: uppercase;
}

.page__project-item-subtitle {
  font-family: 'NotoSans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  line-height: 100%;
  max-width: 380px;
}

.page__project-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-align: left;
}

.page__project-item:last-child img {
  max-height: fit-content;
}

.page__section--split {
  background: transparent;
  color: #000;
  position: relative;
}

.page__section--split .page__container {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.page__section--split .page__text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 250px;
}

.page__section--split .page__text-column .page__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page__section--split .page__text-column .page__text-block .page__text-title {
  position: sticky;
  top: 100px;
  color: rgba(141, 141, 141, 0.6);
  padding: 1rem 0;
  font-size: clamp(50px, calc(50px + 0.0812 * (100vw - 360px)), 120px);
  font-weight: 600;
  text-align: left;
  z-index: 15;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 16px;
}

.page__section--split .page__text-column .page__text-block .page__text-body {
  z-index: 16;
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
  font-family: 'NotoSans', sans-serif;
  color: white;
  text-align: left;
  padding: 0 10%;
  position: relative;
  max-width: 726px;
}

.page__section--split .page__image-column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: unset;
}

.page__section--split .page__image-column .page__image-wrapper {
  position: sticky;
  top: var(--parallax-offset, 0px);
  width: fit-content;
  /* убрали margin-bottom: -100vh; */
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(1) {
  z-index: 1;
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(2) {
  z-index: 2;
  align-self: flex-start;
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(3) {
  z-index: 3;
  align-self: center;
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(4) {
  z-index: 4;
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(5) {
  z-index: 5;
  margin: 0 auto;
}

.page__section--split .page__image-column .page__image-wrapper:nth-child(6) {
  z-index: 6;
}

.page__section--split .page__image-column .page__image-wrapper .page__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(var(--parallax-offset, 0px));
  will-change: transform;
  transition: transform 0.1s linear, opacity 0.5s ease;
}

.page__section--split .page__image-column .page__image-wrapper .page__image-inner {
  transition: transform 0.3s ease;
}

.flex-layout {
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: flex-start;
  flex-wrap: wrap;
  /* для перехода на мобильных */
  width: 100%;
  padding-right: 5vw;
  justify-content: space-between;
}

/* Изображение */

.flex-layout__image {
  flex: 1 1 40%;
  max-width: 570px;
}

.flex-layout__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Контент */

.flex-layout__content {
  flex: 1 1 50%;
  min-width: 280px;
  gap: 48px;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 5vw;
}

/* Адаптив под узкие экраны */

.column {
  flex: 1;
}

.form {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10%;
}

.form-error,
.form-success {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 50px 0;
}

.form__checkbox-text {
  font-size: 17px;
  font-family: 'NotoSans', serif;
  font-weight: 400;
}

.form__checkbox-label {
  display: flex;
  gap: 10px;
  width: 100%;
}

.form__label {
  position: relative;
}

.form__label svg {
  position: absolute;
  top: 47.5%;
  right: 15px;
  transform: translateY(-50%);
}

.form__label-grow {
  flex-grow: 1;
  width: 100%;
}

.form__label-grow svg {
  top: 25%;
}

.form__input {
  height: 48px;
  padding: 18px 12px;
  background-color: transparent;
  color: white;
  border: none;
  gap: 8px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 1px solid #ff7700;
}

.form__button {
  background-color: #ff7700;
  width: 100%;
  border-radius: 32px;
  height: 51px;
  appearance: unset;
  border: unset;
  padding: 14px 22px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  gap: 12px;
  justify-content: center;
  cursor: pointer;
}

.form__button-checkbox {
  display: flex;
  gap: 32px;
  width: 100%;
  flex-direction: column;
}

.form__button-checkbox-wrap {
  flex-wrap: wrap;
}

.form__button:hover {
  background-color: rgba(255, 119, 0, 0.5);
}

.form__button img {
  width: auto;
}

.form__button:disabled {
  cursor: not-allowed;
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}

.form-group {
  margin-bottom: 15px;
}

.input-error {
  border: 1px solid red !important;
}

.input-valid {
  border: 1px solid greenyellow !important;
}

.input-wrapper {
  position: relative;
}

.textarea {
  padding: 18px 12px;
  font-family: "Roboto Condensed", sans-serif;
  height: 96px;
  resize: none;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox-box {
  width: 100%;
  max-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #ff7700;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.custom-checkbox:checked + .custom-checkbox-box::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #ff7700;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent;
  /* твой фон, например тёмный */
  -webkit-text-fill-color: #fff;
  /* цвет текста */
  transition: background-color 5000s ease-in-out 0s;
  /* хак: убирает анимацию */
}

.modal {
  display: none;
  /* Изначально скрыто */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Полупрозрачный фон */
}

.modal--hidden {
  display: none;
}

.modal--visible {
  display: block;
  /* Показываем окно */
}

.modal__content {
  background-color: white;
  margin: 15% auto;
  padding: 35px;
  border: 1px solid #888;
  width: 100%;
  border-radius: 30px;
  background: #AFB0BC99;
  box-shadow: 0px 34px 99px 0px #0000002B;
  backdrop-filter: blur(15px);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal__header {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-left: auto;
}

.modal__close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
}

.modal__body {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  margin: 20px 0;
  line-height: normal;
}

.modal__footer {
  width: fit-content;
  margin: 0 auto;
}

.modal__button {
  background-color: #ff7700;
  border-radius: 32px;
  height: 51px;
  max-width: 164px;
  appearance: unset;
  border: unset;
  padding: 17px 22px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  gap: 12px;
  justify-content: center;
  cursor: pointer;
}

.contacts {
  max-width: 280px;
  padding: 32px 0;
  gap: 10px;
  display: flex;
}

.contacts-menu {
  max-width: unset;
  justify-content: space-between;
  border: unset;
}

.contacts__text {
  font-size: 17px;
  font-weight: 700;
  font-family: "manrope", sans-serif;
  color: white;
}

.contacts__item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.contacts__item img {
  width: auto;
}

.bio {
  color: #000000;
  display: flex;
  gap: 12vw;
  border-bottom: 0.5px solid #d5d6dc;
  flex-direction: column;
  overflow: hidden;
}

.bio .articles__slider {
  margin-top: 0;
  padding-left: 10vw;
}

.bio-slider__arrow-left,
.bio-slider__arrow-right {
  cursor: pointer;
}

.bio-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.bio-slider__pagination img {
  width: auto;
}

.bio-slider__item {
  width: 100%;
  overflow: hidden;
  /* ширина одного слайда */
  /* отступ между слайдами */
}

.bio-slider__item img {
  max-height: 697px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bio__container {
  display: flex;
  gap: 0 32px;
}

.bio__list {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
}

.bio__list-item {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}

.bio__left-block {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  padding-left: 12%;
  padding-top: 15%;
  padding-right: 11%;
}

.bio__right-block {
  height: fit-content;
  position: sticky;
  top: 1px;
  max-width: 690px;
  width: 47vw;
  margin-left: -12%;
  z-index: 1;
}

.bio__title {
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 32px;
  color: #3e3e42;
  border-bottom: 0.5px solid #3e3e42;
  padding-bottom: 28px;
  width: fit-content;
  line-height: 100%;
}

.achiv {
  color: #000000;
  display: flex;
  gap: 32px;
}

.achiv-slider__arrow-left,
.achiv-slider__arrow-right {
  cursor: pointer;
}

.achiv-slider__pagination {
  margin-top: 13px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.achiv-slider__pagination img {
  width: auto;
}

.achiv-slider__item {
  width: 532px;
  /* ширина одного слайда */
  margin-left: 20px;
  /* отступ между слайдами */
}

.achiv-slider__item img {
  width: auto;
}

.achiv__container {
  display: flex;
  gap: 0 32px;
  padding: 48px 0;
}

.achiv__list {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
}

.achiv__list-item {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}

.achiv__list-second {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.achiv__list-second ul {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.achiv__list-second ul li {
  font-weight: 400;
  font-size: 17px;
}

.achiv__right-block {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
  max-width: 995px;
  padding-right: 5%;
}

.achiv__left-block {
  height: fit-content;
  position: sticky;
  top: 20px;
  width: 100%;
  max-width: 700px;
}

.achiv__left__title {
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 32px;
  color: #3e3e42;
  border-bottom: 0.5px solid #3e3e42;
  padding-bottom: 28px;
  width: fit-content;
  line-height: 100%;
}

.achiv__title {
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 32px;
  color: #3e3e42;
  border-bottom: 0.5px solid #3e3e42;
  padding-bottom: 28px;
  width: fit-content;
  line-height: 100%;
}

.achiv__title-list {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 17px;
}

.consult {
  padding: 48px 5%;
  border-bottom: 0.5px solid #d5d6dc;
}

.consult__container {
  padding: 32px 96px;
  box-shadow: 0px 34px 99px 0px rgba(0, 0, 0, 0.17);
  display: flex;
  gap: 32px;
}

.consult__img img {
  width: auto;
}

.consult__content {
  display: flex;
  gap: 32px;
  align-items: center;
}

.consult__title {
  color: #3e3e42;
  font-size: 32px;
  font-family: "inter", sans-serif;
  font-weight: 300;
  max-width: 580px;
  line-height: 100%;
}

.consult__subtitle {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  max-width: 580px;
  line-height: 100%;
}

.consult__btn {
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 17px 22px;
  appearance: unset;
  gap: 12px;
  font-weight: 700;
  font-family: "manrope", sans-serif;
  height: fit-content;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #3e3e42;
  color: #3e3e42;
}

.consult__btn:hover {
  background-color: #3e3e42;
  color: white;
}

.consult__btn:hover svg path {
  stroke: #ffffff;
}

.projects {
  padding: 60px 5%;
  padding-bottom: 98px;
  border-bottom: 0.5px solid #d5d6dc;
}

.projects__img {
  width: 100%;
}

.projects__img-mob {
  visibility: hidden;
}

.projects__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.projects__title {
  font-weight: 300;
  font-family: "inter", sans-serif;
  font-size: 32px;
  color: #3e3e42;
  border-bottom: 0.5px solid #3e3e42;
  padding-bottom: 28px;
  width: fit-content;
  line-height: 100%;
  z-index: 1;
}

.projects__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}

.projects__cards {
  display: flex;
  gap: 22px;
  z-index: 1;
}

.projects-card {
  background-color: #3e3e42;
  color: #fff;
  padding: 32px;
  border-radius: 10px;
  width: 310px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.projects-card__logo {
  max-height: 40px;
}

.projects-card__logo img {
  width: auto;
  height: 100%;
}

.projects-card__title {
  font-size: 28px;
  z-index: 1;
  line-height: 110%;
  font-weight: 300;
}

.projects-card__text {
  font-family: "manrope", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  flex-grow: 1;
}

.projects-card__button {
  background: #fff;
  color: #000;
  padding: 17px 22px;
  border-radius: 32px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  align-self: flex-start;
  display: flex;
  gap: 12px;
}

.projects-card__button:hover {
  background: rgba(251, 251, 251, 0.5);
}

.projects-card__button img {
  width: auto;
}

.projects__image {
  position: absolute;
  right: 0;
  width: 846px;
  height: 564px;
  overflow: hidden;
  border-radius: 12px;
  top: 55px;
}

.projects__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.projects__parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/content/projects/1.png") no-repeat center center;
  background-size: cover;
  transform: translateY(0);
  transition: transform 0.05s ease-out;
}

.projects__parallax-bg-mob {
  background-color: #fff;
  height: 500px;
}

.charity {
  padding: 48px 5%;
  margin-top: -15%;
}

.charity__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.charity__title {
  font-size: clamp(50px, calc(50px + 0.0812 * (100vw - 360px)), 120px);
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  color: rgba(141, 141, 141, 0.6);
  position: sticky;
  top: 100px;
  z-index: -1;
}

.charity__content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.charity__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 408px;
}

.charity__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.charity__card-img img {
  width: 100%;
}

.charity__card-title {
  font-size: 24px;
  font-family: 'NotoSans', serif;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}

.charity__card-text {
  font-size: 20px;
  font-family: 'NotoSans', serif;
  color: white;
  font-weight: 400;
  line-height: 100%;
}

.footer {
  background: #000000;
  margin-top: -10px;
  padding: 33px 10vw;
}

.footer__text {
  font-family: 'Roboto Condensed', sans-serif;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__content__right span:first-child {
  color: #ff7700;
}

.footer__content__right span:last-child {
  text-align: right;
  margin-left: 32px;
}

.contact__form {
  padding-left: 5vw;
}

.contact__form-content {
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.contact__form-form {
  display: flex;
  flex-direction: column;
}

.contact__form-img {
  display: flex;
  flex-direction: column;
  width: 52%;
}

.contact__form-title {
  font-size: clamp(50px, calc(50px + 0.0812 * (100vw - 360px)), 120px);
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  color: rgba(141, 141, 141, 0.6);
}

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.dot-navigation {
  position: fixed;
  top: 30%;
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.nav-arrow {
  cursor: pointer;
  font-size: 30px;
  color: white;
  margin: 10px 0;
  user-select: none;
}

.nav-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-dot.active {
  background-color: white;
}

.articles__subtitle {
  font-size: 26px;
  font-family: 'NotoSans', serif;
  color: white;
  font-weight: 700;
  line-height: 100%;
}

.articles__content {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.articles__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.articles__wrapper img {
  width: auto;
}

.articles__title {
  color: white;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 100%;
  font-weight: 800;
}

.articles__text {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}

.articles__date {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}

.articles__slider__card {
  margin-right: 32px !important;
}

.articles__slider__card-img img {
  max-height: 316px;
  object-fit: cover;
}

.left-column {
  position: relative;
  z-index: 2;
  width: 400px;
  margin-right: -250px;
  background: #f8f8f8;
  padding: 20px;
}

.right-column {
  flex: 1;
  padding-left: 250px;
  position: relative;
  z-index: 1;
  background: #eee;
}

.right-column .slider-wrapper {
  position: sticky;
  top: 0;
  padding: 20px;
  background: #fff;
}

.quote-block {
  position: relative;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 16px;
}

.quote-mark {
  font-size: 8rem;
  color: #ccc;
  line-height: 0.2;
  user-select: none;
  opacity: 0.3;
  font-family: 'Inter', sans-serif;
}

.quote-mark.left {
  align-self: flex-start;
}

.quote-mark.right {
  margin-left: auto;
  align-self: flex-end;
  position: relative;
  top: -10px;
}

.quote-content {
  flex: 1;
  font-size: 1.2rem;
  padding-top: 2%;
}

.quote-content .author {
  margin-top: 1rem;
  font-weight: bold;
  color: #aaa;
}

.slider__nav {
  justify-content: center;
  display: flex;
  gap: 10px;
}

.slider__nav img {
  max-width: 22px;
  cursor: pointer;
}

.bio-slider__pagination .slick-dots,
.articles-slider__pagination .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  gap: 12px;
}

.bio-slider__pagination .slick-dots li,
.articles-slider__pagination .slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bio-slider__pagination .slick-dots li button,
.articles-slider__pagination .slick-dots li button {
  display: none;
}

.bio-slider__pagination li.slick-active,
.articles-slider__pagination li.slick-active {
  background-color: white;
}

.articles__slider {
  padding: 48px 5% 10% 5%;
  margin-top: -15%;
}

.articles__slider__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.articles__slider__title {
  font-size: clamp(50px, calc(50px + 0.0812 * (100vw - 360px)), 120px);
  line-height: 90%;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  color: rgba(141, 141, 141, 0.6);
  position: sticky;
  top: 100px;
  z-index: -1;
}

.articles__slider__content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.articles__slider__card {
  display: flex !important;
  flex-direction: column;
  gap: 32px;
  max-width: 474px;
}

.articles__slider__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.articles__slider__card-img img {
  width: 100%;
}

.articles__slider__card-title {
  font-size: 24px;
  font-family: 'NotoSans', serif;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}

.articles__slider__card-text {
  font-size: 20px;
  font-family: 'NotoSans', serif;
  color: white;
  font-weight: 400;
  line-height: 100%;
}

.articles__slider .slick-slide {
  margin-right: 32px;
}

.articles__slider .slider__nav {
  justify-content: flex-start;
}

ul.articles__text {
  list-style: none;
  padding-left: 0;
}

.articles__text li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}

/* Общие стили для маркера */

.articles__text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Индивидуальные иконки для каждого типа */

.articles__text li[data-icon="sovereignty"]::before {
  background-image: url("../../../img/content/articles/arrow-right.png");
}

@media (max-width: 1680px) {
  .container {
    max-width: 1488px;
  }

  .consult__title {
    max-width: 440px;
    width: 100%;
  }

  .consult__subtitle {
    max-width: 440px;
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .charity {
    margin-top: 0;
  }

  .articles__slider {
    margin-top: 0;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1248px;
  }

  .form {
    flex-direction: column;
  }

  .form__label {
    width: 100%;
  }

  .bio__container {
    gap: 0 22px;
  }

  .achiv-slider__item img {
    height: 438px;
  }

  .achiv__container {
    gap: 22px;
  }

  .achiv__right-block {
    padding-right: 5%;
  }

  .achiv__left-block {
    width: 616px;
  }

  .consult__container {
    padding: 22px;
  }

  .consult__content {
    flex-wrap: wrap;
    gap: 28px;
  }

  .consult__title {
    max-width: 100%;
  }

  .consult__subtitle {
    max-width: 100%;
    width: 100%;
  }

  .projects-card {
    width: 255px;
    padding: 22px;
  }

  .projects__parallax-bg {
    background: url("../img/content/projects/1.png") no-repeat right center;
    background-size: 607px 405px;
    height: 100%;
  }

  .charity__content {
    gap: 22px;
  }

  .charity__card {
    width: 295px;
  }

  .articles__slider__content {
    gap: 22px;
  }

  .articles__slider__card {
    width: 295px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1088px;
  }

  .page__section--split .page__image-column .page__image-wrapper:last-child {
    height: 10vh;
  }

  .page__section--split .page__image-column .page__image-wrapper .page__image {
    max-height: 437px;
  }

  .form__button-checkbox {
    flex-wrap: wrap;
  }

  .smart-captcha {
    width: 100%;
    min-width: unset !important;
  }

  .achiv__left-block {
    width: 440px;
  }

  .projects__parallax-bg {
    top: 12%;
  }

  .charity__card {
    width: 255px;
  }

  .articles__slider__card {
    width: 255px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 832px;
  }

  .form__button {
    max-width: unset;
    width: 100%;
  }

  .modal__button {
    max-width: unset;
    width: 100%;
  }

  .smart-captcha {
    width: 100%;
    min-width: unset;
  }

  .bio__left-block {
    padding-left: 2%;
  }

  .achiv-slider__item img {
    height: 334px;
  }

  .achiv__right-block {
    padding-left: 2%;
  }

  .projects__container {
    max-width: unset;
    padding-left: 5%;
  }

  .projects__cards {
    width: 100%;
    max-width: 406px;
    flex-wrap: wrap;
  }

  .projects-card__logo img {
    width: 100%;
  }

  .projects-card:last-child {
    width: 406px;
    height: 310px;
  }

  .projects-card:last-child img {
    width: auto;
  }

  .projects-card {
    width: 192px;
  }

  .charity__card {
    width: 47%;
  }

  .charity__card-content {
    gap: 22px;
  }

  .articles__slider__card {
    width: 47%;
  }

  .articles__slider__card-content {
    gap: 22px;
  }
}

@media (max-width: 960px) {
  .page__section--split .page__image-column .page__image-wrapper .page__image {
    max-height: 324px;
  }

  .bio {
    padding-bottom: 32px;
  }

  .bio__container {
    margin: 0 auto;
    gap: 22px;
  }

  .bio__left-block {
    padding-right: 0;
  }

  .achiv__container {
    max-width: 768px;
  }

  .achiv__right-block {
    padding-left: 0;
  }

  .achiv__left-block {
    width: 44%;
  }

  .consult__container {
    max-width: 768px;
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .page__video {
    object-position: -780px 0;
  }
}

@media (max-width: 768px) {
  .content-block h3 {
    font-size: 22px;
    line-height: 33px;
  }

  .content-block img {
    margin-bottom: 20px;
  }

  .content-block ul {
    margin-bottom: 26px;
  }

  .header {
    padding: 18px 31.5px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 55.69%);
  }

  .header__btn-text {
    font-size: 16px;
  }

  .page {
    gap: 90px;
  }

  .page__btn {
    font-size: 18px;
  }

  .page__section {
    padding-left: 0;
  }

  .page__text {
    font-size: 16px;
  }

  .page__text-wrapper {
    flex-direction: column;
  }

  .page__project-item {
    flex-direction: column;
  }

  .page__project-item-title {
    font-size: 16px;
  }

  .page__project-item-subtitle {
    font-size: 16px;
  }

  .page__section--split .page__text-column {
    width: 58%;
    gap: 90px;
  }

  .page__section--split .page__text-column .page__text-block .page__text-title {
    top: 50px;
  }

  .page__section--split .page__text-column .page__text-block .page__text-body {
    font-size: 16px;
    padding: 0 10%;
  }

  .flex-layout__content {
    padding: 5vw;
  }

  .flex-layout {
    padding-right: 0;
    flex-direction: column;
    gap: 1.5rem;
  }

  .flex-layout__image,
  .flex-layout__content {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .bio .articles__slider {
    padding: 33px 5vw;
  }

  .bio-slider__item img {
    max-height: 100vw;
  }

  .bio-slider__item img {
    width: 100%;
  }

  .bio__container {
    flex-direction: column;
    padding: 0;
    max-width: 768px;
  }

  .bio__left-block {
    padding-top: 0;
    order: 2;
    padding: 0 8px;
    height: auto;
    overflow-y: hidden;
  }

  .bio__right-block {
    width: 100vw;
    max-width: 100vw;
    order: 1;
    margin-left: 0;
    position: relative;
  }

  .slick-slide {
    max-width: 100vw;
    width: 100%;
  }

  .achiv {
    padding-top: 60px;
  }

  .achiv__container {
    flex-direction: column-reverse;
    padding: 0 16px;
    max-width: 768px;
  }

  .achiv__right-block {
    padding: 0 16px;
    height: auto;
    overflow-y: hidden;
  }

  .achiv__left-block {
    width: 100%;
  }

  .consult {
    padding: 48px 16px;
  }

  .consult__container {
    flex-direction: column;
  }

  .consult__img img {
    height: fit-content;
    align-self: center;
  }

  .projects__img-mob {
    visibility: visible;
    width: 100%;
    position: relative;
  }

  .projects__container {
    max-width: 768px;
    padding: 0 16px;
    position: relative;
  }

  .projects__content {
    flex-direction: column;
  }

  .projects__cards {
    width: 100%;
    max-width: unset;
  }

  .projects-card__logo img {
    width: auto;
  }

  .projects-card:last-child {
    width: 100%;
    height: fit-content;
  }

  .projects-card {
    padding: 26px;
    width: 100%;
    height: fit-content;
  }

  .projects__image {
    visibility: hidden;
  }

  .projects__parallax-bg {
    background: url("../img/content/projects/2.png") no-repeat right center;
    background-size: 100%;
    top: 0;
  }

  .charity {
    padding: 60px 0;
  }

  .charity__content {
    padding: 0 16px;
  }

  .charity__card {
    width: 100%;
    max-width: unset;
  }

  .charity__card-title {
    font-size: 16px;
  }

  .charity__card-text {
    font-size: 16px;
  }

  .footer {
    padding: 33px 5vw;
  }

  .contact__form {
    padding-left: 0;
  }

  .contact__form-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .contact__form-form {
    width: 100%;
    margin: 0 auto;
  }

  .contact__form-img {
    width: 100%;
  }

  .dot-navigation {
    display: none;
  }

  .articles__subtitle {
    font-size: 22px;
  }

  .articles__content {
    padding: 0;
  }

  .articles__title {
    font-size: 30px;
  }

  .articles__text {
    font-size: 16px;
  }

  .articles__date {
    font-size: 20px;
  }

  .quote-mark {
    font-size: 3.5rem;
  }

  .articles__slider {
    padding: 60px 0;
  }

  .articles__slider__content {
    padding: 0 16px;
  }

  .articles__slider__card {
    width: 100%;
    max-width: unset;
  }

  .articles__slider__card-title {
    font-size: 16px;
  }

  .articles__slider__card-text {
    font-size: 16px;
  }

  .articles__slider .slider__nav {
    padding: 0 16px;
  }
}

@media (max-width: 400px) {
  .modal__body {
    line-height: 150%;
    font-size: 1.8rem;
  }
}

@media (max-width: 360px) {
  .header__btns {
    gap: 22px;
  }

  .page__section--split .page__image-column .page__image-wrapper .page__image {
    max-height: 160px;
  }
}

@media (max-width: 1919px) and (min-width: 1025px) {
  .charity__card {
    width: calc((100% - 3 * 32px) / 4);
    /* 4 карточки с gap */
  }

  .articles__slider__card {
    width: calc((100% - 3 * 32px) / 4);
    /* 4 карточки с gap */
  }
}
/*# sourceMappingURL=maps/main.css.map */
