@charset "UTF-8";
/* COLORS */
/* SIZES */
/* BREAKPOINTS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color: #ffffff;
  background-color: #202020;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --swiper-navigation-sides-offset: 0px;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  line-height: 110%;
  min-width: 320px;
  background-color: #ffffff;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-feature-settings: "ss06";
  overscroll-behavior: none;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  color: #202020;
  background: #B4FF3B;
}

*::selection {
  color: #202020;
  background: #B4FF3B;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@supports (height: 100lvh) {
  .wrapper {
    min-height: 100lvh;
  }
}

.wrapper-full-height {
  min-height: 100vh;
  min-height: 100dvh;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@supports (height: 100lvh) {
  .wrapper-full-height {
    min-height: 100lvh;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 8.6rem;
  flex-grow: 1;
}
@media screen and (max-width: 1919px) {
  .container {
    max-width: 100%;
    padding: 0 8.4rem;
  }
}
@media screen and (max-width: 1299px) {
  .container {
    padding: 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 0.8rem;
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

ul {
  list-style: none;
}

input,
textarea,
button,
select,
a,
div[role=button] {
  -webkit-tap-highlight-color: transparent;
}

.row {
  display: flex;
  align-items: center;
}

.col {
  display: flex;
  flex-direction: column;
}

input {
  outline: none;
  border: unset;
}

.icon {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  transition: 0.2s;
}

a:hover {
  transition: 0.05s;
}

a:active {
  transition: 0.02s;
}

@font-face {
  font-family: "Halvar";
  src: url("../assets/fonts/HalvarBreit-Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Halvar";
  src: url("../assets/fonts/HalvarBreit-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Halvar", sans-serif;
  color: #202020;
}

.h1 {
  font-family: "Halvar", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  letter-spacing: -3.44px;
}
@media screen and (max-width: 1299px) {
  .h1 {
    font-size: 68px;
    letter-spacing: -1.36px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.h2 {
  font-family: "Halvar", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 1299px) {
  .h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
}

.h3 {
  font-family: "Halvar", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.6px;
}
@media screen and (max-width: 1299px) {
  .h3 {
    font-size: 38px;
    letter-spacing: -1.52px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
}

.h4 {
  font-family: "Halvar", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 22px;
    letter-spacing: -0.88px;
  }
}

.h5 {
  font-family: "Halvar", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 767px) {
  .h5 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
}

.b1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1299px) {
  .b1 {
    font-size: 18px;
  }
}

.b2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.t1 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.t2 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input::-moz-placeholder {
  color: #87919C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input::placeholder {
  color: #87919C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-contact input::-moz-placeholder {
  font-size: 1.4rem;
}
.form-contact input::placeholder {
  font-size: 1.4rem;
}

.text-highlighted {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1 !important;
}
.text-highlighted img,
.text-highlighted .img {
  position: absolute;
  width: 120%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.text-highlighted span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .text-highlighted img,
  .text-highlighted .img {
    width: 108%;
    left: 49%;
  }
}

::-moz-placeholder {
  color: #87919C;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

::placeholder {
  color: #87919C;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.label {
  color: #87919C;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-error {
  font-family: "Manrope", sans-serif;
  color: #FF3B3B;
}

.link_highlighted {
  color: #3994FB;
}

.link_underline {
  text-decoration: underline;
}

#modal-cookies .link_underline:hover {
  color: #B4FF3B;
}

/* UI */
.btn,
a.btn:link,
a.btn:visited {
  display: block;
  border: unset;
  outline: none;
  background: transparent;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: -moz-min-content;
  height: min-content;
  cursor: pointer;
  transition: all 0.2s ease-in;
  will-change: transform;
}

a.btn:disabled,
.btn:disabled {
  cursor: auto;
}

a.btn:hover,
.btn:hover {
  transition: 0.05s;
}

a.btn:active,
.btn:active {
  transition: 0.02s;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  height: 64px;
  padding: 15px 32px;
  border-radius: 16px;
}

.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
  width: 130px;
  height: 40px;
  padding: 10px 13px;
  border-radius: 0.8rem;
}

a.btn-secondary:disabled,
.btn-secondary:disabled {
  background: #D5D6E3;
  color: #87919C;
}

.btn-green,
a.btn-green:link,
a.btn-green:visited {
  background: #B4FF3B;
  color: #202020;
}

a.btn-green:hover,
.btn-green:enabled:hover {
  background: rgba(180, 255, 59, 0.8);
}

a.btn-green:active,
.btn-green:enabled:active {
  background: rgba(180, 255, 59, 0.8);
}

a.btn-green:focus-visible,
.btn-green:enabled:focus-visible,
a.btn-green:focus,
.btn-green:enabled:focus {
  background: rgba(180, 255, 59, 0.8);
}

a.btn-green:disabled,
.btn-green:disabled {
  background: #D5D6E3;
  color: #87919C;
}

.btn-white,
a.btn-white:link,
a.btn-white:visited {
  background: #ffffff;
  color: #202020;
}

a.btn-white:hover,
.btn-white:enabled:hover {
  background: rgba(0, 0, 0, 0.0784313725);
}

a.btn-white:active,
.btn-white:enabled:active {
  background: rgba(0, 0, 0, 0.1215686275);
}

a.btn-white:focus-visible,
.btn-white:enabled:focus-visible,
a.btn-white:focus,
.btn-white:enabled:focus {
  background: rgba(0, 0, 0, 0.1215686275);
}

a.btn-white:disabled,
.btn-white:disabled {
  background: #D5D6E3;
  color: #87919C;
}

.btn-transparent,
a.btn-transparent:link,
a.btn-transparent:visited {
  background: transparent;
  color: #202020;
  border: 1px solid #87919C;
}

a.btn-transparent:hover,
.btn-transparent:enabled:hover {
  border: 1px solid #202020;
}

a.btn-transparent:active,
.btn-transparent:enabled:active {
  border: 1px solid #202020;
}

a.btn-transparent:focus-visible,
.btn-transparent:enabled:focus-visible,
a.btn-transparent:focus,
.btn-transparent:enabled:focus {
  border: 1px solid #202020;
}

a.btn-transparent:disabled,
.btn-transparent:disabled {
  border: 1px solid #87919C;
  color: #87919C;
}

.btn-tag,
a.btn-tag:link,
a.btn-tag:visited {
  height: 32px;
  padding: 0 12px;
  border-radius: 100px;
  background: #ffffff;
  color: #202020;
  width: -moz-max-content;
  width: max-content;
}

.btn-tag_non-clickable,
a.btn-tag_non-clickable:link,
a.btn-tag_non-clickable:visited {
  cursor: pointer;
}

a.btn-tag:link:hover:not(.btn-tag_non-clickable),
a.btn-tag:visited:hover:not(.btn-tag_non-clickable),
.btn-tag:enabled:hover:not(.btn-tag_non-clickable) {
  background: #D5D6E3;
}

a.btn-tag.btn-tag_selected:link,
a.btn-tag.btn-tag_selected:visited,
.btn-tag.btn-tag_selected:enabled {
  background: #202020;
  color: #ffffff;
}

a.btn-tag:link:active,
a.btn-tag:visited:active,
.btn-tag:enabled:active {
  background: #202020;
  color: #ffffff;
}

a.btn-tag:link:focus-visible,
a.btn-tag:visited:focus-visible,
.btn-tag:enabled:focus-visible,
a.btn-tag:link:focus,
a.btn-tag:visited:focus,
.btn-tag:enabled:focus {
  background: #202020;
  color: #ffffff;
}

.btn-tag-green,
a.btn-tag-green:link,
a.btn-tag-green:visited {
  background: #B4FF3B;
}

.btn-tag-blue,
a.btn-tag-blue:link,
a.btn-tag-blue:visited {
  background: #dfeefe;
}

.btn-tag-blue-2,
a.btn-tag-blue-2:link,
a.btn-tag-blue-2:visited {
  background: rgba(57, 148, 251, 0.16);
}

.btn-tag-blue-2:hover {
  background-color: #202020 !important;
  color: #fff !important;
}

.btn-tag-gray-1,
a.btn-tag-gray-1:link,
a.btn-tag-gray-1:visited {
  background: #EDEEF4;
}

.btn-tag-black,
a.btn-tag-black:link,
a.btn-tag-black:visited {
  background: #202020;
  color: #ffffff;
}

.btn-tag-transparent,
a.btn-tag-transparent:link,
a.btn-tag-transparent:visited {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn-tag-border,
a.btn-tag-border:link,
a.btn-tag-border:visited {
  background: #ffffff;
  border: 1px solid transparent;
}

.btn-tag-border-blue,
a.btn-tag-border-blue:link,
a.btn-tag-border-blue:visited {
  border-color: #3994FB;
}

.btn-tag-border-pink,
a.btn-tag-border-pink:link,
a.btn-tag-border-pink:visited {
  border-color: #FF3B3B;
}

.btn-with-icon,
a.btn-with-icon {
  gap: 0.8rem;
}
.btn-with-icon .btn__icon,
a.btn-with-icon .btn__icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
}

.btn-menu {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #202020;
}
.btn-menu:hover {
  background-color: rgba(0, 0, 0, 0.0784313725);
}
.btn-menu:active {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
.btn-menu .hamburger span,
.btn-menu .cross span {
  display: block;
  background-color: #202020;
  height: 1px;
  transition: all 0.25s ease-in-out;
}
.btn-menu .hamburger {
  display: block;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.3rem;
}
.btn-menu .hamburger :nth-child(1) {
  width: 2rem;
  transition-delay: 0.5s;
}
.btn-menu .hamburger :nth-child(2) {
  width: 1.8rem;
  transition-delay: 0.625s;
}
.btn-menu .hamburger :nth-child(3) {
  width: 1.1rem;
  transition-delay: 0.75s;
}
.btn-menu .cross {
  display: block;
  position: absolute;
  height: 4rem;
  width: 4rem;
  transform: rotate(45deg);
}
.btn-menu .cross :nth-child(1) {
  height: 0%;
  width: 1px;
  position: absolute;
  top: calc(50% - 1rem);
  left: 50%;
  transition-delay: 0s;
}
.btn-menu .cross :nth-child(2) {
  width: 0%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(50% - 1rem);
  transition-delay: 0.25s;
}
.btn-menu.__active .hamburger span {
  width: 0%;
}
.btn-menu.__active .hamburger :nth-child(1) {
  transition-delay: 0s;
}
.btn-menu.__active .hamburger :nth-child(2) {
  transition-delay: 0.125s;
}
.btn-menu.__active .hamburger :nth-child(3) {
  transition-delay: 0.25s;
}
.btn-menu.__active .cross :nth-child(1) {
  height: 2.1rem;
  transition-delay: 0.625s;
}
.btn-menu.__active .cross :nth-child(2) {
  width: 2.1rem;
  transition-delay: 0.375s;
}
@media screen and (max-width: 1299px) {
  .btn-menu {
    display: flex;
  }
}

.btn-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
}
.btn-close .btn__img {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-hidden {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}

.btn-pagination,
a.btn-pagination:link,
a.btn-pagination:visited {
  width: 32px;
  height: 32px;
  color: #202020;
  border-radius: 6px;
  background-color: #EDEEF4;
}
.btn-pagination.btn-next .btn__icon,
a.btn-pagination:link.btn-next .btn__icon,
a.btn-pagination:visited.btn-next .btn__icon {
  transform: rotate(180deg);
}
.btn-pagination.btn-prev, .btn-pagination.btn-next,
a.btn-pagination:link.btn-prev,
a.btn-pagination:link.btn-next,
a.btn-pagination:visited.btn-prev,
a.btn-pagination:visited.btn-next {
  border: 1px solid #EDEEF4;
  background-color: transparent;
}
.btn-pagination:not(.btn-prev, .btn-next):hover,
a.btn-pagination:link:not(.btn-prev, .btn-next):hover,
a.btn-pagination:visited:not(.btn-prev, .btn-next):hover {
  background-color: #D5D6E3;
}
.btn-pagination:active, .btn-pagination:focus, .btn-pagination:focus-visible,
a.btn-pagination:link:active,
a.btn-pagination:link:focus,
a.btn-pagination:link:focus-visible,
a.btn-pagination:visited:active,
a.btn-pagination:visited:focus,
a.btn-pagination:visited:focus-visible {
  background-color: #B4FF3B;
}

.btn-pagination_active,
a.btn-pagination_active:link,
a.btn-pagination_active:visited {
  background-color: #B4FF3B;
}
.btn-pagination:hover {
  background-color: #B4FF3B;
}

.btn-need-help {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  z-index: 10;
  background: linear-gradient(95deg, rgb(180, 255, 59) 20%, rgb(180, 255, 59) 80%);
  box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
}
.btn-need-help .btn__icon {
  display: flex;
  width: 40px;
  height: 40px;
}

.btn-need-help .__hover {
  display: none;
}
.btn-need-help:hover .__hover {
  display: block;
}
.btn-need-help:hover .__init {
  display: none;
}
.btn-need-help:active .__hover {
  display: none;
}
.btn-need-help:active .__init {
  display: block;
}

.article__text a:hover {
  color: #1D78DF;
}

.switcher-box {
  width: 26rem;
  height: 5.2rem;
}

span.switcher {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  cursor: pointer;
}
span.switcher input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 16px;
  background-color: #EDEEF4;
  transition: 0.25s -0.1s;
  cursor: pointer;
}
span.switcher input:before, span.switcher input:after {
  width: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.switcher input:before {
  content: "Книги";
  left: 0;
  color: #202020;
}
span.switcher input:after {
  content: "Фильмы";
  right: 0;
  color: #ffffff;
}
span.switcher label {
  z-index: 1;
  position: absolute;
  top: 2px;
  bottom: 2px;
  border-radius: 16px;
  background-color: #87919C;
  cursor: pointer;
}
span.switcher input:checked:before {
  transition: color 0.5s 0.2s;
  color: #ffffff;
}
span.switcher input:checked:after {
  transition: color 0.5s;
  color: #202020;
}
span.switcher input:checked + label {
  left: 0;
  right: 50%;
  transition: left 0.5s, right 0.4s 0.2s;
}
span.switcher input:not(:checked):before {
  transition: color 0.5s;
}
span.switcher input:not(:checked):after {
  transition: color 0.5s 0.2s;
}
span.switcher input:not(:checked) + label {
  left: 50%;
  right: 0;
  transition: left 0.4s 0.2s, right 0.5s;
}
.page-main .tags {
  display: block;
}
.hero__description {
  color: var(--Gray, #87919C);
  font-family: "Halvar";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 30.8px */
  letter-spacing: -1.12px;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
}

@media screen and (max-width: 1919px) {
  span.switcher input:before, span.switcher input:after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .switcher-box {
    width: 100%;
    max-width: 34.4rem;
    height: 5.2rem;
  }
  span.switcher input:before, span.switcher input:after {
    font-size: 1.6rem;
  }
}
.modal {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.modal.__active {
  pointer-events: all;
}
.modal.__active .modal__shadow {
  opacity: 1;
}
.modal.__active .modal__close {
  transform: none;
  opacity: 1;
}
.modal.__active .modal__outer {
  opacity: 1;
  transform: none;
}
.modal .modal__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.48);
  opacity: 0;
  transition: 0.4s;
}
.modal .modal__close {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 1rem;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s;
}
.modal .modal__close:hover {
  transition: 0.05s;
}
.modal .modal__close:active {
  transition: 0.02s;
}
.modal .modal__close:hover::before, .modal .modal__close:hover::after {
  background-color: #3994FB;
}
.modal .modal__close:active::before, .modal .modal__close:active::after {
  background-color: #3994FB;
}
.modal .modal__close::before, .modal .modal__close::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #202020;
}
.modal .modal__close:before {
  transform: rotate(45deg);
}
.modal .modal__close:after {
  transform: rotate(-45deg);
}
.modal .modal__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100%;
}
.modal .modal__scroller::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.modal .modal__outer {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10rem 0;
  max-height: 100%;
  transition: 0.4s;
  transform: scale(0.5);
  opacity: 0;
}
.modal .modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1.6rem;
  padding: 2.4rem;
  width: 1432px;
  max-width: calc(100vw - 3rem);
  gap: 2.4rem;
}

.modal .modal-location {
  margin: 0 auto;
  width: 49rem;
}
.modal .modal-location .city-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
  justify-items: baseline;
}
.modal .modal-location .city-list .col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  width: 100%;
}
.modal .modal-location .city-list .btn-city {
  color: #202020;
  text-align: start;
}
.modal .modal-location .city-list .btn-city:hover {
  color: #3994FB;
}
.modal .modal-location .city-list.__hidden {
  display: none;
}
.modal .modal-location .city-list.__search-result {
  display: flex;
}
.modal .modal-location .city-list.__search-result.__hidden {
  display: none;
}

#modal-city-detection {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  bottom: auto;
  left: auto;
}
#modal-city-detection .modal__outer {
  padding: 0;
}
#modal-city-detection .modal__inner {
  width: -moz-max-content;
  width: max-content;
  box-shadow: 4px 12px 48px 0px rgba(172, 178, 208, 0.32);
  border-radius: 1.6rem;
  gap: 1.6rem;
}
#modal-city-detection .user-actions {
  display: flex;
  gap: 0.8rem;
}
#modal-city-detection .user-actions .btn {
  width: 15.2rem;
}

.modal .modal-search-tags {
  padding: 3.2rem;
  width: 62.4rem;
}
.modal .modal-search-tags .modal__title {
  margin: 0 auto;
  text-align: center;
}
.modal .modal-search-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.modal .modal-search-tags .tags-list.__hidden {
  display: none;
}
.modal .modal-search-tags .tags-list.__search-result.__hidden {
  display: none;
}

.modal .modal-form {
  width: 56.4rem;
  background-color: #EDEEF4;
  border-radius: 3.2rem;
  padding: 4.8rem;
}

#modal-cookies {
  top: auto;
  right: auto;
}
#modal-cookies .modal__outer {
  padding: 0;
  position: fixed;
  bottom: 1.2rem;
  left: 8.6rem;
  width: auto;
}
#modal-cookies .modal__inner {
  padding: 8px 8px 8px 24px;
  width: 860px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #87919C;
  color: #ffffff;
}
#modal-cookies .user-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 33%;
}
#modal-cookies .user-actions > button {
  flex: 1;
}
#modal-city-detection .user-actions > button {
  flex: 1;
}
#modal-cookies .user-actions .modal__close {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  height: auto;
}
#modal-cookies .user-actions .modal__close::after, #modal-cookies .user-actions .modal__close::before {
  content: none;
}
#modal-cookies .user-actions .btn {
  padding: 0 3.2rem;
  height: 4.8rem;
}

.modal .modal-project {
  width: 56.4rem;
  border-radius: 2.4rem;
  padding: 0;
}
.modal .modal-project .card__inner {
  gap: 1.1rem;
}
.modal .modal-project .card__img {
  width: 6.4rem;
  height: 6.4rem;
}
.modal .modal-project .card__top {
  gap: 2.4rem;
}
.modal .modal-project .card__body {
  gap: 2.4rem;
}
.modal .modal-project .card__text-content {
  gap: 1.2rem;
}
.modal .modal-project .card__text-content .card__text {
  display: inline;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
  max-height: none;
}
.modal .modal-project .tags__list {
  flex-wrap: wrap;
  -webkit-mask-image: none;
          mask-image: none;
}

@media screen and (max-width: 1919px) {
  #modal-cookies .modal__outer {
    left: 8.4rem;
  }
  .modal .modal-project {
    width: 62.4rem;
  }
  .modal .modal-project .card__inner {
    gap: 6rem;
  }
}
@media screen and (max-width: 1299px) {
  #modal-cookies .modal__outer {
    left: 3.6rem;
  }
  #modal-cookies .modal__inner {
    width: 31.2rem;
    padding: 2.4rem;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
  }
  #modal-cookies .user-actions {
    justify-content: space-between;
    width: 100%;
  }
  #modal-cookies .user-actions .btn {
    flex-grow: 1;
  }
  .modal .modal-project {
    width: 56rem;
    padding: 2.4rem;
  }
  .modal .modal-project .card__inner {
    gap: 7.3rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__outer {
    padding: 1rem 0;
  }
  .modal .modal__inner {
    padding: 3.2rem 1.6rem 2.4rem;
  }
  .modal .modal-location {
    width: 34.4rem;
  }
  .modal .modal-location .city-list {
    margin-right: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  #modal-city-detection .modal__inner {
    padding: 1.6rem;
  }
  #modal-city-detection .user-actions .btn {
    width: 14.8rem;
  }
  .modal .modal__scroller {
    min-width: 100%;
  }
  .modal .modal-search-tags {
    max-width: 62.4rem;
    width: calc(100% - 1.6rem);
    margin: 0 auto;
    padding: 32px 16px;
  }
  .modal .modal-form {
    padding: 48px 8px;
    border-radius: 1.6rem;
    max-width: calc(100vw - 1.6rem);
  }
  #modal-cookies .modal__outer {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8rem;
    width: -moz-max-content;
    width: max-content;
  }
  #modal-cookies .modal__inner {
    width: 100%;
    max-width: 34.4rem;
    padding: 16px 8px 8px 8px;
    gap: 1.6rem;
  }
  #modal-cookies .cookie__text {
    padding: 0 3rem;
  }
  .modal .modal-project {
    width: calc(100% - 1.6rem);
    margin: 0 auto;
    max-width: 56rem;
    padding: 1.2rem;
  }
  .modal .modal-project .card__inner {
    gap: 7.3rem;
    padding: 0;
  }
}
#modal-help .modal__inner {
  width: 83.8rem;
  padding: 4.8rem;
  gap: 3.2rem;
  background-color: #EDEEF4;
  text-align: center;
}
#modal-help .modal__title {
  text-align: center;
  width: 30rem;
  margin: 0 auto;
}
#modal-help .actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#modal-help .action {
  flex: 0 0 calc((100% - 1.6rem) / 2);
  max-width: calc((100% - 1.6rem) / 2);
  background-color: #ffffff;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 0.8rem 0.8rem;
}
#modal-help .btn-action {
  width: 100%;
  padding: 0;
}
#modal-help .request {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 77%;
  margin: 0 auto;
}
#modal-help .request .request__text a {
  color: #3994FB;
  text-decoration: underline;
}

@media screen and (max-width: 1299px) {
  #modal-help .modal__inner {
    width: 57.8rem;
  }
  #modal-help .actions {
    flex-direction: column;
  }
  #modal-help .actions .action {
    max-width: 100%;
    flex: 0 0 none;
    width: 100%;
  }
  #modal-help .request {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #modal-help .modal__inner {
    max-width: 62.4rem;
    width: 100%;
    padding: 4.8rem 0.8rem;
  }
  #modal-help .actions {
    gap: 2.4rem;
  }
  #modal-help .action {
    width: 100%;
    padding: 1.6rem 0.8rem 0.8rem;
  }
}
/* COMPONENTS */
.nav {
  color: #202020;
}
.nav__list {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.nav__link {
  display: block;
  height: 100%;
  padding: 0.8rem 0;
}
.nav__link:hover,
.btn.location:hover {
  color: #1D78DF;
}
.nav__link:active,
.btn.location:hover {
  color: #3994FB;
}

@media screen and (max-width: 1299px) {
  nav {
    display: none;
  }
}
.socials .socials__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.socials .socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #3994FB;
  transition: 200ms;
}
.socials .socials__item:hover {
  background: #1D78DF;
}
.socials .socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.socials .socials__img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  height: 6rem;
  background-color: white;
  position: relative;
  z-index: 5;
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.header .logo {
  display: block;
  width: 10.5rem;
}
.header .logo__img {
  display: flex;
  width: 100%;
  height: auto;
}
.header .user-actions {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: relative;
}
.header .user-actions .btn-contact {
  border-radius: 0.8rem;
  width: 13rem;
  height: 4rem;
}

@media screen and (max-width: 1919px) {
  .header .logo {
    width: 11.1rem;
  }
}
@media screen and (max-width: 1299px) {
  .header .user-actions {
    gap: 0.8rem;
  }
  .header .user-actions .location {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .header .user-actions {
    gap: 0.8rem;
  }
  .header .user-actions .location {
    display: none;
  }
}
.footer {
  border-top: 1px solid #EDEEF4;
}
.footer .footer__inner {
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  position: relative;
}
.footer .copyright {
  color: #87919C;
}
.footer .socials {
  margin-left: auto;
}

@media screen and (max-width: 1299px) {
  .footer .footer__inner {
    padding: 2.4rem 0;
    position: relative;
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
  }
  .footer .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer .copyright {
    position: absolute;
    bottom: 0.8rem;
    right: 0;
  }
  .footer .socials {
    position: absolute;
    top: 0.8rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 0 3.2rem;
  }
  .footer .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .socials {
    position: static;
    order: 2;
    margin: 0;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .footer .copyright {
    position: static;
    order: 3;
  }
}
.card {
  display: flex;
  background: #ffffff;
  overflow: hidden;
  color: #202020;
}
.card .card__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
  height: auto;
  overflow: hidden;
}
.card .card__top,
.card .card__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card .card__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card .card__footer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card .card__img {
  display: block;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__text-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.card .card__title {
  color: #202020;
}
.card .card__text {
  color: #87919C;
}
.card .card__text_black {
  color: #202020;
}
.card .tags__list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  -webkit-mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 3.2rem), transparent);
          mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 3.2rem), transparent);
}
.card .tags__list a {
  cursor: pointer;
}
.card .card__link {
  color: #3994FB;
}
.card .card__link_hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.card_vertical {
  flex-direction: column;
  border-radius: 24px;
  box-shadow: 14px 20px 48px 0px rgba(172, 178, 208, 0.2);
}
.card_vertical .card__inner {
  padding: 1.6rem;
  height: 100%;
}
.card_horizontal {
  width: 100%;
  flex-direction: row;
  border-radius: 1.6rem;
  box-shadow: 4px 12px 48px 0px rgba(172, 178, 208, 0.32);
}
.card_horizontal .card__inner {
  padding: 2.4rem 1.6rem;
  height: auto;
  flex-grow: 1;
  justify-content: space-between;
}
.card_horizontal .card__text-content {
  gap: 0.8rem;
}
.card_horizontal .card__img {
  aspect-ratio: 117/171;
}
.card-initiative, .card-organization {
  flex-grow: 1;
  width: 100%;
}
.card-initiative .card__img, .card-organization .card__img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.card-initiative .card__title,
.card-initiative .card__text, .card-organization .card__title,
.card-organization .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-initiative .card__title, .card-organization .card__title {
  max-height: 3.84rem;
}
.card-initiative .card__text, .card-organization .card__text {
  max-height: 3.36rem;
}
.card-initiative .card__footer .card__text, .card-organization .card__footer .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.44rem;
}
.card-initiative {
  flex-grow: 0;
}
.card-initiative .card__inner {
  gap: 4.1rem;
  padding: 3.2rem;
}
.card-recommendation .card__top {
  gap: 0.8rem;
}
.card-recommendation .card__text-content {
  gap: 0.8rem;
}
.card-recommendation .card__img {
  max-width: 24.6%;
}
.card-film-book .card__img {
  flex: 0 0 40%;
  aspect-ratio: 224/247;
  max-width: 40%;
}
.card-film-book .card__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.04rem;
}
.card-film-book .card__inner {
  padding: 2.8rem;
  max-height: none;
}
.card-film-book .card__text-content {
  gap: 1.2rem;
}
.card-project {
  border-radius: 2.4rem;
  box-shadow: 14px 20px 48px 0px rgba(172, 178, 208, 0.2);
}
.card-project .card__img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-project .card__inner {
  padding: 3.2rem;
  gap: 2.6rem;
}
.card-project .card__text-content {
  gap: 0.4rem;
}
.card-project .card__text-content .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.36rem;
}
.card-project .card__footer .card__text {
  color: #202020;
}
.card-article {
  aspect-ratio: 564/332;
  position: relative;
  box-shadow: none;
  border-radius: 2.4rem;
}
.card-article .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-article .card__inner {
  overflow: visible;
  margin-top: auto;
  position: relative;
  padding: 0;
  justify-content: flex-end;
  gap: 2.4rem;
  max-width: 100%;
}
.card-article .card__inner > *:not(.shadow) {
  padding: 0 3.2rem;
}
.card-article .card__inner > :last-child:not(.shadow) {
  padding-bottom: 3.2rem;
}
.card-article .card__inner > * {
  z-index: 2;
}
.card-article .card__inner .shadow {
  position: absolute;
  width: 100%;
  height: 110%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 64.78%);
  z-index: 1;
}
.card-article .card__text-content {
  gap: 1.2rem;
}
.card-article .card__text-content .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.84rem;
}
.card-article .card__text-content .card__text > * {
  font-size: inherit;
}
.card-article .card__title,
.card-article .card__text {
  color: #ffffff;
}
.card-article .card__footer {
  margin: 0;
}
.card_center {
  border: 1px solid #D5D6E3;
  box-shadow: none;
}
.card_center .card__inner {
  justify-content: center;
  align-items: center;
  gap: 0.4rem !important;
}

@media screen and (max-width: 1919px) {
  .card-initiative .card__text-content {
    gap: 0.4rem;
  }
  .card-article {
    aspect-ratio: 516/336;
  }
  .card-film-book .card__img {
    flex: 0 0 43%;
    aspect-ratio: 224/247;
    max-width: 43%;
  }
  .card-recommendation .card__img {
    max-width: 24.6%;
  }
}
@media screen and (max-width: 1299px) {
  .card-film-book .card__img {
    flex: 0 0 33.8%;
    aspect-ratio: 117/171;
    max-width: 33.8%;
  }
  .card-film-book .card__inner {
    padding: 24px 16px;
  }
  .card-film-book .card__text-content {
    gap: 0.8rem;
  }
  .card-film-book .card__title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .card-film-book .card__description {
    display: none;
  }
  .card-project .card__inner {
    padding: 2.4rem;
    gap: 3.9rem;
  }
  .card-project .card__text-content {
    gap: 0.4rem;
  }
  .card-initiative .card__inner {
    padding: 2.4rem;
    gap: 7.1rem;
  }
  .card-initiative .tags__list {
    -webkit-mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 2.4rem), transparent);
            mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 2.4rem), transparent);
  }
  .card-article {
    aspect-ratio: 344/332;
  }
  .card-recommendation .card__img {
    max-width: 33.8%;
  }
  .page-main .tags {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .card-project .card__inner {
    padding: 1.6rem;
    gap: 3.6rem;
  }
  .card-article {
    aspect-ratio: 344/332;
  }
  .card-article .card__inner > *:not(.shadow) {
    padding: 0 1.6rem;
  }
  .card-article .card__inner > :last-child:not(.shadow) {
    padding-bottom: 1.6rem;
  }
  .card-initiative .card__inner {
    padding: 1.6rem;
    gap: 5.5rem;
  }
  .card-initiative .tags__list {
    -webkit-mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 1.6rem), transparent);
            mask-image: linear-gradient(to right, #000000, #000000 calc(100% - 1.6rem), transparent);
  }
  .card-film-book .card__img {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.banner {
  height: auto;
  border-radius: 32px;
  background: #EDEEF4;
  color: #202020;
  overflow: hidden;
}
.banner_green {
  background: #B4FF3B;
}
.banner_gray {
  background: #EDEEF4;
}
.banner .banner__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.banner .row {
  gap: 1.6rem;
}
.banner .col_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  padding: 4.8rem;
  width: 45%;
  flex-shrink: 0;
  z-index: 2;
}
.banner .col_right {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
}
.banner .banner__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.banner .user-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.banner .banner__img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .banner__tag {
  cursor: auto;
}
.banner .banner__footer {
  max-width: 47.6rem;
  width: 100%;
}
.banner .user-actions {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 72px);
  grid-template-columns: 58% 1fr;
  gap: 1.2rem;
}
.banner .user-actions .btn {
  height: 100%;
  max-width: 100%;
}
.banner .btn-trailer {
  grid-column: 1/3;
  gap: 1rem;
}
.banner .btn-trailer .btn__icon {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
}
.banner .btn-watch {
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.banner .banner__age {
  color: #202020;
  position: absolute;
  top: 24px;
  right: 40px;
}

@media screen and (max-width: 1299px) {
  .banner .banner__body {
    width: 100%;
    position: relative;
  }
  .banner .banner__inner {
    flex-direction: column;
    gap: 50px;
  }
  .banner .col_left {
    padding: 2.4rem;
    width: 100%;
  }
  .banner .banner__title,
  .banner .banner__text {
    width: 32rem;
  }
  .banner .banner__age {
    right: 44px;
  }
  .banner .banner__footer {
    width: 100%;
    max-width: 100%;
  }
  .banner .banner__img {
    position: static;
    height: auto;
  }
  .banner .col_right {
    min-height: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__inner {
    gap: 3rem;
  }
  .banner .col_left {
    gap: 3.2rem;
  }
  .banner .banner__title,
  .banner .banner__text {
    width: 100%;
    max-width: 32rem;
  }
  .banner .col_right {
    position: relative;
    height: auto;
    width: 100%;
  }
  .banner .row {
    position: static;
    margin-bottom: 0.4rem;
  }
  .banner .btn-watch {
    width: 100%;
  }
  .banner .banner__age {
    right: 24px;
  }
  .banner .banner__title {
    margin-top: 2rem;
  }
  .banner .user-actions {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 72px);
  }
  .banner .btn-trailer {
    grid-column: 1/2;
  }
  .banner .col_right {
    min-height: 20rem;
  }
}
.bubble {
  position: absolute;
  padding: 10px 16px;
  border-radius: 100px;
  background-color: #EDEEF4;
  color: #202020;
  transition: none;
}
.bubble:hover {
  background: #D5D6E3;
}
.bubble .bubble__tail {
  position: absolute;
  bottom: 4px;
  left: 1px;
  display: block;
  width: 16px;
  height: 16px;
  transform: translateY(100%);
  transition: none;
}
.bubble .bubble__tail .fill {
  fill: #EDEEF4;
}
.bubble:hover .bubble__tail .fill {
  fill: #D5D6E3;
}
.bubble-blurred {
  filter: blur(3px);
}
.bubble-blurred_s {
  filter: blur(1px);
}
.bubble-active {
  background-color: #3994FB;
  color: #ffffff;
}
.bubble-active:hover {
  background-color: #1D78DF;
}
.bubble-active .bubble__tail .fill {
  fill: #3994FB;
}
.bubble-active:hover .bubble__tail .fill {
  fill: #1D78DF;
}

.swiper.organizations-swiper,
.swiper.initiatives-swiper {
  width: 100%;
  max-width: 145.2rem;
  overflow: visible;
}
.swiper.organizations-swiper .swiper-slide,
.swiper.initiatives-swiper .swiper-slide {
  display: flex;
}
/* .swiper.organizations-swiper .card,
.swiper.initiatives-swiper .card {
  width: 28.3rem;
} */

@media screen and (max-width: 1919px) {
  .swiper.organizations-swiper,
  .swiper.initiatives-swiper {
    max-width: 100%;
  }
  .swiper.organizations-swiper .card,
  .swiper.initiatives-swiper .card {
    max-width: 320px;
  }
}
@media screen and (max-width: 1439px) {
  .swiper.organizations-swiper .swiper-slide,
  .swiper.initiatives-swiper .swiper-slide {
    width: -moz-min-content;
    width: min-content;
  }
}
.aside-menu {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  pointer-events: none;
}
.aside-menu .menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  gap: 4.8rem;
  opacity: 0;
  transition: all 0.6s ease-in;
}
.aside-menu .menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  color: #202020;
  text-align: center;
}
.aside-menu .menu__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aside-menu .menu__item,
.aside-menu .location {
  opacity: 0;
  transition: all 0.2s ease-in;
}
.aside-menu .menu__link {
  padding: 0.8rem 0;
}
.aside-menu .location {
  display: none;
}
.aside-menu.__active {
  pointer-events: all;
}
.aside-menu.__active .menu__inner {
  opacity: 1;
}
.aside-menu.__active .menu__list > .menu__item {
  opacity: 1;
}
.aside-menu.__active .menu__list > .menu__item:nth-child(1) {
  transition-delay: 0.7s;
}
.aside-menu.__active .menu__list > .menu__item:nth-child(2) {
  transition-delay: 0.8s;
}
.aside-menu.__active .menu__list > .menu__item:nth-child(3) {
  transition-delay: 0.9s;
}
.aside-menu.__active .menu__list > .menu__item:nth-child(4) {
  transition-delay: 1s;
}
.aside-menu.__active .location {
  transition-delay: 1.2s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .aside-menu .location {
    display: flex;
  }
}
.location {
  color: #202020;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.location__img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navigation {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #87919C;
  margin-right: auto;
}
.navigation .navigation__img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.6rem;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  text-align: center;
}
.info_statistics {
  background: rgba(135, 145, 156, 0.64);
  gap: 0.2rem;
  color: #ffffff;
  transform: rotate(10deg);
}
.info_statistics_s {
  width: 14.4rem;
}
.info_statistics_l {
  width: 16.6rem;
}
.info_quality {
  background-color: #B4FF3B;
  color: #202020;
  transform: rotate(-6deg);
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .info_statistics_s {
    width: 11.9rem;
  }
}
.tags .tags__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.form .form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.form .form__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.form .form__footer {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.form .btn-submit {
  padding: 0 3.2rem;
  height: 4.8rem;
}

.input-group {
  position: relative;
  height: auto;
  width: 100%;
}
.input-group_fixed-height {
  height: 6.6rem;
}
.input-group .input-box {
  position: relative;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 1.2rem;
  border: 1px solid transparent;
}
.input-group .input-box_border {
  border-bottom: 1px solid #D5D6E3;
  border-radius: 0rem;
}
.input-group .input-box .input,
.input-group .input-box .textarea {
  width: 100%;
  height: 100%;
}
.input-group .input-box .textarea {
  resize: none;
  outline: none;
  border: unset;
}
.input-group .input-box .input {
  margin-top: 0;
  display: flex;
  align-items: center;
  background-color: transparent !important;
}
.input-group .input-box .input_non-empty {
  padding-top: 0.9rem;
}
.input-group .input-box .upper-label {
  position: absolute;
  top: 0.8rem;
  left: 1.2rem;
  opacity: 0;
  transition: all 0.1s ease-in 0s;
}
.input-group .input-box .upper-label_displayed {
  transition: all 0.2s ease-in 0.1s;
  opacity: 1;
}
.input-group .input-box .input__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  transition: all 0.2s ease-in;
}
.input-group .input-box .input__icon-box {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
.input-group .input-box .input__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.input-group .input-error {
  position: absolute;
  top: calc(100% + 2px);
  left: 1.2rem;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.input-group_error .input-box {
  border-color: #FF3B3B;
}
.input-group_error .input-error {
  opacity: 1;
}
.input-group-comment .input-box {
  padding: 1.6rem 1.2rem 0;
  justify-content: flex-start;
  min-height: 9.6rem;
}
.input-group-select {
  position: relative;
  cursor: pointer;
}
.input-group-select .options {
  width: 100%;
  position: absolute;
  display: flex;
  padding: 1.1rem 1.6rem 1.1rem;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #D5D6E3;
  box-shadow: 4px 12px 48px 0px rgba(172, 178, 208, 0.32);
  z-index: 2;
  bottom: -5px;
  transform: translateY(calc(100% + 1rem));
  opacity: 0;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.input-group-select .options__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.input-group-select .option {
  width: 100%;
  padding: 0.5rem 0;
  transition: all 0.2s ease-in;
}
.input-group-select .option:hover {
  color: #3994FB;
}
.input-group-select_active .input-box .input__icon {
  transform: rotate(-180deg);
}
.input-group-select_active .options {
  opacity: 1;
  transform: translateY(100%);
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .form .form__footer {
    flex-direction: column;
    gap: 1.6rem;
  }
  .form .btn-submit {
    width: 100%;
  }
  .form .policy {
    text-align: center;
  }
  .form .form__header {
    text-align: center;
  }
  .form .form__title {
    width: 30rem;
  }
}
.pagination {
  display: flex;
  gap: 2px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

/* SECTIONS */
.section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4.8rem;
}
.section .section__inner {
  padding: 0 14.8rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.section .section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section .section__title {
  width: 51rem;
  color: #202020;
}
.section .section__title > span {
  position: relative;
  z-index: 2;
}
.section .section__subtitle {
  color: #87919C;
}
.section .section__intro {
  position: relative;
  height: 46.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .section__intro .intro__header-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 5rem;
  text-align: center;
}
.section .section__intro .intro__title-group {
  position: relative;
}
.section .section__intro .intro__title {
  color: #202020;
  text-align: center;
}
.section .section__intro .intro__subtitle {
  color: #87919C;
  width: 55rem;
}
.section .section__intro .intro__img {
  display: block;
  position: absolute;
}
.section .section__intro .intro__img_l {
  bottom: 7rem;
  left: 8rem;
}
.section .section__intro .intro__img_s {
  bottom: 4rem;
  left: 25rem;
}
.section .section__intro .intro__img_m {
  top: 4rem;
  right: 0rem;
}
.section .section__intro .info_statistics {
  transform: none;
  bottom: 0rem;
  left: 0;
}
.section .section__intro .info_quality {
  right: -1rem;
  bottom: -5rem;
}
.section .section__intro .intro__img-group {
  position: absolute;
  width: 330px;
  height: 201px;
  bottom: 0;
  left: 0;
}
.section .section__intro .star-1 {
  width: 3.1rem;
  height: 3.1rem;
  top: 4rem;
  left: 18.5rem;
}
.section .section__intro .star-2 {
  width: 6.2rem;
  height: 6.2rem;
  top: 6.5rem;
  left: 21rem;
}
.section .section__intro .star-3 {
  width: 6.4rem;
  height: 6.4rem;
  bottom: 9.5rem;
  right: 21.5rem;
}
.section .section__content {
  padding: 0 14.8rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.section .section__content .section__content__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section .section__content .section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
.section .section__content .section__list .card {
  width: calc((100% - 2.8rem) / 2);
}
.section .star {
  display: block;
  position: absolute;
  pointer-events: none;
}
.section .rope {
  display: block;
  position: absolute;
  min-width: 100%;
  width: 192rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.section-state-initiatives,
.section-help {
  position: relative;
}
.section-state-initiatives .section__inner,
.section-help .section__inner {
  gap: 2.4rem;
}

@media screen and (max-width: 1919px) {
  .hero__description {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    letter-spacing: -1.12px;
  }
  .section .section__inner {
    padding: 0;
  }
  .section .rope {
    width: 168rem;
    top: -6rem;
  }
  .section .section__intro .intro__title {
    margin-bottom: 0;
  }
  .section .section__intro .info_quality {
    right: -11rem;
    bottom: -5rem;
  }
  .section .section__intro .star-1 {
    left: 10rem;
  }
  .section .section__intro .star-2 {
    left: 12rem;
  }
  .section .section__intro .star-3 {
    right: 12.5rem;
  }
  .section .section__content {
    padding: 0 10.8rem;
  }
  .section .section__content .section__list {
    gap: 2.4rem;
  }
  .section .section__content .section__list .card {
    width: calc((100% - 2.4rem) / 2);
  }
  .section-state-initiatives .section__inner,
  .section-help .section__inner {
    gap: 4.8rem;
  }
}
@media screen and (max-width: 1299px) {
  .hero__description {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    letter-spacing: -1.12px;
  }
  .section .section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .section .section__intro {
    height: 54.7rem;
  }
  .section .section__intro .intro__header-group {
    gap: 4.2rem;
    margin-bottom: 10rem;
  }
  .section .section__intro .info_quality {
    right: 3rem;
    bottom: -15rem;
  }
  .section .section__intro .star-1 {
    left: 0;
    top: 0;
  }
  .section .section__intro .star-2 {
    left: 3rem;
    top: 2rem;
  }
  .section .section__intro .star-3 {
    bottom: 5rem;
    right: 0;
  }
  .section .section__intro .intro__img_l {
    bottom: 8.5rem;
  }
  .section .section__intro .intro__img_m {
    top: 1.5rem;
    right: 1rem;
  }
  .section .section__intro .intro__img_s {
    bottom: 6rem;
  }
  .section .section__intro .info_statistics {
    bottom: 1rem;
  }
  .section .section__content {
    padding: 0;
    gap: 2.4rem;
  }
  .section .section__content .section__list {
    gap: 1.6rem;
  }
  .section .section__content .section__list .card {
    width: calc((100% - 1.6rem) / 2);
  }
  .section-state-initiatives .section__inner,
  .section-help .section__inner {
    gap: 2.4rem;
  }
  .hero__description {
    width: 90%;
  } 
}
@media screen and (max-width: 767px) {
  .hero__description {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    letter-spacing: -0.88px;
  }
  .section {
    gap: 3.2rem;
  }
  .section .rope {
    width: 94rem;
  }
  .section .section__inner {
    gap: 3.2rem;
  }
  .section .section__header {
    gap: 1.6rem;
  }
  .section .section__title {
    width: auto;
  }
  .section .section__intro {
    height: 44.2rem;
    align-items: flex-start;
  }
  .section .section__intro .intro__header-group {
    gap: 1.6rem;
    margin-top: 9rem;
  }
  .section .section__intro .intro__img_m {
    display: none;
  }
  .section .section__intro .intro__subtitle {
    max-width: 55rem;
    width: 100%;
  }
  .section .section__intro .star-1 {
    width: 1.8rem;
    height: 1.8rem;
    left: 3rem;
  }
  .section .section__intro .star-2 {
    width: 3.6rem;
    height: 3.6rem;
    left: 4rem;
    top: 2rem;
  }
  .section .section__intro .star-3 {
    width: 3.2rem;
    height: 3.2rem;
    right: auto;
    left: 2rem;
    bottom: 11rem;
  }
  .section .section__intro .info_quality {
    left: auto;
    right: 0;
    top: 15rem;
  }
  .section .section__intro .info_statistics {
    bottom: 0rem;
    left: 0.5rem;
  }
  .section .section__intro .intro__img_s {
    bottom: 4rem;
    left: 76%;
  }
  .section .section__intro .intro__img_l {
    bottom: 7rem;
    left: 27%;
  }
  .section .section__intro .intro__img-group {
    left: 50%;
    transform: translate(-50%);
  }
  .section .section__content .section__list {
    gap: 1rem;
  }
  .section .section__content .section__list .card {
    width: 100%;
  }
  .section-state-initiatives .section__inner,
  .section-help .section__inner {
    gap: 7rem;
  }
}
.section-hero {
  min-height: 75rem;
}
.section-hero .container {
  height: 100%;
}
.section-hero .section__inner {
  height: 100%;
  gap: 2.4rem;
}
.section-hero .hero {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 176px 0;
}
.section-hero .hero__inner {
  max-width: 100%;
}
.section-hero .projects {
  flex-shrink: 0;
}
.section-hero .projects .container {
  height: 100%;
}
.section-hero .section__title {
  width: 108rem;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.section-hero .section__title > :nth-child(1) {
  align-self: flex-start;
}
.section-hero .section__title > :nth-child(2) {
  align-self: flex-end;
  margin-right: 12.5rem;
}
.section-hero .section__title .text-highlighted {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-hero .section__title .section__subtitle {
  display: block;
  color: #202020;
}
.section-hero .section__title .img-s {
  display: none;
}
.section-hero .projects__inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 4px 12px 48px 0px rgba(172, 178, 208, 0.32);
}
.section-hero .projects__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  padding: 0 2.4rem;
}
.section-hero .projects__title {
  color: #202020;
}
.section-hero .projects__text {
  color: #87919C;
}
.section-hero .projects__list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.section-hero .project {
  position: relative;
  height: 192px;
  width: 28rem;
  padding: 2.4rem;
  border-radius: 24px;
  color: #ffffff;
  overflow: hidden;
}
.section-hero .project .project__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero .project .project__link {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: rgba(135, 145, 156, 0.64);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
}
.section-hero .project .project__link .icon {
  width: 16px;
  height: 16px;
}
.section-hero .project .project__text {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  display: block;
  width: 15rem;
  margin-top: auto;
  color: #ffffff;
}
.section-hero .bubble-1 {
  top: 16%;
  left: 3rem;
}
.bubble__tail {
  z-index: -1;
}
.section-hero .bubble-1 .bubble__tail {
  transform: scaleX(-1) translateY(100%);
  left: auto;
  right: 10px;
}
.section-hero .bubble-2 {
  top: 10%;
  left: 60%;
}
.section-hero .bubble-3 {
  top: 26%;
  right: 13rem;
}
.section-hero .bubble-4 {
  bottom: 18%;
  left: 11rem;
}
.section-hero .bubble-4 .bubble__tail {
  transform: scaleX(-1) translateY(100%);
  left: auto;
  right: 10px;
}
.section-hero .bubble-5 {
  bottom: 10%;
  left: 50%;
}
.section-hero .bubble-6 {
  bottom: 19%;
  left: auto;
  right: 11rem;
}
.section-hero .popular {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 4px 4px 4px 24px;
  position: absolute;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 4px 12px 48px 0px rgba(172, 178, 208, 0.32);
}
.section-hero .popular .popular__inner {
  position: relative;
  height: 4.8rem;
  width: 27.2rem;
  display: flex;
  align-items: center;
}
.section-hero .popular .popular__item {
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
}
.section-hero .popular .popular__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero .popular .popular__item {
  top: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #EDEEF4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-hero .popular :nth-child(2) {
  right: 72px;
}
.section-hero .popular :nth-child(3) {
  right: 48px;
}
.section-hero .popular :nth-child(4) {
  right: 24px;
}
.section-hero .popular :nth-child(5) {
  background-color: #87919C;
  color: #ffffff;
  right: 4px;
}
.section-hero .popular .popular__text {
  display: block;
  width: 13rem;
  color: #202020;
}

@media screen and (max-width: 1919px) {
  .section-hero .bubble-1 {
    top: 10%;
    left: -2rem;
  }
  .section-hero .bubble-2 {
    top: 5%;
    left: 57%;
  }
  .section-hero .bubble-3 {
    top: 21%;
    right: 16rem;
  }
  .section-hero .bubble-4 {
    bottom: 10%;
    left: 13rem;
  }
  .section-hero .bubble-5 {
    bottom: 5%;
    left: 50%;
  }
  .section-hero .bubble-6 {
    bottom: 15%;
    left: auto;
    right: 6rem;
  }
  .section-hero .section__title {
    max-width: 100%;
  }
  .section-hero .project {
    width: 200px;
    height: 192px;
  }
  .section-hero .hero {
    max-height: 55rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-hero .hero {
    max-height: unset;
    margin-top: -36px;
  }
  .section-hero {
    height: calc(100vh - 6rem - 1.2rem);
    height: calc(100dvh - 6rem - 1.2rem);
    min-height: 104rem;
  }
  .section-hero .bubble-1 {
    top: 18%;
    left: 0rem;
  }
  .section-hero .bubble-2 {
    top: 8%;
    left: 24%;
    right: auto;
  }
  .section-hero .bubble-3 {
    top: 20%;
    right: 5rem;
  }
  .section-hero .bubble-4 {
    bottom: 10%;
    left: 2rem;
  }
  .section-hero .bubble-5 {
    bottom: 1%;
    left: 36%;
  }
  .section-hero .bubble-6 {
    bottom: 13%;
    right: 14%;
  }
  .section-hero .section__title {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-hero .section__title > :nth-child(2) {
    align-self: flex-start;
    margin-right: 0;
  }
  .section-hero .section__title > :nth-child(3) {
    display: block;
    width: -moz-min-content;
    width: min-content;
  }
  .section-hero .projects__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
  .section-hero .projects__content {
    padding: 2.4rem;
    width: 100%;
  }
  .section-hero .projects__text {
    display: block;
  }
  .section-hero .project {
    width: auto;
    height: 19.2rem;
    aspect-ratio: 1.14;
    flex: 1 1 100%;
  }
  .section-hero .popular {
    top: 3.6rem;
  }
  .section-hero .section__title .text-highlighted {
    margin: 0 auto;
  }
  .section-hero .hero__inner {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
    min-height: 100rem;
  }
  .section-hero .hero {
    margin-top: 0;
  }
  .section-hero .container {
    padding: 0;
  }
  .section-hero .tags {
    padding: 0 0.8rem;
  }
  .section-hero .hero {
    height: 55rem;
    min-height: 32rem;
    padding: 0 0.8rem;
  }
  .section-hero .hero__inner {
    max-width: 100%;
    width: 100%;
    margin-top: 3rem;
  }
  .section-hero .section__title {
    margin: 0 auto;
  }
  .section-hero .section__title .section__subtitle {
    width: 24rem;
    margin: 0 auto;
  }
  .section-hero .section__title .text-highlighted {
    gap: 0.8rem;
  }
  .section-hero .section__title .img-s {
    display: block;
    width: 128%;
  }
  .section-hero .popular {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 34.4rem;
  }
  .section-hero .popular .popular__inner {
    width: 100%;
  }
  .section-hero .bubble-1, .section-hero .bubble-5 {
    display: none;
  }
  .section-hero .bubble-2 {
    top: 14%;
    left: 7%;
    right: auto;
  }
  .section-hero .bubble-3 {
    top: 19%;
    right: 6rem;
  }
  .section-hero .bubble-3 .bubble__tail {
    transform: translateY(100%);
    bottom: 4px;
    left: 1px;
  }
  .section-hero .bubble-4 {
    bottom: 2rem;
    left: 2%;
    right: auto;
  }
  .section-hero .bubble-6 {
    bottom: 15%;
    right: 3rem;
  }
  .section-hero .projects__inner {
    padding: 24px 8px 8px 8px;
  }
  .section-hero .projects__content {
    padding: 0;
  }
  .section-hero .projects__list {
    flex-direction: column;
  }
  .section-hero .project {
    width: 100%;
    aspect-ratio: 1.79;
  }
}
.section-organizations .section__inner {
  flex-direction: row;
  gap: 2.8rem;
  height: 47.7rem;
}
.section-organizations .col {
  display: flex;
  height: 100%;
}
.section-organizations .col_left {
  position: relative;
  width: 71.2rem;
  flex-shrink: 0;
}
.section-organizations .stripes {
  position: absolute;
  left: -4rem;
  top: 5rem;
  display: block;
  width: 63.2rem;
  height: auto;
  max-height: 100%;
}
.section-organizations .section__img {
  display: flex;
  position: absolute;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-organizations .section__img-s {
  width: 217px;
  height: 217px;
  top: 1rem;
}
.section-organizations .section__img-l {
  width: 349px;
  height: 349px;
  left: 17rem;
  top: 7.5rem;
}
.section-organizations .statistics {
  position: absolute;
  bottom: 0;
  left: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 327px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(135, 145, 156, 0.64);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  color: #ffffff;
}
.section-organizations .col_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  flex-shrink: 0;
  flex-grow: 1;
}
.section-organizations .section__title {
  width: 50rem;
}
.section-organizations .search-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section-organizations .tags,
.section-organizations .tags__list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media screen and (max-width: 1919px) {
  .section-organizations .section__inner {
    justify-content: space-between;
    gap: 2.4rem;
  }
  .section-organizations .col_left {
    width: 62.4rem;
  }
  .section-organizations .col_right {
    max-width: 62.4rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-organizations .section__title {
    width: 100%;
  }
  .section-organizations .section__inner {
    height: auto;
    gap: 2.4rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-organizations .col_left {
    margin: 0 auto;
    width: 100%;
    max-width: 62.4rem;
    height: 50.4rem;
  }
  .section-organizations .col_right {
    width: 100%;
    max-width: none;
  }
  .section-organizations .stripes {
    left: 0rem;
    top: 3rem;
    width: 61.2rem;
    left: 45%;
    transform: translateX(-50%);
  }
  .section-organizations .section__img-l {
    width: 279px;
    height: 279px;
    top: 9rem;
    left: 24%;
  }
  .section-organizations .section__img-s {
    left: 4%;
  }
  .section-organizations .statistics {
    right: 0;
    left: auto;
    bottom: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-organizations .statistics {
    left: auto;
    right: 0%;
    bottom: 6rem;
  }
  .section-organizations .section__img-s {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 1.6rem;
    top: 2rem;
  }
  .section-organizations .section__img-l {
    width: 13.6rem;
    height: 13.6rem;
    border-radius: 1.6rem;
    top: 5.5rem;
  }
  .section-organizations .stripes {
    width: 100%;
    max-width: 100%;
    max-height: calc(100% - 3rem);
  }
  .section-organizations .statistics {
    bottom: 2.5rem;
    width: 16rem;
    border-radius: 1.6rem;
    padding: 1.6rem;
    gap: 0.2rem;
  }
  .section-organizations .statistics .statistics__text {
    font-size: 1rem;
    letter-spacing: -0.4px;
  }
  .section-organizations .col_left {
    height: 24.6rem;
    max-width: 40rem;
  }
  .section-organizations .col_right {
    gap: 2rem;
  }
  .section-organizations .section__title {
    width: auto;
  }
  .section-organizations .tags__list {
    flex-wrap: wrap;
  }
}
.section-map .user-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.section-map .organizations {
  display: flex;
  justify-content: space-between;
}
.section-map .map-box {
  width: 100%;
  height: 380px;
  border-radius: 32px;
  overflow: hidden;
}
.section-map .section__body {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

@media screen and (max-width: 1299px) {
  .section-map .section__header {
    gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-map .section__body {
    gap: 3.2rem;
  }
  .section-map .map-box {
    height: 22rem;
    border-radius: 2.4rem;
  }
  .section-map .col_left {
    margin-bottom: 1.1rem;
  }
  .section-map .user-actions {
    flex-wrap: wrap;
  }
}
.section-initiatives .section__header .col_right {
  width: 31rem;
}
.section-initiatives .section__header .section__subtitle {
  width: 21rem;
  margin-left: auto;
}
.section-initiatives .section__header .text-highlighted span {
  display: block;
}
.section-initiatives .initiatives {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1299px) {
  .section-initiatives .section__header .col_right {
    width: 100%;
  }
  .section-initiatives .section__header .section__subtitle {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-initiatives .section__header .col_right {
    width: 100%;
  }
  .section-initiatives .section__header .section__title {
    width: 31rem;
  }
  .section-initiatives .section__header .section__subtitle {
    width: 21rem;
    margin: 0;
  }
  .section-initiatives .section__header .text-highlighted .img,
  .section-initiatives .section__header .text-highlighted img {
    width: 108%;
    left: 50%;
  }
}
.section-recommendation-message {
  position: relative;
  z-index: 1;
}
.section-recommendation-message .section__inner {
  height: 36.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-recommendation-message .section__title > span {
  display: block;
  margin: 0 auto;
}
.section-recommendation-message .section__title > span:nth-child(1) {
  width: 100%;
}
.section-recommendation-message .section__title > span:nth-child(2) {
  width: 80rem;
}
.section-recommendation-message .rope {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 192rem;
  transform: translate(-50%, -50%);
}
.section-recommendation-message .container {
  position: relative;
}
.section-recommendation-message .section__content {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  text-align: center;
  color: #202020;
}
.section-recommendation-message .section__subtitle {
  color: #87919C;
}
.section-recommendation-message .section__title {
  width: 100%;
  position: relative;
}
.section-recommendation-message .info_statistics {
  top: -7rem;
  left: 11rem;
  transform: rotate(10deg);
  width: 14.4rem;
}
.section-recommendation-message .info_quality {
  bottom: -4rem;
  right: 9rem;
  transform: rotate(-6deg);
}
.section-recommendation-message .star {
  display: block;
  position: absolute;
}
.section-recommendation-message .star-1 {
  width: 6.4rem;
  height: 6.4rem;
  top: -3.5rem;
  right: 23rem;
}
.section-recommendation-message .star-2 {
  width: 6.4rem;
  height: 6.4rem;
  top: 8.5rem;
  left: -4rem;
}
.section-recommendation-message .star-3 {
  width: 3.2rem;
  height: 3.2rem;
  top: 6rem;
  left: -6rem;
}

@media screen and (max-width: 1919px) {
  .section-recommendation-message .rope {
    width: 151.8rem;
    min-width: 100%;
  }
  .section-recommendation-message .star-1 {
    right: -7rem;
    left: auto;
  }
  .section-recommendation-message .star-2 {
    top: 11.5rem;
    left: -8rem;
  }
  .section-recommendation-message .star-3 {
    top: 9rem;
    left: -10.5rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-recommendation-message .rope {
    width: 126.6rem;
    min-width: 100%;
  }
  .section-recommendation-message .section__content {
    width: 100%;
    max-width: 85rem;
  }
  .section-recommendation-message .section__title > span {
    display: inline;
  }
  .section-recommendation-message .info_statistics {
    top: -8rem;
    left: 7rem;
  }
  .section-recommendation-message .info_quality {
    bottom: -5rem;
    right: 2rem;
  }
  .section-recommendation-message .star-1 {
    display: none;
  }
  .section-recommendation-message .star-2 {
    left: 7.5rem;
    top: auto;
    bottom: -6rem;
  }
  .section-recommendation-message .star-3 {
    left: 5rem;
    bottom: 0rem;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-recommendation-message .rope {
    width: 106.6rem;
  }
  .section-recommendation-message .section__inner {
    height: 45.8rem;
  }
  .section-recommendation-message .section__content {
    gap: 1.6rem;
  }
  .section-recommendation-message .info_statistics {
    top: -12rem;
    left: 1rem;
  }
  .section-recommendation-message .info_statistics .info__title {
    font-size: 2.8rem;
  }
  .section-recommendation-message .info_quality {
    bottom: -7.5rem;
    right: 3.5rem;
  }
  .section-recommendation-message .star-1 {
    display: none;
  }
  .section-recommendation-message .star-2 {
    bottom: auto;
    top: -6rem;
    left: auto;
    right: 0.5rem;
  }
  .section-recommendation-message .star-3 {
    bottom: auto;
    top: -9rem;
    left: auto;
    right: 6rem;
  }
}
.section-recommendations .tags__list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.section-recommendations .btn-recommendations {
  height: 4.8rem;
  margin: 0 auto;
}
.section-recommendations .recommendations__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.section-recommendations .card {
  width: calc((100% - 2.4rem) / 3);
}

@media screen and (max-width: 1299px) {
  .section-recommendations .section__header {
    align-items: center;
    gap: 3.2rem;
  }
  .section-recommendations .card {
    width: calc((100% - 1.2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-recommendations .section__header {
    gap: 3.2rem;
    align-items: flex-start;
  }
  .section-recommendations .col_left {
    width: 100%;
  }
  .section-recommendations .card {
    width: 100%;
  }
  .section-recommendations .tags__list {
    flex-wrap: wrap;
  }
  .section-recommendations .tags {
    margin-bottom: 1.6rem;
  }
  .section-recommendations .section__body {
    margin-bottom: 1.6rem;
  }
}
.section-banner_film {
  position: relative;
  z-index: 2;
}
.section-banner_article .btn-tg {
  padding: 15px 32px 15px 16px;
}

@media screen and (max-width: 1919px) {
  .section-banner_article .banner .banner__title,
  .section-banner_article .banner .banner__text {
    width: 50rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-banner_article .banner .banner__title,
  .section-banner_article .banner .banner__text {
    width: 100%;
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .section-banner_article .banner .user-actions {
    flex-direction: column;
    width: 100%;
    max-width: 29.6rem;
  }
  .section-banner_article .banner .user-actions .btn {
    width: 100%;
  }
}
.section-article .section__inner {
  padding: 0;
  gap: 2.4rem;
}
.section-article .article {
  padding: 0 44.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  color: #202020;
}
.section-article .article__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2.4rem;
}
.section-article .article__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.section-article .article__list__item {
  display: flex;
  gap: 2.4rem;
}
.section-article .list__bullet {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background: #B4FF3B;
  color: #202020;
}

@media screen and (max-width: 1919px) {
  .section-article .article {
    padding: 0 21.6rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-article .article {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-article .article__list__item {
    flex-direction: column;
    gap: 1.6rem;
  }
  .section-article .article__subtitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.12px;
  }
}
.section-404 .section__img {
  display: block;
  position: absolute;
  width: 192rem;
  min-width: 100%;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
}
.section-404 .container {
  display: flex;
  flex-direction: column;
}
.section-404 .section__inner {
  position: relative;
  flex-grow: 1;
  gap: 6.4rem;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
}
.section-404 .section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}
.section-404 .section__title {
  width: 100%;
}
.section-404 .section__subtitle {
  color: #202020;
}
.section-404 .btn-to-main {
  width: 19.8rem;
}

@media screen and (max-width: 1299px) {
  .section-404 .section__content {
    text-align: center;
  }
  .section-404 .section__img {
    width: 118rem;
    min-width: 110%;
    left: 45%;
    top: 11%;
  }
}
@media screen and (max-width: 767px) {
  .section-404 .section__content {
    text-align: center;
  }
  .section-404 .section__inner {
    padding-top: 0rem;
    gap: 3.2rem;
  }
  .section-404 .section__img {
    width: 63rem;
    left: 44%;
    top: 3%;
  }
}
.section-state-initiatives .rope {
  top: 0rem;
}
.section-state-initiatives .hero {
  position: relative;
}

.section-help .rope {
  top: 2rem;
}
.section-help .section__intro .intro__header-group {
  margin-bottom: 0;
}
.section-help .section__intro .intro__title > :nth-child(1) {
  position: relative;
  z-index: 2;
}
.section-help .section__intro .intro__title .text-highlighted {
  display: inline-flex;
}
.section-help .section__content .projects__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
.section-help .section__content .card {
  width: calc((100% - 2.8rem) / 2);
}

@media screen and (max-width: 1919px) {
  .section-help .rope {
    left: 57%;
    min-width: 107%;
  }
  .section-help .section__intro .star-1 {
    left: 19rem;
  }
  .section-help .section__intro .star-2 {
    left: 21rem;
  }
  .section-help .section__intro .star-3 {
    right: 3.5rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-help .rope {
    left: 24%;
    min-width: 155%;
  }
  .section-help .section__intro .star-1 {
    left: 0rem;
  }
  .section-help .section__intro .star-2 {
    left: 3rem;
  }
  .section-help .section__intro .star-3 {
    right: -0.5rem;
  }
  .section-help .section__intro .intro__header-group {
    margin-bottom: 10rem;
  }
  .section-help .section__intro .info_quality {
    right: 3rem;
    bottom: -15rem;
  }
  .section-help .section__content .projects__list {
    gap: 1.6rem;
  }
  .section-help .section__content .card {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-help .rope {
    left: 36%;
    top: 0rem;
  }
  .section-help .section__intro .info_quality {
    display: none;
  }
  .section-help .section__intro .star-1 {
    left: 3rem;
  }
  .section-help .section__intro .star-2 {
    left: 4rem;
  }
  .section-help .section__content .projects__list {
    gap: 1rem;
  }
  .section-help .section__content .card {
    width: 100%;
  }
}
.section-tag .card-film-book .card__img {
  aspect-ratio: 224/332;
}
.section-tag .filters-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section-tag .tags-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 1299px) {
  .section-tag .section__content {
    gap: 4.8rem;
  }
  .section-tag .section__content .section__list .card {
    width: 100%;
  }
  .section-tag .section__content .card-film-book .card__description {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-tag .section__content {
    gap: 3.2rem;
  }
  .section-tag .section__content .card-film-book .card__img {
    aspect-ratio: 117/171;
  }
}
.section-partners .partners-swiper {
  overflow: visible;
}
.section-partners .partners-swiper__navigation {
  display: flex;
  gap: 1.6rem;
}
.section-partners .partners-swiper__navigation-btn {
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}
.section-partners .partners-swiper__navigation-btn.swiper-button-disabled {
  cursor: auto;
}
.section-partners .partners-swiper__navigation-btn.swiper-button-disabled .stroke {
  opacity: 0.32;
}
.section-partners .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.section-partners .partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 23.2rem;
}
.section-partners .partner .partner__card {
  position: relative;
  height: 20.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 0rem 5.6rem;
  border-radius: 3.2rem;
  background-color: #EDEEF4;
  transition: all 0.2s ease-in;
}
.section-partners .partner .partner__card:hover {
  background-color: #E2E3EC;
}
.section-partners .partner .partner__link {
  position: absolute;
  inset: 0;
}
.section-partners .partner .partner__img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-partners .partner .partner__name {
  text-align: center;
  width: 90%;
}
.section-partners .partner_primary {
  width: 31.2rem;
}
.section-partners .partner_primary .partner__card {
  background-color: #B4FF3B;
}
.section-partners .partner_primary .partner__card:hover {
  background-color: #B0F939;
}

@media screen and (max-width: 1919px) {
  .section-partners .partner {
    width: 21.6rem;
  }
  .section-partners .partner_primary {
    width: 31.2rem;
  }
}
@media screen and (max-width: 1299px) {
  .section-partners .section__header .col_right {
    display: none;
  }
  .section-partners .partners-swiper__navigation {
    display: none;
  }
  .section-partners .partner {
    width: 16rem;
  }
  .section-partners .partner .partner__card {
    height: 16rem;
    padding: 3.3rem 0 3.4rem;
  }
  .section-partners .partner_primary {
    width: 22.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section-partners .partner {
    width: 12rem;
  }
  .section-partners .partner .partner__card {
    height: 12rem;
    padding: 3.4rem 0 3.5rem;
    border-radius: 2.4rem;
  }
  .section-partners .partner_primary {
    width: 18rem;
  }
}
/* SCENES */
/* LAYOUTS */
/* PAGES */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
.page-wrapper .page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-wrapper .main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12rem;
  height: 100%;
  margin-bottom: 12rem;
  position: relative;
  z-index: 3;
}
.page-wrapper .header {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1299px) {
  .page-wrapper .main {
    gap: 9.6rem;
    margin-bottom: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .main {
    gap: 7.2rem;
    margin-bottom: 7.2rem;
  }
}
.page-main .section-initiatives .card {
  min-height: 32.1rem;
}

.page-books-films .section-recommendation-message .section__inner {
  padding: 0;
}
.page-books-films .section-recommendation-message .section__content {
  width: 100%;
  padding: 0 14.8rem;
}
.page-books-films .section-recommendation-message .section__title > span:nth-child(2) {
  width: 100%;
  text-align: end;
  padding-right: 10rem;
}
.page-books-films .section-recommendation-message .section__title > span:nth-child(3) {
  padding-left: 12rem;
  text-align: start;
}
.page-books-films .section-recommendation-message .section__title .text-highlighted {
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.page-books-films .section-recommendation-message .section__title .text-highlighted img {
  left: 66%;
}
.page-books-films .section-recommendation-message .info_statistics {
  top: auto;
  left: auto;
  transform: rotate(10deg);
  bottom: -4rem;
  right: 34rem;
  width: 14.4rem;
  z-index: 2;
}
.page-books-films .section-recommendation-message .info_quality {
  top: -4rem;
  left: 35rem;
  transform: rotate(-6deg);
  bottom: auto;
  right: auto;
}
.page-books-films .section-recommendation-message .star-1 {
  width: 4rem;
  height: 4rem;
  top: 12rem;
  left: 19rem;
  bottom: auto;
  right: auto;
}
.page-books-films .section-recommendation-message .star-2 {
  width: 3.1rem;
  height: 3.1rem;
  top: -3rem;
  left: auto;
  bottom: auto;
  right: 37.5rem;
}
.page-books-films .section-recommendation-message .star-3 {
  width: 6.2rem;
  height: 6.2rem;
  top: 0rem;
  left: auto;
  bottom: auto;
  right: 32rem;
}
.page-books-films .section-recommendations .section__inner {
  padding: 0 29.6rem;
}
.page-books-films .section-recommendations .recommendations > div {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.page-books-films .section-recommendations .recommendations.hidden {
  display: none;
}
.page-books-films .section-recommendations .recommendations__list {
  gap: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.page-books-films .section-recommendations .card {
  width: auto;
}

@media screen and (max-width: 1919px) {
  .page-books-films .section-recommendation-message .section__content {
    padding: 0;
  }
  .page-books-films .section-recommendation-message .section__title > span:nth-child(2) {
    padding-right: 1rem;
  }
  .page-books-films .section-recommendation-message .section__title > span:nth-child(3) {
    padding-left: 1rem;
  }
  .page-books-films .section-recommendation-message .section__title .text-highlighted img {
    left: 54%;
  }
  .page-books-films .section-recommendation-message .info_statistics {
    right: 16rem;
  }
  .page-books-films .section-recommendation-message .info_quality {
    left: 25rem;
  }
  .page-books-films .section-recommendation-message .star-1 {
    top: 12rem;
    left: 9rem;
  }
  .page-books-films .section-recommendation-message .star-2 {
    right: 17rem;
  }
  .page-books-films .section-recommendation-message .star-3 {
    right: 11rem;
  }
  .page-books-films .section-recommendations .section__inner {
    padding: 0 10.8rem;
  }
}
@media screen and (max-width: 1299px) {
  .page-books-films .section-recommendation-message .section__inner {
    height: 43.2rem;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 1.5rem;
  }
  .page-books-films .section-recommendation-message .section__title {
    text-align: start;
  }
  .page-books-films .section-recommendation-message .section__title > span:nth-child(2) {
    text-align: start;
    padding-right: 0;
    width: 100%;
    max-width: 50rem;
    margin: 0;
    display: block;
  }
  .page-books-films .section-recommendation-message .section__title > span:nth-child(3) {
    padding-left: 0;
    text-align: start;
  }
  .page-books-films .section-recommendation-message .section__title .text-highlighted {
    display: block;
  }
  .page-books-films .section-recommendation-message .section__title .text-highlighted img {
    left: 51%;
    width: 109%;
  }
  .page-books-films .section-recommendation-message .star-1 {
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    bottom: auto;
    right: auto;
    top: -14.5rem;
    left: 0.5rem;
  }
  .page-books-films .section-recommendation-message .star-2 {
    width: 6.2rem;
    height: 6.2rem;
    bottom: auto;
    right: auto;
    top: -12rem;
    left: 3rem;
  }
  .page-books-films .section-recommendation-message .star-3 {
    width: 6.4rem;
    height: 6.4rem;
    bottom: -9rem;
    right: -0.5rem;
    top: auto;
    left: auto;
  }
  .page-books-films .section-recommendation-message .info_statistics {
    right: auto;
    bottom: auto;
    top: -10rem;
    left: 19rem;
    z-index: 2;
  }
  .page-books-films .section-recommendation-message .info_quality {
    top: auto;
    left: auto;
    bottom: 8rem;
    right: 11rem;
  }
  .page-books-films .section-recommendations .section__inner {
    padding: 0;
  }
  .page-books-films .section-recommendations .recommendations > div {
    gap: 4.8rem;
  }
  .page-books-films .section-recommendations .recommendations__list {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-books-films .section-recommendation-message .section__inner {
    height: 40.8rem;
    justify-content: center;
  }
  .page-books-films .section-recommendation-message .section__content {
    max-width: 35rem;
  }
  .page-books-films .section-recommendation-message .info_statistics {
    left: auto;
    right: 4rem;
    top: -11rem;
  }
  .page-books-films .section-recommendation-message .info_statistics .info__title {
    font-size: 2.2rem;
  }
  .page-books-films .section-recommendation-message .info_quality {
    bottom: -6rem;
    right: -2rem;
  }
  .page-books-films .section-recommendation-message .info_quality .info__text {
    width: -moz-max-content;
    width: max-content;
  }
  .page-books-films .section-recommendation-message .star-1 {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    bottom: auto;
    right: auto;
    top: -9.5rem;
    left: 3rem;
  }
  .page-books-films .section-recommendation-message .star-2 {
    width: 3.6rem;
    height: 3.6rem;
    bottom: auto;
    right: auto;
    top: -8rem;
    left: 4rem;
  }
  .page-books-films .section-recommendation-message .star-3 {
    width: 3.2rem;
    height: 3.2rem;
    bottom: -11.5rem;
    right: auto;
    top: auto;
    left: 2rem;
  }
  .page-books-films .section-recommendations .card {
    width: 100%;
  }
  .page-books-films .section-recommendations .recommendations__list {
    grid-template-columns: 1fr;
  }
}
.main .main,
main main {
  margin-bottom: 0;
}

.page-projects .main {
  gap: 4.8rem;
}
.page-projects .section {
  flex-grow: 0;
}
.page-projects .section-map .container {
  display: flex;
  flex-direction: column;
}
.page-projects .section-map .section__inner {
  width: 115.6rem;
  margin: 0 auto;
  padding: 0;
  flex-grow: 1;
}
.page-projects .section-map .section__body {
  flex-grow: 1;
}
.page-projects .section-map .map-container {
  width: 100%;
  position: relative;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.page-projects .section-map .map-container .map-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.page-projects .section-map .map-container .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}
.page-projects .section-map .map-container .btn-open-map:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-projects .section-map .btn-collapse {
  display: none;
  color: #87919C;
  gap: 4px;
}
.page-projects .section-projects .section__title {
  width: 100%;
  color: #D5D6E3;
}
.page-projects .section-full-map {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.page-projects .pagination {
  margin-top: 1.6rem;
}
.page-projects .main.__full-map .section-map {
  width: 100%;
  flex-grow: 1;
}
.page-projects .main.__full-map .section-map .section__title {
  display: none;
}
.page-projects .main.__full-map .section-map .section__inner {
  width: 100%;
}
.page-projects .main.__full-map .section-map .map-box {
  height: auto;
}
.page-projects .main.__full-map .section-map .btn-collapse {
  display: flex;
}
.page-projects .main.__full-map .section-map .map-container .shadow {
  opacity: 0;
  pointer-events: none;
}
.page-projects .main.__full-map .section-projects {
  display: none;
}
.page-projects .main.__full-map .pagination {
  display: none;
}

@media screen and (max-width: 1919px) {
  .page-projects .section-map .section__inner {
    width: calc(100% - 21.6rem);
  }
}
@media screen and (max-width: 1299px) {
  .page-projects .section-map .section__inner {
    width: 100%;
  }
  .page-projects .section-map .section__header {
    gap: 3.2rem;
  }
  .page-projects .section-projects .section__content {
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-projects .main {
    gap: 3.2rem;
  }
  .page-projects .section-map .section__header {
    gap: 1.7rem;
  }
  .page-projects .section-projects .section__content {
    gap: 3.2rem;
  }
  .page-projects .section-projects .card-project .card__inner {
    gap: 2.5rem;
  }
}
.page-initiatives .section .section__intro .info_quality {
  right: 7rem;
  bottom: -4rem;
}
.page-initiatives .rope-m {
  display: none;
}

@media screen and (max-width: 1299px) {
  .page-initiatives .section .section__intro .info_quality {
    right: 7rem;
    bottom: -5rem;
  }
  .page-initiatives .rope-xl {
    display: none;
  }
  .page-initiatives .rope-m {
    display: block;
    width: 77rem;
    min-width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-initiatives .section .section__intro .info_quality {
    right: -1rem;
    bottom: -5rem;
    top: auto;
  }
  .page-initiatives .rope-m {
    width: 37rem;
  }
}
.page-tag .section__content__body .h1 {
  color: #D5D6E3;
}

@media screen and (max-width: 1299px) {
  .page-tag .card-article {
    max-height: 33.6rem;
  }
}/*# sourceMappingURL=index.css.map */


@media screen and (max-width: 1439px) {
  .swiper-slide:has(.card__title.h3) {
    width: 50% !important;
  }
}
@media screen and (max-width: 738px) {
  .swiper-slide:has(.card__title.h3) {
    width: 100% !important;
  }
}
.card-organization {
  width: 100vw;
}